Trace number 4309125

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
OscaR - Parallel with EPS 2018-08-14SAT 10.869 5.53253

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g08-g43_c18.xml
MD5SUM7cef523f02717582c22db5e2b6d8dc99
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.59401
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints93
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":30}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":3},{"degree":5,"count":10},{"degree":6,"count":3},{"degree":7,"count":6},{"degree":8,"count":4},{"degree":9,"count":3}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":62},{"arity":30,"count":1}]
Number of extensional constraints92
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":92},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 1391202496
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
1.54/0.91	c Parsing done, starting search...
10.60/5.04	s SATISFIABLE
10.60/5.04	v <instantiation>
10.60/5.04	v 	<list>
10.60/5.04	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
10.60/5.04	v 	</list>
10.60/5.04	v 	<values>
10.60/5.04	v 		127 89 114 51 87 91 90 42 109 106 67 13 65 68 6 27 61 26 7 115 113 122 107 99 98 75 44 117 100 125 
10.60/5.04	v 	</values>
10.60/5.04	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309125-1534387735/watcher-4309125-1534387735 -o /tmp/evaluation-result-4309125-1534387735/solver-4309125-1534387735 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1534382651-15951 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1391202496 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309125-1534387735.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=16517, runsolver pid=16514

[startup+0.10014 s]*
/proc/loadavg: 7.71 8.56 8.76 2/198 16537
/proc/meminfo: memFree=24006660/32770624 swapFree=67108500/67108860
[pid=16517] ppid=16514 vsize=26103420 memory=29472 CPUtime=0.12 cores=0-7
/proc/16517/stat : 16517 (java) S 16514 16517 15924 0 -1 1077944320 7328 0 0 0 10 2 0 0 20 0 20 0 256336643 26729902080 7368 33554432000 4194304 4196468 140735080526896 140735080509440 140003549056759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
/proc/16517/statm: 6525855 7368 3151 1 0 6487932 0
[pid=16517/tid=16519] ppid=16514 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/16517/task/16519/stat : 16519 (java) R 16514 16517 15924 0 -1 4202560 5365 0 0 0 8 1 0 0 20 0 20 0 256336643 26729902080 7428 33554432000 4194304 4196468 140735080526896 140003553290000 140003549078685 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16520] ppid=16514 vsize=26103420 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16517/task/16520/stat : 16520 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 7428 33554432000 4194304 4196468 140735080526896 140003107744272 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16521] ppid=16514 vsize=26103420 memory=140372050290304 CPUtime=0 cores=0-7
/proc/16517/task/16521/stat : 16521 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 7428 33554432000 4194304 4196468 140735080526896 140003106691728 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16522] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16522/stat : 16522 (java) S 16514 16517 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 7428 33554432000 4194304 4196468 140735080526896 140003105638672 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16523] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16523/stat : 16523 (java) S 16514 16517 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 7428 33554432000 4194304 4196468 140735080526896 140003104586128 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16524] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16524/stat : 16524 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 7428 33554432000 4194304 4196468 140735080526896 140003103534096 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16525] ppid=16514 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16517/task/16525/stat : 16525 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 7428 33554432000 4194304 4196468 140735080526896 140003102481552 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16526] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16526/stat : 16526 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 7428 33554432000 4194304 4196468 140735080526896 140003101428496 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16527] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16527/stat : 16527 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 7428 33554432000 4194304 4196468 140735080526896 140003100375952 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16528] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16528/stat : 16528 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336645 26729902080 7428 33554432000 4194304 4196468 140735080526896 140001822034160 140003549067906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16529] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16529/stat : 16529 (java) S 16514 16517 15924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256336646 26729902080 7428 33554432000 4194304 4196468 140735080526896 140001820980384 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16530] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16530/stat : 16530 (java) S 16514 16517 15924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256336646 26729902080 7428 33554432000 4194304 4196468 140735080526896 140001819927280 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16531] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16531/stat : 16531 (java) S 16514 16517 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256336648 26729902080 7428 33554432000 4194304 4196468 140735080526896 140001818875856 140003549075355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16532] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16532/stat : 16532 (java) S 16514 16517 15924 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 256336648 26729902080 7428 33554432000 4194304 4196468 140735080526896 140001817823984 140003549067906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16533] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16533/stat : 16533 (java) R 16514 16517 15924 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 256336648 26729902080 7428 33554432000 4194304 4196468 140735080526896 140001816771440 140003549078106 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16534] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16534/stat : 16534 (java) S 16514 16517 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256336648 26729902080 7428 33554432000 4194304 4196468 140735080526896 140001815718384 140003549067906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16535] ppid=16514 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/16517/task/16535/stat : 16535 (java) R 16514 16517 15924 0 -1 4202560 290 0 0 0 1 0 0 0 20 0 20 0 256336648 26729902080 7428 33554432000 4194304 4196468 140735080526896 140001814665840 140003527687042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16536] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16536/stat : 16536 (java) S 16514 16517 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256336648 26729902080 7428 33554432000 4194304 4196468 140735080526896 140001813613024 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16537] ppid=16514 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16517/task/16537/stat : 16537 (java) S 16514 16517 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256336649 26729902080 7428 33554432000 4194304 4196468 140735080526896 140001812560560 140003549067906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 29472 KiB

[startup+0.209504 s]*
/proc/loadavg: 7.71 8.56 8.76 3/198 16537
/proc/meminfo: memFree=23992816/32770624 swapFree=67108500/67108860
[pid=16517] ppid=16514 vsize=26103420 memory=41692 CPUtime=0.3 cores=0-7
/proc/16517/stat : 16517 (java) S 16514 16517 15924 0 -1 1077944320 10615 0 0 0 27 3 0 0 20 0 20 0 256336643 26729902080 10423 33554432000 4194304 4196468 140735080526896 140735080509440 140003549056759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
/proc/16517/statm: 6525855 10423 3323 1 0 6487932 0
[pid=16517/tid=16519] ppid=16514 vsize=26103420 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/16517/task/16519/stat : 16519 (java) R 16514 16517 15924 0 -1 4202560 8218 0 0 0 18 2 0 0 20 0 20 0 256336643 26729902080 10423 33554432000 4194304 4196468 140735080526896 140003553275136 140003186914768 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16520] ppid=16514 vsize=26103420 memory=11931 CPUtime=0 cores=0-7
/proc/16517/task/16520/stat : 16520 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 10423 33554432000 4194304 4196468 140735080526896 140003107744272 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16521] ppid=16514 vsize=26103420 memory=288370748202002048 CPUtime=0 cores=0-7
/proc/16517/task/16521/stat : 16521 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 10423 33554432000 4194304 4196468 140735080526896 140003106691728 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16522] ppid=16514 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16517/task/16522/stat : 16522 (java) S 16514 16517 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 10423 33554432000 4194304 4196468 140735080526896 140003105638672 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16523] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16523/stat : 16523 (java) S 16514 16517 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 10423 33554432000 4194304 4196468 140735080526896 140003104586128 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16524] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16524/stat : 16524 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 10423 33554432000 4194304 4196468 140735080526896 140003103534096 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16525] ppid=16514 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16517/task/16525/stat : 16525 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 10423 33554432000 4194304 4196468 140735080526896 140003102481552 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16526] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16526/stat : 16526 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 10423 33554432000 4194304 4196468 140735080526896 140003101428496 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16527] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16527/stat : 16527 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 10423 33554432000 4194304 4196468 140735080526896 140003100375952 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16528] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16528/stat : 16528 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336645 26729902080 10423 33554432000 4194304 4196468 140735080526896 140001822034160 140003549067906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16529] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16529/stat : 16529 (java) S 16514 16517 15924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256336646 26729902080 10423 33554432000 4194304 4196468 140735080526896 140001820980384 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16530] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16530/stat : 16530 (java) S 16514 16517 15924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256336646 26729902080 10423 33554432000 4194304 4196468 140735080526896 140001819927280 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16531] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16531/stat : 16531 (java) S 16514 16517 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256336648 26729902080 10423 33554432000 4194304 4196468 140735080526896 140001818875856 140003549075355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16532] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16532/stat : 16532 (java) S 16514 16517 15924 0 -1 1077944384 381 0 0 0 0 0 0 0 20 0 20 0 256336648 26729902080 10423 33554432000 4194304 4196468 140735080526896 140001817823984 140003549067906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16533] ppid=16514 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/16517/task/16533/stat : 16533 (java) S 16514 16517 15924 0 -1 1077944384 155 0 0 0 1 0 0 0 20 0 20 0 256336648 26729902080 10423 33554432000 4194304 4196468 140735080526896 140001816771440 140003549067906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16534] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16534/stat : 16534 (java) S 16514 16517 15924 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 256336648 26729902080 10423 33554432000 4194304 4196468 140735080526896 140001815718384 140003549067906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16535] ppid=16514 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/16517/task/16535/stat : 16535 (java) R 16514 16517 15924 0 -1 4202560 437 0 0 0 6 0 0 0 20 0 20 0 256336648 26729902080 10423 33554432000 4194304 4196468 140735080526896 140001814662208 140003549078106 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16536] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16536/stat : 16536 (java) S 16514 16517 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256336648 26729902080 10423 33554432000 4194304 4196468 140735080526896 140001813613024 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16537] ppid=16514 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16517/task/16537/stat : 16537 (java) S 16514 16517 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256336649 26729902080 10423 33554432000 4194304 4196468 140735080526896 140001812560560 140003549067906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 41692 KiB

[startup+0.309161 s]*
/proc/loadavg: 7.71 8.56 8.76 3/198 16537
/proc/meminfo: memFree=23989540/32770624 swapFree=67108500/67108860
[pid=16517] ppid=16514 vsize=26103420 memory=45496 CPUtime=0.43 cores=0-7
/proc/16517/stat : 16517 (java) S 16514 16517 15924 0 -1 1077944320 11095 0 0 0 40 3 0 0 20 0 20 0 256336643 26729902080 11374 33554432000 4194304 4196468 140735080526896 140735080509440 140003549056759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
/proc/16517/statm: 6525855 11374 3363 1 0 6487932 0
[pid=16517/tid=16519] ppid=16514 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/16517/task/16519/stat : 16519 (java) R 16514 16517 15924 0 -1 4202560 8570 0 0 0 28 2 0 0 20 0 20 0 256336643 26729902080 11374 33554432000 4194304 4196468 140735080526896 140003553239208 140003549070663 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16520] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16520/stat : 16520 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 11374 33554432000 4194304 4196468 140735080526896 140003107744272 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16521] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16521/stat : 16521 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 11374 33554432000 4194304 4196468 140735080526896 140003106691728 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16522] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16522/stat : 16522 (java) S 16514 16517 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 11374 33554432000 4194304 4196468 140735080526896 140003105638672 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16523] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16523/stat : 16523 (java) S 16514 16517 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 11374 33554432000 4194304 4196468 140735080526896 140003104586128 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16524] ppid=16514 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/16517/task/16524/stat : 16524 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 11374 33554432000 4194304 4196468 140735080526896 140003103534096 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16525] ppid=16514 vsize=26103420 memory=140371946468271 CPUtime=0 cores=0-7
/proc/16517/task/16525/stat : 16525 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 11374 33554432000 4194304 4196468 140735080526896 140003102481552 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16526] ppid=16514 vsize=26103420 memory=140371946470576 CPUtime=0 cores=0-7
/proc/16517/task/16526/stat : 16526 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 11374 33554432000 4194304 4196468 140735080526896 140003101428496 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16527] ppid=16514 vsize=26103420 memory=140371946472880 CPUtime=0 cores=0-7
/proc/16517/task/16527/stat : 16527 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26729902080 11374 33554432000 4194304 4196468 140735080526896 140003100375952 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16528] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16528/stat : 16528 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336645 26729902080 11374 33554432000 4194304 4196468 140735080526896 140001822034160 140003549067906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16529] ppid=16514 vsize=26103420 memory=280743892952720 CPUtime=0 cores=0-7
/proc/16517/task/16529/stat : 16529 (java) S 16514 16517 15924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256336646 26729902080 11374 33554432000 4194304 4196468 140735080526896 140001820980384 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16530] ppid=16514 vsize=26103420 memory=280743892959632 CPUtime=0 cores=0-7
/proc/16517/task/16530/stat : 16530 (java) S 16514 16517 15924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256336646 26729902080 11374 33554432000 4194304 4196468 140735080526896 140001819927280 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16531] ppid=16514 vsize=26103420 memory=280743892900912 CPUtime=0 cores=0-7
/proc/16517/task/16531/stat : 16531 (java) S 16514 16517 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256336648 26729902080 11374 33554432000 4194304 4196468 140735080526896 140001818875856 140003549075355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16532] ppid=16514 vsize=26103420 memory=280743892973456 CPUtime=0.01 cores=0-7
/proc/16517/task/16532/stat : 16532 (java) S 16514 16517 15924 0 -1 1077944384 448 0 0 0 1 0 0 0 20 0 20 0 256336648 26729902080 11374 33554432000 4194304 4196468 140735080526896 140001817823984 140003549067906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16533] ppid=16514 vsize=26103420 memory=280743892980368 CPUtime=0.01 cores=0-7
/proc/16517/task/16533/stat : 16533 (java) S 16514 16517 15924 0 -1 1077944384 155 0 0 0 1 0 0 0 20 0 20 0 256336648 26729902080 11374 33554432000 4194304 4196468 140735080526896 140001816771440 140003549067906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16534] ppid=16514 vsize=26103420 memory=280743892978064 CPUtime=0.01 cores=0-7
/proc/16517/task/16534/stat : 16534 (java) S 16514 16517 15924 0 -1 1077944384 57 0 0 0 1 0 0 0 20 0 20 0 256336648 26729902080 11374 33554432000 4194304 4196468 140735080526896 140001815718384 140003549067906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16535] ppid=16514 vsize=26103420 memory=280743892994672 CPUtime=0.08 cores=0-7
/proc/16517/task/16535/stat : 16535 (java) S 16514 16517 15924 0 -1 1077944384 479 0 0 0 8 0 0 0 20 0 20 0 256336648 26729902080 11374 33554432000 4194304 4196468 140735080526896 140001814665840 140003549067906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16536] ppid=16514 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16536/stat : 16536 (java) S 16514 16517 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256336648 26729902080 11374 33554432000 4194304 4196468 140735080526896 140001813613024 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16537] ppid=16514 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16517/task/16537/stat : 16537 (java) S 16514 16517 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256336649 26729902080 11374 33554432000 4194304 4196468 140735080526896 140001812560560 140003549067906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 45496 KiB

[startup+0.70083 s]
/proc/loadavg: 7.71 8.56 8.76 3/198 16537
/proc/meminfo: memFree=23965796/32770624 swapFree=67108500/67108860
[pid=16517] ppid=16514 vsize=26105488 memory=84660 CPUtime=1 cores=0-7
/proc/16517/stat : 16517 (java) S 16514 16517 15924 0 -1 1077944320 18130 0 0 0 95 5 0 0 20 0 20 0 256336643 26732019712 21165 33554432000 4194304 4196468 140735080526896 140735080509440 140003549056759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
/proc/16517/statm: 6526372 21165 3464 1 0 6488444 0
[pid=16517/tid=16519] ppid=16514 vsize=26105488 memory=0 CPUtime=0.68 cores=0-7
/proc/16517/task/16519/stat : 16519 (java) R 16514 16517 15924 0 -1 4202560 15072 0 0 0 64 4 0 0 20 0 20 0 256336643 26732019712 21165 33554432000 4194304 4196468 140735080526896 140003553280928 140003533137246 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16520] ppid=16514 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16520/stat : 16520 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26732019712 21165 33554432000 4194304 4196468 140735080526896 140003107744272 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16521] ppid=16514 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16521/stat : 16521 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26732019712 21165 33554432000 4194304 4196468 140735080526896 140003106691728 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16522] ppid=16514 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16522/stat : 16522 (java) S 16514 16517 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256336644 26732019712 21165 33554432000 4194304 4196468 140735080526896 140003105638672 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16523] ppid=16514 vsize=26105488 memory=6392 CPUtime=0 cores=0-7
/proc/16517/task/16523/stat : 16523 (java) S 16514 16517 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256336644 26732019712 21165 33554432000 4194304 4196468 140735080526896 140003104586128 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16524] ppid=16514 vsize=26105488 memory=864 CPUtime=0 cores=0-7
/proc/16517/task/16524/stat : 16524 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26732019712 21165 33554432000 4194304 4196468 140735080526896 140003103534096 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16525] ppid=16514 vsize=26105488 memory=1296 CPUtime=0 cores=0-7
/proc/16517/task/16525/stat : 16525 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26732019712 21165 33554432000 4194304 4196468 140735080526896 140003102481552 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16526] ppid=16514 vsize=26105488 memory=1068 CPUtime=0 cores=0-7
/proc/16517/task/16526/stat : 16526 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26732019712 21165 33554432000 4194304 4196468 140735080526896 140003101428496 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16527] ppid=16514 vsize=26105488 memory=15084 CPUtime=0 cores=0-7
/proc/16517/task/16527/stat : 16527 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336644 26732019712 21165 33554432000 4194304 4196468 140735080526896 140003100375952 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16528] ppid=16514 vsize=26105488 memory=39416 CPUtime=0 cores=0-7
/proc/16517/task/16528/stat : 16528 (java) S 16514 16517 15924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256336645 26732019712 21165 33554432000 4194304 4196468 140735080526896 140001822034160 140003549067906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0

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

[pid=16517/tid=16526] ppid=16514 vsize=26983108 memory=0 CPUtime=0.04 cores=0-7
/proc/16517/task/16526/stat : 16526 (java) S 16514 16517 15924 0 -1 1077944384 85 0 0 0 3 1 0 0 20 0 33 0 256336644 27630702592 70924 33554432000 4194304 4196468 140735080526896 140003101428496 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16527] ppid=16514 vsize=26983108 memory=-1161699032756030039 CPUtime=0.02 cores=0-7
/proc/16517/task/16527/stat : 16527 (java) S 16514 16517 15924 0 -1 1077944384 93 0 0 0 2 0 0 0 20 0 33 0 256336644 27630702592 70924 33554432000 4194304 4196468 140735080526896 140003100375952 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16528] ppid=16514 vsize=26983108 memory=6872598998417432672 CPUtime=0.02 cores=0-7
/proc/16517/task/16528/stat : 16528 (java) S 16514 16517 15924 0 -1 1077944384 1724 0 0 0 2 0 0 0 20 0 33 0 256336645 27630702592 70924 33554432000 4194304 4196468 140735080526896 140001822034160 140003549067906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16529] ppid=16514 vsize=26983108 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16529/stat : 16529 (java) S 16514 16517 15924 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 33 0 256336646 27630702592 70924 33554432000 4194304 4196468 140735080526896 140001820980448 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16530] ppid=16514 vsize=26983108 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16530/stat : 16530 (java) S 16514 16517 15924 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 33 0 256336646 27630702592 70924 33554432000 4194304 4196468 140735080526896 140001819927296 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16531] ppid=16514 vsize=26983108 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16531/stat : 16531 (java) S 16514 16517 15924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 256336648 27630702592 70924 33554432000 4194304 4196468 140735080526896 140001818875856 140003549075355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16532] ppid=16514 vsize=26983108 memory=0 CPUtime=0.76 cores=0-7
/proc/16517/task/16532/stat : 16532 (java) S 16514 16517 15924 0 -1 1077944384 2984 0 0 0 74 2 0 0 20 0 33 0 256336648 27630702592 70924 33554432000 4194304 4196468 140735080526896 140001817817008 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16533] ppid=16514 vsize=26983108 memory=275480 CPUtime=0.8 cores=0-7
/proc/16517/task/16533/stat : 16533 (java) S 16514 16517 15924 0 -1 1077944384 2788 0 0 0 79 1 0 0 20 0 33 0 256336648 27630702592 70924 33554432000 4194304 4196468 140735080526896 140001816764464 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16534] ppid=16514 vsize=26983108 memory=0 CPUtime=0.9 cores=0-7
/proc/16517/task/16534/stat : 16534 (java) S 16514 16517 15924 0 -1 1077944384 2734 0 0 0 90 0 0 0 20 0 33 0 256336648 27630702592 70924 33554432000 4194304 4196468 140735080526896 140001815711408 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16535] ppid=16514 vsize=26983108 memory=0 CPUtime=0.88 cores=0-7
/proc/16517/task/16535/stat : 16535 (java) S 16514 16517 15924 0 -1 1077944384 4963 0 0 0 87 1 0 0 20 0 33 0 256336648 27630702592 70924 33554432000 4194304 4196468 140735080526896 140001814665840 140003549067906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16536] ppid=16514 vsize=26983108 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16536/stat : 16536 (java) S 16514 16517 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 256336648 27630702592 70924 33554432000 4194304 4196468 140735080526896 140001813613024 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16537] ppid=16514 vsize=26983108 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16537/stat : 16537 (java) S 16514 16517 15924 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 33 0 256336649 27630702592 70924 33554432000 4194304 4196468 140735080526896 140001812560560 140003549067906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
Current children cumulated CPU time: 9.12 s
Current children cumulated vsize: 26983108 KiB
Current children cumulated memory: 283696 KiB

[startup+5.20096 s]
/proc/loadavg: 7.25 8.45 8.72 15/216 16555
/proc/meminfo: memFree=23703264/32770624 swapFree=67108500/67108860
[pid=16517] ppid=16514 vsize=27650832 memory=333368 CPUtime=10.84 cores=0-7
/proc/16517/stat : 16517 (java) S 16514 16517 15924 0 -1 1077944320 42417 0 0 0 1050 34 0 0 20 0 18 0 256336643 28314451968 83342 33554432000 4194304 4196468 140735080526896 140735080509440 140003549056759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
/proc/16517/statm: 6912708 83342 3616 1 0 6874259 0
[pid=16517/tid=16519] ppid=16514 vsize=27650832 memory=6791534058613427641 CPUtime=4.56 cores=0-7
/proc/16517/task/16519/stat : 16519 (java) D 16514 16517 15924 0 -1 4202560 22816 0 0 0 448 8 0 0 20 0 18 0 256336643 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003553299768 140003541742391 0 0 0 16800975 18446744072100379781 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16520] ppid=16514 vsize=27650832 memory=0 CPUtime=0.03 cores=0-7
/proc/16517/task/16520/stat : 16520 (java) S 16514 16517 15924 0 -1 1077944384 51 0 0 0 2 1 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003107744272 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16521] ppid=16514 vsize=27650832 memory=7374226851848432535 CPUtime=0.04 cores=0-7
/proc/16517/task/16521/stat : 16521 (java) S 16514 16517 15924 0 -1 1077944384 61 0 0 0 3 1 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003106691728 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16522] ppid=16514 vsize=27650832 memory=7374226851848432535 CPUtime=0.06 cores=0-7
/proc/16517/task/16522/stat : 16522 (java) S 16514 16517 15924 0 -1 1077944384 95 0 0 0 4 2 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003105638672 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16523] ppid=16514 vsize=27650832 memory=7374226851848432535 CPUtime=0.06 cores=0-7
/proc/16517/task/16523/stat : 16523 (java) S 16514 16517 15924 0 -1 1077944384 397 0 0 0 4 2 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003104586128 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16524] ppid=16514 vsize=27650832 memory=6656426216303648864 CPUtime=0.04 cores=0-7
/proc/16517/task/16524/stat : 16524 (java) S 16514 16517 15924 0 -1 1077944384 87 0 0 0 3 1 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003103534096 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16525] ppid=16514 vsize=27650832 memory=7374226851848432535 CPUtime=0.07 cores=0-7
/proc/16517/task/16525/stat : 16525 (java) S 16514 16517 15924 0 -1 1077944384 351 0 0 0 5 2 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003102481552 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16526] ppid=16514 vsize=27650832 memory=7667774556640405078 CPUtime=0.07 cores=0-7
/proc/16517/task/16526/stat : 16526 (java) S 16514 16517 15924 0 -1 1077944384 147 0 0 0 5 2 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003101428496 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16527] ppid=16514 vsize=27650832 memory=7595414691026196067 CPUtime=0.04 cores=0-7
/proc/16517/task/16527/stat : 16527 (java) S 16514 16517 15924 0 -1 1077944384 148 0 0 0 3 1 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003100375952 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16529] ppid=16514 vsize=27650832 memory=280743893229272 CPUtime=0 cores=0-7
/proc/16517/task/16529/stat : 16529 (java) S 16514 16517 15924 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 18 0 256336646 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001820980448 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16530] ppid=16514 vsize=27650832 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16530/stat : 16530 (java) S 16514 16517 15924 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 18 0 256336646 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001819927296 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16531] ppid=16514 vsize=27650832 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16531/stat : 16531 (java) S 16514 16517 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001818874912 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16532] ppid=16514 vsize=27650832 memory=0 CPUtime=0.92 cores=0-7
/proc/16517/task/16532/stat : 16532 (java) S 16514 16517 15924 0 -1 1077944384 3019 0 0 0 90 2 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001817816864 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16533] ppid=16514 vsize=27650832 memory=0 CPUtime=0.97 cores=0-7
/proc/16517/task/16533/stat : 16533 (java) S 16514 16517 15924 0 -1 1077944384 2849 0 0 0 96 1 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001816755632 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16534] ppid=16514 vsize=27650832 memory=0 CPUtime=1.11 cores=0-7
/proc/16517/task/16534/stat : 16534 (java) S 16514 16517 15924 0 -1 1077944384 2931 0 0 0 111 0 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001815702896 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16535] ppid=16514 vsize=27650832 memory=0 CPUtime=0.96 cores=0-7
/proc/16517/task/16535/stat : 16535 (java) S 16514 16517 15924 0 -1 1077944384 5034 0 0 0 95 1 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001814661712 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16536] ppid=16514 vsize=27650832 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16536/stat : 16536 (java) S 16514 16517 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001813613024 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
Current children cumulated CPU time: 10.84 s
Current children cumulated vsize: 27650832 KiB
Current children cumulated memory: 333368 KiB

[startup+5.40076 s]
/proc/loadavg: 7.25 8.45 8.72 15/216 16555
/proc/meminfo: memFree=23703264/32770624 swapFree=67108500/67108860
[pid=16517] ppid=16514 vsize=27650832 memory=333368 CPUtime=10.84 cores=0-7
/proc/16517/stat : 16517 (java) S 16514 16517 15924 0 -1 1077944320 42417 0 0 0 1050 34 0 0 20 0 18 0 256336643 28314451968 83342 33554432000 4194304 4196468 140735080526896 140735080509440 140003549056759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
/proc/16517/statm: 6912708 83342 3616 1 0 6874259 0
[pid=16517/tid=16519] ppid=16514 vsize=27650832 memory=0 CPUtime=4.56 cores=0-7
/proc/16517/task/16519/stat : 16519 (java) D 16514 16517 15924 0 -1 4202560 22816 0 0 0 448 8 0 0 20 0 18 0 256336643 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003553299768 140003541742391 0 0 0 16800975 18446744072100379781 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16520] ppid=16514 vsize=27650832 memory=0 CPUtime=0.03 cores=0-7
/proc/16517/task/16520/stat : 16520 (java) S 16514 16517 15924 0 -1 1077944384 51 0 0 0 2 1 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003107744272 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16521] ppid=16514 vsize=27650832 memory=0 CPUtime=0.04 cores=0-7
/proc/16517/task/16521/stat : 16521 (java) S 16514 16517 15924 0 -1 1077944384 61 0 0 0 3 1 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003106691728 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16522] ppid=16514 vsize=27650832 memory=0 CPUtime=0.06 cores=0-7
/proc/16517/task/16522/stat : 16522 (java) S 16514 16517 15924 0 -1 1077944384 95 0 0 0 4 2 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003105638672 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16523] ppid=16514 vsize=27650832 memory=0 CPUtime=0.06 cores=0-7
/proc/16517/task/16523/stat : 16523 (java) S 16514 16517 15924 0 -1 1077944384 397 0 0 0 4 2 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003104586128 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16524] ppid=16514 vsize=27650832 memory=0 CPUtime=0.04 cores=0-7
/proc/16517/task/16524/stat : 16524 (java) S 16514 16517 15924 0 -1 1077944384 87 0 0 0 3 1 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003103534096 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16525] ppid=16514 vsize=27650832 memory=0 CPUtime=0.07 cores=0-7
/proc/16517/task/16525/stat : 16525 (java) S 16514 16517 15924 0 -1 1077944384 351 0 0 0 5 2 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003102481552 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16526] ppid=16514 vsize=27650832 memory=0 CPUtime=0.07 cores=0-7
/proc/16517/task/16526/stat : 16526 (java) S 16514 16517 15924 0 -1 1077944384 147 0 0 0 5 2 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003101428496 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16527] ppid=16514 vsize=27650832 memory=0 CPUtime=0.04 cores=0-7
/proc/16517/task/16527/stat : 16527 (java) S 16514 16517 15924 0 -1 1077944384 148 0 0 0 3 1 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003100375952 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16529] ppid=16514 vsize=27650832 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16529/stat : 16529 (java) S 16514 16517 15924 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 18 0 256336646 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001820980448 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16530] ppid=16514 vsize=27650832 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16530/stat : 16530 (java) S 16514 16517 15924 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 18 0 256336646 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001819927296 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16531] ppid=16514 vsize=27650832 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16531/stat : 16531 (java) S 16514 16517 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001818874912 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16532] ppid=16514 vsize=27650832 memory=0 CPUtime=0.92 cores=0-7
/proc/16517/task/16532/stat : 16532 (java) S 16514 16517 15924 0 -1 1077944384 3019 0 0 0 90 2 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001817816864 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16533] ppid=16514 vsize=27650832 memory=0 CPUtime=0.97 cores=0-7
/proc/16517/task/16533/stat : 16533 (java) S 16514 16517 15924 0 -1 1077944384 2849 0 0 0 96 1 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001816755632 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16534] ppid=16514 vsize=27650832 memory=0 CPUtime=1.11 cores=0-7
/proc/16517/task/16534/stat : 16534 (java) S 16514 16517 15924 0 -1 1077944384 2931 0 0 0 111 0 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001815702896 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16535] ppid=16514 vsize=27650832 memory=0 CPUtime=0.96 cores=0-7
/proc/16517/task/16535/stat : 16535 (java) S 16514 16517 15924 0 -1 1077944384 5034 0 0 0 95 1 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001814661712 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16536] ppid=16514 vsize=27650832 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16536/stat : 16536 (java) S 16514 16517 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001813613024 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
Current children cumulated CPU time: 10.84 s
Current children cumulated vsize: 27650832 KiB
Current children cumulated memory: 333368 KiB

[startup+5.50081 s]
/proc/loadavg: 7.25 8.45 8.72 15/216 16555
/proc/meminfo: memFree=23703264/32770624 swapFree=67108500/67108860
[pid=16517] ppid=16514 vsize=27650832 memory=333368 CPUtime=10.84 cores=0-7
/proc/16517/stat : 16517 (java) S 16514 16517 15924 0 -1 1077944320 42417 0 0 0 1050 34 0 0 20 0 18 0 256336643 28314451968 83342 33554432000 4194304 4196468 140735080526896 140735080509440 140003549056759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
/proc/16517/statm: 6912708 83342 3616 1 0 6874259 0
[pid=16517/tid=16519] ppid=16514 vsize=27650832 memory=333368 CPUtime=4.56 cores=0-7
/proc/16517/task/16519/stat : 16519 (java) D 16514 16517 15924 0 -1 4202560 22816 0 0 0 448 8 0 0 20 0 18 0 256336643 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003553299768 140003541742391 0 0 0 16800975 18446744072100379781 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16520] ppid=16514 vsize=27650832 memory=0 CPUtime=0.03 cores=0-7
/proc/16517/task/16520/stat : 16520 (java) S 16514 16517 15924 0 -1 1077944384 51 0 0 0 2 1 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003107744272 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16521] ppid=16514 vsize=27650832 memory=333368 CPUtime=0.04 cores=0-7
/proc/16517/task/16521/stat : 16521 (java) S 16514 16517 15924 0 -1 1077944384 61 0 0 0 3 1 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003106691728 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16522] ppid=16514 vsize=27650832 memory=280743892914592 CPUtime=0.06 cores=0-7
/proc/16517/task/16522/stat : 16522 (java) S 16514 16517 15924 0 -1 1077944384 95 0 0 0 4 2 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003105638672 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16523] ppid=16514 vsize=27650832 memory=219676 CPUtime=0.06 cores=0-7
/proc/16517/task/16523/stat : 16523 (java) S 16514 16517 15924 0 -1 1077944384 397 0 0 0 4 2 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003104586128 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16524] ppid=16514 vsize=27650832 memory=73117053487338 CPUtime=0.04 cores=0-7
/proc/16517/task/16524/stat : 16524 (java) S 16514 16517 15924 0 -1 1077944384 87 0 0 0 3 1 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003103534096 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16525] ppid=16514 vsize=27650832 memory=280743893111488 CPUtime=0.07 cores=0-7
/proc/16517/task/16525/stat : 16525 (java) S 16514 16517 15924 0 -1 1077944384 351 0 0 0 5 2 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003102481552 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16526] ppid=16514 vsize=27650832 memory=280743893111680 CPUtime=0.07 cores=0-7
/proc/16517/task/16526/stat : 16526 (java) S 16514 16517 15924 0 -1 1077944384 147 0 0 0 5 2 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003101428496 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16527] ppid=16514 vsize=27650832 memory=280743893111872 CPUtime=0.04 cores=0-7
/proc/16517/task/16527/stat : 16527 (java) S 16514 16517 15924 0 -1 1077944384 148 0 0 0 3 1 0 0 20 0 18 0 256336644 28314451968 83342 33554432000 4194304 4196468 140735080526896 140003100375952 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16529] ppid=16514 vsize=27650832 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16529/stat : 16529 (java) S 16514 16517 15924 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 18 0 256336646 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001820980448 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16530] ppid=16514 vsize=27650832 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16530/stat : 16530 (java) S 16514 16517 15924 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 18 0 256336646 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001819927296 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16531] ppid=16514 vsize=27650832 memory=0 CPUtime=0 cores=0-7
/proc/16517/task/16531/stat : 16531 (java) S 16514 16517 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001818874912 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16532] ppid=16514 vsize=27650832 memory=0 CPUtime=0.92 cores=0-7
/proc/16517/task/16532/stat : 16532 (java) S 16514 16517 15924 0 -1 1077944384 3019 0 0 0 90 2 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001817816864 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16533] ppid=16514 vsize=27650832 memory=56 CPUtime=0.97 cores=0-7
/proc/16517/task/16533/stat : 16533 (java) S 16514 16517 15924 0 -1 1077944384 2849 0 0 0 96 1 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001816755632 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16534] ppid=16514 vsize=27650832 memory=6221002049431033447 CPUtime=1.11 cores=0-7
/proc/16517/task/16534/stat : 16534 (java) S 16514 16517 15924 0 -1 1077944384 2931 0 0 0 111 0 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001815702896 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16535] ppid=16514 vsize=27650832 memory=7084818009581371498 CPUtime=0.96 cores=0-7
/proc/16517/task/16535/stat : 16535 (java) S 16514 16517 15924 0 -1 1077944384 5034 0 0 0 95 1 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001814661712 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
[pid=16517/tid=16536] ppid=16514 vsize=27650832 memory=7084818005252718698 CPUtime=0 cores=0-7
/proc/16517/task/16536/stat : 16536 (java) S 16514 16517 15924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 256336648 28314451968 83342 33554432000 4194304 4196468 140735080526896 140001813613024 140003549066965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10985472 140735080531021 140735080531205 140735080531205 140735080533967 0
Current children cumulated CPU time: 10.84 s
Current children cumulated vsize: 27650832 KiB
Current children cumulated memory: 333368 KiB

Child status: 0
Real time (s): 5.53253
CPU time (s): 10.869
CPU user time (s): 10.5093
CPU system time (s): 0.359765
CPU usage (%): 196.457
Max. virtual memory (cumulated for all children) (KiB): 27650832
Max. memory (cumulated for all children) (KiB): 333368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.5093
system time used= 0.359765
maximum resident set size= 334172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42436
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6395
involuntary context switches= 227


# summary of solver processes directly reported to runsolver:
#   pid: 16517
#   total CPU time (s): 10.869
#   total CPU user time (s): 10.5093
#   total CPU system time (s): 0.359765

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049161 second user time and 0.097645 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-16 04:48:55
IDJOB=4309125
IDBENCH=141497
IDSOLVER=2793
FILE ID=node104/4309125-1534387735
RUNJOBID= node104-1534382651-15951
PBS_JOBID= 21038302
Free space on /tmp= 44476 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g08-g43_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309125-1534387735/watcher-4309125-1534387735 -o /tmp/evaluation-result-4309125-1534387735/solver-4309125-1534387735 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1534382651-15951 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1391202496 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309125-1534387735.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 7cef523f02717582c22db5e2b6d8dc99
RANDOM SEED=1391202496

node104.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.11
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.11
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.11
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.11
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:        24022072 kB
MemAvailable:   31891900 kB
Buffers:          192276 kB
Cached:          7901344 kB
SwapCached:            4 kB
Active:          4033552 kB
Inactive:        4114380 kB
Active(anon):       6028 kB
Inactive(anon):   109196 kB
Active(file):    4027524 kB
Inactive(file):  4005184 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108500 kB
Dirty:             36120 kB
Writeback:             0 kB
AnonPages:         55436 kB
Mapped:            55904 kB
Shmem:             57828 kB
Slab:             294308 kB
SReclaimable:     265580 kB
SUnreclaim:        28728 kB
KernelStack:        3552 kB
PageTables:         5432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     359104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 44444 MiB
End job on node104 at 2018-08-16 04:49:00