Trace number 4273175

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - ALNS 2017-07-26SAT (TO)52 2520.1201 2469.02

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-22-06.xml
MD5SUM45b5d4596b79ad434cde41f15586cf53
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark52
Best CPU time to get the best result obtained on this benchmark0.28893301
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size164
Distribution of domain sizes[{"size":1,"count":1},{"size":164,"count":31}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":5},{"degree":5,"count":8},{"degree":6,"count":11},{"degree":7,"count":7}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":58},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":18,"count":1},{"arity":19,"count":1}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"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.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 1396403261
0.30/0.25	c timeout: 2520
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 4
0.30/0.27	c Parsing instance...
1.17/0.76	c Parsing done, starting search...
1.17/0.77	o 163
1.69/0.91	o 162
1.69/0.95	o 56
2.66/1.24	o 52
2520.10/2469.01	s SATISFIABLE
2520.10/2469.01	v <instantiation>
2520.10/2469.01	v 	<list>
2520.10/2469.01	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]
2520.10/2469.01	v 	</list>
2520.10/2469.01	v 	<values>
2520.10/2469.01	v 		0 0 0 0 10 11 7 7 21 3 17 11 6 17 30 27 35 23 18 17 23 32 30 10 32 36 36 40 42 39 40 52 
2520.10/2469.01	v 	</values>
2520.10/2469.01	v </instantiation>

Verifier Data

OK	52

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273175-1502872479/watcher-4273175-1502872479 -o /tmp/evaluation-result-4273175-1502872479/solver-4273175-1502872479 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502869147-30718 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1396403261 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273175-1502872479.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=31023, runsolver pid=31020
Current StackSize limit: 8192 KiB


[startup+0.100129 s]*
/proc/loadavg: 1.61 1.38 1.36 2/215 31038
/proc/meminfo: memFree=26034812/32770624 swapFree=67108860/67108860
[pid=31023] ppid=31020 vsize=13980164 memory=34120 CPUtime=0.13 cores=1,3,5,7
/proc/31023/stat : 31023 (java) S 31020 31023 26744 0 -1 1077944320 8437 0 0 0 11 2 0 0 20 0 15 0 120319434 14315687936 8530 33554432000 4194304 4196468 140723168423568 140723168406112 140062209335031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
/proc/31023/statm: 3495041 8530 3412 1 0 3482761 0
[pid=31023/tid=31025] ppid=31020 vsize=13980164 memory=-8485517772678665090 CPUtime=0.09 cores=1,3,5,7
/proc/31023/task/31025/stat : 31025 (java) R 31020 31023 26744 0 -1 4202560 6388 0 0 0 8 1 0 0 20 0 15 0 120319435 14315687936 8530 33554432000 4194304 4196468 140723168423568 140062213550864 140062209356957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31026] ppid=31020 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31026/stat : 31026 (java) S 31020 31023 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120319436 14315687936 8530 33554432000 4194304 4196468 140723168423568 140061805046032 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31027] ppid=31020 vsize=13980164 memory=140022414268032 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31027/stat : 31027 (java) S 31020 31023 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120319436 14315687936 8530 33554432000 4194304 4196468 140723168423568 140061803993488 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31028] ppid=31020 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31028/stat : 31028 (java) S 31020 31023 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120319436 14315687936 8530 33554432000 4194304 4196468 140723168423568 140061802940944 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31029] ppid=31020 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31029/stat : 31029 (java) S 31020 31023 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120319436 14315687936 8530 33554432000 4194304 4196468 140723168423568 140061801888400 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31030] ppid=31020 vsize=13980164 memory=140022414268032 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31030/stat : 31030 (java) S 31020 31023 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120319437 14315687936 8530 33554432000 4194304 4196468 140723168423568 140061684038128 140062209346178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31031] ppid=31020 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31031/stat : 31031 (java) S 31020 31023 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120319437 14315687936 8530 33554432000 4194304 4196468 140723168423568 140061682984352 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31032] ppid=31020 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31032/stat : 31032 (java) S 31020 31023 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120319438 14315687936 8530 33554432000 4194304 4196468 140723168423568 140061681931760 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31033] ppid=31020 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31033/stat : 31033 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14315687936 8530 33554432000 4194304 4196468 140723168423568 140061680880336 140062209353627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31034] ppid=31020 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31034/stat : 31034 (java) S 31020 31023 26744 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 120319440 14315687936 8530 33554432000 4194304 4196468 140723168423568 140061679826928 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31035] ppid=31020 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31035/stat : 31035 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14315687936 8530 33554432000 4194304 4196468 140723168423568 140061678774384 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31036] ppid=31020 vsize=13980164 memory=140022414268032 CPUtime=0.02 cores=1,3,5,7
/proc/31023/task/31036/stat : 31036 (java) R 31020 31023 26744 0 -1 4202560 364 0 0 0 2 0 0 0 20 0 15 0 120319440 14315687936 8530 33554432000 4194304 4196468 140723168423568 140061677721840 140062209356378 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31037] ppid=31020 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31037/stat : 31037 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14315687936 8530 33554432000 4194304 4196468 140723168423568 140061676669536 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31038] ppid=31020 vsize=13980164 memory=140022414268032 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31038/stat : 31038 (java) S 31020 31023 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120319440 14315687936 8530 33554432000 4194304 4196468 140723168423568 140061675617072 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 34120 KiB

[startup+0.213413 s]*
/proc/loadavg: 1.61 1.38 1.36 3/215 31038
/proc/meminfo: memFree=26026896/32770624 swapFree=67108860/67108860
[pid=31023] ppid=31020 vsize=13980164 memory=43708 CPUtime=0.3 cores=1,3,5,7
/proc/31023/stat : 31023 (java) S 31020 31023 26744 0 -1 1077944320 9495 0 0 0 28 2 0 0 20 0 15 0 120319434 14315687936 10927 33554432000 4194304 4196468 140723168423568 140723168406112 140062209335031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
/proc/31023/statm: 3495041 10927 3655 1 0 3482761 0
[pid=31023/tid=31025] ppid=31020 vsize=13980164 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31023/task/31025/stat : 31025 (java) R 31020 31023 26744 0 -1 4202560 7049 0 0 0 18 2 0 0 20 0 15 0 120319435 14315687936 10927 33554432000 4194304 4196468 140723168423568 140062213556064 140062193415518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31026] ppid=31020 vsize=13980164 memory=342 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31026/stat : 31026 (java) S 31020 31023 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120319436 14315687936 10927 33554432000 4194304 4196468 140723168423568 140061805046032 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31027] ppid=31020 vsize=13980164 memory=288370398565979776 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31027/stat : 31027 (java) S 31020 31023 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120319436 14315687936 10927 33554432000 4194304 4196468 140723168423568 140061803993488 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31028] ppid=31020 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31028/stat : 31028 (java) S 31020 31023 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120319436 14315687936 10927 33554432000 4194304 4196468 140723168423568 140061802940944 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31029] ppid=31020 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31029/stat : 31029 (java) S 31020 31023 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120319436 14315687936 10927 33554432000 4194304 4196468 140723168423568 140061801888400 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31030] ppid=31020 vsize=13980164 memory=140022414268032 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31030/stat : 31030 (java) S 31020 31023 26744 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 120319437 14315687936 10927 33554432000 4194304 4196468 140723168423568 140061684038128 140062209346178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31031] ppid=31020 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31031/stat : 31031 (java) S 31020 31023 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120319437 14315687936 10927 33554432000 4194304 4196468 140723168423568 140061682984352 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31032] ppid=31020 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31032/stat : 31032 (java) S 31020 31023 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120319438 14315687936 10927 33554432000 4194304 4196468 140723168423568 140061681931760 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31033] ppid=31020 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31033/stat : 31033 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14315687936 10927 33554432000 4194304 4196468 140723168423568 140061680880336 140062209353627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31034] ppid=31020 vsize=13980164 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31023/task/31034/stat : 31034 (java) R 31020 31023 26744 0 -1 1077944384 494 0 0 0 2 0 0 0 20 0 15 0 120319440 14315687936 10927 33554432000 4194304 4196468 140723168423568 140061679826928 140062209346178 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31035] ppid=31020 vsize=13980164 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31023/task/31035/stat : 31035 (java) R 31020 31023 26744 0 -1 4202560 133 0 0 0 2 0 0 0 20 0 15 0 120319440 14315687936 10927 33554432000 4194304 4196468 140723168423568 140061678774384 140062193738504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31036] ppid=31020 vsize=13980164 memory=140022414268032 CPUtime=0.05 cores=1,3,5,7
/proc/31023/task/31036/stat : 31036 (java) R 31020 31023 26744 0 -1 4202560 438 0 0 0 5 0 0 0 20 0 15 0 120319440 14315687936 10927 33554432000 4194304 4196468 140723168423568 140061677721840 140062209356378 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31037] ppid=31020 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31037/stat : 31037 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14315687936 10927 33554432000 4194304 4196468 140723168423568 140061676669536 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31038] ppid=31020 vsize=13980164 memory=140022414268032 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31038/stat : 31038 (java) S 31020 31023 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120319440 14315687936 10927 33554432000 4194304 4196468 140723168423568 140061675617072 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 43708 KiB

[startup+0.310393 s]*
/proc/loadavg: 1.61 1.38 1.36 4/215 31038
/proc/meminfo: memFree=26022800/32770624 swapFree=67108860/67108860
[pid=31023] ppid=31020 vsize=13980184 memory=50976 CPUtime=0.49 cores=1,3,5,7
/proc/31023/stat : 31023 (java) S 31020 31023 26744 0 -1 1077944320 10446 0 0 0 46 3 0 0 20 0 15 0 120319434 14315708416 12744 33554432000 4194304 4196468 140723168423568 140723168406112 140062209335031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
/proc/31023/statm: 3495046 12744 3718 1 0 3482761 0
[pid=31023/tid=31025] ppid=31020 vsize=13980184 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/31023/task/31025/stat : 31025 (java) R 31020 31023 26744 0 -1 4202560 7621 0 0 0 27 2 0 0 20 0 15 0 120319435 14315708416 12744 33554432000 4194304 4196468 140723168423568 140062213565760 140062209356957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31026] ppid=31020 vsize=13980184 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31026/stat : 31026 (java) S 31020 31023 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120319436 14315708416 12744 33554432000 4194304 4196468 140723168423568 140061805046032 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31027] ppid=31020 vsize=13980184 memory=288370398565979776 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31027/stat : 31027 (java) S 31020 31023 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120319436 14315708416 12744 33554432000 4194304 4196468 140723168423568 140061803993488 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31028] ppid=31020 vsize=13980184 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31028/stat : 31028 (java) S 31020 31023 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120319436 14315708416 12744 33554432000 4194304 4196468 140723168423568 140061802940944 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31029] ppid=31020 vsize=13980184 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31029/stat : 31029 (java) S 31020 31023 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120319436 14315708416 12744 33554432000 4194304 4196468 140723168423568 140061801888400 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31030] ppid=31020 vsize=13980184 memory=140022414268032 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31030/stat : 31030 (java) S 31020 31023 26744 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 120319437 14315708416 12744 33554432000 4194304 4196468 140723168423568 140061684038128 140062209346178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31031] ppid=31020 vsize=13980184 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31031/stat : 31031 (java) S 31020 31023 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120319437 14315708416 12744 33554432000 4194304 4196468 140723168423568 140061682984352 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31032] ppid=31020 vsize=13980184 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31032/stat : 31032 (java) S 31020 31023 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120319438 14315708416 12744 33554432000 4194304 4196468 140723168423568 140061681931760 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31033] ppid=31020 vsize=13980184 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31033/stat : 31033 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14315708416 12744 33554432000 4194304 4196468 140723168423568 140061680880336 140062209353627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31034] ppid=31020 vsize=13980184 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/31023/task/31034/stat : 31034 (java) S 31020 31023 26744 0 -1 1077944384 667 0 0 0 4 0 0 0 20 0 15 0 120319440 14315708416 12744 33554432000 4194304 4196468 140723168423568 140061679826928 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31035] ppid=31020 vsize=13980184 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/31023/task/31035/stat : 31035 (java) S 31020 31023 26744 0 -1 1077944384 314 0 0 0 5 0 0 0 20 0 15 0 120319440 14315708416 12744 33554432000 4194304 4196468 140723168423568 140061678774384 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31036] ppid=31020 vsize=13980184 memory=140022414268032 CPUtime=0.08 cores=1,3,5,7
/proc/31023/task/31036/stat : 31036 (java) R 31020 31023 26744 0 -1 4202560 463 0 0 0 8 0 0 0 20 0 15 0 120319440 14315708416 12744 33554432000 4194304 4196468 140723168423568 140061677721840 140062209356378 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31037] ppid=31020 vsize=13980184 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31037/stat : 31037 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14315708416 12744 33554432000 4194304 4196468 140723168423568 140061676669536 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31038] ppid=31020 vsize=13980184 memory=140022414268032 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31038/stat : 31038 (java) S 31020 31023 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120319440 14315708416 12744 33554432000 4194304 4196468 140723168423568 140061675617072 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13980184 KiB
Current children cumulated memory: 50976 KiB

[startup+0.700739 s]
/proc/loadavg: 1.61 1.38 1.36 3/215 31038
/proc/meminfo: memFree=26010316/32770624 swapFree=67108860/67108860
[pid=31023] ppid=31020 vsize=13984280 memory=78220 CPUtime=1.17 cores=1,3,5,7
/proc/31023/stat : 31023 (java) S 31020 31023 26744 0 -1 1077944320 12663 0 0 0 113 4 0 0 20 0 15 0 120319434 14319902720 19555 33554432000 4194304 4196468 140723168423568 140723168406112 140062209335031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
/proc/31023/statm: 3496070 19555 3757 1 0 3483785 0
[pid=31023/tid=31025] ppid=31020 vsize=13984280 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/31023/task/31025/stat : 31025 (java) R 31020 31023 26744 0 -1 4202560 9182 0 0 0 64 3 0 0 20 0 15 0 120319435 14319902720 19555 33554432000 4194304 4196468 140723168423568 140062213570832 140062193415518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31026] ppid=31020 vsize=13984280 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31026/stat : 31026 (java) S 31020 31023 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120319436 14319902720 19555 33554432000 4194304 4196468 140723168423568 140061805046032 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31027] ppid=31020 vsize=13984280 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31027/stat : 31027 (java) S 31020 31023 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120319436 14319902720 19555 33554432000 4194304 4196468 140723168423568 140061803993488 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31028] ppid=31020 vsize=13984280 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31028/stat : 31028 (java) S 31020 31023 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120319436 14319902720 19555 33554432000 4194304 4196468 140723168423568 140061802940944 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31029] ppid=31020 vsize=13984280 memory=796 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31029/stat : 31029 (java) S 31020 31023 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120319436 14319902720 19555 33554432000 4194304 4196468 140723168423568 140061801888400 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31030] ppid=31020 vsize=13984280 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31030/stat : 31030 (java) S 31020 31023 26744 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 120319437 14319902720 19555 33554432000 4194304 4196468 140723168423568 140061684038128 140062209346178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31031] ppid=31020 vsize=13984280 memory=5300 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31031/stat : 31031 (java) S 31020 31023 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120319437 14319902720 19555 33554432000 4194304 4196468 140723168423568 140061682984352 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31032] ppid=31020 vsize=13984280 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31032/stat : 31032 (java) S 31020 31023 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120319438 14319902720 19555 33554432000 4194304 4196468 140723168423568 140061681931760 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31033] ppid=31020 vsize=13984280 memory=1928 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31033/stat : 31033 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14319902720 19555 33554432000 4194304 4196468 140723168423568 140061680880336 140062209353627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31034] ppid=31020 vsize=13984280 memory=7302135314614015849 CPUtime=0.11 cores=1,3,5,7
/proc/31023/task/31034/stat : 31034 (java) S 31020 31023 26744 0 -1 1077944384 809 0 0 0 11 0 0 0 20 0 15 0 120319440 14319902720 19555 33554432000 4194304 4196468 140723168423568 140061679826928 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31035] ppid=31020 vsize=13984280 memory=7595725831727968097 CPUtime=0.12 cores=1,3,5,7
/proc/31023/task/31035/stat : 31035 (java) S 31020 31023 26744 0 -1 1077944384 453 0 0 0 12 0 0 0 20 0 15 0 120319440 14319902720 19555 33554432000 4194304 4196468 140723168423568 140061678774384 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31036] ppid=31020 vsize=13984280 memory=7881696724453321575 CPUtime=0.25 cores=1,3,5,7
/proc/31023/task/31036/stat : 31036 (java) S 31020 31023 26744 0 -1 1077944384 840 0 0 0 25 0 0 0 20 0 15 0 120319440 14319902720 19555 33554432000 4194304 4196468 140723168423568 140061677721840 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31037] ppid=31020 vsize=13984280 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31037/stat : 31037 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14319902720 19555 33554432000 4194304 4196468 140723168423568 140061676669536 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31038] ppid=31020 vsize=13984280 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31038/stat : 31038 (java) S 31020 31023 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120319440 14319902720 19555 33554432000 4194304 4196468 140723168423568 140061675617072 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 78220 KiB

[startup+1.50139 s]
/proc/loadavg: 1.61 1.38 1.36 5/215 31038
/proc/meminfo: memFree=25956500/32770624 swapFree=67108860/67108860
[pid=31023] ppid=31020 vsize=13986328 memory=205856 CPUtime=3.63 cores=1,3,5,7
/proc/31023/stat : 31023 (java) S 31020 31023 26744 0 -1 1077944320 24031 0 0 0 354 9 0 0 20 0 15 0 120319434 14321999872 51464 33554432000 4194304 4196468 140723168423568 140723168406112 140062209335031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
/proc/31023/statm: 3496582 51464 3819 1 0 3484297 0
[pid=31023/tid=31025] ppid=31020 vsize=13986328 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/31023/task/31025/stat : 31025 (java) R 31020 31023 26744 0 -1 4202560 11907 0 0 0 141 5 0 0 20 0 15 0 120319435 14321999872 51464 33554432000 4194304 4196468 140723168423568 140062213569016 140061850910799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31026] ppid=31020 vsize=13986328 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31026/stat : 31026 (java) S 31020 31023 26744 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 120319436 14321999872 51464 33554432000 4194304 4196468 140723168423568 140061805046032 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31027] ppid=31020 vsize=13986328 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31027/stat : 31027 (java) S 31020 31023 26744 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 15 0 120319436 14321999872 51464 33554432000 4194304 4196468 140723168423568 140061803993488 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31028] ppid=31020 vsize=13986328 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31028/stat : 31028 (java) S 31020 31023 26744 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 120319436 14321999872 51464 33554432000 4194304 4196468 140723168423568 140061802940944 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31029] ppid=31020 vsize=13986328 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31029/stat : 31029 (java) S 31020 31023 26744 0 -1 1077944384 349 0 0 0 0 0 0 0 20 0 15 0 120319436 14321999872 51464 33554432000 4194304 4196468 140723168423568 140061801888400 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31030] ppid=31020 vsize=13986328 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31030/stat : 31030 (java) S 31020 31023 26744 0 -1 1077944384 196 0 0 0 0 0 0 0 20 0 15 0 120319437 14321999872 51464 33554432000 4194304 4196468 140723168423568 140061684038128 140062209346178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0

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

/proc/31023/task/31025/stat : 31025 (java) R 31020 31023 26744 0 -1 4202560 55319 0 0 0 229605 43 0 0 20 0 15 0 120319435 14321999872 227989 33554432000 4194304 4196468 140723168423568 140062213572960 140061849374284 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31026] ppid=31020 vsize=13986328 memory=909908 CPUtime=14.58 cores=1,3,5,7
/proc/31023/task/31026/stat : 31026 (java) S 31020 31023 26744 0 -1 1077944384 9373 0 0 0 1395 63 0 0 20 0 15 0 120319436 14321999872 227989 33554432000 4194304 4196468 140723168423568 140061805046032 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31027] ppid=31020 vsize=13986328 memory=909908 CPUtime=14.54 cores=1,3,5,7
/proc/31023/task/31027/stat : 31027 (java) S 31020 31023 26744 0 -1 1077944384 6619 0 0 0 1391 63 0 0 20 0 15 0 120319436 14321999872 227989 33554432000 4194304 4196468 140723168423568 140061803993488 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31028] ppid=31020 vsize=13986328 memory=909908 CPUtime=14.59 cores=1,3,5,7
/proc/31023/task/31028/stat : 31028 (java) S 31020 31023 26744 0 -1 1077944384 6301 0 0 0 1393 66 0 0 20 0 15 0 120319436 14321999872 227989 33554432000 4194304 4196468 140723168423568 140061802940944 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31029] ppid=31020 vsize=13986328 memory=911956 CPUtime=14.52 cores=1,3,5,7
/proc/31023/task/31029/stat : 31029 (java) S 31020 31023 26744 0 -1 1077944384 8142 0 0 0 1394 58 0 0 20 0 15 0 120319436 14321999872 227989 33554432000 4194304 4196468 140723168423568 140061801888400 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31030] ppid=31020 vsize=13986328 memory=6791534058613427641 CPUtime=8.72 cores=1,3,5,7
/proc/31023/task/31030/stat : 31030 (java) S 31020 31023 26744 0 -1 1077944384 8501 0 0 0 820 52 0 0 20 0 15 0 120319437 14321999872 227989 33554432000 4194304 4196468 140723168423568 140061684038128 140062209346178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31031] ppid=31020 vsize=13986328 memory=911956 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31031/stat : 31031 (java) S 31020 31023 26744 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 120319437 14321999872 227989 33554432000 4194304 4196468 140723168423568 140061682984416 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31032] ppid=31020 vsize=13986328 memory=911956 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31032/stat : 31032 (java) S 31020 31023 26744 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 120319438 14321999872 227989 33554432000 4194304 4196468 140723168423568 140061681931776 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31033] ppid=31020 vsize=13986328 memory=911956 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31033/stat : 31033 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14321999872 227989 33554432000 4194304 4196468 140723168423568 140061680880336 140062209353627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31034] ppid=31020 vsize=13986328 memory=911956 CPUtime=1.99 cores=1,3,5,7
/proc/31023/task/31034/stat : 31034 (java) S 31020 31023 26744 0 -1 1077944384 14653 0 0 0 197 2 0 0 20 0 15 0 120319440 14321999872 227989 33554432000 4194304 4196468 140723168423568 140061679826928 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31035] ppid=31020 vsize=13986328 memory=911956 CPUtime=2.72 cores=1,3,5,7
/proc/31023/task/31035/stat : 31035 (java) S 31020 31023 26744 0 -1 1077944384 16459 0 0 0 269 3 0 0 20 0 15 0 120319440 14321999872 227989 33554432000 4194304 4196468 140723168423568 140061678774384 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31036] ppid=31020 vsize=13986328 memory=907860 CPUtime=0.74 cores=1,3,5,7
/proc/31023/task/31036/stat : 31036 (java) S 31020 31023 26744 0 -1 1077944384 11453 0 0 0 72 2 0 0 20 0 15 0 120319440 14321999872 227989 33554432000 4194304 4196468 140723168423568 140061677721840 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31037] ppid=31020 vsize=13986328 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31037/stat : 31037 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14321999872 227989 33554432000 4194304 4196468 140723168423568 140061676669536 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31038] ppid=31020 vsize=13986328 memory=907860 CPUtime=1.34 cores=1,3,5,7
/proc/31023/task/31038/stat : 31038 (java) S 31020 31023 26744 0 -1 1077944384 954 0 0 0 60 74 0 0 20 0 15 0 120319440 14321999872 227989 33554432000 4194304 4196468 140723168423568 140061675617072 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 47 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
Current children cumulated CPU time: 2370.32 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 911956 KiB

[startup+2382.3 s]
/proc/loadavg: 1.33 1.20 1.24 3/216 31112
/proc/meminfo: memFree=25155436/32770624 swapFree=67108860/67108860
[pid=31023] ppid=31020 vsize=13986328 memory=918100 CPUtime=2431.57 cores=1,3,5,7
/proc/31023/stat : 31023 (java) S 31020 31023 26744 0 -1 1077944320 141124 0 0 0 242790 367 0 0 20 0 15 0 120319434 14321999872 229525 33554432000 4194304 4196468 140723168423568 140723168406112 140062209335031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
/proc/31023/statm: 3496582 229525 3838 1 0 3484297 0
[pid=31023/tid=31025] ppid=31020 vsize=13986328 memory=916052 CPUtime=2355.79 cores=1,3,5,7
/proc/31023/task/31025/stat : 31025 (java) R 31020 31023 26744 0 -1 4202560 56217 0 0 0 235536 43 0 0 20 0 15 0 120319435 14321999872 229525 33554432000 4194304 4196468 140723168423568 140062213573072 140061851228527 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31026] ppid=31020 vsize=13986328 memory=916052 CPUtime=15.01 cores=1,3,5,7
/proc/31023/task/31026/stat : 31026 (java) S 31020 31023 26744 0 -1 1077944384 9555 0 0 0 1437 64 0 0 20 0 15 0 120319436 14321999872 229525 33554432000 4194304 4196468 140723168423568 140061805046032 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31027] ppid=31020 vsize=13986328 memory=918100 CPUtime=14.97 cores=1,3,5,7
/proc/31023/task/31027/stat : 31027 (java) S 31020 31023 26744 0 -1 1077944384 6791 0 0 0 1433 64 0 0 20 0 15 0 120319436 14321999872 229525 33554432000 4194304 4196468 140723168423568 140061803993488 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31028] ppid=31020 vsize=13986328 memory=916052 CPUtime=15.02 cores=1,3,5,7
/proc/31023/task/31028/stat : 31028 (java) S 31020 31023 26744 0 -1 1077944384 6506 0 0 0 1435 67 0 0 20 0 15 0 120319436 14321999872 229525 33554432000 4194304 4196468 140723168423568 140061802940944 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31029] ppid=31020 vsize=13986328 memory=916052 CPUtime=14.95 cores=1,3,5,7
/proc/31023/task/31029/stat : 31029 (java) S 31020 31023 26744 0 -1 1077944384 8397 0 0 0 1436 59 0 0 20 0 15 0 120319436 14321999872 229525 33554432000 4194304 4196468 140723168423568 140061801888400 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31030] ppid=31020 vsize=13986328 memory=1728 CPUtime=8.91 cores=1,3,5,7
/proc/31023/task/31030/stat : 31030 (java) S 31020 31023 26744 0 -1 1077944384 8678 0 0 0 838 53 0 0 20 0 15 0 120319437 14321999872 229525 33554432000 4194304 4196468 140723168423568 140061684038128 140062209346178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31031] ppid=31020 vsize=13986328 memory=918100 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31031/stat : 31031 (java) S 31020 31023 26744 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 120319437 14321999872 229525 33554432000 4194304 4196468 140723168423568 140061682984416 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31032] ppid=31020 vsize=13986328 memory=918100 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31032/stat : 31032 (java) S 31020 31023 26744 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 120319438 14321999872 229525 33554432000 4194304 4196468 140723168423568 140061681931776 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31033] ppid=31020 vsize=13986328 memory=918100 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31033/stat : 31033 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14321999872 229525 33554432000 4194304 4196468 140723168423568 140061680880336 140062209353627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31034] ppid=31020 vsize=13986328 memory=0 CPUtime=1.99 cores=1,3,5,7
/proc/31023/task/31034/stat : 31034 (java) S 31020 31023 26744 0 -1 1077944384 14656 0 0 0 197 2 0 0 20 0 15 0 120319440 14321999872 229525 33554432000 4194304 4196468 140723168423568 140061679826928 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31035] ppid=31020 vsize=13986328 memory=5300 CPUtime=2.72 cores=1,3,5,7
/proc/31023/task/31035/stat : 31035 (java) S 31020 31023 26744 0 -1 1077944384 16461 0 0 0 269 3 0 0 20 0 15 0 120319440 14321999872 229525 33554432000 4194304 4196468 140723168423568 140061678774384 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 43 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31036] ppid=31020 vsize=13986328 memory=918100 CPUtime=0.74 cores=1,3,5,7
/proc/31023/task/31036/stat : 31036 (java) S 31020 31023 26744 0 -1 1077944384 11455 0 0 0 72 2 0 0 20 0 15 0 120319440 14321999872 229525 33554432000 4194304 4196468 140723168423568 140061677721840 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31037] ppid=31020 vsize=13986328 memory=918100 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31037/stat : 31037 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14321999872 229525 33554432000 4194304 4196468 140723168423568 140061676669536 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31038] ppid=31020 vsize=13986328 memory=918100 CPUtime=1.38 cores=1,3,5,7
/proc/31023/task/31038/stat : 31038 (java) S 31020 31023 26744 0 -1 1077944384 969 0 0 0 62 76 0 0 20 0 15 0 120319440 14321999872 229525 33554432000 4194304 4196468 140723168423568 140061675617072 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
Current children cumulated CPU time: 2431.57 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 918100 KiB

[startup+2442.3 s]
/proc/loadavg: 1.42 1.24 1.25 3/216 31135
/proc/meminfo: memFree=25147736/32770624 swapFree=67108860/67108860
[pid=31023] ppid=31020 vsize=13986328 memory=924244 CPUtime=2492.84 cores=1,3,5,7
/proc/31023/stat : 31023 (java) S 31020 31023 26744 0 -1 1077944320 143226 0 0 0 248910 374 0 0 20 0 15 0 120319434 14321999872 231061 33554432000 4194304 4196468 140723168423568 140723168406112 140062209335031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
/proc/31023/statm: 3496582 231061 3838 1 0 3484297 0
[pid=31023/tid=31025] ppid=31020 vsize=13986328 memory=1728 CPUtime=2415.1 cores=1,3,5,7
/proc/31023/task/31025/stat : 31025 (java) R 31020 31023 26744 0 -1 4202560 57180 0 0 0 241466 44 0 0 20 0 15 0 120319435 14321999872 231061 33554432000 4194304 4196468 140723168423568 140062213572976 140061853153279 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31026] ppid=31020 vsize=13986328 memory=924244 CPUtime=15.45 cores=1,3,5,7
/proc/31023/task/31026/stat : 31026 (java) S 31020 31023 26744 0 -1 1077944384 9938 0 0 0 1480 65 0 0 20 0 15 0 120319436 14321999872 231061 33554432000 4194304 4196468 140723168423568 140061805046032 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31027] ppid=31020 vsize=13986328 memory=916052 CPUtime=15.4 cores=1,3,5,7
/proc/31023/task/31027/stat : 31027 (java) S 31020 31023 26744 0 -1 1077944384 7000 0 0 0 1476 64 0 0 20 0 15 0 120319436 14321999872 231061 33554432000 4194304 4196468 140723168423568 140061803993488 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31028] ppid=31020 vsize=13986328 memory=920148 CPUtime=15.44 cores=1,3,5,7
/proc/31023/task/31028/stat : 31028 (java) S 31020 31023 26744 0 -1 1077944384 6628 0 0 0 1476 68 0 0 20 0 15 0 120319436 14321999872 231061 33554432000 4194304 4196468 140723168423568 140061802940944 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31029] ppid=31020 vsize=13986328 memory=56 CPUtime=15.38 cores=1,3,5,7
/proc/31023/task/31029/stat : 31029 (java) S 31020 31023 26744 0 -1 1077944384 8614 0 0 0 1478 60 0 0 20 0 15 0 120319436 14321999872 231061 33554432000 4194304 4196468 140723168423568 140061801888400 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31030] ppid=31020 vsize=13986328 memory=922196 CPUtime=9.1 cores=1,3,5,7
/proc/31023/task/31030/stat : 31030 (java) S 31020 31023 26744 0 -1 1077944384 8865 0 0 0 856 54 0 0 20 0 15 0 120319437 14321999872 231061 33554432000 4194304 4196468 140723168423568 140061684038128 140062209346178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31031] ppid=31020 vsize=13986328 memory=922196 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31031/stat : 31031 (java) S 31020 31023 26744 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 120319437 14321999872 231061 33554432000 4194304 4196468 140723168423568 140061682984416 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31032] ppid=31020 vsize=13986328 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31032/stat : 31032 (java) S 31020 31023 26744 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 120319438 14321999872 231061 33554432000 4194304 4196468 140723168423568 140061681931776 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31033] ppid=31020 vsize=13986328 memory=924244 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31033/stat : 31033 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14321999872 231061 33554432000 4194304 4196468 140723168423568 140061680880336 140062209353627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31034] ppid=31020 vsize=13986328 memory=924244 CPUtime=1.99 cores=1,3,5,7
/proc/31023/task/31034/stat : 31034 (java) S 31020 31023 26744 0 -1 1077944384 14658 0 0 0 197 2 0 0 20 0 15 0 120319440 14321999872 231061 33554432000 4194304 4196468 140723168423568 140061679826928 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31035] ppid=31020 vsize=13986328 memory=924244 CPUtime=2.72 cores=1,3,5,7
/proc/31023/task/31035/stat : 31035 (java) S 31020 31023 26744 0 -1 1077944384 16463 0 0 0 269 3 0 0 20 0 15 0 120319440 14321999872 231061 33554432000 4194304 4196468 140723168423568 140061678774384 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31036] ppid=31020 vsize=13986328 memory=924244 CPUtime=0.74 cores=1,3,5,7
/proc/31023/task/31036/stat : 31036 (java) S 31020 31023 26744 0 -1 1077944384 11457 0 0 0 72 2 0 0 20 0 15 0 120319440 14321999872 231061 33554432000 4194304 4196468 140723168423568 140061677721840 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31037] ppid=31020 vsize=13986328 memory=924244 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31037/stat : 31037 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14321999872 231061 33554432000 4194304 4196468 140723168423568 140061676669536 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31038] ppid=31020 vsize=13986328 memory=1296 CPUtime=1.41 cores=1,3,5,7
/proc/31023/task/31038/stat : 31038 (java) S 31020 31023 26744 0 -1 1077944384 984 0 0 0 63 78 0 0 20 0 15 0 120319440 14321999872 231061 33554432000 4194304 4196468 140723168423568 140061675617072 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
Current children cumulated CPU time: 2492.84 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 924244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469 s]*
/proc/loadavg: 1.30 1.23 1.24 3/216 31136
/proc/meminfo: memFree=25144472/32770624 swapFree=67108860/67108860
[pid=31023] ppid=31020 vsize=13986328 memory=928340 CPUtime=2520.1 cores=1,3,5,7
/proc/31023/stat : 31023 (java) S 31020 31023 26744 0 -1 1077944320 143528 0 0 0 251633 377 0 0 20 0 15 0 120319434 14321999872 232085 33554432000 4194304 4196468 140723168423568 140723168406112 140062209335031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
/proc/31023/statm: 3496582 232085 3838 1 0 3484297 0
[pid=31023/tid=31025] ppid=31020 vsize=13986328 memory=280044619327856 CPUtime=2441.5 cores=1,3,5,7
/proc/31023/task/31025/stat : 31025 (java) R 31020 31023 26744 0 -1 4202560 57354 0 0 0 244106 44 0 0 20 0 15 0 120319435 14321999872 232085 33554432000 4194304 4196468 140723168423568 140062213573184 140061847665969 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31026] ppid=31020 vsize=13986328 memory=3472328296227679313 CPUtime=15.63 cores=1,3,5,7
/proc/31023/task/31026/stat : 31026 (java) S 31020 31023 26744 0 -1 1077944384 9958 0 0 0 1498 65 0 0 20 0 15 0 120319436 14321999872 232085 33554432000 4194304 4196468 140723168423568 140061805046032 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31027] ppid=31020 vsize=13986328 memory=4126316290023845779 CPUtime=15.59 cores=1,3,5,7
/proc/31023/task/31027/stat : 31027 (java) S 31020 31023 26744 0 -1 1077944384 7025 0 0 0 1494 65 0 0 20 0 15 0 120319436 14321999872 232085 33554432000 4194304 4196468 140723168423568 140061803993488 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31028] ppid=31020 vsize=13986328 memory=840 CPUtime=15.64 cores=1,3,5,7
/proc/31023/task/31028/stat : 31028 (java) S 31020 31023 26744 0 -1 1077944384 6654 0 0 0 1495 69 0 0 20 0 15 0 120319436 14321999872 232085 33554432000 4194304 4196468 140723168423568 140061802940944 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31029] ppid=31020 vsize=13986328 memory=1692 CPUtime=15.58 cores=1,3,5,7
/proc/31023/task/31029/stat : 31029 (java) S 31020 31023 26744 0 -1 1077944384 8661 0 0 0 1497 61 0 0 20 0 15 0 120319436 14321999872 232085 33554432000 4194304 4196468 140723168423568 140061801888400 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31030] ppid=31020 vsize=13986328 memory=916 CPUtime=9.18 cores=1,3,5,7
/proc/31023/task/31030/stat : 31030 (java) S 31020 31023 26744 0 -1 1077944384 8872 0 0 0 863 55 0 0 20 0 15 0 120319437 14321999872 232085 33554432000 4194304 4196468 140723168423568 140061684038128 140062209346178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31031] ppid=31020 vsize=13986328 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31031/stat : 31031 (java) S 31020 31023 26744 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 120319437 14321999872 232085 33554432000 4194304 4196468 140723168423568 140061682984416 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31032] ppid=31020 vsize=13986328 memory=2548 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31032/stat : 31032 (java) S 31020 31023 26744 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 120319438 14321999872 232085 33554432000 4194304 4196468 140723168423568 140061681931776 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31033] ppid=31020 vsize=13986328 memory=2548 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31033/stat : 31033 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14321999872 232085 33554432000 4194304 4196468 140723168423568 140061680880336 140062209353627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31034] ppid=31020 vsize=13986328 memory=4100 CPUtime=1.99 cores=1,3,5,7
/proc/31023/task/31034/stat : 31034 (java) S 31020 31023 26744 0 -1 1077944384 14658 0 0 0 197 2 0 0 20 0 15 0 120319440 14321999872 232085 33554432000 4194304 4196468 140723168423568 140061679826928 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31035] ppid=31020 vsize=13986328 memory=1160 CPUtime=2.72 cores=1,3,5,7
/proc/31023/task/31035/stat : 31035 (java) S 31020 31023 26744 0 -1 1077944384 16463 0 0 0 269 3 0 0 20 0 15 0 120319440 14321999872 232085 33554432000 4194304 4196468 140723168423568 140061678774384 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 43 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31036] ppid=31020 vsize=13986328 memory=3164 CPUtime=0.74 cores=1,3,5,7
/proc/31023/task/31036/stat : 31036 (java) S 31020 31023 26744 0 -1 1077944384 11458 0 0 0 72 2 0 0 20 0 15 0 120319440 14321999872 232085 33554432000 4194304 4196468 140723168423568 140061677721840 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31037] ppid=31020 vsize=13986328 memory=200660 CPUtime=0 cores=1,3,5,7
/proc/31023/task/31037/stat : 31037 (java) S 31020 31023 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120319440 14321999872 232085 33554432000 4194304 4196468 140723168423568 140061676669536 140062209345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
[pid=31023/tid=31038] ppid=31020 vsize=13986328 memory=1156 CPUtime=1.43 cores=1,3,5,7
/proc/31023/task/31038/stat : 31038 (java) S 31020 31023 26744 0 -1 1077944384 986 0 0 0 64 79 0 0 20 0 15 0 120319440 14321999872 232085 33554432000 4194304 4196468 140723168423568 140061675617072 140062209346178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 8921088 140723168425066 140723168425247 140723168425247 140723168427983 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 928340 KiB

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

[startup+2469.02 s]
# the end of solver process 31023 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.35 s, system=3.77874 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2469.02
CPU time (s): 2520.12
CPU user time (s): 2516.35
CPU system time (s): 3.77874
CPU usage (%): 102.07
Max. virtual memory (cumulated for all children) (KiB): 13986328
Max. memory (cumulated for all children) (KiB): 928340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.35
system time used= 3.77874
maximum resident set size= 928888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143853
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 302728
involuntary context switches= 6022


# summary of solver processes directly reported to runsolver:
#   pid: 31023
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.35
#   total CPU system time (s): 3.77874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5859 second user time and 19.3622 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-16 10:20:20
IDJOB=4273175
IDBENCH=130169
IDSOLVER=2665
FILE ID=node105/4273175-1502872479
RUNJOBID= node105-1502869147-30718
PBS_JOBID= 20629853
Free space on /tmp= 60628 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-22-06.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273175-1502872479/watcher-4273175-1502872479 -o /tmp/evaluation-result-4273175-1502872479/solver-4273175-1502872479 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502869147-30718 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1396403261 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273175-1502872479.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 45b5d4596b79ad434cde41f15586cf53
RANDOM SEED=1396403261

node105.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.17
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.17
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.17
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.17
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:        26056028 kB
MemAvailable:   31778264 kB
Buffers:          256016 kB
Cached:          5737896 kB
SwapCached:            0 kB
Active:          1106120 kB
Inactive:        5137036 kB
Active(anon):     252232 kB
Inactive(anon):    25060 kB
Active(file):     853888 kB
Inactive(file):  5111976 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42544 kB
Writeback:             0 kB
AnonPages:        273704 kB
Mapped:            61540 kB
Shmem:             25228 kB
Slab:             171080 kB
SReclaimable:     144412 kB
SUnreclaim:        26668 kB
KernelStack:        3792 kB
PageTables:         5676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1258544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60584 MiB
End job on node105 at 2017-08-16 11:01:29