Trace number 4309104

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2018-08-14SAT 1900.53 241.59

General information on the benchmark

NameStripPacking/
StripPacking-1b_c18.xml
MD5SUM1d962658b6cfa8354278e550b215e9b2
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.31696
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints31
Number of domains12
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":15,"count":20}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":10},{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity2
Maximum constraint arity40
Distribution of constraint arities[{"arity":2,"count":20},{"arity":3,"count":10},{"arity":40,"count":1}]
Number of extensional constraints10
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":10},{"type":"intension","count":20},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 852615280
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.20/0.88	c Parsing done, starting search...
1900.26/241.54	s SATISFIABLE
1900.26/241.55	v <instantiation>
1900.26/241.55	v 	<list>
1900.26/241.55	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] w[0] w[1] w[2] w[3] w[4] w[5] w[6] w[7] w[8] w[9] h[0] h[1] h[2] h[3] h[4] h[5] h[6] h[7] h[8] h[9] r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9]
1900.26/241.55	v 	</list>
1900.26/241.55	v 	<values>
1900.26/241.55	v 		2 7 2 10 3 0 10 0 0 0 9 3 3 3 0 6 8 9 0 2 8 3 5 5 12 7 5 2 3 2 6 6 3 5 3 3 7 6 2 4 0 0 1 1 1 1 0 0 0 1 
1900.26/241.55	v 	</values>
1900.26/241.55	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309104-1534358288/watcher-4309104-1534358288 -o /tmp/evaluation-result-4309104-1534358288/solver-4309104-1534358288 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534353239-28103 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 852615280 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309104-1534358288.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=28565, runsolver pid=28562
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 8.61 8.81 8.76 2/198 28585
/proc/meminfo: memFree=24795912/32770624 swapFree=67108524/67108860
[pid=28565] ppid=28562 vsize=26103420 memory=31400 CPUtime=0.11 cores=0-7
/proc/28565/stat : 28565 (java) S 28562 28565 28076 0 -1 1077944320 7305 0 0 0 10 1 0 0 20 0 20 0 253392043 26729902080 7850 33554432000 4194304 4196468 140730464147152 140730464129696 140137278340855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
/proc/28565/statm: 6525855 7850 3135 1 0 6487932 0
[pid=28565/tid=28567] ppid=28562 vsize=26103420 memory=8042473942204456605 CPUtime=0.09 cores=0-7
/proc/28565/task/28567/stat : 28567 (java) R 28562 28565 28076 0 -1 4202560 5413 0 0 0 8 1 0 0 20 0 20 0 253392044 26729902080 7916 33554432000 4194304 4196468 140730464147152 140137282535520 140137258616669 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28568] ppid=28562 vsize=26103420 memory=732370201547799525 CPUtime=0 cores=0-7
/proc/28565/task/28568/stat : 28568 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 7916 33554432000 4194304 4196468 140730464147152 140137200921104 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28569] ppid=28562 vsize=26103420 memory=140063210346112 CPUtime=0 cores=0-7
/proc/28565/task/28569/stat : 28569 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 7916 33554432000 4194304 4196468 140730464147152 140136835734160 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28570] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28570/stat : 28570 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 7916 33554432000 4194304 4196468 140730464147152 140136834681104 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28571] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28571/stat : 28571 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 7916 33554432000 4194304 4196468 140730464147152 140136833628560 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28572] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28572/stat : 28572 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 7916 33554432000 4194304 4196468 140730464147152 140136832576528 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28573] ppid=28562 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/28565/task/28573/stat : 28573 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 7916 33554432000 4194304 4196468 140730464147152 140136831523984 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28574] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28574/stat : 28574 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 7916 33554432000 4194304 4196468 140730464147152 140136830470928 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28575] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28575/stat : 28575 (java) S 28562 28565 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 7916 33554432000 4194304 4196468 140730464147152 140136829418384 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28576] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28576/stat : 28576 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392046 26729902080 7916 33554432000 4194304 4196468 140730464147152 140135596775664 140137278352002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28577] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28577/stat : 28577 (java) S 28562 28565 28076 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253392046 26729902080 7982 33554432000 4194304 4196468 140730464147152 140135595721888 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28578] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28578/stat : 28578 (java) S 28562 28565 28076 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253392047 26729902080 7982 33554432000 4194304 4196468 140730464147152 140135594668784 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28579] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28579/stat : 28579 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392049 26729902080 7982 33554432000 4194304 4196468 140730464147152 140135593617360 140137278359451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28580] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28580/stat : 28580 (java) S 28562 28565 28076 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 20 0 253392049 26729902080 7982 33554432000 4194304 4196468 140730464147152 140135592565488 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28581] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28581/stat : 28581 (java) S 28562 28565 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253392049 26729902080 7982 33554432000 4194304 4196468 140730464147152 140135591512944 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28582] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28582/stat : 28582 (java) S 28562 28565 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253392049 26729902080 7982 33554432000 4194304 4196468 140730464147152 140135590459888 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28583] ppid=28562 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/28565/task/28583/stat : 28583 (java) S 28562 28565 28076 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 20 0 253392049 26729902080 7982 33554432000 4194304 4196468 140730464147152 140135521839728 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28584] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28584/stat : 28584 (java) S 28562 28565 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253392049 26729902080 7982 33554432000 4194304 4196468 140730464147152 140135520786912 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28585] ppid=28562 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/28565/task/28585/stat : 28585 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392050 26729902080 7982 33554432000 4194304 4196468 140730464147152 140135519734448 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 31400 KiB

[startup+0.209687 s]*
/proc/loadavg: 8.61 8.81 8.76 3/198 28585
/proc/meminfo: memFree=24782580/32770624 swapFree=67108524/67108860
[pid=28565] ppid=28562 vsize=26103420 memory=43124 CPUtime=0.3 cores=0-7
/proc/28565/stat : 28565 (java) S 28562 28565 28076 0 -1 1077944320 10495 0 0 0 28 2 0 0 20 0 20 0 253392043 26729902080 10781 33554432000 4194304 4196468 140730464147152 140730464129696 140137278340855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
/proc/28565/statm: 6525855 10781 3287 1 0 6487932 0
[pid=28565/tid=28567] ppid=28562 vsize=26103420 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/28565/task/28567/stat : 28567 (java) R 28562 28565 28076 0 -1 4202560 8290 0 0 0 18 1 0 0 20 0 20 0 253392044 26729902080 10781 33554432000 4194304 4196468 140730464147152 140137282561872 140136882409237 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28568] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28568/stat : 28568 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 10781 33554432000 4194304 4196468 140730464147152 140137200921104 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28569] ppid=28562 vsize=26103420 memory=140063211676648 CPUtime=0 cores=0-7
/proc/28565/task/28569/stat : 28569 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 10781 33554432000 4194304 4196468 140730464147152 140136835734160 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28570] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28570/stat : 28570 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 10781 33554432000 4194304 4196468 140730464147152 140136834681104 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28571] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28571/stat : 28571 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 10781 33554432000 4194304 4196468 140730464147152 140136833628560 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28572] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28572/stat : 28572 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 10781 33554432000 4194304 4196468 140730464147152 140136832576528 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28573] ppid=28562 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/28565/task/28573/stat : 28573 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 10781 33554432000 4194304 4196468 140730464147152 140136831523984 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28574] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28574/stat : 28574 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 10781 33554432000 4194304 4196468 140730464147152 140136830470928 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28575] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28575/stat : 28575 (java) S 28562 28565 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 10781 33554432000 4194304 4196468 140730464147152 140136829418384 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28576] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28576/stat : 28576 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392046 26729902080 10781 33554432000 4194304 4196468 140730464147152 140135596775664 140137278352002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28577] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28577/stat : 28577 (java) S 28562 28565 28076 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253392046 26729902080 10781 33554432000 4194304 4196468 140730464147152 140135595721888 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28578] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28578/stat : 28578 (java) S 28562 28565 28076 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253392047 26729902080 10781 33554432000 4194304 4196468 140730464147152 140135594668784 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28579] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28579/stat : 28579 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392049 26729902080 10781 33554432000 4194304 4196468 140730464147152 140135593617360 140137278359451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28580] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28580/stat : 28580 (java) S 28562 28565 28076 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 20 0 253392049 26729902080 10781 33554432000 4194304 4196468 140730464147152 140135592565488 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28581] ppid=28562 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/28565/task/28581/stat : 28581 (java) S 28562 28565 28076 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 253392049 26729902080 10781 33554432000 4194304 4196468 140730464147152 140135591512944 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28582] ppid=28562 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/28565/task/28582/stat : 28582 (java) S 28562 28565 28076 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 20 0 253392049 26729902080 10781 33554432000 4194304 4196468 140730464147152 140135590459888 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28583] ppid=28562 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/28565/task/28583/stat : 28583 (java) R 28562 28565 28076 0 -1 4202560 297 0 0 0 6 0 0 0 20 0 20 0 253392049 26729902080 10781 33554432000 4194304 4196468 140730464147152 140135521836096 140137278362202 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28584] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28584/stat : 28584 (java) S 28562 28565 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253392049 26729902080 10781 33554432000 4194304 4196468 140730464147152 140135520786912 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28585] ppid=28562 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/28565/task/28585/stat : 28585 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392050 26729902080 10781 33554432000 4194304 4196468 140730464147152 140135519734448 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43124 KiB

[startup+0.30941 s]*
/proc/loadavg: 8.61 8.81 8.76 3/198 28585
/proc/meminfo: memFree=24779364/32770624 swapFree=67108524/67108860
[pid=28565] ppid=28562 vsize=26103420 memory=46680 CPUtime=0.43 cores=0-7
/proc/28565/stat : 28565 (java) S 28562 28565 28076 0 -1 1077944320 10916 0 0 0 40 3 0 0 20 0 20 0 253392043 26729902080 11670 33554432000 4194304 4196468 140730464147152 140730464129696 140137278340855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
/proc/28565/statm: 6525855 11670 3323 1 0 6487932 0
[pid=28565/tid=28567] ppid=28562 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28565/task/28567/stat : 28567 (java) R 28562 28565 28076 0 -1 4202560 8616 0 0 0 28 1 0 0 20 0 20 0 253392044 26729902080 11670 33554432000 4194304 4196468 140730464147152 140137282534144 140137258616683 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28568] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28568/stat : 28568 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 11670 33554432000 4194304 4196468 140730464147152 140137200921104 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28569] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28569/stat : 28569 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 11670 33554432000 4194304 4196468 140730464147152 140136835734160 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28570] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28570/stat : 28570 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 11670 33554432000 4194304 4196468 140730464147152 140136834681104 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28571] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28571/stat : 28571 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 11670 33554432000 4194304 4196468 140730464147152 140136833628560 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28572] ppid=28562 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/28565/task/28572/stat : 28572 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 11670 33554432000 4194304 4196468 140730464147152 140136832576528 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28573] ppid=28562 vsize=26103420 memory=140063111476143 CPUtime=0 cores=0-7
/proc/28565/task/28573/stat : 28573 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 11670 33554432000 4194304 4196468 140730464147152 140136831523984 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28574] ppid=28562 vsize=26103420 memory=140063111478448 CPUtime=0 cores=0-7
/proc/28565/task/28574/stat : 28574 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 11670 33554432000 4194304 4196468 140730464147152 140136830470928 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28575] ppid=28562 vsize=26103420 memory=140063111480752 CPUtime=0 cores=0-7
/proc/28565/task/28575/stat : 28575 (java) S 28562 28565 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253392045 26729902080 11670 33554432000 4194304 4196468 140730464147152 140136829418384 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28576] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28576/stat : 28576 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392046 26729902080 11670 33554432000 4194304 4196468 140730464147152 140135596775664 140137278352002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28577] ppid=28562 vsize=26103420 memory=280126222968464 CPUtime=0 cores=0-7
/proc/28565/task/28577/stat : 28577 (java) S 28562 28565 28076 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253392046 26729902080 11670 33554432000 4194304 4196468 140730464147152 140135595721888 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28578] ppid=28562 vsize=26103420 memory=280126222975376 CPUtime=0 cores=0-7
/proc/28565/task/28578/stat : 28578 (java) S 28562 28565 28076 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253392047 26729902080 11670 33554432000 4194304 4196468 140730464147152 140135594668784 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28579] ppid=28562 vsize=26103420 memory=280126222916656 CPUtime=0 cores=0-7
/proc/28565/task/28579/stat : 28579 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392049 26729902080 11670 33554432000 4194304 4196468 140730464147152 140135593617360 140137278359451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28580] ppid=28562 vsize=26103420 memory=280126222989200 CPUtime=0.01 cores=0-7
/proc/28565/task/28580/stat : 28580 (java) S 28562 28565 28076 0 -1 1077944384 503 0 0 0 1 0 0 0 20 0 20 0 253392049 26729902080 11670 33554432000 4194304 4196468 140730464147152 140135592565488 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28581] ppid=28562 vsize=26103420 memory=280126222996112 CPUtime=0.01 cores=0-7
/proc/28565/task/28581/stat : 28581 (java) S 28562 28565 28076 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 253392049 26729902080 11670 33554432000 4194304 4196468 140730464147152 140135591512944 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28582] ppid=28562 vsize=26103420 memory=280126222993808 CPUtime=0.01 cores=0-7
/proc/28565/task/28582/stat : 28582 (java) S 28562 28565 28076 0 -1 1077944384 65 0 0 0 1 0 0 0 20 0 20 0 253392049 26729902080 11670 33554432000 4194304 4196468 140730464147152 140135590459888 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28583] ppid=28562 vsize=26103420 memory=280126223010368 CPUtime=0.07 cores=0-7
/proc/28565/task/28583/stat : 28583 (java) S 28562 28565 28076 0 -1 1077944384 304 0 0 0 7 0 0 0 20 0 20 0 253392049 26729902080 11670 33554432000 4194304 4196468 140730464147152 140135521839728 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28584] ppid=28562 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28584/stat : 28584 (java) S 28562 28565 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253392049 26729902080 11670 33554432000 4194304 4196468 140730464147152 140135520786912 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28585] ppid=28562 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/28565/task/28585/stat : 28585 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392050 26729902080 11670 33554432000 4194304 4196468 140730464147152 140135519734448 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46680 KiB

[startup+0.700868 s]
/proc/loadavg: 8.61 8.81 8.76 2/198 28585
/proc/meminfo: memFree=24755760/32770624 swapFree=67108524/67108860
[pid=28565] ppid=28562 vsize=26105488 memory=87424 CPUtime=1 cores=0-7
/proc/28565/stat : 28565 (java) S 28562 28565 28076 0 -1 1077944320 17862 0 0 0 95 5 0 0 20 0 20 0 253392043 26732019712 21856 33554432000 4194304 4196468 140730464147152 140730464129696 140137278340855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
/proc/28565/statm: 6526372 21856 3494 1 0 6488444 0
[pid=28565/tid=28567] ppid=28562 vsize=26105488 memory=7230638415923538519 CPUtime=0.67 cores=0-7
/proc/28565/task/28567/stat : 28567 (java) R 28562 28565 28076 0 -1 4202560 15076 0 0 0 64 3 0 0 20 0 20 0 253392044 26732019712 21856 33554432000 4194304 4196468 140730464147152 140137282565024 140137258527975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28568] ppid=28562 vsize=26105488 memory=122767345246032 CPUtime=0 cores=0-7
/proc/28565/task/28568/stat : 28568 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392045 26732019712 21856 33554432000 4194304 4196468 140730464147152 140137200921104 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28569] ppid=28562 vsize=26105488 memory=140063111506894 CPUtime=0 cores=0-7
/proc/28565/task/28569/stat : 28569 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392045 26732019712 21856 33554432000 4194304 4196468 140730464147152 140136835734160 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28570] ppid=28562 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28570/stat : 28570 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392045 26732019712 21856 33554432000 4194304 4196468 140730464147152 140136834681104 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28571] ppid=28562 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28571/stat : 28571 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392045 26732019712 21856 33554432000 4194304 4196468 140730464147152 140136833628560 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28572] ppid=28562 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28572/stat : 28572 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392045 26732019712 21856 33554432000 4194304 4196468 140730464147152 140136832576528 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28573] ppid=28562 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28573/stat : 28573 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253392045 26732019712 21856 33554432000 4194304 4196468 140730464147152 140136831523984 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28574] ppid=28562 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28574/stat : 28574 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392045 26732019712 21856 33554432000 4194304 4196468 140730464147152 140136830470928 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28575] ppid=28562 vsize=26105488 memory=1740 CPUtime=0 cores=0-7
/proc/28565/task/28575/stat : 28575 (java) S 28562 28565 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253392045 26732019712 21856 33554432000 4194304 4196468 140730464147152 140136829418384 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28576] ppid=28562 vsize=26105488 memory=11192 CPUtime=0 cores=0-7
/proc/28565/task/28576/stat : 28576 (java) S 28562 28565 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253392046 26732019712 21856 33554432000 4194304 4196468 140730464147152 140135596775664 140137278352002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0

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

/proc/28565/stat : 28565 (java) S 28562 28565 28076 0 -1 1077944320 281191 0 0 0 189680 271 0 0 20 0 37 0 253392043 27905482752 904014 33554432000 4194304 4196468 140730464147152 140730464129696 140137278340855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
/proc/28565/statm: 6812862 904014 3614 1 0 6774413 0
[pid=28565/tid=28567] ppid=28562 vsize=27251448 memory=303430244793319739 CPUtime=2.44 cores=0-7
/proc/28565/task/28567/stat : 28567 (java) S 28562 28565 28076 0 -1 1077944384 23212 0 0 0 236 8 0 0 20 0 37 0 253392044 27905482752 904014 33554432000 4194304 4196468 140730464147152 140137282578320 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28568] ppid=28562 vsize=27251448 memory=15258134151170443 CPUtime=1.02 cores=0-7
/proc/28565/task/28568/stat : 28568 (java) S 28562 28565 28076 0 -1 1077944384 12545 0 0 0 91 11 0 0 20 0 37 0 253392045 27905482752 904014 33554432000 4194304 4196468 140730464147152 140137200921104 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28569] ppid=28562 vsize=27251448 memory=481 CPUtime=1.01 cores=0-7
/proc/28565/task/28569/stat : 28569 (java) S 28562 28565 28076 0 -1 1077944384 12282 0 0 0 90 11 0 0 20 0 37 0 253392045 27905482752 904014 33554432000 4194304 4196468 140730464147152 140136835734160 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28570] ppid=28562 vsize=27251448 memory=3620128 CPUtime=1.02 cores=0-7
/proc/28565/task/28570/stat : 28570 (java) S 28562 28565 28076 0 -1 1077944384 8796 0 0 0 91 11 0 0 20 0 37 0 253392045 27905482752 904014 33554432000 4194304 4196468 140730464147152 140136834681104 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28571] ppid=28562 vsize=27251448 memory=3467967988720341993 CPUtime=0.99 cores=0-7
/proc/28565/task/28571/stat : 28571 (java) S 28562 28565 28076 0 -1 1077944384 7490 0 0 0 90 9 0 0 20 0 37 0 253392045 27905482752 904014 33554432000 4194304 4196468 140730464147152 140136833628560 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28572] ppid=28562 vsize=27251448 memory=33 CPUtime=1.02 cores=0-7
/proc/28565/task/28572/stat : 28572 (java) S 28562 28565 28076 0 -1 1077944384 10961 0 0 0 91 11 0 0 20 0 37 0 253392045 27905482752 904014 33554432000 4194304 4196468 140730464147152 140136832576528 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28573] ppid=28562 vsize=27251448 memory=6003388915609264495 CPUtime=1 cores=0-7
/proc/28565/task/28573/stat : 28573 (java) S 28562 28565 28076 0 -1 1077944384 9691 0 0 0 91 9 0 0 20 0 37 0 253392045 27905482752 904014 33554432000 4194304 4196468 140730464147152 140136831523984 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28574] ppid=28562 vsize=27251448 memory=1390506 CPUtime=1 cores=0-7
/proc/28565/task/28574/stat : 28574 (java) S 28562 28565 28076 0 -1 1077944384 6002 0 0 0 90 10 0 0 20 0 37 0 253392045 27905482752 904014 33554432000 4194304 4196468 140730464147152 140136830470928 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28575] ppid=28562 vsize=27251448 memory=804 CPUtime=1.02 cores=0-7
/proc/28565/task/28575/stat : 28575 (java) S 28562 28565 28076 0 -1 1077944384 12448 0 0 0 91 11 0 0 20 0 37 0 253392045 27905482752 904014 33554432000 4194304 4196468 140730464147152 140136829418384 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28576] ppid=28562 vsize=27251448 memory=1800 CPUtime=0.64 cores=0-7
/proc/28565/task/28576/stat : 28576 (java) S 28562 28565 28076 0 -1 1077944384 18692 0 0 0 54 10 0 0 20 0 37 0 253392046 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135596775664 140137278352002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28577] ppid=28562 vsize=27251448 memory=920 CPUtime=0 cores=0-7
/proc/28565/task/28577/stat : 28577 (java) S 28562 28565 28076 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 37 0 253392046 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135595721952 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28578] ppid=28562 vsize=27251448 memory=5804 CPUtime=0 cores=0-7
/proc/28565/task/28578/stat : 28578 (java) S 28562 28565 28076 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 37 0 253392047 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135594668800 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28579] ppid=28562 vsize=27251448 memory=1404 CPUtime=0 cores=0-7
/proc/28565/task/28579/stat : 28579 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 37 0 253392049 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135593617360 140137278359451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28580] ppid=28562 vsize=27251448 memory=7452158191919851584 CPUtime=2.05 cores=0-7
/proc/28565/task/28580/stat : 28580 (java) S 28562 28565 28076 0 -1 1077944384 7874 0 0 0 203 2 0 0 20 0 37 0 253392049 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135592565488 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28581] ppid=28562 vsize=27251448 memory=7452158191919851584 CPUtime=2.31 cores=0-7
/proc/28565/task/28581/stat : 28581 (java) S 28562 28565 28076 0 -1 1077944384 7432 0 0 0 230 1 0 0 20 0 37 0 253392049 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135591512944 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28582] ppid=28562 vsize=27251448 memory=7452158191919851584 CPUtime=2.16 cores=0-7
/proc/28565/task/28582/stat : 28582 (java) S 28562 28565 28076 0 -1 1077944384 7533 0 0 0 216 0 0 0 20 0 37 0 253392049 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135590459888 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28583] ppid=28562 vsize=27251448 memory=6226063080198989416 CPUtime=0.98 cores=0-7
/proc/28565/task/28583/stat : 28583 (java) S 28562 28565 28076 0 -1 1077944384 22512 0 0 0 95 3 0 0 20 0 37 0 253392049 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135521839728 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28584] ppid=28562 vsize=27251448 memory=5933043270017118054 CPUtime=0 cores=0-7
/proc/28565/task/28584/stat : 28584 (java) S 28562 28565 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 37 0 253392049 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135520786912 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28585] ppid=28562 vsize=27251448 memory=7452158191919851584 CPUtime=0.08 cores=0-7
/proc/28565/task/28585/stat : 28585 (java) S 28562 28565 28076 0 -1 1077944384 1157 0 0 0 0 8 0 0 20 0 37 0 253392050 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135519734448 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28586] ppid=28562 vsize=27251448 memory=5933043270017118054 CPUtime=0 cores=0-7
/proc/28565/task/28586/stat : 28586 (java) S 28562 28565 28076 0 -1 1077944384 1342 0 0 0 0 0 0 0 20 0 37 0 253392250 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135506293248 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28587] ppid=28562 vsize=27251448 memory=6226063080198989416 CPUtime=0.69 cores=0-7
/proc/28565/task/28587/stat : 28587 (java) S 28562 28565 28076 0 -1 1077944384 3611 0 0 0 52 17 0 0 20 0 37 0 253392272 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135503143728 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28588] ppid=28562 vsize=27251448 memory=7452158191919851584 CPUtime=204.43 cores=0-7
/proc/28565/task/28588/stat : 28588 (java) R 28562 28565 28076 0 -1 4202560 10984 0 0 0 20435 8 0 0 20 0 37 0 253392289 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135502084000 140136891692886 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28589] ppid=28562 vsize=27251448 memory=6226063080198989416 CPUtime=0.03 cores=0-7
/proc/28565/task/28589/stat : 28589 (java) S 28562 28565 28076 0 -1 1077944384 79 0 0 0 3 0 0 0 20 0 37 0 253392290 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135498941984 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28590] ppid=28562 vsize=27251448 memory=6947476779483753314 CPUtime=234.78 cores=0-7
/proc/28565/task/28590/stat : 28590 (java) R 28562 28565 28076 0 -1 4202560 12368 0 0 0 23456 22 0 0 20 0 37 0 253392290 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135497881248 140136891528556 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28591] ppid=28562 vsize=27251448 memory=6947476779483753314 CPUtime=150.42 cores=0-7
/proc/28565/task/28591/stat : 28591 (java) S 28562 28565 28076 0 -1 1077944384 8665 0 0 0 15023 19 0 0 20 0 37 0 253392296 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135496836400 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28592] ppid=28562 vsize=27251448 memory=7449070767076435819 CPUtime=234.74 cores=0-7
/proc/28565/task/28592/stat : 28592 (java) R 28562 28565 28076 0 -1 4202560 13812 0 0 0 23454 20 0 0 20 0 37 0 253392296 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135495775784 140136891486792 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28593] ppid=28562 vsize=27251448 memory=6226063080198989416 CPUtime=128.53 cores=0-7
/proc/28565/task/28593/stat : 28593 (java) R 28562 28565 28076 0 -1 4202560 8727 0 0 0 12838 15 0 0 20 0 37 0 253392296 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135494723568 140136890500038 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28594] ppid=28562 vsize=27251448 memory=6226063080198989416 CPUtime=193.23 cores=0-7
/proc/28565/task/28594/stat : 28594 (java) R 28562 28565 28076 0 -1 4202560 10902 0 0 0 19304 19 0 0 20 0 37 0 253392296 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135493670048 140136892557163 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28595] ppid=28562 vsize=27251448 memory=6226063080198989416 CPUtime=234.82 cores=0-7
/proc/28565/task/28595/stat : 28595 (java) R 28562 28565 28076 0 -1 4202560 12360 0 0 0 23464 18 0 0 20 0 37 0 253392296 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135492619872 140137259747154 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28596] ppid=28562 vsize=27251448 memory=6226063080198989416 CPUtime=72.74 cores=0-7
/proc/28565/task/28596/stat : 28596 (java) S 28562 28565 28076 0 -1 1077944384 3712 0 0 0 7263 11 0 0 20 0 37 0 253392297 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135491573168 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28597] ppid=28562 vsize=27251448 memory=7449070767076435819 CPUtime=0 cores=0-7
/proc/28565/task/28597/stat : 28597 (java) S 28562 28565 28076 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 37 0 253392297 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135490520608 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28598] ppid=28562 vsize=27251448 memory=7300992948104225903 CPUtime=228.74 cores=0-7
/proc/28565/task/28598/stat : 28598 (java) R 28562 28565 28076 0 -1 4202560 15418 0 0 0 22856 18 0 0 20 0 37 0 253392299 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135489460336 140136891692891 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28599] ppid=28562 vsize=27251448 memory=7300992948104225903 CPUtime=0 cores=0-7
/proc/28565/task/28599/stat : 28599 (java) S 28562 28565 28076 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 37 0 253392301 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135488415008 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28600] ppid=28562 vsize=27251448 memory=6226063080198989416 CPUtime=0 cores=0-7
/proc/28565/task/28600/stat : 28600 (java) S 28562 28565 28076 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 37 0 253392301 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135487361952 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28601] ppid=28562 vsize=27251448 memory=303430223234596890 CPUtime=68.03 cores=0-7
/proc/28565/task/28601/stat : 28601 (java) S 28562 28565 28076 0 -1 1077944384 3593 0 0 0 6802 1 0 0 20 0 37 0 253392301 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135486309424 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28602] ppid=28562 vsize=27251448 memory=302867294839898427 CPUtime=129.3 cores=0-7
/proc/28565/task/28602/stat : 28602 (java) R 28562 28565 28076 0 -1 4202560 5498 0 0 0 12927 3 0 0 20 0 37 0 253392301 27905482752 904014 33554432000 4194304 4196468 140730464147152 140135485248672 140136891692891 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
Current children cumulated CPU time: 1899.51 s
Current children cumulated vsize: 27251448 KiB
Current children cumulated memory: 3616056 KiB

[startup+241.502 s]
/proc/loadavg: 8.86 8.87 8.79 9/217 28612
/proc/meminfo: memFree=21201584/32770624 swapFree=67108524/67108860
[pid=28565] ppid=28562 vsize=27251448 memory=3616532 CPUtime=1900.26 cores=0-7
/proc/28565/stat : 28565 (java) S 28562 28565 28076 0 -1 1077944320 285944 0 0 0 189755 271 0 0 20 0 37 0 253392043 27905482752 904133 33554432000 4194304 4196468 140730464147152 140730464129696 140137278340855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
/proc/28565/statm: 6812862 904133 3614 1 0 6774413 0
[pid=28565/tid=28567] ppid=28562 vsize=27251448 memory=3618620 CPUtime=2.44 cores=0-7
/proc/28565/task/28567/stat : 28567 (java) S 28562 28565 28076 0 -1 1077944384 23212 0 0 0 236 8 0 0 20 0 37 0 253392044 27905482752 904176 33554432000 4194304 4196468 140730464147152 140137282578320 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28568] ppid=28562 vsize=27251448 memory=3620084 CPUtime=1.02 cores=0-7
/proc/28565/task/28568/stat : 28568 (java) S 28562 28565 28076 0 -1 1077944384 12545 0 0 0 91 11 0 0 20 0 37 0 253392045 27905482752 904176 33554432000 4194304 4196468 140730464147152 140137200921104 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28569] ppid=28562 vsize=27251448 memory=3618548 CPUtime=1.01 cores=0-7
/proc/28565/task/28569/stat : 28569 (java) S 28562 28565 28076 0 -1 1077944384 12282 0 0 0 90 11 0 0 20 0 37 0 253392045 27905482752 904176 33554432000 4194304 4196468 140730464147152 140136835734160 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28570] ppid=28562 vsize=27251448 memory=280126224954640 CPUtime=1.02 cores=0-7
/proc/28565/task/28570/stat : 28570 (java) S 28562 28565 28076 0 -1 1077944384 8796 0 0 0 91 11 0 0 20 0 37 0 253392045 27905482752 904177 33554432000 4194304 4196468 140730464147152 140136834681104 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28571] ppid=28562 vsize=27251448 memory=29 CPUtime=0.99 cores=0-7
/proc/28565/task/28571/stat : 28571 (java) S 28562 28565 28076 0 -1 1077944384 7490 0 0 0 90 9 0 0 20 0 37 0 253392045 27905482752 904177 33554432000 4194304 4196468 140730464147152 140136833628560 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28572] ppid=28562 vsize=27251448 memory=3617600 CPUtime=1.02 cores=0-7
/proc/28565/task/28572/stat : 28572 (java) S 28562 28565 28076 0 -1 1077944384 10961 0 0 0 91 11 0 0 20 0 37 0 253392045 27905482752 904177 33554432000 4194304 4196468 140730464147152 140136832576528 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28573] ppid=28562 vsize=27251448 memory=3618588 CPUtime=1 cores=0-7
/proc/28565/task/28573/stat : 28573 (java) S 28562 28565 28076 0 -1 1077944384 9691 0 0 0 91 9 0 0 20 0 37 0 253392045 27905482752 904177 33554432000 4194304 4196468 140730464147152 140136831523984 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28574] ppid=28562 vsize=27251448 memory=3612340 CPUtime=1 cores=0-7
/proc/28565/task/28574/stat : 28574 (java) S 28562 28565 28076 0 -1 1077944384 6002 0 0 0 90 10 0 0 20 0 37 0 253392045 27905482752 904177 33554432000 4194304 4196468 140730464147152 140136830470928 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28575] ppid=28562 vsize=27251448 memory=3610764 CPUtime=1.02 cores=0-7
/proc/28565/task/28575/stat : 28575 (java) S 28562 28565 28076 0 -1 1077944384 12448 0 0 0 91 11 0 0 20 0 37 0 253392045 27905482752 904177 33554432000 4194304 4196468 140730464147152 140136829418384 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28576] ppid=28562 vsize=27251448 memory=3980 CPUtime=0.64 cores=0-7
/proc/28565/task/28576/stat : 28576 (java) R 28562 28565 28076 0 -1 1077944384 18692 0 0 0 54 10 0 0 20 0 37 0 253392046 27905482752 904177 33554432000 4194304 4196468 140730464147152 140135596775664 140137278352002 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28577] ppid=28562 vsize=27251448 memory=1932 CPUtime=0 cores=0-7
/proc/28565/task/28577/stat : 28577 (java) S 28562 28565 28076 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 37 0 253392046 27905482752 904177 33554432000 4194304 4196468 140730464147152 140135595721952 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28578] ppid=28562 vsize=27251448 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28578/stat : 28578 (java) S 28562 28565 28076 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 37 0 253392047 27905482752 904177 33554432000 4194304 4196468 140730464147152 140135594668800 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28579] ppid=28562 vsize=27251448 memory=0 CPUtime=0 cores=0-7
/proc/28565/task/28579/stat : 28579 (java) S 28562 28565 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 37 0 253392049 27905482752 904177 33554432000 4194304 4196468 140730464147152 140135593617360 140137278359451 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28580] ppid=28562 vsize=27251448 memory=280126223941232 CPUtime=2.06 cores=0-7
/proc/28565/task/28580/stat : 28580 (java) R 28562 28565 28076 0 -1 4202560 8447 0 0 0 204 2 0 0 20 0 37 0 253392049 27905482752 904177 33554432000 4194304 4196468 140730464147152 140135592558680 140137264363057 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28581] ppid=28562 vsize=27251448 memory=-4190076264842474805 CPUtime=2.33 cores=0-7
/proc/28565/task/28581/stat : 28581 (java) R 28562 28565 28076 0 -1 4202560 8045 0 0 0 232 1 0 0 20 0 37 0 253392049 27905482752 904177 33554432000 4194304 4196468 140730464147152 140135591491408 140137270630237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28582] ppid=28562 vsize=27251448 memory=3516 CPUtime=2.18 cores=0-7
/proc/28565/task/28582/stat : 28582 (java) R 28562 28565 28076 0 -1 4202560 8489 0 0 0 218 0 0 0 20 0 37 0 253392049 27905482752 904177 33554432000 4194304 4196468 140730464147152 140135590445216 140137257733550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28583] ppid=28562 vsize=27251448 memory=872 CPUtime=0.99 cores=0-7
/proc/28565/task/28583/stat : 28583 (java) R 28562 28565 28076 0 -1 4202560 23253 0 0 0 96 3 0 0 20 0 37 0 253392049 27905482752 904177 33554432000 4194304 4196468 140730464147152 140135521839648 140137257282446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28584] ppid=28562 vsize=27251448 memory=280126224358400 CPUtime=0 cores=0-7
/proc/28565/task/28584/stat : 28584 (java) S 28562 28565 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 37 0 253392049 27905482752 904177 33554432000 4194304 4196468 140730464147152 140135520786912 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28585] ppid=28562 vsize=27251448 memory=44804 CPUtime=0.08 cores=0-7
/proc/28565/task/28585/stat : 28585 (java) S 28562 28565 28076 0 -1 1077944384 1157 0 0 0 0 8 0 0 20 0 37 0 253392050 27905482752 904177 33554432000 4194304 4196468 140730464147152 140135519734448 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28586] ppid=28562 vsize=27251448 memory=3619136 CPUtime=0 cores=0-7
/proc/28565/task/28586/stat : 28586 (java) R 28562 28565 28076 0 -1 4202560 1352 0 0 0 0 0 0 0 20 0 37 0 253392250 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135506293136 140137234972946 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28587] ppid=28562 vsize=27251448 memory=3619136 CPUtime=0.69 cores=0-7
/proc/28565/task/28587/stat : 28587 (java) S 28562 28565 28076 0 -1 1077944384 3611 0 0 0 52 17 0 0 20 0 37 0 253392272 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135503143728 140137278352002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28588] ppid=28562 vsize=27251448 memory=752 CPUtime=204.53 cores=0-7
/proc/28565/task/28588/stat : 28588 (java) R 28562 28565 28076 0 -1 4202560 11003 0 0 0 20445 8 0 0 20 0 37 0 253392289 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135502084072 140137270581064 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28589] ppid=28562 vsize=27251448 memory=1932 CPUtime=0.03 cores=0-7
/proc/28565/task/28589/stat : 28589 (java) D 28562 28565 28076 0 -1 4202560 107 0 0 0 3 0 0 0 20 0 37 0 253392290 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135498942056 140136880877356 0 4 0 16800975 18446744071582151416 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28590] ppid=28562 vsize=27251448 memory=7288 CPUtime=234.88 cores=0-7
/proc/28565/task/28590/stat : 28590 (java) R 28562 28565 28076 0 -1 4202560 12417 0 0 0 23466 22 0 0 20 0 37 0 253392290 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135497881152 140136884605451 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28591] ppid=28562 vsize=27251448 memory=804 CPUtime=150.42 cores=0-7
/proc/28565/task/28591/stat : 28591 (java) D 28562 28565 28076 0 -1 4202560 8666 0 0 0 15023 19 0 0 20 0 37 0 253392296 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135496836288 140136880877230 0 4 0 16800975 18446744071582151416 0 0 -1 3 0 0 1 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28592] ppid=28562 vsize=27251448 memory=6655300316396806240 CPUtime=234.83 cores=0-7
/proc/28565/task/28592/stat : 28592 (java) D 28562 28565 28076 0 -1 4202560 13867 0 0 0 23463 20 0 0 20 0 37 0 253392296 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135495783400 140136882622368 0 4 0 16800975 18446744071582151416 0 0 -1 4 0 0 2 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28593] ppid=28562 vsize=27251448 memory=6944656575208382560 CPUtime=128.63 cores=0-7
/proc/28565/task/28593/stat : 28593 (java) R 28562 28565 28076 0 -1 4202560 8800 0 0 0 12848 15 0 0 20 0 37 0 253392296 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135494722288 140136887874765 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28594] ppid=28562 vsize=27251448 memory=3617572 CPUtime=193.31 cores=0-7
/proc/28565/task/28594/stat : 28594 (java) R 28562 28565 28076 0 -1 4202560 10917 0 0 0 19312 19 0 0 20 0 37 0 253392296 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135493670376 140136881929379 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28595] ppid=28562 vsize=27251448 memory=3616568 CPUtime=234.91 cores=0-7
/proc/28565/task/28595/stat : 28595 (java) R 28562 28565 28076 0 -1 4202560 12386 0 0 0 23473 18 0 0 20 0 37 0 253392296 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135492617080 140136890499044 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28596] ppid=28562 vsize=27251448 memory=3617596 CPUtime=72.74 cores=0-7
/proc/28565/task/28596/stat : 28596 (java) R 28562 28565 28076 0 -1 4202560 3911 0 0 0 7263 11 0 0 20 0 37 0 253392297 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135491555456 140137259904356 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28597] ppid=28562 vsize=27251448 memory=15258134151170443 CPUtime=0 cores=0-7
/proc/28565/task/28597/stat : 28597 (java) R 28562 28565 28076 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 37 0 253392297 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135490520608 140137278361880 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28598] ppid=28562 vsize=27251448 memory=3618112 CPUtime=228.78 cores=0-7
/proc/28565/task/28598/stat : 28598 (java) D 28562 28565 28076 0 -1 4202560 16898 0 0 0 22860 18 0 0 20 0 37 0 253392299 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135489467048 140137271057818 0 4 0 16800975 18446744071582151463 0 0 -1 3 0 0 2 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28599] ppid=28562 vsize=27251448 memory=3618112 CPUtime=0 cores=0-7
/proc/28565/task/28599/stat : 28599 (java) D 28562 28565 28076 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 37 0 253392301 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135488414896 140136887962648 0 4 0 16800975 18446744071582151416 0 0 -1 4 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28600] ppid=28562 vsize=27251448 memory=1576 CPUtime=0 cores=0-7
/proc/28565/task/28600/stat : 28600 (java) R 28562 28565 28076 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 37 0 253392301 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135487361952 140137278361880 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28601] ppid=28562 vsize=27251448 memory=3712 CPUtime=68.03 cores=0-7
/proc/28565/task/28601/stat : 28601 (java) S 28562 28565 28076 0 -1 1077944384 3594 0 0 0 6802 1 0 0 20 0 37 0 253392301 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135486302784 140137278351061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
[pid=28565/tid=28602] ppid=28562 vsize=27251448 memory=68936 CPUtime=129.4 cores=0-7
/proc/28565/task/28602/stat : 28602 (java) R 28562 28565 28076 0 -1 4202560 5539 0 0 0 12937 3 0 0 20 0 37 0 253392301 27905482752 904180 33554432000 4194304 4196468 140730464147152 140135485248744 140136887666975 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 24600576 140730464150606 140730464150789 140730464150789 140730464153551 0
Current children cumulated CPU time: 1900.26 s
Current children cumulated vsize: 27251448 KiB
Current children cumulated memory: 3616532 KiB

Child status: 0
Real time (s): 241.59
CPU time (s): 1900.53
CPU user time (s): 1897.78
CPU system time (s): 2.74473
CPU usage (%): 786.674
Max. virtual memory (cumulated for all children) (KiB): 27251448
Max. memory (cumulated for all children) (KiB): 3620128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1897.78
system time used= 2.74473
maximum resident set size= 3620136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289828
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71550
involuntary context switches= 41219


# summary of solver processes directly reported to runsolver:
#   pid: 28565
#   total CPU time (s): 1900.53
#   total CPU user time (s): 1897.78
#   total CPU system time (s): 2.74473

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.18269 second user time and 3.31985 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 20:38:08
IDJOB=4309104
IDBENCH=141125
IDSOLVER=2793
FILE ID=node107/4309104-1534358288
RUNJOBID= node107-1534353239-28103
PBS_JOBID= 21038260
Free space on /tmp= 50628 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/StripPacking/StripPacking-1b_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-4309104-1534358288/watcher-4309104-1534358288 -o /tmp/evaluation-result-4309104-1534358288/solver-4309104-1534358288 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534353239-28103 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 852615280 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309104-1534358288.xml

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

MD5SUM BENCH= 1d962658b6cfa8354278e550b215e9b2
RANDOM SEED=852615280

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24813592 kB
MemAvailable:   31892024 kB
Buffers:          220212 kB
Cached:          7108544 kB
SwapCached:           20 kB
Active:          3961816 kB
Inactive:        3423784 kB
Active(anon):       5956 kB
Inactive(anon):   111348 kB
Active(file):    3955860 kB
Inactive(file):  3312436 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             35596 kB
Writeback:             0 kB
AnonPages:         59924 kB
Mapped:            54676 kB
Shmem:             57824 kB
Slab:             266856 kB
SReclaimable:     238596 kB
SUnreclaim:        28260 kB
KernelStack:        3520 kB
PageTables:         5036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358520 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:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 50592 MiB
End job on node107 at 2018-08-15 20:42:10