Trace number 4291158

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-07-02OPT2 8.48039 2.94648

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-2_c18.xml
MD5SUMa795c17341a98acc8ee8963fc359ded0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3.70453
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints40
Number of domains8
Minimum domain size2
Maximum domain size1210
Distribution of domain sizes[{"size":2,"count":5},{"size":7,"count":25},{"size":275,"count":5},{"size":286,"count":5},{"size":550,"count":5},{"size":880,"count":5},{"size":1101,"count":5},{"size":1210,"count":5}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":55},{"degree":6,"count":5}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":5},{"arity":3,"count":25},{"arity":5,"count":10}]
Number of extensional constraints5
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":5},{"type":"intension","count":25},{"type":"sum","count":10}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 532855807
0.67/0.56	c timeout: 20160
0.67/0.56	c memlimit: 22000
0.67/0.56	c nbcore: 8
0.67/0.58	c Parsing instance...
1.38/0.92	c Parsing done, starting search...
6.10/2.63	o 5
7.58/2.88	o 4
7.58/2.88	o 3
7.58/2.88	o 2
8.34/2.92	s OPTIMUM FOUND
8.34/2.92	v <instantiation>
8.34/2.92	v 	<list>
8.34/2.92	v 		d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] npt[0] npt[1] npt[2] npt[3] npt[4] u[0] u[1] u[2] u[3] u[4] nptv[0][0] nptv[0][1] nptv[0][2] nptv[0][3] nptv[0][4] nptv[1][0] nptv[1][1] nptv[1][2] nptv[1][3] nptv[1][4] nptv[2][0] nptv[2][1] nptv[2][2] nptv[2][3] nptv[2][4] nptv[3][0] nptv[3][1] nptv[3][2] nptv[3][3] nptv[3][4] nptv[4][0] nptv[4][1] nptv[4][2] nptv[4][3] nptv[4][4]
8.34/2.92	v 	</list>
8.34/2.92	v 	<values>
8.34/2.92	v 		0 0 1 0 5 6 0 0 0 0 6 0 0 0 0 1 1 1 3 0 0 6 0 0 0 241 0 0 274 0 1 0 0 1 0 0 0 241 0 1205 0 0 0 0 0 0 0 0 0 0 274 274 274 822 0 0 0 0 0 0 
8.34/2.92	v 	</values>
8.34/2.92	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291158-1532654506/watcher-4291158-1532654506 -o /tmp/evaluation-result-4291158-1532654506/solver-4291158-1532654506 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1532654109-15834 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 532855807 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291158-1532654506.xml 

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

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

solver pid=17183, runsolver pid=17180

[startup+0.100138 s]*
/proc/loadavg: 0.78 3.12 6.15 2/199 17203
/proc/meminfo: memFree=21338884/32770624 swapFree=67108860/67108860
[pid=17183] ppid=17180 vsize=26103424 memory=30088 CPUtime=0.11 cores=0-7
/proc/17183/stat : 17183 (java) S 17180 17183 15807 0 -1 1077944320 6957 0 0 0 10 1 0 0 20 0 20 0 83013753 26729906176 7522 33554432000 4194304 4196468 140728099372368 140728099354912 139998791102199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
/proc/17183/statm: 6525856 7522 3142 1 0 6487932 0
[pid=17183/tid=17185] ppid=17180 vsize=26103424 memory=7753960991564405919 CPUtime=0.08 cores=0-7
/proc/17183/task/17185/stat : 17185 (java) R 17180 17183 15807 0 -1 4202560 5177 0 0 0 8 0 0 0 20 0 20 0 83013754 26729906176 7654 33554432000 4194304 4196468 140728099372368 139998795327888 139998771377959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17186] ppid=17180 vsize=26103424 memory=732370454546435045 CPUtime=0 cores=0-7
/proc/17183/task/17186/stat : 17186 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 7654 33554432000 4194304 4196468 140728099372368 139998349621520 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17187] ppid=17180 vsize=26103424 memory=140316208981632 CPUtime=0 cores=0-7
/proc/17183/task/17187/stat : 17187 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 7654 33554432000 4194304 4196468 140728099372368 139998348568976 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17188] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17188/stat : 17188 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 7654 33554432000 4194304 4196468 140728099372368 139998347516432 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17189] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17189/stat : 17189 (java) S 17180 17183 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 7654 33554432000 4194304 4196468 140728099372368 139998346463888 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17190] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17190/stat : 17190 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 7654 33554432000 4194304 4196468 140728099372368 139998345411344 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17191] ppid=17180 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17183/task/17191/stat : 17191 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 7720 33554432000 4194304 4196468 140728099372368 139998344358800 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17192] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17192/stat : 17192 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 7720 33554432000 4194304 4196468 140728099372368 139998343306256 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17193] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17193/stat : 17193 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 7720 33554432000 4194304 4196468 140728099372368 139998342253712 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17194] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17194/stat : 17194 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013756 26729906176 7720 33554432000 4194304 4196468 140728099372368 139997919361008 139998791113346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17195] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17195/stat : 17195 (java) S 17180 17183 15807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83013757 26729906176 7720 33554432000 4194304 4196468 140728099372368 139997918307232 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17196] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17196/stat : 17196 (java) S 17180 17183 15807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83013757 26729906176 7720 33554432000 4194304 4196468 140728099372368 139997917254640 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17197] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17197/stat : 17197 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013759 26729906176 7720 33554432000 4194304 4196468 140728099372368 139997916203216 139998791120795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17198] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17198/stat : 17198 (java) S 17180 17183 15807 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 83013759 26729906176 7720 33554432000 4194304 4196468 140728099372368 139997915150832 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17199] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17199/stat : 17199 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013759 26729906176 7720 33554432000 4194304 4196468 140728099372368 139997914098288 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17200] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17200/stat : 17200 (java) S 17180 17183 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83013759 26729906176 7720 33554432000 4194304 4196468 140728099372368 139997913045744 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17201] ppid=17180 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/17183/task/17201/stat : 17201 (java) S 17180 17183 15807 0 -1 1077944384 247 0 0 0 1 0 0 0 20 0 20 0 83013759 26729906176 7720 33554432000 4194304 4196468 140728099372368 139997911993200 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17202] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17202/stat : 17202 (java) S 17180 17183 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83013759 26729906176 7786 33554432000 4194304 4196468 140728099372368 139997910939872 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17203] ppid=17180 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17183/task/17203/stat : 17203 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013760 26729906176 7786 33554432000 4194304 4196468 140728099372368 139997909887408 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 30088 KiB

[startup+0.210292 s]*
/proc/loadavg: 0.78 3.12 6.15 3/199 17203
/proc/meminfo: memFree=21325612/32770624 swapFree=67108860/67108860
[pid=17183] ppid=17180 vsize=26103424 memory=43136 CPUtime=0.3 cores=0-7
/proc/17183/stat : 17183 (java) S 17180 17183 15807 0 -1 1077944320 10451 0 0 0 28 2 0 0 20 0 20 0 83013753 26729906176 10784 33554432000 4194304 4196468 140728099372368 140728099354912 139998791102199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
/proc/17183/statm: 6525856 10784 3325 1 0 6487932 0
[pid=17183/tid=17185] ppid=17180 vsize=26103424 memory=0 CPUtime=0.19 cores=0-7
/proc/17183/task/17185/stat : 17185 (java) R 17180 17183 15807 0 -1 4202560 8197 0 0 0 18 1 0 0 20 0 20 0 83013754 26729906176 10784 33554432000 4194304 4196468 140728099372368 139998795319776 139998428801732 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17186] ppid=17180 vsize=26103424 memory=140316208981632 CPUtime=0 cores=0-7
/proc/17183/task/17186/stat : 17186 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 10784 33554432000 4194304 4196468 140728099372368 139998349621520 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17187] ppid=17180 vsize=26103424 memory=140316208981632 CPUtime=0 cores=0-7
/proc/17183/task/17187/stat : 17187 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 10784 33554432000 4194304 4196468 140728099372368 139998348568976 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17188] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17188/stat : 17188 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 10784 33554432000 4194304 4196468 140728099372368 139998347516432 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17189] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17189/stat : 17189 (java) S 17180 17183 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 10784 33554432000 4194304 4196468 140728099372368 139998346463888 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17190] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17190/stat : 17190 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 10784 33554432000 4194304 4196468 140728099372368 139998345411344 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17191] ppid=17180 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17183/task/17191/stat : 17191 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 10784 33554432000 4194304 4196468 140728099372368 139998344358800 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17192] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17192/stat : 17192 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 10784 33554432000 4194304 4196468 140728099372368 139998343306256 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17193] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17193/stat : 17193 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 10784 33554432000 4194304 4196468 140728099372368 139998342253712 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17194] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17194/stat : 17194 (java) S 17180 17183 15807 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 83013756 26729906176 10784 33554432000 4194304 4196468 140728099372368 139997919361008 139998791113346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17195] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17195/stat : 17195 (java) S 17180 17183 15807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83013757 26729906176 10784 33554432000 4194304 4196468 140728099372368 139997918307232 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17196] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17196/stat : 17196 (java) S 17180 17183 15807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83013757 26729906176 10784 33554432000 4194304 4196468 140728099372368 139997917254640 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17197] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17197/stat : 17197 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013759 26729906176 10784 33554432000 4194304 4196468 140728099372368 139997916203216 139998791120795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17198] ppid=17180 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/17183/task/17198/stat : 17198 (java) S 17180 17183 15807 0 -1 1077944384 460 0 0 0 1 0 0 0 20 0 20 0 83013759 26729906176 10784 33554432000 4194304 4196468 140728099372368 139997915150832 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17199] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17199/stat : 17199 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013759 26729906176 10784 33554432000 4194304 4196468 140728099372368 139997914098288 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17200] ppid=17180 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/17183/task/17200/stat : 17200 (java) S 17180 17183 15807 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 20 0 83013759 26729906176 10784 33554432000 4194304 4196468 140728099372368 139997913045744 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17201] ppid=17180 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/17183/task/17201/stat : 17201 (java) R 17180 17183 15807 0 -1 4202560 324 0 0 0 6 0 0 0 20 0 20 0 83013759 26729906176 10784 33554432000 4194304 4196468 140728099372368 139997911988960 139998770017488 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17202] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17202/stat : 17202 (java) S 17180 17183 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83013759 26729906176 10784 33554432000 4194304 4196468 140728099372368 139997910939872 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17203] ppid=17180 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17183/task/17203/stat : 17203 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013760 26729906176 10784 33554432000 4194304 4196468 140728099372368 139997909887408 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43136 KiB

[startup+0.310384 s]*
/proc/loadavg: 0.78 3.12 6.15 2/199 17203
/proc/meminfo: memFree=21321952/32770624 swapFree=67108860/67108860
[pid=17183] ppid=17180 vsize=26103424 memory=46904 CPUtime=0.43 cores=0-7
/proc/17183/stat : 17183 (java) S 17180 17183 15807 0 -1 1077944320 10898 0 0 0 40 3 0 0 20 0 20 0 83013753 26729906176 11726 33554432000 4194304 4196468 140728099372368 140728099354912 139998791102199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
/proc/17183/statm: 6525856 11726 3380 1 0 6487932 0
[pid=17183/tid=17185] ppid=17180 vsize=26103424 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/17183/task/17185/stat : 17185 (java) R 17180 17183 15807 0 -1 4202560 8545 0 0 0 28 2 0 0 20 0 20 0 83013754 26729906176 11726 33554432000 4194304 4196468 140728099372368 139998795263936 139998772667161 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17186] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17186/stat : 17186 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 11726 33554432000 4194304 4196468 140728099372368 139998349621520 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17187] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17187/stat : 17187 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 11726 33554432000 4194304 4196468 140728099372368 139998348568976 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17188] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17188/stat : 17188 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 11726 33554432000 4194304 4196468 140728099372368 139998347516432 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17189] ppid=17180 vsize=26103424 memory=140316111891119 CPUtime=0 cores=0-7
/proc/17183/task/17189/stat : 17189 (java) S 17180 17183 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 11726 33554432000 4194304 4196468 140728099372368 139998346463888 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17190] ppid=17180 vsize=26103424 memory=140316111893424 CPUtime=0 cores=0-7
/proc/17183/task/17190/stat : 17190 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 11726 33554432000 4194304 4196468 140728099372368 139998345411344 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17191] ppid=17180 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17183/task/17191/stat : 17191 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 11726 33554432000 4194304 4196468 140728099372368 139998344358800 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17192] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17192/stat : 17192 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 11726 33554432000 4194304 4196468 140728099372368 139998343306256 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17193] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17193/stat : 17193 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013755 26729906176 11726 33554432000 4194304 4196468 140728099372368 139998342253712 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17194] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17194/stat : 17194 (java) S 17180 17183 15807 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 83013756 26729906176 11726 33554432000 4194304 4196468 140728099372368 139997919361008 139998791113346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17195] ppid=17180 vsize=26103424 memory=2110666719008676 CPUtime=0 cores=0-7
/proc/17183/task/17195/stat : 17195 (java) S 17180 17183 15807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83013757 26729906176 11726 33554432000 4194304 4196468 140728099372368 139997918307232 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17196] ppid=17180 vsize=26103424 memory=2110666719031844 CPUtime=0 cores=0-7
/proc/17183/task/17196/stat : 17196 (java) S 17180 17183 15807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83013757 26729906176 11726 33554432000 4194304 4196468 140728099372368 139997917254640 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17197] ppid=17180 vsize=26103424 memory=2110666719013284 CPUtime=0 cores=0-7
/proc/17183/task/17197/stat : 17197 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013759 26729906176 11726 33554432000 4194304 4196468 140728099372368 139997916203216 139998791120795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17198] ppid=17180 vsize=26103424 memory=2110666719015588 CPUtime=0.01 cores=0-7
/proc/17183/task/17198/stat : 17198 (java) S 17180 17183 15807 0 -1 1077944384 525 0 0 0 1 0 0 0 20 0 20 0 83013759 26729906176 11726 33554432000 4194304 4196468 140728099372368 139997915150832 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17199] ppid=17180 vsize=26103424 memory=2110666719017892 CPUtime=0 cores=0-7
/proc/17183/task/17199/stat : 17199 (java) S 17180 17183 15807 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 83013759 26729906176 11726 33554432000 4194304 4196468 140728099372368 139997914098288 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17200] ppid=17180 vsize=26103424 memory=2110666719032052 CPUtime=0.01 cores=0-7
/proc/17183/task/17200/stat : 17200 (java) S 17180 17183 15807 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 20 0 83013759 26729906176 11726 33554432000 4194304 4196468 140728099372368 139997913045744 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17201] ppid=17180 vsize=26103424 memory=2110666719032084 CPUtime=0.08 cores=0-7
/proc/17183/task/17201/stat : 17201 (java) S 17180 17183 15807 0 -1 1077944384 341 0 0 0 8 0 0 0 20 0 20 0 83013759 26729906176 11726 33554432000 4194304 4196468 140728099372368 139997911993200 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17202] ppid=17180 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17202/stat : 17202 (java) S 17180 17183 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83013759 26729906176 11726 33554432000 4194304 4196468 140728099372368 139997910939872 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17203] ppid=17180 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/17183/task/17203/stat : 17203 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013760 26729906176 11726 33554432000 4194304 4196468 140728099372368 139997909887408 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46904 KiB

[startup+0.700916 s]
/proc/loadavg: 0.78 3.12 6.15 3/199 17203
/proc/meminfo: memFree=21298016/32770624 swapFree=67108860/67108860
[pid=17183] ppid=17180 vsize=26105492 memory=85504 CPUtime=0.98 cores=0-7
/proc/17183/stat : 17183 (java) S 17180 17183 15807 0 -1 1077944320 17828 0 0 0 93 5 0 0 20 0 20 0 83013753 26732023808 21376 33554432000 4194304 4196468 140728099372368 140728099354912 139998791102199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
/proc/17183/statm: 6526373 21376 3497 1 0 6488444 0
[pid=17183/tid=17185] ppid=17180 vsize=26105492 memory=7522811657700333411 CPUtime=0.68 cores=0-7
/proc/17183/task/17185/stat : 17185 (java) R 17180 17183 15807 0 -1 4202560 15033 0 0 0 64 4 0 0 20 0 20 0 83013754 26732023808 21376 33554432000 4194304 4196468 140728099372368 139998795327696 139998775182686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17186] ppid=17180 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17186/stat : 17186 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013755 26732023808 21376 33554432000 4194304 4196468 140728099372368 139998349621520 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17187] ppid=17180 vsize=26105492 memory=280632223599440 CPUtime=0 cores=0-7
/proc/17183/task/17187/stat : 17187 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013755 26732023808 21376 33554432000 4194304 4196468 140728099372368 139998348568976 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17188] ppid=17180 vsize=26105492 memory=2110666719003812 CPUtime=0 cores=0-7
/proc/17183/task/17188/stat : 17188 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013755 26732023808 21376 33554432000 4194304 4196468 140728099372368 139998347516432 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17189] ppid=17180 vsize=26105492 memory=96945466 CPUtime=0 cores=0-7
/proc/17183/task/17189/stat : 17189 (java) S 17180 17183 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83013755 26732023808 21376 33554432000 4194304 4196468 140728099372368 139998346463888 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17190] ppid=17180 vsize=26105492 memory=2372 CPUtime=0 cores=0-7
/proc/17183/task/17190/stat : 17190 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83013755 26732023808 21376 33554432000 4194304 4196468 140728099372368 139998345411344 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17191] ppid=17180 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17191/stat : 17191 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013755 26732023808 21376 33554432000 4194304 4196468 140728099372368 139998344358800 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17192] ppid=17180 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17192/stat : 17192 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013755 26732023808 21376 33554432000 4194304 4196468 140728099372368 139998343306256 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17193] ppid=17180 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17193/stat : 17193 (java) S 17180 17183 15807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83013755 26732023808 21376 33554432000 4194304 4196468 140728099372368 139998342253712 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17194] ppid=17180 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17194/stat : 17194 (java) S 17180 17183 15807 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 83013756 26732023808 21376 33554432000 4194304 4196468 140728099372368 139997919361008 139998791113346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0

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

[pid=17183/tid=17198] ppid=17180 vsize=26113684 memory=7666648566507004520 CPUtime=0.26 cores=0-7
/proc/17183/task/17198/stat : 17198 (java) S 17180 17183 15807 0 -1 1077944384 1139 0 0 0 25 1 0 0 20 0 20 0 83013759 26740412416 55716 33554432000 4194304 4196468 140728099372368 139997915131952 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17199] ppid=17180 vsize=26113684 memory=7955440994963975232 CPUtime=0.28 cores=0-7
/proc/17183/task/17199/stat : 17199 (java) S 17180 17183 15807 0 -1 1077944384 622 0 0 0 28 0 0 0 20 0 20 0 83013759 26740412416 55716 33554432000 4194304 4196468 140728099372368 139997914078224 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17200] ppid=17180 vsize=26113684 memory=7236229500900889449 CPUtime=0.27 cores=0-7
/proc/17183/task/17200/stat : 17200 (java) S 17180 17183 15807 0 -1 1077944384 494 0 0 0 27 0 0 0 20 0 20 0 83013759 26740412416 55716 33554432000 4194304 4196468 140728099372368 139997913024064 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17201] ppid=17180 vsize=26113684 memory=0 CPUtime=0.61 cores=0-7
/proc/17183/task/17201/stat : 17201 (java) S 17180 17183 15807 0 -1 1077944384 3431 0 0 0 60 1 0 0 20 0 20 0 83013759 26740412416 55716 33554432000 4194304 4196468 140728099372368 139997911993200 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17202] ppid=17180 vsize=26113684 memory=48980 CPUtime=0 cores=0-7
/proc/17183/task/17202/stat : 17202 (java) S 17180 17183 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83013759 26740412416 55716 33554432000 4194304 4196468 140728099372368 139997910939872 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17203] ppid=17180 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17203/stat : 17203 (java) S 17180 17183 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83013760 26740412416 55716 33554432000 4194304 4196468 140728099372368 139997909887408 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 26113684 KiB
Current children cumulated memory: 222864 KiB

[startup+2.40087 s]
/proc/loadavg: 0.78 3.12 6.15 5/199 17203
/proc/meminfo: memFree=21122132/32770624 swapFree=67108860/67108860
[pid=17183] ppid=17180 vsize=26248860 memory=266872 CPUtime=5.11 cores=0-7
/proc/17183/stat : 17183 (java) S 17180 17183 15807 0 -1 1077944320 37709 0 0 0 493 18 0 0 20 0 22 0 83013753 26878832640 66718 33554432000 4194304 4196468 140728099372368 140728099354912 139998791102199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
/proc/17183/statm: 6562215 66718 3590 1 0 6524286 0
[pid=17183/tid=17185] ppid=17180 vsize=26248860 memory=0 CPUtime=2.3 cores=0-7
/proc/17183/task/17185/stat : 17185 (java) R 17180 17183 15807 0 -1 4202560 24198 0 0 0 223 7 0 0 20 0 22 0 83013754 26878832640 66718 33554432000 4194304 4196468 140728099372368 139998795329056 139998771377920 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17186] ppid=17180 vsize=26248860 memory=0 CPUtime=0.01 cores=0-7
/proc/17183/task/17186/stat : 17186 (java) S 17180 17183 15807 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 22 0 83013755 26878832640 66718 33554432000 4194304 4196468 140728099372368 139998349621520 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17187] ppid=17180 vsize=26248860 memory=56 CPUtime=0.02 cores=0-7
/proc/17183/task/17187/stat : 17187 (java) S 17180 17183 15807 0 -1 1077944384 30 0 0 0 2 0 0 0 20 0 22 0 83013755 26878832640 66718 33554432000 4194304 4196468 140728099372368 139998348568976 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17188] ppid=17180 vsize=26248860 memory=140320503948927 CPUtime=0.02 cores=0-7
/proc/17183/task/17188/stat : 17188 (java) S 17180 17183 15807 0 -1 1077944384 33 0 0 0 2 0 0 0 20 0 22 0 83013755 26878832640 66718 33554432000 4194304 4196468 140728099372368 139998347516432 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17189] ppid=17180 vsize=26248860 memory=0 CPUtime=0.02 cores=0-7
/proc/17183/task/17189/stat : 17189 (java) S 17180 17183 15807 0 -1 1077944384 37 0 0 0 2 0 0 0 20 0 22 0 83013755 26878832640 66718 33554432000 4194304 4196468 140728099372368 139998346463888 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17190] ppid=17180 vsize=26248860 memory=0 CPUtime=0.01 cores=0-7
/proc/17183/task/17190/stat : 17190 (java) S 17180 17183 15807 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 22 0 83013755 26878832640 66718 33554432000 4194304 4196468 140728099372368 139998345411344 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17191] ppid=17180 vsize=26248860 memory=0 CPUtime=0.02 cores=0-7
/proc/17183/task/17191/stat : 17191 (java) S 17180 17183 15807 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 22 0 83013755 26878832640 66718 33554432000 4194304 4196468 140728099372368 139998344358800 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17192] ppid=17180 vsize=26248860 memory=0 CPUtime=0.01 cores=0-7
/proc/17183/task/17192/stat : 17192 (java) S 17180 17183 15807 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 22 0 83013755 26878832640 66718 33554432000 4194304 4196468 140728099372368 139998343306256 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17193] ppid=17180 vsize=26248860 memory=0 CPUtime=0.01 cores=0-7
/proc/17183/task/17193/stat : 17193 (java) S 17180 17183 15807 0 -1 1077944384 238 0 0 0 1 0 0 0 20 0 22 0 83013755 26878832640 66718 33554432000 4194304 4196468 140728099372368 139998342253712 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17194] ppid=17180 vsize=26248860 memory=0 CPUtime=0.02 cores=0-7
/proc/17183/task/17194/stat : 17194 (java) S 17180 17183 15807 0 -1 1077944384 1598 0 0 0 2 0 0 0 20 0 22 0 83013756 26878832640 66718 33554432000 4194304 4196468 140728099372368 139997919361008 139998791113346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17195] ppid=17180 vsize=26248860 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17195/stat : 17195 (java) S 17180 17183 15807 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 22 0 83013757 26878832640 66718 33554432000 4194304 4196468 140728099372368 139997918307296 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17196] ppid=17180 vsize=26248860 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17196/stat : 17196 (java) S 17180 17183 15807 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 22 0 83013757 26878832640 66718 33554432000 4194304 4196468 140728099372368 139997917254656 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17197] ppid=17180 vsize=26248860 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17197/stat : 17197 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 83013759 26878832640 66718 33554432000 4194304 4196468 140728099372368 139997916203216 139998791120795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17198] ppid=17180 vsize=26248860 memory=0 CPUtime=0.52 cores=0-7
/proc/17183/task/17198/stat : 17198 (java) S 17180 17183 15807 0 -1 1077944384 1631 0 0 0 51 1 0 0 20 0 22 0 83013759 26878832640 66718 33554432000 4194304 4196468 140728099372368 139997915150832 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17199] ppid=17180 vsize=26248860 memory=0 CPUtime=0.64 cores=0-7
/proc/17183/task/17199/stat : 17199 (java) S 17180 17183 15807 0 -1 1077944384 1794 0 0 0 63 1 0 0 20 0 22 0 83013759 26878832640 66718 33554432000 4194304 4196468 140728099372368 139997914098288 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17200] ppid=17180 vsize=26248860 memory=15876 CPUtime=0.6 cores=0-7
/proc/17183/task/17200/stat : 17200 (java) S 17180 17183 15807 0 -1 1077944384 1624 0 0 0 59 1 0 0 20 0 22 0 83013759 26878832640 66718 33554432000 4194304 4196468 140728099372368 139997913045744 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17201] ppid=17180 vsize=26248860 memory=14296 CPUtime=0.78 cores=0-7
/proc/17183/task/17201/stat : 17201 (java) S 17180 17183 15807 0 -1 1077944384 4713 0 0 0 77 1 0 0 20 0 22 0 83013759 26878832640 66718 33554432000 4194304 4196468 140728099372368 139997911993200 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17202] ppid=17180 vsize=26248860 memory=4004 CPUtime=0 cores=0-7
/proc/17183/task/17202/stat : 17202 (java) S 17180 17183 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 83013759 26878832640 66718 33554432000 4194304 4196468 140728099372368 139997910939872 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17203] ppid=17180 vsize=26248860 memory=18448 CPUtime=0 cores=0-7
/proc/17183/task/17203/stat : 17203 (java) S 17180 17183 15807 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 22 0 83013760 26878832640 66718 33554432000 4194304 4196468 140728099372368 139997909887408 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
Current children cumulated CPU time: 5.11 s
Current children cumulated vsize: 26248860 KiB
Current children cumulated memory: 266872 KiB

[startup+2.80324 s]
/proc/loadavg: 0.78 3.12 6.15 5/199 17203
/proc/meminfo: memFree=21122132/32770624 swapFree=67108860/67108860
[pid=17183] ppid=17180 vsize=27852576 memory=273856 CPUtime=7.58 cores=0-7
/proc/17183/stat : 17183 (java) S 17180 17183 15807 0 -1 1077944320 43559 0 0 0 736 22 0 0 20 0 46 0 83013753 28521037824 68464 33554432000 4194304 4196468 140728099372368 140728099354912 139998791102199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
/proc/17183/statm: 6963144 68464 3593 1 0 6924694 0
[pid=17183/tid=17185] ppid=17180 vsize=27852576 memory=0 CPUtime=2.41 cores=0-7
/proc/17183/task/17185/stat : 17185 (java) S 17180 17183 15807 0 -1 1077944384 25023 0 0 0 234 7 0 0 20 0 46 0 83013754 28521037824 68464 33554432000 4194304 4196468 140728099372368 139998795339664 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17186] ppid=17180 vsize=27852576 memory=0 CPUtime=0.01 cores=0-7
/proc/17183/task/17186/stat : 17186 (java) S 17180 17183 15807 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 46 0 83013755 28521037824 68464 33554432000 4194304 4196468 140728099372368 139998349621520 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17187] ppid=17180 vsize=27852576 memory=280632224134992 CPUtime=0.02 cores=0-7
/proc/17183/task/17187/stat : 17187 (java) S 17180 17183 15807 0 -1 1077944384 30 0 0 0 2 0 0 0 20 0 46 0 83013755 28521037824 68464 33554432000 4194304 4196468 140728099372368 139998348568976 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17188] ppid=17180 vsize=27852576 memory=0 CPUtime=0.02 cores=0-7
/proc/17183/task/17188/stat : 17188 (java) S 17180 17183 15807 0 -1 1077944384 33 0 0 0 2 0 0 0 20 0 46 0 83013755 28521037824 68464 33554432000 4194304 4196468 140728099372368 139998347516432 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17189] ppid=17180 vsize=27852576 memory=7449332455338697560 CPUtime=0.02 cores=0-7
/proc/17183/task/17189/stat : 17189 (java) S 17180 17183 15807 0 -1 1077944384 37 0 0 0 2 0 0 0 20 0 46 0 83013755 28521037824 68464 33554432000 4194304 4196468 140728099372368 139998346463888 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17190] ppid=17180 vsize=27852576 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/17183/task/17190/stat : 17190 (java) S 17180 17183 15807 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 46 0 83013755 28521037824 68464 33554432000 4194304 4196468 140728099372368 139998345411344 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17191] ppid=17180 vsize=27852576 memory=214099824772683 CPUtime=0.02 cores=0-7
/proc/17183/task/17191/stat : 17191 (java) S 17180 17183 15807 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 46 0 83013755 28521037824 68464 33554432000 4194304 4196468 140728099372368 139998344358800 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17192] ppid=17180 vsize=27852576 memory=214099824772684 CPUtime=0.01 cores=0-7
/proc/17183/task/17192/stat : 17192 (java) S 17180 17183 15807 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 46 0 83013755 28521037824 68464 33554432000 4194304 4196468 140728099372368 139998343306256 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17193] ppid=17180 vsize=27852576 memory=214099824772685 CPUtime=0.01 cores=0-7
/proc/17183/task/17193/stat : 17193 (java) S 17180 17183 15807 0 -1 1077944384 238 0 0 0 1 0 0 0 20 0 46 0 83013755 28521037824 68464 33554432000 4194304 4196468 140728099372368 139998342253712 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17194] ppid=17180 vsize=27852576 memory=214099824772686 CPUtime=0.02 cores=0-7
/proc/17183/task/17194/stat : 17194 (java) S 17180 17183 15807 0 -1 1077944384 1598 0 0 0 2 0 0 0 20 0 46 0 83013756 28521037824 68464 33554432000 4194304 4196468 140728099372368 139997919361008 139998791113346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17195] ppid=17180 vsize=27852576 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17195/stat : 17195 (java) S 17180 17183 15807 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 46 0 83013757 28521037824 68464 33554432000 4194304 4196468 140728099372368 139997918307296 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17196] ppid=17180 vsize=27852576 memory=7449332455338697560 CPUtime=0 cores=0-7
/proc/17183/task/17196/stat : 17196 (java) S 17180 17183 15807 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 83013757 28521037824 68464 33554432000 4194304 4196468 140728099372368 139997917254656 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17197] ppid=17180 vsize=27852576 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17197/stat : 17197 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 83013759 28521037824 68464 33554432000 4194304 4196468 140728099372368 139997916203216 139998791120795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17198] ppid=17180 vsize=27852576 memory=0 CPUtime=0.73 cores=0-7
/proc/17183/task/17198/stat : 17198 (java) R 17180 17183 15807 0 -1 4202560 2288 0 0 0 71 2 0 0 20 0 46 0 83013759 28521037824 68464 33554432000 4194304 4196468 140728099372368 139997915144024 139998771829001 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17199] ppid=17180 vsize=27852576 memory=7649399384348636977 CPUtime=0.86 cores=0-7
/proc/17183/task/17199/stat : 17199 (java) R 17180 17183 15807 0 -1 4202560 2422 0 0 0 85 1 0 0 20 0 46 0 83013759 28521037824 68464 33554432000 4194304 4196468 140728099372368 139997914088568 139998775498886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17200] ppid=17180 vsize=27852576 memory=7012755875644334656 CPUtime=0.83 cores=0-7
/proc/17183/task/17200/stat : 17200 (java) R 17180 17183 15807 0 -1 4202560 2236 0 0 0 82 1 0 0 20 0 46 0 83013759 28521037824 68464 33554432000 4194304 4196468 140728099372368 139997913030624 139998770945807 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17201] ppid=17180 vsize=27852576 memory=56 CPUtime=0.98 cores=0-7
/proc/17183/task/17201/stat : 17201 (java) R 17180 17183 15807 0 -1 1077944384 6317 0 0 0 96 2 0 0 20 0 46 0 83013759 28521037824 68464 33554432000 4194304 4196468 140728099372368 139997911988928 139998791112405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17202] ppid=17180 vsize=27852576 memory=288230583166042426 CPUtime=0 cores=0-7
/proc/17183/task/17202/stat : 17202 (java) S 17180 17183 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 83013759 28521037824 68464 33554432000 4194304 4196468 140728099372368 139997910939872 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17203] ppid=17180 vsize=27852576 memory=14133333755955767 CPUtime=0 cores=0-7
/proc/17183/task/17203/stat : 17203 (java) S 17180 17183 15807 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 46 0 83013760 28521037824 68464 33554432000 4194304 4196468 140728099372368 139997909887408 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
Current children cumulated CPU time: 7.58 s
Current children cumulated vsize: 27852576 KiB
Current children cumulated memory: 273856 KiB

[startup+2.90159 s]
/proc/loadavg: 0.78 3.12 6.15 5/199 17203
/proc/meminfo: memFree=21122132/32770624 swapFree=67108860/67108860
[pid=17183] ppid=17180 vsize=27852576 memory=275604 CPUtime=8.34 cores=0-7
/proc/17183/stat : 17183 (java) S 17180 17183 15807 0 -1 1077944320 44100 0 0 0 811 23 0 0 20 0 45 0 83013753 28521037824 68901 33554432000 4194304 4196468 140728099372368 140728099354912 139998791102199 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
/proc/17183/statm: 6963144 68901 3595 1 0 6924694 0
[pid=17183/tid=17185] ppid=17180 vsize=27852576 memory=6791534058613427641 CPUtime=2.41 cores=0-7
/proc/17183/task/17185/stat : 17185 (java) S 17180 17183 15807 0 -1 1077944384 25023 0 0 0 234 7 0 0 20 0 45 0 83013754 28521037824 68901 33554432000 4194304 4196468 140728099372368 139998795339664 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17186] ppid=17180 vsize=27852576 memory=0 CPUtime=0.01 cores=0-7
/proc/17183/task/17186/stat : 17186 (java) S 17180 17183 15807 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 45 0 83013755 28521037824 68901 33554432000 4194304 4196468 140728099372368 139998349621520 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17187] ppid=17180 vsize=27852576 memory=6791534058613427641 CPUtime=0.02 cores=0-7
/proc/17183/task/17187/stat : 17187 (java) S 17180 17183 15807 0 -1 1077944384 30 0 0 0 2 0 0 0 20 0 45 0 83013755 28521037824 68901 33554432000 4194304 4196468 140728099372368 139998348568976 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17188] ppid=17180 vsize=27852576 memory=1200 CPUtime=0.02 cores=0-7
/proc/17183/task/17188/stat : 17188 (java) S 17180 17183 15807 0 -1 1077944384 33 0 0 0 2 0 0 0 20 0 45 0 83013755 28521037824 68901 33554432000 4194304 4196468 140728099372368 139998347516432 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17189] ppid=17180 vsize=27852576 memory=164 CPUtime=0.02 cores=0-7
/proc/17183/task/17189/stat : 17189 (java) S 17180 17183 15807 0 -1 1077944384 37 0 0 0 2 0 0 0 20 0 45 0 83013755 28521037824 68901 33554432000 4194304 4196468 140728099372368 139998346463888 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17190] ppid=17180 vsize=27852576 memory=8387223549236478041 CPUtime=0.01 cores=0-7
/proc/17183/task/17190/stat : 17190 (java) S 17180 17183 15807 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 45 0 83013755 28521037824 68901 33554432000 4194304 4196468 140728099372368 139998345411344 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17191] ppid=17180 vsize=27852576 memory=119576 CPUtime=0.02 cores=0-7
/proc/17183/task/17191/stat : 17191 (java) S 17180 17183 15807 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 45 0 83013755 28521037824 68901 33554432000 4194304 4196468 140728099372368 139998344358800 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17192] ppid=17180 vsize=27852576 memory=0 CPUtime=0.01 cores=0-7
/proc/17183/task/17192/stat : 17192 (java) S 17180 17183 15807 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 45 0 83013755 28521037824 68901 33554432000 4194304 4196468 140728099372368 139998343306256 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17193] ppid=17180 vsize=27852576 memory=0 CPUtime=0.01 cores=0-7
/proc/17183/task/17193/stat : 17193 (java) S 17180 17183 15807 0 -1 1077944384 238 0 0 0 1 0 0 0 20 0 45 0 83013755 28521037824 68901 33554432000 4194304 4196468 140728099372368 139998342253712 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17194] ppid=17180 vsize=27852576 memory=0 CPUtime=0.02 cores=0-7
/proc/17183/task/17194/stat : 17194 (java) S 17180 17183 15807 0 -1 1077944384 1598 0 0 0 2 0 0 0 20 0 45 0 83013756 28521037824 68901 33554432000 4194304 4196468 140728099372368 139997919361008 139998791113346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17195] ppid=17180 vsize=27852576 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17195/stat : 17195 (java) S 17180 17183 15807 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 45 0 83013757 28521037824 68901 33554432000 4194304 4196468 140728099372368 139997918307296 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17196] ppid=17180 vsize=27852576 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17196/stat : 17196 (java) S 17180 17183 15807 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 45 0 83013757 28521037824 68901 33554432000 4194304 4196468 140728099372368 139997917254656 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17197] ppid=17180 vsize=27852576 memory=0 CPUtime=0 cores=0-7
/proc/17183/task/17197/stat : 17197 (java) S 17180 17183 15807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 45 0 83013759 28521037824 68901 33554432000 4194304 4196468 140728099372368 139997916203216 139998791120795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17198] ppid=17180 vsize=27852576 memory=0 CPUtime=0.79 cores=0-7
/proc/17183/task/17198/stat : 17198 (java) R 17180 17183 15807 0 -1 4202560 2310 0 0 0 77 2 0 0 20 0 45 0 83013759 28521037824 68901 33554432000 4194304 4196468 140728099372368 139997915136944 139998770321558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17199] ppid=17180 vsize=27852576 memory=238176 CPUtime=0.9 cores=0-7
/proc/17183/task/17199/stat : 17199 (java) R 17180 17183 15807 0 -1 4202560 2430 0 0 0 89 1 0 0 20 0 45 0 83013759 28521037824 68901 33554432000 4194304 4196468 140728099372368 139997914079824 139998774598969 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17200] ppid=17180 vsize=27852576 memory=6655300316396806240 CPUtime=0.88 cores=0-7
/proc/17183/task/17200/stat : 17200 (java) R 17180 17183 15807 0 -1 4202560 2534 0 0 0 87 1 0 0 20 0 45 0 83013759 28521037824 68901 33554432000 4194304 4196468 140728099372368 139997913025808 139998774513152 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17201] ppid=17180 vsize=27852576 memory=4206186544037388384 CPUtime=1.03 cores=0-7
/proc/17183/task/17201/stat : 17201 (java) R 17180 17183 15807 0 -1 1077944384 6382 0 0 0 101 2 0 0 20 0 45 0 83013759 28521037824 68901 33554432000 4194304 4196468 140728099372368 139997911993008 139998791112405 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17202] ppid=17180 vsize=27852576 memory=280632223596784 CPUtime=0 cores=0-7
/proc/17183/task/17202/stat : 17202 (java) S 17180 17183 15807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 45 0 83013759 28521037824 68901 33554432000 4194304 4196468 140728099372368 139997910939872 139998791112405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
[pid=17183/tid=17203] ppid=17180 vsize=27852576 memory=7955166091236687980 CPUtime=0 cores=0-7
/proc/17183/task/17203/stat : 17203 (java) S 17180 17183 15807 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 45 0 83013760 28521037824 68901 33554432000 4194304 4196468 140728099372368 139997909887408 139998791113346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23871488 140728099378254 140728099378437 140728099378437 140728099381199 0
Current children cumulated CPU time: 8.34 s
Current children cumulated vsize: 27852576 KiB
Current children cumulated memory: 275604 KiB

Child status: 0
Real time (s): 2.94648
CPU time (s): 8.48039
CPU user time (s): 8.23542
CPU system time (s): 0.244975
CPU usage (%): 287.814
Max. virtual memory (cumulated for all children) (KiB): 27852576
Max. memory (cumulated for all children) (KiB): 275604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.23541
system time used= 0.244975
maximum resident set size= 278484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44347
page faults= 0
swaps= 0
block input operations= 0
block output operations= 80
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7261
involuntary context switches= 145


# summary of solver processes directly reported to runsolver:
#   pid: 17183
#   total CPU time (s): 8.48039
#   total CPU user time (s): 8.23542
#   total CPU system time (s): 0.244975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029538 second user time and 0.080298 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-27 03:21:46
IDJOB=4291158
IDBENCH=141350
IDSOLVER=2745
FILE ID=node107/4291158-1532654506
RUNJOBID= node107-1532654109-15834
PBS_JOBID= 21022215
Free space on /tmp= 54472 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1s-2_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-4291158-1532654506/watcher-4291158-1532654506 -o /tmp/evaluation-result-4291158-1532654506/solver-4291158-1532654506 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1532654109-15834 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 532855807 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291158-1532654506.xml

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

MD5SUM BENCH= a795c17341a98acc8ee8963fc359ded0
RANDOM SEED=532855807

node107.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.40
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.40
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.40
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.40
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:        21355296 kB
MemAvailable:   31929444 kB
Buffers:          206620 kB
Cached:         10601184 kB
SwapCached:            0 kB
Active:          4332416 kB
Inactive:        6530976 kB
Active(anon):       4760 kB
Inactive(anon):    78660 kB
Active(file):    4327656 kB
Inactive(file):  6452316 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35712 kB
Writeback:             0 kB
AnonPages:        119404 kB
Mapped:            41888 kB
Shmem:             25260 kB
Slab:             247936 kB
SReclaimable:     220024 kB
SUnreclaim:        27912 kB
KernelStack:        3872 kB
PageTables:         6012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54436 MiB
End job on node107 at 2018-07-27 03:21:49