Trace number 4309138

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 31.6386 9.13215

General information on the benchmark

NameFrb/
frb-40-19-1-mgd_c18.xml
MD5SUM1b3b260246d4f65c593765dc4af9b313
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 benchmark21.3342
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints321
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":40}]
Minimum variable degree10
Maximum variable degree25
Distribution of variable degrees[{"degree":10,"count":2},{"degree":11,"count":3},{"degree":12,"count":3},{"degree":13,"count":4},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":1},{"degree":21,"count":1},{"degree":22,"count":4},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":321}]
Number of extensional constraints321
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":321}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 849060899
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...
2.14/1.05	c Parsing done, starting search...
25.37/5.65	s SATISFIABLE
25.37/5.65	v <instantiation>
25.37/5.65	v 	<list>
25.37/5.65	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] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
25.37/5.65	v 	</list>
25.37/5.65	v 	<values>
25.37/5.65	v 		18 4 12 11 17 5 11 17 2 5 14 2 7 12 7 2 1 16 10 6 17 7 7 6 3 10 6 14 6 8 2 11 14 6 15 3 18 4 12 17 
25.37/5.65	v 	</values>
25.37/5.65	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 (11211 MiB free)
  memory of node 1: 16384 MiB (11929 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309138-1534393472/watcher-4309138-1534393472 -o /tmp/evaluation-result-4309138-1534393472/solver-4309138-1534393472 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1534393472-31180 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 849060899 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309138-1534393472.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
solver pid=31197, runsolver pid=31194
Current StackSize limit: 8192 KiB


[startup+0.100155 s]*
/proc/loadavg: 8.33 8.84 8.81 2/199 31217
/proc/meminfo: memFree=23679548/32770624 swapFree=67108836/67108860
[pid=31197] ppid=31194 vsize=26103420 memory=32412 CPUtime=0.11 cores=0-7
/proc/31197/stat : 31197 (java) S 31194 31197 31153 0 -1 1077944320 7531 0 0 0 10 1 0 0 20 0 20 0 256910364 26729902080 8103 33554432000 4194304 4196468 140733942737904 140733942720448 139910994153207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
/proc/31197/statm: 6525855 8103 3115 1 0 6487932 0
[pid=31197/tid=31199] ppid=31194 vsize=26103420 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/31197/task/31199/stat : 31199 (java) R 31194 31197 31153 0 -1 4202560 5598 0 0 0 8 0 0 0 20 0 20 0 256910364 26729902080 8103 33554432000 4194304 4196468 140733942737904 139910998356336 139910978233694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31200] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31200/stat : 31200 (java) S 31194 31197 31153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 8103 33554432000 4194304 4196468 140733942737904 139910916733456 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31201] ppid=31194 vsize=26103420 memory=139933793937024 CPUtime=0 cores=0-7
/proc/31197/task/31201/stat : 31201 (java) S 31194 31197 31153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 8103 33554432000 4194304 4196468 140733942737904 139910915680912 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31202] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31202/stat : 31202 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 8103 33554432000 4194304 4196468 140733942737904 139910914627856 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31203] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31203/stat : 31203 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 8103 33554432000 4194304 4196468 140733942737904 139910913575312 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31204] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31204/stat : 31204 (java) S 31194 31197 31153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 8113 33554432000 4194304 4196468 140733942737904 139910912523280 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31205] ppid=31194 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31197/task/31205/stat : 31205 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 8113 33554432000 4194304 4196468 140733942737904 139910911470736 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31206] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31206/stat : 31206 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 8113 33554432000 4194304 4196468 140733942737904 139910910417680 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31207] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31207/stat : 31207 (java) S 31194 31197 31153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 8113 33554432000 4194304 4196468 140733942737904 139910544645008 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31208] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31208/stat : 31208 (java) S 31194 31197 31153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256910366 26729902080 8113 33554432000 4194304 4196468 140733942737904 139910390495472 139910994164354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31209] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31209/stat : 31209 (java) S 31194 31197 31153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256910367 26729902080 8113 33554432000 4194304 4196468 140733942737904 139910389441696 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31210] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31210/stat : 31210 (java) S 31194 31197 31153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256910367 26729902080 8113 33554432000 4194304 4196468 140733942737904 139910388388592 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31211] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31211/stat : 31211 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910369 26729902080 8113 33554432000 4194304 4196468 140733942737904 139910387337168 139910994171803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31212] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31212/stat : 31212 (java) S 31194 31197 31153 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 256910369 26729902080 8113 33554432000 4194304 4196468 140733942737904 139910386285296 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31213] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31213/stat : 31213 (java) S 31194 31197 31153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256910369 26729902080 8113 33554432000 4194304 4196468 140733942737904 139910385232752 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31214] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31214/stat : 31214 (java) S 31194 31197 31153 0 -1 1077944384 267 0 0 0 0 0 0 0 20 0 20 0 256910369 26729902080 8113 33554432000 4194304 4196468 140733942737904 139910384179696 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31215] ppid=31194 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/31197/task/31215/stat : 31215 (java) S 31194 31197 31153 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 20 0 256910369 26729902080 8113 33554432000 4194304 4196468 140733942737904 139910383127152 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31216] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31216/stat : 31216 (java) S 31194 31197 31153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256910370 26729902080 8113 33554432000 4194304 4196468 140733942737904 139910382074336 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31217] ppid=31194 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31197/task/31217/stat : 31217 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910370 26729902080 8113 33554432000 4194304 4196468 140733942737904 139910381021872 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 32412 KiB

[startup+0.210455 s]*
/proc/loadavg: 8.33 8.84 8.81 3/199 31217
/proc/meminfo: memFree=23666216/32770624 swapFree=67108836/67108860
[pid=31197] ppid=31194 vsize=26103420 memory=43356 CPUtime=0.3 cores=0-7
/proc/31197/stat : 31197 (java) S 31194 31197 31153 0 -1 1077944320 10512 0 0 0 28 2 0 0 20 0 20 0 256910364 26729902080 10839 33554432000 4194304 4196468 140733942737904 140733942720448 139910994153207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
/proc/31197/statm: 6525855 10839 3330 1 0 6487932 0
[pid=31197/tid=31199] ppid=31194 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/31197/task/31199/stat : 31199 (java) R 31194 31197 31153 0 -1 4202560 8289 0 0 0 18 1 0 0 20 0 20 0 256910364 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910998373056 139910994174554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31200] ppid=31194 vsize=26103420 memory=12881 CPUtime=0 cores=0-7
/proc/31197/task/31200/stat : 31200 (java) S 31194 31197 31153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910916733456 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31201] ppid=31194 vsize=26103420 memory=3619117822494926496 CPUtime=0 cores=0-7
/proc/31197/task/31201/stat : 31201 (java) S 31194 31197 31153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910915680912 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31202] ppid=31194 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31197/task/31202/stat : 31202 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910914627856 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31203] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31203/stat : 31203 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910913575312 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31204] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31204/stat : 31204 (java) S 31194 31197 31153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910912523280 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31205] ppid=31194 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31197/task/31205/stat : 31205 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910911470736 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31206] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31206/stat : 31206 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910910417680 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31207] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31207/stat : 31207 (java) S 31194 31197 31153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910544645008 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31208] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31208/stat : 31208 (java) S 31194 31197 31153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256910366 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910390495472 139910994164354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31209] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31209/stat : 31209 (java) S 31194 31197 31153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256910367 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910389441696 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31210] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31210/stat : 31210 (java) S 31194 31197 31153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256910367 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910388388592 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31211] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31211/stat : 31211 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910369 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910387337168 139910994171803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31212] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31212/stat : 31212 (java) S 31194 31197 31153 0 -1 1077944384 166 0 0 0 0 0 0 0 20 0 20 0 256910369 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910386285296 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31213] ppid=31194 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/31197/task/31213/stat : 31213 (java) S 31194 31197 31153 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 20 0 256910369 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910385232752 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31214] ppid=31194 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/31197/task/31214/stat : 31214 (java) S 31194 31197 31153 0 -1 1077944384 299 0 0 0 1 0 0 0 20 0 20 0 256910369 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910384179696 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31215] ppid=31194 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/31197/task/31215/stat : 31215 (java) R 31194 31197 31153 0 -1 4202560 300 0 0 0 6 0 0 0 20 0 20 0 256910369 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910383120848 139910986390334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31216] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31216/stat : 31216 (java) S 31194 31197 31153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256910370 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910382074336 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31217] ppid=31194 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31197/task/31217/stat : 31217 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910370 26729902080 10839 33554432000 4194304 4196468 140733942737904 139910381021872 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43356 KiB

[startup+0.310641 s]*
/proc/loadavg: 8.33 8.84 8.81 3/199 31217
/proc/meminfo: memFree=23662432/32770624 swapFree=67108836/67108860
[pid=31197] ppid=31194 vsize=26103420 memory=46912 CPUtime=0.42 cores=0-7
/proc/31197/stat : 31197 (java) S 31194 31197 31153 0 -1 1077944320 10924 0 0 0 40 2 0 0 20 0 20 0 256910364 26729902080 11728 33554432000 4194304 4196468 140733942737904 140733942720448 139910994153207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
/proc/31197/statm: 6525855 11728 3361 1 0 6487932 0
[pid=31197/tid=31199] ppid=31194 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/31197/task/31199/stat : 31199 (java) R 31194 31197 31153 0 -1 4202560 8625 0 0 0 28 2 0 0 20 0 20 0 256910364 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910998314944 139910975716763 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31200] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31200/stat : 31200 (java) S 31194 31197 31153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910916733456 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31201] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31201/stat : 31201 (java) S 31194 31197 31153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910915680912 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31202] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31202/stat : 31202 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910914627856 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31203] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31203/stat : 31203 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910913575312 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31204] ppid=31194 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/31197/task/31204/stat : 31204 (java) S 31194 31197 31153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910912523280 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31205] ppid=31194 vsize=26103420 memory=139933658477487 CPUtime=0 cores=0-7
/proc/31197/task/31205/stat : 31205 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910911470736 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31206] ppid=31194 vsize=26103420 memory=139933658479792 CPUtime=0 cores=0-7
/proc/31197/task/31206/stat : 31206 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910910417680 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31207] ppid=31194 vsize=26103420 memory=139933658482096 CPUtime=0 cores=0-7
/proc/31197/task/31207/stat : 31207 (java) S 31194 31197 31153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256910365 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910544645008 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31208] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31208/stat : 31208 (java) S 31194 31197 31153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256910366 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910390495472 139910994164354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31209] ppid=31194 vsize=26103420 memory=279867316971152 CPUtime=0 cores=0-7
/proc/31197/task/31209/stat : 31209 (java) S 31194 31197 31153 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256910367 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910389441696 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31210] ppid=31194 vsize=26103420 memory=279867316978064 CPUtime=0 cores=0-7
/proc/31197/task/31210/stat : 31210 (java) S 31194 31197 31153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256910367 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910388388592 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31211] ppid=31194 vsize=26103420 memory=279867316919344 CPUtime=0 cores=0-7
/proc/31197/task/31211/stat : 31211 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910369 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910387337168 139910994171803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31212] ppid=31194 vsize=26103420 memory=279867316991888 CPUtime=0 cores=0-7
/proc/31197/task/31212/stat : 31212 (java) S 31194 31197 31153 0 -1 1077944384 166 0 0 0 0 0 0 0 20 0 20 0 256910369 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910386285296 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31213] ppid=31194 vsize=26103420 memory=279867316998800 CPUtime=0.01 cores=0-7
/proc/31197/task/31213/stat : 31213 (java) S 31194 31197 31153 0 -1 1077944384 84 0 0 0 1 0 0 0 20 0 20 0 256910369 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910385232752 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31214] ppid=31194 vsize=26103420 memory=279867316996496 CPUtime=0.01 cores=0-7
/proc/31197/task/31214/stat : 31214 (java) S 31194 31197 31153 0 -1 1077944384 359 0 0 0 1 0 0 0 20 0 20 0 256910369 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910384179696 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31215] ppid=31194 vsize=26103420 memory=279867317013104 CPUtime=0.07 cores=0-7
/proc/31197/task/31215/stat : 31215 (java) S 31194 31197 31153 0 -1 1077944384 306 0 0 0 7 0 0 0 20 0 20 0 256910369 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910383127152 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31216] ppid=31194 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31216/stat : 31216 (java) S 31194 31197 31153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256910370 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910382074336 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31217] ppid=31194 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31197/task/31217/stat : 31217 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910370 26729902080 11728 33554432000 4194304 4196468 140733942737904 139910381021872 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46912 KiB

[startup+0.700986 s]
/proc/loadavg: 8.33 8.84 8.81 3/199 31217
/proc/meminfo: memFree=23638620/32770624 swapFree=67108836/67108860
[pid=31197] ppid=31194 vsize=26105488 memory=87416 CPUtime=0.99 cores=0-7
/proc/31197/stat : 31197 (java) S 31194 31197 31153 0 -1 1077944320 17815 0 0 0 94 5 0 0 20 0 20 0 256910364 26732019712 21854 33554432000 4194304 4196468 140733942737904 140733942720448 139910994153207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
/proc/31197/statm: 6526372 21854 3479 1 0 6488444 0
[pid=31197/tid=31199] ppid=31194 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/31197/task/31199/stat : 31199 (java) R 31194 31197 31153 0 -1 4202560 15073 0 0 0 63 4 0 0 20 0 20 0 256910364 26732019712 21854 33554432000 4194304 4196468 140733942737904 139910998385560 139910994175133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31200] ppid=31194 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31200/stat : 31200 (java) S 31194 31197 31153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256910365 26732019712 21854 33554432000 4194304 4196468 140733942737904 139910916733456 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31201] ppid=31194 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31201/stat : 31201 (java) S 31194 31197 31153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256910365 26732019712 21854 33554432000 4194304 4196468 140733942737904 139910915680912 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31202] ppid=31194 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31202/stat : 31202 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910365 26732019712 21854 33554432000 4194304 4196468 140733942737904 139910914627856 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31203] ppid=31194 vsize=26105488 memory=1140 CPUtime=0 cores=0-7
/proc/31197/task/31203/stat : 31203 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910365 26732019712 21854 33554432000 4194304 4196468 140733942737904 139910913575312 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31204] ppid=31194 vsize=26105488 memory=9136 CPUtime=0 cores=0-7
/proc/31197/task/31204/stat : 31204 (java) S 31194 31197 31153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256910365 26732019712 21854 33554432000 4194304 4196468 140733942737904 139910912523280 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31205] ppid=31194 vsize=26105488 memory=4588 CPUtime=0 cores=0-7
/proc/31197/task/31205/stat : 31205 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910365 26732019712 21854 33554432000 4194304 4196468 140733942737904 139910911470736 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31206] ppid=31194 vsize=26105488 memory=1396 CPUtime=0 cores=0-7
/proc/31197/task/31206/stat : 31206 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256910365 26732019712 21854 33554432000 4194304 4196468 140733942737904 139910910417680 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31207] ppid=31194 vsize=26105488 memory=15312 CPUtime=0 cores=0-7
/proc/31197/task/31207/stat : 31207 (java) S 31194 31197 31153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256910365 26732019712 21854 33554432000 4194304 4196468 140733942737904 139910544645008 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31208] ppid=31194 vsize=26105488 memory=14332 CPUtime=0 cores=0-7
/proc/31197/task/31208/stat : 31208 (java) S 31194 31197 31153 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256910366 26732019712 21854 33554432000 4194304 4196468 140733942737904 139910390495472 139910994164354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0

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

[pid=31197/tid=31204] ppid=31194 vsize=27517704 memory=0 CPUtime=0.11 cores=0-7
/proc/31197/task/31204/stat : 31204 (java) S 31194 31197 31153 0 -1 1077944384 238 0 0 0 6 5 0 0 20 0 40 0 256910365 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910912523280 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31205] ppid=31194 vsize=27517704 memory=0 CPUtime=0.11 cores=0-7
/proc/31197/task/31205/stat : 31205 (java) S 31194 31197 31153 0 -1 1077944384 133 0 0 0 6 5 0 0 20 0 40 0 256910365 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910911470736 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31206] ppid=31194 vsize=27517704 memory=0 CPUtime=0.12 cores=0-7
/proc/31197/task/31206/stat : 31206 (java) S 31194 31197 31153 0 -1 1077944384 178 0 0 0 7 5 0 0 20 0 40 0 256910365 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910910417680 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31207] ppid=31194 vsize=27517704 memory=0 CPUtime=0.12 cores=0-7
/proc/31197/task/31207/stat : 31207 (java) S 31194 31197 31153 0 -1 1077944384 172 0 0 0 7 5 0 0 20 0 40 0 256910365 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910544645008 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31208] ppid=31194 vsize=27517704 memory=6502469170316103120 CPUtime=0.04 cores=0-7
/proc/31197/task/31208/stat : 31208 (java) S 31194 31197 31153 0 -1 1077944384 2084 0 0 0 3 1 0 0 20 0 40 0 256910366 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910390495472 139910994164354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31209] ppid=31194 vsize=27517704 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31209/stat : 31209 (java) S 31194 31197 31153 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 40 0 256910367 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910389441760 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31210] ppid=31194 vsize=27517704 memory=139933793974657 CPUtime=0 cores=0-7
/proc/31197/task/31210/stat : 31210 (java) S 31194 31197 31153 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 40 0 256910367 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910388388608 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31211] ppid=31194 vsize=27517704 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31211/stat : 31211 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 40 0 256910369 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910387337168 139910994171803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31212] ppid=31194 vsize=27517704 memory=0 CPUtime=1.93 cores=0-7
/proc/31197/task/31212/stat : 31212 (java) S 31194 31197 31153 0 -1 1077944384 6832 0 0 0 191 2 0 0 20 0 40 0 256910369 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910386285296 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31213] ppid=31194 vsize=27517704 memory=0 CPUtime=2.09 cores=0-7
/proc/31197/task/31213/stat : 31213 (java) S 31194 31197 31153 0 -1 1077944384 3880 0 0 0 207 2 0 0 20 0 40 0 256910369 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910385232752 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31214] ppid=31194 vsize=27517704 memory=0 CPUtime=1.99 cores=0-7
/proc/31197/task/31214/stat : 31214 (java) S 31194 31197 31153 0 -1 1077944384 4301 0 0 0 198 1 0 0 20 0 40 0 256910369 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910384179696 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31215] ppid=31194 vsize=27517704 memory=5795117241467496816 CPUtime=1 cores=0-7
/proc/31197/task/31215/stat : 31215 (java) S 31194 31197 31153 0 -1 1077944384 4586 0 0 0 99 1 0 0 20 0 40 0 256910369 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910383127152 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31216] ppid=31194 vsize=27517704 memory=7295944995277656144 CPUtime=0 cores=0-7
/proc/31197/task/31216/stat : 31216 (java) S 31194 31197 31153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 40 0 256910370 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910382074336 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31217] ppid=31194 vsize=27517704 memory=6370155173630722145 CPUtime=0 cores=0-7
/proc/31197/task/31217/stat : 31217 (java) S 31194 31197 31153 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 40 0 256910370 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910381021872 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31220] ppid=31194 vsize=27517704 memory=6155685578398394214 CPUtime=0.12 cores=0-7
/proc/31197/task/31220/stat : 31220 (java) S 31194 31197 31153 0 -1 1077944384 120 0 0 0 12 0 0 0 20 0 40 0 256910709 28178128896 159271 33554432000 4194304 4196468 140733942737904 139909105436192 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31221] ppid=31194 vsize=27517704 memory=5787214926557761634 CPUtime=1.7 cores=0-7
/proc/31197/task/31221/stat : 31221 (java) S 31194 31197 31153 0 -1 1077944384 183 0 0 0 170 0 0 0 20 0 40 0 256910709 28178128896 159271 33554432000 4194304 4196468 140733942737904 139909104383648 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31222] ppid=31194 vsize=27517704 memory=5864355494450521190 CPUtime=0.68 cores=0-7
/proc/31197/task/31222/stat : 31222 (java) S 31194 31197 31153 0 -1 1077944384 79 0 0 0 68 0 0 0 20 0 40 0 256910710 28178128896 159271 33554432000 4194304 4196468 140733942737904 139909103330592 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31223] ppid=31194 vsize=27517704 memory=8298057651464396535 CPUtime=2.35 cores=0-7
/proc/31197/task/31223/stat : 31223 (java) S 31194 31197 31153 0 -1 1077944384 105 0 0 0 235 0 0 0 20 0 40 0 256910717 28178128896 159271 33554432000 4194304 4196468 140733942737904 139909100180896 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31224] ppid=31194 vsize=27517704 memory=2916 CPUtime=1.89 cores=0-7
/proc/31197/task/31224/stat : 31224 (java) S 31194 31197 31153 0 -1 1077944384 429 0 0 0 189 0 0 0 20 0 40 0 256910717 28178128896 159271 33554432000 4194304 4196468 140733942737904 139909099127840 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31225] ppid=31194 vsize=27517704 memory=637084 CPUtime=2.5 cores=0-7
/proc/31197/task/31225/stat : 31225 (java) S 31194 31197 31153 0 -1 1077944384 750 0 0 0 249 1 0 0 20 0 40 0 256910717 28178128896 159271 33554432000 4194304 4196468 140733942737904 139909098075296 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31226] ppid=31194 vsize=27517704 memory=0 CPUtime=1.69 cores=0-7
/proc/31197/task/31226/stat : 31226 (java) S 31194 31197 31153 0 -1 1077944384 185 0 0 0 169 0 0 0 20 0 40 0 256910717 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908789130016 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31227] ppid=31194 vsize=27517704 memory=0 CPUtime=4.44 cores=0-7
/proc/31197/task/31227/stat : 31227 (java) R 31194 31197 31153 0 -1 4202560 417 0 0 0 443 1 0 0 20 0 40 0 256910717 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908788071768 139910595706329 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31228] ppid=31194 vsize=27517704 memory=0 CPUtime=0.78 cores=0-7
/proc/31197/task/31228/stat : 31228 (java) S 31194 31197 31153 0 -1 1077944384 86 0 0 0 78 0 0 0 20 0 40 0 256910717 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908787025440 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31229] ppid=31194 vsize=27517704 memory=276 CPUtime=0 cores=0-7
/proc/31197/task/31229/stat : 31229 (java) S 31194 31197 31153 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 40 0 256910717 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908785972896 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31230] ppid=31194 vsize=27517704 memory=0 CPUtime=2.09 cores=0-7
/proc/31197/task/31230/stat : 31230 (java) S 31194 31197 31153 0 -1 1077944384 134 0 0 0 208 1 0 0 20 0 40 0 256910718 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908784919840 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31231] ppid=31194 vsize=27517704 memory=0 CPUtime=1.59 cores=0-7
/proc/31197/task/31231/stat : 31231 (java) S 31194 31197 31153 0 -1 1077944384 146 0 0 0 158 1 0 0 20 0 40 0 256910718 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908783867296 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31232] ppid=31194 vsize=27517704 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31232/stat : 31232 (java) S 31194 31197 31153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 256910917 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908780680224 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31233] ppid=31194 vsize=27517704 memory=11044 CPUtime=0 cores=0-7
/proc/31197/task/31233/stat : 31233 (java) S 31194 31197 31153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 256910919 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908779627680 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31234] ppid=31194 vsize=27517704 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31234/stat : 31234 (java) S 31194 31197 31153 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 40 0 256910919 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908778574624 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31235] ppid=31194 vsize=27517704 memory=7649399358478233907 CPUtime=0 cores=0-7
/proc/31197/task/31235/stat : 31235 (java) S 31194 31197 31153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 256910921 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908777522080 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31236] ppid=31194 vsize=27517704 memory=5859300030145388608 CPUtime=0 cores=0-7
/proc/31197/task/31236/stat : 31236 (java) S 31194 31197 31153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 256910921 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908776470048 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31237] ppid=31194 vsize=27517704 memory=7594587674001172330 CPUtime=0 cores=0-7
/proc/31197/task/31237/stat : 31237 (java) S 31194 31197 31153 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 40 0 256910921 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908775417504 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31238] ppid=31194 vsize=27517704 memory=7234030490512353113 CPUtime=0 cores=0-7
/proc/31197/task/31238/stat : 31238 (java) S 31194 31197 31153 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 40 0 256910923 28178128896 159271 33554432000 4194304 4196468 140733942737904 139909111735584 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31239] ppid=31194 vsize=27517704 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31239/stat : 31239 (java) S 31194 31197 31153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 256910924 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908774364576 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
Current children cumulated CPU time: 31.49 s
Current children cumulated vsize: 27517704 KiB
Current children cumulated memory: 637084 KiB

[startup+9.10135 s]
/proc/loadavg: 8.14 8.79 8.80 2/219 31239
/proc/meminfo: memFree=23071196/32770624 swapFree=67108836/67108860
[pid=31197] ppid=31194 vsize=27517704 memory=637084 CPUtime=31.59 cores=0-7
/proc/31197/stat : 31197 (java) S 31194 31197 31153 0 -1 1077944320 50029 0 0 0 3089 70 0 0 20 0 40 0 256910364 28178128896 159271 33554432000 4194304 4196468 140733942737904 140733942720448 139910994153207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
/proc/31197/statm: 6879426 159271 3626 1 0 6840977 0
[pid=31197/tid=31199] ppid=31194 vsize=27517704 memory=611080 CPUtime=3.43 cores=0-7
/proc/31197/task/31199/stat : 31199 (java) S 31194 31197 31153 0 -1 1077944384 22047 0 0 0 335 8 0 0 20 0 40 0 256910364 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910998396080 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31200] ppid=31194 vsize=27517704 memory=139933658967105 CPUtime=0.12 cores=0-7
/proc/31197/task/31200/stat : 31200 (java) S 31194 31197 31153 0 -1 1077944384 371 0 0 0 7 5 0 0 20 0 40 0 256910365 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910916733456 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31201] ppid=31194 vsize=27517704 memory=7236279004944165739 CPUtime=0.12 cores=0-7
/proc/31197/task/31201/stat : 31201 (java) S 31194 31197 31153 0 -1 1077944384 244 0 0 0 7 5 0 0 20 0 40 0 256910365 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910915680912 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31202] ppid=31194 vsize=27517704 memory=56 CPUtime=0.1 cores=0-7
/proc/31197/task/31202/stat : 31202 (java) S 31194 31197 31153 0 -1 1077944384 141 0 0 0 6 4 0 0 20 0 40 0 256910365 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910914627856 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31203] ppid=31194 vsize=27517704 memory=6003393317967324007 CPUtime=0.12 cores=0-7
/proc/31197/task/31203/stat : 31203 (java) S 31194 31197 31153 0 -1 1077944384 147 0 0 0 7 5 0 0 20 0 40 0 256910365 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910913575312 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31204] ppid=31194 vsize=27517704 memory=7308895142485716329 CPUtime=0.11 cores=0-7
/proc/31197/task/31204/stat : 31204 (java) S 31194 31197 31153 0 -1 1077944384 238 0 0 0 6 5 0 0 20 0 40 0 256910365 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910912523280 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31205] ppid=31194 vsize=27517704 memory=7308895142485716329 CPUtime=0.11 cores=0-7
/proc/31197/task/31205/stat : 31205 (java) S 31194 31197 31153 0 -1 1077944384 133 0 0 0 6 5 0 0 20 0 40 0 256910365 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910911470736 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31206] ppid=31194 vsize=27517704 memory=57 CPUtime=0.12 cores=0-7
/proc/31197/task/31206/stat : 31206 (java) S 31194 31197 31153 0 -1 1077944384 178 0 0 0 7 5 0 0 20 0 40 0 256910365 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910910417680 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31207] ppid=31194 vsize=27517704 memory=7598811100138176585 CPUtime=0.12 cores=0-7
/proc/31197/task/31207/stat : 31207 (java) S 31194 31197 31153 0 -1 1077944384 172 0 0 0 7 5 0 0 20 0 40 0 256910365 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910544645008 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31208] ppid=31194 vsize=27517704 memory=24296 CPUtime=0.04 cores=0-7
/proc/31197/task/31208/stat : 31208 (java) S 31194 31197 31153 0 -1 1077944384 2084 0 0 0 3 1 0 0 20 0 40 0 256910366 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910390495472 139910994164354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31209] ppid=31194 vsize=27517704 memory=637084 CPUtime=0 cores=0-7
/proc/31197/task/31209/stat : 31209 (java) S 31194 31197 31153 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 40 0 256910367 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910389441760 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31210] ppid=31194 vsize=27517704 memory=56 CPUtime=0 cores=0-7
/proc/31197/task/31210/stat : 31210 (java) S 31194 31197 31153 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 40 0 256910367 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910388388608 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31211] ppid=31194 vsize=27517704 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31211/stat : 31211 (java) S 31194 31197 31153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 40 0 256910369 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910387337168 139910994171803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31212] ppid=31194 vsize=27517704 memory=0 CPUtime=1.93 cores=0-7
/proc/31197/task/31212/stat : 31212 (java) S 31194 31197 31153 0 -1 1077944384 6832 0 0 0 191 2 0 0 20 0 40 0 256910369 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910386285296 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31213] ppid=31194 vsize=27517704 memory=0 CPUtime=2.09 cores=0-7
/proc/31197/task/31213/stat : 31213 (java) S 31194 31197 31153 0 -1 1077944384 3880 0 0 0 207 2 0 0 20 0 40 0 256910369 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910385232752 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31214] ppid=31194 vsize=27517704 memory=6791534058613427641 CPUtime=1.99 cores=0-7
/proc/31197/task/31214/stat : 31214 (java) S 31194 31197 31153 0 -1 1077944384 4301 0 0 0 198 1 0 0 20 0 40 0 256910369 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910384179696 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31215] ppid=31194 vsize=27517704 memory=-8823246064971903881 CPUtime=1 cores=0-7
/proc/31197/task/31215/stat : 31215 (java) S 31194 31197 31153 0 -1 1077944384 4586 0 0 0 99 1 0 0 20 0 40 0 256910369 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910383127152 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31216] ppid=31194 vsize=27517704 memory=-2843873993398474142 CPUtime=0 cores=0-7
/proc/31197/task/31216/stat : 31216 (java) S 31194 31197 31153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 40 0 256910370 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910382074336 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31217] ppid=31194 vsize=27517704 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/31197/task/31217/stat : 31217 (java) S 31194 31197 31153 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 40 0 256910370 28178128896 159271 33554432000 4194304 4196468 140733942737904 139910381021872 139910994164354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31220] ppid=31194 vsize=27517704 memory=4874536186311133265 CPUtime=0.12 cores=0-7
/proc/31197/task/31220/stat : 31220 (java) S 31194 31197 31153 0 -1 1077944384 120 0 0 0 12 0 0 0 20 0 40 0 256910709 28178128896 159271 33554432000 4194304 4196468 140733942737904 139909105436192 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31221] ppid=31194 vsize=27517704 memory=0 CPUtime=1.7 cores=0-7
/proc/31197/task/31221/stat : 31221 (java) S 31194 31197 31153 0 -1 1077944384 183 0 0 0 170 0 0 0 20 0 40 0 256910709 28178128896 159271 33554432000 4194304 4196468 140733942737904 139909104383648 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31222] ppid=31194 vsize=27517704 memory=4420 CPUtime=0.68 cores=0-7
/proc/31197/task/31222/stat : 31222 (java) S 31194 31197 31153 0 -1 1077944384 79 0 0 0 68 0 0 0 20 0 40 0 256910710 28178128896 159271 33554432000 4194304 4196468 140733942737904 139909103330592 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31223] ppid=31194 vsize=27517704 memory=6628 CPUtime=2.35 cores=0-7
/proc/31197/task/31223/stat : 31223 (java) S 31194 31197 31153 0 -1 1077944384 105 0 0 0 235 0 0 0 20 0 40 0 256910717 28178128896 159271 33554432000 4194304 4196468 140733942737904 139909100180896 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31224] ppid=31194 vsize=27517704 memory=8836 CPUtime=1.89 cores=0-7
/proc/31197/task/31224/stat : 31224 (java) S 31194 31197 31153 0 -1 1077944384 429 0 0 0 189 0 0 0 20 0 40 0 256910717 28178128896 159271 33554432000 4194304 4196468 140733942737904 139909099127840 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31225] ppid=31194 vsize=27517704 memory=11044 CPUtime=2.5 cores=0-7
/proc/31197/task/31225/stat : 31225 (java) S 31194 31197 31153 0 -1 1077944384 750 0 0 0 249 1 0 0 20 0 40 0 256910717 28178128896 159271 33554432000 4194304 4196468 140733942737904 139909098075296 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31226] ppid=31194 vsize=27517704 memory=11204 CPUtime=1.69 cores=0-7
/proc/31197/task/31226/stat : 31226 (java) S 31194 31197 31153 0 -1 1077944384 185 0 0 0 169 0 0 0 20 0 40 0 256910717 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908789130016 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31227] ppid=31194 vsize=27517704 memory=0 CPUtime=4.54 cores=0-7
/proc/31197/task/31227/stat : 31227 (java) R 31194 31197 31153 0 -1 4202560 425 0 0 0 453 1 0 0 20 0 40 0 256910717 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908788071768 139910598074742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31228] ppid=31194 vsize=27517704 memory=0 CPUtime=0.78 cores=0-7
/proc/31197/task/31228/stat : 31228 (java) S 31194 31197 31153 0 -1 1077944384 86 0 0 0 78 0 0 0 20 0 40 0 256910717 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908787025440 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31229] ppid=31194 vsize=27517704 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31229/stat : 31229 (java) S 31194 31197 31153 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 40 0 256910717 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908785972896 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31230] ppid=31194 vsize=27517704 memory=0 CPUtime=2.09 cores=0-7
/proc/31197/task/31230/stat : 31230 (java) S 31194 31197 31153 0 -1 1077944384 134 0 0 0 208 1 0 0 20 0 40 0 256910718 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908784919840 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31231] ppid=31194 vsize=27517704 memory=0 CPUtime=1.59 cores=0-7
/proc/31197/task/31231/stat : 31231 (java) S 31194 31197 31153 0 -1 1077944384 146 0 0 0 158 1 0 0 20 0 40 0 256910718 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908783867296 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31232] ppid=31194 vsize=27517704 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31232/stat : 31232 (java) S 31194 31197 31153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 256910917 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908780680224 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31233] ppid=31194 vsize=27517704 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/31197/task/31233/stat : 31233 (java) S 31194 31197 31153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 256910919 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908779627680 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31234] ppid=31194 vsize=27517704 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31234/stat : 31234 (java) S 31194 31197 31153 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 40 0 256910919 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908778574624 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31235] ppid=31194 vsize=27517704 memory=637084 CPUtime=0 cores=0-7
/proc/31197/task/31235/stat : 31235 (java) S 31194 31197 31153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 256910921 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908777522080 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31236] ppid=31194 vsize=27517704 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31236/stat : 31236 (java) S 31194 31197 31153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 256910921 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908776470048 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31237] ppid=31194 vsize=27517704 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31237/stat : 31237 (java) S 31194 31197 31153 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 40 0 256910921 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908775417504 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31238] ppid=31194 vsize=27517704 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31238/stat : 31238 (java) S 31194 31197 31153 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 40 0 256910923 28178128896 159271 33554432000 4194304 4196468 140733942737904 139909111735584 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
[pid=31197/tid=31239] ppid=31194 vsize=27517704 memory=0 CPUtime=0 cores=0-7
/proc/31197/task/31239/stat : 31239 (java) S 31194 31197 31153 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 256910924 28178128896 159271 33554432000 4194304 4196468 140733942737904 139908774364576 139910994163413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10264576 140733942740046 140733942740229 140733942740229 140733942742991 0
Current children cumulated CPU time: 31.59 s
Current children cumulated vsize: 27517704 KiB
Current children cumulated memory: 637084 KiB

Child status: 0
Real time (s): 9.13215
CPU time (s): 31.6386
CPU user time (s): 30.9015
CPU system time (s): 0.737132
CPU usage (%): 346.453
Max. virtual memory (cumulated for all children) (KiB): 27517704
Max. memory (cumulated for all children) (KiB): 637084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.9015
system time used= 0.737132
maximum resident set size= 637640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51965
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6619
involuntary context switches= 599


# summary of solver processes directly reported to runsolver:
#   pid: 31197
#   total CPU time (s): 31.6386
#   total CPU user time (s): 30.9015
#   total CPU system time (s): 0.737132

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.092618 second user time and 0.139421 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-16 06:24:32
IDJOB=4309138
IDBENCH=141592
IDSOLVER=2793
FILE ID=node139/4309138-1534393472
RUNJOBID= node139-1534393472-31180
PBS_JOBID= 21038326
Free space on /tmp= 39468 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Frb/frb-40-19-1-mgd_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-4309138-1534393472/watcher-4309138-1534393472 -o /tmp/evaluation-result-4309138-1534393472/solver-4309138-1534393472 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1534393472-31180 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 849060899 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309138-1534393472.xml

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

MD5SUM BENCH= 1b3b260246d4f65c593765dc4af9b313
RANDOM SEED=849060899

node139.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.80
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.80
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.80
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.80
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:        23696520 kB
MemAvailable:   31895124 kB
Buffers:          228240 kB
Cached:          8150380 kB
SwapCached:           16 kB
Active:          3980744 kB
Inactive:        4449868 kB
Active(anon):       5884 kB
Inactive(anon):   106776 kB
Active(file):    3974860 kB
Inactive(file):  4343092 kB
Unevictable:        7192 kB
Mlocked:            7192 kB
SwapTotal:      67108860 kB
SwapFree:       67108836 kB
Dirty:             35724 kB
Writeback:             0 kB
AnonPages:         58896 kB
Mapped:            59472 kB
Shmem:             57972 kB
Slab:             337304 kB
SReclaimable:     309112 kB
SUnreclaim:        28192 kB
KernelStack:        3104 kB
PageTables:         4916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     356856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 39436 MiB
End job on node139 at 2018-08-16 06:24:41