Trace number 4390743

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsCon 2019-07-23SAT 40.8557 38.5299

DiagnosticValue
WRONG_DECISIONS260980

General information on the benchmark

NameCrossword/Crossword-m1c-words-vg/
Crossword-m1c-words-vg-7-7.xml
MD5SUM99134ba62b1a53cb1521bec8a3cd1f05
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.093629
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints14
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":49}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":49}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":14}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14}]
Optimization problemNO
Type of objective

Solver Data

2.41/1.88	
2.41/1.88	AbsCon 2 
2.41/1.90	
2.93/2.08	  Instance
2.93/2.08	    name=instance-4390743-1568386460, framework=CSP
2.93/2.08	
2.93/2.08	  Loading variables...
3.29/2.13	  Loading constraints...
3.29/2.17	
3.29/2.17	  Domains
3.29/2.17	    nTypes=1, nValues=1274, sizes=[26#49]
3.29/2.17	  Variables
3.29/2.17	    count=49, degrees=[2#49]
3.29/2.17	  Constraints
3.29/2.17	    count=14, nSpecific=14, arities=[7#14]
3.29/2.17	    distribution=[CtrExtensionCT-Table#14]
3.29/2.17	    tables=[7360#14], nTotalTuples=103040
3.29/2.17	    nExtStructures=(1,shared:13)
3.29/2.17	    wck=0.315, cpu=2.136, mem=34M718
3.29/2.17	  Solver SolverBacktrack being built...
3.29/2.17	
3.29/2.19	
3.29/2.19	  Solver
3.29/2.19	    guaranteedGAC=true
3.29/2.19	    wck=0.345, cpu=2.164, mem=48M2
3.58/2.20	
3.58/2.20	  Preprocessing
3.58/2.20	    filters=13, nACremovedValues=48, nTotalRemovedValues=48, inconcistency=false
3.58/2.20	    wck=0.004, cpu=2.17, mem=48M2
3.58/2.20	
3.58/2.23	    num=0, depth=4..7, filters=524, wck=0.023, mem=48M2
3.58/2.23	    decisions=35, wrong=14, backtracks=4, failedAssignments=10, nogoods=6
3.58/2.23	    nFilterCalls=689, avgTableProportion=0.999864130434772, avgTableSize=7359.0
3.58/2.23	    
3.58/2.23	    num=1, depth=4..7, filters=1001, wck=0.03, mem=48M2
3.58/2.23	    decisions=67, wrong=28, backtracks=7, failedAssignments=21, nogoods=14
3.58/2.23	    nFilterCalls=1299, avgTableProportion=0.9998641304347763, avgTableSize=7359.0
3.58/2.23	    
3.58/2.23	    num=2, depth=3..6, filters=1629, wck=0.038, mem=48M2
3.58/2.23	    decisions=103, wrong=44, backtracks=12, failedAssignments=33, nogoods=20
3.58/2.23	    nFilterCalls=2089, avgTableProportion=0.9998641304347974, avgTableSize=7359.0
3.58/2.23	    
3.58/2.24	    num=3, depth=5..7, filters=2183, wck=0.045, mem=48M2
3.58/2.24	    decisions=141, wrong=60, backtracks=17, failedAssignments=46, nogoods=26
3.58/2.24	    nFilterCalls=2805, avgTableProportion=0.9998641304347512, avgTableSize=7359.0
3.58/2.24	    
3.58/2.25	    num=4, depth=4..7, filters=2933, wck=0.054, mem=48M2
3.58/2.25	    decisions=181, wrong=78, backtracks=22, failedAssignments=60, nogoods=38
3.58/2.25	    nFilterCalls=3740, avgTableProportion=0.9998641304347176, avgTableSize=7359.0
3.58/2.25	    
3.58/2.27	    num=5, depth=6..9, filters=3871, wck=0.073, mem=48M2
3.58/2.27	    decisions=231, wrong=100, backtracks=28, failedAssignments=76, nogoods=39
3.58/2.27	    nFilterCalls=4899, avgTableProportion=0.9998641304346938, avgTableSize=7359.0
3.58/2.27	    
3.58/2.28	    num=6, depth=5..8, filters=4898, wck=0.08, mem=48M2
3.58/2.28	    decisions=288, wrong=126, backtracks=37, failedAssignments=93, nogoods=42
3.58/2.28	    nFilterCalls=6202, avgTableProportion=0.9998641304346775, avgTableSize=7359.0
3.58/2.28	    
3.58/2.28	    num=7, depth=4..6, filters=5731, wck=0.087, mem=48M2
3.58/2.28	    decisions=344, wrong=152, backtracks=44, failedAssignments=112, nogoods=57
3.58/2.28	    nFilterCalls=7197, avgTableProportion=0.9998641304346692, avgTableSize=7359.0
3.58/2.28	    
3.58/2.29	    num=8, depth=3..6, filters=6479, wck=0.095, mem=48M2
3.58/2.29	    decisions=398, wrong=177, backtracks=50, failedAssignments=133, nogoods=68
3.58/2.29	    nFilterCalls=8130, avgTableProportion=0.999864130434663, avgTableSize=7359.0
3.58/2.29	    
3.91/2.30	    num=9, depth=3..9, filters=7618, wck=0.104, mem=48M2
3.91/2.30	    decisions=472, wrong=211, backtracks=63, failedAssignments=156, nogoods=81
3.91/2.30	    nFilterCalls=9547, avgTableProportion=0.9998641304347851, avgTableSize=7359.0
3.91/2.30	    
3.91/2.31	    num=10, depth=7..11, filters=8413, wck=0.111, mem=48M2
3.91/2.31	    decisions=540, wrong=241, backtracks=70, failedAssignments=181, nogoods=96
3.91/2.31	    nFilterCalls=10593, avgTableProportion=0.9998641304348582, avgTableSize=7359.0
3.91/2.31	    
3.91/2.32	    num=11, depth=4..6, filters=9542, wck=0.122, mem=48M2
3.91/2.32	    decisions=620, wrong=279, backtracks=82, failedAssignments=209, nogoods=108
3.91/2.32	    nFilterCalls=12009, avgTableProportion=0.9998641304349369, avgTableSize=7359.0
3.91/2.32	    
3.91/2.33	    num=12, depth=2..5, filters=10418, wck=0.131, mem=48M2
3.91/2.33	    decisions=696, wrong=316, backtracks=89, failedAssignments=240, nogoods=118
3.91/2.33	    nFilterCalls=13080, avgTableProportion=0.9998641304349852, avgTableSize=7359.0
3.91/2.33	    
3.91/2.34	    num=13, depth=2..8, filters=11672, wck=0.142, mem=48M2
3.91/2.34	    decisions=784, wrong=358, backtracks=102, failedAssignments=274, nogoods=134
3.91/2.34	    nFilterCalls=14640, avgTableProportion=0.9998641304350429, avgTableSize=7359.0
3.91/2.34	    
3.91/2.35	    num=14, depth=3..9, filters=13039, wck=0.153, mem=48M2
3.91/2.35	    decisions=882, wrong=405, backtracks=113, failedAssignments=311, nogoods=137
3.91/2.35	    nFilterCalls=16325, avgTableProportion=0.9998641304350927, avgTableSize=7359.0
3.91/2.35	    
3.91/2.36	    num=15, depth=1..9, filters=15233, wck=0.169, mem=48M2
3.91/2.36	    decisions=1004, wrong=464, backtracks=135, failedAssignments=352, nogoods=142
3.91/2.36	    nFilterCalls=18994, avgTableProportion=0.999864130434904, avgTableSize=7359.0
3.91/2.36	    
3.91/2.37	    num=16, depth=4..7, filters=16912, wck=0.179, mem=48M2
3.91/2.37	    decisions=1121, wrong=520, backtracks=147, failedAssignments=397, nogoods=152
3.91/2.37	    nFilterCalls=21103, avgTableProportion=0.9998641304347843, avgTableSize=7359.0
3.91/2.37	    
3.91/2.38	    num=17, depth=4..7, filters=18550, wck=0.189, mem=48M2
3.91/2.38	    decisions=1250, wrong=582, backtracks=161, failedAssignments=447, nogoods=173
3.91/2.38	    nFilterCalls=23174, avgTableProportion=0.999864130434688, avgTableSize=7359.0
3.91/2.38	    
3.91/2.39	    num=18, depth=6..11, filters=20292, wck=0.197, mem=48M2
3.91/2.39	    decisions=1403, wrong=655, backtracks=184, failedAssignments=502, nogoods=180
3.91/2.39	    nFilterCalls=25391, avgTableProportion=0.9998641304346024, avgTableSize=7359.0
3.91/2.39	    
4.16/2.41	    num=19, depth=1..8, filters=22454, wck=0.212, mem=48M2
4.16/2.41	    decisions=1565, wrong=734, backtracks=204, failedAssignments=563, nogoods=188
4.16/2.41	    nFilterCalls=28064, avgTableProportion=0.999864130434517, avgTableSize=7359.0
4.16/2.41	    
4.16/2.42	    num=20, depth=2..6, filters=25148, wck=0.227, mem=48M2
4.16/2.42	    decisions=1750, wrong=825, backtracks=232, failedAssignments=630, nogoods=202
4.16/2.42	    nFilterCalls=31407, avgTableProportion=0.9998641304344309, avgTableSize=7359.0
4.16/2.42	    
4.16/2.44	    num=21, depth=1..7, filters=28278, wck=0.243, mem=48M2
4.16/2.44	    decisions=1958, wrong=927, backtracks=265, failedAssignments=704, nogoods=213
4.16/2.44	    nFilterCalls=35226, avgTableProportion=0.9998641304343525, avgTableSize=7359.0
4.16/2.44	    
4.16/2.46	    num=22, depth=4..9, filters=31372, wck=0.262, mem=48M2
4.16/2.46	    decisions=2181, wrong=1036, backtracks=298, failedAssignments=785, nogoods=227
4.16/2.46	    nFilterCalls=39022, avgTableProportion=0.9998641304342897, avgTableSize=7359.0
4.16/2.46	    
4.16/2.48	    num=23, depth=1..8, filters=35110, wck=0.286, mem=48M2
4.16/2.48	    decisions=2429, wrong=1158, backtracks=342, failedAssignments=874, nogoods=234
4.16/2.48	    nFilterCalls=43669, avgTableProportion=0.9998641304342277, avgTableSize=7359.0
4.16/2.48	    
4.38/2.50	    num=24, depth=4..8, filters=38606, wck=0.305, mem=48M2
4.38/2.50	    decisions=2698, wrong=1290, backtracks=378, failedAssignments=972, nogoods=245
4.38/2.50	    nFilterCalls=47965, avgTableProportion=0.9998641304341811, avgTableSize=7359.0
4.38/2.50	    
4.38/2.52	    num=25, depth=3..8, filters=42175, wck=0.323, mem=48M2
4.38/2.52	    decisions=2977, wrong=1427, backtracks=413, failedAssignments=1080, nogoods=256
4.38/2.52	    nFilterCalls=52416, avgTableProportion=0.9998641304341408, avgTableSize=7359.0
4.38/2.52	    
4.38/2.53	    num=26, depth=4..10, filters=45835, wck=0.339, mem=50M646
4.38/2.53	    decisions=3277, wrong=1574, backtracks=452, failedAssignments=1199, nogoods=282
4.38/2.53	    nFilterCalls=56940, avgTableProportion=0.9998641304341064, avgTableSize=7359.0
4.38/2.53	    
4.38/2.56	    num=27, depth=1..9, filters=52150, wck=0.367, mem=50M646
4.38/2.56	    decisions=3671, wrong=1768, backtracks=530, failedAssignments=1330, nogoods=289
4.38/2.56	    nFilterCalls=64647, avgTableProportion=0.9998641304340588, avgTableSize=7359.0
4.38/2.56	    
4.38/2.58	    num=28, depth=5..9, filters=56474, wck=0.387, mem=50M646
4.38/2.58	    decisions=4016, wrong=1937, backtracks=556, failedAssignments=1474, nogoods=311
4.38/2.58	    nFilterCalls=69924, avgTableProportion=0.9998641304344879, avgTableSize=7359.0
4.38/2.58	    
4.48/2.61	    num=29, depth=2..8, filters=62231, wck=0.413, mem=50M646
4.48/2.61	    decisions=4437, wrong=2146, backtracks=619, failedAssignments=1632, nogoods=328
4.48/2.61	    nFilterCalls=76963, avgTableProportion=0.9998641304350819, avgTableSize=7359.0
4.48/2.61	    
4.48/2.64	    num=30, depth=3..7, filters=69145, wck=0.445, mem=50M646
4.48/2.64	    decisions=4877, wrong=2364, backtracks=669, failedAssignments=1806, nogoods=336
4.48/2.64	    nFilterCalls=85426, avgTableProportion=0.9998641304356665, avgTableSize=7359.0
4.48/2.64	    
4.48/2.68	    num=31, depth=2..7, filters=76143, wck=0.484, mem=50M646
4.48/2.68	    decisions=5400, wrong=2623, backtracks=750, failedAssignments=1997, nogoods=346
4.48/2.68	    nFilterCalls=94006, avgTableProportion=0.9998641304361517, avgTableSize=7359.0
4.48/2.68	    
4.60/2.71	    num=32, depth=3..8, filters=83507, wck=0.519, mem=50M646
4.60/2.71	    decisions=5944, wrong=2893, backtracks=819, failedAssignments=2208, nogoods=358
4.60/2.71	    nFilterCalls=103130, avgTableProportion=0.9998641304365792, avgTableSize=7359.0
4.60/2.71	    
4.60/2.76	    num=33, depth=2..9, filters=92437, wck=0.561, mem=50M646
4.60/2.76	    decisions=6571, wrong=3205, backtracks=919, failedAssignments=2440, nogoods=366
4.60/2.76	    nFilterCalls=113962, avgTableProportion=0.9998641304369977, avgTableSize=7359.0
4.60/2.76	    
4.60/2.79	    num=34, depth=3..8, filters=101868, wck=0.596, mem=50M646
4.60/2.79	    decisions=7222, wrong=3528, backtracks=1005, failedAssignments=2695, nogoods=379
4.60/2.79	    nFilterCalls=125356, avgTableProportion=0.99986413043736, avgTableSize=7359.0
4.60/2.79	    
4.71/2.83	    num=35, depth=5..13, filters=111185, wck=0.637, mem=50M646
4.71/2.83	    decisions=7959, wrong=3893, backtracks=1099, failedAssignments=2976, nogoods=408
4.71/2.83	    nFilterCalls=136757, avgTableProportion=0.999864130437059, avgTableSize=7359.0
4.71/2.83	    
4.71/2.88	    num=36, depth=2..8, filters=121678, wck=0.687, mem=50M646
4.71/2.88	    decisions=8750, wrong=4286, backtracks=1191, failedAssignments=3285, nogoods=432
4.71/2.88	    nFilterCalls=149588, avgTableProportion=0.9998641304361474, avgTableSize=7359.0
4.71/2.88	    
4.83/2.94	    num=37, depth=2..10, filters=133512, wck=0.747, mem=50M646
4.83/2.94	    decisions=9662, wrong=4740, backtracks=1327, failedAssignments=3625, nogoods=434
4.83/2.94	    nFilterCalls=164255, avgTableProportion=0.9998641304352798, avgTableSize=7359.0
4.83/2.94	    
4.83/3.01	    num=38, depth=3..10, filters=147757, wck=0.814, mem=50M646
4.83/3.01	    decisions=10608, wrong=5210, backtracks=1438, failedAssignments=3999, nogoods=459
4.83/3.01	    nFilterCalls=181644, avgTableProportion=0.9998641304344327, avgTableSize=7359.0
4.83/3.01	    
4.99/3.09	    num=39, depth=1..10, filters=163617, wck=0.891, mem=50M646
4.99/3.09	    decisions=11697, wrong=5752, backtracks=1584, failedAssignments=4410, nogoods=483
4.99/3.09	    nFilterCalls=200685, avgTableProportion=0.9998641304336735, avgTableSize=7359.0
4.99/3.09	    
5.10/3.17	    num=40, depth=2..7, filters=179060, wck=0.973, mem=50M646
5.10/3.17	    decisions=12841, wrong=6322, backtracks=1722, failedAssignments=4862, nogoods=502
5.10/3.17	    nFilterCalls=219667, avgTableProportion=0.9998641304330477, avgTableSize=7359.0
5.10/3.17	    
5.20/3.24	    num=41, depth=3..11, filters=198171, wck=1.049, mem=50M646
5.20/3.24	    decisions=14215, wrong=7006, backtracks=1958, failedAssignments=5359, nogoods=519
5.20/3.24	    nFilterCalls=243089, avgTableProportion=0.9998641304324102, avgTableSize=7359.0
5.20/3.24	    
5.31/3.34	    num=42, depth=2..9, filters=219957, wck=1.144, mem=50M646
5.31/3.34	    decisions=15717, wrong=7755, backtracks=2201, failedAssignments=5906, nogoods=537
5.31/3.34	    nFilterCalls=269604, avgTableProportion=0.9998641304326236, avgTableSize=7359.0
5.31/3.34	    
5.41/3.41	    num=43, depth=3..10, filters=240018, wck=1.214, mem=50M646
5.41/3.41	    decisions=17257, wrong=8522, backtracks=2399, failedAssignments=6508, nogoods=548
5.41/3.41	    nFilterCalls=293945, avgTableProportion=0.9998641304345208, avgTableSize=7359.0
5.41/3.41	    
5.51/3.53	    num=44, depth=2..9, filters=263355, wck=1.334, mem=50M646
5.51/3.53	    decisions=19013, wrong=9398, backtracks=2662, failedAssignments=7170, nogoods=570
5.51/3.53	    nFilterCalls=322475, avgTableProportion=0.9998641304363799, avgTableSize=7359.0
5.51/3.53	    
5.61/3.68	    num=45, depth=1..9, filters=290110, wck=1.485, mem=50M646
5.61/3.68	    decisions=20924, wrong=10351, backtracks=2930, failedAssignments=7898, nogoods=586
5.61/3.68	    nFilterCalls=355445, avgTableProportion=0.9998641304381567, avgTableSize=7359.0
5.61/3.68	    
5.82/3.82	    num=46, depth=1..11, filters=316881, wck=1.62, mem=50M646
5.82/3.82	    decisions=23005, wrong=11388, backtracks=3199, failedAssignments=8699, nogoods=601
5.82/3.82	    nFilterCalls=388342, avgTableProportion=0.9998641304396289, avgTableSize=7359.0
5.82/3.82	    
5.93/3.98	    num=47, depth=2..8, filters=349225, wck=1.782, mem=50M646
5.93/3.98	    decisions=25322, wrong=12545, backtracks=3515, failedAssignments=9580, nogoods=618
5.93/3.98	    nFilterCalls=427903, avgTableProportion=0.9998641304410995, avgTableSize=7359.0
5.93/3.98	    
6.14/4.14	    num=48, depth=2..12, filters=384763, wck=1.941, mem=50M646
6.14/4.14	    decisions=27903, wrong=13833, backtracks=3910, failedAssignments=10550, nogoods=646
6.14/4.14	    nFilterCalls=471290, avgTableProportion=0.9998641304424283, avgTableSize=7359.0
6.14/4.14	    
6.33/4.32	    num=49, depth=1..10, filters=422007, wck=2.123, mem=50M646
6.33/4.32	    decisions=30638, wrong=15198, backtracks=4256, failedAssignments=11617, nogoods=680
6.33/4.32	    nFilterCalls=516469, avgTableProportion=0.9998641304435748, avgTableSize=7359.0
6.33/4.32	    
6.43/4.49	    num=50, depth=2..10, filters=461319, wck=2.299, mem=50M646
6.43/4.49	    decisions=33738, wrong=16746, backtracks=4692, failedAssignments=12790, nogoods=714
6.43/4.49	    nFilterCalls=564896, avgTableProportion=0.9998641304404232, avgTableSize=7359.0
6.43/4.49	    
6.73/4.72	    num=51, depth=2..9, filters=510477, wck=2.523, mem=50M646
6.73/4.72	    decisions=37174, wrong=18462, backtracks=5180, failedAssignments=14081, nogoods=733
6.73/4.72	    nFilterCalls=624778, avgTableProportion=0.9998641304362927, avgTableSize=7359.0
6.73/4.72	    
6.93/4.92	    num=52, depth=2..12, filters=562811, wck=2.721, mem=50M646
6.93/4.92	    decisions=40956, wrong=20350, backtracks=5746, failedAssignments=15501, nogoods=765
6.93/4.92	    nFilterCalls=688654, avgTableProportion=0.9998641304326785, avgTableSize=7359.0
6.93/4.92	    
7.14/5.15	    num=53, depth=2..11, filters=618494, wck=2.955, mem=50M646
7.14/5.15	    decisions=45108, wrong=22424, backtracks=6339, failedAssignments=17063, nogoods=773
7.14/5.15	    nFilterCalls=756887, avgTableProportion=0.9998641304294916, avgTableSize=7359.0
7.14/5.15	    
7.43/5.44	    num=54, depth=2..11, filters=680661, wck=3.25, mem=50M646
7.43/5.44	    decisions=49642, wrong=24688, backtracks=6971, failedAssignments=18781, nogoods=814
7.43/5.44	    nFilterCalls=832469, avgTableProportion=0.9998641304265713, avgTableSize=7359.0
7.43/5.44	    
7.74/5.79	    num=55, depth=2..11, filters=750286, wck=3.599, mem=50M646
7.74/5.79	    decisions=54653, wrong=27192, backtracks=7689, failedAssignments=20671, nogoods=879
7.74/5.79	    nFilterCalls=917921, avgTableProportion=0.9998641304238489, avgTableSize=7359.0
7.74/5.79	    
8.15/6.17	    num=56, depth=1..10, filters=823309, wck=3.974, mem=50M646
8.15/6.17	    decisions=60129, wrong=29927, backtracks=8455, failedAssignments=22750, nogoods=909
8.15/6.17	    nFilterCalls=1006875, avgTableProportion=0.9998641304215058, avgTableSize=7359.0
8.15/6.17	    
8.54/6.59	    num=57, depth=1..11, filters=900769, wck=4.394, mem=50M646
8.54/6.59	    decisions=66079, wrong=32900, backtracks=9266, failedAssignments=25037, nogoods=930
8.54/6.59	    nFilterCalls=1102604, avgTableProportion=0.999864130425096, avgTableSize=7359.0
8.54/6.59	    
9.05/7.02	    num=58, depth=1..12, filters=990338, wck=4.828, mem=50M646
9.05/7.02	    decisions=72859, wrong=36287, backtracks=10290, failedAssignments=27553, nogoods=967
9.05/7.02	    nFilterCalls=1211789, avgTableProportion=0.9998641304330832, avgTableSize=7359.0
9.05/7.02	    
9.44/7.47	    num=59, depth=1..11, filters=1090103, wck=5.275, mem=50M646
9.44/7.47	    decisions=80255, wrong=39982, backtracks=11386, failedAssignments=30321, nogoods=989
9.44/7.47	    nFilterCalls=1333808, avgTableProportion=0.9998641304404621, avgTableSize=7359.0
9.44/7.47	    
10.05/8.06	    num=60, depth=1..10, filters=1198822, wck=5.869, mem=50M646
10.05/8.06	    decisions=88389, wrong=44047, backtracks=12618, failedAssignments=33365, nogoods=1026
10.05/8.06	    nFilterCalls=1467419, avgTableProportion=0.9998641304471344, avgTableSize=7359.0
10.05/8.06	    
10.54/8.57	    num=61, depth=1..11, filters=1315833, wck=6.379, mem=50M646
10.54/8.57	    decisions=97359, wrong=48530, backtracks=13959, failedAssignments=36714, nogoods=1072
10.54/8.57	    nFilterCalls=1611486, avgTableProportion=0.9998641304530892, avgTableSize=7359.0
10.54/8.57	    
11.24/9.24	    num=62, depth=2..14, filters=1453116, wck=7.049, mem=50M646
11.24/9.24	    decisions=107274, wrong=53486, backtracks=15493, failedAssignments=40398, nogoods=1093
11.24/9.24	    nFilterCalls=1780290, avgTableProportion=0.9998641304588403, avgTableSize=7359.0
11.24/9.24	    
11.96/9.97	    num=63, depth=1..11, filters=1594173, wck=7.774, mem=50M646
11.96/9.97	    decisions=118310, wrong=59002, backtracks=17255, failedAssignments=44450, nogoods=1126
11.96/9.97	    nFilterCalls=1953586, avgTableProportion=0.9998641304637105, avgTableSize=7359.0
11.96/9.97	    
12.81/10.80	    num=64, depth=1..11, filters=1752361, wck=8.601, mem=53M288
12.81/10.80	    decisions=130127, wrong=64908, backtracks=18993, failedAssignments=48907, nogoods=1161
12.81/10.80	    nFilterCalls=2146078, avgTableProportion=0.9998641304629209, avgTableSize=7359.0
12.81/10.80	    
13.71/11.61	    num=65, depth=1..13, filters=1918216, wck=9.418, mem=53M288
13.71/11.61	    decisions=142800, wrong=71242, backtracks=20685, failedAssignments=53810, nogoods=1185
13.71/11.61	    nFilterCalls=2349352, avgTableProportion=0.9998641304471729, avgTableSize=7359.0
13.71/11.61	    
14.72/12.67	    num=66, depth=1..11, filters=2114806, wck=10.474, mem=53M288
14.72/12.67	    decisions=157361, wrong=78521, backtracks=22908, failedAssignments=59204, nogoods=1220
14.72/12.67	    nFilterCalls=2590128, avgTableProportion=0.9998641304317174, avgTableSize=7359.0
14.72/12.67	    
15.82/13.75	    num=67, depth=1..10, filters=2314262, wck=11.558, mem=53M288
15.82/13.75	    decisions=173124, wrong=86400, backtracks=25179, failedAssignments=65137, nogoods=1251
15.82/13.75	    nFilterCalls=2834666, avgTableProportion=0.9998641304187079, avgTableSize=7359.0
15.82/13.75	    
17.02/14.99	    num=68, depth=1..11, filters=2539105, wck=12.796, mem=53M288
17.02/14.99	    decisions=190595, wrong=95133, backtracks=27762, failedAssignments=71663, nogoods=1294
17.02/14.99	    nFilterCalls=3111407, avgTableProportion=0.9998641304064517, avgTableSize=7359.0
17.02/14.99	    
18.44/16.39	    num=69, depth=1..12, filters=2792473, wck=14.193, mem=53M288
18.44/16.39	    decisions=209767, wrong=104717, backtracks=30612, failedAssignments=78842, nogoods=1345
18.44/16.39	    nFilterCalls=3420663, avgTableProportion=0.9998641303951019, avgTableSize=7359.0
18.44/16.39	    
19.95/17.81	    num=70, depth=1..13, filters=3087082, wck=15.617, mem=53M288
19.95/17.81	    decisions=230861, wrong=115261, backtracks=33673, failedAssignments=86739, nogoods=1397
19.95/17.81	    nFilterCalls=3779355, avgTableProportion=0.9998641303842644, avgTableSize=7359.0
19.95/17.81	    
21.26/19.19	    num=71, depth=1..11, filters=3405029, wck=16.994, mem=53M288
21.26/19.19	    decisions=254208, wrong=126932, backtracks=37215, failedAssignments=95426, nogoods=1427
21.26/19.19	    nFilterCalls=4166914, avgTableProportion=0.9998641303746517, avgTableSize=7359.0
21.26/19.19	    
23.34/21.12	    num=72, depth=2..12, filters=3760147, wck=18.928, mem=53M288
23.34/21.12	    decisions=280101, wrong=139876, backtracks=41242, failedAssignments=104981, nogoods=1472
23.34/21.12	    nFilterCalls=4600015, avgTableProportion=0.999864130365826, avgTableSize=7359.0
23.34/21.12	    
25.24/23.02	    num=73, depth=1..14, filters=4143249, wck=20.83, mem=55M931
25.24/23.02	    decisions=308541, wrong=154093, backtracks=45743, failedAssignments=115492, nogoods=1519
25.24/23.02	    nFilterCalls=5067390, avgTableProportion=0.9998641303579943, avgTableSize=7359.0
25.24/23.02	    
27.43/25.21	    num=74, depth=1..12, filters=4560973, wck=23.012, mem=55M931
27.43/25.21	    decisions=339645, wrong=169642, backtracks=50366, failedAssignments=127054, nogoods=1553
27.43/25.21	    nFilterCalls=5576603, avgTableProportion=0.9998641303509557, avgTableSize=7359.0
27.43/25.21	    
29.93/27.74	    num=75, depth=1..12, filters=5035096, wck=25.541, mem=55M931
29.93/27.74	    decisions=373662, wrong=186649, backtracks=55492, failedAssignments=139772, nogoods=1596
29.93/27.74	    nFilterCalls=6154761, avgTableProportion=0.9998641303443759, avgTableSize=7359.0
29.93/27.74	    
32.73/30.51	    num=76, depth=1..11, filters=5545452, wck=28.316, mem=55M931
32.73/30.51	    decisions=411377, wrong=205504, backtracks=61257, failedAssignments=153762, nogoods=1627
32.73/30.51	    nFilterCalls=6779456, avgTableProportion=0.9998641303385281, avgTableSize=7359.0
32.73/30.51	    
35.64/33.47	    num=77, depth=1..13, filters=6084651, wck=31.274, mem=55M931
35.64/33.47	    decisions=452935, wrong=226281, backtracks=67612, failedAssignments=169151, nogoods=1670
35.64/33.47	    nFilterCalls=7438804, avgTableProportion=0.9998641303334211, avgTableSize=7359.0
35.64/33.47	    
38.91/36.65	    num=78, depth=0..14, filters=6670954, wck=34.458, mem=58M573
38.91/36.65	    decisions=497850, wrong=248737, backtracks=74272, failedAssignments=186079, nogoods=1699
38.91/36.65	    nFilterCalls=8158358, avgTableProportion=0.99986413032879, avgTableSize=7359.0
38.91/36.65	    
40.81/38.51	    num=79, depth=1..48, filters=6994052, ccks=14, wck=36.313, mem=58M573
40.81/38.51	    decisions=522342, wrong=260980, backtracks=77709, failedAssignments=195351, nogoods=1699, foundSolutions=1
40.81/38.51	    nFilterCalls=8553452, avgTableProportion=0.9998641303444029, avgTableSize=7359.0
40.81/38.51	    
40.81/38.51	  Global
40.81/38.51	    filters=6994052, ccks=14, nogoods=1699
40.81/38.51	    Stop=REACHED_GOAL, wrong=260980, foundSolutions=1, firstSolCpu=38.468
40.81/38.51	    wck=36.659, cpu=38.474, mem=58M573
40.81/38.51	
40.81/38.51	v <instantiation id='sol1' type='solution'>  <list> x[][] </list>  <values> 1 17 0 21 0 3 14 17 4 13 0 12 4 3 0 13 0 11 14 6 24 21 0 11 20 4 17 18 0 12 14 4 1 0 18 3 4 6 17 0 3 4 14 3 24 18 18 4 24 </values>  </instantiation>
40.81/38.51	s SATISFIABLE
40.81/38.51	
40.81/38.51	d WRONG_DECISIONS 260980

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390743-1568386460/watcher-4390743-1568386460 -o /tmp/evaluation-result-4390743-1568386460/solver-4390743-1568386460 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568380473-17198 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390743-1568386460.xml -cm 

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

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


[startup+0.100134 s]*
/proc/loadavg: 1.92 1.81 1.80 5/229 19113
/proc/meminfo: memFree=26398628/32770624 swapFree=66927240/67108860
[pid=19098] ppid=19095 vsize=10659884 memory=30032 CPUtime=0.13 cores=0,2,4,6
/proc/19098/stat : 19098 (java) S 19095 19098 17167 0 -1 1077944320 5510 0 0 0 12 1 0 0 20 0 15 0 414893368 10915721216 7508 33554432000 4194304 4196468 140728753641504 140728753624048 139785979084535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
/proc/19098/statm: 2664971 7508 2906 1 0 2627468 0
[pid=19098/tid=19100] ppid=19095 vsize=10659884 memory=-8773748148830245507 CPUtime=0.09 cores=0,2,4,6
/proc/19098/task/19100/stat : 19100 (java) R 19095 19098 17167 0 -1 4202560 2980 0 0 0 8 1 0 0 20 0 15 0 414893369 10915721216 7574 33554432000 4194304 4196468 140728753641504 139785983315208 139785566031873 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19101] ppid=19095 vsize=10659884 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19101/stat : 19101 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893369 10915721216 7574 33554432000 4194304 4196468 140728753641504 139785905159056 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19102] ppid=19095 vsize=10659884 memory=140686327137920 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19102/stat : 19102 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893369 10915721216 7574 33554432000 4194304 4196468 140728753641504 139785904106256 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19103] ppid=19095 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19103/stat : 19103 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893369 10915721216 7574 33554432000 4194304 4196468 140728753641504 139785903053968 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19104] ppid=19095 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19104/stat : 19104 (java) S 19095 19098 17167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414893369 10915721216 7574 33554432000 4194304 4196468 140728753641504 139785902001168 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19105] ppid=19095 vsize=10659884 memory=140686327137920 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19105/stat : 19105 (java) S 19095 19098 17167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414893371 10915721216 7574 33554432000 4194304 4196468 140728753641504 139785471072368 139785979095682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19106] ppid=19095 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19106/stat : 19106 (java) S 19095 19098 17167 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414893371 10915721216 7574 33554432000 4194304 4196468 140728753641504 139785470018336 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19107] ppid=19095 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19107/stat : 19107 (java) S 19095 19098 17167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414893372 10915721216 7574 33554432000 4194304 4196468 140728753641504 139785468966000 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19108] ppid=19095 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19108/stat : 19108 (java) S 19095 19098 17167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414893374 10915721216 7574 33554432000 4194304 4196468 140728753641504 139785467914320 139785979103131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19109] ppid=19095 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19109/stat : 19109 (java) S 19095 19098 17167 0 -1 1077944384 352 0 0 0 0 0 0 0 20 0 15 0 414893374 10915721216 7574 33554432000 4194304 4196468 140728753641504 139785466862192 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19110] ppid=19095 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19110/stat : 19110 (java) S 19095 19098 17167 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 414893374 10915721216 7574 33554432000 4194304 4196468 140728753641504 139785465809392 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19111] ppid=19095 vsize=10659884 memory=140686327137920 CPUtime=0.02 cores=0,2,4,6
/proc/19098/task/19111/stat : 19111 (java) R 19095 19098 17167 0 -1 4202560 537 0 0 0 2 0 0 0 20 0 15 0 414893374 10915721216 7574 33554432000 4194304 4196468 140728753641504 139785464753912 139785958045512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19112] ppid=19095 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19112/stat : 19112 (java) S 19095 19098 17167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414893374 10915721216 7574 33554432000 4194304 4196468 140728753641504 139785463704544 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19113] ppid=19095 vsize=10659884 memory=140686327137920 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19113/stat : 19113 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893374 10915721216 7574 33554432000 4194304 4196468 140728753641504 139785462651312 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 30032 KiB

[startup+0.210923 s]*
/proc/loadavg: 1.92 1.81 1.80 4/229 19113
/proc/meminfo: memFree=26389044/32770624 swapFree=66927240/67108860
[pid=19098] ppid=19095 vsize=10659884 memory=37420 CPUtime=0.33 cores=0,2,4,6
/proc/19098/stat : 19098 (java) S 19095 19098 17167 0 -1 1077944320 8569 0 0 0 30 3 0 0 20 0 15 0 414893368 10915721216 9355 33554432000 4194304 4196468 140728753641504 140728753624048 139785979084535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
/proc/19098/statm: 2664971 9355 2977 1 0 2627468 0
[pid=19098/tid=19100] ppid=19095 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/19098/task/19100/stat : 19100 (java) R 19095 19098 17167 0 -1 4202560 5690 0 0 0 18 2 0 0 20 0 15 0 414893369 10915721216 9355 33554432000 4194304 4196468 140728753641504 139785983310896 139785979106461 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19101] ppid=19095 vsize=10659884 memory=365 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19101/stat : 19101 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893369 10915721216 9355 33554432000 4194304 4196468 140728753641504 139785905159056 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19102] ppid=19095 vsize=10659884 memory=3473317835610113696 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19102/stat : 19102 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893369 10915721216 9355 33554432000 4194304 4196468 140728753641504 139785904106256 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19103] ppid=19095 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19103/stat : 19103 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893369 10915721216 9355 33554432000 4194304 4196468 140728753641504 139785903053968 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19104] ppid=19095 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19104/stat : 19104 (java) S 19095 19098 17167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414893369 10915721216 9355 33554432000 4194304 4196468 140728753641504 139785902001168 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19105] ppid=19095 vsize=10659884 memory=140686327137920 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19105/stat : 19105 (java) S 19095 19098 17167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414893371 10915721216 9355 33554432000 4194304 4196468 140728753641504 139785471072368 139785979095682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19106] ppid=19095 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19106/stat : 19106 (java) S 19095 19098 17167 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414893371 10915721216 9355 33554432000 4194304 4196468 140728753641504 139785470018336 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19107] ppid=19095 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19107/stat : 19107 (java) S 19095 19098 17167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414893372 10915721216 9355 33554432000 4194304 4196468 140728753641504 139785468966000 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19108] ppid=19095 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19108/stat : 19108 (java) S 19095 19098 17167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414893374 10915721216 9355 33554432000 4194304 4196468 140728753641504 139785467914320 139785979103131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19109] ppid=19095 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/19098/task/19109/stat : 19109 (java) S 19095 19098 17167 0 -1 1077944384 530 0 0 0 3 0 0 0 20 0 15 0 414893374 10915721216 9355 33554432000 4194304 4196468 140728753641504 139785466862192 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19110] ppid=19095 vsize=10659884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/19098/task/19110/stat : 19110 (java) S 19095 19098 17167 0 -1 1077944384 388 0 0 0 2 0 0 0 20 0 15 0 414893374 10915721216 9355 33554432000 4194304 4196468 140728753641504 139785465809392 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19111] ppid=19095 vsize=10659884 memory=140686327137920 CPUtime=0.05 cores=0,2,4,6
/proc/19098/task/19111/stat : 19111 (java) S 19095 19098 17167 0 -1 1077944384 603 0 0 0 5 0 0 0 20 0 15 0 414893374 10915721216 9355 33554432000 4194304 4196468 140728753641504 139785464757104 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19112] ppid=19095 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19112/stat : 19112 (java) S 19095 19098 17167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414893374 10915721216 9355 33554432000 4194304 4196468 140728753641504 139785463704544 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19113] ppid=19095 vsize=10659884 memory=140686327137920 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19113/stat : 19113 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893374 10915721216 9355 33554432000 4194304 4196468 140728753641504 139785462651312 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 37420 KiB

[startup+0.310425 s]*
/proc/loadavg: 1.92 1.81 1.80 3/229 19113
/proc/meminfo: memFree=26386872/32770624 swapFree=66927240/67108860
[pid=19098] ppid=19095 vsize=10659884 memory=39996 CPUtime=0.48 cores=0,2,4,6
/proc/19098/stat : 19098 (java) S 19095 19098 17167 0 -1 1077944320 8728 0 0 0 44 4 0 0 20 0 15 0 414893368 10915721216 9999 33554432000 4194304 4196468 140728753641504 140728753624048 139785979084535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
/proc/19098/statm: 2664971 9999 3010 1 0 2627468 0
[pid=19098/tid=19100] ppid=19095 vsize=10659884 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/19098/task/19100/stat : 19100 (java) R 19095 19098 17167 0 -1 4202560 5766 0 0 0 27 3 0 0 20 0 15 0 414893369 10915721216 9999 33554432000 4194304 4196468 140728753641504 139785983316336 139785979105882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19101] ppid=19095 vsize=10659884 memory=304556161963917335 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19101/stat : 19101 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893369 10915721216 9999 33554432000 4194304 4196468 140728753641504 139785905159056 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19102] ppid=19095 vsize=10659884 memory=4123521733276845728 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19102/stat : 19102 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893369 10915721216 9999 33554432000 4194304 4196468 140728753641504 139785904106256 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19103] ppid=19095 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19103/stat : 19103 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893369 10915721216 9999 33554432000 4194304 4196468 140728753641504 139785903053968 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19104] ppid=19095 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19104/stat : 19104 (java) S 19095 19098 17167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414893369 10915721216 9999 33554432000 4194304 4196468 140728753641504 139785902001168 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19105] ppid=19095 vsize=10659884 memory=140686327137920 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19105/stat : 19105 (java) S 19095 19098 17167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414893371 10915721216 9999 33554432000 4194304 4196468 140728753641504 139785471072368 139785979095682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19106] ppid=19095 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19106/stat : 19106 (java) S 19095 19098 17167 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414893371 10915721216 9999 33554432000 4194304 4196468 140728753641504 139785470018336 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19107] ppid=19095 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19107/stat : 19107 (java) S 19095 19098 17167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414893372 10915721216 9999 33554432000 4194304 4196468 140728753641504 139785468966000 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19108] ppid=19095 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19108/stat : 19108 (java) S 19095 19098 17167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414893374 10915721216 9999 33554432000 4194304 4196468 140728753641504 139785467914320 139785979103131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19109] ppid=19095 vsize=10659884 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/19098/task/19109/stat : 19109 (java) R 19095 19098 17167 0 -1 4202560 538 0 0 0 4 0 0 0 20 0 15 0 414893374 10915721216 9999 33554432000 4194304 4196468 140728753641504 139785466862192 139785960401041 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19110] ppid=19095 vsize=10659884 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/19098/task/19110/stat : 19110 (java) R 19095 19098 17167 0 -1 1077944384 446 0 0 0 4 0 0 0 20 0 15 0 414893374 10915721216 9999 33554432000 4194304 4196468 140728753641504 139785465809392 139785979095682 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19111] ppid=19095 vsize=10659884 memory=140686327137920 CPUtime=0.08 cores=0,2,4,6
/proc/19098/task/19111/stat : 19111 (java) S 19095 19098 17167 0 -1 1077944384 621 0 0 0 8 0 0 0 20 0 15 0 414893374 10915721216 9999 33554432000 4194304 4196468 140728753641504 139785464757104 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19112] ppid=19095 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19112/stat : 19112 (java) S 19095 19098 17167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414893374 10915721216 9999 33554432000 4194304 4196468 140728753641504 139785463704544 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19113] ppid=19095 vsize=10659884 memory=140686327137920 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19113/stat : 19113 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893374 10915721216 9999 33554432000 4194304 4196468 140728753641504 139785462651312 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 39996 KiB

[startup+0.7071 s]
/proc/loadavg: 1.92 1.81 1.80 3/229 19113
/proc/meminfo: memFree=26376220/32770624 swapFree=66927240/67108860
[pid=19098] ppid=19095 vsize=10661932 memory=63540 CPUtime=1.11 cores=0,2,4,6
/proc/19098/stat : 19098 (java) S 19095 19098 17167 0 -1 1077944320 12390 0 0 0 105 6 0 0 20 0 15 0 414893368 10917818368 15885 33554432000 4194304 4196468 140728753641504 140728753624048 139785979084535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
/proc/19098/statm: 2665483 15885 3060 1 0 2627980 0
[pid=19098/tid=19100] ppid=19095 vsize=10661932 memory=1436 CPUtime=0.69 cores=0,2,4,6
/proc/19098/task/19100/stat : 19100 (java) R 19095 19098 17167 0 -1 4202560 8323 0 0 0 64 5 0 0 20 0 15 0 414893369 10917818368 15885 33554432000 4194304 4196468 140728753641504 139785983316448 139785962271373 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19101] ppid=19095 vsize=10661932 memory=9592 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19101/stat : 19101 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893369 10917818368 15885 33554432000 4194304 4196468 140728753641504 139785905159056 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19102] ppid=19095 vsize=10661932 memory=776 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19102/stat : 19102 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893369 10917818368 15885 33554432000 4194304 4196468 140728753641504 139785904106256 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19103] ppid=19095 vsize=10661932 memory=1540 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19103/stat : 19103 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893369 10917818368 15885 33554432000 4194304 4196468 140728753641504 139785903053968 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19104] ppid=19095 vsize=10661932 memory=692 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19104/stat : 19104 (java) S 19095 19098 17167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414893369 10917818368 15885 33554432000 4194304 4196468 140728753641504 139785902001168 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19105] ppid=19095 vsize=10661932 memory=4164 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19105/stat : 19105 (java) S 19095 19098 17167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414893371 10917818368 15885 33554432000 4194304 4196468 140728753641504 139785471072368 139785979095682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19106] ppid=19095 vsize=10661932 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19106/stat : 19106 (java) S 19095 19098 17167 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414893371 10917818368 15885 33554432000 4194304 4196468 140728753641504 139785470018336 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19107] ppid=19095 vsize=10661932 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19107/stat : 19107 (java) S 19095 19098 17167 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414893372 10917818368 15885 33554432000 4194304 4196468 140728753641504 139785468966000 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19108] ppid=19095 vsize=10661932 memory=6296683612688699741 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19108/stat : 19108 (java) S 19095 19098 17167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414893374 10917818368 15885 33554432000 4194304 4196468 140728753641504 139785467914320 139785979103131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19109] ppid=19095 vsize=10661932 memory=7739276948478061671 CPUtime=0.11 cores=0,2,4,6
/proc/19098/task/19109/stat : 19109 (java) R 19095 19098 17167 0 -1 4202560 798 0 0 0 11 0 0 0 20 0 15 0 414893374 10917818368 15885 33554432000 4194304 4196468 140728753641504 139785466848736 139785958777639 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19110] ppid=19095 vsize=10661932 memory=7019257425709197167 CPUtime=0.1 cores=0,2,4,6
/proc/19098/task/19110/stat : 19110 (java) S 19095 19098 17167 0 -1 1077944384 775 0 0 0 10 0 0 0 20 0 15 0 414893374 10917818368 15885 33554432000 4194304 4196468 140728753641504 139785465809392 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19111] ppid=19095 vsize=10661932 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/19098/task/19111/stat : 19111 (java) S 19095 19098 17167 0 -1 1077944384 1136 0 0 0 18 0 0 0 20 0 15 0 414893374 10917818368 15885 33554432000 4194304 4196468 140728753641504 139785464757104 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19112] ppid=19095 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19112/stat : 19112 (java) S 19095 19098 17167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414893374 10917818368 15885 33554432000 4194304 4196468 140728753641504 139785463704544 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19113] ppid=19095 vsize=10661932 memory=33 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19113/stat : 19113 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893374 10917818368 15885 33554432000 4194304 4196468 140728753641504 139785462651312 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 63540 KiB

[startup+1.50078 s]
/proc/loadavg: 1.93 1.81 1.80 3/229 19113
/proc/meminfo: memFree=26360028/32770624 swapFree=66927240/67108860
[pid=19098] ppid=19095 vsize=10663980 memory=75600 CPUtime=2 cores=0,2,4,6
/proc/19098/stat : 19098 (java) S 19095 19098 17167 0 -1 1077944320 17696 0 0 0 193 7 0 0 20 0 15 0 414893368 10919915520 18900 33554432000 4194304 4196468 140728753641504 140728753624048 139785979084535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
/proc/19098/statm: 2665995 18900 3096 1 0 2628492 0
[pid=19098/tid=19100] ppid=19095 vsize=10663980 memory=6791534058613427641 CPUtime=1.48 cores=0,2,4,6
/proc/19098/task/19100/stat : 19100 (java) R 19095 19098 17167 0 -1 4202560 12356 0 0 0 142 6 0 0 20 0 15 0 414893369 10919915520 18900 33554432000 4194304 4196468 140728753641504 139785983316560 139785963165022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19101] ppid=19095 vsize=10663980 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19101/stat : 19101 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893369 10919915520 18900 33554432000 4194304 4196468 140728753641504 139785905159056 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19102] ppid=19095 vsize=10663980 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19102/stat : 19102 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893369 10919915520 18900 33554432000 4194304 4196468 140728753641504 139785904106256 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19103] ppid=19095 vsize=10663980 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19103/stat : 19103 (java) S 19095 19098 17167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414893369 10919915520 18900 33554432000 4194304 4196468 140728753641504 139785903053968 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19104] ppid=19095 vsize=10663980 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19104/stat : 19104 (java) S 19095 19098 17167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414893369 10919915520 18900 33554432000 4194304 4196468 140728753641504 139785902001168 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19105] ppid=19095 vsize=10663980 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19105/stat : 19105 (java) S 19095 19098 17167 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 414893371 10919915520 18900 33554432000 4194304 4196468 140728753641504 139785471072368 139785979095682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0

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

[startup+37.6007 s]
/proc/loadavg: 1.85 1.80 1.80 3/230 19117
/proc/meminfo: memFree=26268044/32770624 swapFree=66927240/67108860
[pid=19098] ppid=19095 vsize=10746276 memory=158912 CPUtime=39.91 cores=0,2,4,6
/proc/19098/stat : 19098 (java) S 19095 19098 17167 0 -1 1077944320 38011 0 0 0 3976 15 0 0 20 0 16 0 414893368 11004186624 39728 33554432000 4194304 4196468 140728753641504 140728753624048 139785979084535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
/proc/19098/statm: 2686569 39728 3346 1 0 2646705 0
[pid=19098/tid=19100] ppid=19095 vsize=10746276 memory=988 CPUtime=1.86 cores=0,2,4,6
/proc/19098/task/19100/stat : 19100 (java) S 19095 19098 17167 0 -1 1077944384 14507 0 0 0 179 7 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785983327408 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19101] ppid=19095 vsize=10746276 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/19098/task/19101/stat : 19101 (java) S 19095 19098 17167 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785905159056 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19102] ppid=19095 vsize=10746276 memory=920 CPUtime=0.01 cores=0,2,4,6
/proc/19098/task/19102/stat : 19102 (java) S 19095 19098 17167 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785904106256 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19103] ppid=19095 vsize=10746276 memory=3848 CPUtime=0.01 cores=0,2,4,6
/proc/19098/task/19103/stat : 19103 (java) S 19095 19098 17167 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785903053968 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19104] ppid=19095 vsize=10746276 memory=3356 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19104/stat : 19104 (java) S 19095 19098 17167 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785902001168 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19105] ppid=19095 vsize=10746276 memory=2616 CPUtime=0.01 cores=0,2,4,6
/proc/19098/task/19105/stat : 19105 (java) S 19095 19098 17167 0 -1 1077944384 1212 0 0 0 1 0 0 0 20 0 16 0 414893371 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785471072368 139785979095682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19106] ppid=19095 vsize=10746276 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19106/stat : 19106 (java) S 19095 19098 17167 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414893371 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785470018400 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19107] ppid=19095 vsize=10746276 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19107/stat : 19107 (java) S 19095 19098 17167 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414893372 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785468966016 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19108] ppid=19095 vsize=10746276 memory=3160 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19108/stat : 19108 (java) S 19095 19098 17167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785467914320 139785979103131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19109] ppid=19095 vsize=10746276 memory=197464 CPUtime=0.87 cores=0,2,4,6
/proc/19098/task/19109/stat : 19109 (java) S 19095 19098 17167 0 -1 1077944384 6169 0 0 0 86 1 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785466862192 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19110] ppid=19095 vsize=10746276 memory=1408 CPUtime=0.86 cores=0,2,4,6
/proc/19098/task/19110/stat : 19110 (java) S 19095 19098 17167 0 -1 1077944384 4754 0 0 0 86 0 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785465809392 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19111] ppid=19095 vsize=10746276 memory=2756 CPUtime=0.51 cores=0,2,4,6
/proc/19098/task/19111/stat : 19111 (java) S 19095 19098 17167 0 -1 1077944384 3318 0 0 0 50 1 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785464757104 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19112] ppid=19095 vsize=10746276 memory=158912 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19112/stat : 19112 (java) S 19095 19098 17167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785463704544 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19113] ppid=19095 vsize=10746276 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19113/stat : 19113 (java) S 19095 19098 17167 0 -1 1077944384 165 0 0 0 0 0 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785462651312 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19114] ppid=19095 vsize=10746276 memory=0 CPUtime=35.67 cores=0,2,4,6
/proc/19098/task/19114/stat : 19114 (java) R 19095 19098 17167 0 -1 4202560 6256 0 0 0 3566 1 0 0 20 0 16 0 414893557 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785445581280 139785571662375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
Current children cumulated CPU time: 39.91 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 158912 KiB

[startup+38.0007 s]*
/proc/loadavg: 1.85 1.80 1.80 3/230 19117
/proc/meminfo: memFree=26268044/32770624 swapFree=66927240/67108860
[pid=19098] ppid=19095 vsize=10746276 memory=158912 CPUtime=40.32 cores=0,2,4,6
/proc/19098/stat : 19098 (java) S 19095 19098 17167 0 -1 1077944320 38011 0 0 0 4017 15 0 0 20 0 16 0 414893368 11004186624 39728 33554432000 4194304 4196468 140728753641504 140728753624048 139785979084535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
/proc/19098/statm: 2686569 39728 3346 1 0 2646705 0
[pid=19098/tid=19100] ppid=19095 vsize=10746276 memory=576567874760998942 CPUtime=1.86 cores=0,2,4,6
/proc/19098/task/19100/stat : 19100 (java) S 19095 19098 17167 0 -1 1077944384 14507 0 0 0 179 7 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785983327408 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19101] ppid=19095 vsize=10746276 memory=301 CPUtime=0.01 cores=0,2,4,6
/proc/19098/task/19101/stat : 19101 (java) S 19095 19098 17167 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785905159056 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19102] ppid=19095 vsize=10746276 memory=3833603585301661344 CPUtime=0.01 cores=0,2,4,6
/proc/19098/task/19102/stat : 19102 (java) S 19095 19098 17167 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785904106256 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19103] ppid=19095 vsize=10746276 memory=7679937539659563834 CPUtime=0.01 cores=0,2,4,6
/proc/19098/task/19103/stat : 19103 (java) S 19095 19098 17167 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785903053968 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19104] ppid=19095 vsize=10746276 memory=3472328296227680303 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19104/stat : 19104 (java) S 19095 19098 17167 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785902001168 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19105] ppid=19095 vsize=10746276 memory=4787574030783608500 CPUtime=0.01 cores=0,2,4,6
/proc/19098/task/19105/stat : 19105 (java) S 19095 19098 17167 0 -1 1077944384 1212 0 0 0 1 0 0 0 20 0 16 0 414893371 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785471072368 139785979095682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19106] ppid=19095 vsize=10746276 memory=7378697629483796793 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19106/stat : 19106 (java) S 19095 19098 17167 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414893371 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785470018400 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19107] ppid=19095 vsize=10746276 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19107/stat : 19107 (java) S 19095 19098 17167 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414893372 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785468966016 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19108] ppid=19095 vsize=10746276 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19108/stat : 19108 (java) S 19095 19098 17167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785467914320 139785979103131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19109] ppid=19095 vsize=10746276 memory=0 CPUtime=0.87 cores=0,2,4,6
/proc/19098/task/19109/stat : 19109 (java) S 19095 19098 17167 0 -1 1077944384 6169 0 0 0 86 1 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785466862192 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19110] ppid=19095 vsize=10746276 memory=3467830232828882975 CPUtime=0.86 cores=0,2,4,6
/proc/19098/task/19110/stat : 19110 (java) S 19095 19098 17167 0 -1 1077944384 4754 0 0 0 86 0 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785465809392 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19111] ppid=19095 vsize=10746276 memory=140686327137920 CPUtime=0.51 cores=0,2,4,6
/proc/19098/task/19111/stat : 19111 (java) S 19095 19098 17167 0 -1 1077944384 3318 0 0 0 50 1 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785464757104 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19112] ppid=19095 vsize=10746276 memory=2211 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19112/stat : 19112 (java) S 19095 19098 17167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785463704544 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19113] ppid=19095 vsize=10746276 memory=281372544431824 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19113/stat : 19113 (java) S 19095 19098 17167 0 -1 1077944384 165 0 0 0 0 0 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785462651312 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19114] ppid=19095 vsize=10746276 memory=0 CPUtime=36.08 cores=0,2,4,6
/proc/19098/task/19114/stat : 19114 (java) R 19095 19098 17167 0 -1 4202560 6256 0 0 0 3607 1 0 0 20 0 16 0 414893557 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785445581280 139785571662176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
Current children cumulated CPU time: 40.32 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 158912 KiB

[startup+38.4007 s]
/proc/loadavg: 1.85 1.80 1.80 3/230 19117
/proc/meminfo: memFree=26268044/32770624 swapFree=66927240/67108860
[pid=19098] ppid=19095 vsize=10746276 memory=158912 CPUtime=40.71 cores=0,2,4,6
/proc/19098/stat : 19098 (java) S 19095 19098 17167 0 -1 1077944320 38011 0 0 0 4056 15 0 0 20 0 16 0 414893368 11004186624 39728 33554432000 4194304 4196468 140728753641504 140728753624048 139785979084535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
/proc/19098/statm: 2686569 39728 3346 1 0 2646705 0
[pid=19098/tid=19100] ppid=19095 vsize=10746276 memory=-2026666227646604569 CPUtime=1.86 cores=0,2,4,6
/proc/19098/task/19100/stat : 19100 (java) S 19095 19098 17167 0 -1 1077944384 14507 0 0 0 179 7 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785983327408 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19101] ppid=19095 vsize=10746276 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/19098/task/19101/stat : 19101 (java) S 19095 19098 17167 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785905159056 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19102] ppid=19095 vsize=10746276 memory=156288 CPUtime=0.01 cores=0,2,4,6
/proc/19098/task/19102/stat : 19102 (java) S 19095 19098 17167 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785904106256 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19103] ppid=19095 vsize=10746276 memory=156208 CPUtime=0.01 cores=0,2,4,6
/proc/19098/task/19103/stat : 19103 (java) S 19095 19098 17167 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785903053968 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19104] ppid=19095 vsize=10746276 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19104/stat : 19104 (java) S 19095 19098 17167 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785902001168 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19105] ppid=19095 vsize=10746276 memory=9592 CPUtime=0.01 cores=0,2,4,6
/proc/19098/task/19105/stat : 19105 (java) S 19095 19098 17167 0 -1 1077944384 1212 0 0 0 1 0 0 0 20 0 16 0 414893371 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785471072368 139785979095682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19106] ppid=19095 vsize=10746276 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19106/stat : 19106 (java) S 19095 19098 17167 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414893371 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785470018400 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19107] ppid=19095 vsize=10746276 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19107/stat : 19107 (java) S 19095 19098 17167 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414893372 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785468966016 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19108] ppid=19095 vsize=10746276 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19108/stat : 19108 (java) S 19095 19098 17167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785467914320 139785979103131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19109] ppid=19095 vsize=10746276 memory=9592 CPUtime=0.87 cores=0,2,4,6
/proc/19098/task/19109/stat : 19109 (java) S 19095 19098 17167 0 -1 1077944384 6169 0 0 0 86 1 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785466862192 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19110] ppid=19095 vsize=10746276 memory=776 CPUtime=0.86 cores=0,2,4,6
/proc/19098/task/19110/stat : 19110 (java) S 19095 19098 17167 0 -1 1077944384 4754 0 0 0 86 0 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785465809392 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19111] ppid=19095 vsize=10746276 memory=1540 CPUtime=0.51 cores=0,2,4,6
/proc/19098/task/19111/stat : 19111 (java) S 19095 19098 17167 0 -1 1077944384 3318 0 0 0 50 1 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785464757104 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19112] ppid=19095 vsize=10746276 memory=158836 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19112/stat : 19112 (java) S 19095 19098 17167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785463704544 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19113] ppid=19095 vsize=10746276 memory=-7457052372387209120 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19113/stat : 19113 (java) S 19095 19098 17167 0 -1 1077944384 165 0 0 0 0 0 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785462651312 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19114] ppid=19095 vsize=10746276 memory=5860704123725310038 CPUtime=36.47 cores=0,2,4,6
/proc/19098/task/19114/stat : 19114 (java) R 19095 19098 17167 0 -1 4202560 6256 0 0 0 3646 1 0 0 20 0 16 0 414893557 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785445581168 139785571660795 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
Current children cumulated CPU time: 40.71 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 158912 KiB

[startup+38.5007 s]
/proc/loadavg: 1.85 1.80 1.80 3/230 19117
/proc/meminfo: memFree=26268044/32770624 swapFree=66927240/67108860
[pid=19098] ppid=19095 vsize=10746276 memory=158912 CPUtime=40.81 cores=0,2,4,6
/proc/19098/stat : 19098 (java) S 19095 19098 17167 0 -1 1077944320 38011 0 0 0 4066 15 0 0 20 0 16 0 414893368 11004186624 39728 33554432000 4194304 4196468 140728753641504 140728753624048 139785979084535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
/proc/19098/statm: 2686569 39728 3346 1 0 2646705 0
[pid=19098/tid=19100] ppid=19095 vsize=10746276 memory=158912 CPUtime=1.86 cores=0,2,4,6
/proc/19098/task/19100/stat : 19100 (java) S 19095 19098 17167 0 -1 1077944384 14507 0 0 0 179 7 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785983327408 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19101] ppid=19095 vsize=10746276 memory=158912 CPUtime=0.01 cores=0,2,4,6
/proc/19098/task/19101/stat : 19101 (java) S 19095 19098 17167 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785905159056 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19102] ppid=19095 vsize=10746276 memory=158836 CPUtime=0.01 cores=0,2,4,6
/proc/19098/task/19102/stat : 19102 (java) S 19095 19098 17167 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785904106256 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19103] ppid=19095 vsize=10746276 memory=2273 CPUtime=0.01 cores=0,2,4,6
/proc/19098/task/19103/stat : 19103 (java) S 19095 19098 17167 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785903053968 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19104] ppid=19095 vsize=10746276 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19104/stat : 19104 (java) S 19095 19098 17167 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414893369 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785902001168 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19105] ppid=19095 vsize=10746276 memory=158836 CPUtime=0.01 cores=0,2,4,6
/proc/19098/task/19105/stat : 19105 (java) S 19095 19098 17167 0 -1 1077944384 1212 0 0 0 1 0 0 0 20 0 16 0 414893371 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785471072368 139785979095682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19106] ppid=19095 vsize=10746276 memory=158836 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19106/stat : 19106 (java) S 19095 19098 17167 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414893371 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785470018400 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19107] ppid=19095 vsize=10746276 memory=281372435229008 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19107/stat : 19107 (java) S 19095 19098 17167 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414893372 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785468966016 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19108] ppid=19095 vsize=10746276 memory=7976406965554101975 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19108/stat : 19108 (java) S 19095 19098 17167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785467914320 139785979103131 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19109] ppid=19095 vsize=10746276 memory=3580 CPUtime=0.87 cores=0,2,4,6
/proc/19098/task/19109/stat : 19109 (java) S 19095 19098 17167 0 -1 1077944384 6169 0 0 0 86 1 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785466862192 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19110] ppid=19095 vsize=10746276 memory=39628 CPUtime=0.86 cores=0,2,4,6
/proc/19098/task/19110/stat : 19110 (java) S 19095 19098 17167 0 -1 1077944384 4754 0 0 0 86 0 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785465809392 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19111] ppid=19095 vsize=10746276 memory=6791534058613427641 CPUtime=0.51 cores=0,2,4,6
/proc/19098/task/19111/stat : 19111 (java) S 19095 19098 17167 0 -1 1077944384 3318 0 0 0 50 1 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785464757104 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19112] ppid=19095 vsize=10746276 memory=140686327137920 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19112/stat : 19112 (java) S 19095 19098 17167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785463704544 139785979094741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19113] ppid=19095 vsize=10746276 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19098/task/19113/stat : 19113 (java) S 19095 19098 17167 0 -1 1077944384 165 0 0 0 0 0 0 0 20 0 16 0 414893374 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785462651312 139785979095682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
[pid=19098/tid=19114] ppid=19095 vsize=10746276 memory=6791534058613427641 CPUtime=36.57 cores=0,2,4,6
/proc/19098/task/19114/stat : 19114 (java) R 19095 19098 17167 0 -1 4202560 6256 0 0 0 3656 1 0 0 20 0 16 0 414893557 11004186624 39728 33554432000 4194304 4196468 140728753641504 139785445581168 139785571660855 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33107968 140728753644555 140728753644658 140728753644658 140728753647567 0
Current children cumulated CPU time: 40.81 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 158912 KiB

Child status: 0
Real time (s): 38.5299
CPU time (s): 40.8557
CPU user time (s): 40.6994
CPU system time (s): 0.156293
CPU usage (%): 106.036
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 158912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.6994
system time used= 0.156293
maximum resident set size= 159360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39601
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3115
involuntary context switches= 66


# summary of solver processes directly reported to runsolver:
#   pid: 19098
#   total CPU time (s): 40.8557
#   total CPU user time (s): 40.6994
#   total CPU system time (s): 0.156293

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.234793 second user time and 0.410262 second system time

The end

Launcher Data

Begin job on node137 at 2019-09-13 16:53:38
IDJOB=4390743
IDBENCH=140442
IDSOLVER=2832
FILE ID=node137/4390743-1568386460
RUNJOBID= node137-1568380473-17198
PBS_JOBID= 21701831
Free space on /tmp= 61228 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/Crossword/Crossword-m1c-words-vg/Crossword-m1c-words-vg-7-7.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390743-1568386460/watcher-4390743-1568386460 -o /tmp/evaluation-result-4390743-1568386460/solver-4390743-1568386460 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568380473-17198 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390743-1568386460.xml -cm

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

MD5SUM BENCH= 99134ba62b1a53cb1521bec8a3cd1f05
RANDOM SEED=1874455754

node137.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	: 5334.00
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	: 5334.00
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	: 5334.00
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	: 5334.00
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:        26414748 kB
MemAvailable:   31617236 kB
Buffers:          161308 kB
Cached:          5304644 kB
SwapCached:        77568 kB
Active:          1665716 kB
Inactive:        4066776 kB
Active(anon):     190192 kB
Inactive(anon):   117600 kB
Active(file):    1475524 kB
Inactive(file):  3949176 kB
Unevictable:      108712 kB
Mlocked:          108712 kB
SwapTotal:      67108860 kB
SwapFree:       66927240 kB
Dirty:              8760 kB
Writeback:             0 kB
AnonPages:        220748 kB
Mapped:            56752 kB
Shmem:             32752 kB
Slab:             217492 kB
SReclaimable:     187244 kB
SUnreclaim:        30248 kB
KernelStack:        4016 kB
PageTables:         6952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1167088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61220 MiB
End job on node137 at 2019-09-13 16:54:17