Trace number 4285992

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 2017-08-22OPT16 6.9828 2.13059

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-06.xml
MD5SUM961ba47a71bb5a6b7e86e986065c296e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.188062
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints74
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":30},{"size":9,"count":30}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":30},{"degree":7,"count":4},{"degree":8,"count":14},{"degree":10,"count":12}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":30},{"arity":3,"count":14},{"arity":4,"count":4},{"arity":6,"count":14},{"arity":9,"count":12}]
Number of extensional constraints44
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":44},{"type":"sum","count":30}]
Optimization problemYES
Type of objectivemax 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.29/0.25	c version: 2017-08-22
0.29/0.25	c seed: 294817736
0.29/0.25	c timeout: 2016
0.29/0.25	c memlimit: 22000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
0.85/0.56	c Parsing done, starting search...
4.87/1.90	o 0
5.42/1.90	o 4
5.42/1.90	o 6
5.42/1.90	o 8
5.42/1.92	o 9
5.42/1.92	o 10
5.42/1.93	o 12
5.42/1.96	o 13
5.42/1.96	o 14
5.42/2.01	o 15
6.31/2.03	o 16
6.31/2.10	s OPTIMUM FOUND
6.31/2.10	v <instantiation>
6.31/2.10	v 	<list>
6.31/2.10	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5]
6.31/2.10	v 	</list>
6.31/2.10	v 	<values>
6.31/2.10	v 		0 0 1 1 0 1 0 1 0 0 1 1 1 0 1 0 0 0 1 0 1 0 1 1 0 1 1 0 1 1 1 2 2 2 4 2 2 3 4 4 3 2 2 5 2 4 4 4 2 6 3 5 3 3 2 3 2 4 3 3 
6.31/2.10	v 	</values>
6.31/2.10	v </instantiation>

Verifier Data

OK	16

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285992-1503435833/watcher-4285992-1503435833 -o /tmp/evaluation-result-4285992-1503435833/solver-4285992-1503435833 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503424868-30842 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 294817736 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285992-1503435833.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=31780, runsolver pid=31777

[startup+0.100138 s]*
/proc/loadavg: 7.96 8.72 8.82 2/198 31800
/proc/meminfo: memFree=19277388/32770624 swapFree=67108860/67108860
[pid=31780] ppid=31777 vsize=26000852 memory=32220 CPUtime=0.12 cores=0-7
/proc/31780/stat : 31780 (java) S 31777 31780 30815 0 -1 1077944320 8460 0 0 0 10 2 0 0 20 0 20 0 176670879 26624872448 8055 33554432000 4194304 4196468 140736819008000 140736818990544 140236589760247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
/proc/31780/statm: 6500213 8055 3412 1 0 6487932 0
[pid=31780/tid=31782] ppid=31777 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/31780/task/31782/stat : 31782 (java) R 31777 31780 30815 0 -1 4202560 6410 0 0 0 8 1 0 0 20 0 20 0 176670879 26624872448 8055 33554432000 4194304 4196468 140736819008000 140236593976928 140236573840734 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31783] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31783/stat : 31783 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670880 26624872448 8055 33554432000 4194304 4196468 140736819008000 140236542380688 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31784] ppid=31777 vsize=26000852 memory=140165812934272 CPUtime=0 cores=0-7
/proc/31780/task/31784/stat : 31784 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670880 26624872448 8055 33554432000 4194304 4196468 140736819008000 140236541327888 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31785] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31785/stat : 31785 (java) S 31777 31780 30815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176670880 26624872448 8055 33554432000 4194304 4196468 140736819008000 140236540275088 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31786] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31786/stat : 31786 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670880 26624872448 8055 33554432000 4194304 4196468 140736819008000 140236539222288 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31787] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31787/stat : 31787 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670880 26624872448 8055 33554432000 4194304 4196468 140736819008000 140236538170512 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31788] ppid=31777 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/31780/task/31788/stat : 31788 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670880 26624872448 8055 33554432000 4194304 4196468 140736819008000 140236537117712 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31789] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31789/stat : 31789 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670880 26624872448 8055 33554432000 4194304 4196468 140736819008000 140236536064912 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31790] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31790/stat : 31790 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670880 26624872448 8055 33554432000 4194304 4196468 140736819008000 140236535012112 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31791] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31791/stat : 31791 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670881 26624872448 8055 33554432000 4194304 4196468 140736819008000 140234996070768 140236589771394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31792] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31792/stat : 31792 (java) S 31777 31780 30815 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176670882 26624872448 8055 33554432000 4194304 4196468 140736819008000 140234995016736 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31793] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31793/stat : 31793 (java) S 31777 31780 30815 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176670882 26624872448 8055 33554432000 4194304 4196468 140736819008000 140234993963888 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31794] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31794/stat : 31794 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670884 26624872448 8055 33554432000 4194304 4196468 140736819008000 140234992912208 140236589778843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31795] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31795/stat : 31795 (java) S 31777 31780 30815 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 176670884 26624872448 8055 33554432000 4194304 4196468 140736819008000 140234991860592 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31796] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31796/stat : 31796 (java) S 31777 31780 30815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176670884 26624872448 8055 33554432000 4194304 4196468 140736819008000 140234990807792 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31797] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31797/stat : 31797 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670884 26624872448 8055 33554432000 4194304 4196468 140736819008000 140234989754992 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31798] ppid=31777 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/31780/task/31798/stat : 31798 (java) S 31777 31780 30815 0 -1 1077944384 365 0 0 0 1 0 0 0 20 0 20 0 176670884 26624872448 8055 33554432000 4194304 4196468 140736819008000 140234988702192 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31799] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31799/stat : 31799 (java) S 31777 31780 30815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176670885 26624872448 8055 33554432000 4194304 4196468 140736819008000 140234987649632 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31800] ppid=31777 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/31780/task/31800/stat : 31800 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670885 26624872448 8055 33554432000 4194304 4196468 140736819008000 140234986596912 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32220 KiB

[startup+0.209591 s]*
/proc/loadavg: 7.96 8.72 8.82 3/198 31800
/proc/meminfo: memFree=19269508/32770624 swapFree=67108860/67108860
[pid=31780] ppid=31777 vsize=26000852 memory=41364 CPUtime=0.29 cores=0-7
/proc/31780/stat : 31780 (java) S 31777 31780 30815 0 -1 1077944320 9460 0 0 0 27 2 0 0 20 0 20 0 176670879 26624872448 10341 33554432000 4194304 4196468 140736819008000 140736818990544 140236589760247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
/proc/31780/statm: 6500213 10341 3630 1 0 6487932 0
[pid=31780/tid=31782] ppid=31777 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/31780/task/31782/stat : 31782 (java) R 31777 31780 30815 0 -1 4202560 7034 0 0 0 18 1 0 0 20 0 20 0 176670879 26624872448 10341 33554432000 4194304 4196468 140736819008000 140236593960688 140236589782173 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31783] ppid=31777 vsize=26000852 memory=3210 CPUtime=0 cores=0-7
/proc/31780/task/31783/stat : 31783 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670880 26624872448 10341 33554432000 4194304 4196468 140736819008000 140236542380688 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31784] ppid=31777 vsize=26000852 memory=3473314020872771232 CPUtime=0 cores=0-7
/proc/31780/task/31784/stat : 31784 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670880 26624872448 10341 33554432000 4194304 4196468 140736819008000 140236541327888 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31785] ppid=31777 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/31780/task/31785/stat : 31785 (java) S 31777 31780 30815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176670880 26624872448 10341 33554432000 4194304 4196468 140736819008000 140236540275088 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31786] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31786/stat : 31786 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670880 26624872448 10341 33554432000 4194304 4196468 140736819008000 140236539222288 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31787] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31787/stat : 31787 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670880 26624872448 10341 33554432000 4194304 4196468 140736819008000 140236538170512 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31788] ppid=31777 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/31780/task/31788/stat : 31788 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670880 26624872448 10341 33554432000 4194304 4196468 140736819008000 140236537117712 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31789] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31789/stat : 31789 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670880 26624872448 10341 33554432000 4194304 4196468 140736819008000 140236536064912 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31790] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31790/stat : 31790 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670880 26624872448 10341 33554432000 4194304 4196468 140736819008000 140236535012112 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31791] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31791/stat : 31791 (java) S 31777 31780 30815 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176670881 26624872448 10341 33554432000 4194304 4196468 140736819008000 140234996070768 140236589771394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31792] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31792/stat : 31792 (java) S 31777 31780 30815 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176670882 26624872448 10341 33554432000 4194304 4196468 140736819008000 140234995016736 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31793] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31793/stat : 31793 (java) S 31777 31780 30815 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176670882 26624872448 10341 33554432000 4194304 4196468 140736819008000 140234993963888 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31794] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31794/stat : 31794 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670884 26624872448 10341 33554432000 4194304 4196468 140736819008000 140234992912208 140236589778843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31795] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31795/stat : 31795 (java) S 31777 31780 30815 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 176670884 26624872448 10341 33554432000 4194304 4196468 140736819008000 140234991860592 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31796] ppid=31777 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/31780/task/31796/stat : 31796 (java) S 31777 31780 30815 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 20 0 176670884 26624872448 10341 33554432000 4194304 4196468 140736819008000 140234990807792 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31797] ppid=31777 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/31780/task/31797/stat : 31797 (java) S 31777 31780 30815 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 20 0 176670884 26624872448 10341 33554432000 4194304 4196468 140736819008000 140234989754992 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31798] ppid=31777 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/31780/task/31798/stat : 31798 (java) R 31777 31780 30815 0 -1 4202560 396 0 0 0 5 0 0 0 20 0 20 0 176670884 26624872448 10341 33554432000 4194304 4196468 140736819008000 140234988702192 140236589772182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31799] ppid=31777 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31799/stat : 31799 (java) S 31777 31780 30815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176670885 26624872448 10341 33554432000 4194304 4196468 140736819008000 140234987649632 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31800] ppid=31777 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/31780/task/31800/stat : 31800 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670885 26624872448 10341 33554432000 4194304 4196468 140736819008000 140234986596912 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41364 KiB

[startup+0.309352 s]*
/proc/loadavg: 7.96 8.72 8.82 2/198 31800
/proc/meminfo: memFree=19262064/32770624 swapFree=67108860/67108860
[pid=31780] ppid=31777 vsize=26000872 memory=49128 CPUtime=0.48 cores=0-7
/proc/31780/stat : 31780 (java) S 31777 31780 30815 0 -1 1077944320 10619 0 0 0 45 3 0 0 20 0 20 0 176670879 26624892928 12282 33554432000 4194304 4196468 140736819008000 140736818990544 140236589760247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
/proc/31780/statm: 6500218 12282 3722 1 0 6487932 0
[pid=31780/tid=31782] ppid=31777 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/31780/task/31782/stat : 31782 (java) R 31777 31780 30815 0 -1 4202560 7729 0 0 0 27 2 0 0 20 0 20 0 176670879 26624892928 12282 33554432000 4194304 4196468 140736819008000 140236593979984 140236589772182 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31783] ppid=31777 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31783/stat : 31783 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670880 26624892928 12282 33554432000 4194304 4196468 140736819008000 140236542380688 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31784] ppid=31777 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31784/stat : 31784 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670880 26624892928 12282 33554432000 4194304 4196468 140736819008000 140236541327888 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31785] ppid=31777 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31785/stat : 31785 (java) S 31777 31780 30815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176670880 26624892928 12282 33554432000 4194304 4196468 140736819008000 140236540275088 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31786] ppid=31777 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31786/stat : 31786 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670880 26624892928 12282 33554432000 4194304 4196468 140736819008000 140236539222288 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31787] ppid=31777 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/31780/task/31787/stat : 31787 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670880 26624892928 12282 33554432000 4194304 4196468 140736819008000 140236538170512 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31788] ppid=31777 vsize=26000872 memory=140165653820335 CPUtime=0 cores=0-7
/proc/31780/task/31788/stat : 31788 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670880 26624892928 12282 33554432000 4194304 4196468 140736819008000 140236537117712 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31789] ppid=31777 vsize=26000872 memory=140165653822640 CPUtime=0 cores=0-7
/proc/31780/task/31789/stat : 31789 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670880 26624892928 12282 33554432000 4194304 4196468 140736819008000 140236536064912 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31790] ppid=31777 vsize=26000872 memory=140165653824944 CPUtime=0 cores=0-7
/proc/31780/task/31790/stat : 31790 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670880 26624892928 12282 33554432000 4194304 4196468 140736819008000 140236535012112 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31791] ppid=31777 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31791/stat : 31791 (java) S 31777 31780 30815 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176670881 26624892928 12282 33554432000 4194304 4196468 140736819008000 140234996070768 140236589771394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31792] ppid=31777 vsize=26000872 memory=280331307656848 CPUtime=0 cores=0-7
/proc/31780/task/31792/stat : 31792 (java) S 31777 31780 30815 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176670882 26624892928 12282 33554432000 4194304 4196468 140736819008000 140234995016736 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31793] ppid=31777 vsize=26000872 memory=280331307663760 CPUtime=0 cores=0-7
/proc/31780/task/31793/stat : 31793 (java) S 31777 31780 30815 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176670882 26624892928 12282 33554432000 4194304 4196468 140736819008000 140234993963888 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31794] ppid=31777 vsize=26000872 memory=280331307605040 CPUtime=0 cores=0-7
/proc/31780/task/31794/stat : 31794 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670884 26624892928 12282 33554432000 4194304 4196468 140736819008000 140234992912208 140236589778843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31795] ppid=31777 vsize=26000872 memory=280331307677584 CPUtime=0.02 cores=0-7
/proc/31780/task/31795/stat : 31795 (java) S 31777 31780 30815 0 -1 1077944384 439 0 0 0 2 0 0 0 20 0 20 0 176670884 26624892928 12282 33554432000 4194304 4196468 140736819008000 140234991860592 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31796] ppid=31777 vsize=26000872 memory=280331307684496 CPUtime=0.03 cores=0-7
/proc/31780/task/31796/stat : 31796 (java) S 31777 31780 30815 0 -1 1077944384 190 0 0 0 3 0 0 0 20 0 20 0 176670884 26624892928 12282 33554432000 4194304 4196468 140736819008000 140234990807792 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31797] ppid=31777 vsize=26000872 memory=280331307682192 CPUtime=0.04 cores=0-7
/proc/31780/task/31797/stat : 31797 (java) S 31777 31780 30815 0 -1 1077944384 443 0 0 0 4 0 0 0 20 0 20 0 176670884 26624892928 12282 33554432000 4194304 4196468 140736819008000 140234989754992 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31798] ppid=31777 vsize=26000872 memory=280331307698800 CPUtime=0.08 cores=0-7
/proc/31780/task/31798/stat : 31798 (java) R 31777 31780 30815 0 -1 4202560 431 0 0 0 8 0 0 0 20 0 20 0 176670884 26624892928 12282 33554432000 4194304 4196468 140736819008000 140234988702192 140236589772182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31799] ppid=31777 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31799/stat : 31799 (java) S 31777 31780 30815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176670885 26624892928 12282 33554432000 4194304 4196468 140736819008000 140234987649632 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31800] ppid=31777 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/31780/task/31800/stat : 31800 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670885 26624892928 12282 33554432000 4194304 4196468 140736819008000 140234986596912 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49128 KiB

[startup+0.700855 s]
/proc/loadavg: 7.96 8.72 8.82 4/198 31800
/proc/meminfo: memFree=19249376/32770624 swapFree=67108860/67108860
[pid=31780] ppid=31777 vsize=26004968 memory=77976 CPUtime=1.15 cores=0-7
/proc/31780/stat : 31780 (java) S 31777 31780 30815 0 -1 1077944320 13093 0 0 0 110 5 0 0 20 0 20 0 176670879 26629087232 19494 33554432000 4194304 4196468 140736819008000 140736818990544 140236589760247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
/proc/31780/statm: 6501242 19494 3751 1 0 6488956 0
[pid=31780/tid=31782] ppid=31777 vsize=26004968 memory=0 CPUtime=0.67 cores=0-7
/proc/31780/task/31782/stat : 31782 (java) R 31777 31780 30815 0 -1 4202560 9479 0 0 0 65 2 0 0 20 0 20 0 176670879 26629087232 19494 33554432000 4194304 4196468 140736819008000 140236593988096 140236573840734 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31783] ppid=31777 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31783/stat : 31783 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670880 26629087232 19494 33554432000 4194304 4196468 140736819008000 140236542380688 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31784] ppid=31777 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31784/stat : 31784 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670880 26629087232 19494 33554432000 4194304 4196468 140736819008000 140236541327888 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31785] ppid=31777 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31785/stat : 31785 (java) S 31777 31780 30815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176670880 26629087232 19494 33554432000 4194304 4196468 140736819008000 140236540275088 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31786] ppid=31777 vsize=26004968 memory=1720 CPUtime=0 cores=0-7
/proc/31780/task/31786/stat : 31786 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670880 26629087232 19494 33554432000 4194304 4196468 140736819008000 140236539222288 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31787] ppid=31777 vsize=26004968 memory=1004 CPUtime=0 cores=0-7
/proc/31780/task/31787/stat : 31787 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670880 26629087232 19494 33554432000 4194304 4196468 140736819008000 140236538170512 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31788] ppid=31777 vsize=26004968 memory=1436 CPUtime=0 cores=0-7
/proc/31780/task/31788/stat : 31788 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670880 26629087232 19494 33554432000 4194304 4196468 140736819008000 140236537117712 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31789] ppid=31777 vsize=26004968 memory=1200 CPUtime=0 cores=0-7
/proc/31780/task/31789/stat : 31789 (java) S 31777 31780 30815 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176670880 26629087232 19494 33554432000 4194304 4196468 140736819008000 140236536064912 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31790] ppid=31777 vsize=26004968 memory=15876 CPUtime=0 cores=0-7
/proc/31780/task/31790/stat : 31790 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176670880 26629087232 19494 33554432000 4194304 4196468 140736819008000 140236535012112 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31791] ppid=31777 vsize=26004968 memory=4040 CPUtime=0 cores=0-7
/proc/31780/task/31791/stat : 31791 (java) S 31777 31780 30815 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176670881 26629087232 19494 33554432000 4194304 4196468 140736819008000 140234996070768 140236589771394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0

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

[pid=31780/tid=31796] ppid=31777 vsize=26073580 memory=0 CPUtime=0.81 cores=0-7
/proc/31780/task/31796/stat : 31796 (java) S 31777 31780 30815 0 -1 1077944384 4741 0 0 0 80 1 0 0 20 0 21 0 176670884 26699345920 59425 33554432000 4194304 4196468 140736819008000 140234990807792 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31797] ppid=31777 vsize=26073580 memory=0 CPUtime=0.77 cores=0-7
/proc/31780/task/31797/stat : 31797 (java) R 31777 31780 30815 0 -1 4202560 4550 0 0 0 76 1 0 0 20 0 21 0 176670884 26699345920 59425 33554432000 4194304 4196468 140736819008000 140234989754992 140236573663328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31798] ppid=31777 vsize=26073580 memory=0 CPUtime=0.5 cores=0-7
/proc/31780/task/31798/stat : 31798 (java) S 31777 31780 30815 0 -1 1077944384 5405 0 0 0 49 1 0 0 20 0 21 0 176670884 26699345920 59425 33554432000 4194304 4196468 140736819008000 140234988702192 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31799] ppid=31777 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31799/stat : 31799 (java) S 31777 31780 30815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 176670885 26699345920 59425 33554432000 4194304 4196468 140736819008000 140234987649632 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31800] ppid=31777 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31800/stat : 31800 (java) S 31777 31780 30815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 176670885 26699345920 59425 33554432000 4194304 4196468 140736819008000 140234986596912 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
Current children cumulated CPU time: 4.55 s
Current children cumulated vsize: 26073580 KiB
Current children cumulated memory: 237700 KiB

[startup+2.01107 s]*
/proc/loadavg: 7.96 8.72 8.82 30/224 31826
/proc/meminfo: memFree=19061664/32770624 swapFree=67108860/67108860
[pid=31780] ppid=31777 vsize=27743860 memory=246132 CPUtime=6.31 cores=0-7
/proc/31780/stat : 31780 (java) S 31777 31780 30815 0 -1 1077944320 40155 0 0 0 614 17 0 0 20 0 46 0 176670879 28409712640 61533 33554432000 4194304 4196468 140736819008000 140736818990544 140236589760247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
/proc/31780/statm: 6935965 61533 3823 1 0 6923158 0
[pid=31780/tid=31782] ppid=31777 vsize=27743860 memory=0 CPUtime=1.78 cores=0-7
/proc/31780/task/31782/stat : 31782 (java) S 31777 31780 30815 0 -1 1077944384 12482 0 0 0 173 5 0 0 20 0 46 0 176670879 28409712640 61533 33554432000 4194304 4196468 140736819008000 140236593997952 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31783] ppid=31777 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31783/stat : 31783 (java) S 31777 31780 30815 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 46 0 176670880 28409712640 61533 33554432000 4194304 4196468 140736819008000 140236542380688 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31784] ppid=31777 vsize=27743860 memory=140165812934272 CPUtime=0 cores=0-7
/proc/31780/task/31784/stat : 31784 (java) S 31777 31780 30815 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 46 0 176670880 28409712640 61533 33554432000 4194304 4196468 140736819008000 140236541327888 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31785] ppid=31777 vsize=27743860 memory=-1 CPUtime=0 cores=0-7
/proc/31780/task/31785/stat : 31785 (java) S 31777 31780 30815 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 46 0 176670880 28409712640 61533 33554432000 4194304 4196468 140736819008000 140236540275088 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31786] ppid=31777 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31786/stat : 31786 (java) S 31777 31780 30815 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 46 0 176670880 28409712640 61533 33554432000 4194304 4196468 140736819008000 140236539222288 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31787] ppid=31777 vsize=27743860 memory=3472592183261933599 CPUtime=0 cores=0-7
/proc/31780/task/31787/stat : 31787 (java) S 31777 31780 30815 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 46 0 176670880 28409712640 61533 33554432000 4194304 4196468 140736819008000 140236538170512 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31788] ppid=31777 vsize=27743860 memory=7649399367169159474 CPUtime=0 cores=0-7
/proc/31780/task/31788/stat : 31788 (java) S 31777 31780 30815 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 46 0 176670880 28409712640 61533 33554432000 4194304 4196468 140736819008000 140236537117712 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31789] ppid=31777 vsize=27743860 memory=7649399371464126771 CPUtime=0 cores=0-7
/proc/31780/task/31789/stat : 31789 (java) S 31777 31780 30815 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 46 0 176670880 28409712640 61533 33554432000 4194304 4196468 140736819008000 140236536064912 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31790] ppid=31777 vsize=27743860 memory=7649399375759094067 CPUtime=0 cores=0-7
/proc/31780/task/31790/stat : 31790 (java) S 31777 31780 30815 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 46 0 176670880 28409712640 61533 33554432000 4194304 4196468 140736819008000 140236535012112 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31791] ppid=31777 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31791/stat : 31791 (java) S 31777 31780 30815 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 46 0 176670881 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234996070768 140236589771394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31792] ppid=31777 vsize=27743860 memory=280331308145472 CPUtime=0 cores=0-7
/proc/31780/task/31792/stat : 31792 (java) S 31777 31780 30815 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 46 0 176670882 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234995016736 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31793] ppid=31777 vsize=27743860 memory=45501369 CPUtime=0 cores=0-7
/proc/31780/task/31793/stat : 31793 (java) S 31777 31780 30815 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 46 0 176670882 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234993963888 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31794] ppid=31777 vsize=27743860 memory=4638778428716302432 CPUtime=0 cores=0-7
/proc/31780/task/31794/stat : 31794 (java) S 31777 31780 30815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 176670884 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234992912208 140236589778843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31795] ppid=31777 vsize=27743860 memory=7597685182856913236 CPUtime=0.95 cores=0-7
/proc/31780/task/31795/stat : 31795 (java) R 31777 31780 30815 0 -1 4202560 6922 0 0 0 93 2 0 0 20 0 46 0 176670884 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234991847056 140236574689645 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31796] ppid=31777 vsize=27743860 memory=-8412660965365488243 CPUtime=0.93 cores=0-7
/proc/31780/task/31796/stat : 31796 (java) R 31777 31780 30815 0 -1 4202560 5250 0 0 0 92 1 0 0 20 0 46 0 176670884 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234990793824 140236570952072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31797] ppid=31777 vsize=27743860 memory=-9001728533042062950 CPUtime=0.89 cores=0-7
/proc/31780/task/31797/stat : 31797 (java) R 31777 31780 30815 0 -1 4202560 5210 0 0 0 88 1 0 0 20 0 46 0 176670884 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234989741536 140236571282713 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31798] ppid=31777 vsize=27743860 memory=-9001733975035308135 CPUtime=0.66 cores=0-7
/proc/31780/task/31798/stat : 31798 (java) R 31777 31780 30815 0 -1 4202560 7187 0 0 0 63 3 0 0 20 0 46 0 176670884 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234988699448 140236568729716 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31799] ppid=31777 vsize=27743860 memory=3472328296227680304 CPUtime=0 cores=0-7
/proc/31780/task/31799/stat : 31799 (java) S 31777 31780 30815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 176670885 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234987649632 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31800] ppid=31777 vsize=27743860 memory=3472328296227418159 CPUtime=0 cores=0-7
/proc/31780/task/31800/stat : 31800 (java) S 31777 31780 30815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 176670885 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234986596912 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31801] ppid=31777 vsize=27743860 memory=3472328296227680299 CPUtime=0.03 cores=0-7
/proc/31780/task/31801/stat : 31801 (java) R 31777 31780 30815 0 -1 1077944384 31 0 0 0 3 0 0 0 20 0 46 0 176671038 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234978402944 140236589770453 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31802] ppid=31777 vsize=27743860 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/31780/task/31802/stat : 31802 (java) S 31777 31780 30815 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 176671050 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234905870928 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31803] ppid=31777 vsize=27743860 memory=-7163638648772111655 CPUtime=0.08 cores=0-7
/proc/31780/task/31803/stat : 31803 (java) R 31777 31780 30815 0 -1 4202560 225 0 0 0 8 0 0 0 20 0 46 0 176671059 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234902722080 140236207027557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31804] ppid=31777 vsize=27743860 memory=0 CPUtime=0.05 cores=0-7
/proc/31780/task/31804/stat : 31804 (java) S 31777 31780 30815 0 -1 1077944384 122 0 0 0 5 0 0 0 20 0 46 0 176671060 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234901659312 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31805] ppid=31777 vsize=27743860 memory=0 CPUtime=0.07 cores=0-7
/proc/31780/task/31805/stat : 31805 (java) R 31777 31780 30815 0 -1 1077944384 40 0 0 0 7 0 0 0 20 0 46 0 176671060 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234900606512 140236589770453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31806] ppid=31777 vsize=27743860 memory=0 CPUtime=0.06 cores=0-7
/proc/31780/task/31806/stat : 31806 (java) S 31777 31780 30815 0 -1 1077944384 53 0 0 0 6 0 0 0 20 0 46 0 176671062 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234899553584 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31807] ppid=31777 vsize=27743860 memory=0 CPUtime=0.06 cores=0-7
/proc/31780/task/31807/stat : 31807 (java) R 31777 31780 30815 0 -1 4202560 55 0 0 0 6 0 0 0 20 0 46 0 176671062 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234898510880 140236202032164 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31808] ppid=31777 vsize=27743860 memory=0 CPUtime=0.05 cores=0-7
/proc/31780/task/31808/stat : 31808 (java) R 31777 31780 30815 0 -1 1077944384 39 0 0 0 5 0 0 0 20 0 46 0 176671062 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234897458080 140236589770453 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31809] ppid=31777 vsize=27743860 memory=-3967418655009478193 CPUtime=0.04 cores=0-7
/proc/31780/task/31809/stat : 31809 (java) R 31777 31780 30815 0 -1 1077944384 33 0 0 0 4 0 0 0 20 0 46 0 176671062 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234896405280 140236589770453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31810] ppid=31777 vsize=27743860 memory=0 CPUtime=0.07 cores=0-7
/proc/31780/task/31810/stat : 31810 (java) R 31777 31780 30815 0 -1 1077944384 46 0 0 0 7 0 0 0 20 0 46 0 176671062 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234895352480 140236589770453 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31811] ppid=31777 vsize=27743860 memory=0 CPUtime=0.03 cores=0-7
/proc/31780/task/31811/stat : 31811 (java) R 31777 31780 30815 0 -1 1077944384 37 0 0 0 3 0 0 0 20 0 46 0 176671062 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234894300704 140236589770453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31812] ppid=31777 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/31780/task/31812/stat : 31812 (java) R 31777 31780 30815 0 -1 4202560 49 0 0 0 2 0 0 0 20 0 46 0 176671062 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234893247904 140736819120066 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31813] ppid=31777 vsize=27743860 memory=0 CPUtime=0.06 cores=0-7
/proc/31780/task/31813/stat : 31813 (java) R 31777 31780 30815 0 -1 1077944384 37 0 0 0 6 0 0 0 20 0 46 0 176671068 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234892195104 140236589770453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31814] ppid=31777 vsize=27743860 memory=0 CPUtime=0.01 cores=0-7
/proc/31780/task/31814/stat : 31814 (java) R 31777 31780 30815 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 46 0 176671068 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234891142304 140236589772182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31815] ppid=31777 vsize=27743860 memory=0 CPUtime=0.01 cores=0-7
/proc/31780/task/31815/stat : 31815 (java) R 31777 31780 30815 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 46 0 176671068 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234890089504 140236589770453 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31816] ppid=31777 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/31780/task/31816/stat : 31816 (java) R 31777 31780 30815 0 -1 1077944384 28 0 0 0 2 0 0 0 20 0 46 0 176671068 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234889036704 140236589770453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31817] ppid=31777 vsize=27743860 memory=-1 CPUtime=0.02 cores=0-7
/proc/31780/task/31817/stat : 31817 (java) R 31777 31780 30815 0 -1 1077944384 40 0 0 0 2 0 0 0 20 0 46 0 176671068 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234887983904 140236589770453 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31818] ppid=31777 vsize=27743860 memory=-1 CPUtime=0.02 cores=0-7
/proc/31780/task/31818/stat : 31818 (java) R 31777 31780 30815 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 46 0 176671069 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234884787088 140736819120066 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31819] ppid=31777 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/31780/task/31819/stat : 31819 (java) R 31777 31780 30815 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 46 0 176671069 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234883744448 140236202067505 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31820] ppid=31777 vsize=27743860 memory=0 CPUtime=0.03 cores=0-7
/proc/31780/task/31820/stat : 31820 (java) R 31777 31780 30815 0 -1 1077944384 26 0 0 0 3 0 0 0 20 0 46 0 176671070 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234882692512 140236589770453 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31821] ppid=31777 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/31780/task/31821/stat : 31821 (java) R 31777 31780 30815 0 -1 1077944384 23 0 0 0 2 0 0 0 20 0 46 0 176671070 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234881639712 140236589770453 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31822] ppid=31777 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/31780/task/31822/stat : 31822 (java) R 31777 31780 30815 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 46 0 176671070 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234880586912 140736819120066 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31823] ppid=31777 vsize=27743860 memory=4137284780655939955 CPUtime=0.02 cores=0-7
/proc/31780/task/31823/stat : 31823 (java) R 31777 31780 30815 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 46 0 176671070 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234879534112 140736819120066 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31824] ppid=31777 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/31780/task/31824/stat : 31824 (java) R 31777 31780 30815 0 -1 1077944384 24 0 0 0 2 0 0 0 20 0 46 0 176671070 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234878481312 140236589770453 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31825] ppid=31777 vsize=27743860 memory=0 CPUtime=0.03 cores=0-7
/proc/31780/task/31825/stat : 31825 (java) R 31777 31780 30815 0 -1 1077944384 23 0 0 0 3 0 0 0 20 0 46 0 176671070 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234877428512 140236589770453 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31826] ppid=31777 vsize=27743860 memory=0 CPUtime=0.01 cores=0-7
/proc/31780/task/31826/stat : 31826 (java) R 31777 31780 30815 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 46 0 176671070 28409712640 61533 33554432000 4194304 4196468 140736819008000 140234876375712 140236589770453 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
Current children cumulated CPU time: 6.31 s
Current children cumulated vsize: 27743860 KiB
Current children cumulated memory: 246132 KiB

[startup+2.11124 s]
/proc/loadavg: 7.96 8.72 8.82 30/224 31826
/proc/meminfo: memFree=19061664/32770624 swapFree=67108860/67108860
[pid=31780] ppid=31777 vsize=27743860 memory=247876 CPUtime=6.96 cores=0-7
/proc/31780/stat : 31780 (java) S 31777 31780 30815 0 -1 1077944320 40495 0 0 0 678 18 0 0 20 0 19 0 176670879 28409712640 61969 33554432000 4194304 4196468 140736819008000 140736818990544 140236589760247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
/proc/31780/statm: 6935965 61969 3833 1 0 6923158 0
[pid=31780/tid=31782] ppid=31777 vsize=27743860 memory=0 CPUtime=1.78 cores=0-7
/proc/31780/task/31782/stat : 31782 (java) S 31777 31780 30815 0 -1 1077944384 12483 0 0 0 173 5 0 0 20 0 19 0 176670879 28409712640 61969 33554432000 4194304 4196468 140736819008000 140236594003088 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31783] ppid=31777 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31783/stat : 31783 (java) S 31777 31780 30815 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 19 0 176670880 28409712640 61969 33554432000 4194304 4196468 140736819008000 140236542380688 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31784] ppid=31777 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31784/stat : 31784 (java) S 31777 31780 30815 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 19 0 176670880 28409712640 61969 33554432000 4194304 4196468 140736819008000 140236541327888 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31785] ppid=31777 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31785/stat : 31785 (java) S 31777 31780 30815 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 176670880 28409712640 61969 33554432000 4194304 4196468 140736819008000 140236540275088 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31786] ppid=31777 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31786/stat : 31786 (java) S 31777 31780 30815 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 176670880 28409712640 61969 33554432000 4194304 4196468 140736819008000 140236539222288 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31787] ppid=31777 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31787/stat : 31787 (java) S 31777 31780 30815 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 176670880 28409712640 61969 33554432000 4194304 4196468 140736819008000 140236538170512 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31788] ppid=31777 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/31780/task/31788/stat : 31788 (java) S 31777 31780 30815 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 19 0 176670880 28409712640 61969 33554432000 4194304 4196468 140736819008000 140236537117712 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31789] ppid=31777 vsize=27743860 memory=204012 CPUtime=0 cores=0-7
/proc/31780/task/31789/stat : 31789 (java) S 31777 31780 30815 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 19 0 176670880 28409712640 61969 33554432000 4194304 4196468 140736819008000 140236536064912 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31790] ppid=31777 vsize=27743860 memory=280331307844304 CPUtime=0 cores=0-7
/proc/31780/task/31790/stat : 31790 (java) S 31777 31780 30815 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 176670880 28409712640 61969 33554432000 4194304 4196468 140736819008000 140236535012112 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31791] ppid=31777 vsize=27743860 memory=280331307815424 CPUtime=0 cores=0-7
/proc/31780/task/31791/stat : 31791 (java) S 31777 31780 30815 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 19 0 176670881 28409712640 61969 33554432000 4194304 4196468 140736819008000 140234996070976 140236589771394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31792] ppid=31777 vsize=27743860 memory=280331307815616 CPUtime=0 cores=0-7
/proc/31780/task/31792/stat : 31792 (java) S 31777 31780 30815 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 176670882 28409712640 61969 33554432000 4194304 4196468 140736819008000 140234995016736 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31793] ppid=31777 vsize=27743860 memory=280331307815808 CPUtime=0 cores=0-7
/proc/31780/task/31793/stat : 31793 (java) S 31777 31780 30815 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 176670882 28409712640 61969 33554432000 4194304 4196468 140736819008000 140234993963888 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31794] ppid=31777 vsize=27743860 memory=280331307816000 CPUtime=0 cores=0-7
/proc/31780/task/31794/stat : 31794 (java) S 31777 31780 30815 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 176670884 28409712640 61969 33554432000 4194304 4196468 140736819008000 140234992910976 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31795] ppid=31777 vsize=27743860 memory=280331307794112 CPUtime=1 cores=0-7
/proc/31780/task/31795/stat : 31795 (java) S 31777 31780 30815 0 -1 1077944384 6950 0 0 0 98 2 0 0 20 0 19 0 176670884 28409712640 61969 33554432000 4194304 4196468 140736819008000 140234991847056 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31796] ppid=31777 vsize=27743860 memory=280331307517728 CPUtime=0.97 cores=0-7
/proc/31780/task/31796/stat : 31796 (java) S 31777 31780 30815 0 -1 1077944384 5270 0 0 0 96 1 0 0 20 0 19 0 176670884 28409712640 61969 33554432000 4194304 4196468 140736819008000 140234990794688 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31797] ppid=31777 vsize=27743860 memory=280331307517920 CPUtime=0.93 cores=0-7
/proc/31780/task/31797/stat : 31797 (java) S 31777 31780 30815 0 -1 1077944384 5250 0 0 0 92 1 0 0 20 0 19 0 176670884 28409712640 61969 33554432000 4194304 4196468 140736819008000 140234989735152 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31798] ppid=31777 vsize=27743860 memory=280331307518112 CPUtime=0.69 cores=0-7
/proc/31780/task/31798/stat : 31798 (java) S 31777 31780 30815 0 -1 1077944384 7239 0 0 0 66 3 0 0 20 0 19 0 176670884 28409712640 61969 33554432000 4194304 4196468 140736819008000 140234988702192 140236589771394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
[pid=31780/tid=31799] ppid=31777 vsize=27743860 memory=280331307518304 CPUtime=0 cores=0-7
/proc/31780/task/31799/stat : 31799 (java) S 31777 31780 30815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 176670885 28409712640 61969 33554432000 4194304 4196468 140736819008000 140234987649632 140236589770453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15556608 140736819016808 140736819016992 140736819016992 140736819019727 0
Current children cumulated CPU time: 6.96 s
Current children cumulated vsize: 27743860 KiB
Current children cumulated memory: 247876 KiB

Child status: 0
Real time (s): 2.13059
CPU time (s): 6.9828
CPU user time (s): 6.78814
CPU system time (s): 0.194652
CPU usage (%): 327.739
Max. virtual memory (cumulated for all children) (KiB): 27743860
Max. memory (cumulated for all children) (KiB): 247876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.78814
system time used= 0.194652
maximum resident set size= 248732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40499
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5588
involuntary context switches= 97


# summary of solver processes directly reported to runsolver:
#   pid: 31780
#   total CPU time (s): 6.9828
#   total CPU user time (s): 6.78814
#   total CPU system time (s): 0.194652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034785 second user time and 0.065479 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-22 22:49:32
IDJOB=4285992
IDBENCH=115966
IDSOLVER=2682
FILE ID=node112/4285992-1503435833
RUNJOBID= node112-1503424868-30842
PBS_JOBID= 20632134
Free space on /tmp= 60712 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-06.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-4285992-1503435833/watcher-4285992-1503435833 -o /tmp/evaluation-result-4285992-1503435833/solver-4285992-1503435833 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503424868-30842 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 294817736 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285992-1503435833.xml

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

MD5SUM BENCH= 961ba47a71bb5a6b7e86e986065c296e
RANDOM SEED=294817736

node112.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.24
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.24
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.24
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.24
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:        19296908 kB
MemAvailable:   31945328 kB
Buffers:          268356 kB
Cached:         12661084 kB
SwapCached:            0 kB
Active:          2291048 kB
Inactive:       10691608 kB
Active(anon):       4948 kB
Inactive(anon):    92572 kB
Active(file):    2286100 kB
Inactive(file): 10599036 kB
Unevictable:        7844 kB
Mlocked:            7844 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42280 kB
Writeback:             0 kB
AnonPages:         61068 kB
Mapped:            54948 kB
Shmem:             41608 kB
Slab:             185020 kB
SReclaimable:     158240 kB
SUnreclaim:        26780 kB
KernelStack:        3136 kB
PageTables:         4744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     342996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 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= 60672 MiB
End job on node112 at 2017-08-22 22:49:35