Trace number 4390638

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.2367 28.0833

DiagnosticValue
WRONG_DECISIONS2441

General information on the benchmark

NameQRandom/
QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-06.xml
MD5SUM1db35719a72b9401cb48f365dc7349f7
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 benchmark21.6676
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 degree1893
Maximum variable degree1975
Distribution of variable degrees[{"degree":1893,"count":1},{"degree":1905,"count":1},{"degree":1910,"count":2},{"degree":1918,"count":1},{"degree":1921,"count":1},{"degree":1923,"count":1},{"degree":1926,"count":1},{"degree":1933,"count":1},{"degree":1942,"count":1},{"degree":1943,"count":1},{"degree":1944,"count":1},{"degree":1947,"count":2},{"degree":1952,"count":1},{"degree":1956,"count":1},{"degree":1957,"count":1},{"degree":1961,"count":1},{"degree":1962,"count":1},{"degree":1970,"count":1},{"degree":1975,"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.90	
4.02/2.34	  Instance
4.02/2.34	    name=instance-4390638-1568381054, framework=CSP
4.02/2.34	
4.02/2.34	  Loading variables...
4.02/2.39	  Loading constraints...
6.73/4.05	
6.73/4.05	  Domains
6.73/4.05	    nTypes=1, nValues=42, sizes=[2#21]
6.73/4.05	  Variables
6.73/4.05	    count=21, degrees=[1893#1,1905#1,1910#2,1918#1...1961#1,1962#1,1970#1,1975#1]
6.73/4.05	  Constraints
6.73/4.05	    count=2713, nSpecific=2713, arities=[15#2713]
6.73/4.05	    distribution=[CtrExtensionCT-Table#2713]
6.73/4.05	    tables=[6935#2713], nTotalTuples=18814655
6.73/4.05	    nExtStructures=(1,shared:2712)
6.73/4.05	    wck=2.197, cpu=3.981, mem=175M220
7.73/4.41	  Solver SolverBacktrack being built...
7.73/4.41	
7.73/4.44	
7.73/4.44	  Solver
7.73/4.44	    guaranteedGAC=true
7.73/4.44	    wck=2.588, cpu=4.228, mem=237M767
7.73/4.46	
7.73/4.46	  Preprocessing
7.73/4.46	    filters=0, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
7.73/4.46	    wck=0.026, cpu=4.255, mem=237M767
7.73/4.46	
8.30/4.69	    num=0, depth=5..10, filters=102, wck=0.252, mem=237M767
8.30/4.69	    decisions=43, wrong=19, backtracks=14, failedAssignments=10, nogoods=1
8.30/4.69	    nFilterCalls=52382, avgTableProportion=0.9998558038932969, avgTableSize=6934.0
8.30/4.69	    
8.70/4.99	    num=1, depth=6..10, filters=205, wck=0.556, mem=237M767
8.70/4.99	    decisions=88, wrong=38, backtracks=28, failedAssignments=21, nogoods=4
8.70/4.99	    nFilterCalls=110694, avgTableProportion=0.9998558038932969, avgTableSize=6934.0
8.70/4.99	    
9.02/5.26	    num=2, depth=5..10, filters=328, wck=0.822, mem=237M767
9.02/5.26	    decisions=135, wrong=58, backtracks=44, failedAssignments=33, nogoods=6
9.02/5.26	    nFilterCalls=174988, avgTableProportion=0.9998558038896465, avgTableSize=6934.0
9.02/5.26	    
9.22/5.50	    num=3, depth=5..9, filters=453, wck=1.06, mem=237M767
9.22/5.50	    decisions=184, wrong=80, backtracks=63, failedAssignments=46, nogoods=8
9.22/5.50	    nFilterCalls=240968, avgTableProportion=0.9998558038866615, avgTableSize=6934.0
9.22/5.50	    
9.71/5.86	    num=4, depth=4..9, filters=658, wck=1.421, mem=237M767
9.71/5.86	    decisions=254, wrong=112, backtracks=88, failedAssignments=60, nogoods=10
9.71/5.86	    nFilterCalls=336477, avgTableProportion=0.9998558038908407, avgTableSize=6934.0
9.71/5.86	    
10.12/6.21	    num=5, depth=5..10, filters=826, wck=1.772, mem=237M767
10.12/6.21	    decisions=321, wrong=143, backtracks=112, failedAssignments=76, nogoods=14
10.12/6.21	    nFilterCalls=422299, avgTableProportion=0.9998558038942972, avgTableSize=6934.0
10.12/6.21	    
10.43/6.55	    num=6, depth=4..9, filters=1019, wck=2.116, mem=237M767
10.43/6.55	    decisions=390, wrong=174, backtracks=136, failedAssignments=93, nogoods=16
10.43/6.55	    nFilterCalls=514291, avgTableProportion=0.9998558038967212, avgTableSize=6934.0
10.43/6.55	    
10.84/6.93	    num=7, depth=4..10, filters=1256, wck=2.497, mem=237M767
10.84/6.93	    decisions=473, wrong=213, backtracks=167, failedAssignments=112, nogoods=19
10.84/6.93	    nFilterCalls=617369, avgTableProportion=0.9998558038985791, avgTableSize=6934.0
10.84/6.93	    
11.35/7.43	    num=8, depth=4..9, filters=1495, wck=2.996, mem=237M767
11.35/7.43	    decisions=555, wrong=251, backtracks=199, failedAssignments=133, nogoods=22
11.35/7.43	    nFilterCalls=730215, avgTableProportion=0.9998558039000117, avgTableSize=6934.0
11.35/7.43	    
11.66/7.79	    num=9, depth=4..10, filters=1750, wck=3.355, mem=237M767
11.66/7.79	    decisions=649, wrong=295, backtracks=232, failedAssignments=156, nogoods=24
11.66/7.79	    nFilterCalls=842842, avgTableProportion=0.999855803901059, avgTableSize=6934.0
11.66/7.79	    
12.27/8.35	    num=10, depth=4..10, filters=2037, wck=3.917, mem=237M767
12.27/8.35	    decisions=756, wrong=346, backtracks=274, failedAssignments=181, nogoods=27
12.27/8.35	    nFilterCalls=979592, avgTableProportion=0.9998558039020068, avgTableSize=6934.0
12.27/8.35	    
12.77/8.89	    num=11, depth=4..10, filters=2357, wck=4.454, mem=237M767
12.77/8.89	    decisions=868, wrong=399, backtracks=315, failedAssignments=209, nogoods=31
12.77/8.89	    nFilterCalls=1119936, avgTableProportion=0.9998558038953369, avgTableSize=6934.0
12.77/8.89	    
13.38/9.43	    num=12, depth=3..10, filters=2735, wck=4.991, mem=237M767
13.38/9.43	    decisions=998, wrong=461, backtracks=366, failedAssignments=240, nogoods=34
13.38/9.43	    nFilterCalls=1284352, avgTableProportion=0.9998558038820357, avgTableSize=6934.0
13.38/9.43	    
14.10/10.15	    num=13, depth=3..10, filters=3158, wck=5.709, mem=237M767
14.10/10.15	    decisions=1150, wrong=534, backtracks=429, failedAssignments=274, nogoods=37
14.10/10.15	    nFilterCalls=1464305, avgTableProportion=0.9998558038709013, avgTableSize=6934.0
14.10/10.15	    
14.80/10.80	    num=14, depth=3..10, filters=3559, wck=6.361, mem=237M767
14.80/10.80	    decisions=1292, wrong=602, backtracks=487, failedAssignments=311, nogoods=40
14.80/10.80	    nFilterCalls=1654319, avgTableProportion=0.9998558038617738, avgTableSize=6934.0
14.80/10.80	    
15.62/11.64	    num=15, depth=3..10, filters=4023, wck=7.203, mem=237M767
15.62/11.64	    decisions=1462, wrong=685, backtracks=555, failedAssignments=352, nogoods=44
15.62/11.64	    nFilterCalls=1870066, avgTableProportion=0.9998558038536587, avgTableSize=6934.0
15.62/11.64	    
16.32/12.39	    num=16, depth=3..10, filters=4506, wck=7.949, mem=237M767
16.32/12.39	    decisions=1633, wrong=769, backtracks=629, failedAssignments=397, nogoods=46
16.32/12.39	    nFilterCalls=2079503, avgTableProportion=0.9998558038473917, avgTableSize=6934.0
16.32/12.39	    
17.22/13.25	    num=17, depth=3..10, filters=5041, wck=8.812, mem=237M767
17.22/13.25	    decisions=1826, wrong=863, backtracks=705, failedAssignments=447, nogoods=51
17.22/13.25	    nFilterCalls=2315402, avgTableProportion=0.9998558038416905, avgTableSize=6934.0
17.22/13.25	    
18.42/14.41	    num=18, depth=2..10, filters=5735, wck=9.974, mem=237M767
18.42/14.41	    decisions=2063, wrong=979, backtracks=805, failedAssignments=502, nogoods=54
18.42/14.41	    nFilterCalls=2610906, avgTableProportion=0.9998558038360024, avgTableSize=6934.0
18.42/14.41	    
19.42/15.42	    num=19, depth=2..9, filters=6375, wck=10.987, mem=237M767
19.42/15.42	    decisions=2282, wrong=1087, backtracks=895, failedAssignments=563, nogoods=57
19.42/15.42	    nFilterCalls=2876143, avgTableProportion=0.9998558038318923, avgTableSize=6934.0
19.42/15.42	    
20.63/16.60	    num=20, depth=2..10, filters=7106, wck=12.167, mem=237M767
20.63/16.60	    decisions=2540, wrong=1214, backtracks=1004, failedAssignments=630, nogoods=62
20.63/16.60	    nFilterCalls=3187178, avgTableProportion=0.9998558038279439, avgTableSize=6934.0
20.63/16.60	    
21.74/17.78	    num=21, depth=2..10, filters=7918, wck=13.341, mem=237M767
21.74/17.78	    decisions=2823, wrong=1353, backtracks=1120, failedAssignments=704, nogoods=67
21.74/17.78	    nFilterCalls=3538631, avgTableProportion=0.9998558038243177, avgTableSize=6934.0
21.74/17.78	    
23.16/19.12	    num=22, depth=1..9, filters=8755, wck=14.687, mem=237M767
23.16/19.12	    decisions=3125, wrong=1502, backtracks=1250, failedAssignments=785, nogoods=70
23.16/19.12	    nFilterCalls=3904891, avgTableProportion=0.9998558038212334, avgTableSize=6934.0
23.16/19.12	    
24.85/20.86	    num=23, depth=1..9, filters=9788, wck=16.423, mem=237M767
24.85/20.86	    decisions=3473, wrong=1675, backtracks=1396, failedAssignments=874, nogoods=74
24.85/20.86	    nFilterCalls=4334105, avgTableProportion=0.9998558038332378, avgTableSize=6934.0
24.85/20.86	    
26.26/22.27	    num=24, depth=2..10, filters=10807, wck=17.834, mem=237M767
26.26/22.27	    decisions=3821, wrong=1848, backtracks=1556, failedAssignments=972, nogoods=78
26.26/22.27	    nFilterCalls=4747863, avgTableProportion=0.9998558038701753, avgTableSize=6934.0
26.26/22.27	    
28.17/24.11	    num=25, depth=1..10, filters=11894, wck=19.672, mem=237M767
28.17/24.11	    decisions=4209, wrong=2041, backtracks=1727, failedAssignments=1080, nogoods=84
28.17/24.11	    nFilterCalls=5233523, avgTableProportion=0.9998558039060806, avgTableSize=6934.0
28.17/24.11	    
30.21/26.16	    num=26, depth=0..9, filters=13052, wck=21.729, mem=237M767
30.21/26.16	    decisions=4604, wrong=2237, backtracks=1904, failedAssignments=1199, nogoods=89
30.21/26.16	    nFilterCalls=5720492, avgTableProportion=0.9998558039359614, avgTableSize=6934.0
30.21/26.16	    
32.15/28.07	    num=27, depth=0..8, filters=14268, wck=23.629, mem=237M767
32.15/28.07	    decisions=5010, wrong=2441, backtracks=2084, failedAssignments=1304, nogoods=89
32.15/28.07	    nFilterCalls=6217069, avgTableProportion=0.9998558039616113, avgTableSize=6934.0
32.15/28.07	    
32.15/28.07	  Global
32.15/28.07	    filters=14268, nogoods=89
32.15/28.07	    Stop=FULL_EXPLORATION, wrong=2441, wck=26.218, cpu=27.855, mem=237M767
32.15/28.07	
32.15/28.07	s UNSATISFIABLE
32.15/28.07	
32.15/28.07	d WRONG_DECISIONS 2441

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390638-1568381054/watcher-4390638-1568381054 -o /tmp/evaluation-result-4390638-1568381054/solver-4390638-1568381054 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568380473-21312 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390638-1568381054.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=21564, runsolver pid=21561
Current StackSize limit: 8192 KiB


[startup+0.100963 s]*
/proc/loadavg: 1.83 1.50 0.81 4/231 21579
/proc/meminfo: memFree=29270420/32770624 swapFree=66958212/67108860
[pid=21564] ppid=21561 vsize=10659884 memory=29724 CPUtime=0.14 cores=1,3,5,7
/proc/21564/stat : 21564 (java) S 21561 21564 21280 0 -1 1077944320 5876 0 0 0 13 1 0 0 20 0 15 0 414041949 10915721216 7431 33554432000 4194304 4196468 140728888935456 140728888918000 140708770078455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
/proc/21564/statm: 2664971 7431 2911 1 0 2627468 0
[pid=21564/tid=21566] ppid=21561 vsize=10659884 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/21564/task/21566/stat : 21566 (java) R 21561 21564 21280 0 -1 4202560 3279 0 0 0 9 0 0 0 20 0 15 0 414041950 10915721216 7431 33554432000 4194304 4196468 140728888935456 140708774308040 140708770100381 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21567] ppid=21561 vsize=10659884 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21567/stat : 21567 (java) S 21561 21564 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414041950 10915721216 7431 33554432000 4194304 4196468 140728888935456 140708706769552 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21568] ppid=21561 vsize=10659884 memory=140270605477504 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21568/stat : 21568 (java) S 21561 21564 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414041950 10915721216 7431 33554432000 4194304 4196468 140728888935456 140708705716752 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21569] ppid=21561 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21569/stat : 21569 (java) S 21561 21564 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414041950 10915721216 7431 33554432000 4194304 4196468 140728888935456 140708704663952 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21570] ppid=21561 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21570/stat : 21570 (java) S 21561 21564 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414041950 10915721216 7431 33554432000 4194304 4196468 140728888935456 140708703611152 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21571] ppid=21561 vsize=10659884 memory=140270605477504 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21571/stat : 21571 (java) S 21561 21564 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414041952 10915721216 7431 33554432000 4194304 4196468 140728888935456 140708261153648 140708770089602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21572] ppid=21561 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21572/stat : 21572 (java) S 21561 21564 21280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414041952 10915721216 7431 33554432000 4194304 4196468 140728888935456 140708260099616 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21573] ppid=21561 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21573/stat : 21573 (java) S 21561 21564 21280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414041952 10915721216 7431 33554432000 4194304 4196468 140728888935456 140708259046768 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21574] ppid=21561 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21574/stat : 21574 (java) S 21561 21564 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414041955 10915721216 7431 33554432000 4194304 4196468 140728888935456 140708257995088 140708770097051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21575] ppid=21561 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21575/stat : 21575 (java) R 21561 21564 21280 0 -1 1077944384 462 0 0 0 0 0 0 0 20 0 15 0 414041955 10915721216 7431 33554432000 4194304 4196468 140728888935456 140708256942448 140708770089602 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21576] ppid=21561 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21576/stat : 21576 (java) S 21561 21564 21280 0 -1 1077944384 238 0 0 0 0 0 0 0 20 0 15 0 414041955 10915721216 7431 33554432000 4194304 4196468 140728888935456 140708255889648 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21577] ppid=21561 vsize=10659884 memory=140270605477504 CPUtime=0.02 cores=1,3,5,7
/proc/21564/task/21577/stat : 21577 (java) R 21561 21564 21280 0 -1 4202560 545 0 0 0 2 0 0 0 20 0 15 0 414041955 10915721216 7431 33554432000 4194304 4196468 140728888935456 140708254832760 140708754604797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21578] ppid=21561 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21578/stat : 21578 (java) S 21561 21564 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414041955 10915721216 7431 33554432000 4194304 4196468 140728888935456 140708253784288 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21579] ppid=21561 vsize=10659884 memory=140270605477504 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21579/stat : 21579 (java) S 21561 21564 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414041955 10915721216 7431 33554432000 4194304 4196468 140728888935456 140708252732592 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 29724 KiB

[startup+0.211631 s]*
/proc/loadavg: 1.83 1.50 0.81 3/231 21579
/proc/meminfo: memFree=29263156/32770624 swapFree=66958212/67108860
[pid=21564] ppid=21561 vsize=10659884 memory=34896 CPUtime=0.32 cores=1,3,5,7
/proc/21564/stat : 21564 (java) S 21561 21564 21280 0 -1 1077944320 6840 0 0 0 31 1 0 0 20 0 15 0 414041949 10915721216 8724 33554432000 4194304 4196468 140728888935456 140728888918000 140708770078455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
/proc/21564/statm: 2664971 8724 2989 1 0 2627468 0
[pid=21564/tid=21566] ppid=21561 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/21564/task/21566/stat : 21566 (java) R 21561 21564 21280 0 -1 4202560 3898 0 0 0 19 1 0 0 20 0 15 0 414041950 10915721216 8724 33554432000 4194304 4196468 140728888935456 140708774310544 140708770100381 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21567] ppid=21561 vsize=10659884 memory=331 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21567/stat : 21567 (java) S 21561 21564 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414041950 10915721216 8724 33554432000 4194304 4196468 140728888935456 140708706769552 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21568] ppid=21561 vsize=10659884 memory=140270605498666 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21568/stat : 21568 (java) S 21561 21564 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414041950 10915721216 8724 33554432000 4194304 4196468 140728888935456 140708705716752 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21569] ppid=21561 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21569/stat : 21569 (java) S 21561 21564 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414041950 10915721216 8724 33554432000 4194304 4196468 140728888935456 140708704663952 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21570] ppid=21561 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21570/stat : 21570 (java) S 21561 21564 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414041950 10915721216 8724 33554432000 4194304 4196468 140728888935456 140708703611152 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21571] ppid=21561 vsize=10659884 memory=140270605477504 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21571/stat : 21571 (java) S 21561 21564 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414041952 10915721216 8724 33554432000 4194304 4196468 140728888935456 140708261153648 140708770089602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21572] ppid=21561 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21572/stat : 21572 (java) S 21561 21564 21280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414041952 10915721216 8724 33554432000 4194304 4196468 140728888935456 140708260099616 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21573] ppid=21561 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21573/stat : 21573 (java) S 21561 21564 21280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414041952 10915721216 8724 33554432000 4194304 4196468 140728888935456 140708259046768 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21574] ppid=21561 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21574/stat : 21574 (java) S 21561 21564 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414041955 10915721216 8724 33554432000 4194304 4196468 140728888935456 140708257995088 140708770097051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21575] ppid=21561 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/21564/task/21575/stat : 21575 (java) S 21561 21564 21280 0 -1 1077944384 690 0 0 0 4 0 0 0 20 0 15 0 414041955 10915721216 8724 33554432000 4194304 4196468 140728888935456 140708256942448 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21576] ppid=21561 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/21564/task/21576/stat : 21576 (java) S 21561 21564 21280 0 -1 1077944384 312 0 0 0 2 0 0 0 20 0 15 0 414041955 10915721216 8724 33554432000 4194304 4196468 140728888935456 140708255889648 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21577] ppid=21561 vsize=10659884 memory=140270605477504 CPUtime=0.05 cores=1,3,5,7
/proc/21564/task/21577/stat : 21577 (java) S 21561 21564 21280 0 -1 1077944384 581 0 0 0 5 0 0 0 20 0 15 0 414041955 10915721216 8724 33554432000 4194304 4196468 140728888935456 140708254836848 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21578] ppid=21561 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21578/stat : 21578 (java) S 21561 21564 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414041955 10915721216 8724 33554432000 4194304 4196468 140728888935456 140708253784288 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21579] ppid=21561 vsize=10659884 memory=140270605477504 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21579/stat : 21579 (java) S 21561 21564 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414041955 10915721216 8724 33554432000 4194304 4196468 140728888935456 140708252732592 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 34896 KiB

[startup+0.310273 s]*
/proc/loadavg: 1.83 1.50 0.81 3/231 21579
/proc/meminfo: memFree=29255772/32770624 swapFree=66958212/67108860
[pid=21564] ppid=21561 vsize=10659884 memory=40272 CPUtime=0.47 cores=1,3,5,7
/proc/21564/stat : 21564 (java) S 21561 21564 21280 0 -1 1077944320 9386 0 0 0 44 3 0 0 20 0 15 0 414041949 10915721216 10068 33554432000 4194304 4196468 140728888935456 140728888918000 140708770078455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
/proc/21564/statm: 2664971 10068 3002 1 0 2627468 0
[pid=21564/tid=21566] ppid=21561 vsize=10659884 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/21564/task/21566/stat : 21566 (java) R 21561 21564 21280 0 -1 4202560 6352 0 0 0 28 2 0 0 20 0 15 0 414041950 10915721216 10068 33554432000 4194304 4196468 140728888935456 140708774310256 140708770100381 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21567] ppid=21561 vsize=10659884 memory=8900 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21567/stat : 21567 (java) S 21561 21564 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414041950 10915721216 10068 33554432000 4194304 4196468 140728888935456 140708706769552 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21568] ppid=21561 vsize=10659884 memory=140270605498620 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21568/stat : 21568 (java) S 21561 21564 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414041950 10915721216 10068 33554432000 4194304 4196468 140728888935456 140708705716752 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21569] ppid=21561 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21569/stat : 21569 (java) S 21561 21564 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414041950 10915721216 10083 33554432000 4194304 4196468 140728888935456 140708704663952 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21570] ppid=21561 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21570/stat : 21570 (java) S 21561 21564 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414041950 10915721216 10083 33554432000 4194304 4196468 140728888935456 140708703611152 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21571] ppid=21561 vsize=10659884 memory=140270605477504 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21571/stat : 21571 (java) S 21561 21564 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414041952 10915721216 10083 33554432000 4194304 4196468 140728888935456 140708261153648 140708770089602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21572] ppid=21561 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21572/stat : 21572 (java) S 21561 21564 21280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414041952 10915721216 10083 33554432000 4194304 4196468 140728888935456 140708260099616 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21573] ppid=21561 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21573/stat : 21573 (java) S 21561 21564 21280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414041952 10915721216 10083 33554432000 4194304 4196468 140728888935456 140708259046768 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21574] ppid=21561 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21574/stat : 21574 (java) S 21561 21564 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414041955 10915721216 10083 33554432000 4194304 4196468 140728888935456 140708257995088 140708770097051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21575] ppid=21561 vsize=10659884 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/21564/task/21575/stat : 21575 (java) S 21561 21564 21280 0 -1 1077944384 729 0 0 0 5 0 0 0 20 0 15 0 414041955 10915721216 10083 33554432000 4194304 4196468 140728888935456 140708256942448 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21576] ppid=21561 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/21564/task/21576/stat : 21576 (java) S 21561 21564 21280 0 -1 1077944384 320 0 0 0 3 0 0 0 20 0 15 0 414041955 10915721216 10083 33554432000 4194304 4196468 140728888935456 140708255889648 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21577] ppid=21561 vsize=10659884 memory=140270605477504 CPUtime=0.07 cores=1,3,5,7
/proc/21564/task/21577/stat : 21577 (java) R 21561 21564 21280 0 -1 4202560 627 0 0 0 7 0 0 0 20 0 15 0 414041955 10915721216 10083 33554432000 4194304 4196468 140728888935456 140708254836848 140708770099802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21578] ppid=21561 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21578/stat : 21578 (java) S 21561 21564 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414041955 10915721216 10083 33554432000 4194304 4196468 140728888935456 140708253784288 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21579] ppid=21561 vsize=10659884 memory=140270605477504 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21579/stat : 21579 (java) S 21561 21564 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414041955 10915721216 10083 33554432000 4194304 4196468 140728888935456 140708252732592 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40272 KiB

[startup+0.707595 s]
/proc/loadavg: 1.83 1.50 0.81 3/230 21579
/proc/meminfo: memFree=29246828/32770624 swapFree=66958212/67108860
[pid=21564] ppid=21561 vsize=10661932 memory=63872 CPUtime=1.12 cores=1,3,5,7
/proc/21564/stat : 21564 (java) S 21561 21564 21280 0 -1 1077944320 13028 0 0 0 107 5 0 0 20 0 15 0 414041949 10917818368 15968 33554432000 4194304 4196468 140728888935456 140728888918000 140708770078455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
/proc/21564/statm: 2665483 15968 3074 1 0 2627980 0
[pid=21564/tid=21566] ppid=21561 vsize=10661932 memory=33 CPUtime=0.68 cores=1,3,5,7
/proc/21564/task/21566/stat : 21566 (java) R 21561 21564 21280 0 -1 4202560 8934 0 0 0 64 4 0 0 20 0 15 0 414041950 10917818368 15968 33554432000 4194304 4196468 140728888935456 140708774301536 140708753265264 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21567] ppid=21561 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21567/stat : 21567 (java) S 21561 21564 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414041950 10917818368 15968 33554432000 4194304 4196468 140728888935456 140708706769552 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21568] ppid=21561 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21568/stat : 21568 (java) S 21561 21564 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414041950 10917818368 15968 33554432000 4194304 4196468 140728888935456 140708705716752 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21569] ppid=21561 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21569/stat : 21569 (java) S 21561 21564 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414041950 10917818368 15968 33554432000 4194304 4196468 140728888935456 140708704663952 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21570] ppid=21561 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21570/stat : 21570 (java) S 21561 21564 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414041950 10917818368 15968 33554432000 4194304 4196468 140728888935456 140708703611152 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21571] ppid=21561 vsize=10661932 memory=232917217339298 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21571/stat : 21571 (java) S 21561 21564 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414041952 10917818368 15968 33554432000 4194304 4196468 140728888935456 140708261153648 140708770089602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21572] ppid=21561 vsize=10661932 memory=2925980 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21572/stat : 21572 (java) S 21561 21564 21280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414041952 10917818368 15968 33554432000 4194304 4196468 140728888935456 140708260099616 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21573] ppid=21561 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21573/stat : 21573 (java) S 21561 21564 21280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414041952 10917818368 15968 33554432000 4194304 4196468 140728888935456 140708259046768 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21574] ppid=21561 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21574/stat : 21574 (java) S 21561 21564 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414041955 10917818368 15968 33554432000 4194304 4196468 140728888935456 140708257995088 140708770097051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21575] ppid=21561 vsize=10661932 memory=7809523229951467576 CPUtime=0.13 cores=1,3,5,7
/proc/21564/task/21575/stat : 21575 (java) R 21561 21564 21280 0 -1 4202560 965 0 0 0 13 0 0 0 20 0 15 0 414041955 10917818368 15968 33554432000 4194304 4196468 140728888935456 140708256928416 140708749771518 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21576] ppid=21561 vsize=10661932 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21564/task/21576/stat : 21576 (java) S 21561 21564 21280 0 -1 1077944384 705 0 0 0 10 0 0 0 20 0 15 0 414041955 10917818368 15968 33554432000 4194304 4196468 140728888935456 140708255889648 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21577] ppid=21561 vsize=10661932 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/21564/task/21577/stat : 21577 (java) S 21561 21564 21280 0 -1 1077944384 1065 0 0 0 19 0 0 0 20 0 15 0 414041955 10917818368 15968 33554432000 4194304 4196468 140728888935456 140708254836848 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21578] ppid=21561 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21578/stat : 21578 (java) S 21561 21564 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414041955 10917818368 15968 33554432000 4194304 4196468 140728888935456 140708253784288 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21579] ppid=21561 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21579/stat : 21579 (java) S 21561 21564 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414041955 10917818368 15968 33554432000 4194304 4196468 140728888935456 140708252732592 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 63872 KiB

[startup+1.50075 s]
/proc/loadavg: 1.83 1.50 0.81 3/230 21579
/proc/meminfo: memFree=29230760/32770624 swapFree=66958212/67108860
[pid=21564] ppid=21561 vsize=10663980 memory=75940 CPUtime=2.01 cores=1,3,5,7
/proc/21564/stat : 21564 (java) S 21561 21564 21280 0 -1 1077944320 18604 0 0 0 195 6 0 0 20 0 15 0 414041949 10919915520 18985 33554432000 4194304 4196468 140728888935456 140728888918000 140708770078455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
/proc/21564/statm: 2665995 18985 3094 1 0 2628492 0
[pid=21564/tid=21566] ppid=21561 vsize=10663980 memory=185302069061766 CPUtime=1.48 cores=1,3,5,7
/proc/21564/task/21566/stat : 21566 (java) R 21561 21564 21280 0 -1 4202560 13152 0 0 0 143 5 0 0 20 0 15 0 414041950 10919915520 18985 33554432000 4194304 4196468 140728888935456 140708774310480 140708750353647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21567] ppid=21561 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21567/stat : 21567 (java) S 21561 21564 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414041950 10919915520 18985 33554432000 4194304 4196468 140728888935456 140708706769552 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21568] ppid=21561 vsize=10663980 memory=3608 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21568/stat : 21568 (java) S 21561 21564 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414041950 10919915520 18985 33554432000 4194304 4196468 140728888935456 140708705716752 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21569] ppid=21561 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21569/stat : 21569 (java) S 21561 21564 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414041950 10919915520 18985 33554432000 4194304 4196468 140728888935456 140708704663952 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21570] ppid=21561 vsize=10663980 memory=3472468566705473680 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21570/stat : 21570 (java) S 21561 21564 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414041950 10919915520 18985 33554432000 4194304 4196468 140728888935456 140708703611152 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21571] ppid=21561 vsize=10663980 memory=56 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21571/stat : 21571 (java) S 21561 21564 21280 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 414041952 10919915520 18985 33554432000 4194304 4196468 140728888935456 140708261153648 140708770089602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0

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

[startup+25.601 s]
/proc/loadavg: 1.77 1.51 0.84 3/231 21581
/proc/meminfo: memFree=28874276/32770624 swapFree=66958212/67108860
[pid=21564] ppid=21561 vsize=10748324 memory=425752 CPUtime=29.7 cores=1,3,5,7
/proc/21564/stat : 21564 (java) S 21561 21564 21280 0 -1 1077944320 39752 0 0 0 2936 34 0 0 20 0 16 0 414041949 11006283776 106438 33554432000 4194304 4196468 140728888935456 140728888918000 140708770078455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
/proc/21564/statm: 2687081 106438 3377 1 0 2647217 0
[pid=21564/tid=21566] ppid=21561 vsize=10748324 memory=8174723239089013032 CPUtime=1.85 cores=1,3,5,7
/proc/21564/task/21566/stat : 21566 (java) S 21561 21564 21280 0 -1 1077944384 15414 0 0 0 179 6 0 0 20 0 16 0 414041950 11006283776 106438 33554432000 4194304 4196468 140728888935456 140708774321328 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21567] ppid=21561 vsize=10748324 memory=6791534058613427641 CPUtime=0.16 cores=1,3,5,7
/proc/21564/task/21567/stat : 21567 (java) S 21561 21564 21280 0 -1 1077944384 390 0 0 0 12 4 0 0 20 0 16 0 414041950 11006283776 106438 33554432000 4194304 4196468 140728888935456 140708706769552 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21568] ppid=21561 vsize=10748324 memory=1660 CPUtime=0.17 cores=1,3,5,7
/proc/21564/task/21568/stat : 21568 (java) S 21561 21564 21280 0 -1 1077944384 195 0 0 0 12 5 0 0 20 0 16 0 414041950 11006283776 106438 33554432000 4194304 4196468 140728888935456 140708705716752 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21569] ppid=21561 vsize=10748324 memory=288230574492221466 CPUtime=0.15 cores=1,3,5,7
/proc/21564/task/21569/stat : 21569 (java) S 21561 21564 21280 0 -1 1077944384 569 0 0 0 11 4 0 0 20 0 16 0 414041950 11006283776 106438 33554432000 4194304 4196468 140728888935456 140708704663952 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21570] ppid=21561 vsize=10748324 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/21564/task/21570/stat : 21570 (java) S 21561 21564 21280 0 -1 1077944384 208 0 0 0 11 4 0 0 20 0 16 0 414041950 11006283776 106438 33554432000 4194304 4196468 140728888935456 140708703611152 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21571] ppid=21561 vsize=10748324 memory=280540955662976 CPUtime=0.02 cores=1,3,5,7
/proc/21564/task/21571/stat : 21571 (java) S 21561 21564 21280 0 -1 1077944384 1696 0 0 0 2 0 0 0 20 0 16 0 414041952 11006283776 106438 33554432000 4194304 4196468 140728888935456 140708261153648 140708770089602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21572] ppid=21561 vsize=10748324 memory=7667484375714584165 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21572/stat : 21572 (java) S 21561 21564 21280 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414041952 11006283776 106438 33554432000 4194304 4196468 140728888935456 140708260099680 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21573] ppid=21561 vsize=10748324 memory=5791726317272917849 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21573/stat : 21573 (java) S 21561 21564 21280 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414041952 11006283776 106438 33554432000 4194304 4196468 140728888935456 140708259046784 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21574] ppid=21561 vsize=10748324 memory=280540955940496 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21574/stat : 21574 (java) S 21561 21564 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414041955 11006283776 106438 33554432000 4194304 4196468 140728888935456 140708257995088 140708770097051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21575] ppid=21561 vsize=10748324 memory=6273 CPUtime=1.39 cores=1,3,5,7
/proc/21564/task/21575/stat : 21575 (java) S 21561 21564 21280 0 -1 1077944384 4542 0 0 0 138 1 0 0 20 0 16 0 414041955 11006283776 106438 33554432000 4194304 4196468 140728888935456 140708256942448 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21576] ppid=21561 vsize=10748324 memory=-6000919503509141558 CPUtime=1.43 cores=1,3,5,7
/proc/21564/task/21576/stat : 21576 (java) S 21561 21564 21280 0 -1 1077944384 4024 0 0 0 142 1 0 0 20 0 16 0 414041955 11006283776 106438 33554432000 4194304 4196468 140728888935456 140708255889648 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21577] ppid=21561 vsize=10748324 memory=425752 CPUtime=0.76 cores=1,3,5,7
/proc/21564/task/21577/stat : 21577 (java) S 21561 21564 21280 0 -1 1077944384 4547 0 0 0 75 1 0 0 20 0 16 0 414041955 11006283776 106438 33554432000 4194304 4196468 140728888935456 140708254836848 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21578] ppid=21561 vsize=10748324 memory=712 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21578/stat : 21578 (java) S 21561 21564 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414041955 11006283776 106438 33554432000 4194304 4196468 140728888935456 140708253784288 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21579] ppid=21561 vsize=10748324 memory=2832 CPUtime=0.01 cores=1,3,5,7
/proc/21564/task/21579/stat : 21579 (java) S 21561 21564 21280 0 -1 1077944384 166 0 0 0 0 1 0 0 20 0 16 0 414041955 11006283776 106438 33554432000 4194304 4196468 140728888935456 140708252732592 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21580] ppid=21561 vsize=10748324 memory=7976 CPUtime=23.5 cores=1,3,5,7
/proc/21564/task/21580/stat : 21580 (java) R 21561 21564 21280 0 -1 4202560 6607 0 0 0 2348 2 0 0 20 0 16 0 414042137 11006283776 106438 33554432000 4194304 4196468 140728888935456 140708236062496 140708387634062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
Current children cumulated CPU time: 29.7 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 425752 KiB

[startup+27.2008 s]
/proc/loadavg: 1.77 1.51 0.84 3/231 21581
/proc/meminfo: memFree=28874276/32770624 swapFree=66958212/67108860
[pid=21564] ppid=21561 vsize=10748324 memory=425756 CPUtime=31.33 cores=1,3,5,7
/proc/21564/stat : 21564 (java) S 21561 21564 21280 0 -1 1077944320 40152 0 0 0 3099 34 0 0 20 0 16 0 414041949 11006283776 106439 33554432000 4194304 4196468 140728888935456 140728888918000 140708770078455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
/proc/21564/statm: 2687081 106439 3377 1 0 2647217 0
[pid=21564/tid=21566] ppid=21561 vsize=10748324 memory=425752 CPUtime=1.85 cores=1,3,5,7
/proc/21564/task/21566/stat : 21566 (java) S 21561 21564 21280 0 -1 1077944384 15414 0 0 0 179 6 0 0 20 0 16 0 414041950 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708774321328 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21567] ppid=21561 vsize=10748324 memory=776 CPUtime=0.16 cores=1,3,5,7
/proc/21564/task/21567/stat : 21567 (java) S 21561 21564 21280 0 -1 1077944384 390 0 0 0 12 4 0 0 20 0 16 0 414041950 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708706769552 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21568] ppid=21561 vsize=10748324 memory=1056 CPUtime=0.17 cores=1,3,5,7
/proc/21564/task/21568/stat : 21568 (java) S 21561 21564 21280 0 -1 1077944384 195 0 0 0 12 5 0 0 20 0 16 0 414041950 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708705716752 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21569] ppid=21561 vsize=10748324 memory=6791534058613427641 CPUtime=0.15 cores=1,3,5,7
/proc/21564/task/21569/stat : 21569 (java) S 21561 21564 21280 0 -1 1077944384 569 0 0 0 11 4 0 0 20 0 16 0 414041950 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708704663952 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21570] ppid=21561 vsize=10748324 memory=8005819041601 CPUtime=0.15 cores=1,3,5,7
/proc/21564/task/21570/stat : 21570 (java) S 21561 21564 21280 0 -1 1077944384 208 0 0 0 11 4 0 0 20 0 16 0 414041950 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708703611152 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21571] ppid=21561 vsize=10748324 memory=320881697644347708 CPUtime=0.02 cores=1,3,5,7
/proc/21564/task/21571/stat : 21571 (java) S 21561 21564 21280 0 -1 1077944384 1696 0 0 0 2 0 0 0 20 0 16 0 414041952 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708261153648 140708770089602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21572] ppid=21561 vsize=10748324 memory=14128944299379313 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21572/stat : 21572 (java) S 21561 21564 21280 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414041952 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708260099680 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21573] ppid=21561 vsize=10748324 memory=42095 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21573/stat : 21573 (java) S 21561 21564 21280 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414041952 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708259046784 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21574] ppid=21561 vsize=10748324 memory=17 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21574/stat : 21574 (java) S 21561 21564 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414041955 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708257995088 140708770097051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21575] ppid=21561 vsize=10748324 memory=15 CPUtime=1.39 cores=1,3,5,7
/proc/21564/task/21575/stat : 21575 (java) S 21561 21564 21280 0 -1 1077944384 4546 0 0 0 138 1 0 0 20 0 16 0 414041955 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708256942448 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21576] ppid=21561 vsize=10748324 memory=15 CPUtime=1.45 cores=1,3,5,7
/proc/21564/task/21576/stat : 21576 (java) S 21561 21564 21280 0 -1 1077944384 4414 0 0 0 144 1 0 0 20 0 16 0 414041955 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708255889648 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21577] ppid=21561 vsize=10748324 memory=2 CPUtime=0.76 cores=1,3,5,7
/proc/21564/task/21577/stat : 21577 (java) S 21561 21564 21280 0 -1 1077944384 4547 0 0 0 75 1 0 0 20 0 16 0 414041955 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708254836848 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21578] ppid=21561 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21578/stat : 21578 (java) S 21561 21564 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414041955 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708253784288 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21579] ppid=21561 vsize=10748324 memory=38880 CPUtime=0.01 cores=1,3,5,7
/proc/21564/task/21579/stat : 21579 (java) S 21561 21564 21280 0 -1 1077944384 166 0 0 0 0 1 0 0 20 0 16 0 414041955 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708252732592 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21580] ppid=21561 vsize=10748324 memory=988 CPUtime=25.1 cores=1,3,5,7
/proc/21564/task/21580/stat : 21580 (java) R 21561 21564 21280 0 -1 4202560 6613 0 0 0 2508 2 0 0 20 0 16 0 414042137 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708236062496 140708387218225 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
Current children cumulated CPU time: 31.33 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 425756 KiB

[startup+27.6008 s]
/proc/loadavg: 1.77 1.51 0.84 3/231 21581
/proc/meminfo: memFree=28874276/32770624 swapFree=66958212/67108860
[pid=21564] ppid=21561 vsize=10748324 memory=425756 CPUtime=31.72 cores=1,3,5,7
/proc/21564/stat : 21564 (java) S 21561 21564 21280 0 -1 1077944320 40152 0 0 0 3138 34 0 0 20 0 16 0 414041949 11006283776 106439 33554432000 4194304 4196468 140728888935456 140728888918000 140708770078455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
/proc/21564/statm: 2687081 106439 3377 1 0 2647217 0
[pid=21564/tid=21566] ppid=21561 vsize=10748324 memory=932 CPUtime=1.85 cores=1,3,5,7
/proc/21564/task/21566/stat : 21566 (java) S 21561 21564 21280 0 -1 1077944384 15414 0 0 0 179 6 0 0 20 0 16 0 414041950 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708774321328 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21567] ppid=21561 vsize=10748324 memory=1568 CPUtime=0.16 cores=1,3,5,7
/proc/21564/task/21567/stat : 21567 (java) S 21561 21564 21280 0 -1 1077944384 390 0 0 0 12 4 0 0 20 0 16 0 414041950 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708706769552 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21568] ppid=21561 vsize=10748324 memory=1444 CPUtime=0.17 cores=1,3,5,7
/proc/21564/task/21568/stat : 21568 (java) S 21561 21564 21280 0 -1 1077944384 195 0 0 0 12 5 0 0 20 0 16 0 414041950 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708705716752 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21569] ppid=21561 vsize=10748324 memory=880 CPUtime=0.15 cores=1,3,5,7
/proc/21564/task/21569/stat : 21569 (java) S 21561 21564 21280 0 -1 1077944384 569 0 0 0 11 4 0 0 20 0 16 0 414041950 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708704663952 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21570] ppid=21561 vsize=10748324 memory=1976 CPUtime=0.15 cores=1,3,5,7
/proc/21564/task/21570/stat : 21570 (java) S 21561 21564 21280 0 -1 1077944384 208 0 0 0 11 4 0 0 20 0 16 0 414041950 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708703611152 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21571] ppid=21561 vsize=10748324 memory=2496 CPUtime=0.02 cores=1,3,5,7
/proc/21564/task/21571/stat : 21571 (java) S 21561 21564 21280 0 -1 1077944384 1696 0 0 0 2 0 0 0 20 0 16 0 414041952 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708261153648 140708770089602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21572] ppid=21561 vsize=10748324 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21572/stat : 21572 (java) S 21561 21564 21280 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414041952 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708260099680 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21573] ppid=21561 vsize=10748324 memory=24353 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21573/stat : 21573 (java) S 21561 21564 21280 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414041952 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708259046784 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21574] ppid=21561 vsize=10748324 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21574/stat : 21574 (java) S 21561 21564 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414041955 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708257995088 140708770097051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21575] ppid=21561 vsize=10748324 memory=0 CPUtime=1.39 cores=1,3,5,7
/proc/21564/task/21575/stat : 21575 (java) S 21561 21564 21280 0 -1 1077944384 4546 0 0 0 138 1 0 0 20 0 16 0 414041955 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708256942448 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21576] ppid=21561 vsize=10748324 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/21564/task/21576/stat : 21576 (java) S 21561 21564 21280 0 -1 1077944384 4414 0 0 0 144 1 0 0 20 0 16 0 414041955 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708255889648 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21577] ppid=21561 vsize=10748324 memory=0 CPUtime=0.76 cores=1,3,5,7
/proc/21564/task/21577/stat : 21577 (java) S 21561 21564 21280 0 -1 1077944384 4547 0 0 0 75 1 0 0 20 0 16 0 414041955 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708254836848 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21578] ppid=21561 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21578/stat : 21578 (java) S 21561 21564 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414041955 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708253784288 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21579] ppid=21561 vsize=10748324 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21564/task/21579/stat : 21579 (java) S 21561 21564 21280 0 -1 1077944384 166 0 0 0 0 1 0 0 20 0 16 0 414041955 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708252732592 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21580] ppid=21561 vsize=10748324 memory=0 CPUtime=25.5 cores=1,3,5,7
/proc/21564/task/21580/stat : 21580 (java) R 21561 21564 21280 0 -1 4202560 6613 0 0 0 2548 2 0 0 20 0 16 0 414042137 11006283776 106439 33554432000 4194304 4196468 140728888935456 140708236062496 140708387218225 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
Current children cumulated CPU time: 31.72 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 425756 KiB

[startup+28.0008 s]*
/proc/loadavg: 1.77 1.51 0.84 3/231 21581
/proc/meminfo: memFree=28874404/32770624 swapFree=66958212/67108860
[pid=21564] ppid=21561 vsize=10748324 memory=425780 CPUtime=32.15 cores=1,3,5,7
/proc/21564/stat : 21564 (java) S 21561 21564 21280 0 -1 1077944320 40218 0 0 0 3181 34 0 0 20 0 16 0 414041949 11006283776 106445 33554432000 4194304 4196468 140728888935456 140728888918000 140708770078455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
/proc/21564/statm: 2687081 106445 3377 1 0 2647217 0
[pid=21564/tid=21566] ppid=21561 vsize=10748324 memory=1398722017469774279 CPUtime=1.85 cores=1,3,5,7
/proc/21564/task/21566/stat : 21566 (java) S 21561 21564 21280 0 -1 1077944384 15414 0 0 0 179 6 0 0 20 0 16 0 414041950 11006283776 106445 33554432000 4194304 4196468 140728888935456 140708774321328 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21567] ppid=21561 vsize=10748324 memory=6944656592455360604 CPUtime=0.16 cores=1,3,5,7
/proc/21564/task/21567/stat : 21567 (java) S 21561 21564 21280 0 -1 1077944384 390 0 0 0 12 4 0 0 20 0 16 0 414041950 11006283776 106445 33554432000 4194304 4196468 140728888935456 140708706769552 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21568] ppid=21561 vsize=10748324 memory=6943526294502006880 CPUtime=0.17 cores=1,3,5,7
/proc/21564/task/21568/stat : 21568 (java) S 21561 21564 21280 0 -1 1077944384 195 0 0 0 12 5 0 0 20 0 16 0 414041950 11006283776 106445 33554432000 4194304 4196468 140728888935456 140708705716752 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21569] ppid=21561 vsize=10748324 memory=6944652177228980320 CPUtime=0.15 cores=1,3,5,7
/proc/21564/task/21569/stat : 21569 (java) S 21561 21564 21280 0 -1 1077944384 569 0 0 0 11 4 0 0 20 0 16 0 414041950 11006283776 106445 33554432000 4194304 4196468 140728888935456 140708704663952 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21570] ppid=21561 vsize=10748324 memory=4872558044660077418 CPUtime=0.15 cores=1,3,5,7
/proc/21564/task/21570/stat : 21570 (java) S 21561 21564 21280 0 -1 1077944384 208 0 0 0 11 4 0 0 20 0 16 0 414041950 11006283776 106445 33554432000 4194304 4196468 140728888935456 140708703611152 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21571] ppid=21561 vsize=10748324 memory=288230604624101685 CPUtime=0.02 cores=1,3,5,7
/proc/21564/task/21571/stat : 21571 (java) S 21561 21564 21280 0 -1 1077944384 1696 0 0 0 2 0 0 0 20 0 16 0 414041952 11006283776 106445 33554432000 4194304 4196468 140728888935456 140708261153648 140708770089602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21572] ppid=21561 vsize=10748324 memory=14981087268964492 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21572/stat : 21572 (java) S 21561 21564 21280 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414041952 11006283776 106445 33554432000 4194304 4196468 140728888935456 140708260099680 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21573] ppid=21561 vsize=10748324 memory=425756 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21573/stat : 21573 (java) S 21561 21564 21280 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414041952 11006283776 106445 33554432000 4194304 4196468 140728888935456 140708259046784 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21574] ppid=21561 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21574/stat : 21574 (java) S 21561 21564 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414041955 11006283776 106445 33554432000 4194304 4196468 140728888935456 140708257995088 140708770097051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21575] ppid=21561 vsize=10748324 memory=36337 CPUtime=1.41 cores=1,3,5,7
/proc/21564/task/21575/stat : 21575 (java) S 21561 21564 21280 0 -1 1077944384 4608 0 0 0 140 1 0 0 20 0 16 0 414041955 11006283776 106445 33554432000 4194304 4196468 140728888935456 140708256942448 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21576] ppid=21561 vsize=10748324 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/21564/task/21576/stat : 21576 (java) S 21561 21564 21280 0 -1 1077944384 4414 0 0 0 144 1 0 0 20 0 16 0 414041955 11006283776 106445 33554432000 4194304 4196468 140728888935456 140708255889648 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21577] ppid=21561 vsize=10748324 memory=0 CPUtime=0.76 cores=1,3,5,7
/proc/21564/task/21577/stat : 21577 (java) S 21561 21564 21280 0 -1 1077944384 4547 0 0 0 75 1 0 0 20 0 16 0 414041955 11006283776 106445 33554432000 4194304 4196468 140728888935456 140708254836848 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21578] ppid=21561 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21564/task/21578/stat : 21578 (java) S 21561 21564 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414041955 11006283776 106445 33554432000 4194304 4196468 140728888935456 140708253784288 140708770088661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21579] ppid=21561 vsize=10748324 memory=288230377007612190 CPUtime=0.01 cores=1,3,5,7
/proc/21564/task/21579/stat : 21579 (java) S 21561 21564 21280 0 -1 1077944384 166 0 0 0 0 1 0 0 20 0 16 0 414041955 11006283776 106445 33554432000 4194304 4196468 140728888935456 140708252732592 140708770089602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
[pid=21564/tid=21580] ppid=21561 vsize=10748324 memory=288288896020907161 CPUtime=25.91 cores=1,3,5,7
/proc/21564/task/21580/stat : 21580 (java) R 21561 21564 21280 0 -1 4202560 6617 0 0 0 2589 2 0 0 20 0 16 0 414042137 11006283776 106445 33554432000 4194304 4196468 140728888935456 140708236062496 140708387218416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36601856 140728888943627 140728888943730 140728888943730 140728888946639 0
Current children cumulated CPU time: 32.15 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 425780 KiB

Child status: 0
Real time (s): 28.0833
CPU time (s): 32.2367
CPU user time (s): 31.8845
CPU system time (s): 0.352231
CPU usage (%): 114.79
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 429264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.8845
system time used= 0.352231
maximum resident set size= 429692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41052
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= 3667
involuntary context switches= 49


# summary of solver processes directly reported to runsolver:
#   pid: 21564
#   total CPU time (s): 32.2367
#   total CPU user time (s): 31.8845
#   total CPU system time (s): 0.352231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.188608 second user time and 0.327647 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-13 15:23:33
IDJOB=4390638
IDBENCH=125875
IDSOLVER=2832
FILE ID=node145/4390638-1568381054
RUNJOBID= node145-1568380473-21312
PBS_JOBID= 21701826
Free space on /tmp= 55180 MiB

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

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

MD5SUM BENCH= 1db35719a72b9401cb48f365dc7349f7
RANDOM SEED=1413853537

node145.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.59
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.59
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.59
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.59
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:        29287012 kB
MemAvailable:   31657908 kB
Buffers:           89452 kB
Cached:          2558840 kB
SwapCached:        41040 kB
Active:          1555028 kB
Inactive:        1332752 kB
Active(anon):     203172 kB
Inactive(anon):    77332 kB
Active(file):    1351856 kB
Inactive(file):  1255420 kB
Unevictable:      110532 kB
Mlocked:          110532 kB
SwapTotal:      67108860 kB
SwapFree:       66958212 kB
Dirty:              9008 kB
Writeback:             0 kB
AnonPages:        254536 kB
Mapped:            56132 kB
Shmem:             32356 kB
Slab:             187304 kB
SReclaimable:     158908 kB
SUnreclaim:        28396 kB
KernelStack:        4064 kB
PageTables:         6124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1165712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 55168 MiB
End job on node145 at 2019-09-13 15:24:01