Trace number 4291087

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02OPT8 85.3268 14.2358

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16d_c18.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark190.048
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 1115098301
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
1.18/0.85	c Parsing done, starting search...
5.48/2.25	o 37
5.48/2.25	o 35
5.48/2.26	o 33
5.48/2.26	o 32
5.48/2.26	o 31
5.48/2.26	o 30
5.48/2.26	o 29
5.48/2.26	o 28
5.48/2.26	o 27
5.48/2.26	o 26
5.48/2.26	o 25
5.48/2.26	o 24
5.48/2.26	o 23
5.48/2.27	o 22
5.48/2.27	o 21
5.48/2.28	o 20
6.27/2.33	o 19
6.27/2.33	o 18
6.27/2.34	o 17
6.27/2.34	o 16
21.91/4.31	o 15
23.46/4.58	o 14
30.59/5.49	o 13
30.59/5.49	o 12
60.65/9.20	o 11
60.65/9.20	o 10
69.36/10.38	o 9
69.36/10.38	o 8
85.28/14.20	s OPTIMUM FOUND
85.28/14.21	v <instantiation>
85.28/14.21	v 	<list>
85.28/14.21	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] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13]
85.28/14.21	v 	</list>
85.28/14.21	v 	<values>
85.28/14.21	v 		10 14 9 3 2 1 12 5 13 4 6 15 11 7 8 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 2 1 
85.28/14.21	v 	</values>
85.28/14.21	v </instantiation>

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291087-1532647596/watcher-4291087-1532647596 -o /tmp/evaluation-result-4291087-1532647596/solver-4291087-1532647596 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1532642553-15375 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1115098301 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291087-1532647596.xml 

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

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


[startup+0.100125 s]*
/proc/loadavg: 8.68 8.60 8.65 2/198 15731
/proc/meminfo: memFree=24283692/32770624 swapFree=67108860/67108860
[pid=15711] ppid=15708 vsize=26103424 memory=30704 CPUtime=0.11 cores=0-7
/proc/15711/stat : 15711 (java) S 15708 15711 15348 0 -1 1077944320 7141 0 0 0 10 1 0 0 20 0 20 0 82322871 26729906176 7676 33554432000 4194304 4196468 140726116388176 140726116370720 139789138607863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
/proc/15711/statm: 6525856 7676 3132 1 0 6487932 0
[pid=15711/tid=15713] ppid=15708 vsize=26103424 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15711/task/15713/stat : 15713 (java) R 15708 15711 15348 0 -1 4202560 5253 0 0 0 8 1 0 0 20 0 20 0 82322871 26729906176 7761 33554432000 4194304 4196468 140726116388176 139789142829072 139789138629789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15714] ppid=15708 vsize=26103424 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15711/task/15714/stat : 15714 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 7761 33554432000 4194304 4196468 140726116388176 139788697078032 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15715] ppid=15708 vsize=26103424 memory=140327254722176 CPUtime=0 cores=0-7
/proc/15711/task/15715/stat : 15715 (java) S 15708 15711 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 7761 33554432000 4194304 4196468 140726116388176 139788696025488 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15716] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15716/stat : 15716 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 7761 33554432000 4194304 4196468 140726116388176 139788694972944 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15717] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15717/stat : 15717 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 7761 33554432000 4194304 4196468 140726116388176 139788693920400 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15718] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15718/stat : 15718 (java) S 15708 15711 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 7761 33554432000 4194304 4196468 140726116388176 139788692867856 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15719] ppid=15708 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/15711/task/15719/stat : 15719 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 7761 33554432000 4194304 4196468 140726116388176 139788691815312 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15720] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15720/stat : 15720 (java) S 15708 15711 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 7761 33554432000 4194304 4196468 140726116388176 139788690762768 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15721] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15721/stat : 15721 (java) S 15708 15711 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 7761 33554432000 4194304 4196468 140726116388176 139788689710224 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15722] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15722/stat : 15722 (java) S 15708 15711 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82322874 26729906176 7761 33554432000 4194304 4196468 140726116388176 139788266924016 139789138619010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15723] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15723/stat : 15723 (java) S 15708 15711 15348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 82322874 26729906176 7761 33554432000 4194304 4196468 140726116388176 139788265870240 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15724] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15724/stat : 15724 (java) S 15708 15711 15348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 82322874 26729906176 7761 33554432000 4194304 4196468 140726116388176 139788264817648 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15725] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15725/stat : 15725 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322877 26729906176 7826 33554432000 4194304 4196468 140726116388176 139788263766224 139789138626459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15726] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15726/stat : 15726 (java) S 15708 15711 15348 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 82322877 26729906176 7826 33554432000 4194304 4196468 140726116388176 139788262713840 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15727] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15727/stat : 15727 (java) R 15708 15711 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82322877 26729906176 7826 33554432000 4194304 4196468 140726116388176 139788261661296 139789138619010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15728] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15728/stat : 15728 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322877 26729906176 7826 33554432000 4194304 4196468 140726116388176 139788260608752 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15729] ppid=15708 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/15711/task/15729/stat : 15729 (java) R 15708 15711 15348 0 -1 4202560 266 0 0 0 1 0 0 0 20 0 20 0 82322877 26729906176 7826 33554432000 4194304 4196468 140726116388176 139788259556208 139789131704699 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15730] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15730/stat : 15730 (java) S 15708 15711 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82322877 26729906176 7826 33554432000 4194304 4196468 140726116388176 139788258502880 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15731] ppid=15708 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/15711/task/15731/stat : 15731 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322877 26729906176 7826 33554432000 4194304 4196468 140726116388176 139788257450416 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 30704 KiB

[startup+0.209972 s]*
/proc/loadavg: 8.68 8.60 8.65 3/198 15731
/proc/meminfo: memFree=24270608/32770624 swapFree=67108860/67108860
[pid=15711] ppid=15708 vsize=26103424 memory=42508 CPUtime=0.3 cores=0-7
/proc/15711/stat : 15711 (java) S 15708 15711 15348 0 -1 1077944320 10291 0 0 0 28 2 0 0 20 0 20 0 82322871 26729906176 10627 33554432000 4194304 4196468 140726116388176 140726116370720 139789138607863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
/proc/15711/statm: 6525856 10627 3340 1 0 6487932 0
[pid=15711/tid=15713] ppid=15708 vsize=26103424 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/15711/task/15713/stat : 15713 (java) R 15708 15711 15348 0 -1 4202560 7943 0 0 0 18 1 0 0 20 0 20 0 82322871 26729906176 10627 33554432000 4194304 4196468 140726116388176 139789142834016 139789138619798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15714] ppid=15708 vsize=26103424 memory=10869 CPUtime=0 cores=0-7
/proc/15711/task/15714/stat : 15714 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788697078032 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15715] ppid=15708 vsize=26103424 memory=140327255208563 CPUtime=0 cores=0-7
/proc/15711/task/15715/stat : 15715 (java) S 15708 15711 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788696025488 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15716] ppid=15708 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/15711/task/15716/stat : 15716 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788694972944 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15717] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15717/stat : 15717 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788693920400 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15718] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15718/stat : 15718 (java) S 15708 15711 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788692867856 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15719] ppid=15708 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/15711/task/15719/stat : 15719 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788691815312 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15720] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15720/stat : 15720 (java) S 15708 15711 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788690762768 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15721] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15721/stat : 15721 (java) S 15708 15711 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788689710224 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15722] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15722/stat : 15722 (java) S 15708 15711 15348 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 82322874 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788266924016 139789138619010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15723] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15723/stat : 15723 (java) S 15708 15711 15348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 82322874 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788265870240 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15724] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15724/stat : 15724 (java) S 15708 15711 15348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 82322874 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788264817648 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15725] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15725/stat : 15725 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322877 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788263766224 139789138626459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15726] ppid=15708 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/15711/task/15726/stat : 15726 (java) S 15708 15711 15348 0 -1 1077944384 470 0 0 0 1 0 0 0 20 0 20 0 82322877 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788262713840 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15727] ppid=15708 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/15711/task/15727/stat : 15727 (java) S 15708 15711 15348 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 20 0 82322877 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788261661296 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15728] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15728/stat : 15728 (java) S 15708 15711 15348 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 82322877 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788260608752 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15729] ppid=15708 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/15711/task/15729/stat : 15729 (java) R 15708 15711 15348 0 -1 4202560 402 0 0 0 6 0 0 0 20 0 20 0 82322877 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788259556208 139789120018013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15730] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15730/stat : 15730 (java) S 15708 15711 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82322877 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788258502880 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15731] ppid=15708 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/15711/task/15731/stat : 15731 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322877 26729906176 10627 33554432000 4194304 4196468 140726116388176 139788257450416 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 42508 KiB

[startup+0.310278 s]*
/proc/loadavg: 8.68 8.60 8.65 2/198 15731
/proc/meminfo: memFree=24266824/32770624 swapFree=67108860/67108860
[pid=15711] ppid=15708 vsize=26103424 memory=46068 CPUtime=0.42 cores=0-7
/proc/15711/stat : 15711 (java) S 15708 15711 15348 0 -1 1077944320 10742 0 0 0 40 2 0 0 20 0 20 0 82322871 26729906176 11517 33554432000 4194304 4196468 140726116388176 140726116370720 139789138607863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
/proc/15711/statm: 6525856 11517 3360 1 0 6487932 0
[pid=15711/tid=15713] ppid=15708 vsize=26103424 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/15711/task/15713/stat : 15713 (java) R 15708 15711 15348 0 -1 4202560 8269 0 0 0 28 2 0 0 20 0 20 0 82322871 26729906176 11517 33554432000 4194304 4196468 140726116388176 139789142807296 139789123773451 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15714] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15714/stat : 15714 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788697078032 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15715] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15715/stat : 15715 (java) S 15708 15711 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788696025488 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15716] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15716/stat : 15716 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788694972944 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15717] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15717/stat : 15717 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788693920400 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15718] ppid=15708 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/15711/task/15718/stat : 15718 (java) S 15708 15711 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788692867856 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15719] ppid=15708 vsize=26103424 memory=140327117747119 CPUtime=0 cores=0-7
/proc/15711/task/15719/stat : 15719 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788691815312 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15720] ppid=15708 vsize=26103424 memory=140327117749424 CPUtime=0 cores=0-7
/proc/15711/task/15720/stat : 15720 (java) S 15708 15711 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788690762768 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15721] ppid=15708 vsize=26103424 memory=140327117751728 CPUtime=0 cores=0-7
/proc/15711/task/15721/stat : 15721 (java) S 15708 15711 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82322872 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788689710224 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15722] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15722/stat : 15722 (java) S 15708 15711 15348 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 82322874 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788266924016 139789138619010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15723] ppid=15708 vsize=26103424 memory=280654235510416 CPUtime=0 cores=0-7
/proc/15711/task/15723/stat : 15723 (java) S 15708 15711 15348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 82322874 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788265870240 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15724] ppid=15708 vsize=26103424 memory=280654235517328 CPUtime=0 cores=0-7
/proc/15711/task/15724/stat : 15724 (java) S 15708 15711 15348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 82322874 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788264817648 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15725] ppid=15708 vsize=26103424 memory=280654235458608 CPUtime=0 cores=0-7
/proc/15711/task/15725/stat : 15725 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322877 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788263766224 139789138626459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15726] ppid=15708 vsize=26103424 memory=280654235531152 CPUtime=0.01 cores=0-7
/proc/15711/task/15726/stat : 15726 (java) S 15708 15711 15348 0 -1 1077944384 482 0 0 0 1 0 0 0 20 0 20 0 82322877 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788262713840 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15727] ppid=15708 vsize=26103424 memory=280654235538064 CPUtime=0.01 cores=0-7
/proc/15711/task/15727/stat : 15727 (java) S 15708 15711 15348 0 -1 1077944384 106 0 0 0 1 0 0 0 20 0 20 0 82322877 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788261661296 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15728] ppid=15708 vsize=26103424 memory=280654235535760 CPUtime=0 cores=0-7
/proc/15711/task/15728/stat : 15728 (java) S 15708 15711 15348 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 82322877 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788260608752 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15729] ppid=15708 vsize=26103424 memory=280654235552368 CPUtime=0.08 cores=0-7
/proc/15711/task/15729/stat : 15729 (java) S 15708 15711 15348 0 -1 1077944384 437 0 0 0 8 0 0 0 20 0 20 0 82322877 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788259556208 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15730] ppid=15708 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15730/stat : 15730 (java) S 15708 15711 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82322877 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788258502880 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15731] ppid=15708 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/15711/task/15731/stat : 15731 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322877 26729906176 11517 33554432000 4194304 4196468 140726116388176 139788257450416 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46068 KiB

[startup+0.700897 s]
/proc/loadavg: 8.68 8.60 8.65 3/198 15731
/proc/meminfo: memFree=24242640/32770624 swapFree=67108860/67108860
[pid=15711] ppid=15708 vsize=26105492 memory=84744 CPUtime=0.98 cores=0-7
/proc/15711/stat : 15711 (java) S 15708 15711 15348 0 -1 1077944320 17666 0 0 0 94 4 0 0 20 0 20 0 82322871 26732023808 21186 33554432000 4194304 4196468 140726116388176 140726116370720 139789138607863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
/proc/15711/statm: 6526373 21186 3498 1 0 6488444 0
[pid=15711/tid=15713] ppid=15708 vsize=26105492 memory=0 CPUtime=0.66 cores=0-7
/proc/15711/task/15713/stat : 15713 (java) R 15708 15711 15348 0 -1 4202560 14650 0 0 0 63 3 0 0 20 0 20 0 82322871 26732023808 21186 33554432000 4194304 4196468 140726116388176 139789142832032 139789122688350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15714] ppid=15708 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15714/stat : 15714 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322872 26732023808 21186 33554432000 4194304 4196468 140726116388176 139788697078032 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15715] ppid=15708 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15715/stat : 15715 (java) S 15708 15711 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82322872 26732023808 21186 33554432000 4194304 4196468 140726116388176 139788696025488 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15716] ppid=15708 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15716/stat : 15716 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322872 26732023808 21186 33554432000 4194304 4196468 140726116388176 139788694972944 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15717] ppid=15708 vsize=26105492 memory=792 CPUtime=0 cores=0-7
/proc/15711/task/15717/stat : 15717 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322872 26732023808 21186 33554432000 4194304 4196468 140726116388176 139788693920400 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15718] ppid=15708 vsize=26105492 memory=1008 CPUtime=0 cores=0-7
/proc/15711/task/15718/stat : 15718 (java) S 15708 15711 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82322872 26732023808 21186 33554432000 4194304 4196468 140726116388176 139788692867856 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15719] ppid=15708 vsize=26105492 memory=1228 CPUtime=0 cores=0-7
/proc/15711/task/15719/stat : 15719 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82322872 26732023808 21186 33554432000 4194304 4196468 140726116388176 139788691815312 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15720] ppid=15708 vsize=26105492 memory=1200 CPUtime=0 cores=0-7
/proc/15711/task/15720/stat : 15720 (java) S 15708 15711 15348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82322872 26732023808 21186 33554432000 4194304 4196468 140726116388176 139788690762768 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15721] ppid=15708 vsize=26105492 memory=15876 CPUtime=0 cores=0-7
/proc/15711/task/15721/stat : 15721 (java) S 15708 15711 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82322872 26732023808 21186 33554432000 4194304 4196468 140726116388176 139788689710224 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15722] ppid=15708 vsize=26105492 memory=18268 CPUtime=0 cores=0-7
/proc/15711/task/15722/stat : 15722 (java) S 15708 15711 15348 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 82322874 26732023808 21186 33554432000 4194304 4196468 140726116388176 139788266924016 139789138619010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0

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

[pid=15711/tid=15729] ppid=15708 vsize=27852576 memory=0 CPUtime=1.06 cores=0-7
/proc/15711/task/15729/stat : 15729 (java) S 15708 15711 15348 0 -1 1077944384 6552 0 0 0 105 1 0 0 20 0 46 0 82322877 28521037824 257950 33554432000 4194304 4196468 140726116388176 139788259556208 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15730] ppid=15708 vsize=27852576 memory=280654237265152 CPUtime=0 cores=0-7
/proc/15711/task/15730/stat : 15730 (java) S 15708 15711 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 82322877 28521037824 257950 33554432000 4194304 4196468 140726116388176 139788258502880 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15731] ppid=15708 vsize=27852576 memory=3544526217384358217 CPUtime=0 cores=0-7
/proc/15711/task/15731/stat : 15731 (java) S 15708 15711 15348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 82322877 28521037824 257950 33554432000 4194304 4196468 140726116388176 139788257450416 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15732] ppid=15708 vsize=27852576 memory=734122134912709177 CPUtime=0.03 cores=0-7
/proc/15711/task/15732/stat : 15732 (java) S 15708 15711 15348 0 -1 1077944384 63 0 0 0 3 0 0 0 20 0 46 0 82323030 28521037824 257950 33554432000 4194304 4196468 140726116388176 139788244005584 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15733] ppid=15708 vsize=27852576 memory=7523107478184158290 CPUtime=0.02 cores=0-7
/proc/15711/task/15733/stat : 15733 (java) S 15708 15711 15348 0 -1 1077944384 725 0 0 0 1 1 0 0 20 0 46 0 82323051 28521037824 257950 33554432000 4194304 4196468 140726116388176 139788240856080 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15734] ppid=15708 vsize=27852576 memory=0 CPUtime=6.08 cores=0-7
/proc/15711/task/15734/stat : 15734 (java) S 15708 15711 15348 0 -1 1077944384 262 0 0 0 606 2 0 0 20 0 46 0 82323067 28521037824 257950 33554432000 4194304 4196468 140726116388176 139788239803792 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15735] ppid=15708 vsize=27852576 memory=0 CPUtime=9.14 cores=0-7
/proc/15711/task/15735/stat : 15735 (java) R 15708 15711 15348 0 -1 4202560 167 0 0 0 912 2 0 0 20 0 46 0 82323067 28521037824 257950 33554432000 4194304 4196468 140726116388176 139788236645600 139788787010205 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15736] ppid=15708 vsize=27852576 memory=280654237499840 CPUtime=4.62 cores=0-7
/proc/15711/task/15736/stat : 15736 (java) S 15708 15711 15348 0 -1 1077944384 160 0 0 0 459 3 0 0 20 0 46 0 82323068 28521037824 257950 33554432000 4194304 4196468 140726116388176 139788235601552 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15737] ppid=15708 vsize=27852576 memory=7522510451725328721 CPUtime=3.1 cores=0-7
/proc/15711/task/15737/stat : 15737 (java) S 15708 15711 15348 0 -1 1077944384 102 0 0 0 310 0 0 0 20 0 46 0 82323074 28521037824 257950 33554432000 4194304 4196468 140726116388176 139788234549008 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15738] ppid=15708 vsize=27852576 memory=7522510451725328721 CPUtime=2.92 cores=0-7
/proc/15711/task/15738/stat : 15738 (java) S 15708 15711 15348 0 -1 1077944384 86 0 0 0 291 1 0 0 20 0 46 0 82323074 28521037824 257950 33554432000 4194304 4196468 140726116388176 139787311244176 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15739] ppid=15708 vsize=27852576 memory=7667470064731316561 CPUtime=3.56 cores=0-7
/proc/15711/task/15739/stat : 15739 (java) S 15708 15711 15348 0 -1 1077944384 74 0 0 0 356 0 0 0 20 0 46 0 82323074 28521037824 257950 33554432000 4194304 4196468 140726116388176 139787310191632 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15740] ppid=15708 vsize=27852576 memory=0 CPUtime=3.61 cores=0-7
/proc/15711/task/15740/stat : 15740 (java) S 15708 15711 15348 0 -1 1077944384 422 0 0 0 360 1 0 0 20 0 46 0 82323074 28521037824 257950 33554432000 4194304 4196468 140726116388176 139787309139088 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15741] ppid=15708 vsize=27852576 memory=0 CPUtime=2.95 cores=0-7
/proc/15711/task/15741/stat : 15741 (java) S 15708 15711 15348 0 -1 1077944384 100 0 0 0 295 0 0 0 20 0 46 0 82323074 28521037824 257950 33554432000 4194304 4196468 140726116388176 139787308086544 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15742] ppid=15708 vsize=27852576 memory=0 CPUtime=1.54 cores=0-7
/proc/15711/task/15742/stat : 15742 (java) S 15708 15711 15348 0 -1 1077944384 70 0 0 0 154 0 0 0 20 0 46 0 82323074 28521037824 257950 33554432000 4194304 4196468 140726116388176 139787307034000 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15743] ppid=15708 vsize=27852576 memory=0 CPUtime=0.33 cores=0-7
/proc/15711/task/15743/stat : 15743 (java) S 15708 15711 15348 0 -1 1077944384 36 0 0 0 33 0 0 0 20 0 46 0 82323075 28521037824 257950 33554432000 4194304 4196468 140726116388176 139787305981456 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15744] ppid=15708 vsize=27852576 memory=0 CPUtime=1.48 cores=0-7
/proc/15711/task/15744/stat : 15744 (java) S 15708 15711 15348 0 -1 1077944384 41 0 0 0 148 0 0 0 20 0 46 0 82323075 28521037824 257950 33554432000 4194304 4196468 140726116388176 139787304928912 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15745] ppid=15708 vsize=27852576 memory=4640489169973432418 CPUtime=3.56 cores=0-7
/proc/15711/task/15745/stat : 15745 (java) R 15708 15711 15348 0 -1 4202560 89 0 0 0 356 0 0 0 20 0 46 0 82323077 28521037824 257950 33554432000 4194304 4196468 140726116388176 139787303868152 139788786150592 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15746] ppid=15708 vsize=27852576 memory=28603360898 CPUtime=1.75 cores=0-7
/proc/15711/task/15746/stat : 15746 (java) S 15708 15711 15348 0 -1 1077944384 65 0 0 0 175 0 0 0 20 0 46 0 82323077 28521037824 257950 33554432000 4194304 4196468 140726116388176 139787302822800 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15747] ppid=15708 vsize=27852576 memory=0 CPUtime=3.06 cores=0-7
/proc/15711/task/15747/stat : 15747 (java) S 15708 15711 15348 0 -1 1077944384 95 0 0 0 306 0 0 0 20 0 46 0 82323095 28521037824 257950 33554432000 4194304 4196468 140726116388176 139787299636240 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15748] ppid=15708 vsize=27852576 memory=140327118779215 CPUtime=2.33 cores=0-7
/proc/15711/task/15748/stat : 15748 (java) S 15708 15711 15348 0 -1 1077944384 43 0 0 0 233 0 0 0 20 0 46 0 82323096 28521037824 257950 33554432000 4194304 4196468 140726116388176 139787298583696 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15749] ppid=15708 vsize=27852576 memory=196 CPUtime=0.01 cores=0-7
/proc/15711/task/15749/stat : 15749 (java) S 15708 15711 15348 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 46 0 82323097 28521037824 257950 33554432000 4194304 4196468 140726116388176 139787297531152 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15750] ppid=15708 vsize=27852576 memory=28603360901 CPUtime=1.2 cores=0-7
/proc/15711/task/15750/stat : 15750 (java) S 15708 15711 15348 0 -1 1077944384 56 0 0 0 119 1 0 0 20 0 46 0 82323098 28521037824 257950 33554432000 4194304 4196468 140726116388176 139787296478608 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15751] ppid=15708 vsize=27852576 memory=0 CPUtime=2.94 cores=0-7
/proc/15711/task/15751/stat : 15751 (java) S 15708 15711 15348 0 -1 1077944384 72 0 0 0 293 1 0 0 20 0 46 0 82323098 28521037824 257950 33554432000 4194304 4196468 140726116388176 139787295426064 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15752] ppid=15708 vsize=27852576 memory=7518060565014621590 CPUtime=3.55 cores=0-7
/proc/15711/task/15752/stat : 15752 (java) S 15708 15711 15348 0 -1 1077944384 77 0 0 0 355 0 0 0 20 0 46 0 82323099 28521037824 257950 33554432000 4194304 4196468 140726116388176 139786986542736 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15753] ppid=15708 vsize=27852576 memory=6082202987142146647 CPUtime=4.12 cores=0-7
/proc/15711/task/15753/stat : 15753 (java) S 15708 15711 15348 0 -1 1077944384 176 0 0 0 411 1 0 0 20 0 46 0 82323099 28521037824 257950 33554432000 4194304 4196468 140726116388176 139786985490192 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15754] ppid=15708 vsize=27852576 memory=7230626411087226451 CPUtime=2.57 cores=0-7
/proc/15711/task/15754/stat : 15754 (java) S 15708 15711 15348 0 -1 1077944384 87 0 0 0 255 2 0 0 20 0 46 0 82323099 28521037824 257950 33554432000 4194304 4196468 140726116388176 139786984436624 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15755] ppid=15708 vsize=27852576 memory=7307184289356141163 CPUtime=4.96 cores=0-7
/proc/15711/task/15755/stat : 15755 (java) S 15708 15711 15348 0 -1 1077944384 118 0 0 0 495 1 0 0 20 0 46 0 82323099 28521037824 257950 33554432000 4194304 4196468 140726116388176 139786983384080 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15756] ppid=15708 vsize=27852576 memory=7378956019128561512 CPUtime=6.05 cores=0-7
/proc/15711/task/15756/stat : 15756 (java) S 15708 15711 15348 0 -1 1077944384 83 0 0 0 604 1 0 0 20 0 46 0 82323099 28521037824 257950 33554432000 4194304 4196468 140726116388176 139786982331536 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15757] ppid=15708 vsize=27852576 memory=7445970088753655658 CPUtime=0.7 cores=0-7
/proc/15711/task/15757/stat : 15757 (java) S 15708 15711 15348 0 -1 1077944384 28 0 0 0 70 0 0 0 20 0 46 0 82323100 28521037824 257950 33554432000 4194304 4196468 140726116388176 139786981278992 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
Current children cumulated CPU time: 84.91 s
Current children cumulated vsize: 27852576 KiB
Current children cumulated memory: 1031800 KiB

[startup+14.2032 s]
/proc/loadavg: 9.09 8.68 8.68 3/224 15757
/proc/meminfo: memFree=23279964/32770624 swapFree=67108860/67108860
[pid=15711] ppid=15708 vsize=27852576 memory=1033056 CPUtime=85.28 cores=0-7
/proc/15711/stat : 15711 (java) S 15708 15711 15348 0 -1 1077944320 56720 0 0 0 8470 58 0 0 20 0 45 0 82322871 28521037824 258264 33554432000 4194304 4196468 140726116388176 140726116370720 139789138607863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
/proc/15711/statm: 6963144 258264 3629 1 0 6924694 0
[pid=15711/tid=15713] ppid=15708 vsize=27852576 memory=288286675405374003 CPUtime=1.95 cores=0-7
/proc/15711/task/15713/stat : 15713 (java) S 15708 15711 15348 0 -1 1077944384 22094 0 0 0 189 6 0 0 20 0 45 0 82322871 28521037824 258264 33554432000 4194304 4196468 140726116388176 139789142845328 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15714] ppid=15708 vsize=27852576 memory=4134135568557944864 CPUtime=0.05 cores=0-7
/proc/15711/task/15714/stat : 15714 (java) S 15708 15711 15348 0 -1 1077944384 74 0 0 0 3 2 0 0 20 0 45 0 82322872 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788697078032 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15715] ppid=15708 vsize=27852576 memory=6944656575208382560 CPUtime=0.05 cores=0-7
/proc/15711/task/15715/stat : 15715 (java) S 15708 15711 15348 0 -1 1077944384 69 0 0 0 3 2 0 0 20 0 45 0 82322872 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788696025488 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15716] ppid=15708 vsize=27852576 memory=6944656592455359580 CPUtime=0.06 cores=0-7
/proc/15711/task/15716/stat : 15716 (java) S 15708 15711 15348 0 -1 1077944384 160 0 0 0 4 2 0 0 20 0 45 0 82322872 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788694972944 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15717] ppid=15708 vsize=27852576 memory=6944656575208382560 CPUtime=0.05 cores=0-7
/proc/15711/task/15717/stat : 15717 (java) S 15708 15711 15348 0 -1 1077944384 110 0 0 0 4 1 0 0 20 0 45 0 82322872 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788693920400 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15718] ppid=15708 vsize=27852576 memory=6944652177228980320 CPUtime=0.04 cores=0-7
/proc/15711/task/15718/stat : 15718 (java) S 15708 15711 15348 0 -1 1077944384 74 0 0 0 3 1 0 0 20 0 45 0 82322872 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788692867856 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15719] ppid=15708 vsize=27852576 memory=6944656592387989600 CPUtime=0.04 cores=0-7
/proc/15711/task/15719/stat : 15719 (java) S 15708 15711 15348 0 -1 1077944384 68 0 0 0 3 1 0 0 20 0 45 0 82322872 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788691815312 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15720] ppid=15708 vsize=27852576 memory=-4695052241013923951 CPUtime=0.05 cores=0-7
/proc/15711/task/15720/stat : 15720 (java) S 15708 15711 15348 0 -1 1077944384 317 0 0 0 4 1 0 0 20 0 45 0 82322872 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788690762768 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15721] ppid=15708 vsize=27852576 memory=280652289895623 CPUtime=0.04 cores=0-7
/proc/15711/task/15721/stat : 15721 (java) S 15708 15711 15348 0 -1 1077944384 83 0 0 0 2 2 0 0 20 0 45 0 82322872 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788689710224 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15722] ppid=15708 vsize=27852576 memory=0 CPUtime=0.04 cores=0-7
/proc/15711/task/15722/stat : 15722 (java) S 15708 15711 15348 0 -1 1077944384 1966 0 0 0 4 0 0 0 20 0 45 0 82322874 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788266924016 139789138619010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15723] ppid=15708 vsize=27852576 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15723/stat : 15723 (java) S 15708 15711 15348 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 45 0 82322874 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788265870304 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15724] ppid=15708 vsize=27852576 memory=0 CPUtime=0 cores=0-7
/proc/15711/task/15724/stat : 15724 (java) S 15708 15711 15348 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 45 0 82322874 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788264817664 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15725] ppid=15708 vsize=27852576 memory=39057 CPUtime=0 cores=0-7
/proc/15711/task/15725/stat : 15725 (java) S 15708 15711 15348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 45 0 82322877 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788263766224 139789138626459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15726] ppid=15708 vsize=27852576 memory=7308895142485716329 CPUtime=1.66 cores=0-7
/proc/15711/task/15726/stat : 15726 (java) S 15708 15711 15348 0 -1 1077944384 5650 0 0 0 165 1 0 0 20 0 45 0 82322877 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788262713840 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15727] ppid=15708 vsize=27852576 memory=7444845378537482343 CPUtime=1.58 cores=0-7
/proc/15711/task/15727/stat : 15727 (java) S 15708 15711 15348 0 -1 1077944384 4298 0 0 0 157 1 0 0 20 0 45 0 82322877 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788261661296 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15728] ppid=15708 vsize=27852576 memory=280654235466536 CPUtime=1.71 cores=0-7
/proc/15711/task/15728/stat : 15728 (java) R 15708 15711 15348 0 -1 4202560 3891 0 0 0 170 1 0 0 20 0 45 0 82322877 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788260608752 139789117941920 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15729] ppid=15708 vsize=27852576 memory=6944656592455360604 CPUtime=1.07 cores=0-7
/proc/15711/task/15729/stat : 15729 (java) S 15708 15711 15348 0 -1 1077944384 7713 0 0 0 106 1 0 0 20 0 45 0 82322877 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788259556208 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15730] ppid=15708 vsize=27852576 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/15711/task/15730/stat : 15730 (java) S 15708 15711 15348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 45 0 82322877 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788258502880 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15731] ppid=15708 vsize=27852576 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/15711/task/15731/stat : 15731 (java) S 15708 15711 15348 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 45 0 82322877 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788257450416 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15733] ppid=15708 vsize=27852576 memory=6944656592455360604 CPUtime=0.02 cores=0-7
/proc/15711/task/15733/stat : 15733 (java) R 15708 15711 15348 0 -1 4202560 838 0 0 0 1 1 0 0 20 0 45 0 82323051 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788240853760 139789138619798 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15734] ppid=15708 vsize=27852576 memory=6655300316396806240 CPUtime=6.08 cores=0-7
/proc/15711/task/15734/stat : 15734 (java) S 15708 15711 15348 0 -1 1077944384 262 0 0 0 606 2 0 0 20 0 45 0 82323067 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788239803792 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15735] ppid=15708 vsize=27852576 memory=6655300316396806240 CPUtime=9.24 cores=0-7
/proc/15711/task/15735/stat : 15735 (java) S 15708 15711 15348 0 -1 1077944384 846 0 0 0 922 2 0 0 20 0 45 0 82323067 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788236654096 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15736] ppid=15708 vsize=27852576 memory=6944656592455360604 CPUtime=4.62 cores=0-7
/proc/15711/task/15736/stat : 15736 (java) S 15708 15711 15348 0 -1 1077944384 160 0 0 0 459 3 0 0 20 0 45 0 82323068 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788235601552 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15737] ppid=15708 vsize=27852576 memory=6944656575208382560 CPUtime=3.1 cores=0-7
/proc/15711/task/15737/stat : 15737 (java) S 15708 15711 15348 0 -1 1077944384 102 0 0 0 310 0 0 0 20 0 45 0 82323074 28521037824 258264 33554432000 4194304 4196468 140726116388176 139788234549008 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15738] ppid=15708 vsize=27852576 memory=-3621219749712857441 CPUtime=2.92 cores=0-7
/proc/15711/task/15738/stat : 15738 (java) S 15708 15711 15348 0 -1 1077944384 86 0 0 0 291 1 0 0 20 0 45 0 82323074 28521037824 258264 33554432000 4194304 4196468 140726116388176 139787311244176 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15739] ppid=15708 vsize=27852576 memory=-9174445032661854264 CPUtime=3.56 cores=0-7
/proc/15711/task/15739/stat : 15739 (java) S 15708 15711 15348 0 -1 1077944384 74 0 0 0 356 0 0 0 20 0 45 0 82323074 28521037824 258264 33554432000 4194304 4196468 140726116388176 139787310191632 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15740] ppid=15708 vsize=27852576 memory=0 CPUtime=3.61 cores=0-7
/proc/15711/task/15740/stat : 15740 (java) S 15708 15711 15348 0 -1 1077944384 422 0 0 0 360 1 0 0 20 0 45 0 82323074 28521037824 258264 33554432000 4194304 4196468 140726116388176 139787309139088 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15741] ppid=15708 vsize=27852576 memory=0 CPUtime=2.95 cores=0-7
/proc/15711/task/15741/stat : 15741 (java) S 15708 15711 15348 0 -1 1077944384 382 0 0 0 295 0 0 0 20 0 45 0 82323074 28521037824 258264 33554432000 4194304 4196468 140726116388176 139787308086544 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15742] ppid=15708 vsize=27852576 memory=140327254722175 CPUtime=1.54 cores=0-7
/proc/15711/task/15742/stat : 15742 (java) S 15708 15711 15348 0 -1 1077944384 359 0 0 0 154 0 0 0 20 0 45 0 82323074 28521037824 258264 33554432000 4194304 4196468 140726116388176 139787307034000 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15743] ppid=15708 vsize=27852576 memory=375 CPUtime=0.33 cores=0-7
/proc/15711/task/15743/stat : 15743 (java) S 15708 15711 15348 0 -1 1077944384 36 0 0 0 33 0 0 0 20 0 45 0 82323075 28521037824 258264 33554432000 4194304 4196468 140726116388176 139787305981456 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15744] ppid=15708 vsize=27852576 memory=6 CPUtime=1.48 cores=0-7
/proc/15711/task/15744/stat : 15744 (java) S 15708 15711 15348 0 -1 1077944384 41 0 0 0 148 0 0 0 20 0 45 0 82323075 28521037824 258264 33554432000 4194304 4196468 140726116388176 139787304928912 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15745] ppid=15708 vsize=27852576 memory=28 CPUtime=3.72 cores=0-7
/proc/15711/task/15745/stat : 15745 (java) S 15708 15711 15348 0 -1 1077944384 1367 0 0 0 372 0 0 0 20 0 45 0 82323077 28521037824 258264 33554432000 4194304 4196468 140726116388176 139787303876368 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15746] ppid=15708 vsize=27852576 memory=232 CPUtime=1.75 cores=0-7
/proc/15711/task/15746/stat : 15746 (java) S 15708 15711 15348 0 -1 1077944384 65 0 0 0 175 0 0 0 20 0 45 0 82323077 28521037824 258264 33554432000 4194304 4196468 140726116388176 139787302822800 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15747] ppid=15708 vsize=27852576 memory=765 CPUtime=3.07 cores=0-7
/proc/15711/task/15747/stat : 15747 (java) S 15708 15711 15348 0 -1 1077944384 844 0 0 0 307 0 0 0 20 0 45 0 82323095 28521037824 258264 33554432000 4194304 4196468 140726116388176 139787299636240 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15748] ppid=15708 vsize=27852576 memory=80 CPUtime=2.33 cores=0-7
/proc/15711/task/15748/stat : 15748 (java) S 15708 15711 15348 0 -1 1077944384 43 0 0 0 233 0 0 0 20 0 45 0 82323096 28521037824 258264 33554432000 4194304 4196468 140726116388176 139787298583696 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15749] ppid=15708 vsize=27852576 memory=190 CPUtime=0.01 cores=0-7
/proc/15711/task/15749/stat : 15749 (java) S 15708 15711 15348 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 45 0 82323097 28521037824 258264 33554432000 4194304 4196468 140726116388176 139787297531152 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15750] ppid=15708 vsize=27852576 memory=128 CPUtime=1.21 cores=0-7
/proc/15711/task/15750/stat : 15750 (java) S 15708 15711 15348 0 -1 1077944384 506 0 0 0 120 1 0 0 20 0 45 0 82323098 28521037824 258264 33554432000 4194304 4196468 140726116388176 139787296474544 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15751] ppid=15708 vsize=27852576 memory=0 CPUtime=2.94 cores=0-7
/proc/15711/task/15751/stat : 15751 (java) S 15708 15711 15348 0 -1 1077944384 393 0 0 0 293 1 0 0 20 0 45 0 82323098 28521037824 258264 33554432000 4194304 4196468 140726116388176 139787295426064 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15752] ppid=15708 vsize=27852576 memory=5792 CPUtime=3.55 cores=0-7
/proc/15711/task/15752/stat : 15752 (java) S 15708 15711 15348 0 -1 1077944384 77 0 0 0 355 0 0 0 20 0 45 0 82323099 28521037824 258264 33554432000 4194304 4196468 140726116388176 139786986542736 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15753] ppid=15708 vsize=27852576 memory=4612 CPUtime=4.12 cores=0-7
/proc/15711/task/15753/stat : 15753 (java) S 15708 15711 15348 0 -1 1077944384 224 0 0 0 411 1 0 0 20 0 45 0 82323099 28521037824 258264 33554432000 4194304 4196468 140726116388176 139786985490192 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15754] ppid=15708 vsize=27852576 memory=9920 CPUtime=2.58 cores=0-7
/proc/15711/task/15754/stat : 15754 (java) S 15708 15711 15348 0 -1 1077944384 422 0 0 0 256 2 0 0 20 0 45 0 82323099 28521037824 258264 33554432000 4194304 4196468 140726116388176 139786984436208 139789138619010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15755] ppid=15708 vsize=27852576 memory=1944 CPUtime=4.96 cores=0-7
/proc/15711/task/15755/stat : 15755 (java) S 15708 15711 15348 0 -1 1077944384 439 0 0 0 495 1 0 0 20 0 45 0 82323099 28521037824 258264 33554432000 4194304 4196468 140726116388176 139786983384080 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15756] ppid=15708 vsize=27852576 memory=1428 CPUtime=6.05 cores=0-7
/proc/15711/task/15756/stat : 15756 (java) S 15708 15711 15348 0 -1 1077944384 83 0 0 0 604 1 0 0 20 0 45 0 82323099 28521037824 258264 33554432000 4194304 4196468 140726116388176 139786982331536 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
[pid=15711/tid=15757] ppid=15708 vsize=27852576 memory=8532 CPUtime=0.7 cores=0-7
/proc/15711/task/15757/stat : 15757 (java) S 15708 15711 15348 0 -1 1077944384 28 0 0 0 70 0 0 0 20 0 45 0 82323100 28521037824 258264 33554432000 4194304 4196468 140726116388176 139786981278992 139789138618069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29233152 140726116389965 140726116390149 140726116390149 140726116392911 0
Current children cumulated CPU time: 85.28 s
Current children cumulated vsize: 27852576 KiB
Current children cumulated memory: 1033056 KiB

Child status: 0
Real time (s): 14.2358
CPU time (s): 85.3268
CPU user time (s): 84.7288
CPU system time (s): 0.597991
CPU usage (%): 599.382
Max. virtual memory (cumulated for all children) (KiB): 27852576
Max. memory (cumulated for all children) (KiB): 1033056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.7288
system time used= 0.597991
maximum resident set size= 1033292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57627
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13560
involuntary context switches= 3267


# summary of solver processes directly reported to runsolver:
#   pid: 15711
#   total CPU time (s): 85.3268
#   total CPU user time (s): 84.7288
#   total CPU system time (s): 0.597991

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.159707 second user time and 0.230818 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-27 01:26:36
IDJOB=4291087
IDBENCH=141256
IDSOLVER=2745
FILE ID=node150/4291087-1532647596
RUNJOBID= node150-1532642553-15375
PBS_JOBID= 21022192
Free space on /tmp= 53100 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16d_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291087-1532647596/watcher-4291087-1532647596 -o /tmp/evaluation-result-4291087-1532647596/solver-4291087-1532647596 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1532642553-15375 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1115098301 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291087-1532647596.xml

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=1115098301

node150.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.76
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.76
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.76
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.76
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:        24301952 kB
MemAvailable:   31930916 kB
Buffers:          213664 kB
Cached:          7607664 kB
SwapCached:            0 kB
Active:          2221872 kB
Inactive:        5650920 kB
Active(anon):       4160 kB
Inactive(anon):    75212 kB
Active(file):    2217712 kB
Inactive(file):  5575708 kB
Unevictable:        7744 kB
Mlocked:            7744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35784 kB
Writeback:             0 kB
AnonPages:         57680 kB
Mapped:            41192 kB
Shmem:             25224 kB
Slab:             292040 kB
SReclaimable:     264004 kB
SUnreclaim:        28036 kB
KernelStack:        3136 kB
PageTables:         4848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53068 MiB
End job on node150 at 2018-07-27 01:26:50