Trace number 4285286

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22SAT 59.886398 9.1587

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-xcsp2-s1/
MultiKnapsack-1-6_X2.xml
MD5SUM2db28deb13cd993d5df964576e04fc69
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.2847
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints6
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree6
Maximum variable degree6
Distribution of variable degrees[{"degree":6,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.36	c version: 2017-08-22
0.29/0.37	c seed: 2032702535
0.29/0.37	c timeout: 20160
0.29/0.37	c memlimit: 22000
0.29/0.37	c nbcore: 8
0.29/0.39	c Parsing instance...
0.82/0.63	c Parsing done, starting search...
59.80/9.13	s SATISFIABLE
59.80/9.13	v <instantiation>
59.80/9.13	v 	<list>
59.80/9.13	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
59.80/9.13	v 	</list>
59.80/9.13	v 	<values>
59.80/9.13	v 		0 0 0 1 0 1 0 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 0 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 
59.80/9.13	v 	</values>
59.80/9.13	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285286-1503419650/watcher-4285286-1503419650 -o /tmp/evaluation-result-4285286-1503419650/solver-4285286-1503419650 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node124-1503398584-12989 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2032702535 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285286-1503419650.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=15131, runsolver pid=15128

[startup+0.100158 s]*
/proc/loadavg: 2.71 1.23 1.70 2/185 15144
/proc/meminfo: memFree=31197272/32770624 swapFree=67108860/67108860
[pid=15131] ppid=15128 vsize=25927168 memory=22076 CPUtime=0.05 cores=0-7
/proc/15131/stat : 15131 (java) S 15128 15131 12932 0 -1 1077944320 4973 0 0 0 5 0 0 0 20 0 19 0 130305587 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140726652969536 140692120157943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
/proc/15131/statm: 6481792 5519 2582 1 0 6471289 0
[pid=15131/tid=15133] ppid=15128 vsize=25927168 memory=0 CPUtime=0.04 cores=0-7
/proc/15131/task/15133/stat : 15133 (java) D 15128 15131 12932 0 -1 1077944384 3075 0 0 0 4 0 0 0 20 0 19 0 130305592 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140692124395328 140692120181821 0 4 1 16800974 18446744072101588516 0 0 -1 6 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15134] ppid=15128 vsize=25927168 memory=139708775147136 CPUtime=0 cores=0-7
/proc/15131/task/15134/stat : 15134 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 130305593 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140692077124368 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15135] ppid=15128 vsize=25927168 memory=139708775147136 CPUtime=0 cores=0-7
/proc/15131/task/15135/stat : 15135 (java) S 15128 15131 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 130305593 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140692076071824 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15136] ppid=15128 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15136/stat : 15136 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 130305593 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140692075019280 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15137] ppid=15128 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15137/stat : 15137 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 130305593 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140692073966736 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15138] ppid=15128 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15138/stat : 15138 (java) S 15128 15131 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 130305593 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140692072913168 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15139] ppid=15128 vsize=25927168 memory=-1 CPUtime=0 cores=0-7
/proc/15131/task/15139/stat : 15139 (java) S 15128 15131 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 130305593 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140692071860624 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15140] ppid=15128 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15140/stat : 15140 (java) S 15128 15131 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 130305593 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140692070808080 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15141] ppid=15128 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15141/stat : 15141 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 130305593 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140692069755536 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15142] ppid=15128 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15142/stat : 15142 (java) S 15128 15131 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 130305594 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140690330171888 140692120169090 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15143] ppid=15128 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15143/stat : 15143 (java) S 15128 15131 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 130305595 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140690329118112 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15144] ppid=15128 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15144/stat : 15144 (java) S 15128 15131 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 130305595 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140690328065520 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15145] ppid=15128 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15145/stat : 15145 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 130305597 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140690327014096 140692120176539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15146] ppid=15128 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15146/stat : 15146 (java) S 15128 15131 12932 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 19 0 130305597 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140690325960688 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15147] ppid=15128 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15147/stat : 15147 (java) S 15128 15131 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 130305597 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140690324908144 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15148] ppid=15128 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15148/stat : 15148 (java) S 15128 15131 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 130305597 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140690323855600 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15149] ppid=15128 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15149/stat : 15149 (java) S 15128 15131 12932 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 19 0 130305597 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140690322803056 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15150] ppid=15128 vsize=25927168 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15150/stat : 15150 (java) S 15128 15131 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 130305597 26549420032 5519 18446744073709551615 4194304 4196468 140726652986992 140690321750752 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 25927168 KiB
Current children cumulated memory: 22076 KiB

[startup+0.209695 s]*
/proc/loadavg: 2.71 1.23 1.70 3/192 15151
/proc/meminfo: memFree=31187660/32770624 swapFree=67108860/67108860
[pid=15131] ppid=15128 vsize=25996608 memory=32264 CPUtime=0.13 cores=0-7
/proc/15131/stat : 15131 (java) S 15128 15131 12932 0 -1 1077944320 9548 0 0 0 11 2 0 0 20 0 20 0 130305587 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140726652969536 140692120157943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
/proc/15131/statm: 6499152 8066 3387 1 0 6487930 0
[pid=15131/tid=15133] ppid=15128 vsize=25996608 memory=-8774313645642428999 CPUtime=0.09 cores=0-7
/proc/15131/task/15133/stat : 15133 (java) R 15128 15131 12932 0 -1 4202560 7480 0 0 0 8 1 0 0 20 0 20 0 130305592 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140692124363936 140692081114975 0 4 1 16800974 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15134] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15134/stat : 15134 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130305593 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140692077124368 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15135] ppid=15128 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/15131/task/15135/stat : 15135 (java) S 15128 15131 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130305593 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140692076071824 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15136] ppid=15128 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/15131/task/15136/stat : 15136 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130305593 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140692075019280 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15137] ppid=15128 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/15131/task/15137/stat : 15137 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130305593 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140692073966736 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15138] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15138/stat : 15138 (java) S 15128 15131 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130305593 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140692072913168 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15139] ppid=15128 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/15131/task/15139/stat : 15139 (java) S 15128 15131 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130305593 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140692071860624 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15140] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15140/stat : 15140 (java) S 15128 15131 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 130305593 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140692070808080 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15141] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15141/stat : 15141 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130305593 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140692069755536 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15142] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15142/stat : 15142 (java) S 15128 15131 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130305594 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140690330171888 140692120169090 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15143] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15143/stat : 15143 (java) S 15128 15131 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 130305595 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140690329118112 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15144] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15144/stat : 15144 (java) S 15128 15131 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 130305595 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140690328065520 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15145] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15145/stat : 15145 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130305597 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140690327014096 140692120176539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15146] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15146/stat : 15146 (java) S 15128 15131 12932 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 130305597 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140690325960688 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15147] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15147/stat : 15147 (java) S 15128 15131 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 130305597 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140690324908144 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15148] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15148/stat : 15148 (java) S 15128 15131 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 130305597 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140690323855600 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15149] ppid=15128 vsize=25996608 memory=0 CPUtime=0.02 cores=0-7
/proc/15131/task/15149/stat : 15149 (java) R 15128 15131 12932 0 -1 4202560 369 0 0 0 2 0 0 0 20 0 20 0 130305597 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140690322803056 140692120169878 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15150] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15150/stat : 15150 (java) S 15128 15131 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 130305597 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140690321750752 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15151] ppid=15128 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/15131/task/15151/stat : 15151 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130305603 26620526592 8066 18446744073709551615 4194304 4196468 140726652986992 140690320698288 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 32264 KiB

[startup+0.309584 s]*
/proc/loadavg: 2.71 1.23 1.70 3/192 15151
/proc/meminfo: memFree=31183344/32770624 swapFree=67108860/67108860
[pid=15131] ppid=15128 vsize=25996608 memory=38924 CPUtime=0.29 cores=0-7
/proc/15131/stat : 15131 (java) S 15128 15131 12932 0 -1 1077944320 11033 0 0 0 26 3 0 0 20 0 20 0 130305587 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140726652969536 140692120157943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
/proc/15131/statm: 6499152 9731 3565 1 0 6487930 0
[pid=15131/tid=15133] ppid=15128 vsize=25996608 memory=-8774313645642428999 CPUtime=0.19 cores=0-7
/proc/15131/task/15133/stat : 15133 (java) R 15128 15131 12932 0 -1 4202560 8627 0 0 0 17 2 0 0 20 0 20 0 130305592 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140692124383024 140692104238430 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15134] ppid=15128 vsize=25996608 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/15131/task/15134/stat : 15134 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130305593 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140692077124368 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15135] ppid=15128 vsize=25996608 memory=4048 CPUtime=0 cores=0-7
/proc/15131/task/15135/stat : 15135 (java) S 15128 15131 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130305593 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140692076071824 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15136] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15136/stat : 15136 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130305593 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140692075019280 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15137] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15137/stat : 15137 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130305593 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140692073966736 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15138] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15138/stat : 15138 (java) S 15128 15131 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130305593 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140692072913168 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15139] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15139/stat : 15139 (java) S 15128 15131 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130305593 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140692071860624 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15140] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15140/stat : 15140 (java) S 15128 15131 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 130305593 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140692070808080 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15141] ppid=15128 vsize=25996608 memory=2244 CPUtime=0 cores=0-7
/proc/15131/task/15141/stat : 15141 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130305593 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140692069755536 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15142] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15142/stat : 15142 (java) S 15128 15131 12932 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 130305594 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140690330171888 140692120169090 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15143] ppid=15128 vsize=25996608 memory=139708642456527 CPUtime=0 cores=0-7
/proc/15131/task/15143/stat : 15143 (java) S 15128 15131 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 130305595 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140690329118112 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15144] ppid=15128 vsize=25996608 memory=279417284933776 CPUtime=0 cores=0-7
/proc/15131/task/15144/stat : 15144 (java) S 15128 15131 12932 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 130305595 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140690328065520 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15145] ppid=15128 vsize=25996608 memory=279417284931472 CPUtime=0 cores=0-7
/proc/15131/task/15145/stat : 15145 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130305597 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140690327014096 140692120176539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15146] ppid=15128 vsize=25996608 memory=279417284929168 CPUtime=0.01 cores=0-7
/proc/15131/task/15146/stat : 15146 (java) S 15128 15131 12932 0 -1 1077944384 436 0 0 0 1 0 0 0 20 0 20 0 130305597 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140690325960688 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15147] ppid=15128 vsize=25996608 memory=279417284936080 CPUtime=0 cores=0-7
/proc/15131/task/15147/stat : 15147 (java) S 15128 15131 12932 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 130305597 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140690324908144 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15148] ppid=15128 vsize=25996608 memory=279417284924560 CPUtime=0.01 cores=0-7
/proc/15131/task/15148/stat : 15148 (java) S 15128 15131 12932 0 -1 1077944384 170 0 0 0 1 0 0 0 20 0 20 0 130305597 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140690323855600 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15149] ppid=15128 vsize=25996608 memory=279417284949840 CPUtime=0.05 cores=0-7
/proc/15131/task/15149/stat : 15149 (java) S 15128 15131 12932 0 -1 1077944384 391 0 0 0 5 0 0 0 20 0 20 0 130305597 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140690322803056 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15150] ppid=15128 vsize=25996608 memory=-1 CPUtime=0 cores=0-7
/proc/15131/task/15150/stat : 15150 (java) S 15128 15131 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 130305597 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140690321750752 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15151] ppid=15128 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15151/stat : 15151 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130305603 26620526592 9731 18446744073709551615 4194304 4196468 140726652986992 140690320698288 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 38924 KiB

[startup+0.700879 s]
/proc/loadavg: 2.71 1.23 1.70 2/192 15151
/proc/meminfo: memFree=31168132/32770624 swapFree=67108860/67108860
[pid=15131] ppid=15128 vsize=26000724 memory=70824 CPUtime=0.97 cores=0-7
/proc/15131/stat : 15131 (java) S 15128 15131 12932 0 -1 1077944320 14490 0 0 0 92 5 0 0 20 0 20 0 130305587 26624741376 17706 18446744073709551615 4194304 4196468 140726652986992 140726652969536 140692120157943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
/proc/15131/statm: 6500181 17706 3722 1 0 6488954 0
[pid=15131/tid=15133] ppid=15128 vsize=26000724 memory=1008 CPUtime=0.57 cores=0-7
/proc/15131/task/15133/stat : 15133 (java) R 15128 15131 12932 0 -1 4202560 11102 0 0 0 54 3 0 0 20 0 20 0 130305592 26624741376 17706 18446744073709551615 4194304 4196468 140726652986992 140692124376128 140692112395070 0 4 1 16800974 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15134] ppid=15128 vsize=26000724 memory=1232 CPUtime=0 cores=0-7
/proc/15131/task/15134/stat : 15134 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130305593 26624741376 17706 18446744073709551615 4194304 4196468 140726652986992 140692077124368 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15135] ppid=15128 vsize=26000724 memory=9064 CPUtime=0 cores=0-7
/proc/15131/task/15135/stat : 15135 (java) S 15128 15131 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130305593 26624741376 17706 18446744073709551615 4194304 4196468 140726652986992 140692076071824 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15136] ppid=15128 vsize=26000724 memory=4616 CPUtime=0 cores=0-7
/proc/15131/task/15136/stat : 15136 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130305593 26624741376 17706 18446744073709551615 4194304 4196468 140726652986992 140692075019280 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15137] ppid=15128 vsize=26000724 memory=5936117487063095142 CPUtime=0 cores=0-7
/proc/15131/task/15137/stat : 15137 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130305593 26624741376 17706 18446744073709551615 4194304 4196468 140726652986992 140692073966736 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15138] ppid=15128 vsize=26000724 memory=-7655404311101385754 CPUtime=0 cores=0-7
/proc/15131/task/15138/stat : 15138 (java) S 15128 15131 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130305593 26624741376 17706 18446744073709551615 4194304 4196468 140726652986992 140692072913168 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15139] ppid=15128 vsize=26000724 memory=95 CPUtime=0 cores=0-7
/proc/15131/task/15139/stat : 15139 (java) S 15128 15131 12932 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 130305593 26624741376 17706 18446744073709551615 4194304 4196468 140726652986992 140692071860624 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15140] ppid=15128 vsize=26000724 memory=279417285052496 CPUtime=0 cores=0-7
/proc/15131/task/15140/stat : 15140 (java) S 15128 15131 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 130305593 26624741376 17706 18446744073709551615 4194304 4196468 140726652986992 140692070808080 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15141] ppid=15128 vsize=26000724 memory=1440 CPUtime=0 cores=0-7
/proc/15131/task/15141/stat : 15141 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 130305593 26624741376 17706 18446744073709551615 4194304 4196468 140726652986992 140692069755536 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15142] ppid=15128 vsize=26000724 memory=1204 CPUtime=0 cores=0-7
/proc/15131/task/15142/stat : 15142 (java) S 15128 15131 12932 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 130305594 26624741376 17706 18446744073709551615 4194304 4196468 140726652986992 140690330171888 140692120169090 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15143] ppid=15128 vsize=26000724 memory=15884 CPUtime=0 cores=0-7
/proc/15131/task/15143/stat : 15143 (java) S 15128 15131 12932 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 130305595 26624741376 17706 18446744073709551615 4194304 4196468 140726652986992 140690329118112 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0

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

[pid=15131/tid=15149] ppid=15128 vsize=27739616 memory=28804 CPUtime=0.71 cores=0-7
/proc/15131/task/15149/stat : 15149 (java) S 15128 15131 12932 0 -1 1077944384 7548 0 0 0 69 2 0 0 20 0 46 0 130305597 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140690322803056 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15150] ppid=15128 vsize=27739616 memory=31012 CPUtime=0 cores=0-7
/proc/15131/task/15150/stat : 15150 (java) S 15128 15131 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 130305597 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140690321750752 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15151] ppid=15128 vsize=27739616 memory=33220 CPUtime=0 cores=0-7
/proc/15131/task/15151/stat : 15151 (java) S 15128 15131 12932 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 46 0 130305603 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140690320698288 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 27 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15152] ppid=15128 vsize=27739616 memory=35428 CPUtime=0.01 cores=0-7
/proc/15131/task/15152/stat : 15152 (java) S 15128 15131 12932 0 -1 1077944384 150 0 0 0 1 0 0 0 20 0 46 0 130305759 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140690312504528 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15153] ppid=15128 vsize=27739616 memory=37636 CPUtime=0.01 cores=0-7
/proc/15131/task/15153/stat : 15153 (java) S 15128 15131 12932 0 -1 1077944384 1771 0 0 0 0 1 0 0 20 0 46 0 130305771 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689704740368 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15154] ppid=15128 vsize=27739616 memory=39844 CPUtime=1.44 cores=0-7
/proc/15131/task/15154/stat : 15154 (java) R 15128 15131 12932 0 -1 4202560 179 0 0 0 144 0 0 0 20 0 46 0 130305781 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689701583960 140691744928424 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15155] ppid=15128 vsize=27739616 memory=42052 CPUtime=2.51 cores=0-7
/proc/15131/task/15155/stat : 15155 (java) R 15128 15131 12932 0 -1 4202560 207 0 0 0 251 0 0 0 20 0 46 0 130305782 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689700536448 140691744928645 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15156] ppid=15128 vsize=27739616 memory=44260 CPUtime=1.76 cores=0-7
/proc/15131/task/15156/stat : 15156 (java) S 15128 15131 12932 0 -1 1077944384 117 0 0 0 176 0 0 0 20 0 46 0 130305783 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689699484816 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15157] ppid=15128 vsize=27739616 memory=46468 CPUtime=1.96 cores=0-7
/proc/15131/task/15157/stat : 15157 (java) S 15128 15131 12932 0 -1 1077944384 268 0 0 0 195 1 0 0 20 0 46 0 130305786 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689698432272 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15158] ppid=15128 vsize=27739616 memory=48676 CPUtime=3.12 cores=0-7
/proc/15131/task/15158/stat : 15158 (java) S 15128 15131 12932 0 -1 1077944384 224 0 0 0 310 2 0 0 20 0 46 0 130305786 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689697379728 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15159] ppid=15128 vsize=27739616 memory=50884 CPUtime=2.11 cores=0-7
/proc/15131/task/15159/stat : 15159 (java) S 15128 15131 12932 0 -1 1077944384 71 0 0 0 211 0 0 0 20 0 46 0 130305786 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689696327184 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15160] ppid=15128 vsize=27739616 memory=279417286811584 CPUtime=3.49 cores=0-7
/proc/15131/task/15160/stat : 15160 (java) S 15128 15131 12932 0 -1 1077944384 242 0 0 0 349 0 0 0 20 0 46 0 130305786 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689695274640 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15161] ppid=15128 vsize=27739616 memory=0 CPUtime=3.02 cores=0-7
/proc/15131/task/15161/stat : 15161 (java) S 15128 15131 12932 0 -1 1077944384 238 0 0 0 301 1 0 0 20 0 46 0 130305786 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689694222096 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15162] ppid=15128 vsize=27739616 memory=0 CPUtime=1.37 cores=0-7
/proc/15131/task/15162/stat : 15162 (java) S 15128 15131 12932 0 -1 1077944384 96 0 0 0 137 0 0 0 20 0 46 0 130305786 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689693168528 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15163] ppid=15128 vsize=27739616 memory=0 CPUtime=2.28 cores=0-7
/proc/15131/task/15163/stat : 15163 (java) S 15128 15131 12932 0 -1 1077944384 256 0 0 0 227 1 0 0 20 0 46 0 130305786 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689692115984 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15164] ppid=15128 vsize=27739616 memory=0 CPUtime=3.57 cores=0-7
/proc/15131/task/15164/stat : 15164 (java) R 15128 15131 12932 0 -1 4202560 142 0 0 0 357 0 0 0 20 0 46 0 130305788 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689688962400 140691745179431 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15165] ppid=15128 vsize=27739616 memory=6155134684719836515 CPUtime=0.84 cores=0-7
/proc/15131/task/15165/stat : 15165 (java) S 15128 15131 12932 0 -1 1077944384 188 0 0 0 84 0 0 0 20 0 46 0 130305794 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689685779728 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15166] ppid=15128 vsize=27739616 memory=5787217125598910313 CPUtime=2.56 cores=0-7
/proc/15131/task/15166/stat : 15166 (java) R 15128 15131 12932 0 -1 4202560 109 0 0 0 256 0 0 0 20 0 46 0 130305795 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689684721160 140691744927980 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15167] ppid=15128 vsize=27739616 memory=7380106142448642411 CPUtime=1.56 cores=0-7
/proc/15131/task/15167/stat : 15167 (java) S 15128 15131 12932 0 -1 1077944384 524 0 0 0 156 0 0 0 20 0 46 0 130305795 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689683674640 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15168] ppid=15128 vsize=27739616 memory=7085713901275555734 CPUtime=2.41 cores=0-7
/proc/15131/task/15168/stat : 15168 (java) S 15128 15131 12932 0 -1 1077944384 134 0 0 0 241 0 0 0 20 0 46 0 130305797 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689682622096 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15169] ppid=15128 vsize=27739616 memory=94 CPUtime=2.59 cores=0-7
/proc/15131/task/15169/stat : 15169 (java) S 15128 15131 12932 0 -1 1077944384 109 0 0 0 258 1 0 0 20 0 46 0 130305798 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689681569552 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15170] ppid=15128 vsize=27739616 memory=279417286882128 CPUtime=1.87 cores=0-7
/proc/15131/task/15170/stat : 15170 (java) S 15128 15131 12932 0 -1 1077944384 100 0 0 0 187 0 0 0 20 0 46 0 130305799 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689680515984 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15171] ppid=15128 vsize=27739616 memory=0 CPUtime=4.32 cores=0-7
/proc/15131/task/15171/stat : 15171 (java) R 15128 15131 12932 0 -1 4202560 371 0 0 0 430 2 0 0 20 0 46 0 130305802 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689679457416 140691745464782 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15172] ppid=15128 vsize=27739616 memory=0 CPUtime=1.37 cores=0-7
/proc/15131/task/15172/stat : 15172 (java) R 15128 15131 12932 0 -1 4202560 128 0 0 0 136 1 0 0 20 0 46 0 130305803 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689678409984 140691744927907 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15173] ppid=15128 vsize=27739616 memory=0 CPUtime=0.48 cores=0-7
/proc/15131/task/15173/stat : 15173 (java) S 15128 15131 12932 0 -1 1077944384 45 0 0 0 48 0 0 0 20 0 46 0 130305863 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689677358352 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15174] ppid=15128 vsize=27739616 memory=0 CPUtime=3.43 cores=0-7
/proc/15131/task/15174/stat : 15174 (java) R 15128 15131 12932 0 -1 4202560 140 0 0 0 341 2 0 0 20 0 46 0 130305863 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689676304896 140691744928519 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15175] ppid=15128 vsize=27739616 memory=0 CPUtime=2.29 cores=0-7
/proc/15131/task/15175/stat : 15175 (java) R 15128 15131 12932 0 -1 4202560 439 0 0 0 226 3 0 0 20 0 46 0 130305889 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689675247480 140691744928018 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15176] ppid=15128 vsize=27739616 memory=0 CPUtime=0.3 cores=0-7
/proc/15131/task/15176/stat : 15176 (java) S 15128 15131 12932 0 -1 1077944384 76 0 0 0 29 1 0 0 20 0 46 0 130305890 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689674200720 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15177] ppid=15128 vsize=27739616 memory=0 CPUtime=1.48 cores=0-7
/proc/15131/task/15177/stat : 15177 (java) S 15128 15131 12932 0 -1 1077944384 354 0 0 0 147 1 0 0 20 0 46 0 130305890 28405366784 287303 18446744073709551615 4194304 4196468 140726652986992 140689673148176 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
Current children cumulated CPU time: 58.17 s
Current children cumulated vsize: 27739616 KiB
Current children cumulated memory: 1149212 KiB

[startup+9.10642 s]*
/proc/loadavg: 2.74 1.26 1.71 2/222 15191
/proc/meminfo: memFree=30066704/32770624 swapFree=67108860/67108860
[pid=15131] ppid=15128 vsize=27739616 memory=1149528 CPUtime=59.8 cores=0-7
/proc/15131/stat : 15131 (java) S 15128 15131 12932 0 -1 1077944320 53166 0 0 0 5922 58 0 0 20 0 45 0 130305587 28405366784 287382 18446744073709551615 4194304 4196468 140726652986992 140726652969536 140692120157943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
/proc/15131/statm: 6934904 287382 3821 1 0 6923156 0
[pid=15131/tid=15133] ppid=15128 vsize=27739616 memory=3473458624346731576 CPUtime=1.64 cores=0-7
/proc/15131/task/15133/stat : 15133 (java) S 15128 15131 12932 0 -1 1077944384 15748 0 0 0 156 8 0 0 20 0 45 0 130305592 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140692124395648 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15134] ppid=15128 vsize=27739616 memory=3473464130427762229 CPUtime=0.03 cores=0-7
/proc/15131/task/15134/stat : 15134 (java) S 15128 15131 12932 0 -1 1077944384 153 0 0 0 2 1 0 0 20 0 45 0 130305593 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140692077124368 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15135] ppid=15128 vsize=27739616 memory=139708775147136 CPUtime=0.04 cores=0-7
/proc/15131/task/15135/stat : 15135 (java) S 15128 15131 12932 0 -1 1077944384 183 0 0 0 3 1 0 0 20 0 45 0 130305593 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140692076071824 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15136] ppid=15128 vsize=27739616 memory=2607 CPUtime=0.03 cores=0-7
/proc/15131/task/15136/stat : 15136 (java) S 15128 15131 12932 0 -1 1077944384 636 0 0 0 2 1 0 0 20 0 45 0 130305593 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140692075019280 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15137] ppid=15128 vsize=27739616 memory=279417285835072 CPUtime=0.04 cores=0-7
/proc/15131/task/15137/stat : 15137 (java) S 15128 15131 12932 0 -1 1077944384 158 0 0 0 3 1 0 0 20 0 45 0 130305593 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140692073966736 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15138] ppid=15128 vsize=27739616 memory=139708643219459 CPUtime=0.04 cores=0-7
/proc/15131/task/15138/stat : 15138 (java) S 15128 15131 12932 0 -1 1077944384 70 0 0 0 3 1 0 0 20 0 45 0 130305593 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140692072913168 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15139] ppid=15128 vsize=27739616 memory=139708643206559 CPUtime=0.04 cores=0-7
/proc/15131/task/15139/stat : 15139 (java) S 15128 15131 12932 0 -1 1077944384 78 0 0 0 3 1 0 0 20 0 45 0 130305593 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140692071860624 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15140] ppid=15128 vsize=27739616 memory=279417286423584 CPUtime=0.04 cores=0-7
/proc/15131/task/15140/stat : 15140 (java) S 15128 15131 12932 0 -1 1077944384 780 0 0 0 3 1 0 0 20 0 45 0 130305593 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140692070808080 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15141] ppid=15128 vsize=27739616 memory=0 CPUtime=0.03 cores=0-7
/proc/15131/task/15141/stat : 15141 (java) S 15128 15131 12932 0 -1 1077944384 69 0 0 0 2 1 0 0 20 0 45 0 130305593 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140692069755536 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15142] ppid=15128 vsize=27739616 memory=0 CPUtime=0.02 cores=0-7
/proc/15131/task/15142/stat : 15142 (java) S 15128 15131 12932 0 -1 1077944384 1716 0 0 0 2 0 0 0 20 0 45 0 130305594 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140690330171888 140692120169090 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15143] ppid=15128 vsize=27739616 memory=-1 CPUtime=0 cores=0-7
/proc/15131/task/15143/stat : 15143 (java) S 15128 15131 12932 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 45 0 130305595 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140690329118176 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15144] ppid=15128 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15144/stat : 15144 (java) S 15128 15131 12932 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 45 0 130305595 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140690328065536 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15145] ppid=15128 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15145/stat : 15145 (java) S 15128 15131 12932 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 45 0 130305597 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140690327014096 140692120176539 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15146] ppid=15128 vsize=27739616 memory=0 CPUtime=1.04 cores=0-7
/proc/15131/task/15146/stat : 15146 (java) S 15128 15131 12932 0 -1 1077944384 6397 0 0 0 102 2 0 0 20 0 45 0 130305597 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140690325960688 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15147] ppid=15128 vsize=27739616 memory=0 CPUtime=0.91 cores=0-7
/proc/15131/task/15147/stat : 15147 (java) S 15128 15131 12932 0 -1 1077944384 4214 0 0 0 89 2 0 0 20 0 45 0 130305597 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140690324908144 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15148] ppid=15128 vsize=27739616 memory=0 CPUtime=1.02 cores=0-7
/proc/15131/task/15148/stat : 15148 (java) R 15128 15131 12932 0 -1 4202560 5556 0 0 0 101 1 0 0 20 0 45 0 130305597 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140690323838112 140692099448583 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15149] ppid=15128 vsize=27739616 memory=0 CPUtime=0.72 cores=0-7
/proc/15131/task/15149/stat : 15149 (java) R 15128 15131 12932 0 -1 4202560 7656 0 0 0 70 2 0 0 20 0 45 0 130305597 28405366784 287384 18446744073709551615 4194304 4196468 140726652986992 140690322802240 140692099175043 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15150] ppid=15128 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/15131/task/15150/stat : 15150 (java) S 15128 15131 12932 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 45 0 130305597 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140690321750752 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15151] ppid=15128 vsize=27739616 memory=-1 CPUtime=0 cores=0-7
/proc/15131/task/15151/stat : 15151 (java) S 15128 15131 12932 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 45 0 130305603 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140690320698288 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 27 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15153] ppid=15128 vsize=27739616 memory=-1 CPUtime=0.01 cores=0-7
/proc/15131/task/15153/stat : 15153 (java) S 15128 15131 12932 0 -1 1077944384 1771 0 0 0 0 1 0 0 20 0 45 0 130305771 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689704740368 140692120169090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15154] ppid=15128 vsize=27739616 memory=0 CPUtime=1.64 cores=0-7
/proc/15131/task/15154/stat : 15154 (java) S 15128 15131 12932 0 -1 1077944384 246 0 0 0 164 0 0 0 20 0 45 0 130305781 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689701589904 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15155] ppid=15128 vsize=27739616 memory=0 CPUtime=2.71 cores=0-7
/proc/15131/task/15155/stat : 15155 (java) S 15128 15131 12932 0 -1 1077944384 466 0 0 0 271 0 0 0 20 0 45 0 130305782 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689700537360 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15156] ppid=15128 vsize=27739616 memory=0 CPUtime=1.76 cores=0-7
/proc/15131/task/15156/stat : 15156 (java) S 15128 15131 12932 0 -1 1077944384 137 0 0 0 176 0 0 0 20 0 45 0 130305783 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689699480528 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15157] ppid=15128 vsize=27739616 memory=0 CPUtime=1.96 cores=0-7
/proc/15131/task/15157/stat : 15157 (java) S 15128 15131 12932 0 -1 1077944384 314 0 0 0 195 1 0 0 20 0 45 0 130305786 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689698432272 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15158] ppid=15128 vsize=27739616 memory=0 CPUtime=3.12 cores=0-7
/proc/15131/task/15158/stat : 15158 (java) S 15128 15131 12932 0 -1 1077944384 224 0 0 0 310 2 0 0 20 0 45 0 130305786 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689697379728 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15159] ppid=15128 vsize=27739616 memory=0 CPUtime=2.11 cores=0-7
/proc/15131/task/15159/stat : 15159 (java) R 15128 15131 12932 0 -1 4202560 109 0 0 0 211 0 0 0 20 0 45 0 130305786 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689696313024 140692099728919 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15160] ppid=15128 vsize=27739616 memory=0 CPUtime=3.49 cores=0-7
/proc/15131/task/15160/stat : 15160 (java) S 15128 15131 12932 0 -1 1077944384 242 0 0 0 349 0 0 0 20 0 45 0 130305786 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689695274640 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15161] ppid=15128 vsize=27739616 memory=0 CPUtime=3.02 cores=0-7
/proc/15131/task/15161/stat : 15161 (java) S 15128 15131 12932 0 -1 1077944384 238 0 0 0 301 1 0 0 20 0 45 0 130305786 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689694222096 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15162] ppid=15128 vsize=27739616 memory=0 CPUtime=1.37 cores=0-7
/proc/15131/task/15162/stat : 15162 (java) S 15128 15131 12932 0 -1 1077944384 96 0 0 0 137 0 0 0 20 0 45 0 130305786 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689693168528 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15163] ppid=15128 vsize=27739616 memory=0 CPUtime=2.28 cores=0-7
/proc/15131/task/15163/stat : 15163 (java) S 15128 15131 12932 0 -1 1077944384 331 0 0 0 227 1 0 0 20 0 45 0 130305786 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689692115984 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15164] ppid=15128 vsize=27739616 memory=0 CPUtime=3.77 cores=0-7
/proc/15131/task/15164/stat : 15164 (java) S 15128 15131 12932 0 -1 1077944384 175 0 0 0 377 0 0 0 20 0 45 0 130305788 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689688966288 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15165] ppid=15128 vsize=27739616 memory=0 CPUtime=0.84 cores=0-7
/proc/15131/task/15165/stat : 15165 (java) S 15128 15131 12932 0 -1 1077944384 212 0 0 0 84 0 0 0 20 0 45 0 130305794 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689685779728 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15166] ppid=15128 vsize=27739616 memory=0 CPUtime=2.76 cores=0-7
/proc/15131/task/15166/stat : 15166 (java) S 15128 15131 12932 0 -1 1077944384 170 0 0 0 276 0 0 0 20 0 45 0 130305795 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689684727184 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15167] ppid=15128 vsize=27739616 memory=0 CPUtime=1.56 cores=0-7
/proc/15131/task/15167/stat : 15167 (java) S 15128 15131 12932 0 -1 1077944384 527 0 0 0 156 0 0 0 20 0 45 0 130305795 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689683674640 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15168] ppid=15128 vsize=27739616 memory=0 CPUtime=2.41 cores=0-7
/proc/15131/task/15168/stat : 15168 (java) S 15128 15131 12932 0 -1 1077944384 134 0 0 0 241 0 0 0 20 0 45 0 130305797 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689682622096 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15169] ppid=15128 vsize=27739616 memory=-1 CPUtime=2.59 cores=0-7
/proc/15131/task/15169/stat : 15169 (java) S 15128 15131 12932 0 -1 1077944384 109 0 0 0 258 1 0 0 20 0 45 0 130305798 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689681569552 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15170] ppid=15128 vsize=27739616 memory=0 CPUtime=1.87 cores=0-7
/proc/15131/task/15170/stat : 15170 (java) R 15128 15131 12932 0 -1 4202560 414 0 0 0 187 0 0 0 20 0 45 0 130305799 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689680511712 140691737023120 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15171] ppid=15128 vsize=27739616 memory=0 CPUtime=4.52 cores=0-7
/proc/15131/task/15171/stat : 15171 (java) R 15128 15131 12932 0 -1 4202560 580 0 0 0 450 2 0 0 20 0 45 0 130305802 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689679450576 140692105591340 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15172] ppid=15128 vsize=27739616 memory=0 CPUtime=1.57 cores=0-7
/proc/15131/task/15172/stat : 15172 (java) S 15128 15131 12932 0 -1 1077944384 923 0 0 0 156 1 0 0 20 0 45 0 130305803 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689678410896 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15173] ppid=15128 vsize=27739616 memory=0 CPUtime=0.48 cores=0-7
/proc/15131/task/15173/stat : 15173 (java) S 15128 15131 12932 0 -1 1077944384 45 0 0 0 48 0 0 0 20 0 45 0 130305863 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689677358352 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15174] ppid=15128 vsize=27739616 memory=0 CPUtime=3.63 cores=0-7
/proc/15131/task/15174/stat : 15174 (java) S 15128 15131 12932 0 -1 1077944384 195 0 0 0 361 2 0 0 20 0 45 0 130305863 28405366784 287385 18446744073709551615 4194304 4196468 140726652986992 140689676305808 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15175] ppid=15128 vsize=27739616 memory=0 CPUtime=2.49 cores=0-7
/proc/15131/task/15175/stat : 15175 (java) S 15128 15131 12932 0 -1 1077944384 476 0 0 0 246 3 0 0 20 0 45 0 130305889 28405366784 287390 18446744073709551615 4194304 4196468 140726652986992 140689675253264 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15176] ppid=15128 vsize=27739616 memory=0 CPUtime=0.3 cores=0-7
/proc/15131/task/15176/stat : 15176 (java) S 15128 15131 12932 0 -1 1077944384 77 0 0 0 29 1 0 0 20 0 45 0 130305890 28405366784 287390 18446744073709551615 4194304 4196468 140726652986992 140689674200720 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
[pid=15131/tid=15177] ppid=15128 vsize=27739616 memory=0 CPUtime=1.48 cores=0-7
/proc/15131/task/15177/stat : 15177 (java) S 15128 15131 12932 0 -1 1077944384 354 0 0 0 147 1 0 0 20 0 45 0 130305890 28405366784 287390 18446744073709551615 4194304 4196468 140726652986992 140689673148176 140692120168149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27193344 140726652993899 140726652994085 140726652994085 140726652997583 0
Current children cumulated CPU time: 59.8 s
Current children cumulated vsize: 27739616 KiB
Current children cumulated memory: 1149528 KiB

Child status: 0
Real time (s): 9.1587
CPU time (s): 59.8864
CPU user time (s): 59.2857
CPU system time (s): 0.600672
CPU usage (%): 653.874
Max. virtual memory (cumulated for all children) (KiB): 27739616
Max. memory (cumulated for all children) (KiB): 1149528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.2857
system time used= 0.600672
maximum resident set size= 1150240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55589
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9657
involuntary context switches= 2721


# summary of solver processes directly reported to runsolver:
#   pid: 15131
#   total CPU time (s): 59.8864
#   total CPU user time (s): 59.2857
#   total CPU system time (s): 0.600672

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.103152 second user time and 0.163047 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-22 18:19:53
IDJOB=4285286
IDBENCH=120857
IDSOLVER=2681
FILE ID=node124/4285286-1503419650
RUNJOBID= node124-1503398584-12989
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-xcsp2-s1/MultiKnapsack-1-6_X2.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285286-1503419650/watcher-4285286-1503419650 -o /tmp/evaluation-result-4285286-1503419650/solver-4285286-1503419650 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node124-1503398584-12989 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2032702535 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285286-1503419650.xml

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

MD5SUM BENCH= 2db28deb13cd993d5df964576e04fc69
RANDOM SEED=2032702535

node124.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.51
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.51
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.51
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.51
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:        31207888 kB
MemAvailable:   31958128 kB
Buffers:          310320 kB
Cached:           740196 kB
SwapCached:            0 kB
Active:           694404 kB
Inactive:         407276 kB
Active(anon):       3908 kB
Inactive(anon):    97324 kB
Active(file):     690496 kB
Inactive(file):   309952 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42464 kB
Writeback:             0 kB
AnonPages:         51472 kB
Mapped:            64280 kB
Shmem:             49896 kB
Slab:             158056 kB
SReclaimable:     131252 kB
SUnreclaim:        26804 kB
KernelStack:        3040 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     319520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61988 MiB
End job on node124 at 2017-08-22 18:20:02