Trace number 4247825

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
R1: OscaR - ALNS 2017-06-30SAT (TO)57 2400.03 2345.22

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-40-08.xml
MD5SUMa1a47bf7c0dfac46ae24643a1dca38e9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark0.30228999
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size177
Distribution of domain sizes[{"size":1,"count":1},{"size":177,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":6},{"degree":6,"count":12},{"degree":7,"count":9},{"degree":8,"count":1},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity17
Distribution of constraint arities[{"arity":2,"count":68},{"arity":14,"count":2},{"arity":16,"count":1},{"arity":17,"count":1}]
Number of extensional constraints0
Number of intensional constraints68
Distribution of constraint types[{"type":"intension","count":68},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.41/0.31	c version: 2017-06-30
0.41/0.31	c seed: 1114454975
0.41/0.31	c timeout: 2400
0.41/0.31	c memlimit: 15500
0.41/0.31	c nbcore: 8
0.41/0.33	c Parsing instance...
1.34/0.82	c Parsing done, starting search...
1.34/0.84	o 176
1.59/0.92	o 175
2.05/1.01	o 57
2400.00/2345.21	s SATISFIABLE
2400.00/2345.21	v <instantiation>
2400.00/2345.21	v 	<list>
2400.00/2345.21	v 		s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
2400.00/2345.21	v 	</list>
2400.00/2345.21	v 	<values>
2400.00/2345.21	v 		0 0 0 0 10 5 10 5 20 10 20 12 5 20 20 12 26 24 30 30 22 35 24 35 36 33 41 40 33 41 51 57 
2400.00/2345.21	v 	</values>
2400.00/2345.21	v </instantiation>

Verifier Data

OK	57

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4247825-1500725375/watcher-4247825-1500725375 -o /tmp/evaluation-result-4247825-1500725375/solver-4247825-1500725375 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500718428-31297 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1114454975 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247825-1500725375.xml 

pid=32055
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.53 1.48 1.43 3/265 32058
/proc/meminfo: memFree=29190252/32770624 swapFree=5900/345532
[pid=32058] ppid=32055 vsize=10634536 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/stat : 32058 (java) S 32055 32058 31266 0 -1 1077944320 2187 0 0 0 0 0 0 0 20 0 2 0 7804431 10889764864 2432 33554432000 4194304 4196468 140724022806576 140724022789120 139681531576055 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
/proc/32058/statm: 2658634 2432 1188 1 0 2647545 0
[pid=32058/tid=32059] ppid=32055 vsize=10635564 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32059/stat : 32059 (java) R 32055 32058 31266 0 -1 4202560 912 0 0 0 0 0 0 0 20 0 3 0 7804432 10890817536 2432 33554432000 4194304 4196468 140724022806576 139681535818144 139681524315905 0 4 0 16784584 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32060] ppid=32055 vsize=10636592 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32060/stat : 32060 (java) S 32055 32058 31266 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 3 0 7804433 10891870208 2432 33554432000 4194304 4196468 140724022806576 139681130843360 139681531586261 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32061] ppid=32055 vsize=10637620 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32061/stat : 32061 (java) S 32055 32058 31266 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 4 0 7804433 10892922880 2498 33554432000 4194304 4196468 140724022806576 139681129790560 139681531586261 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32062] ppid=32055 vsize=10637620 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32062/stat : 32062 (java) S 32055 32058 31266 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 5 0 7804433 10892922880 2498 33554432000 4194304 4196468 140724022806576 139681128738272 139681531586261 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0

[startup+0.100075 s]
/proc/loadavg: 1.53 1.48 1.43 3/265 32058
/proc/meminfo: memFree=29190252/32770624 swapFree=5900/345532
[pid=32058] ppid=32055 vsize=13264380 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/32058/stat : 32058 (java) S 32055 32058 31266 0 -1 1077944320 5660 0 0 0 8 2 0 0 20 0 20 0 7804431 13582725120 6243 33554432000 4194304 4196468 140724022806576 140724022789120 139681531576055 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
/proc/32058/statm: 3316095 6243 3299 1 0 3303815 0
[pid=32058/tid=32059] ppid=32055 vsize=13264380 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32059/stat : 32059 (java) R 32055 32058 31266 0 -1 4202560 3743 0 0 0 7 1 0 0 20 0 20 0 7804432 13582725120 6243 33554432000 4194304 4196468 140724022806576 139681535813536 139681531597981 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32060] ppid=32055 vsize=13264380 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32060/stat : 32060 (java) S 32055 32058 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7804433 13582725120 6243 33554432000 4194304 4196468 140724022806576 139681130843024 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32061] ppid=32055 vsize=13264380 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32061/stat : 32061 (java) S 32055 32058 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7804433 13582725120 6243 33554432000 4194304 4196468 140724022806576 139681129790224 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32062] ppid=32055 vsize=13264380 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32062/stat : 32062 (java) S 32055 32058 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7804433 13582725120 6243 33554432000 4194304 4196468 140724022806576 139681128737936 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13264380

[startup+0.20078 s]
/proc/loadavg: 1.53 1.48 1.43 3/265 32058
/proc/meminfo: memFree=29190252/32770624 swapFree=5900/345532
[pid=32058] ppid=32055 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/32058/stat : 32058 (java) S 32055 32058 31266 0 -1 1077944320 8760 0 0 0 23 3 0 0 20 0 20 0 7804431 13582245888 8802 33554432000 4194304 4196468 140724022806576 140724022789120 139681531576055 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
/proc/32058/statm: 3315978 8802 3572 1 0 3303698 0
[pid=32058/tid=32059] ppid=32055 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32059/stat : 32059 (java) R 32055 32058 31266 0 -1 4202560 6489 0 0 0 16 2 0 0 20 0 20 0 7804432 13582245888 8802 33554432000 4194304 4196468 140724022806576 139681535804432 139681515656542 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32060] ppid=32055 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32060/stat : 32060 (java) S 32055 32058 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7804433 13582245888 8802 33554432000 4194304 4196468 140724022806576 139681130843024 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32061] ppid=32055 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32061/stat : 32061 (java) S 32055 32058 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7804433 13582245888 8802 33554432000 4194304 4196468 140724022806576 139681129790224 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32062] ppid=32055 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32062/stat : 32062 (java) S 32055 32058 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7804433 13582245888 8802 33554432000 4194304 4196468 140724022806576 139681128737936 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300668 s]
/proc/loadavg: 1.53 1.48 1.43 3/265 32058
/proc/meminfo: memFree=29190252/32770624 swapFree=5900/345532
[pid=32058] ppid=32055 vsize=13263912 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/32058/stat : 32058 (java) S 32055 32058 31266 0 -1 1077944320 9779 0 0 0 37 4 0 0 20 0 20 0 7804431 13582245888 10547 33554432000 4194304 4196468 140724022806576 140724022789120 139681531576055 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
/proc/32058/statm: 3315978 10547 3626 1 0 3303698 0
[pid=32058/tid=32059] ppid=32055 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32059/stat : 32059 (java) R 32055 32058 31266 0 -1 4202560 7206 0 0 0 24 3 0 0 20 0 20 0 7804432 13582245888 10547 33554432000 4194304 4196468 140724022806576 139681535798704 139681515656542 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32060] ppid=32055 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32060/stat : 32060 (java) S 32055 32058 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7804433 13582245888 10547 33554432000 4194304 4196468 140724022806576 139681130843024 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32061] ppid=32055 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32061/stat : 32061 (java) S 32055 32058 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7804433 13582245888 10547 33554432000 4194304 4196468 140724022806576 139681129790224 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32062] ppid=32055 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32062/stat : 32062 (java) S 32055 32058 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7804433 13582245888 10547 33554432000 4194304 4196468 140724022806576 139681128737936 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13263912

[startup+0.700429 s]
/proc/loadavg: 1.53 1.48 1.43 3/265 32058
/proc/meminfo: memFree=29190252/32770624 swapFree=5900/345532
[pid=32058] ppid=32055 vsize=13268028 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/32058/stat : 32058 (java) S 32055 32058 31266 0 -1 1077944320 12575 0 0 0 112 7 0 0 20 0 20 0 7804431 13586460672 17986 33554432000 4194304 4196468 140724022806576 140724022789120 139681531576055 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
/proc/32058/statm: 3317007 17986 3755 1 0 3304722 0
[pid=32058/tid=32059] ppid=32055 vsize=13268028 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32059/stat : 32059 (java) R 32055 32058 31266 0 -1 4202560 8899 0 0 0 62 5 0 0 20 0 20 0 7804432 13586460672 17986 33554432000 4194304 4196468 140724022806576 139681535812816 139681531587990 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32060] ppid=32055 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32060/stat : 32060 (java) S 32055 32058 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7804433 13586460672 17986 33554432000 4194304 4196468 140724022806576 139681130843024 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32061] ppid=32055 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32061/stat : 32061 (java) S 32055 32058 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7804433 13586460672 17986 33554432000 4194304 4196468 140724022806576 139681129790224 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32062] ppid=32055 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32062/stat : 32062 (java) S 32055 32058 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7804433 13586460672 17986 33554432000 4194304 4196468 140724022806576 139681128737936 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 13268028

[startup+1.50102 s]
/proc/loadavg: 1.53 1.48 1.43 7/285 32078
/proc/meminfo: memFree=29101472/32770624 swapFree=5900/345600
[pid=32058] ppid=32055 vsize=13270076 CPUtime=4.25 cores=0,2,4,6,8,10,12,14
/proc/32058/stat : 32058 (java) S 32055 32058 31266 0 -1 1077944320 24607 0 0 0 412 13 0 0 20 0 20 0 7804431 13588557824 47377 33554432000 4194304 4196468 140724022806576 140724022789120 139681531576055 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
/proc/32058/statm: 3317519 47377 3796 1 0 3305234 0
[pid=32058/tid=32059] ppid=32055 vsize=13270076 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32059/stat : 32059 (java) R 32055 32058 31266 0 -1 4202560 11455 0 0 0 139 7 0 0 20 0 20 0 7804432 13588557824 47377 33554432000 4194304 4196468 140724022806576 139681535814208 139681150851780 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32060] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32060/stat : 32060 (java) S 32055 32058 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7804433 13588557824 47377 33554432000 4194304 4196468 140724022806576 139681130843024 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32061] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32061/stat : 32061 (java) S 32055 32058 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7804433 13588557824 47377 33554432000 4194304 4196468 140724022806576 139681129790224 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32062] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32062/stat : 32062 (java) S 32055 32058 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7804433 13588557824 47377 33554432000 4194304 4196468 140724022806576 139681128737936 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32063] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32063/stat : 32063 (java) S 32055 32058 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7804433 13588557824 47377 33554432000 4194304 4196468 140724022806576 139681127685136 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32064] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32064/stat : 32064 (java) S 32055 32058 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7804433 13588557824 47377 33554432000 4194304 4196468 140724022806576 139681126631824 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32065] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32065/stat : 32065 (java) S 32055 32058 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7804433 13588557824 47377 33554432000 4194304 4196468 140724022806576 139681125579024 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32066] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32066/stat : 32066 (java) S 32055 32058 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7804433 13588557824 47377 33554432000 4194304 4196468 140724022806576 139681124526736 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32068] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32068/stat : 32068 (java) S 32055 32058 31266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 7804433 13588557824 47377 33554432000 4194304 4196468 140724022806576 139681123473936 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32069] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32069/stat : 32069 (java) S 32055 32058 31266 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 7804435 13588557824 47377 33554432000 4194304 4196468 140724022806576 139681062386288 139681531587202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32070] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32070/stat : 32070 (java) S 32055 32058 31266 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 7804436 13588557824 47377 33554432000 4194304 4196468 140724022806576 139680993502496 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32071] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32071/stat : 32071 (java) S 32055 32058 31266 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 7804436 13588557824 47377 33554432000 4194304 4196468 140724022806576 139680992450160 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32072] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32072/stat : 32072 (java) S 32055 32058 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7804440 13588557824 47377 33554432000 4194304 4196468 140724022806576 139680991398480 139681531594651 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32073] ppid=32055 vsize=13270076 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32073/stat : 32073 (java) R 32055 32058 31266 0 -1 4202560 3489 0 0 0 73 0 0 0 20 0 20 0 7804440 13588557824 47377 33554432000 4194304 4196468 140724022806576 139680990331352 139681510822837 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32074] ppid=32055 vsize=13270076 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32074/stat : 32074 (java) R 32055 32058 31266 0 -1 4202560 2647 0 0 0 68 1 0 0 20 0 20 0 7804440 13588557824 47377 33554432000 4194304 4196468 140724022806576 139680989278408 139681513121239 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32075] ppid=32055 vsize=13270076 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32075/stat : 32075 (java) R 32055 32058 31266 0 -1 4202560 2311 0 0 0 68 0 0 0 20 0 20 0 7804440 13588557824 47377 33554432000 4194304 4196468 140724022806576 139680988226784 139681512211939 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32076] ppid=32055 vsize=13270076 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32076/stat : 32076 (java) S 32055 32058 31266 0 -1 1077944384 3292 0 0 0 62 1 0 0 20 0 20 0 7804440 13588557824 47889 33554432000 4194304 4196468 140724022806576 139680987187440 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32077] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32077/stat : 32077 (java) S 32055 32058 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7804440 13588557824 47889 33554432000 4194304 4196468 140724022806576 139680986135392 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32078] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32078/stat : 32078 (java) S 32055 32058 31266 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 7804440 13588557824 47889 33554432000 4194304 4196468 140724022806576 139680985082672 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 13270076

[startup+3.10306 s]
/proc/loadavg: 1.57 1.49 1.43 3/285 32078
/proc/meminfo: memFree=28982580/32770624 swapFree=5900/345572
[pid=32058] ppid=32055 vsize=13270076 CPUtime=6.97 cores=0,2,4,6,8,10,12,14
/proc/32058/stat : 32058 (java) S 32055 32058 31266 0 -1 1077944320 28521 0 0 0 676 21 0 0 20 0 20 0 7804431 13588557824 57650 33554432000 4194304 4196468 140724022806576 140724022789120 139681531576055 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
/proc/32058/statm: 3317519 57650 3829 1 0 3305234 0
[pid=32058/tid=32059] ppid=32055 vsize=13270076 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32059/stat : 32059 (java) R 32055 32058 31266 0 -1 4202560 12233 0 0 0 296 7 0 0 20 0 20 0 7804432 13588557824 57650 33554432000 4194304 4196468 140724022806576 139681535811608 139681150426873 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32060] ppid=32055 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32060/stat : 32060 (java) S 32055 32058 31266 0 -1 1077944384 40 0 0 0 0 1 0 0 20 0 20 0 7804433 13588557824 57650 33554432000 4194304 4196468 140724022806576 139681130843024 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32061] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32061/stat : 32061 (java) S 32055 32058 31266 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 7804433 13588557824 57650 33554432000 4194304 4196468 140724022806576 139681129790224 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32062] ppid=32055 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32062/stat : 32062 (java) S 32055 32058 31266 0 -1 1077944384 520 0 0 0 1 0 0 0 20 0 20 0 7804433 13588557824 57650 33554432000 4194304 4196468 140724022806576 139681128737936 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32063] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32063/stat : 32063 (java) S 32055 32058 31266 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 7804433 13588557824 57650 33554432000 4194304 4196468 140724022806576 139681127685136 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32064] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32064/stat : 32064 (java) S 32055 32058 31266 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 7804433 13588557824 57650 33554432000 4194304 4196468 140724022806576 139681126631824 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32065] ppid=32055 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32065/stat : 32065 (java) S 32055 32058 31266 0 -1 1077944384 70 0 0 0 0 1 0 0 20 0 20 0 7804433 13588557824 57650 33554432000 4194304 4196468 140724022806576 139681125579024 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32066] ppid=32055 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32066/stat : 32066 (java) S 32055 32058 31266 0 -1 1077944384 62 0 0 0 1 0 0 0 20 0 20 0 7804433 13588557824 57650 33554432000 4194304 4196468 140724022806576 139681124526736 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32068] ppid=32055 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32068/stat : 32068 (java) S 32055 32058 31266 0 -1 1077944384 170 0 0 0 1 1 0 0 20 0 20 0 7804433 13588557824 57650 33554432000 4194304 4196468 140724022806576 139681123473936 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32069] ppid=32055 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32069/stat : 32069 (java) S 32055 32058 31266 0 -1 1077944384 264 0 0 0 1 0 0 0 20 0 20 0 7804435 13588557824 57650 33554432000 4194304 4196468 140724022806576 139681062386288 139681531587202 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32070] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32070/stat : 32070 (java) S 32055 32058 31266 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 7804436 13588557824 57650 33554432000 4194304 4196468 140724022806576 139680993502560 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32071] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32071/stat : 32071 (java) S 32055 32058 31266 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 7804436 13588557824 57650 33554432000 4194304 4196468 140724022806576 139680992450176 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32072] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32072/stat : 32072 (java) S 32055 32058 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7804440 13588557824 57650 33554432000 4194304 4196468 140724022806576 139680991398480 139681531594651 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32073] ppid=32055 vsize=13270076 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32073/stat : 32073 (java) R 32055 32058 31266 0 -1 4202560 3775 0 0 0 107 0 0 0 20 0 20 0 7804440 13588557824 57650 33554432000 4194304 4196468 140724022806576 139680990332728 139681531597402 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32074] ppid=32055 vsize=13270076 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32074/stat : 32074 (java) R 32055 32058 31266 0 -1 4202560 3204 0 0 0 96 1 0 0 20 0 20 0 7804440 13588557824 57650 33554432000 4194304 4196468 140724022806576 139680989273544 139681524672649 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32075] ppid=32055 vsize=13270076 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32075/stat : 32075 (java) R 32055 32058 31266 0 -1 4202560 2709 0 0 0 101 0 0 0 20 0 20 0 7804440 13588557824 57650 33554432000 4194304 4196468 140724022806576 139680988228928 139681524681772 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32076] ppid=32055 vsize=13270076 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32076/stat : 32076 (java) S 32055 32058 31266 0 -1 1077944384 3887 0 0 0 65 1 0 0 20 0 20 0 7804440 13588557824 57650 33554432000 4194304 4196468 140724022806576 139680987187440 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32077] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32077/stat : 32077 (java) S 32055 32058 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7804440 13588557824 57650 33554432000 4194304 4196468 140724022806576 139680986135392 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32078] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32078/stat : 32078 (java) S 32055 32058 31266 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 7804440 13588557824 57650 33554432000 4194304 4196468 140724022806576 139680985082672 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 13270076

[startup+6.30091 s]

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

/proc/32058/task/32074/stat : 32074 (java) S 32055 32058 31266 0 -1 1077944384 8839 0 0 0 157 2 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680989292528 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32075] ppid=32055 vsize=13270076 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32075/stat : 32075 (java) S 32055 32058 31266 0 -1 1077944384 6600 0 0 0 127 1 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680988240240 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32076] ppid=32055 vsize=13270076 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32076/stat : 32076 (java) S 32055 32058 31266 0 -1 1077944384 6229 0 0 0 70 2 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680987187440 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32077] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32077/stat : 32077 (java) S 32055 32058 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680986135392 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32078] ppid=32055 vsize=13270076 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32078/stat : 32078 (java) S 32055 32058 31266 0 -1 1077944384 520 0 0 0 63 58 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680985082672 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
Current children cumulated CPU time (s) 2253.97
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.39 1.40 1.40 3/284 32237
/proc/meminfo: memFree=29691416/32770624 swapFree=5900/346636
[pid=32058] ppid=32055 vsize=13270076 CPUtime=2315.33 cores=0,2,4,6,8,10,12,14
/proc/32058/stat : 32058 (java) S 32055 32058 31266 0 -1 1077944320 98944 0 0 0 231178 355 0 0 20 0 20 0 7804431 13588557824 133241 33554432000 4194304 4196468 140724022806576 140724022789120 139681531576055 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
/proc/32058/statm: 3317519 133241 3834 1 0 3305234 0
[pid=32058/tid=32059] ppid=32055 vsize=13270076 CPUtime=2245.14 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32059/stat : 32059 (java) R 32055 32058 31266 0 -1 4202560 42863 0 0 0 224487 27 0 0 20 0 20 0 7804432 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681535814400 139681148794441 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32060] ppid=32055 vsize=13270076 CPUtime=7.24 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32060/stat : 32060 (java) S 32055 32058 31266 0 -1 1077944384 1341 0 0 0 689 35 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681130843024 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32061] ppid=32055 vsize=13270076 CPUtime=7.22 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32061/stat : 32061 (java) S 32055 32058 31266 0 -1 1077944384 1918 0 0 0 688 34 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681129790224 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32062] ppid=32055 vsize=13270076 CPUtime=7.35 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32062/stat : 32062 (java) S 32055 32058 31266 0 -1 1077944384 3303 0 0 0 700 35 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681128737936 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32063] ppid=32055 vsize=13270076 CPUtime=7.25 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32063/stat : 32063 (java) S 32055 32058 31266 0 -1 1077944384 3043 0 0 0 692 33 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681127685136 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32064] ppid=32055 vsize=13270076 CPUtime=7.18 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32064/stat : 32064 (java) S 32055 32058 31266 0 -1 1077944384 2146 0 0 0 684 34 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681126631824 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32065] ppid=32055 vsize=13270076 CPUtime=7.3 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32065/stat : 32065 (java) S 32055 32058 31266 0 -1 1077944384 1616 0 0 0 697 33 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681125579024 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32066] ppid=32055 vsize=13270076 CPUtime=7.16 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32066/stat : 32066 (java) S 32055 32058 31266 0 -1 1077944384 2200 0 0 0 682 34 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681124526736 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32068] ppid=32055 vsize=13270076 CPUtime=7.29 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32068/stat : 32068 (java) S 32055 32058 31266 0 -1 1077944384 3289 0 0 0 695 34 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681123473936 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32069] ppid=32055 vsize=13270076 CPUtime=5.92 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32069/stat : 32069 (java) S 32055 32058 31266 0 -1 1077944384 6423 0 0 0 561 31 0 0 20 0 20 0 7804435 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681062386288 139681531587202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32070] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32070/stat : 32070 (java) S 32055 32058 31266 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 7804436 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680993502560 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32071] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32071/stat : 32071 (java) S 32055 32058 31266 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 7804436 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680992450176 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32072] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32072/stat : 32072 (java) S 32055 32058 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680991398480 139681531594651 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32073] ppid=32055 vsize=13270076 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32073/stat : 32073 (java) S 32055 32058 31266 0 -1 1077944384 7170 0 0 0 129 1 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680990345328 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32074] ppid=32055 vsize=13270076 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32074/stat : 32074 (java) S 32055 32058 31266 0 -1 1077944384 8841 0 0 0 157 2 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680989292528 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32075] ppid=32055 vsize=13270076 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32075/stat : 32075 (java) S 32055 32058 31266 0 -1 1077944384 6602 0 0 0 127 1 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680988240240 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32076] ppid=32055 vsize=13270076 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32076/stat : 32076 (java) S 32055 32058 31266 0 -1 1077944384 6231 0 0 0 70 2 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680987187440 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32077] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32077/stat : 32077 (java) S 32055 32058 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680986135392 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32078] ppid=32055 vsize=13270076 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32078/stat : 32078 (java) S 32055 32058 31266 0 -1 1077944384 535 0 0 0 64 60 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680985082672 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
Current children cumulated CPU time (s) 2315.33
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.23 1.35 1.39 3/284 32238
/proc/meminfo: memFree=29685264/32770624 swapFree=5900/346648
[pid=32058] ppid=32055 vsize=13270076 CPUtime=2376.62 cores=0,2,4,6,8,10,12,14
/proc/32058/stat : 32058 (java) S 32055 32058 31266 0 -1 1077944320 100313 0 0 0 237299 363 0 0 20 0 20 0 7804431 13588557824 133241 33554432000 4194304 4196468 140724022806576 140724022789120 139681531576055 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
/proc/32058/statm: 3317519 133241 3834 1 0 3305234 0
[pid=32058/tid=32059] ppid=32055 vsize=13270076 CPUtime=2304.71 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32059/stat : 32059 (java) R 32055 32058 31266 0 -1 4202560 43768 0 0 0 230443 28 0 0 20 0 20 0 7804432 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681535814288 139681148794441 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32060] ppid=32055 vsize=13270076 CPUtime=7.43 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32060/stat : 32060 (java) S 32055 32058 31266 0 -1 1077944384 1376 0 0 0 708 35 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681130843024 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32061] ppid=32055 vsize=13270076 CPUtime=7.41 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32061/stat : 32061 (java) S 32055 32058 31266 0 -1 1077944384 1937 0 0 0 707 34 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681129790224 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32062] ppid=32055 vsize=13270076 CPUtime=7.54 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32062/stat : 32062 (java) S 32055 32058 31266 0 -1 1077944384 3333 0 0 0 718 36 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681128737936 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32063] ppid=32055 vsize=13270076 CPUtime=7.46 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32063/stat : 32063 (java) S 32055 32058 31266 0 -1 1077944384 3078 0 0 0 712 34 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681127685136 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32064] ppid=32055 vsize=13270076 CPUtime=7.37 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32064/stat : 32064 (java) S 32055 32058 31266 0 -1 1077944384 2168 0 0 0 702 35 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681126631824 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32065] ppid=32055 vsize=13270076 CPUtime=7.48 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32065/stat : 32065 (java) S 32055 32058 31266 0 -1 1077944384 1646 0 0 0 715 33 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681125579024 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32066] ppid=32055 vsize=13270076 CPUtime=7.37 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32066/stat : 32066 (java) S 32055 32058 31266 0 -1 1077944384 2265 0 0 0 702 35 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681124526736 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32068] ppid=32055 vsize=13270076 CPUtime=7.47 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32068/stat : 32068 (java) S 32055 32058 31266 0 -1 1077944384 3319 0 0 0 712 35 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681123473936 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32069] ppid=32055 vsize=13270076 CPUtime=6.06 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32069/stat : 32069 (java) S 32055 32058 31266 0 -1 1077944384 6599 0 0 0 575 31 0 0 20 0 20 0 7804435 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681062386288 139681531587202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32070] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32070/stat : 32070 (java) S 32055 32058 31266 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 7804436 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680993502560 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32071] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32071/stat : 32071 (java) S 32055 32058 31266 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 7804436 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680992450176 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32072] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32072/stat : 32072 (java) S 32055 32058 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680991398480 139681531594651 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32073] ppid=32055 vsize=13270076 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32073/stat : 32073 (java) S 32055 32058 31266 0 -1 1077944384 7172 0 0 0 129 1 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680990345328 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32074] ppid=32055 vsize=13270076 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32074/stat : 32074 (java) S 32055 32058 31266 0 -1 1077944384 8843 0 0 0 157 2 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680989292528 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32075] ppid=32055 vsize=13270076 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32075/stat : 32075 (java) S 32055 32058 31266 0 -1 1077944384 6604 0 0 0 127 1 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680988240240 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32076] ppid=32055 vsize=13270076 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32076/stat : 32076 (java) S 32055 32058 31266 0 -1 1077944384 6233 0 0 0 70 2 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680987187440 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32077] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32077/stat : 32077 (java) S 32055 32058 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680986135392 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32078] ppid=32055 vsize=13270076 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32078/stat : 32078 (java) S 32055 32058 31266 0 -1 1077944384 549 0 0 0 66 61 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680985082672 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
Current children cumulated CPU time (s) 2376.62
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2345.2 s]
/proc/loadavg: 1.31 1.36 1.39 3/284 32239
/proc/meminfo: memFree=29682440/32770624 swapFree=5900/346672
[pid=32058] ppid=32055 vsize=13270076 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/32058/stat : 32058 (java) S 32055 32058 31266 0 -1 1077944320 100459 0 0 0 239635 365 0 0 20 0 20 0 7804431 13588557824 133241 33554432000 4194304 4196468 140724022806576 140724022789120 139681531576055 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
/proc/32058/statm: 3317519 133241 3834 1 0 3305234 0
[pid=32058/tid=32059] ppid=32055 vsize=13270076 CPUtime=2327.44 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32059/stat : 32059 (java) R 32055 32058 31266 0 -1 4202560 43906 0 0 0 232716 28 0 0 20 0 20 0 7804432 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681535814352 139681148794441 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32060] ppid=32055 vsize=13270076 CPUtime=7.5 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32060/stat : 32060 (java) S 32055 32058 31266 0 -1 1077944384 1377 0 0 0 715 35 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681130843024 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32061] ppid=32055 vsize=13270076 CPUtime=7.49 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32061/stat : 32061 (java) S 32055 32058 31266 0 -1 1077944384 1937 0 0 0 714 35 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681129790224 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32062] ppid=32055 vsize=13270076 CPUtime=7.62 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32062/stat : 32062 (java) S 32055 32058 31266 0 -1 1077944384 3333 0 0 0 725 37 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681128737936 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32063] ppid=32055 vsize=13270076 CPUtime=7.54 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32063/stat : 32063 (java) S 32055 32058 31266 0 -1 1077944384 3078 0 0 0 720 34 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681127685136 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32064] ppid=32055 vsize=13270076 CPUtime=7.45 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32064/stat : 32064 (java) S 32055 32058 31266 0 -1 1077944384 2168 0 0 0 710 35 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681126631824 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32065] ppid=32055 vsize=13270076 CPUtime=7.55 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32065/stat : 32065 (java) S 32055 32058 31266 0 -1 1077944384 1646 0 0 0 721 34 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681125579024 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32066] ppid=32055 vsize=13270076 CPUtime=7.44 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32066/stat : 32066 (java) S 32055 32058 31266 0 -1 1077944384 2265 0 0 0 709 35 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681124526736 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32068] ppid=32055 vsize=13270076 CPUtime=7.54 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32068/stat : 32068 (java) S 32055 32058 31266 0 -1 1077944384 3319 0 0 0 719 35 0 0 20 0 20 0 7804433 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681123473936 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32069] ppid=32055 vsize=13270076 CPUtime=6.11 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32069/stat : 32069 (java) S 32055 32058 31266 0 -1 1077944384 6604 0 0 0 580 31 0 0 20 0 20 0 7804435 13588557824 133241 33554432000 4194304 4196468 140724022806576 139681062386288 139681531587202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32070] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32070/stat : 32070 (java) S 32055 32058 31266 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 7804436 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680993502560 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32071] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32071/stat : 32071 (java) S 32055 32058 31266 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 7804436 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680992450176 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32072] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32072/stat : 32072 (java) S 32055 32058 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680991398480 139681531594651 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32073] ppid=32055 vsize=13270076 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32073/stat : 32073 (java) S 32055 32058 31266 0 -1 1077944384 7172 0 0 0 129 1 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680990345328 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32074] ppid=32055 vsize=13270076 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32074/stat : 32074 (java) S 32055 32058 31266 0 -1 1077944384 8843 0 0 0 157 2 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680989292528 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32075] ppid=32055 vsize=13270076 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32075/stat : 32075 (java) S 32055 32058 31266 0 -1 1077944384 6604 0 0 0 127 1 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680988240240 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32076] ppid=32055 vsize=13270076 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32076/stat : 32076 (java) S 32055 32058 31266 0 -1 1077944384 6233 0 0 0 70 2 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680987187440 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32077] ppid=32055 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32077/stat : 32077 (java) S 32055 32058 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680986135392 139681531586261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
[pid=32058/tid=32078] ppid=32055 vsize=13270076 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/32058/task/32078/stat : 32078 (java) S 32055 32058 31266 0 -1 1077944384 551 0 0 0 67 61 0 0 20 0 20 0 7804440 13588557824 133241 33554432000 4194304 4196468 140724022806576 139680985082672 139681531587202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21241856 140724022813839 140724022814020 140724022814020 140724022816719 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 13270076

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 32058 sig 9
??? kill -32058 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2345.22
CPU time (s): 2400.03
CPU user time (s): 2396.36
CPU system time (s): 3.66262
CPU usage (%): 102.337
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.36
system time used= 3.66262
maximum resident set size= 604856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100753
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 292405
involuntary context switches= 166832

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8398 second user time and 20.3828 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 14:09:35
IDJOB=4247825
IDBENCH=130044
IDSOLVER=2627
FILE ID=node133/4247825-1500725375
RUNJOBID= node133-1500718428-31297
PBS_JOBID= 20623372
Free space on /tmp= 61896 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-40-08.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247825-1500725375/watcher-4247825-1500725375 -o /tmp/evaluation-result-4247825-1500725375/solver-4247825-1500725375 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500718428-31297 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1114454975 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247825-1500725375.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= a1a47bf7c0dfac46ae24643a1dca38e9
RANDOM SEED=1114454975

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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	: 8
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	: 5229.85
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29190252 kB
MemAvailable:   29672668 kB
Buffers:          142772 kB
Cached:           616220 kB
SwapCached:            0 kB
Active:          2779660 kB
Inactive:         354288 kB
Active(anon):    2377276 kB
Inactive(anon):     8756 kB
Active(file):     402384 kB
Inactive(file):   345532 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41884 kB
Writeback:             0 kB
AnonPages:       2395972 kB
Mapped:            45884 kB
Shmem:              8872 kB
Slab:             134068 kB
SReclaimable:     100668 kB
SUnreclaim:        33400 kB
KernelStack:        4912 kB
PageTables:        11116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3352724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2250752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61852 MiB
End job on node133 at 2017-07-22 14:48:40