Trace number 4308925

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2018-08-14? (TO) 19913.7 2520.37

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-magazine_c18.xml
MD5SUM22697061c475ce526fb64da13536656d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark30
Best CPU time to get the best result obtained on this benchmark20010.5
Satisfiable
(Un)Satisfiability was proved
Number of variables5100
Number of constraints2701
Number of domains27
Minimum domain size2
Maximum domain size445
Distribution of domain sizes[{"size":2,"count":50},{"size":41,"count":2500},{"size":55,"count":50},{"size":58,"count":50},{"size":60,"count":50},{"size":66,"count":50},{"size":93,"count":50},{"size":99,"count":50},{"size":110,"count":100},{"size":115,"count":50},{"size":121,"count":50},{"size":150,"count":50},{"size":154,"count":150},{"size":165,"count":400},{"size":184,"count":50},{"size":187,"count":100},{"size":214,"count":100},{"size":220,"count":150},{"size":231,"count":100},{"size":247,"count":50},{"size":253,"count":150},{"size":275,"count":400},{"size":291,"count":50},{"size":297,"count":100},{"size":406,"count":50},{"size":412,"count":100},{"size":445,"count":50}]
Minimum variable degree2
Maximum variable degree52
Distribution of variable degrees[{"degree":2,"count":4950},{"degree":3,"count":100},{"degree":52,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":2500},{"arity":50,"count":101}]
Number of extensional constraints0
Number of intensional constraints2600
Distribution of constraint types[{"type":"intension","count":2600},{"type":"ordered","count":1},{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 2054466159
0.67/0.55	c timeout: 20160
0.67/0.56	c memlimit: 22000
0.67/0.56	c nbcore: 8
0.67/0.58	c Parsing instance...
3.66/1.47	c Parsing done, starting search...
19911.20/2520.09	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308925-1534377699/watcher-4308925-1534377699 -o /tmp/evaluation-result-4308925-1534377699/solver-4308925-1534377699 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1534372170-22211 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 2054466159 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308925-1534377699.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=23243, runsolver pid=23240
Current StackSize limit: 8192 KiB


[startup+0.100159 s]*
/proc/loadavg: 8.49 8.64 8.49 3/200 23263
/proc/meminfo: memFree=24193940/32770624 swapFree=67059136/67108860
[pid=23243] ppid=23240 vsize=26103420 memory=29596 CPUtime=0.11 cores=0-7
/proc/23243/stat : 23243 (java) S 23240 23243 22184 0 -1 1077944320 6812 0 0 0 10 1 0 0 20 0 20 0 255333083 26729902080 7333 33554432000 4194304 4196468 140732667598464 140732667581008 140612449885943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
/proc/23243/statm: 6525855 7399 3141 1 0 6487932 0
[pid=23243/tid=23245] ppid=23240 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/23243/task/23245/stat : 23245 (java) R 23240 23243 22184 0 -1 4202560 4913 0 0 0 9 0 0 0 20 0 20 0 255333083 26729902080 7399 33554432000 4194304 4196468 140732667598464 140612454119840 140612430161771 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23246] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23246/stat : 23246 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 7399 33554432000 4194304 4196468 140732667598464 140612402506512 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23247] ppid=23240 vsize=26103420 memory=140273682736768 CPUtime=0 cores=0-7
/proc/23243/task/23247/stat : 23247 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 7399 33554432000 4194304 4196468 140732667598464 140612401453968 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23248] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23248/stat : 23248 (java) S 23240 23243 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 7399 33554432000 4194304 4196468 140732667598464 140612400401424 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23249] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23249/stat : 23249 (java) S 23240 23243 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 7399 33554432000 4194304 4196468 140732667598464 140612399348880 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23250] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23250/stat : 23250 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 7399 33554432000 4194304 4196468 140732667598464 140612003559696 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23251] ppid=23240 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23243/task/23251/stat : 23251 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 7399 33554432000 4194304 4196468 140732667598464 140612002507152 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23252] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23252/stat : 23252 (java) S 23240 23243 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 7465 33554432000 4194304 4196468 140732667598464 140612001454608 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23253] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23253/stat : 23253 (java) S 23240 23243 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 7465 33554432000 4194304 4196468 140732667598464 140612000402064 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23254] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23254/stat : 23254 (java) S 23240 23243 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255333085 26729902080 7465 33554432000 4194304 4196468 140732667598464 140611643439600 140612449897090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23255] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23255/stat : 23255 (java) S 23240 23243 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255333086 26729902080 7465 33554432000 4194304 4196468 140732667598464 140611642385824 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23256] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23256/stat : 23256 (java) S 23240 23243 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255333086 26729902080 7465 33554432000 4194304 4196468 140732667598464 140611641333232 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23257] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23257/stat : 23257 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333088 26729902080 7465 33554432000 4194304 4196468 140732667598464 140611640281808 140612449904539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23258] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23258/stat : 23258 (java) S 23240 23243 22184 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 255333089 26729902080 7465 33554432000 4194304 4196468 140732667598464 140611639228400 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23259] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23259/stat : 23259 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333089 26729902080 7465 33554432000 4194304 4196468 140732667598464 140611638175856 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23260] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23260/stat : 23260 (java) S 23240 23243 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255333089 26729902080 7465 33554432000 4194304 4196468 140732667598464 140611637123312 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23261] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23261/stat : 23261 (java) S 23240 23243 22184 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 20 0 255333089 26729902080 7465 33554432000 4194304 4196468 140732667598464 140611636070768 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23262] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23262/stat : 23262 (java) S 23240 23243 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255333089 26729902080 7465 33554432000 4194304 4196468 140732667598464 140611635018464 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23263] ppid=23240 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23243/task/23263/stat : 23263 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333089 26729902080 7531 33554432000 4194304 4196468 140732667598464 140611633966000 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 29596 KiB

[startup+0.210332 s]*
/proc/loadavg: 8.49 8.64 8.49 3/200 23263
/proc/meminfo: memFree=24180236/32770624 swapFree=67059136/67108860
[pid=23243] ppid=23240 vsize=26103420 memory=43076 CPUtime=0.29 cores=0-7
/proc/23243/stat : 23243 (java) S 23240 23243 22184 0 -1 1077944320 10409 0 0 0 27 2 0 0 20 0 20 0 255333083 26729902080 10769 33554432000 4194304 4196468 140732667598464 140732667581008 140612449885943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
/proc/23243/statm: 6525855 10769 3330 1 0 6487932 0
[pid=23243/tid=23245] ppid=23240 vsize=26103420 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/23243/task/23245/stat : 23245 (java) R 23240 23243 22184 0 -1 4202560 8176 0 0 0 19 1 0 0 20 0 20 0 255333083 26729902080 10769 33554432000 4194304 4196468 140732667598464 140612454115040 140612442123070 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23246] ppid=23240 vsize=26103420 memory=12994 CPUtime=0 cores=0-7
/proc/23243/task/23246/stat : 23246 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 10769 33554432000 4194304 4196468 140732667598464 140612402506512 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23247] ppid=23240 vsize=26103420 memory=288370649834448512 CPUtime=0 cores=0-7
/proc/23243/task/23247/stat : 23247 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 10769 33554432000 4194304 4196468 140732667598464 140612401453968 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23248] ppid=23240 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23243/task/23248/stat : 23248 (java) S 23240 23243 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 10769 33554432000 4194304 4196468 140732667598464 140612400401424 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23249] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23249/stat : 23249 (java) S 23240 23243 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 10769 33554432000 4194304 4196468 140732667598464 140612399348880 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23250] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23250/stat : 23250 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 10769 33554432000 4194304 4196468 140732667598464 140612003559696 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23251] ppid=23240 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23243/task/23251/stat : 23251 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 10769 33554432000 4194304 4196468 140732667598464 140612002507152 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23252] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23252/stat : 23252 (java) S 23240 23243 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 10769 33554432000 4194304 4196468 140732667598464 140612001454608 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23253] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23253/stat : 23253 (java) S 23240 23243 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 10769 33554432000 4194304 4196468 140732667598464 140612000402064 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23254] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23254/stat : 23254 (java) S 23240 23243 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255333085 26729902080 10769 33554432000 4194304 4196468 140732667598464 140611643439600 140612449897090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23255] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23255/stat : 23255 (java) S 23240 23243 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255333086 26729902080 10769 33554432000 4194304 4196468 140732667598464 140611642385824 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23256] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23256/stat : 23256 (java) S 23240 23243 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255333086 26729902080 10769 33554432000 4194304 4196468 140732667598464 140611641333232 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23257] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23257/stat : 23257 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333088 26729902080 10769 33554432000 4194304 4196468 140732667598464 140611640281808 140612449904539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23258] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23258/stat : 23258 (java) S 23240 23243 22184 0 -1 1077944384 456 0 0 0 0 0 0 0 20 0 20 0 255333089 26729902080 10769 33554432000 4194304 4196468 140732667598464 140611639228400 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23259] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23259/stat : 23259 (java) S 23240 23243 22184 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 255333089 26729902080 10769 33554432000 4194304 4196468 140732667598464 140611638175856 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23260] ppid=23240 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/23243/task/23260/stat : 23260 (java) S 23240 23243 22184 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 20 0 255333089 26729902080 10769 33554432000 4194304 4196468 140732667598464 140611637123312 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23261] ppid=23240 vsize=26103420 memory=0 CPUtime=0.05 cores=0-7
/proc/23243/task/23261/stat : 23261 (java) R 23240 23243 22184 0 -1 4202560 303 0 0 0 5 0 0 0 20 0 20 0 255333089 26729902080 10769 33554432000 4194304 4196468 140732667598464 140611636066528 140612428804840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23262] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23262/stat : 23262 (java) S 23240 23243 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255333089 26729902080 10769 33554432000 4194304 4196468 140732667598464 140611635018464 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23263] ppid=23240 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23243/task/23263/stat : 23263 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333089 26729902080 10769 33554432000 4194304 4196468 140732667598464 140611633966000 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43076 KiB

[startup+0.309477 s]*
/proc/loadavg: 8.49 8.64 8.49 2/200 23263
/proc/meminfo: memFree=24176824/32770624 swapFree=67059136/67108860
[pid=23243] ppid=23240 vsize=26103420 memory=46600 CPUtime=0.43 cores=0-7
/proc/23243/stat : 23243 (java) S 23240 23243 22184 0 -1 1077944320 10855 0 0 0 40 3 0 0 20 0 20 0 255333083 26729902080 11650 33554432000 4194304 4196468 140732667598464 140732667581008 140612449885943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
/proc/23243/statm: 6525855 11650 3382 1 0 6487932 0
[pid=23243/tid=23245] ppid=23240 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23243/task/23245/stat : 23245 (java) R 23240 23243 22184 0 -1 4202560 8530 0 0 0 28 1 0 0 20 0 20 0 255333083 26729902080 11650 33554432000 4194304 4196468 140732667598464 140612454047680 140612430161099 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23246] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23246/stat : 23246 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 11650 33554432000 4194304 4196468 140732667598464 140612402506512 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23247] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23247/stat : 23247 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 11650 33554432000 4194304 4196468 140732667598464 140612401453968 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23248] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23248/stat : 23248 (java) S 23240 23243 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 11650 33554432000 4194304 4196468 140732667598464 140612400401424 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23249] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23249/stat : 23249 (java) S 23240 23243 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 11650 33554432000 4194304 4196468 140732667598464 140612399348880 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23250] ppid=23240 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/23243/task/23250/stat : 23250 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 11650 33554432000 4194304 4196468 140732667598464 140612003559696 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23251] ppid=23240 vsize=26103420 memory=140273564873647 CPUtime=0 cores=0-7
/proc/23243/task/23251/stat : 23251 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 11650 33554432000 4194304 4196468 140732667598464 140612002507152 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23252] ppid=23240 vsize=26103420 memory=140273564875952 CPUtime=0 cores=0-7
/proc/23243/task/23252/stat : 23252 (java) S 23240 23243 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 11650 33554432000 4194304 4196468 140732667598464 140612001454608 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23253] ppid=23240 vsize=26103420 memory=140273564878256 CPUtime=0 cores=0-7
/proc/23243/task/23253/stat : 23253 (java) S 23240 23243 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255333084 26729902080 11650 33554432000 4194304 4196468 140732667598464 140612000402064 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23254] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23254/stat : 23254 (java) S 23240 23243 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255333085 26729902080 11650 33554432000 4194304 4196468 140732667598464 140611643439600 140612449897090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23255] ppid=23240 vsize=26103420 memory=280547129763472 CPUtime=0 cores=0-7
/proc/23243/task/23255/stat : 23255 (java) S 23240 23243 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255333086 26729902080 11650 33554432000 4194304 4196468 140732667598464 140611642385824 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23256] ppid=23240 vsize=26103420 memory=280547129770384 CPUtime=0 cores=0-7
/proc/23243/task/23256/stat : 23256 (java) S 23240 23243 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255333086 26729902080 11650 33554432000 4194304 4196468 140732667598464 140611641333232 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23257] ppid=23240 vsize=26103420 memory=280547129711664 CPUtime=0 cores=0-7
/proc/23243/task/23257/stat : 23257 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333088 26729902080 11650 33554432000 4194304 4196468 140732667598464 140611640281808 140612449904539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23258] ppid=23240 vsize=26103420 memory=280547129784208 CPUtime=0.01 cores=0-7
/proc/23243/task/23258/stat : 23258 (java) S 23240 23243 22184 0 -1 1077944384 521 0 0 0 1 0 0 0 20 0 20 0 255333089 26729902080 11650 33554432000 4194304 4196468 140732667598464 140611639228400 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23259] ppid=23240 vsize=26103420 memory=280547129791120 CPUtime=0.01 cores=0-7
/proc/23243/task/23259/stat : 23259 (java) S 23240 23243 22184 0 -1 1077944384 8 0 0 0 1 0 0 0 20 0 20 0 255333089 26729902080 11650 33554432000 4194304 4196468 140732667598464 140611638175856 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23260] ppid=23240 vsize=26103420 memory=280547129788816 CPUtime=0.01 cores=0-7
/proc/23243/task/23260/stat : 23260 (java) S 23240 23243 22184 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 20 0 255333089 26729902080 11650 33554432000 4194304 4196468 140732667598464 140611637123312 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23261] ppid=23240 vsize=26103420 memory=280547129805424 CPUtime=0.07 cores=0-7
/proc/23243/task/23261/stat : 23261 (java) S 23240 23243 22184 0 -1 1077944384 321 0 0 0 7 0 0 0 20 0 20 0 255333089 26729902080 11650 33554432000 4194304 4196468 140732667598464 140611636070768 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23262] ppid=23240 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23262/stat : 23262 (java) S 23240 23243 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255333089 26729902080 11650 33554432000 4194304 4196468 140732667598464 140611635018464 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23263] ppid=23240 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23243/task/23263/stat : 23263 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333089 26729902080 11650 33554432000 4194304 4196468 140732667598464 140611633966000 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46600 KiB

[startup+0.700872 s]
/proc/loadavg: 8.49 8.64 8.49 2/200 23263
/proc/meminfo: memFree=24152764/32770624 swapFree=67059136/67108860
[pid=23243] ppid=23240 vsize=26105488 memory=85468 CPUtime=1 cores=0-7
/proc/23243/stat : 23243 (java) S 23240 23243 22184 0 -1 1077944320 17794 0 0 0 94 6 0 0 20 0 20 0 255333083 26732019712 21367 33554432000 4194304 4196468 140732667598464 140732667581008 140612449885943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
/proc/23243/statm: 6526372 21367 3500 1 0 6488444 0
[pid=23243/tid=23245] ppid=23240 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/23243/task/23245/stat : 23245 (java) R 23240 23243 22184 0 -1 4202560 15019 0 0 0 63 4 0 0 20 0 20 0 255333083 26732019712 21367 33554432000 4194304 4196468 140732667598464 140612454101056 140612449907869 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23246] ppid=23240 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23246/stat : 23246 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333084 26732019712 21367 33554432000 4194304 4196468 140732667598464 140612402506512 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23247] ppid=23240 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23247/stat : 23247 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333084 26732019712 21367 33554432000 4194304 4196468 140732667598464 140612401453968 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23248] ppid=23240 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23248/stat : 23248 (java) S 23240 23243 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255333084 26732019712 21367 33554432000 4194304 4196468 140732667598464 140612400401424 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23249] ppid=23240 vsize=26105488 memory=736 CPUtime=0 cores=0-7
/proc/23243/task/23249/stat : 23249 (java) S 23240 23243 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255333084 26732019712 21367 33554432000 4194304 4196468 140732667598464 140612399348880 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23250] ppid=23240 vsize=26105488 memory=1520 CPUtime=0 cores=0-7
/proc/23243/task/23250/stat : 23250 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333084 26732019712 21367 33554432000 4194304 4196468 140732667598464 140612003559696 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23251] ppid=23240 vsize=26105488 memory=1708 CPUtime=0 cores=0-7
/proc/23243/task/23251/stat : 23251 (java) S 23240 23243 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255333084 26732019712 21367 33554432000 4194304 4196468 140732667598464 140612002507152 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23252] ppid=23240 vsize=26105488 memory=5192 CPUtime=0 cores=0-7
/proc/23243/task/23252/stat : 23252 (java) S 23240 23243 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255333084 26732019712 21367 33554432000 4194304 4196468 140732667598464 140612001454608 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23253] ppid=23240 vsize=26105488 memory=13608 CPUtime=0 cores=0-7
/proc/23243/task/23253/stat : 23253 (java) S 23240 23243 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255333084 26732019712 21367 33554432000 4194304 4196468 140732667598464 140612000402064 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23254] ppid=23240 vsize=26105488 memory=1860 CPUtime=0 cores=0-7
/proc/23243/task/23254/stat : 23254 (java) S 23240 23243 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255333085 26732019712 21367 33554432000 4194304 4196468 140732667598464 140611643439600 140612449897090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0

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

[pid=23243/tid=23246] ppid=23240 vsize=27452168 memory=4872558044660077418 CPUtime=14.31 cores=0-7
/proc/23243/task/23246/stat : 23246 (java) S 23240 23243 22184 0 -1 1077944384 128293 0 0 0 1388 43 0 0 20 0 40 0 255333084 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140612402506512 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23247] ppid=23240 vsize=27452168 memory=288230596050944315 CPUtime=14.28 cores=0-7
/proc/23243/task/23247/stat : 23247 (java) S 23240 23243 22184 0 -1 1077944384 152919 0 0 0 1387 41 0 0 20 0 40 0 255333084 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140612401453968 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23248] ppid=23240 vsize=27452168 memory=16097095916459195 CPUtime=14.24 cores=0-7
/proc/23243/task/23248/stat : 23248 (java) S 23240 23243 22184 0 -1 1077944384 137898 0 0 0 1386 38 0 0 20 0 40 0 255333084 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140612400401424 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23249] ppid=23240 vsize=27452168 memory=288230574492221466 CPUtime=14.27 cores=0-7
/proc/23243/task/23249/stat : 23249 (java) S 23240 23243 22184 0 -1 1077944384 147519 0 0 0 1386 41 0 0 20 0 40 0 255333084 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140612399348880 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23250] ppid=23240 vsize=27452168 memory=288230596050944315 CPUtime=14.25 cores=0-7
/proc/23243/task/23250/stat : 23250 (java) S 23240 23243 22184 0 -1 1077944384 134616 0 0 0 1384 41 0 0 20 0 40 0 255333084 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140612003559696 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23251] ppid=23240 vsize=27452168 memory=16097095916459195 CPUtime=14.27 cores=0-7
/proc/23243/task/23251/stat : 23251 (java) S 23240 23243 22184 0 -1 1077944384 155761 0 0 0 1387 40 0 0 20 0 40 0 255333084 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140612002507152 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23252] ppid=23240 vsize=27452168 memory=1696 CPUtime=14.24 cores=0-7
/proc/23243/task/23252/stat : 23252 (java) S 23240 23243 22184 0 -1 1077944384 134893 0 0 0 1385 39 0 0 20 0 40 0 255333084 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140612001454608 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23253] ppid=23240 vsize=27452168 memory=916 CPUtime=14.33 cores=0-7
/proc/23243/task/23253/stat : 23253 (java) S 23240 23243 22184 0 -1 1077944384 141118 0 0 0 1389 44 0 0 20 0 40 0 255333084 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140612000402064 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23254] ppid=23240 vsize=27452168 memory=5740 CPUtime=4.88 cores=0-7
/proc/23243/task/23254/stat : 23254 (java) S 23240 23243 22184 0 -1 1077944384 230847 0 0 0 395 93 0 0 20 0 40 0 255333085 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611643439600 140612449897090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23255] ppid=23240 vsize=27452168 memory=4108 CPUtime=0 cores=0-7
/proc/23243/task/23255/stat : 23255 (java) S 23240 23243 22184 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 40 0 255333086 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611642385888 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23256] ppid=23240 vsize=27452168 memory=1404 CPUtime=0 cores=0-7
/proc/23243/task/23256/stat : 23256 (java) S 23240 23243 22184 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 40 0 255333086 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611641333248 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23257] ppid=23240 vsize=27452168 memory=5886900 CPUtime=0 cores=0-7
/proc/23243/task/23257/stat : 23257 (java) S 23240 23243 22184 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 40 0 255333088 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611640281808 140612449904539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23258] ppid=23240 vsize=27452168 memory=916 CPUtime=2.46 cores=0-7
/proc/23243/task/23258/stat : 23258 (java) S 23240 23243 22184 0 -1 1077944384 9807 0 0 0 241 5 0 0 20 0 40 0 255333089 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611639221424 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23259] ppid=23240 vsize=27452168 memory=5740 CPUtime=2.33 cores=0-7
/proc/23243/task/23259/stat : 23259 (java) S 23240 23243 22184 0 -1 1077944384 7627 0 0 0 232 1 0 0 20 0 40 0 255333089 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611638165264 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23260] ppid=23240 vsize=27452168 memory=3172 CPUtime=2.33 cores=0-7
/proc/23243/task/23260/stat : 23260 (java) R 23240 23243 22184 0 -1 1077944384 7877 0 0 0 231 2 0 0 20 0 40 0 255333089 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611637122736 140612449896149 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23261] ppid=23240 vsize=27452168 memory=2076 CPUtime=1.21 cores=0-7
/proc/23243/task/23261/stat : 23261 (java) S 23240 23243 22184 0 -1 1077944384 12302 0 0 0 118 3 0 0 20 0 40 0 255333089 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611636069952 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23262] ppid=23240 vsize=27452168 memory=9004 CPUtime=0 cores=0-7
/proc/23243/task/23262/stat : 23262 (java) S 23240 23243 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 40 0 255333089 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611635018464 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23263] ppid=23240 vsize=27452168 memory=768 CPUtime=0.81 cores=0-7
/proc/23243/task/23263/stat : 23263 (java) S 23240 23243 22184 0 -1 1077944384 10900 0 0 0 43 38 0 0 20 0 40 0 255333089 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611633966000 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23264] ppid=23240 vsize=27452168 memory=736 CPUtime=0 cores=0-7
/proc/23243/task/23264/stat : 23264 (java) S 23240 23243 22184 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 40 0 255334609 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611622622464 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23265] ppid=23240 vsize=27452168 memory=1520 CPUtime=4.11 cores=0-7
/proc/23243/task/23265/stat : 23265 (java) S 23240 23243 22184 0 -1 1077944384 23032 0 0 0 170 241 0 0 20 0 40 0 255334634 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611619472944 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23266] ppid=23240 vsize=27452168 memory=1708 CPUtime=2469.63 cores=0-7
/proc/23243/task/23266/stat : 23266 (java) R 23240 23243 22184 0 -1 4202560 89996 0 0 0 246874 89 0 0 20 0 40 0 255334651 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611616314896 140612088276894 0 4 0 16800975 0 0 0 -1 4 0 0 40 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23267] ppid=23240 vsize=27452168 memory=5192 CPUtime=2472 cores=0-7
/proc/23243/task/23267/stat : 23267 (java) R 23240 23243 22184 0 -1 4202560 87184 0 0 0 247096 104 0 0 20 0 40 0 255334652 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611615261472 140612081825279 0 4 0 16800975 0 0 0 -1 6 0 0 39 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23268] ppid=23240 vsize=27452168 memory=13608 CPUtime=2469.39 cores=0-7
/proc/23243/task/23268/stat : 23268 (java) R 23240 23243 22184 0 -1 4202560 90674 0 0 0 246848 91 0 0 20 0 40 0 255334652 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611614211576 140612088276528 0 4 0 16800975 0 0 0 -1 7 0 0 44 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23269] ppid=23240 vsize=27452168 memory=6791534058613427641 CPUtime=2471.1 cores=0-7
/proc/23243/task/23269/stat : 23269 (java) R 23240 23243 22184 0 -1 4202560 87634 0 0 0 247005 105 0 0 20 0 40 0 255334660 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611611059232 140612081825100 0 4 0 16800975 0 0 0 -1 2 0 0 42 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23270] ppid=23240 vsize=27452168 memory=5911008 CPUtime=0.07 cores=0-7
/proc/23243/task/23270/stat : 23270 (java) S 23240 23243 22184 0 -1 1077944384 71 0 0 0 7 0 0 0 20 0 40 0 255334660 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611610014880 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23271] ppid=23240 vsize=27452168 memory=5908956 CPUtime=0.07 cores=0-7
/proc/23243/task/23271/stat : 23271 (java) S 23240 23243 22184 0 -1 1077944384 34 0 0 0 7 0 0 0 20 0 40 0 255334660 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611608962336 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23272] ppid=23240 vsize=27452168 memory=3544 CPUtime=2470.03 cores=0-7
/proc/23243/task/23272/stat : 23272 (java) R 23240 23243 22184 0 -1 4202560 83223 0 0 0 246910 93 0 0 20 0 40 0 255334660 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611607903896 140612087330312 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23273] ppid=23240 vsize=27452168 memory=280547132779776 CPUtime=2471.32 cores=0-7
/proc/23243/task/23273/stat : 23273 (java) R 23240 23243 22184 0 -1 4202560 90518 0 0 0 247025 107 0 0 20 0 40 0 255334660 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611606850032 140612087330349 0 4 0 16800975 0 0 0 -1 5 0 0 41 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23274] ppid=23240 vsize=27452168 memory=0 CPUtime=2470.32 cores=0-7
/proc/23243/task/23274/stat : 23274 (java) R 23240 23243 22184 0 -1 4202560 89480 0 0 0 246931 101 0 0 20 0 40 0 255334660 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611605796368 140612087823056 0 4 0 16800975 0 0 0 -1 0 0 0 40 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23275] ppid=23240 vsize=27452168 memory=-8253362762722141311 CPUtime=0 cores=0-7
/proc/23243/task/23275/stat : 23275 (java) S 23240 23243 22184 0 -1 1077944384 484 0 0 0 0 0 0 0 20 0 40 0 255334661 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611604744160 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23276] ppid=23240 vsize=27452168 memory=-8412656567318647667 CPUtime=2470.67 cores=0-7
/proc/23243/task/23276/stat : 23276 (java) R 23240 23243 22184 0 -1 4202560 87721 0 0 0 246974 93 0 0 20 0 40 0 255334662 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611603690400 140612088276888 0 4 0 16800975 0 0 0 -1 3 0 0 37 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23277] ppid=23240 vsize=27452168 memory=-8341965534556230502 CPUtime=0 cores=0-7
/proc/23243/task/23277/stat : 23277 (java) S 23240 23243 22184 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 40 0 255334674 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611602644240 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23278] ppid=23240 vsize=27452168 memory=9047017150487036571 CPUtime=0 cores=0-7
/proc/23243/task/23278/stat : 23278 (java) S 23240 23243 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 255334674 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611601593504 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23279] ppid=23240 vsize=27452168 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/23243/task/23279/stat : 23279 (java) S 23240 23243 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 255334674 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611600540960 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23280] ppid=23240 vsize=27452168 memory=7517440508886540864 CPUtime=0 cores=0-7
/proc/23243/task/23280/stat : 23280 (java) S 23240 23243 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 255334674 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611599488416 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23281] ppid=23240 vsize=27452168 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/23243/task/23281/stat : 23281 (java) S 23240 23243 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 40 0 255334674 28111020032 1470813 33554432000 4194304 4196468 140732667598464 140611598435872 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
Current children cumulated CPU time: 19912.7 s
Current children cumulated vsize: 27452168 KiB
Current children cumulated memory: 5883252 KiB

[startup+2520.31 s]
/proc/loadavg: 8.93 8.80 8.79 10/217 23313
/proc/meminfo: memFree=18323424/32770624 swapFree=67059136/67108860
[pid=23243] ppid=23240 vsize=27783960 memory=5884000 CPUtime=19913.4 cores=0-7
/proc/23243/stat : 23243 (java) S 23240 23243 22184 0 -1 1077944320 2172789 0 0 0 1990074 1267 0 0 20 0 45 0 255333083 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140732667581008 140612449885943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
/proc/23243/statm: 6945990 1471000 3631 1 0 6907541 0
[pid=23243/tid=23245] ppid=23240 vsize=27783960 memory=5889976 CPUtime=15.49 cores=0-7
/proc/23243/task/23245/stat : 23245 (java) S 23240 23243 22184 0 -1 1077944384 24973 0 0 0 1495 54 0 0 20 0 45 0 255333083 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140612454123408 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23246] ppid=23240 vsize=27783960 memory=5886900 CPUtime=14.31 cores=0-7
/proc/23243/task/23246/stat : 23246 (java) S 23240 23243 22184 0 -1 1077944384 128293 0 0 0 1388 43 0 0 20 0 45 0 255333084 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140612402506512 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23247] ppid=23240 vsize=27783960 memory=5883820 CPUtime=14.28 cores=0-7
/proc/23243/task/23247/stat : 23247 (java) S 23240 23243 22184 0 -1 1077944384 152919 0 0 0 1387 41 0 0 20 0 45 0 255333084 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140612401453968 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23248] ppid=23240 vsize=27783960 memory=5883028 CPUtime=14.24 cores=0-7
/proc/23243/task/23248/stat : 23248 (java) S 23240 23243 22184 0 -1 1077944384 137898 0 0 0 1386 38 0 0 20 0 45 0 255333084 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140612400401424 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23249] ppid=23240 vsize=27783960 memory=2076 CPUtime=14.27 cores=0-7
/proc/23243/task/23249/stat : 23249 (java) S 23240 23243 22184 0 -1 1077944384 147519 0 0 0 1386 41 0 0 20 0 45 0 255333084 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140612399348880 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23250] ppid=23240 vsize=27783960 memory=5900748 CPUtime=14.25 cores=0-7
/proc/23243/task/23250/stat : 23250 (java) S 23240 23243 22184 0 -1 1077944384 134616 0 0 0 1384 41 0 0 20 0 45 0 255333084 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140612003559696 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23251] ppid=23240 vsize=27783960 memory=1384 CPUtime=14.27 cores=0-7
/proc/23243/task/23251/stat : 23251 (java) S 23240 23243 22184 0 -1 1077944384 155761 0 0 0 1387 40 0 0 20 0 45 0 255333084 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140612002507152 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23252] ppid=23240 vsize=27783960 memory=1387 CPUtime=14.24 cores=0-7
/proc/23243/task/23252/stat : 23252 (java) S 23240 23243 22184 0 -1 1077944384 134893 0 0 0 1385 39 0 0 20 0 45 0 255333084 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140612001454608 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23253] ppid=23240 vsize=27783960 memory=0 CPUtime=14.33 cores=0-7
/proc/23243/task/23253/stat : 23253 (java) S 23240 23243 22184 0 -1 1077944384 141118 0 0 0 1389 44 0 0 20 0 45 0 255333084 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140612000402064 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23254] ppid=23240 vsize=27783960 memory=80 CPUtime=4.88 cores=0-7
/proc/23243/task/23254/stat : 23254 (java) S 23240 23243 22184 0 -1 1077944384 230855 0 0 0 395 93 0 0 20 0 45 0 255333085 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611643439600 140612449897090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23255] ppid=23240 vsize=27783960 memory=280547134090944 CPUtime=0 cores=0-7
/proc/23243/task/23255/stat : 23255 (java) S 23240 23243 22184 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 45 0 255333086 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611642385888 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23256] ppid=23240 vsize=27783960 memory=280547134091008 CPUtime=0 cores=0-7
/proc/23243/task/23256/stat : 23256 (java) S 23240 23243 22184 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 45 0 255333086 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611641333248 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23257] ppid=23240 vsize=27783960 memory=4108 CPUtime=0 cores=0-7
/proc/23243/task/23257/stat : 23257 (java) S 23240 23243 22184 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 45 0 255333088 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611640281808 140612449904539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23258] ppid=23240 vsize=27783960 memory=1404 CPUtime=2.46 cores=0-7
/proc/23243/task/23258/stat : 23258 (java) S 23240 23243 22184 0 -1 1077944384 10070 0 0 0 241 5 0 0 20 0 45 0 255333089 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611639228400 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23259] ppid=23240 vsize=27783960 memory=5885872 CPUtime=2.34 cores=0-7
/proc/23243/task/23259/stat : 23259 (java) S 23240 23243 22184 0 -1 1077944384 7757 0 0 0 233 1 0 0 20 0 45 0 255333089 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611638175856 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23260] ppid=23240 vsize=27783960 memory=2076 CPUtime=2.33 cores=0-7
/proc/23243/task/23260/stat : 23260 (java) S 23240 23243 22184 0 -1 1077944384 7945 0 0 0 231 2 0 0 20 0 45 0 255333089 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611637123312 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23261] ppid=23240 vsize=27783960 memory=0 CPUtime=1.23 cores=0-7
/proc/23243/task/23261/stat : 23261 (java) S 23240 23243 22184 0 -1 1077944384 12395 0 0 0 120 3 0 0 20 0 45 0 255333089 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611636070768 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23262] ppid=23240 vsize=27783960 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23262/stat : 23262 (java) S 23240 23243 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 45 0 255333089 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611635018464 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23263] ppid=23240 vsize=27783960 memory=0 CPUtime=0.81 cores=0-7
/proc/23243/task/23263/stat : 23263 (java) S 23240 23243 22184 0 -1 1077944384 10900 0 0 0 43 38 0 0 20 0 45 0 255333089 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611633966000 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23264] ppid=23240 vsize=27783960 memory=0 CPUtime=0 cores=0-7
/proc/23243/task/23264/stat : 23264 (java) S 23240 23243 22184 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 45 0 255334609 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611622622464 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23265] ppid=23240 vsize=27783960 memory=280547130393312 CPUtime=4.11 cores=0-7
/proc/23243/task/23265/stat : 23265 (java) R 23240 23243 22184 0 -1 1077944384 23033 0 0 0 170 241 0 0 20 0 45 0 255334634 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611619472944 140612449897090 0 4 0 16800975 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23266] ppid=23240 vsize=27783960 memory=7373359500261085264 CPUtime=2469.7 cores=0-7
/proc/23243/task/23266/stat : 23266 (java) R 23240 23243 22184 0 -1 4202560 89996 0 0 0 246881 89 0 0 20 0 45 0 255334651 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611616314536 140612088245151 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23267] ppid=23240 vsize=27783960 memory=232 CPUtime=2472.1 cores=0-7
/proc/23243/task/23267/stat : 23267 (java) R 23240 23243 22184 0 -1 4202560 87184 0 0 0 247106 104 0 0 20 0 45 0 255334652 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611615261472 140612089657646 0 4 0 16800975 0 0 0 -1 0 0 0 39 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23268] ppid=23240 vsize=27783960 memory=121 CPUtime=2469.46 cores=0-7
/proc/23243/task/23268/stat : 23268 (java) R 23240 23243 22184 0 -1 4202560 90675 0 0 0 246855 91 0 0 20 0 45 0 255334652 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611614211328 140612087329921 0 4 0 16800975 0 0 0 -1 2 0 0 44 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23269] ppid=23240 vsize=27783960 memory=0 CPUtime=2471.2 cores=0-7
/proc/23243/task/23269/stat : 23269 (java) R 23240 23243 22184 0 -1 4202560 87634 0 0 0 247015 105 0 0 20 0 45 0 255334660 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611611060264 140612087330063 0 4 0 16800975 0 0 0 -1 4 0 0 42 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23270] ppid=23240 vsize=27783960 memory=4126316290023845779 CPUtime=0.07 cores=0-7
/proc/23243/task/23270/stat : 23270 (java) S 23240 23243 22184 0 -1 1077944384 155 0 0 0 7 0 0 0 20 0 45 0 255334660 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611610014880 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23271] ppid=23240 vsize=27783960 memory=1932 CPUtime=0.07 cores=0-7
/proc/23243/task/23271/stat : 23271 (java) R 23240 23243 22184 0 -1 1077944384 65 0 0 0 7 0 0 0 20 0 45 0 255334660 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611608962336 140612449896149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23272] ppid=23240 vsize=27783960 memory=5902288 CPUtime=2470.11 cores=0-7
/proc/23243/task/23272/stat : 23272 (java) R 23240 23243 22184 0 -1 4202560 83223 0 0 0 246918 93 0 0 20 0 45 0 255334660 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611607901984 140612087330349 0 4 0 16800975 0 0 0 -1 5 0 0 40 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23273] ppid=23240 vsize=27783960 memory=6791534058613427641 CPUtime=2471.4 cores=0-7
/proc/23243/task/23273/stat : 23273 (java) R 23240 23243 22184 0 -1 4202560 90518 0 0 0 247033 107 0 0 20 0 45 0 255334660 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611606849192 140612088276878 0 4 0 16800975 0 0 0 -1 7 0 0 41 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23274] ppid=23240 vsize=27783960 memory=1328 CPUtime=2470.41 cores=0-7
/proc/23243/task/23274/stat : 23274 (java) R 23240 23243 22184 0 -1 4202560 89481 0 0 0 246940 101 0 0 20 0 45 0 255334660 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611605795624 140612085631736 0 4 0 16800975 0 0 0 -1 6 0 0 40 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23275] ppid=23240 vsize=27783960 memory=976 CPUtime=0.01 cores=0-7
/proc/23243/task/23275/stat : 23275 (java) S 23240 23243 22184 0 -1 1077944384 500 0 0 0 1 0 0 0 20 0 45 0 255334661 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611604751136 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23276] ppid=23240 vsize=27783960 memory=1432 CPUtime=2470.75 cores=0-7
/proc/23243/task/23276/stat : 23276 (java) R 23240 23243 22184 0 -1 4202560 87721 0 0 0 246982 93 0 0 20 0 45 0 255334662 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611603691416 140612087330292 0 4 0 16800975 0 0 0 -1 3 0 0 37 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23277] ppid=23240 vsize=27783960 memory=816 CPUtime=0.01 cores=0-7
/proc/23243/task/23277/stat : 23277 (java) S 23240 23243 22184 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 45 0 255334674 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611602646064 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23278] ppid=23240 vsize=27783960 memory=1932 CPUtime=0 cores=0-7
/proc/23243/task/23278/stat : 23278 (java) S 23240 23243 22184 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 45 0 255334674 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611601593504 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23279] ppid=23240 vsize=27783960 memory=5891004 CPUtime=0 cores=0-7
/proc/23243/task/23279/stat : 23279 (java) S 23240 23243 22184 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 45 0 255334674 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611600540960 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23280] ppid=23240 vsize=27783960 memory=5891004 CPUtime=0 cores=0-7
/proc/23243/task/23280/stat : 23280 (java) S 23240 23243 22184 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 45 0 255334674 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611599488416 140612449896149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
[pid=23243/tid=23281] ppid=23240 vsize=27783960 memory=5883820 CPUtime=0 cores=0-7
/proc/23243/task/23281/stat : 23281 (java) S 23240 23243 22184 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 45 0 255334674 28450775040 1471000 33554432000 4194304 4196468 140732667598464 140611598432096 140612449897090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18194432 140732667606093 140732667606277 140732667606277 140732667609039 0
Current children cumulated CPU time: 19913.4 s
Current children cumulated vsize: 27783960 KiB
Current children cumulated memory: 5884000 KiB

Child status: 143
Real time (s): 2520.37
CPU time (s): 19913.7
CPU user time (s): 19901
CPU system time (s): 12.7101
CPU usage (%): 790.109
Max. virtual memory (cumulated for all children) (KiB): 27783960
Max. memory (cumulated for all children) (KiB): 7595136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19901
system time used= 12.7101
maximum resident set size= 7599240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2172900
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 550664
involuntary context switches= 417089


# summary of solver processes directly reported to runsolver:
#   pid: 23243
#   total CPU time (s): 19913.7
#   total CPU user time (s): 19901
#   total CPU system time (s): 12.7101

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.6427 second user time and 34.0596 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-16 02:01:39
IDJOB=4308925
IDBENCH=141361
IDSOLVER=2793
FILE ID=node103/4308925-1534377699
RUNJOBID= node103-1534372170-22211
PBS_JOBID= 21038282
Free space on /tmp= 38636 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-magazine_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-4308925-1534377699/watcher-4308925-1534377699 -o /tmp/evaluation-result-4308925-1534377699/solver-4308925-1534377699 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1534372170-22211 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 2054466159 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308925-1534377699.xml

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

MD5SUM BENCH= 22697061c475ce526fb64da13536656d
RANDOM SEED=2054466159

node103.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.48
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.48
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.48
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.48
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:        24209932 kB
MemAvailable:   31933084 kB
Buffers:          203388 kB
Cached:          7726356 kB
SwapCached:         5140 kB
Active:          4126472 kB
Inactive:        3816388 kB
Active(anon):       3344 kB
Inactive(anon):    69356 kB
Active(file):    4123128 kB
Inactive(file):  3747032 kB
Unevictable:        7772 kB
Mlocked:            7772 kB
SwapTotal:      67108860 kB
SwapFree:       67059136 kB
Dirty:             36060 kB
Writeback:             0 kB
AnonPages:         16140 kB
Mapped:            54524 kB
Shmem:             56924 kB
Slab:             309812 kB
SReclaimable:     281452 kB
SUnreclaim:        28360 kB
KernelStack:        3312 kB
PageTables:         5132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     359244 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:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 38600 MiB
End job on node103 at 2018-08-16 02:43:39