Trace number 4390608

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsCon 2019-07-23UNSAT 32.2592 28.1353

DiagnosticValue
WRONG_DECISIONS2472

General information on the benchmark

NameQRandom/
QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-15.xml
MD5SUM1cb2c7d0d6cb70a3feacaee85115a742
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark20.9563
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree1888
Maximum variable degree1986
Distribution of variable degrees[{"degree":1888,"count":1},{"degree":1909,"count":1},{"degree":1914,"count":1},{"degree":1915,"count":2},{"degree":1921,"count":1},{"degree":1924,"count":1},{"degree":1927,"count":1},{"degree":1929,"count":1},{"degree":1933,"count":1},{"degree":1938,"count":1},{"degree":1939,"count":1},{"degree":1940,"count":1},{"degree":1949,"count":1},{"degree":1951,"count":1},{"degree":1953,"count":1},{"degree":1959,"count":1},{"degree":1961,"count":1},{"degree":1969,"count":1},{"degree":1975,"count":1},{"degree":1986,"count":1}]
Minimum constraint arity15
Maximum constraint arity15
Distribution of constraint arities[{"arity":15,"count":2713}]
Number of extensional constraints2713
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2713}]
Optimization problemNO
Type of objective

Solver Data

2.42/1.88	
2.42/1.88	AbsCon 2 
2.42/1.89	
3.98/2.34	  Instance
3.98/2.34	    name=instance-4390608-1568381034, framework=CSP
3.98/2.34	
3.98/2.34	  Loading variables...
3.98/2.39	  Loading constraints...
6.69/4.05	
6.69/4.05	  Domains
6.69/4.05	    nTypes=1, nValues=42, sizes=[2#21]
6.69/4.05	  Variables
6.69/4.05	    count=21, degrees=[1888#1,1909#1,1914#1,1915#2...1961#1,1969#1,1975#1,1986#1]
6.69/4.05	  Constraints
6.69/4.05	    count=2713, nSpecific=2713, arities=[15#2713]
6.69/4.05	    distribution=[CtrExtensionCT-Table#2713]
6.69/4.05	    tables=[6900#2713], nTotalTuples=18719700
6.69/4.05	    nExtStructures=(1,shared:2712)
6.69/4.05	    wck=2.205, cpu=3.979, mem=170M876
7.56/4.34	  Solver SolverBacktrack being built...
7.56/4.34	
7.56/4.36	
7.56/4.36	  Solver
7.56/4.36	    guaranteedGAC=true
7.56/4.36	    wck=2.518, cpu=4.148, mem=235M908
8.05/4.51	
8.05/4.51	  Preprocessing
8.05/4.51	    filters=0, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
8.05/4.51	    wck=0.026, cpu=4.176, mem=235M908
8.05/4.51	
8.31/4.64	    num=0, depth=6..11, filters=98, wck=0.276, mem=235M908
8.31/4.64	    decisions=44, wrong=19, backtracks=15, failedAssignments=10, nogoods=2
8.31/4.64	    nFilterCalls=55532, avgTableProportion=0.9998550724632149, avgTableSize=6899.0
8.31/4.64	    
8.72/4.99	    num=1, depth=6..11, filters=230, wck=0.621, mem=235M908
8.72/4.99	    decisions=98, wrong=43, backtracks=35, failedAssignments=21, nogoods=4
8.72/4.99	    nFilterCalls=123608, avgTableProportion=0.9998550724665726, avgTableSize=6899.0
8.72/4.99	    
9.03/5.24	    num=2, depth=5..10, filters=370, wck=0.871, mem=235M908
9.03/5.24	    decisions=156, wrong=69, backtracks=53, failedAssignments=33, nogoods=6
9.03/5.24	    nFilterCalls=197497, avgTableProportion=0.9998550724679977, avgTableSize=6899.0
9.03/5.24	    
9.46/5.65	    num=3, depth=4..10, filters=546, wck=1.29, mem=235M908
9.46/5.65	    decisions=223, wrong=99, backtracks=78, failedAssignments=46, nogoods=8
9.46/5.65	    nFilterCalls=284344, avgTableProportion=0.9998550724687257, avgTableSize=6899.0
9.46/5.65	    
9.87/6.02	    num=4, depth=5..10, filters=762, wck=1.651, mem=235M908
9.87/6.02	    decisions=294, wrong=132, backtracks=107, failedAssignments=60, nogoods=12
9.87/6.02	    nFilterCalls=370830, avgTableProportion=0.999855072469112, avgTableSize=6899.0
9.87/6.02	    
10.07/6.30	    num=5, depth=4..10, filters=963, wck=1.931, mem=235M908
10.07/6.30	    decisions=364, wrong=165, backtracks=131, failedAssignments=76, nogoods=13
10.07/6.30	    nFilterCalls=455903, avgTableProportion=0.999855072469349, avgTableSize=6899.0
10.07/6.30	    
10.47/6.67	    num=6, depth=4..9, filters=1180, wck=2.301, mem=235M908
10.47/6.67	    decisions=437, wrong=199, backtracks=160, failedAssignments=93, nogoods=16
10.47/6.67	    nFilterCalls=556567, avgTableProportion=0.9998550724695358, avgTableSize=6899.0
10.47/6.67	    
10.89/7.10	    num=7, depth=4..9, filters=1416, wck=2.732, mem=235M908
10.89/7.10	    decisions=521, wrong=239, backtracks=192, failedAssignments=112, nogoods=18
10.89/7.10	    nFilterCalls=668739, avgTableProportion=0.9998550724696776, avgTableSize=6899.0
10.89/7.10	    
11.39/7.58	    num=8, depth=4..10, filters=1658, wck=3.22, mem=235M908
11.39/7.58	    decisions=610, wrong=281, backtracks=228, failedAssignments=133, nogoods=20
11.39/7.58	    nFilterCalls=777407, avgTableProportion=0.9998550724697761, avgTableSize=6899.0
11.39/7.58	    
11.80/7.96	    num=9, depth=4..10, filters=1904, wck=3.593, mem=235M908
11.80/7.96	    decisions=702, wrong=324, backtracks=260, failedAssignments=156, nogoods=24
11.80/7.96	    nFilterCalls=889044, avgTableProportion=0.9998550724698522, avgTableSize=6899.0
11.80/7.96	    
12.32/8.44	    num=10, depth=4..10, filters=2182, wck=4.078, mem=235M908
12.32/8.44	    decisions=803, wrong=372, backtracks=297, failedAssignments=181, nogoods=28
12.32/8.44	    nFilterCalls=1014075, avgTableProportion=0.9998550724699174, avgTableSize=6899.0
12.32/8.44	    
12.72/8.89	    num=11, depth=4..10, filters=2490, wck=4.521, mem=235M908
12.72/8.89	    decisions=914, wrong=425, backtracks=341, failedAssignments=209, nogoods=32
12.72/8.89	    nFilterCalls=1151793, avgTableProportion=0.999855072469973, avgTableSize=6899.0
12.72/8.89	    
13.42/9.51	    num=12, depth=3..9, filters=2865, wck=5.143, mem=235M908
13.42/9.51	    decisions=1045, wrong=488, backtracks=396, failedAssignments=240, nogoods=34
13.42/9.51	    nFilterCalls=1319483, avgTableProportion=0.9998550724700249, avgTableSize=6899.0
13.42/9.51	    
14.05/10.18	    num=13, depth=3..9, filters=3236, wck=5.812, mem=235M908
14.05/10.18	    decisions=1177, wrong=551, backtracks=449, failedAssignments=274, nogoods=38
14.05/10.18	    nFilterCalls=1484499, avgTableProportion=0.9998550724700646, avgTableSize=6899.0
14.05/10.18	    
14.75/10.84	    num=14, depth=3..10, filters=3634, wck=6.472, mem=235M908
14.75/10.84	    decisions=1320, wrong=619, backtracks=505, failedAssignments=311, nogoods=41
14.75/10.84	    nFilterCalls=1659055, avgTableProportion=0.999855072470098, avgTableSize=6899.0
14.75/10.84	    
15.36/11.47	    num=15, depth=3..10, filters=4015, wck=7.108, mem=235M908
15.36/11.47	    decisions=1464, wrong=688, backtracks=563, failedAssignments=352, nogoods=44
15.36/11.47	    nFilterCalls=1838167, avgTableProportion=0.9998550724701256, avgTableSize=6899.0
15.36/11.47	    
16.16/12.28	    num=16, depth=3..10, filters=4548, wck=7.915, mem=235M908
16.16/12.28	    decisions=1647, wrong=777, backtracks=637, failedAssignments=397, nogoods=48
16.16/12.28	    nFilterCalls=2067438, avgTableProportion=0.999855072470154, avgTableSize=6899.0
16.16/12.28	    
17.07/13.16	    num=17, depth=3..10, filters=5135, wck=8.793, mem=235M908
17.07/13.16	    decisions=1842, wrong=873, backtracks=712, failedAssignments=447, nogoods=51
17.07/13.16	    nFilterCalls=2310831, avgTableProportion=0.9998550724486791, avgTableSize=6899.0
17.07/13.16	    
17.98/14.07	    num=18, depth=3..10, filters=5696, wck=9.702, mem=235M908
17.98/14.07	    decisions=2045, wrong=973, backtracks=800, failedAssignments=502, nogoods=55
17.98/14.07	    nFilterCalls=2556639, avgTableProportion=0.9998550724283802, avgTableSize=6899.0
17.98/14.07	    
18.98/15.05	    num=19, depth=2..10, filters=6358, wck=10.681, mem=235M908
18.98/15.05	    decisions=2271, wrong=1083, backtracks=895, failedAssignments=563, nogoods=58
18.98/15.05	    nFilterCalls=2832009, avgTableProportion=0.999855072409825, avgTableSize=6899.0
18.98/15.05	    
20.17/16.29	    num=20, depth=2..10, filters=7085, wck=11.926, mem=235M908
20.17/16.29	    decisions=2518, wrong=1204, backtracks=996, failedAssignments=630, nogoods=62
20.17/16.29	    nFilterCalls=3133508, avgTableProportion=0.9998550723932491, avgTableSize=6899.0
20.17/16.29	    
21.47/17.58	    num=21, depth=2..10, filters=7890, wck=13.214, mem=235M908
21.47/17.58	    decisions=2794, wrong=1340, backtracks=1111, failedAssignments=704, nogoods=66
21.47/17.58	    nFilterCalls=3479434, avgTableProportion=0.9998550723777696, avgTableSize=6899.0
21.47/17.58	    
22.77/18.84	    num=22, depth=2..10, filters=8741, wck=14.478, mem=235M908
22.77/18.84	    decisions=3091, wrong=1487, backtracks=1236, failedAssignments=785, nogoods=71
22.77/18.84	    nFilterCalls=3846427, avgTableProportion=0.9998550723643912, avgTableSize=6899.0
22.77/18.84	    
24.18/20.21	    num=23, depth=1..9, filters=9666, wck=15.843, mem=235M908
24.18/20.21	    decisions=3418, wrong=1648, backtracks=1379, failedAssignments=874, nogoods=73
24.18/20.21	    nFilterCalls=4254008, avgTableProportion=0.9998550723522386, avgTableSize=6899.0
24.18/20.21	    
26.10/22.19	    num=24, depth=1..9, filters=10752, wck=17.83, mem=235M908
26.10/22.19	    decisions=3786, wrong=1831, backtracks=1538, failedAssignments=972, nogoods=77
26.10/22.19	    nFilterCalls=4719410, avgTableProportion=0.9998550723409287, avgTableSize=6899.0
26.10/22.19	    
28.01/24.08	    num=25, depth=1..9, filters=11950, wck=19.721, mem=235M908
28.01/24.08	    decisions=4195, wrong=2035, backtracks=1713, failedAssignments=1080, nogoods=82
28.01/24.08	    nFilterCalls=5228827, avgTableProportion=0.9998550723308571, avgTableSize=6899.0
28.01/24.08	    
29.93/26.01	    num=26, depth=1..9, filters=13174, wck=21.641, mem=235M908
29.93/26.01	    decisions=4624, wrong=2249, backtracks=1903, failedAssignments=1199, nogoods=88
29.93/26.01	    nFilterCalls=5755616, avgTableProportion=0.9998550723223173, avgTableSize=6899.0
29.93/26.01	    
32.22/28.12	    num=27, depth=0..8, filters=14439, wck=23.752, mem=235M908
32.22/28.12	    decisions=5066, wrong=2470, backtracks=2109, failedAssignments=1330, nogoods=88
32.22/28.12	    nFilterCalls=6301280, avgTableProportion=0.9998550723149768, avgTableSize=6899.0
32.22/28.12	    
32.22/28.12	    num=28, depth=0..0, filters=14448, wck=23.754, mem=235M908
32.22/28.12	    decisions=5068, wrong=2472, backtracks=2110, failedAssignments=1331, nogoods=88
32.22/28.12	    nFilterCalls=6301714, avgTableProportion=0.9998550723149715, avgTableSize=6899.0
32.22/28.12	    
32.22/28.12	  Global
32.22/28.12	    filters=14448, nogoods=88
32.22/28.12	    Stop=FULL_EXPLORATION, wrong=2472, wck=26.273, cpu=27.903, mem=235M908
32.22/28.12	
32.22/28.12	s UNSATISFIABLE
32.22/28.12	
32.22/28.12	d WRONG_DECISIONS 2472

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390608-1568381034/watcher-4390608-1568381034 -o /tmp/evaluation-result-4390608-1568381034/solver-4390608-1568381034 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568380472-32116 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390608-1568381034.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
solver pid=32366, runsolver pid=32363
Current StackSize limit: 8192 KiB


[startup+0.104512 s]*
/proc/loadavg: 1.74 1.47 0.79 4/229 32381
/proc/meminfo: memFree=26434300/32770624 swapFree=66957012/67108860
[pid=32366] ppid=32363 vsize=10659884 memory=28060 CPUtime=0.14 cores=1,3,5,7
/proc/32366/stat : 32366 (java) S 32363 32366 32084 0 -1 1077944320 5540 0 0 0 13 1 0 0 20 0 15 0 414017235 10915721216 7015 33554432000 4194304 4196468 140721817795056 140721817777600 140369399865079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
/proc/32366/statm: 2664971 7015 2899 1 0 2627468 0
[pid=32366/tid=32368] ppid=32363 vsize=10659884 memory=-8197568871503662979 CPUtime=0.09 cores=1,3,5,7
/proc/32366/task/32368/stat : 32368 (java) R 32363 32366 32084 0 -1 4202560 3257 0 0 0 8 1 0 0 20 0 15 0 414017235 10915721216 7015 33554432000 4194304 4196468 140721817795056 140369404094272 140369392102206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32369] ppid=32363 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32369/stat : 32369 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017236 10915721216 7015 33554432000 4194304 4196468 140721817795056 140369336555920 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32370] ppid=32363 vsize=10659884 memory=139953023211136 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32370/stat : 32370 (java) S 32363 32366 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414017236 10915721216 7015 33554432000 4194304 4196468 140721817795056 140369335503120 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32371] ppid=32363 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32371/stat : 32371 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017236 10915721216 7015 33554432000 4194304 4196468 140721817795056 140369334450832 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32372] ppid=32363 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32372/stat : 32372 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017236 10915721216 7015 33554432000 4194304 4196468 140721817795056 140369333398032 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32373] ppid=32363 vsize=10659884 memory=139953023211136 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32373/stat : 32373 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017237 10915721216 7015 33554432000 4194304 4196468 140721817795056 140368652769904 140369399876226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32374] ppid=32363 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32374/stat : 32374 (java) S 32363 32366 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414017237 10915721216 7015 33554432000 4194304 4196468 140721817795056 140368651715872 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32375] ppid=32363 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32375/stat : 32375 (java) S 32363 32366 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414017238 10915721216 7015 33554432000 4194304 4196468 140721817795056 140368650663536 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32376] ppid=32363 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32376/stat : 32376 (java) S 32363 32366 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414017240 10915721216 7081 33554432000 4194304 4196468 140721817795056 140368649611856 140369399883675 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32377] ppid=32363 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32377/stat : 32377 (java) R 32363 32366 32084 0 -1 4202560 398 0 0 0 0 0 0 0 20 0 15 0 414017240 10915721216 7081 33554432000 4194304 4196468 140721817795056 140368648558704 140369392154461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32378] ppid=32363 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32378/stat : 32378 (java) R 32363 32366 32084 0 -1 1077944384 187 0 0 0 0 0 0 0 20 0 15 0 414017240 10915721216 7081 33554432000 4194304 4196468 140721817795056 140368647505904 140369399876226 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32379] ppid=32363 vsize=10659884 memory=139953023211136 CPUtime=0.02 cores=1,3,5,7
/proc/32366/task/32379/stat : 32379 (java) R 32363 32366 32084 0 -1 4202560 354 0 0 0 2 0 0 0 20 0 15 0 414017240 10915721216 7081 33554432000 4194304 4196468 140721817795056 140368646451424 140369385560928 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32380] ppid=32363 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32380/stat : 32380 (java) S 32363 32366 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414017240 10915721216 7081 33554432000 4194304 4196468 140721817795056 140368645401056 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32381] ppid=32363 vsize=10659884 memory=139953023211136 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32381/stat : 32381 (java) S 32363 32366 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414017240 10915721216 7081 33554432000 4194304 4196468 140721817795056 140368644348848 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 28060 KiB

[startup+0.210995 s]*
/proc/loadavg: 1.74 1.47 0.79 3/229 32381
/proc/meminfo: memFree=26424376/32770624 swapFree=66957012/67108860
[pid=32366] ppid=32363 vsize=10659884 memory=35008 CPUtime=0.33 cores=1,3,5,7
/proc/32366/stat : 32366 (java) S 32363 32366 32084 0 -1 1077944320 6950 0 0 0 31 2 0 0 20 0 15 0 414017235 10915721216 8752 33554432000 4194304 4196468 140721817795056 140721817777600 140369399865079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
/proc/32366/statm: 2664971 8752 2989 1 0 2627468 0
[pid=32366/tid=32368] ppid=32363 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32366/task/32368/stat : 32368 (java) R 32363 32366 32084 0 -1 4202560 3869 0 0 0 19 1 0 0 20 0 15 0 414017235 10915721216 8752 33554432000 4194304 4196468 140721817795056 140369404091440 140369399887005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32369] ppid=32363 vsize=10659884 memory=339 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32369/stat : 32369 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017236 10915721216 8752 33554432000 4194304 4196468 140721817795056 140369336555920 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32370] ppid=32363 vsize=10659884 memory=139953023242269 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32370/stat : 32370 (java) S 32363 32366 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414017236 10915721216 8752 33554432000 4194304 4196468 140721817795056 140369335503120 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32371] ppid=32363 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32371/stat : 32371 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017236 10915721216 8752 33554432000 4194304 4196468 140721817795056 140369334450832 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32372] ppid=32363 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32372/stat : 32372 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017236 10915721216 8752 33554432000 4194304 4196468 140721817795056 140369333398032 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32373] ppid=32363 vsize=10659884 memory=139953023211136 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32373/stat : 32373 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017237 10915721216 8752 33554432000 4194304 4196468 140721817795056 140368652769904 140369399876226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32374] ppid=32363 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32374/stat : 32374 (java) S 32363 32366 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414017237 10915721216 8752 33554432000 4194304 4196468 140721817795056 140368651715872 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32375] ppid=32363 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32375/stat : 32375 (java) S 32363 32366 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414017238 10915721216 8752 33554432000 4194304 4196468 140721817795056 140368650663536 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32376] ppid=32363 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32376/stat : 32376 (java) S 32363 32366 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414017240 10915721216 8752 33554432000 4194304 4196468 140721817795056 140368649611856 140369399883675 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32377] ppid=32363 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/32366/task/32377/stat : 32377 (java) S 32363 32366 32084 0 -1 1077944384 811 0 0 0 3 0 0 0 20 0 15 0 414017240 10915721216 8752 33554432000 4194304 4196468 140721817795056 140368648558704 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32378] ppid=32363 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32366/task/32378/stat : 32378 (java) S 32363 32366 32084 0 -1 1077944384 261 0 0 0 2 0 0 0 20 0 15 0 414017240 10915721216 8752 33554432000 4194304 4196468 140721817795056 140368647505904 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32379] ppid=32363 vsize=10659884 memory=139953023211136 CPUtime=0.05 cores=1,3,5,7
/proc/32366/task/32379/stat : 32379 (java) S 32363 32366 32084 0 -1 1077944384 648 0 0 0 5 0 0 0 20 0 15 0 414017240 10915721216 8752 33554432000 4194304 4196468 140721817795056 140368646453616 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32380] ppid=32363 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32380/stat : 32380 (java) S 32363 32366 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414017240 10915721216 8752 33554432000 4194304 4196468 140721817795056 140368645401056 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32381] ppid=32363 vsize=10659884 memory=139953023211136 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32381/stat : 32381 (java) S 32363 32366 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414017240 10915721216 8752 33554432000 4194304 4196468 140721817795056 140368644348848 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35008 KiB

[startup+0.316831 s]*
/proc/loadavg: 1.74 1.47 0.79 3/229 32381
/proc/meminfo: memFree=26417052/32770624 swapFree=66957012/67108860
[pid=32366] ppid=32363 vsize=10659884 memory=40392 CPUtime=0.48 cores=1,3,5,7
/proc/32366/stat : 32366 (java) S 32363 32366 32084 0 -1 1077944320 9499 0 0 0 45 3 0 0 20 0 15 0 414017235 10915721216 10098 33554432000 4194304 4196468 140721817795056 140721817777600 140369399865079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
/proc/32366/statm: 2664971 10098 3002 1 0 2627468 0
[pid=32366/tid=32368] ppid=32363 vsize=10659884 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/32366/task/32368/stat : 32368 (java) R 32363 32366 32084 0 -1 4202560 6344 0 0 0 28 2 0 0 20 0 15 0 414017235 10915721216 10098 33554432000 4194304 4196468 140721817795056 140369404096880 140369399877014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32369] ppid=32363 vsize=10659884 memory=288230596118052887 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32369/stat : 32369 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017236 10915721216 10098 33554432000 4194304 4196468 140721817795056 140369336555920 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32370] ppid=32363 vsize=10659884 memory=139953023241309 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32370/stat : 32370 (java) S 32363 32366 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414017236 10915721216 10098 33554432000 4194304 4196468 140721817795056 140369335503120 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32371] ppid=32363 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32371/stat : 32371 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017236 10915721216 10098 33554432000 4194304 4196468 140721817795056 140369334450832 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32372] ppid=32363 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32372/stat : 32372 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017236 10915721216 10098 33554432000 4194304 4196468 140721817795056 140369333398032 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32373] ppid=32363 vsize=10659884 memory=139953023211136 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32373/stat : 32373 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017237 10915721216 10098 33554432000 4194304 4196468 140721817795056 140368652769904 140369399876226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32374] ppid=32363 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32374/stat : 32374 (java) S 32363 32366 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414017237 10915721216 10098 33554432000 4194304 4196468 140721817795056 140368651715872 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32375] ppid=32363 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32375/stat : 32375 (java) S 32363 32366 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414017238 10915721216 10098 33554432000 4194304 4196468 140721817795056 140368650663536 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32376] ppid=32363 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32376/stat : 32376 (java) S 32363 32366 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414017240 10915721216 10098 33554432000 4194304 4196468 140721817795056 140368649611856 140369399883675 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32377] ppid=32363 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/32366/task/32377/stat : 32377 (java) S 32363 32366 32084 0 -1 1077944384 827 0 0 0 4 0 0 0 20 0 15 0 414017240 10915721216 10098 33554432000 4194304 4196468 140721817795056 140368648558704 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32378] ppid=32363 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/32366/task/32378/stat : 32378 (java) S 32363 32366 32084 0 -1 1077944384 288 0 0 0 3 0 0 0 20 0 15 0 414017240 10915721216 10098 33554432000 4194304 4196468 140721817795056 140368647505904 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32379] ppid=32363 vsize=10659884 memory=139953023211136 CPUtime=0.08 cores=1,3,5,7
/proc/32366/task/32379/stat : 32379 (java) R 32363 32366 32084 0 -1 4202560 679 0 0 0 8 0 0 0 20 0 15 0 414017240 10915721216 10098 33554432000 4194304 4196468 140721817795056 140368646453616 140369378785410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32380] ppid=32363 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32380/stat : 32380 (java) S 32363 32366 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414017240 10915721216 10098 33554432000 4194304 4196468 140721817795056 140368645401056 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32381] ppid=32363 vsize=10659884 memory=139953023211136 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32381/stat : 32381 (java) S 32363 32366 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414017240 10915721216 10098 33554432000 4194304 4196468 140721817795056 140368644348848 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40392 KiB

[startup+0.700802 s]
/proc/loadavg: 1.74 1.47 0.79 3/229 32381
/proc/meminfo: memFree=26407872/32770624 swapFree=66957012/67108860
[pid=32366] ppid=32363 vsize=10661932 memory=64260 CPUtime=1.1 cores=1,3,5,7
/proc/32366/stat : 32366 (java) S 32363 32366 32084 0 -1 1077944320 13221 0 0 0 105 5 0 0 20 0 15 0 414017235 10917818368 16065 33554432000 4194304 4196468 140721817795056 140721817777600 140369399865079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
/proc/32366/statm: 2665483 16065 3075 1 0 2627980 0
[pid=32366/tid=32368] ppid=32363 vsize=10661932 memory=1368 CPUtime=0.67 cores=1,3,5,7
/proc/32366/task/32368/stat : 32368 (java) R 32363 32366 32084 0 -1 4202560 8884 0 0 0 63 4 0 0 20 0 15 0 414017235 10917818368 16065 33554432000 4194304 4196468 140721817795056 140369404086416 140369383051917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32369] ppid=32363 vsize=10661932 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32369/stat : 32369 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017236 10917818368 16065 33554432000 4194304 4196468 140721817795056 140369336555920 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32370] ppid=32363 vsize=10661932 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32370/stat : 32370 (java) S 32363 32366 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414017236 10917818368 16065 33554432000 4194304 4196468 140721817795056 140369335503120 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32371] ppid=32363 vsize=10661932 memory=6100 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32371/stat : 32371 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017236 10917818368 16065 33554432000 4194304 4196468 140721817795056 140369334450832 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32372] ppid=32363 vsize=10661932 memory=11624 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32372/stat : 32372 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017236 10917818368 16065 33554432000 4194304 4196468 140721817795056 140369333398032 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32373] ppid=32363 vsize=10661932 memory=732 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32373/stat : 32373 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017237 10917818368 16065 33554432000 4194304 4196468 140721817795056 140368652769904 140369399876226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32374] ppid=32363 vsize=10661932 memory=776 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32374/stat : 32374 (java) S 32363 32366 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414017237 10917818368 16065 33554432000 4194304 4196468 140721817795056 140368651715872 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32375] ppid=32363 vsize=10661932 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32375/stat : 32375 (java) S 32363 32366 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414017238 10917818368 16065 33554432000 4194304 4196468 140721817795056 140368650663536 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32376] ppid=32363 vsize=10661932 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32376/stat : 32376 (java) S 32363 32366 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414017240 10917818368 16065 33554432000 4194304 4196468 140721817795056 140368649611856 140369399883675 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32377] ppid=32363 vsize=10661932 memory=7739276948478127207 CPUtime=0.1 cores=1,3,5,7
/proc/32366/task/32377/stat : 32377 (java) S 32363 32366 32084 0 -1 1077944384 1159 0 0 0 10 0 0 0 20 0 15 0 414017240 10917818368 16065 33554432000 4194304 4196468 140721817795056 140368648558704 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32378] ppid=32363 vsize=10661932 memory=5865188000529146989 CPUtime=0.11 cores=1,3,5,7
/proc/32366/task/32378/stat : 32378 (java) R 32363 32366 32084 0 -1 4202560 655 0 0 0 11 0 0 0 20 0 15 0 414017240 10917818368 16065 33554432000 4194304 4196468 140721817795056 140368647505904 140369399872476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32379] ppid=32363 vsize=10661932 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/32366/task/32379/stat : 32379 (java) S 32363 32366 32084 0 -1 1077944384 1162 0 0 0 18 0 0 0 20 0 15 0 414017240 10917818368 16065 33554432000 4194304 4196468 140721817795056 140368646453616 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32380] ppid=32363 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32380/stat : 32380 (java) S 32363 32366 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414017240 10917818368 16065 33554432000 4194304 4196468 140721817795056 140368645401056 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32381] ppid=32363 vsize=10661932 memory=33 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32381/stat : 32381 (java) S 32363 32366 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414017240 10917818368 16065 33554432000 4194304 4196468 140721817795056 140368644348848 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 64260 KiB

[startup+1.50078 s]
/proc/loadavg: 1.92 1.51 0.81 3/229 32381
/proc/meminfo: memFree=26391756/32770624 swapFree=66957012/67108860
[pid=32366] ppid=32363 vsize=10663980 memory=76028 CPUtime=2.01 cores=1,3,5,7
/proc/32366/stat : 32366 (java) S 32363 32366 32084 0 -1 1077944320 18816 0 0 0 195 6 0 0 20 0 15 0 414017235 10919915520 19007 33554432000 4194304 4196468 140721817795056 140721817777600 140369399865079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
/proc/32366/statm: 2665995 19007 3097 1 0 2628492 0
[pid=32366/tid=32368] ppid=32363 vsize=10663980 memory=6791534058613427641 CPUtime=1.48 cores=1,3,5,7
/proc/32366/task/32368/stat : 32368 (java) R 32363 32366 32084 0 -1 4202560 13100 0 0 0 143 5 0 0 20 0 15 0 414017235 10919915520 19007 33554432000 4194304 4196468 140721817795056 140369404097104 140369383051917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32369] ppid=32363 vsize=10663980 memory=6155685578397870182 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32369/stat : 32369 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017236 10919915520 19007 33554432000 4194304 4196468 140721817795056 140369336555920 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32370] ppid=32363 vsize=10663980 memory=7811043120814189401 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32370/stat : 32370 (java) S 32363 32366 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414017236 10919915520 19007 33554432000 4194304 4196468 140721817795056 140369335503120 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32371] ppid=32363 vsize=10663980 memory=7884513591136183914 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32371/stat : 32371 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017236 10919915520 19007 33554432000 4194304 4196468 140721817795056 140369334450832 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32372] ppid=32363 vsize=10663980 memory=7883947321492137814 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32372/stat : 32372 (java) S 32363 32366 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414017236 10919915520 19007 33554432000 4194304 4196468 140721817795056 140369333398032 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32373] ppid=32363 vsize=10663980 memory=7811608355573360977 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32373/stat : 32373 (java) S 32363 32366 32084 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 15 0 414017237 10919915520 19007 33554432000 4194304 4196468 140721817795056 140368652769904 140369399876226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0

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

[startup+27.2008 s]
/proc/loadavg: 1.82 1.52 0.83 3/230 32383
/proc/meminfo: memFree=26028700/32770624 swapFree=66957012/67108860
[pid=32366] ppid=32363 vsize=10748324 memory=431840 CPUtime=31.29 cores=1,3,5,7
/proc/32366/stat : 32366 (java) S 32363 32366 32084 0 -1 1077944320 41544 0 0 0 3087 42 0 0 20 0 16 0 414017235 11006283776 107960 33554432000 4194304 4196468 140721817795056 140721817777600 140369399865079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
/proc/32366/statm: 2687081 107960 3376 1 0 2647217 0
[pid=32366/tid=32368] ppid=32363 vsize=10748324 memory=6100 CPUtime=1.85 cores=1,3,5,7
/proc/32366/task/32368/stat : 32368 (java) S 32363 32366 32084 0 -1 1077944384 15342 0 0 0 179 6 0 0 20 0 16 0 414017235 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369404107952 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32369] ppid=32363 vsize=10748324 memory=6791534058613427641 CPUtime=0.17 cores=1,3,5,7
/proc/32366/task/32369/stat : 32369 (java) S 32363 32366 32084 0 -1 1077944384 376 0 0 0 11 6 0 0 20 0 16 0 414017236 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369336555920 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32370] ppid=32363 vsize=10748324 memory=279905837521864 CPUtime=0.17 cores=1,3,5,7
/proc/32366/task/32370/stat : 32370 (java) S 32363 32366 32084 0 -1 1077944384 288 0 0 0 11 6 0 0 20 0 16 0 414017236 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369335503120 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32371] ppid=32363 vsize=10748324 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/32366/task/32371/stat : 32371 (java) S 32363 32366 32084 0 -1 1077944384 600 0 0 0 11 6 0 0 20 0 16 0 414017236 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369334450832 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32372] ppid=32363 vsize=10748324 memory=8046186993342713441 CPUtime=0.17 cores=1,3,5,7
/proc/32366/task/32372/stat : 32372 (java) S 32363 32366 32084 0 -1 1077944384 183 0 0 0 10 7 0 0 20 0 16 0 414017236 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369333398032 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32373] ppid=32363 vsize=10748324 memory=431816 CPUtime=0.02 cores=1,3,5,7
/proc/32366/task/32373/stat : 32373 (java) S 32363 32366 32084 0 -1 1077944384 1809 0 0 0 2 0 0 0 20 0 16 0 414017237 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368652769904 140369399876226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32374] ppid=32363 vsize=10748324 memory=39508 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32374/stat : 32374 (java) S 32363 32366 32084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414017237 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368651715936 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32375] ppid=32363 vsize=10748324 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32375/stat : 32375 (java) S 32363 32366 32084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414017238 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368650663552 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32376] ppid=32363 vsize=10748324 memory=988 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32376/stat : 32376 (java) S 32363 32366 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368649611856 140369399883675 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32377] ppid=32363 vsize=10748324 memory=1368 CPUtime=1.41 cores=1,3,5,7
/proc/32366/task/32377/stat : 32377 (java) S 32363 32366 32084 0 -1 1077944384 5035 0 0 0 140 1 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368648558704 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32378] ppid=32363 vsize=10748324 memory=1056 CPUtime=1.38 cores=1,3,5,7
/proc/32366/task/32378/stat : 32378 (java) S 32363 32366 32084 0 -1 1077944384 4640 0 0 0 137 1 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368647505904 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32379] ppid=32363 vsize=10748324 memory=6791534058613427641 CPUtime=0.74 cores=1,3,5,7
/proc/32366/task/32379/stat : 32379 (java) S 32363 32366 32084 0 -1 1077944384 5053 0 0 0 73 1 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368646453616 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32380] ppid=32363 vsize=10748324 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32380/stat : 32380 (java) S 32363 32366 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368645401056 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32381] ppid=32363 vsize=10748324 memory=932 CPUtime=0.01 cores=1,3,5,7
/proc/32366/task/32381/stat : 32381 (java) S 32363 32366 32084 0 -1 1077944384 157 0 0 0 0 1 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368644348848 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32382] ppid=32363 vsize=10748324 memory=1768 CPUtime=25.1 cores=1,3,5,7
/proc/32366/task/32382/stat : 32382 (java) R 32363 32366 32084 0 -1 4202560 6665 0 0 0 2507 3 0 0 20 0 16 0 414017422 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368627461064 140369017604131 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
Current children cumulated CPU time: 31.29 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 431840 KiB

[startup+27.6007 s]
/proc/loadavg: 1.82 1.52 0.83 3/230 32383
/proc/meminfo: memFree=26028700/32770624 swapFree=66957012/67108860
[pid=32366] ppid=32363 vsize=10748324 memory=431840 CPUtime=31.71 cores=1,3,5,7
/proc/32366/stat : 32366 (java) S 32363 32366 32084 0 -1 1077944320 41575 0 0 0 3129 42 0 0 20 0 16 0 414017235 11006283776 107960 33554432000 4194304 4196468 140721817795056 140721817777600 140369399865079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
/proc/32366/statm: 2687081 107960 3376 1 0 2647217 0
[pid=32366/tid=32368] ppid=32363 vsize=10748324 memory=2828 CPUtime=1.85 cores=1,3,5,7
/proc/32366/task/32368/stat : 32368 (java) S 32363 32366 32084 0 -1 1077944384 15342 0 0 0 179 6 0 0 20 0 16 0 414017235 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369404107952 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32369] ppid=32363 vsize=10748324 memory=1164 CPUtime=0.17 cores=1,3,5,7
/proc/32366/task/32369/stat : 32369 (java) S 32363 32366 32084 0 -1 1077944384 376 0 0 0 11 6 0 0 20 0 16 0 414017236 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369336555920 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32370] ppid=32363 vsize=10748324 memory=14008 CPUtime=0.17 cores=1,3,5,7
/proc/32366/task/32370/stat : 32370 (java) S 32363 32366 32084 0 -1 1077944384 288 0 0 0 11 6 0 0 20 0 16 0 414017236 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369335503120 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32371] ppid=32363 vsize=10748324 memory=12040 CPUtime=0.17 cores=1,3,5,7
/proc/32366/task/32371/stat : 32371 (java) S 32363 32366 32084 0 -1 1077944384 600 0 0 0 11 6 0 0 20 0 16 0 414017236 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369334450832 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32372] ppid=32363 vsize=10748324 memory=2124 CPUtime=0.17 cores=1,3,5,7
/proc/32366/task/32372/stat : 32372 (java) S 32363 32366 32084 0 -1 1077944384 183 0 0 0 10 7 0 0 20 0 16 0 414017236 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369333398032 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32373] ppid=32363 vsize=10748324 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/32366/task/32373/stat : 32373 (java) S 32363 32366 32084 0 -1 1077944384 1809 0 0 0 2 0 0 0 20 0 16 0 414017237 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368652769904 140369399876226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32374] ppid=32363 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32374/stat : 32374 (java) S 32363 32366 32084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414017237 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368651715936 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32375] ppid=32363 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32375/stat : 32375 (java) S 32363 32366 32084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414017238 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368650663552 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32376] ppid=32363 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32376/stat : 32376 (java) S 32363 32366 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368649611856 140369399883675 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32377] ppid=32363 vsize=10748324 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/32366/task/32377/stat : 32377 (java) S 32363 32366 32084 0 -1 1077944384 5065 0 0 0 142 1 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368648558704 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32378] ppid=32363 vsize=10748324 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/32366/task/32378/stat : 32378 (java) S 32363 32366 32084 0 -1 1077944384 4640 0 0 0 137 1 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368647505904 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32379] ppid=32363 vsize=10748324 memory=0 CPUtime=0.74 cores=1,3,5,7
/proc/32366/task/32379/stat : 32379 (java) S 32363 32366 32084 0 -1 1077944384 5053 0 0 0 73 1 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368646453616 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32380] ppid=32363 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32380/stat : 32380 (java) S 32363 32366 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368645401056 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32381] ppid=32363 vsize=10748324 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32366/task/32381/stat : 32381 (java) S 32363 32366 32084 0 -1 1077944384 157 0 0 0 0 1 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368644348848 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32382] ppid=32363 vsize=10748324 memory=6370719275257063784 CPUtime=25.5 cores=1,3,5,7
/proc/32366/task/32382/stat : 32382 (java) R 32363 32366 32084 0 -1 4202560 6666 0 0 0 2547 3 0 0 20 0 16 0 414017422 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368627461064 140369017603731 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
Current children cumulated CPU time: 31.71 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 431840 KiB

[startup+28.0007 s]*
/proc/loadavg: 1.82 1.52 0.83 3/230 32383
/proc/meminfo: memFree=26028700/32770624 swapFree=66957012/67108860
[pid=32366] ppid=32363 vsize=10748324 memory=431840 CPUtime=32.12 cores=1,3,5,7
/proc/32366/stat : 32366 (java) S 32363 32366 32084 0 -1 1077944320 41575 0 0 0 3170 42 0 0 20 0 16 0 414017235 11006283776 107960 33554432000 4194304 4196468 140721817795056 140721817777600 140369399865079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
/proc/32366/statm: 2687081 107960 3376 1 0 2647217 0
[pid=32366/tid=32368] ppid=32363 vsize=10748324 memory=6791534058613427641 CPUtime=1.85 cores=1,3,5,7
/proc/32366/task/32368/stat : 32368 (java) S 32363 32366 32084 0 -1 1077944384 15342 0 0 0 179 6 0 0 20 0 16 0 414017235 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369404107952 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32369] ppid=32363 vsize=10748324 memory=11624 CPUtime=0.17 cores=1,3,5,7
/proc/32366/task/32369/stat : 32369 (java) S 32363 32366 32084 0 -1 1077944384 376 0 0 0 11 6 0 0 20 0 16 0 414017236 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369336555920 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32370] ppid=32363 vsize=10748324 memory=732 CPUtime=0.17 cores=1,3,5,7
/proc/32366/task/32370/stat : 32370 (java) S 32363 32366 32084 0 -1 1077944384 288 0 0 0 11 6 0 0 20 0 16 0 414017236 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369335503120 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32371] ppid=32363 vsize=10748324 memory=776 CPUtime=0.17 cores=1,3,5,7
/proc/32366/task/32371/stat : 32371 (java) S 32363 32366 32084 0 -1 1077944384 600 0 0 0 11 6 0 0 20 0 16 0 414017236 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369334450832 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32372] ppid=32363 vsize=10748324 memory=1560 CPUtime=0.17 cores=1,3,5,7
/proc/32366/task/32372/stat : 32372 (java) S 32363 32366 32084 0 -1 1077944384 183 0 0 0 10 7 0 0 20 0 16 0 414017236 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369333398032 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32373] ppid=32363 vsize=10748324 memory=4008 CPUtime=0.02 cores=1,3,5,7
/proc/32366/task/32373/stat : 32373 (java) S 32363 32366 32084 0 -1 1077944384 1809 0 0 0 2 0 0 0 20 0 16 0 414017237 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368652769904 140369399876226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32374] ppid=32363 vsize=10748324 memory=1096 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32374/stat : 32374 (java) S 32363 32366 32084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414017237 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368651715936 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32375] ppid=32363 vsize=10748324 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32375/stat : 32375 (java) S 32363 32366 32084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414017238 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368650663552 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32376] ppid=32363 vsize=10748324 memory=1164 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32376/stat : 32376 (java) S 32363 32366 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368649611856 140369399883675 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32377] ppid=32363 vsize=10748324 memory=14008 CPUtime=1.43 cores=1,3,5,7
/proc/32366/task/32377/stat : 32377 (java) S 32363 32366 32084 0 -1 1077944384 5065 0 0 0 142 1 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368648558704 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32378] ppid=32363 vsize=10748324 memory=12040 CPUtime=1.38 cores=1,3,5,7
/proc/32366/task/32378/stat : 32378 (java) S 32363 32366 32084 0 -1 1077944384 4640 0 0 0 137 1 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368647505904 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32379] ppid=32363 vsize=10748324 memory=2124 CPUtime=0.74 cores=1,3,5,7
/proc/32366/task/32379/stat : 32379 (java) S 32363 32366 32084 0 -1 1077944384 5053 0 0 0 73 1 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368646453616 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32380] ppid=32363 vsize=10748324 memory=21180 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32380/stat : 32380 (java) S 32363 32366 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368645401056 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32381] ppid=32363 vsize=10748324 memory=492 CPUtime=0.01 cores=1,3,5,7
/proc/32366/task/32381/stat : 32381 (java) S 32363 32366 32084 0 -1 1077944384 157 0 0 0 0 1 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368644348848 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32382] ppid=32363 vsize=10748324 memory=1560 CPUtime=25.91 cores=1,3,5,7
/proc/32366/task/32382/stat : 32382 (java) R 32363 32366 32084 0 -1 4202560 6666 0 0 0 2588 3 0 0 20 0 16 0 414017422 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368627459288 140369018044172 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
Current children cumulated CPU time: 32.12 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 431840 KiB

[startup+28.1101 s]
/proc/loadavg: 1.82 1.52 0.83 3/230 32383
/proc/meminfo: memFree=26028700/32770624 swapFree=66957012/67108860
[pid=32366] ppid=32363 vsize=10748324 memory=431840 CPUtime=32.22 cores=1,3,5,7
/proc/32366/stat : 32366 (java) S 32363 32366 32084 0 -1 1077944320 41575 0 0 0 3180 42 0 0 20 0 16 0 414017235 11006283776 107960 33554432000 4194304 4196468 140721817795056 140721817777600 140369399865079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
/proc/32366/statm: 2687081 107960 3376 1 0 2647217 0
[pid=32366/tid=32368] ppid=32363 vsize=10748324 memory=4104 CPUtime=1.85 cores=1,3,5,7
/proc/32366/task/32368/stat : 32368 (java) S 32363 32366 32084 0 -1 1077944384 15342 0 0 0 179 6 0 0 20 0 16 0 414017235 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369404107952 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32369] ppid=32363 vsize=10748324 memory=431840 CPUtime=0.17 cores=1,3,5,7
/proc/32366/task/32369/stat : 32369 (java) S 32363 32366 32084 0 -1 1077944384 376 0 0 0 11 6 0 0 20 0 16 0 414017236 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369336555920 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32370] ppid=32363 vsize=10748324 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/32366/task/32370/stat : 32370 (java) S 32363 32366 32084 0 -1 1077944384 288 0 0 0 11 6 0 0 20 0 16 0 414017236 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369335503120 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32371] ppid=32363 vsize=10748324 memory=3512 CPUtime=0.17 cores=1,3,5,7
/proc/32366/task/32371/stat : 32371 (java) S 32363 32366 32084 0 -1 1077944384 600 0 0 0 11 6 0 0 20 0 16 0 414017236 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369334450832 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32372] ppid=32363 vsize=10748324 memory=39508 CPUtime=0.17 cores=1,3,5,7
/proc/32366/task/32372/stat : 32372 (java) S 32363 32366 32084 0 -1 1077944384 183 0 0 0 10 7 0 0 20 0 16 0 414017236 11006283776 107960 33554432000 4194304 4196468 140721817795056 140369333398032 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32373] ppid=32363 vsize=10748324 memory=279905837913024 CPUtime=0.02 cores=1,3,5,7
/proc/32366/task/32373/stat : 32373 (java) S 32363 32366 32084 0 -1 1077944384 1809 0 0 0 2 0 0 0 20 0 16 0 414017237 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368652769904 140369399876226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32374] ppid=32363 vsize=10748324 memory=6944656592455350634 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32374/stat : 32374 (java) S 32363 32366 32084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414017237 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368651715936 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32375] ppid=32363 vsize=10748324 memory=431824 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32375/stat : 32375 (java) S 32363 32366 32084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414017238 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368650663552 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32376] ppid=32363 vsize=10748324 memory=11624 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32376/stat : 32376 (java) S 32363 32366 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368649611856 140369399883675 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32377] ppid=32363 vsize=10748324 memory=431824 CPUtime=1.43 cores=1,3,5,7
/proc/32366/task/32377/stat : 32377 (java) S 32363 32366 32084 0 -1 1077944384 5065 0 0 0 142 1 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368648558704 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32378] ppid=32363 vsize=10748324 memory=732 CPUtime=1.38 cores=1,3,5,7
/proc/32366/task/32378/stat : 32378 (java) S 32363 32366 32084 0 -1 1077944384 4640 0 0 0 137 1 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368647505904 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32379] ppid=32363 vsize=10748324 memory=56 CPUtime=0.74 cores=1,3,5,7
/proc/32366/task/32379/stat : 32379 (java) S 32363 32366 32084 0 -1 1077944384 5053 0 0 0 73 1 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368646453616 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32380] ppid=32363 vsize=10748324 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/32366/task/32380/stat : 32380 (java) S 32363 32366 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368645401056 140369399875285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32381] ppid=32363 vsize=10748324 memory=431824 CPUtime=0.01 cores=1,3,5,7
/proc/32366/task/32381/stat : 32381 (java) S 32363 32366 32084 0 -1 1077944384 157 0 0 0 0 1 0 0 20 0 16 0 414017240 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368644348848 140369399876226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
[pid=32366/tid=32382] ppid=32363 vsize=10748324 memory=1804 CPUtime=26.01 cores=1,3,5,7
/proc/32366/task/32382/stat : 32382 (java) R 32363 32366 32084 0 -1 4202560 6666 0 0 0 2598 3 0 0 20 0 16 0 414017422 11006283776 107960 33554432000 4194304 4196468 140721817795056 140368627459288 140369017603695 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12468224 140721817797643 140721817797746 140721817797746 140721817800655 0
Current children cumulated CPU time: 32.22 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 431840 KiB

Child status: 0
Real time (s): 28.1353
CPU time (s): 32.2592
CPU user time (s): 31.8239
CPU system time (s): 0.435324
CPU usage (%): 114.657
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 431840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.8239
system time used= 0.435324
maximum resident set size= 432428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42417
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3565
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 32366
#   total CPU time (s): 32.2592
#   total CPU user time (s): 31.8239
#   total CPU system time (s): 0.435324

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.178082 second user time and 0.341472 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 15:23:11
IDJOB=4390608
IDBENCH=125859
IDSOLVER=2832
FILE ID=node147/4390608-1568381034
RUNJOBID= node147-1568380472-32116
PBS_JOBID= 21701824
Free space on /tmp= 56536 MiB

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

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

MD5SUM BENCH= 1cb2c7d0d6cb70a3feacaee85115a742
RANDOM SEED=1413853537

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:        26450092 kB
MemAvailable:   31632528 kB
Buffers:          160028 kB
Cached:          5236232 kB
SwapCached:        48500 kB
Active:          2343268 kB
Inactive:        3284972 kB
Active(anon):     184020 kB
Inactive(anon):    89352 kB
Active(file):    2159248 kB
Inactive(file):  3195620 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:              8972 kB
Writeback:           220 kB
AnonPages:        387288 kB
Mapped:            56856 kB
Shmem:             32768 kB
Slab:             285180 kB
SReclaimable:     256028 kB
SUnreclaim:        29152 kB
KernelStack:        4048 kB
PageTables:         6044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1161076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 56528 MiB
End job on node147 at 2019-09-13 15:23:39