Trace number 4390649

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 91.8552 87.5249

DiagnosticValue
WRONG_DECISIONS536477

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-17.xml
MD5SUM9efca6d5489e39e5f473d5ee8bd54dad
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 benchmark22.8714
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree8
Maximum variable degree25
Distribution of variable degrees[{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":3},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":3},{"degree":16,"count":2},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":1},{"degree":20,"count":2},{"degree":22,"count":1},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

2.46/1.87	
2.46/1.87	AbsCon 2 
2.46/1.89	
7.37/5.57	  Instance
7.37/5.57	    name=instance-4390649-1568381096, framework=CSP
7.37/5.57	
7.37/5.57	  Loading variables...
7.57/5.67	  Loading constraints...
10.45/7.10	
10.45/7.10	  Domains
10.45/7.10	    nTypes=1, nValues=125, sizes=[5#25]
10.45/7.10	  Variables
10.45/7.10	    count=25, degrees=[8#1,10#1,11#3,12#2...20#2,22#1,23#1,25#1]
10.45/7.10	  Constraints
10.45/7.10	    count=56, nSpecific=56, arities=[7#56]
10.45/7.10	    distribution=[CtrExtensionCT-Table#56]
10.45/7.10	    tables=[31867#1,34146#1,35330#1,35525#1...43248#1,44637#1,45942#1,56885#1], nTotalTuples=2230805
10.45/7.10	    nExtStructures=(56,shared:0)
10.45/7.10	    wck=5.26, cpu=5.912, mem=878M250
10.58/7.13	  Solver SolverBacktrack being built...
10.58/7.13	
10.58/7.15	
10.58/7.15	  Solver
10.58/7.15	    guaranteedGAC=true
10.58/7.15	    wck=5.313, cpu=5.963, mem=878M250
10.58/7.16	
10.58/7.16	  Preprocessing
10.58/7.16	    filters=0, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
10.58/7.16	    wck=0.005, cpu=5.97, mem=878M250
10.58/7.16	
10.58/7.18	    num=0, depth=9..12, filters=174, wck=0.031, mem=878M250
10.58/7.18	    decisions=36, wrong=13, backtracks=4, failedAssignments=10, nogoods=3
10.58/7.18	    nFilterCalls=1203, avgTableProportion=0.99997473719007, avgTableSize=39893.18703241895
10.58/7.18	    
10.58/7.20	    num=1, depth=8..10, filters=330, wck=0.043, mem=878M250
10.58/7.20	    decisions=72, wrong=27, backtracks=7, failedAssignments=21, nogoods=9
10.58/7.20	    nFilterCalls=2291, avgTableProportion=0.9999748296203124, avgTableSize=40054.08162374509
10.58/7.20	    
10.81/7.21	    num=2, depth=7..12, filters=658, wck=0.06, mem=878M250
10.81/7.21	    decisions=120, wrong=46, backtracks=15, failedAssignments=33, nogoods=16
10.81/7.21	    nFilterCalls=4238, avgTableProportion=0.9999748281547529, avgTableSize=40024.95941481831
10.81/7.21	    
10.81/7.23	    num=3, depth=8..10, filters=1065, wck=0.078, mem=878M250
10.81/7.23	    decisions=171, wrong=67, backtracks=23, failedAssignments=46, nogoods=23
10.81/7.23	    nFilterCalls=6340, avgTableProportion=0.9999747956862726, avgTableSize=39974.147949526814
10.81/7.23	    
10.81/7.26	    num=4, depth=8..12, filters=1381, wck=0.102, mem=878M250
10.81/7.26	    decisions=221, wrong=88, backtracks=32, failedAssignments=60, nogoods=28
10.81/7.26	    nFilterCalls=8338, avgTableProportion=0.9999747892960825, avgTableSize=39958.85727992324
10.81/7.26	    
10.81/7.27	    num=5, depth=7..10, filters=1858, wck=0.117, mem=878M250
10.81/7.27	    decisions=278, wrong=113, backtracks=46, failedAssignments=76, nogoods=35
10.81/7.27	    nFilterCalls=11090, avgTableProportion=0.9999747581283553, avgTableSize=39905.063480613164
10.81/7.27	    
10.81/7.28	    num=6, depth=7..11, filters=2202, wck=0.13, mem=878M250
10.81/7.28	    decisions=336, wrong=138, backtracks=55, failedAssignments=93, nogoods=38
10.81/7.28	    nFilterCalls=13071, avgTableProportion=0.9999747791342828, avgTableSize=39943.783337158595
10.81/7.28	    
10.81/7.30	    num=7, depth=6..12, filters=2597, wck=0.146, mem=878M250
10.81/7.30	    decisions=397, wrong=164, backtracks=63, failedAssignments=112, nogoods=44
10.81/7.30	    nFilterCalls=15553, avgTableProportion=0.9999747658404983, avgTableSize=39919.62746736964
10.81/7.30	    
11.11/7.31	    num=8, depth=7..12, filters=3134, wck=0.16, mem=878M250
11.11/7.31	    decisions=474, wrong=198, backtracks=83, failedAssignments=133, nogoods=53
11.11/7.31	    nFilterCalls=18704, avgTableProportion=0.999974756500542, avgTableSize=39907.05464071856
11.11/7.31	    
11.11/7.33	    num=9, depth=6..11, filters=3625, wck=0.173, mem=878M250
11.11/7.33	    decisions=547, wrong=230, backtracks=97, failedAssignments=156, nogoods=61
11.11/7.33	    nFilterCalls=21948, avgTableProportion=0.9999747431370464, avgTableSize=39886.86035174048
11.11/7.33	    
11.11/7.34	    num=10, depth=6..10, filters=4225, wck=0.184, mem=878M250
11.11/7.34	    decisions=631, wrong=268, backtracks=111, failedAssignments=181, nogoods=66
11.11/7.34	    nFilterCalls=25312, avgTableProportion=0.9999747638618135, avgTableSize=39922.623933312265
11.11/7.34	    
11.11/7.35	    num=11, depth=7..14, filters=4818, wck=0.195, mem=878M250
11.11/7.35	    decisions=727, wrong=312, backtracks=134, failedAssignments=209, nogoods=70
11.11/7.35	    nFilterCalls=28936, avgTableProportion=0.9999747787255472, avgTableSize=39949.605163118606
11.11/7.35	    
11.11/7.36	    num=12, depth=7..10, filters=5719, wck=0.208, mem=878M250
11.11/7.36	    decisions=844, wrong=367, backtracks=161, failedAssignments=240, nogoods=79
11.11/7.36	    nFilterCalls=33870, avgTableProportion=0.9999747825002078, avgTableSize=39957.85532919988
11.11/7.36	    
11.11/7.37	    num=13, depth=7..12, filters=6490, wck=0.22, mem=878M250
11.11/7.37	    decisions=956, wrong=419, backtracks=182, failedAssignments=274, nogoods=83
11.11/7.37	    nFilterCalls=38372, avgTableProportion=0.9999747704471653, avgTableSize=39932.31767955801
11.11/7.37	    
11.11/7.38	    num=14, depth=7..12, filters=7279, wck=0.232, mem=878M250
11.11/7.38	    decisions=1079, wrong=477, backtracks=211, failedAssignments=311, nogoods=85
11.11/7.38	    nFilterCalls=43276, avgTableProportion=0.999974772322322, avgTableSize=39938.81664201867
11.11/7.38	    
11.29/7.40	    num=15, depth=7..12, filters=8296, wck=0.244, mem=878M250
11.29/7.40	    decisions=1221, wrong=544, backtracks=241, failedAssignments=352, nogoods=91
11.29/7.40	    nFilterCalls=49268, avgTableProportion=0.9999747683626949, avgTableSize=39927.702626451246
11.29/7.40	    
11.29/7.41	    num=16, depth=6..13, filters=9382, wck=0.259, mem=878M250
11.29/7.41	    decisions=1369, wrong=615, backtracks=276, failedAssignments=397, nogoods=94
11.29/7.41	    nFilterCalls=55506, avgTableProportion=0.9999747858576818, avgTableSize=39958.031492090944
11.29/7.41	    
11.29/7.43	    num=17, depth=7..13, filters=10656, wck=0.275, mem=878M250
11.29/7.43	    decisions=1539, wrong=696, backtracks=318, failedAssignments=447, nogoods=99
11.29/7.43	    nFilterCalls=62795, avgTableProportion=0.999974783876834, avgTableSize=39957.505804602275
11.29/7.43	    
11.29/7.44	    num=18, depth=8..13, filters=12102, wck=0.291, mem=878M250
11.29/7.44	    decisions=1733, wrong=789, backtracks=367, failedAssignments=502, nogoods=108
11.29/7.44	    nFilterCalls=70537, avgTableProportion=0.9999747880194069, avgTableSize=39964.69607440067
11.29/7.44	    
11.29/7.46	    num=19, depth=7..12, filters=13489, wck=0.311, mem=878M250
11.29/7.46	    decisions=1921, wrong=879, backtracks=410, failedAssignments=563, nogoods=113
11.29/7.46	    nFilterCalls=78339, avgTableProportion=0.9999747739012366, avgTableSize=39943.13912610577
11.29/7.46	    
11.29/7.48	    num=20, depth=5..11, filters=15076, wck=0.332, mem=878M250
11.29/7.48	    decisions=2133, wrong=981, backtracks=459, failedAssignments=630, nogoods=121
11.29/7.48	    nFilterCalls=87379, avgTableProportion=0.9999747619271019, avgTableSize=39925.73225832294
11.29/7.48	    
11.46/7.51	    num=21, depth=6..12, filters=17137, wck=0.356, mem=878M250
11.46/7.51	    decisions=2394, wrong=1108, backtracks=535, failedAssignments=704, nogoods=127
11.46/7.51	    nFilterCalls=98769, avgTableProportion=0.9999747472547963, avgTableSize=39898.961091030586
11.46/7.51	    
11.46/7.53	    num=22, depth=6..12, filters=19026, wck=0.379, mem=878M250
11.46/7.53	    decisions=2651, wrong=1233, backtracks=594, failedAssignments=785, nogoods=131
11.46/7.53	    nFilterCalls=109426, avgTableProportion=0.999974754941839, avgTableSize=39916.08170818636
11.46/7.53	    
11.46/7.55	    num=23, depth=7..13, filters=20976, wck=0.401, mem=878M250
11.46/7.55	    decisions=2937, wrong=1372, backtracks=663, failedAssignments=874, nogoods=135
11.46/7.55	    nFilterCalls=120663, avgTableProportion=0.9999747621314787, avgTableSize=39923.21675244276
11.46/7.55	    
11.46/7.58	    num=24, depth=7..13, filters=23709, wck=0.429, mem=878M250
11.46/7.58	    decisions=3288, wrong=1543, backtracks=759, failedAssignments=972, nogoods=143
11.46/7.58	    nFilterCalls=136064, avgTableProportion=0.9999747610298897, avgTableSize=39926.84361770931
11.46/7.58	    
11.60/7.61	    num=25, depth=6..11, filters=26540, wck=0.458, mem=878M250
11.60/7.61	    decisions=3655, wrong=1722, backtracks=852, failedAssignments=1080, nogoods=153
11.60/7.61	    nFilterCalls=151032, avgTableProportion=0.9999747720307994, avgTableSize=39946.04960538164
11.60/7.61	    
11.60/7.65	    num=26, depth=5..11, filters=30010, wck=0.501, mem=878M250
11.60/7.65	    decisions=4072, wrong=1927, backtracks=989, failedAssignments=1199, nogoods=165
11.60/7.65	    nFilterCalls=171861, avgTableProportion=0.999974769622103, avgTableSize=39939.06571007966
11.60/7.65	    
11.60/7.69	    num=27, depth=6..12, filters=33122, wck=0.534, mem=878M250
11.60/7.69	    decisions=4502, wrong=2139, backtracks=1094, failedAssignments=1330, nogoods=169
11.60/7.69	    nFilterCalls=189475, avgTableProportion=0.9999747827851027, avgTableSize=39959.08168359942
11.60/7.69	    
11.72/7.73	    num=28, depth=6..13, filters=36728, wck=0.58, mem=878M250
11.72/7.73	    decisions=4971, wrong=2369, backtracks=1203, failedAssignments=1474, nogoods=179
11.72/7.73	    nFilterCalls=209660, avgTableProportion=0.9999747599889718, avgTableSize=39922.391023561955
11.72/7.73	    
11.72/7.77	    num=29, depth=6..13, filters=40394, wck=0.62, mem=878M250
11.72/7.77	    decisions=5464, wrong=2612, backtracks=1330, failedAssignments=1632, nogoods=193
11.72/7.77	    nFilterCalls=230294, avgTableProportion=0.9999747565341291, avgTableSize=39913.45736753888
11.72/7.77	    
11.82/7.83	    num=30, depth=5..13, filters=44866, wck=0.673, mem=878M250
11.82/7.83	    decisions=6033, wrong=2892, backtracks=1478, failedAssignments=1806, nogoods=199
11.82/7.83	    nFilterCalls=255758, avgTableProportion=0.9999747603018436, avgTableSize=39923.76043760117
11.82/7.83	    
11.82/7.88	    num=31, depth=6..12, filters=49294, wck=0.725, mem=878M250
11.82/7.88	    decisions=6650, wrong=3196, backtracks=1624, failedAssignments=1997, nogoods=203
11.82/7.88	    nFilterCalls=280870, avgTableProportion=0.9999747594393493, avgTableSize=39922.295581585786
11.82/7.88	    
11.93/7.93	    num=32, depth=6..13, filters=54278, wck=0.775, mem=878M250
11.93/7.93	    decisions=7333, wrong=3533, backtracks=1793, failedAssignments=2208, nogoods=214
11.93/7.93	    nFilterCalls=309263, avgTableProportion=0.9999747604587178, avgTableSize=39921.78345615221
11.93/7.93	    
11.93/8.00	    num=33, depth=5..13, filters=59881, wck=0.844, mem=878M250
11.93/8.00	    decisions=8073, wrong=3899, backtracks=1996, failedAssignments=2440, nogoods=226
11.93/8.00	    nFilterCalls=342232, avgTableProportion=0.9999747713975375, avgTableSize=39941.79608277426
11.93/8.00	    
12.05/8.06	    num=34, depth=5..13, filters=65650, wck=0.911, mem=878M250
12.05/8.06	    decisions=8895, wrong=4306, backtracks=2208, failedAssignments=2695, nogoods=234
12.05/8.06	    nFilterCalls=375461, avgTableProportion=0.9999747778636878, avgTableSize=39951.74817091522
12.05/8.06	    
12.20/8.14	    num=35, depth=4..13, filters=72864, wck=0.987, mem=878M250
12.20/8.14	    decisions=9791, wrong=4750, backtracks=2437, failedAssignments=2976, nogoods=243
12.20/8.14	    nFilterCalls=414958, avgTableProportion=0.9999747674287879, avgTableSize=39934.924324871434
12.20/8.14	    
12.33/8.22	    num=36, depth=6..12, filters=81031, wck=1.062, mem=878M250
12.33/8.22	    decisions=10878, wrong=5289, backtracks=2735, failedAssignments=3285, nogoods=254
12.33/8.22	    nFilterCalls=459309, avgTableProportion=0.9999747766910273, avgTableSize=39951.5188881559
12.33/8.22	    
12.46/8.31	    num=37, depth=5..13, filters=89763, wck=1.158, mem=878M250
12.46/8.31	    decisions=12013, wrong=5853, backtracks=3042, failedAssignments=3625, nogoods=259
12.46/8.31	    nFilterCalls=508979, avgTableProportion=0.9999747672226743, avgTableSize=39934.366484668324
12.46/8.31	    
12.56/8.41	    num=38, depth=5..14, filters=99230, wck=1.253, mem=878M250
12.56/8.41	    decisions=13236, wrong=6459, backtracks=3353, failedAssignments=3999, nogoods=268
12.56/8.41	    nFilterCalls=561693, avgTableProportion=0.9999747674409935, avgTableSize=39936.706790008066
12.56/8.41	    
12.66/8.52	    num=39, depth=6..13, filters=109556, wck=1.368, mem=878M250
12.66/8.52	    decisions=14592, wrong=7133, backtracks=3686, failedAssignments=4410, nogoods=277
12.66/8.52	    nFilterCalls=619345, avgTableProportion=0.9999747462008383, avgTableSize=39897.7725145113
12.66/8.52	    
12.76/8.66	    num=40, depth=4..12, filters=121458, wck=1.505, mem=878M250
12.76/8.66	    decisions=16083, wrong=7874, backtracks=4079, failedAssignments=4862, nogoods=280
12.76/8.66	    nFilterCalls=687535, avgTableProportion=0.9999747623378659, avgTableSize=39925.40202607867
12.76/8.66	    
12.86/8.79	    num=41, depth=5..13, filters=133880, wck=1.64, mem=878M250
12.86/8.79	    decisions=17742, wrong=8699, backtracks=4517, failedAssignments=5359, nogoods=292
12.86/8.79	    nFilterCalls=757853, avgTableProportion=0.9999747666141688, avgTableSize=39934.987753561705
12.86/8.79	    
13.07/8.96	    num=42, depth=5..13, filters=148973, wck=1.802, mem=878M250
13.07/8.96	    decisions=19629, wrong=9638, backtracks=5047, failedAssignments=5906, nogoods=302
13.07/8.96	    nFilterCalls=845313, avgTableProportion=0.9999747591486758, avgTableSize=39920.85115809173
13.07/8.96	    
13.28/9.11	    num=43, depth=5..14, filters=164692, wck=1.952, mem=878M250
13.28/9.11	    decisions=21694, wrong=10667, backtracks=5620, failedAssignments=6508, nogoods=311
13.28/9.11	    nFilterCalls=931463, avgTableProportion=0.9999747508168052, avgTableSize=39908.40358876305
13.28/9.11	    
13.38/9.28	    num=44, depth=6..14, filters=181300, wck=2.13, mem=878M250
13.38/9.28	    decisions=23858, wrong=11745, backtracks=6155, failedAssignments=7170, nogoods=324
13.38/9.28	    nFilterCalls=1026765, avgTableProportion=0.9999747707107423, avgTableSize=39940.505591834546
13.38/9.28	    
13.58/9.48	    num=45, depth=4..15, filters=201132, wck=2.323, mem=878M250
13.58/9.48	    decisions=26308, wrong=12967, backtracks=6868, failedAssignments=7898, nogoods=335
13.58/9.48	    nFilterCalls=1139017, avgTableProportion=0.9999747629184758, avgTableSize=39926.94980935315
13.58/9.48	    
13.78/9.64	    num=46, depth=5..13, filters=218745, wck=2.491, mem=878M250
13.78/9.64	    decisions=28910, wrong=14264, backtracks=7536, failedAssignments=8699, nogoods=356
13.78/9.64	    nFilterCalls=1237505, avgTableProportion=0.9999747607735868, avgTableSize=39923.609115922765
13.78/9.64	    
13.98/9.88	    num=47, depth=4..13, filters=242657, wck=2.726, mem=878M250
13.98/9.88	    decisions=31875, wrong=15743, backtracks=8353, failedAssignments=9580, nogoods=369
13.98/9.88	    nFilterCalls=1374916, avgTableProportion=0.9999747503127854, avgTableSize=39907.17389716899
13.98/9.88	    
14.29/10.14	    num=48, depth=5..12, filters=268282, wck=2.988, mem=878M250
14.29/10.14	    decisions=35123, wrong=17363, backtracks=9246, failedAssignments=10550, nogoods=388
14.29/10.14	    nFilterCalls=1515738, avgTableProportion=0.9999747700675472, avgTableSize=39942.55191728386
14.29/10.14	    
14.59/10.44	    num=49, depth=5..13, filters=295514, wck=3.283, mem=878M250
14.59/10.44	    decisions=38756, wrong=19176, backtracks=10231, failedAssignments=11617, nogoods=396
14.59/10.44	    nFilterCalls=1672109, avgTableProportion=0.9999747575304473, avgTableSize=39919.63887641296
14.59/10.44	    
14.89/10.76	    num=50, depth=5..14, filters=328801, wck=3.61, mem=878M250
14.89/10.76	    decisions=42837, wrong=21213, backtracks=11393, failedAssignments=12790, nogoods=411
14.89/10.76	    nFilterCalls=1853006, avgTableProportion=0.9999747581381341, avgTableSize=39921.73697872538
14.89/10.76	    
15.30/11.11	    num=51, depth=4..14, filters=360797, wck=3.959, mem=878M250
15.30/11.11	    decisions=47112, wrong=23346, backtracks=12520, failedAssignments=14081, nogoods=420
15.30/11.11	    nFilterCalls=2037733, avgTableProportion=0.9999747666290805, avgTableSize=39936.14107687317
15.30/11.11	    
15.69/11.51	    num=52, depth=5..13, filters=397897, wck=4.356, mem=878M250
15.69/11.51	    decisions=51996, wrong=25784, backtracks=13907, failedAssignments=15501, nogoods=429
15.69/11.51	    nFilterCalls=2246062, avgTableProportion=0.9999747525432041, avgTableSize=39911.45315489955
15.69/11.51	    
15.99/11.88	    num=53, depth=5..13, filters=438181, wck=4.727, mem=878M250
15.99/11.88	    decisions=57209, wrong=28387, backtracks=15372, failedAssignments=17063, nogoods=441
15.99/11.88	    nFilterCalls=2468643, avgTableProportion=0.9999747540796116, avgTableSize=39914.220812405845
15.99/11.88	    
16.49/12.34	    num=54, depth=5..13, filters=482923, wck=5.187, mem=878M250
16.49/12.34	    decisions=63036, wrong=31296, backtracks=17065, failedAssignments=18781, nogoods=463
16.49/12.34	    nFilterCalls=2719696, avgTableProportion=0.9999747626770324, avgTableSize=39928.77069018008
16.49/12.34	    
16.99/12.87	    num=55, depth=4..13, filters=534558, wck=5.713, mem=878M250
16.99/12.87	    decisions=69508, wrong=34529, backtracks=18948, failedAssignments=20671, nogoods=479
16.99/12.87	    nFilterCalls=3018541, avgTableProportion=0.9999747617907099, avgTableSize=39926.578196552575
16.99/12.87	    
17.49/13.38	    num=56, depth=5..14, filters=585105, wck=6.227, mem=878M250
17.49/13.38	    decisions=76372, wrong=37957, backtracks=20799, failedAssignments=22750, nogoods=493
17.49/13.38	    nFilterCalls=3305311, avgTableProportion=0.9999747540393255, avgTableSize=39915.50084243208
17.49/13.38	    
18.10/13.97	    num=57, depth=3..13, filters=646137, wck=6.818, mem=903M944
18.10/13.97	    decisions=84046, wrong=41791, backtracks=23033, failedAssignments=25037, nogoods=515
18.10/13.97	    nFilterCalls=3651144, avgTableProportion=0.9999747473545462, avgTableSize=39902.670571744085
18.10/13.97	    
18.80/14.62	    num=58, depth=4..14, filters=712680, wck=7.465, mem=903M944
18.80/14.62	    decisions=92416, wrong=45972, backtracks=25297, failedAssignments=27553, nogoods=526
18.80/14.62	    nFilterCalls=4007421, avgTableProportion=0.9999747567361983, avgTableSize=39917.85735065021
18.80/14.62	    
19.49/15.34	    num=59, depth=4..14, filters=782208, wck=8.19, mem=903M944
19.49/15.34	    decisions=101774, wrong=50647, backtracks=27889, failedAssignments=30321, nogoods=540
19.49/15.34	    nFilterCalls=4411206, avgTableProportion=0.9999747581168875, avgTableSize=39920.57147682516
19.49/15.34	    
20.44/16.21	    num=60, depth=4..14, filters=862548, wck=9.057, mem=903M944
20.44/16.21	    decisions=111881, wrong=55697, backtracks=30737, failedAssignments=33365, nogoods=555
20.44/16.21	    nFilterCalls=4874027, avgTableProportion=0.9999747511258774, avgTableSize=39908.81386397736
20.44/16.21	    
21.25/17.01	    num=61, depth=4..13, filters=943818, wck=9.855, mem=903M944
21.25/17.01	    decisions=122896, wrong=61201, backtracks=33787, failedAssignments=36714, nogoods=578
21.25/17.01	    nFilterCalls=5329006, avgTableProportion=0.9999747559780128, avgTableSize=39915.562489702585
21.25/17.01	    
22.25/18.02	    num=62, depth=4..14, filters=1040495, wck=10.862, mem=903M944
22.25/18.02	    decisions=135220, wrong=67359, backtracks=37363, failedAssignments=40398, nogoods=591
22.25/18.02	    nFilterCalls=5902179, avgTableProportion=0.9999747565868348, avgTableSize=39918.657318593694
22.25/18.02	    
23.25/19.03	    num=63, depth=4..14, filters=1145687, wck=11.879, mem=903M944
23.25/19.03	    decisions=148556, wrong=74024, backtracks=41078, failedAssignments=44450, nogoods=604
23.25/19.03	    nFilterCalls=6479679, avgTableProportion=0.9999747514806102, avgTableSize=39907.61354196713
23.25/19.03	    
24.45/20.20	    num=64, depth=4..13, filters=1265137, wck=13.05, mem=903M944
24.45/20.20	    decisions=163983, wrong=81735, backtracks=45603, failedAssignments=48907, nogoods=617
24.45/20.20	    nFilterCalls=7153604, avgTableProportion=0.9999747542222438, avgTableSize=39914.26561758241
24.45/20.20	    
25.76/21.50	    num=65, depth=4..13, filters=1396626, wck=14.346, mem=903M944
25.76/21.50	    decisions=180570, wrong=90026, backtracks=50301, failedAssignments=53810, nogoods=635
25.76/21.50	    nFilterCalls=7893863, avgTableProportion=0.999974760339237, avgTableSize=39923.64481509243
25.76/21.50	    
27.18/22.92	    num=66, depth=4..13, filters=1542210, wck=15.768, mem=903M944
27.18/22.92	    decisions=198783, wrong=99129, backtracks=55454, failedAssignments=59204, nogoods=654
27.18/22.92	    nFilterCalls=8699755, avgTableProportion=0.9999747572366161, avgTableSize=39915.57807018703
27.18/22.92	    
28.68/24.43	    num=67, depth=4..15, filters=1691414, wck=17.281, mem=903M944
28.68/24.43	    decisions=218911, wrong=109189, backtracks=61138, failedAssignments=65137, nogoods=674
28.68/24.43	    nFilterCalls=9548174, avgTableProportion=0.999974755058268, avgTableSize=39914.013837095976
28.68/24.43	    
30.39/26.11	    num=68, depth=4..15, filters=1860974, wck=18.953, mem=903M944
30.39/26.11	    decisions=241065, wrong=120262, backtracks=67527, failedAssignments=71663, nogoods=687
30.39/26.11	    nFilterCalls=10503600, avgTableProportion=0.9999747512494629, avgTableSize=39904.87008673217
30.39/26.11	    
32.29/28.04	    num=69, depth=4..14, filters=2045619, wck=20.883, mem=903M944
32.29/28.04	    decisions=265463, wrong=132457, backtracks=74484, failedAssignments=78842, nogoods=701
32.29/28.04	    nFilterCalls=11579843, avgTableProportion=0.9999747567554776, avgTableSize=39916.47237704345
32.29/28.04	    
34.48/30.25	    num=70, depth=3..14, filters=2264604, wck=23.098, mem=903M944
34.48/30.25	    decisions=292958, wrong=146201, backtracks=82508, failedAssignments=86739, nogoods=712
34.48/30.25	    nFilterCalls=12786768, avgTableProportion=0.9999747508804923, avgTableSize=39905.763118717725
34.48/30.25	    
36.78/32.53	    num=71, depth=4..15, filters=2494598, wck=25.373, mem=903M944
36.78/32.53	    decisions=322479, wrong=160957, backtracks=91146, failedAssignments=95426, nogoods=724
36.78/32.53	    nFilterCalls=14077573, avgTableProportion=0.999974750822183, avgTableSize=39904.83455472047
36.78/32.53	    
39.19/34.90	    num=72, depth=3..14, filters=2743844, wck=27.75, mem=903M944
39.19/34.90	    decisions=354909, wrong=177168, backtracks=100431, failedAssignments=104981, nogoods=736
39.19/34.90	    nFilterCalls=15506553, avgTableProportion=0.9999747585083265, avgTableSize=39919.43860934148
39.19/34.90	    
41.69/37.48	    num=73, depth=4..14, filters=3038836, wck=30.327, mem=903M944
41.69/37.48	    decisions=390741, wrong=195080, backtracks=111067, failedAssignments=115492, nogoods=756
41.69/37.48	    nFilterCalls=17135735, avgTableProportion=0.9999747543285675, avgTableSize=39913.43910255381
41.69/37.48	    
44.30/40.06	    num=74, depth=3..14, filters=3333772, wck=32.902, mem=903M944
44.30/40.06	    decisions=430206, wrong=214809, backtracks=122538, failedAssignments=127054, nogoods=770
44.30/40.06	    nFilterCalls=18737593, avgTableProportion=0.9999747527388854, avgTableSize=39910.686248068254
44.30/40.06	    
47.59/43.36	    num=75, depth=2..14, filters=3688996, wck=36.203, mem=903M944
47.59/43.36	    decisions=474166, wrong=236785, backtracks=135681, failedAssignments=139772, nogoods=785
47.59/43.36	    nFilterCalls=20730622, avgTableProportion=0.9999747540824531, avgTableSize=39914.13769538608
47.59/43.36	    
50.99/46.71	    num=76, depth=3..14, filters=4053469, wck=39.554, mem=903M944
50.99/46.71	    decisions=521793, wrong=260595, backtracks=149587, failedAssignments=153762, nogoods=803
50.99/46.71	    nFilterCalls=22778193, avgTableProportion=0.9999747578399809, avgTableSize=39921.4700499728
50.99/46.71	    
55.09/50.83	    num=77, depth=3..15, filters=4467110, wck=43.673, mem=903M944
55.09/50.83	    decisions=574220, wrong=286805, backtracks=165291, failedAssignments=169151, nogoods=816
55.09/50.83	    nFilterCalls=25120961, avgTableProportion=0.9999747621517475, avgTableSize=39929.240966418445
55.09/50.83	    
59.20/54.99	    num=78, depth=3..15, filters=4907736, wck=47.842, mem=903M944
59.20/54.99	    decisions=631354, wrong=315369, backtracks=181824, failedAssignments=186079, nogoods=831
59.20/54.99	    nFilterCalls=27533930, avgTableProportion=0.9999747556209112, avgTableSize=39917.08663743243
59.20/54.99	    
64.20/59.94	    num=79, depth=3..15, filters=5392194, wck=52.789, mem=903M944
64.20/59.94	    decisions=694423, wrong=346901, backtracks=200527, failedAssignments=204700, nogoods=851
64.20/59.94	    nFilterCalls=30363151, avgTableProportion=0.999974756366027, avgTableSize=39921.18316870341
64.20/59.94	    
69.11/64.86	    num=80, depth=2..14, filters=5920969, wck=57.709, mem=903M944
69.11/64.86	    decisions=764415, wrong=381892, backtracks=220109, failedAssignments=225184, nogoods=862
69.11/64.86	    nFilterCalls=33350153, avgTableProportion=0.9999747697160103, avgTableSize=39941.05874821624
69.11/64.86	    
75.01/70.74	    num=81, depth=3..15, filters=6516918, wck=63.589, mem=903M944
75.01/70.74	    decisions=841491, wrong=420427, backtracks=243316, failedAssignments=247716, nogoods=880
75.01/70.74	    nFilterCalls=36752092, avgTableProportion=0.9999747664568287, avgTableSize=39935.986709600096
75.01/70.74	    
81.01/76.71	    num=82, depth=3..15, filters=7196867, wck=69.561, mem=929M638
81.01/76.71	    decisions=927153, wrong=463254, backtracks=269666, failedAssignments=272501, nogoods=892
81.01/76.71	    nFilterCalls=40480143, avgTableProportion=0.9999747577816539, avgTableSize=39920.76179846993
81.01/76.71	    
87.91/83.66	    num=83, depth=3..14, filters=7920682, wck=76.506, mem=929M638
87.91/83.66	    decisions=1021382, wrong=510365, backtracks=298580, failedAssignments=299765, nogoods=912
87.91/83.66	    nFilterCalls=44607970, avgTableProportion=0.9999747587587531, avgTableSize=39922.72355283148
87.91/83.66	    
91.81/87.51	    num=84, depth=3..24, filters=8316653, ccks=56, wck=80.354, mem=929M638
91.81/87.51	    decisions=1073617, wrong=536477, backtracks=314030, failedAssignments=314994, nogoods=912, foundSolutions=1
91.81/87.51	    nFilterCalls=46862681, avgTableProportion=0.999974761263262, avgTableSize=39926.491188478954
91.81/87.51	    
91.81/87.51	  Global
91.81/87.51	    filters=8316653, ccks=56, nogoods=912
91.81/87.51	    Stop=REACHED_GOAL, wrong=536477, foundSolutions=1, firstSolCpu=86.314
91.81/87.51	    wck=85.669, cpu=86.32, mem=929M638
91.81/87.51	
91.81/87.51	v <instantiation id='sol1' type='solution'>  <list> x[] </list>  <values> 1 1 1 4 1 1 0 0 3 3 0 2 3 0 2 1 2 0 0 3 0 2 3 0 1 </values>  </instantiation>
91.81/87.51	s SATISFIABLE
91.81/87.51	
91.81/87.51	d WRONG_DECISIONS 536477

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

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

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

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

solver pid=32677, runsolver pid=32674

[startup+0.104228 s]*
/proc/loadavg: 1.90 1.57 0.87 3/229 32692
/proc/meminfo: memFree=26403940/32770624 swapFree=66957012/67108860
[pid=32677] ppid=32674 vsize=10659884 memory=29640 CPUtime=0.15 cores=1,3,5,7
/proc/32677/stat : 32677 (java) S 32674 32677 32084 0 -1 1077944320 5967 0 0 0 13 2 0 0 20 0 15 0 414023494 10915721216 7410 33554432000 4194304 4196468 140733591518032 140733591500576 139828538167031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
/proc/32677/statm: 2664971 7410 2874 1 0 2627468 0
[pid=32677/tid=32679] ppid=32674 vsize=10659884 memory=-8125511277465735549 CPUtime=0.1 cores=1,3,5,7
/proc/32677/task/32679/stat : 32679 (java) R 32674 32677 32084 0 -1 4202560 3267 0 0 0 9 1 0 0 20 0 15 0 414023494 10915721216 7410 33554432000 4194304 4196468 140733591518032 139828542392896 139828522247518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32680] ppid=32674 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32680/stat : 32680 (java) S 32674 32677 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414023495 10915721216 7410 33554432000 4194304 4196468 140733591518032 139828145134096 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32681] ppid=32674 vsize=10659884 memory=140435101111936 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32681/stat : 32681 (java) S 32674 32677 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414023495 10915721216 7410 33554432000 4194304 4196468 140733591518032 139828144081552 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32682] ppid=32674 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32682/stat : 32682 (java) S 32674 32677 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414023495 10915721216 7410 33554432000 4194304 4196468 140733591518032 139828143028496 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32683] ppid=32674 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32683/stat : 32683 (java) S 32674 32677 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414023495 10915721216 7410 33554432000 4194304 4196468 140733591518032 139828141975952 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32684] ppid=32674 vsize=10659884 memory=140435101111936 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32684/stat : 32684 (java) S 32674 32677 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414023496 10915721216 7410 33554432000 4194304 4196468 140733591518032 139828097350384 139828538178178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32685] ppid=32674 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32685/stat : 32685 (java) S 32674 32677 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414023497 10915721216 7410 33554432000 4194304 4196468 140733591518032 139828029023904 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32686] ppid=32674 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32686/stat : 32686 (java) S 32674 32677 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414023497 10915721216 7410 33554432000 4194304 4196468 140733591518032 139828027970800 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32687] ppid=32674 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32687/stat : 32687 (java) S 32674 32677 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414023499 10915721216 7410 33554432000 4194304 4196468 140733591518032 139828026919376 139828538185627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32688] ppid=32674 vsize=10659884 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32677/task/32688/stat : 32688 (java) R 32674 32677 32084 0 -1 4202560 506 0 0 0 1 0 0 0 20 0 15 0 414023499 10915721216 7410 33554432000 4194304 4196468 140733591518032 139828025857496 139828524189233 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32689] ppid=32674 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32689/stat : 32689 (java) R 32674 32677 32084 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 414023499 10915721216 7410 33554432000 4194304 4196468 140733591518032 139828024813936 139828538178178 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32690] ppid=32674 vsize=10659884 memory=140435101111936 CPUtime=0.02 cores=1,3,5,7
/proc/32677/task/32690/stat : 32690 (java) R 32674 32677 32084 0 -1 4202560 715 0 0 0 2 0 0 0 20 0 15 0 414023499 10915721216 7410 33554432000 4194304 4196468 140733591518032 139828023757688 139828516738968 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32691] ppid=32674 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32691/stat : 32691 (java) S 32674 32677 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414023499 10915721216 7410 33554432000 4194304 4196468 140733591518032 139828022708576 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32692] ppid=32674 vsize=10659884 memory=140435101111936 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32692/stat : 32692 (java) S 32674 32677 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414023500 10915721216 7410 33554432000 4194304 4196468 140733591518032 139828021656624 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 29640 KiB

[startup+0.210756 s]*
/proc/loadavg: 1.90 1.57 0.87 4/229 32692
/proc/meminfo: memFree=26392636/32770624 swapFree=66957012/67108860
[pid=32677] ppid=32674 vsize=10659884 memory=37396 CPUtime=0.33 cores=1,3,5,7
/proc/32677/stat : 32677 (java) S 32674 32677 32084 0 -1 1077944320 9126 0 0 0 30 3 0 0 20 0 15 0 414023494 10915721216 9349 33554432000 4194304 4196468 140733591518032 140733591500576 139828538167031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
/proc/32677/statm: 2664971 9349 2985 1 0 2627468 0
[pid=32677/tid=32679] ppid=32674 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32677/task/32679/stat : 32679 (java) R 32674 32677 32084 0 -1 4202560 6128 0 0 0 18 2 0 0 20 0 15 0 414023494 10915721216 9349 33554432000 4194304 4196468 140733591518032 139828542393392 139828538188957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32680] ppid=32674 vsize=10659884 memory=339 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32680/stat : 32680 (java) S 32674 32677 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414023495 10915721216 9349 33554432000 4194304 4196468 140733591518032 139828145134096 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32681] ppid=32674 vsize=10659884 memory=140435101143069 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32681/stat : 32681 (java) S 32674 32677 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414023495 10915721216 9349 33554432000 4194304 4196468 140733591518032 139828144081552 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32682] ppid=32674 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32682/stat : 32682 (java) S 32674 32677 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414023495 10915721216 9349 33554432000 4194304 4196468 140733591518032 139828143028496 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32683] ppid=32674 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32683/stat : 32683 (java) S 32674 32677 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414023495 10915721216 9349 33554432000 4194304 4196468 140733591518032 139828141975952 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32684] ppid=32674 vsize=10659884 memory=140435101111936 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32684/stat : 32684 (java) S 32674 32677 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414023496 10915721216 9349 33554432000 4194304 4196468 140733591518032 139828097350384 139828538178178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32685] ppid=32674 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32685/stat : 32685 (java) S 32674 32677 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414023497 10915721216 9349 33554432000 4194304 4196468 140733591518032 139828029023904 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32686] ppid=32674 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32686/stat : 32686 (java) S 32674 32677 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414023497 10915721216 9349 33554432000 4194304 4196468 140733591518032 139828027970800 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32687] ppid=32674 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32687/stat : 32687 (java) S 32674 32677 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414023499 10915721216 9349 33554432000 4194304 4196468 140733591518032 139828026919376 139828538185627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32688] ppid=32674 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/32677/task/32688/stat : 32688 (java) S 32674 32677 32084 0 -1 1077944384 573 0 0 0 3 0 0 0 20 0 15 0 414023499 10915721216 9349 33554432000 4194304 4196468 140733591518032 139828025866480 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32689] ppid=32674 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/32677/task/32689/stat : 32689 (java) S 32674 32677 32084 0 -1 1077944384 313 0 0 0 3 0 0 0 20 0 15 0 414023499 10915721216 9349 33554432000 4194304 4196468 140733591518032 139828024813936 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32690] ppid=32674 vsize=10659884 memory=140435101111936 CPUtime=0.05 cores=1,3,5,7
/proc/32677/task/32690/stat : 32690 (java) S 32674 32677 32084 0 -1 1077944384 752 0 0 0 5 0 0 0 20 0 15 0 414023499 10915721216 9349 33554432000 4194304 4196468 140733591518032 139828023760880 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32691] ppid=32674 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32691/stat : 32691 (java) S 32674 32677 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414023499 10915721216 9349 33554432000 4194304 4196468 140733591518032 139828022708576 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32692] ppid=32674 vsize=10659884 memory=140435101111936 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32692/stat : 32692 (java) S 32674 32677 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414023500 10915721216 9349 33554432000 4194304 4196468 140733591518032 139828021656624 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 37396 KiB

[startup+0.310295 s]*
/proc/loadavg: 1.90 1.57 0.87 4/229 32692
/proc/meminfo: memFree=26390328/32770624 swapFree=66957012/67108860
[pid=32677] ppid=32674 vsize=10659884 memory=40208 CPUtime=0.48 cores=1,3,5,7
/proc/32677/stat : 32677 (java) S 32674 32677 32084 0 -1 1077944320 9476 0 0 0 44 4 0 0 20 0 15 0 414023494 10915721216 10052 33554432000 4194304 4196468 140733591518032 140733591500576 139828538167031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
/proc/32677/statm: 2664971 10052 3011 1 0 2627468 0
[pid=32677/tid=32679] ppid=32674 vsize=10659884 memory=7311146985107750967 CPUtime=0.31 cores=1,3,5,7
/proc/32677/task/32679/stat : 32679 (java) R 32674 32677 32084 0 -1 4202560 6401 0 0 0 28 3 0 0 20 0 15 0 414023494 10915721216 10052 33554432000 4194304 4196468 140733591518032 139828542398832 139828538188957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32680] ppid=32674 vsize=10659884 memory=288230596118052887 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32680/stat : 32680 (java) S 32674 32677 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414023495 10915721216 10052 33554432000 4194304 4196468 140733591518032 139828145134096 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32681] ppid=32674 vsize=10659884 memory=140435101142109 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32681/stat : 32681 (java) S 32674 32677 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414023495 10915721216 10052 33554432000 4194304 4196468 140733591518032 139828144081552 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32682] ppid=32674 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32682/stat : 32682 (java) S 32674 32677 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414023495 10915721216 10052 33554432000 4194304 4196468 140733591518032 139828143028496 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32683] ppid=32674 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32683/stat : 32683 (java) S 32674 32677 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414023495 10915721216 10052 33554432000 4194304 4196468 140733591518032 139828141975952 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32684] ppid=32674 vsize=10659884 memory=140435101111936 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32684/stat : 32684 (java) S 32674 32677 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414023496 10915721216 10052 33554432000 4194304 4196468 140733591518032 139828097350384 139828538178178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32685] ppid=32674 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32685/stat : 32685 (java) S 32674 32677 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414023497 10915721216 10052 33554432000 4194304 4196468 140733591518032 139828029023904 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32686] ppid=32674 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32686/stat : 32686 (java) S 32674 32677 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414023497 10915721216 10052 33554432000 4194304 4196468 140733591518032 139828027970800 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32687] ppid=32674 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32687/stat : 32687 (java) S 32674 32677 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414023499 10915721216 10052 33554432000 4194304 4196468 140733591518032 139828026919376 139828538185627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32688] ppid=32674 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/32677/task/32688/stat : 32688 (java) S 32674 32677 32084 0 -1 1077944384 581 0 0 0 4 0 0 0 20 0 15 0 414023499 10915721216 10052 33554432000 4194304 4196468 140733591518032 139828025866480 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32689] ppid=32674 vsize=10659884 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/32677/task/32689/stat : 32689 (java) S 32674 32677 32084 0 -1 1077944384 355 0 0 0 4 0 0 0 20 0 15 0 414023499 10915721216 10052 33554432000 4194304 4196468 140733591518032 139828024813936 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32690] ppid=32674 vsize=10659884 memory=140435101111936 CPUtime=0.07 cores=1,3,5,7
/proc/32677/task/32690/stat : 32690 (java) S 32674 32677 32084 0 -1 1077944384 780 0 0 0 7 0 0 0 20 0 15 0 414023499 10915721216 10052 33554432000 4194304 4196468 140733591518032 139828023760880 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32691] ppid=32674 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32691/stat : 32691 (java) S 32674 32677 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414023499 10915721216 10052 33554432000 4194304 4196468 140733591518032 139828022708576 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32692] ppid=32674 vsize=10659884 memory=140435101111936 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32692/stat : 32692 (java) S 32674 32677 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414023500 10915721216 10052 33554432000 4194304 4196468 140733591518032 139828021656624 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40208 KiB

[startup+0.700767 s]
/proc/loadavg: 1.90 1.57 0.87 3/229 32692
/proc/meminfo: memFree=26380556/32770624 swapFree=66957012/67108860
[pid=32677] ppid=32674 vsize=10661932 memory=63384 CPUtime=1.11 cores=1,3,5,7
/proc/32677/stat : 32677 (java) S 32674 32677 32084 0 -1 1077944320 12844 0 0 0 106 5 0 0 20 0 15 0 414023494 10917818368 15846 33554432000 4194304 4196468 140733591518032 140733591500576 139828538167031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
/proc/32677/statm: 2665483 15846 3067 1 0 2627980 0
[pid=32677/tid=32679] ppid=32674 vsize=10661932 memory=1368 CPUtime=0.68 cores=1,3,5,7
/proc/32677/task/32679/stat : 32679 (java) R 32674 32677 32084 0 -1 4202560 8838 0 0 0 64 4 0 0 20 0 15 0 414023494 10917818368 15846 33554432000 4194304 4196468 140733591518032 139828542398976 139828519540488 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32680] ppid=32674 vsize=10661932 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32680/stat : 32680 (java) S 32674 32677 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414023495 10917818368 15846 33554432000 4194304 4196468 140733591518032 139828145134096 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32681] ppid=32674 vsize=10661932 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32681/stat : 32681 (java) S 32674 32677 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414023495 10917818368 15846 33554432000 4194304 4196468 140733591518032 139828144081552 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32682] ppid=32674 vsize=10661932 memory=6100 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32682/stat : 32682 (java) S 32674 32677 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414023495 10917818368 15846 33554432000 4194304 4196468 140733591518032 139828143028496 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32683] ppid=32674 vsize=10661932 memory=11624 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32683/stat : 32683 (java) S 32674 32677 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414023495 10917818368 15846 33554432000 4194304 4196468 140733591518032 139828141975952 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32684] ppid=32674 vsize=10661932 memory=732 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32684/stat : 32684 (java) S 32674 32677 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414023496 10917818368 15846 33554432000 4194304 4196468 140733591518032 139828097350384 139828538178178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32685] ppid=32674 vsize=10661932 memory=776 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32685/stat : 32685 (java) S 32674 32677 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414023497 10917818368 15846 33554432000 4194304 4196468 140733591518032 139828029023904 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32686] ppid=32674 vsize=10661932 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32686/stat : 32686 (java) S 32674 32677 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414023497 10917818368 15846 33554432000 4194304 4196468 140733591518032 139828027970800 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32687] ppid=32674 vsize=10661932 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32687/stat : 32687 (java) S 32674 32677 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414023499 10917818368 15846 33554432000 4194304 4196468 140733591518032 139828026919376 139828538185627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32688] ppid=32674 vsize=10661932 memory=7739276948478127207 CPUtime=0.11 cores=1,3,5,7
/proc/32677/task/32688/stat : 32688 (java) S 32674 32677 32084 0 -1 1077944384 877 0 0 0 11 0 0 0 20 0 15 0 414023499 10917818368 15846 33554432000 4194304 4196468 140733591518032 139828025866480 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32689] ppid=32674 vsize=10661932 memory=5865188000529146989 CPUtime=0.11 cores=1,3,5,7
/proc/32677/task/32689/stat : 32689 (java) R 32674 32677 32084 0 -1 4202560 607 0 0 0 11 0 0 0 20 0 15 0 414023499 10917818368 15846 33554432000 4194304 4196468 140733591518032 139828024813936 139828523292416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32690] ppid=32674 vsize=10661932 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/32677/task/32690/stat : 32690 (java) S 32674 32677 32084 0 -1 1077944384 1162 0 0 0 18 0 0 0 20 0 15 0 414023499 10917818368 15846 33554432000 4194304 4196468 140733591518032 139828023760880 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32691] ppid=32674 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32691/stat : 32691 (java) S 32674 32677 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414023499 10917818368 15846 33554432000 4194304 4196468 140733591518032 139828022708576 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32692] ppid=32674 vsize=10661932 memory=33 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32692/stat : 32692 (java) S 32674 32677 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414023500 10917818368 15846 33554432000 4194304 4196468 140733591518032 139828021656624 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 63384 KiB

[startup+1.50078 s]
/proc/loadavg: 1.90 1.57 0.87 3/229 32692
/proc/meminfo: memFree=26364240/32770624 swapFree=66957012/67108860
[pid=32677] ppid=32674 vsize=10663980 memory=75412 CPUtime=2.01 cores=1,3,5,7
/proc/32677/stat : 32677 (java) S 32674 32677 32084 0 -1 1077944320 18413 0 0 0 195 6 0 0 20 0 15 0 414023494 10919915520 18853 33554432000 4194304 4196468 140733591518032 140733591500576 139828538167031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
/proc/32677/statm: 2665995 18853 3097 1 0 2628492 0
[pid=32677/tid=32679] ppid=32674 vsize=10663980 memory=6791534058613427641 CPUtime=1.47 cores=1,3,5,7
/proc/32677/task/32679/stat : 32679 (java) R 32674 32677 32084 0 -1 4202560 13076 0 0 0 143 4 0 0 20 0 15 0 414023494 10919915520 18853 33554432000 4194304 4196468 140733591518032 139828542399056 139828522247518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32680] ppid=32674 vsize=10663980 memory=6155685578397870182 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32680/stat : 32680 (java) S 32674 32677 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414023495 10919915520 18853 33554432000 4194304 4196468 140733591518032 139828145134096 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32681] ppid=32674 vsize=10663980 memory=7811043120814189401 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32681/stat : 32681 (java) S 32674 32677 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414023495 10919915520 18853 33554432000 4194304 4196468 140733591518032 139828144081552 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32682] ppid=32674 vsize=10663980 memory=7884513591136183914 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32682/stat : 32682 (java) S 32674 32677 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414023495 10919915520 18853 33554432000 4194304 4196468 140733591518032 139828143028496 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32683] ppid=32674 vsize=10663980 memory=7883947321492137814 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32683/stat : 32683 (java) S 32674 32677 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414023495 10919915520 18853 33554432000 4194304 4196468 140733591518032 139828141975952 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32684] ppid=32674 vsize=10663980 memory=7523657268308569426 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32684/stat : 32684 (java) S 32674 32677 32084 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 414023496 10919915520 18853 33554432000 4194304 4196468 140733591518032 139828097350384 139828538178178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0

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

[startup+86.4007 s]
/proc/loadavg: 1.89 1.64 0.96 3/229 32701
/proc/meminfo: memFree=25022616/32770624 swapFree=66957012/67108860
[pid=32677] ppid=32674 vsize=10746276 memory=1404424 CPUtime=90.71 cores=1,3,5,7
/proc/32677/stat : 32677 (java) S 32674 32677 32084 0 -1 1077944320 45962 0 0 0 8982 89 0 0 20 0 16 0 414023494 11004186624 351106 33554432000 4194304 4196468 140733591518032 140733591500576 139828538167031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
/proc/32677/statm: 2686569 351106 3371 1 0 2646705 0
[pid=32677/tid=32679] ppid=32674 vsize=10746276 memory=1056 CPUtime=1.85 cores=1,3,5,7
/proc/32677/task/32679/stat : 32679 (java) S 32674 32677 32084 0 -1 1077944384 15301 0 0 0 179 6 0 0 20 0 16 0 414023494 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828542409904 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32680] ppid=32674 vsize=10746276 memory=6791534058613427641 CPUtime=0.63 cores=1,3,5,7
/proc/32677/task/32680/stat : 32680 (java) S 32674 32677 32084 0 -1 1077944384 878 0 0 0 47 16 0 0 20 0 16 0 414023495 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828145134096 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32681] ppid=32674 vsize=10746276 memory=2020 CPUtime=0.63 cores=1,3,5,7
/proc/32677/task/32681/stat : 32681 (java) S 32674 32677 32084 0 -1 1077944384 846 0 0 0 48 15 0 0 20 0 16 0 414023495 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828144081552 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32682] ppid=32674 vsize=10746276 memory=988 CPUtime=0.64 cores=1,3,5,7
/proc/32677/task/32682/stat : 32682 (java) S 32674 32677 32084 0 -1 1077944384 498 0 0 0 48 16 0 0 20 0 16 0 414023495 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828143028496 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32683] ppid=32674 vsize=10746276 memory=1368 CPUtime=0.62 cores=1,3,5,7
/proc/32677/task/32683/stat : 32683 (java) S 32674 32677 32084 0 -1 1077944384 1815 0 0 0 47 15 0 0 20 0 16 0 414023495 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828141975952 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32684] ppid=32674 vsize=10746276 memory=1056 CPUtime=0.13 cores=1,3,5,7
/proc/32677/task/32684/stat : 32684 (java) S 32674 32677 32084 0 -1 1077944384 2448 0 0 0 13 0 0 0 20 0 16 0 414023496 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828097350384 139828538178178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32685] ppid=32674 vsize=10746276 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32685/stat : 32685 (java) S 32674 32677 32084 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414023497 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828029023968 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32686] ppid=32674 vsize=10746276 memory=6100 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32686/stat : 32686 (java) S 32674 32677 32084 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 414023497 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828027970816 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32687] ppid=32674 vsize=10746276 memory=11624 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32687/stat : 32687 (java) S 32674 32677 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828026919376 139828538185627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32688] ppid=32674 vsize=10746276 memory=732 CPUtime=1.11 cores=1,3,5,7
/proc/32677/task/32688/stat : 32688 (java) S 32674 32677 32084 0 -1 1077944384 4108 0 0 0 110 1 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828025866480 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32689] ppid=32674 vsize=10746276 memory=1164 CPUtime=1.07 cores=1,3,5,7
/proc/32677/task/32689/stat : 32689 (java) S 32674 32677 32084 0 -1 1077944384 4679 0 0 0 106 1 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828024813936 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32690] ppid=32674 vsize=10746276 memory=14008 CPUtime=0.6 cores=1,3,5,7
/proc/32677/task/32690/stat : 32690 (java) S 32674 32677 32084 0 -1 1077944384 3923 0 0 0 59 1 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828023760880 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 69 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32691] ppid=32674 vsize=10746276 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32691/stat : 32691 (java) S 32674 32677 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828022708576 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32692] ppid=32674 vsize=10746276 memory=2124 CPUtime=0.03 cores=1,3,5,7
/proc/32677/task/32692/stat : 32692 (java) S 32674 32677 32084 0 -1 1077944384 338 0 0 0 1 2 0 0 20 0 16 0 414023500 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828021656624 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 72 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32693] ppid=32674 vsize=10746276 memory=21188 CPUtime=83.33 cores=1,3,5,7
/proc/32677/task/32693/stat : 32693 (java) R 32674 32677 32084 0 -1 4202560 9731 0 0 0 8320 13 0 0 20 0 16 0 414023681 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828004695936 139828181391559 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
Current children cumulated CPU time: 90.71 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 1404424 KiB

[startup+87.2007 s]
/proc/loadavg: 1.89 1.64 0.96 3/229 32701
/proc/meminfo: memFree=25022616/32770624 swapFree=66957012/67108860
[pid=32677] ppid=32674 vsize=10746276 memory=1404424 CPUtime=91.51 cores=1,3,5,7
/proc/32677/stat : 32677 (java) S 32674 32677 32084 0 -1 1077944320 45962 0 0 0 9062 89 0 0 20 0 16 0 414023494 11004186624 351106 33554432000 4194304 4196468 140733591518032 140733591500576 139828538167031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
/proc/32677/statm: 2686569 351106 3371 1 0 2646705 0
[pid=32677/tid=32679] ppid=32674 vsize=10746276 memory=0 CPUtime=1.85 cores=1,3,5,7
/proc/32677/task/32679/stat : 32679 (java) S 32674 32677 32084 0 -1 1077944384 15301 0 0 0 179 6 0 0 20 0 16 0 414023494 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828542409904 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32680] ppid=32674 vsize=10746276 memory=6791534058613427641 CPUtime=0.63 cores=1,3,5,7
/proc/32677/task/32680/stat : 32680 (java) S 32674 32677 32084 0 -1 1077944384 878 0 0 0 47 16 0 0 20 0 16 0 414023495 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828145134096 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32681] ppid=32674 vsize=10746276 memory=288230617509003574 CPUtime=0.63 cores=1,3,5,7
/proc/32677/task/32681/stat : 32681 (java) S 32674 32677 32084 0 -1 1077944384 846 0 0 0 48 15 0 0 20 0 16 0 414023495 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828144081552 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32682] ppid=32674 vsize=10746276 memory=1404424 CPUtime=0.64 cores=1,3,5,7
/proc/32677/task/32682/stat : 32682 (java) S 32674 32677 32084 0 -1 1077944384 498 0 0 0 48 16 0 0 20 0 16 0 414023495 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828143028496 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32683] ppid=32674 vsize=10746276 memory=776 CPUtime=0.62 cores=1,3,5,7
/proc/32677/task/32683/stat : 32683 (java) S 32674 32677 32084 0 -1 1077944384 1815 0 0 0 47 15 0 0 20 0 16 0 414023495 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828141975952 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32684] ppid=32674 vsize=10746276 memory=1560 CPUtime=0.13 cores=1,3,5,7
/proc/32677/task/32684/stat : 32684 (java) S 32674 32677 32084 0 -1 1077944384 2448 0 0 0 13 0 0 0 20 0 16 0 414023496 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828097350384 139828538178178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32685] ppid=32674 vsize=10746276 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32685/stat : 32685 (java) S 32674 32677 32084 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414023497 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828029023968 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32686] ppid=32674 vsize=10746276 memory=1096 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32686/stat : 32686 (java) S 32674 32677 32084 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 414023497 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828027970816 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32687] ppid=32674 vsize=10746276 memory=988 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32687/stat : 32687 (java) S 32674 32677 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828026919376 139828538185627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32688] ppid=32674 vsize=10746276 memory=1368 CPUtime=1.11 cores=1,3,5,7
/proc/32677/task/32688/stat : 32688 (java) S 32674 32677 32084 0 -1 1077944384 4108 0 0 0 110 1 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828025866480 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32689] ppid=32674 vsize=10746276 memory=1056 CPUtime=1.07 cores=1,3,5,7
/proc/32677/task/32689/stat : 32689 (java) S 32674 32677 32084 0 -1 1077944384 4679 0 0 0 106 1 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828024813936 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32690] ppid=32674 vsize=10746276 memory=1712 CPUtime=0.6 cores=1,3,5,7
/proc/32677/task/32690/stat : 32690 (java) S 32674 32677 32084 0 -1 1077944384 3923 0 0 0 59 1 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828023760880 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 69 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32691] ppid=32674 vsize=10746276 memory=6100 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32691/stat : 32691 (java) S 32674 32677 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828022708576 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32692] ppid=32674 vsize=10746276 memory=11624 CPUtime=0.03 cores=1,3,5,7
/proc/32677/task/32692/stat : 32692 (java) S 32674 32677 32084 0 -1 1077944384 338 0 0 0 1 2 0 0 20 0 16 0 414023500 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828021656624 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 72 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32693] ppid=32674 vsize=10746276 memory=732 CPUtime=84.13 cores=1,3,5,7
/proc/32677/task/32693/stat : 32693 (java) R 32674 32677 32084 0 -1 4202560 9731 0 0 0 8400 13 0 0 20 0 16 0 414023681 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828004695936 139828181491668 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
Current children cumulated CPU time: 91.51 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 1404424 KiB

[startup+87.4007 s]
/proc/loadavg: 1.89 1.64 0.96 3/229 32701
/proc/meminfo: memFree=25022616/32770624 swapFree=66957012/67108860
[pid=32677] ppid=32674 vsize=10746276 memory=1404424 CPUtime=91.71 cores=1,3,5,7
/proc/32677/stat : 32677 (java) S 32674 32677 32084 0 -1 1077944320 45962 0 0 0 9082 89 0 0 20 0 16 0 414023494 11004186624 351106 33554432000 4194304 4196468 140733591518032 140733591500576 139828538167031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
/proc/32677/statm: 2686569 351106 3371 1 0 2646705 0
[pid=32677/tid=32679] ppid=32674 vsize=10746276 memory=1560 CPUtime=1.85 cores=1,3,5,7
/proc/32677/task/32679/stat : 32679 (java) S 32674 32677 32084 0 -1 1077944384 15301 0 0 0 179 6 0 0 20 0 16 0 414023494 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828542409904 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32680] ppid=32674 vsize=10746276 memory=4008 CPUtime=0.63 cores=1,3,5,7
/proc/32677/task/32680/stat : 32680 (java) S 32674 32677 32084 0 -1 1077944384 878 0 0 0 47 16 0 0 20 0 16 0 414023495 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828145134096 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32681] ppid=32674 vsize=10746276 memory=1096 CPUtime=0.63 cores=1,3,5,7
/proc/32677/task/32681/stat : 32681 (java) S 32674 32677 32084 0 -1 1077944384 846 0 0 0 48 15 0 0 20 0 16 0 414023495 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828144081552 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32682] ppid=32674 vsize=10746276 memory=2828 CPUtime=0.64 cores=1,3,5,7
/proc/32677/task/32682/stat : 32682 (java) S 32674 32677 32084 0 -1 1077944384 498 0 0 0 48 16 0 0 20 0 16 0 414023495 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828143028496 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32683] ppid=32674 vsize=10746276 memory=1164 CPUtime=0.62 cores=1,3,5,7
/proc/32677/task/32683/stat : 32683 (java) S 32674 32677 32084 0 -1 1077944384 1815 0 0 0 47 15 0 0 20 0 16 0 414023495 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828141975952 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32684] ppid=32674 vsize=10746276 memory=191264 CPUtime=0.13 cores=1,3,5,7
/proc/32677/task/32684/stat : 32684 (java) S 32674 32677 32084 0 -1 1077944384 2448 0 0 0 13 0 0 0 20 0 16 0 414023496 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828097350384 139828538178178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32685] ppid=32674 vsize=10746276 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32685/stat : 32685 (java) S 32674 32677 32084 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414023497 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828029023968 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32686] ppid=32674 vsize=10746276 memory=2924 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32686/stat : 32686 (java) S 32674 32677 32084 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 414023497 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828027970816 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32687] ppid=32674 vsize=10746276 memory=1404424 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32687/stat : 32687 (java) S 32674 32677 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828026919376 139828538185627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32688] ppid=32674 vsize=10746276 memory=6791534058613427641 CPUtime=1.11 cores=1,3,5,7
/proc/32677/task/32688/stat : 32688 (java) S 32674 32677 32084 0 -1 1077944384 4108 0 0 0 110 1 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828025866480 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32689] ppid=32674 vsize=10746276 memory=1404424 CPUtime=1.07 cores=1,3,5,7
/proc/32677/task/32689/stat : 32689 (java) S 32674 32677 32084 0 -1 1077944384 4679 0 0 0 106 1 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828024813936 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32690] ppid=32674 vsize=10746276 memory=1660 CPUtime=0.6 cores=1,3,5,7
/proc/32677/task/32690/stat : 32690 (java) S 32674 32677 32084 0 -1 1077944384 3923 0 0 0 59 1 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828023760880 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 69 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32691] ppid=32674 vsize=10746276 memory=3512 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32691/stat : 32691 (java) S 32674 32677 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828022708576 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32692] ppid=32674 vsize=10746276 memory=39508 CPUtime=0.03 cores=1,3,5,7
/proc/32677/task/32692/stat : 32692 (java) S 32674 32677 32084 0 -1 1077944384 338 0 0 0 1 2 0 0 20 0 16 0 414023500 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828021656624 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 72 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32693] ppid=32674 vsize=10746276 memory=2020 CPUtime=84.33 cores=1,3,5,7
/proc/32677/task/32693/stat : 32693 (java) R 32674 32677 32084 0 -1 4202560 9731 0 0 0 8420 13 0 0 20 0 16 0 414023681 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828004695936 139828181493488 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
Current children cumulated CPU time: 91.71 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 1404424 KiB

[startup+87.5007 s]
/proc/loadavg: 1.89 1.64 0.96 3/229 32701
/proc/meminfo: memFree=25022616/32770624 swapFree=66957012/67108860
[pid=32677] ppid=32674 vsize=10746276 memory=1404424 CPUtime=91.81 cores=1,3,5,7
/proc/32677/stat : 32677 (java) S 32674 32677 32084 0 -1 1077944320 45962 0 0 0 9092 89 0 0 20 0 16 0 414023494 11004186624 351106 33554432000 4194304 4196468 140733591518032 140733591500576 139828538167031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
/proc/32677/statm: 2686569 351106 3371 1 0 2646705 0
[pid=32677/tid=32679] ppid=32674 vsize=10746276 memory=1404424 CPUtime=1.85 cores=1,3,5,7
/proc/32677/task/32679/stat : 32679 (java) S 32674 32677 32084 0 -1 1077944384 15301 0 0 0 179 6 0 0 20 0 16 0 414023494 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828542409904 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32680] ppid=32674 vsize=10746276 memory=1404424 CPUtime=0.63 cores=1,3,5,7
/proc/32677/task/32680/stat : 32680 (java) S 32674 32677 32084 0 -1 1077944384 878 0 0 0 47 16 0 0 20 0 16 0 414023495 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828145134096 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32681] ppid=32674 vsize=10746276 memory=1404424 CPUtime=0.63 cores=1,3,5,7
/proc/32677/task/32681/stat : 32681 (java) S 32674 32677 32084 0 -1 1077944384 846 0 0 0 48 15 0 0 20 0 16 0 414023495 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828144081552 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32682] ppid=32674 vsize=10746276 memory=1404424 CPUtime=0.64 cores=1,3,5,7
/proc/32677/task/32682/stat : 32682 (java) S 32674 32677 32084 0 -1 1077944384 498 0 0 0 48 16 0 0 20 0 16 0 414023495 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828143028496 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32683] ppid=32674 vsize=10746276 memory=1404424 CPUtime=0.62 cores=1,3,5,7
/proc/32677/task/32683/stat : 32683 (java) S 32674 32677 32084 0 -1 1077944384 1815 0 0 0 47 15 0 0 20 0 16 0 414023495 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828141975952 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32684] ppid=32674 vsize=10746276 memory=1404424 CPUtime=0.13 cores=1,3,5,7
/proc/32677/task/32684/stat : 32684 (java) S 32674 32677 32084 0 -1 1077944384 2448 0 0 0 13 0 0 0 20 0 16 0 414023496 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828097350384 139828538178178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32685] ppid=32674 vsize=10746276 memory=1404424 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32685/stat : 32685 (java) S 32674 32677 32084 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414023497 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828029023968 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32686] ppid=32674 vsize=10746276 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32686/stat : 32686 (java) S 32674 32677 32084 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 414023497 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828027970816 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32687] ppid=32674 vsize=10746276 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32687/stat : 32687 (java) S 32674 32677 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828026919376 139828538185627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32688] ppid=32674 vsize=10746276 memory=988 CPUtime=1.11 cores=1,3,5,7
/proc/32677/task/32688/stat : 32688 (java) S 32674 32677 32084 0 -1 1077944384 4108 0 0 0 110 1 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828025866480 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32689] ppid=32674 vsize=10746276 memory=1404424 CPUtime=1.07 cores=1,3,5,7
/proc/32677/task/32689/stat : 32689 (java) S 32674 32677 32084 0 -1 1077944384 4679 0 0 0 106 1 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828024813936 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32690] ppid=32674 vsize=10746276 memory=1404424 CPUtime=0.6 cores=1,3,5,7
/proc/32677/task/32690/stat : 32690 (java) S 32674 32677 32084 0 -1 1077944384 3923 0 0 0 59 1 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828023760880 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 69 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32691] ppid=32674 vsize=10746276 memory=1404424 CPUtime=0 cores=1,3,5,7
/proc/32677/task/32691/stat : 32691 (java) S 32674 32677 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414023499 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828022708576 139828538177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32692] ppid=32674 vsize=10746276 memory=3512 CPUtime=0.03 cores=1,3,5,7
/proc/32677/task/32692/stat : 32692 (java) S 32674 32677 32084 0 -1 1077944384 338 0 0 0 1 2 0 0 20 0 16 0 414023500 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828021656624 139828538178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 72 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
[pid=32677/tid=32693] ppid=32674 vsize=10746276 memory=39508 CPUtime=84.43 cores=1,3,5,7
/proc/32677/task/32693/stat : 32693 (java) R 32674 32677 32084 0 -1 4202560 9731 0 0 0 8430 13 0 0 20 0 16 0 414023681 11004186624 351106 33554432000 4194304 4196468 140733591518032 139828004695936 139828181493521 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140733591524363 140733591524466 140733591524466 140733591527375 0
Current children cumulated CPU time: 91.81 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 1404424 KiB

Child status: 0
Real time (s): 87.5249
CPU time (s): 91.8552
CPU user time (s): 90.9458
CPU system time (s): 0.909338
CPU usage (%): 104.947
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 1404424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.9458
system time used= 0.909338
maximum resident set size= 1405120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48125
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4887
involuntary context switches= 78


# summary of solver processes directly reported to runsolver:
#   pid: 32677
#   total CPU time (s): 91.8552
#   total CPU user time (s): 90.9458
#   total CPU system time (s): 0.909338

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.547701 second user time and 0.82436 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 15:24:13
IDJOB=4390649
IDBENCH=126096
IDSOLVER=2832
FILE ID=node147/4390649-1568381096
RUNJOBID= node147-1568380472-32116
PBS_JOBID= 21701824
Free space on /tmp= 56504 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-17.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390649-1568381096/watcher-4390649-1568381096 -o /tmp/evaluation-result-4390649-1568381096/solver-4390649-1568381096 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568380472-32116 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390649-1568381096.xml -cm

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

MD5SUM BENCH= 9efca6d5489e39e5f473d5ee8bd54dad
RANDOM SEED=1138934892

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26420140 kB
MemAvailable:   31635056 kB
Buffers:          160168 kB
Cached:          5268824 kB
SwapCached:        48500 kB
Active:          2376136 kB
Inactive:        3283756 kB
Active(anon):     183156 kB
Inactive(anon):    89348 kB
Active(file):    2192980 kB
Inactive(file):  3194408 kB
Unevictable:      107756 kB
Mlocked:          107756 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:             41388 kB
Writeback:             0 kB
AnonPages:        292424 kB
Mapped:            56712 kB
Shmem:             32768 kB
Slab:             285236 kB
SReclaimable:     255988 kB
SUnreclaim:        29248 kB
KernelStack:        3744 kB
PageTables:         6212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1160052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 56496 MiB
End job on node147 at 2019-09-13 15:25:41