Trace number 4273177

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)57 2520.1101 2486.4099

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.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 176
1.36/0.86	o 57
2520.09/2486.40	s SATISFIABLE
2520.09/2486.40	v <instantiation>
2520.09/2486.40	v 	<list>
2520.09/2486.40	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.09/2486.40	v 	</list>
2520.09/2486.40	v 	<values>
2520.09/2486.40	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 
2520.09/2486.40	v 	</values>
2520.09/2486.40	v </instantiation>

Verifier Data

OK	57

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

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

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=30946, runsolver pid=30943

[startup+0.100175 s]*
/proc/loadavg: 1.58 1.37 1.35 3/215 30961
/proc/meminfo: memFree=25923028/32770624 swapFree=67108860/67108860
[pid=30946] ppid=30943 vsize=13980164 memory=36280 CPUtime=0.13 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 26744 0 -1 1077944320 7959 0 0 0 11 2 0 0 20 0 15 0 120318925 14315687936 9070 33554432000 4194304 4196468 140733523401488 140733523384032 140351279795959 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
/proc/30946/statm: 3495041 9070 3407 1 0 3482761 0
[pid=30946/tid=30948] ppid=30943 vsize=13980164 memory=-8341402584602807681 CPUtime=0.09 cores=0,2,4,6
/proc/30946/task/30948/stat : 30948 (java) R 30943 30946 26744 0 -1 4202560 5907 0 0 0 8 1 0 0 20 0 15 0 120318926 14315687936 9070 33554432000 4194304 4196468 140733523401488 140351283985408 140351263839589 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30949] ppid=30943 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318926 14315687936 9070 33554432000 4194304 4196468 140733523401488 140350875941776 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30950] ppid=30943 vsize=13980164 memory=140347744155264 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318926 14315687936 9070 33554432000 4194304 4196468 140733523401488 140350874888976 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30951] ppid=30943 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318926 14315687936 9070 33554432000 4194304 4196468 140733523401488 140350873836688 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30952] ppid=30943 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120318926 14315687936 9070 33554432000 4194304 4196468 140733523401488 140350872783888 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30953] ppid=30943 vsize=13980164 memory=140347744155264 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120318928 14315687936 9070 33554432000 4194304 4196468 140733523401488 140350821906544 140351279807106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30954] ppid=30943 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120318928 14315687936 9070 33554432000 4194304 4196468 140733523401488 140350820852512 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30955] ppid=30943 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120318928 14315687936 9070 33554432000 4194304 4196468 140733523401488 140350819800176 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30956] ppid=30943 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14315687936 9070 33554432000 4194304 4196468 140733523401488 140350818748496 140351279814555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30957] ppid=30943 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 26744 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 15 0 120318931 14315687936 9070 33554432000 4194304 4196468 140733523401488 140350817696368 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30958] ppid=30943 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30958/stat : 30958 (java) R 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14315687936 9070 33554432000 4194304 4196468 140733523401488 140350816643568 140351279807106 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30959] ppid=30943 vsize=13980164 memory=140347744155264 CPUtime=0.02 cores=0,2,4,6
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 26744 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 15 0 120318931 14315687936 9070 33554432000 4194304 4196468 140733523401488 140350815591280 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30960] ppid=30943 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14315687936 9070 33554432000 4194304 4196468 140733523401488 140350814538720 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30961] ppid=30943 vsize=13980164 memory=140347744155264 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318931 14315687936 9070 33554432000 4194304 4196468 140733523401488 140350813485488 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 36280 KiB

[startup+0.210592 s]*
/proc/loadavg: 1.58 1.37 1.35 4/215 30961
/proc/meminfo: memFree=25915312/32770624 swapFree=67108860/67108860
[pid=30946] ppid=30943 vsize=13980164 memory=45416 CPUtime=0.3 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 26744 0 -1 1077944320 8944 0 0 0 27 3 0 0 20 0 15 0 120318925 14315687936 11354 33554432000 4194304 4196468 140733523401488 140733523384032 140351279795959 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
/proc/30946/statm: 3495041 11354 3632 1 0 3482761 0
[pid=30946/tid=30948] ppid=30943 vsize=13980196 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/30946/task/30948/stat : 30948 (java) R 30943 30946 26744 0 -1 4202560 6531 0 0 0 17 2 0 0 20 0 15 0 120318926 14315720704 11354 33554432000 4194304 4196468 140733523401488 140351284005360 140351272475677 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30949] ppid=30943 vsize=13980196 memory=342 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318926 14315720704 11354 33554432000 4194304 4196468 140733523401488 140350875941776 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30950] ppid=30943 vsize=13980196 memory=288370723895867008 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318926 14315720704 11403 33554432000 4194304 4196468 140733523401488 140350874888976 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30951] ppid=30943 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318926 14315687936 11403 33554432000 4194304 4196468 140733523401488 140350873836688 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30952] ppid=30943 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120318926 14315687936 11403 33554432000 4194304 4196468 140733523401488 140350872783888 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30953] ppid=30943 vsize=13980164 memory=140347744155264 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26744 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 120318928 14315687936 11403 33554432000 4194304 4196468 140733523401488 140350821906544 140351279807106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30954] ppid=30943 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120318928 14315687936 11403 33554432000 4194304 4196468 140733523401488 140350820852512 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30955] ppid=30943 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120318928 14315687936 11403 33554432000 4194304 4196468 140733523401488 140350819800176 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30956] ppid=30943 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14315687936 11403 33554432000 4194304 4196468 140733523401488 140350818748496 140351279814555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30957] ppid=30943 vsize=13980196 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 26744 0 -1 1077944384 376 0 0 0 1 0 0 0 20 0 15 0 120318931 14315720704 11403 33554432000 4194304 4196468 140733523401488 140350817696368 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30958] ppid=30943 vsize=13980196 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30946/task/30958/stat : 30958 (java) R 30943 30946 26744 0 -1 4202560 275 0 0 0 1 0 0 0 20 0 15 0 120318931 14315720704 11403 33554432000 4194304 4196468 140733523401488 140350816635024 140351264055789 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30959] ppid=30943 vsize=13980164 memory=140347744155264 CPUtime=0.05 cores=0,2,4,6
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 26744 0 -1 1077944384 381 0 0 0 5 0 0 0 20 0 15 0 120318931 14315687936 11403 33554432000 4194304 4196468 140733523401488 140350815591280 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30960] ppid=30943 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14315687936 11403 33554432000 4194304 4196468 140733523401488 140350814538720 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30961] ppid=30943 vsize=13980164 memory=140347744155264 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318931 14315687936 11403 33554432000 4194304 4196468 140733523401488 140350813485488 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 45416 KiB

[startup+0.310428 s]*
/proc/loadavg: 1.58 1.37 1.35 3/215 30961
/proc/meminfo: memFree=25908364/32770624 swapFree=67108860/67108860
[pid=30946] ppid=30943 vsize=13980184 memory=52884 CPUtime=0.49 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 26744 0 -1 1077944320 9927 0 0 0 45 4 0 0 20 0 15 0 120318925 14315708416 13221 33554432000 4194304 4196468 140733523401488 140733523384032 140351279795959 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
/proc/30946/statm: 3495046 13221 3710 1 0 3482761 0
[pid=30946/tid=30948] ppid=30943 vsize=13980184 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/30946/task/30948/stat : 30948 (java) R 30943 30946 26744 0 -1 4202560 7071 0 0 0 26 3 0 0 20 0 15 0 120318926 14315708416 13221 33554432000 4194304 4196468 140733523401488 140351284025424 140351279807894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30949] ppid=30943 vsize=13980184 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318926 14315708416 13221 33554432000 4194304 4196468 140733523401488 140350875941776 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30950] ppid=30943 vsize=13980184 memory=288370723895867008 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318926 14315708416 13221 33554432000 4194304 4196468 140733523401488 140350874888976 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30951] ppid=30943 vsize=13980184 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318926 14315708416 13221 33554432000 4194304 4196468 140733523401488 140350873836688 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30952] ppid=30943 vsize=13980184 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120318926 14315708416 13221 33554432000 4194304 4196468 140733523401488 140350872783888 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30953] ppid=30943 vsize=13980184 memory=140347744155264 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26744 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 120318928 14315708416 13221 33554432000 4194304 4196468 140733523401488 140350821906544 140351279807106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30954] ppid=30943 vsize=13980184 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120318928 14315708416 13221 33554432000 4194304 4196468 140733523401488 140350820852512 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30955] ppid=30943 vsize=13980184 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120318928 14315708416 13221 33554432000 4194304 4196468 140733523401488 140350819800176 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30956] ppid=30943 vsize=13980184 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14315708416 13221 33554432000 4194304 4196468 140733523401488 140350818748496 140351279814555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30957] ppid=30943 vsize=13980184 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 26744 0 -1 1077944384 547 0 0 0 4 0 0 0 20 0 15 0 120318931 14315708416 13221 33554432000 4194304 4196468 140733523401488 140350817696368 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30958] ppid=30943 vsize=13980184 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 26744 0 -1 1077944384 421 0 0 0 5 0 0 0 20 0 15 0 120318931 14315708416 13221 33554432000 4194304 4196468 140733523401488 140350816643568 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30959] ppid=30943 vsize=13980184 memory=140347744155264 CPUtime=0.08 cores=0,2,4,6
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 26744 0 -1 1077944384 507 0 0 0 8 0 0 0 20 0 15 0 120318931 14315708416 13221 33554432000 4194304 4196468 140733523401488 140350815591280 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30960] ppid=30943 vsize=13980184 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14315708416 13221 33554432000 4194304 4196468 140733523401488 140350814538720 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30961] ppid=30943 vsize=13980184 memory=140347744155264 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318931 14315708416 13221 33554432000 4194304 4196468 140733523401488 140350813485488 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13980184 KiB
Current children cumulated memory: 52884 KiB

[startup+0.700711 s]
/proc/loadavg: 1.58 1.37 1.35 3/215 30961
/proc/meminfo: memFree=25893056/32770624 swapFree=67108860/67108860
[pid=30946] ppid=30943 vsize=13984280 memory=82424 CPUtime=1.17 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 26744 0 -1 1077944320 12142 0 0 0 112 5 0 0 20 0 15 0 120318925 14319902720 20606 33554432000 4194304 4196468 140733523401488 140733523384032 140351279795959 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
/proc/30946/statm: 3496070 20606 3762 1 0 3483785 0
[pid=30946/tid=30948] ppid=30943 vsize=13984280 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/30946/task/30948/stat : 30948 (java) R 30943 30946 26744 0 -1 4202560 8524 0 0 0 63 4 0 0 20 0 15 0 120318926 14319902720 20606 33554432000 4194304 4196468 140733523401488 140351284033248 140351279817885 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30949] ppid=30943 vsize=13984280 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318926 14319902720 20606 33554432000 4194304 4196468 140733523401488 140350875941776 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30950] ppid=30943 vsize=13984280 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318926 14319902720 20606 33554432000 4194304 4196468 140733523401488 140350874888976 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30951] ppid=30943 vsize=13984280 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318926 14319902720 20606 33554432000 4194304 4196468 140733523401488 140350873836688 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30952] ppid=30943 vsize=13984280 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120318926 14319902720 20606 33554432000 4194304 4196468 140733523401488 140350872783888 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30953] ppid=30943 vsize=13984280 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26744 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 120318928 14319902720 20606 33554432000 4194304 4196468 140733523401488 140350821906544 140351279807106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30954] ppid=30943 vsize=13984280 memory=5300 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 26744 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120318928 14319902720 20606 33554432000 4194304 4196468 140733523401488 140350820852512 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30955] ppid=30943 vsize=13984280 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 26744 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120318928 14319902720 20606 33554432000 4194304 4196468 140733523401488 140350819800176 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30956] ppid=30943 vsize=13984280 memory=1928 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14319902720 20606 33554432000 4194304 4196468 140733523401488 140350818748496 140351279814555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30957] ppid=30943 vsize=13984280 memory=7302135314614015849 CPUtime=0.08 cores=0,2,4,6
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 26744 0 -1 1077944384 591 0 0 0 8 0 0 0 20 0 15 0 120318931 14319902720 20606 33554432000 4194304 4196468 140733523401488 140350817696368 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30958] ppid=30943 vsize=13984280 memory=7595725831727968097 CPUtime=0.14 cores=0,2,4,6
/proc/30946/task/30958/stat : 30958 (java) R 30943 30946 26744 0 -1 1077944384 662 0 0 0 14 0 0 0 20 0 15 0 120318931 14319902720 20606 33554432000 4194304 4196468 140733523401488 140350816643568 140351279807106 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30959] ppid=30943 vsize=13984280 memory=7881696724453321575 CPUtime=0.25 cores=0,2,4,6
/proc/30946/task/30959/stat : 30959 (java) R 30943 30946 26744 0 -1 4202560 984 0 0 0 25 0 0 0 20 0 15 0 120318931 14319902720 20606 33554432000 4194304 4196468 140733523401488 140350815591280 140351259756482 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30960] ppid=30943 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14319902720 20606 33554432000 4194304 4196468 140733523401488 140350814538720 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30961] ppid=30943 vsize=13984280 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318931 14319902720 20606 33554432000 4194304 4196468 140733523401488 140350813485488 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 82424 KiB

[startup+1.50081 s]
/proc/loadavg: 1.58 1.37 1.35 6/215 30961
/proc/meminfo: memFree=25852744/32770624 swapFree=67108860/67108860
[pid=30946] ppid=30943 vsize=13986328 memory=180724 CPUtime=3.5 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 26744 0 -1 1077944320 19905 0 0 0 343 7 0 0 20 0 15 0 120318925 14321999872 45181 33554432000 4194304 4196468 140733523401488 140733523384032 140351279795959 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
/proc/30946/statm: 3496582 45181 3803 1 0 3484297 0
[pid=30946/tid=30948] ppid=30943 vsize=13986328 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/30946/task/30948/stat : 30948 (java) R 30943 30946 26744 0 -1 4202560 10303 0 0 0 141 5 0 0 20 0 15 0 120318926 14321999872 45181 33554432000 4194304 4196468 140733523401488 140351284031560 140350896888296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30949] ppid=30943 vsize=13986328 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318926 14321999872 45181 33554432000 4194304 4196468 140733523401488 140350875941776 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30950] ppid=30943 vsize=13986328 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318926 14321999872 45181 33554432000 4194304 4196468 140733523401488 140350874888976 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30951] ppid=30943 vsize=13986328 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120318926 14321999872 45181 33554432000 4194304 4196468 140733523401488 140350873836688 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30952] ppid=30943 vsize=13986328 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26744 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120318926 14321999872 45181 33554432000 4194304 4196468 140733523401488 140350872783888 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30953] ppid=30943 vsize=13986328 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26744 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 120318928 14321999872 45181 33554432000 4194304 4196468 140733523401488 140350821906544 140351279807106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0

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

/proc/30946/task/30948/stat : 30948 (java) R 30943 30946 26744 0 -1 4202560 43826 0 0 0 230207 30 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140351284034384 140350896315329 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30949] ppid=30943 vsize=13986328 memory=200660 CPUtime=9.49 cores=0,2,4,6
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26744 0 -1 1077944384 3295 0 0 0 899 50 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350875941776 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30950] ppid=30943 vsize=13986328 memory=200660 CPUtime=9.46 cores=0,2,4,6
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26744 0 -1 1077944384 3931 0 0 0 892 54 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350874888976 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30951] ppid=30943 vsize=13986328 memory=200660 CPUtime=9.45 cores=0,2,4,6
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26744 0 -1 1077944384 2706 0 0 0 897 48 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350873836688 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30952] ppid=30943 vsize=13986328 memory=15876 CPUtime=9.46 cores=0,2,4,6
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26744 0 -1 1077944384 2832 0 0 0 892 54 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350872783888 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30953] ppid=30943 vsize=13986328 memory=1708 CPUtime=8.39 cores=0,2,4,6
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26744 0 -1 1077944384 5346 0 0 0 780 59 0 0 20 0 15 0 120318928 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350821906544 140351279807106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30954] ppid=30943 vsize=13986328 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 26744 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 120318928 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350820852576 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30955] ppid=30943 vsize=13986328 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 26744 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 120318928 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350819800192 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30956] ppid=30943 vsize=13986328 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350818748496 140351279814555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30957] ppid=30943 vsize=13986328 memory=15876 CPUtime=1.86 cores=0,2,4,6
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 26744 0 -1 1077944384 11360 0 0 0 185 1 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350817696368 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30958] ppid=30943 vsize=13986328 memory=18804 CPUtime=1.63 cores=0,2,4,6
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 26744 0 -1 1077944384 10650 0 0 0 162 1 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350816643568 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30959] ppid=30943 vsize=13986328 memory=200660 CPUtime=0.64 cores=0,2,4,6
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 26744 0 -1 1077944384 4866 0 0 0 64 0 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350815591280 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30960] ppid=30943 vsize=13986328 memory=916 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350814538720 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30961] ppid=30943 vsize=13986328 memory=200660 CPUtime=1.27 cores=0,2,4,6
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 26744 0 -1 1077944384 652 0 0 0 65 62 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350813485488 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
Current children cumulated CPU time: 2354.13 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 200660 KiB

[startup+2382.3 s]
/proc/loadavg: 1.28 1.19 1.24 3/215 31104
/proc/meminfo: memFree=25156832/32770624 swapFree=67108860/67108860
[pid=30946] ppid=30943 vsize=13986328 memory=200660 CPUtime=2414.81 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 26744 0 -1 1077944320 92028 0 0 0 241179 302 0 0 20 0 15 0 120318925 14321999872 50165 33554432000 4194304 4196468 140733523401488 140733523384032 140351279795959 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
/proc/30946/statm: 3496582 50165 3838 1 0 3484297 0
[pid=30946/tid=30948] ppid=30943 vsize=13986328 memory=200660 CPUtime=2361.92 cores=0,2,4,6
/proc/30946/task/30948/stat : 30948 (java) R 30943 30946 26744 0 -1 4202560 44625 0 0 0 236161 31 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140351284034432 140350897360799 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30949] ppid=30943 vsize=13986328 memory=200660 CPUtime=9.71 cores=0,2,4,6
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26744 0 -1 1077944384 3339 0 0 0 920 51 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350875941776 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30950] ppid=30943 vsize=13986328 memory=200660 CPUtime=9.69 cores=0,2,4,6
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26744 0 -1 1077944384 3991 0 0 0 913 56 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350874888976 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30951] ppid=30943 vsize=13986328 memory=12032 CPUtime=9.67 cores=0,2,4,6
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26744 0 -1 1077944384 2769 0 0 0 918 49 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350873836688 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30952] ppid=30943 vsize=13986328 memory=4616 CPUtime=9.68 cores=0,2,4,6
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26744 0 -1 1077944384 2858 0 0 0 913 55 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350872783888 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30953] ppid=30943 vsize=13986328 memory=1928 CPUtime=8.58 cores=0,2,4,6
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26744 0 -1 1077944384 5516 0 0 0 798 60 0 0 20 0 15 0 120318928 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350821906544 140351279807106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30954] ppid=30943 vsize=13986328 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 26744 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 120318928 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350820852576 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30955] ppid=30943 vsize=13986328 memory=640 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 26744 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 120318928 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350819800192 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30956] ppid=30943 vsize=13986328 memory=200660 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350818748496 140351279814555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30957] ppid=30943 vsize=13986328 memory=200660 CPUtime=1.86 cores=0,2,4,6
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 26744 0 -1 1077944384 11362 0 0 0 185 1 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350817696368 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30958] ppid=30943 vsize=13986328 memory=200660 CPUtime=1.63 cores=0,2,4,6
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 26744 0 -1 1077944384 10653 0 0 0 162 1 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350816643568 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30959] ppid=30943 vsize=13986328 memory=3164 CPUtime=0.64 cores=0,2,4,6
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 26744 0 -1 1077944384 4868 0 0 0 64 0 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350815591280 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30960] ppid=30943 vsize=13986328 memory=200660 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350814538720 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30961] ppid=30943 vsize=13986328 memory=200660 CPUtime=1.31 cores=0,2,4,6
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 26744 0 -1 1077944384 666 0 0 0 67 64 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350813485488 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
Current children cumulated CPU time: 2414.81 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 200660 KiB

[startup+2442.3 s]
/proc/loadavg: 1.37 1.23 1.25 3/216 31113
/proc/meminfo: memFree=25149596/32770624 swapFree=67108860/67108860
[pid=30946] ppid=30943 vsize=13986328 memory=200660 CPUtime=2475.5 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 26744 0 -1 1077944320 92472 0 0 0 247241 309 0 0 20 0 15 0 120318925 14321999872 50165 33554432000 4194304 4196468 140733523401488 140733523384032 140351279795959 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
/proc/30946/statm: 3496582 50165 3838 1 0 3484297 0
[pid=30946/tid=30948] ppid=30943 vsize=13986328 memory=200660 CPUtime=2421.43 cores=0,2,4,6
/proc/30946/task/30948/stat : 30948 (java) R 30943 30946 26744 0 -1 4202560 45038 0 0 0 242112 31 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140351284034384 140350897080594 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30949] ppid=30943 vsize=13986328 memory=200660 CPUtime=9.95 cores=0,2,4,6
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26744 0 -1 1077944384 3342 0 0 0 942 53 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350875941776 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30950] ppid=30943 vsize=13986328 memory=200660 CPUtime=9.91 cores=0,2,4,6
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26744 0 -1 1077944384 3999 0 0 0 934 57 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350874888976 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30951] ppid=30943 vsize=13986328 memory=200660 CPUtime=9.92 cores=0,2,4,6
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26744 0 -1 1077944384 2770 0 0 0 941 51 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350873836688 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30952] ppid=30943 vsize=13986328 memory=200660 CPUtime=9.92 cores=0,2,4,6
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26744 0 -1 1077944384 2862 0 0 0 935 57 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350872783888 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30953] ppid=30943 vsize=13986328 memory=200660 CPUtime=8.8 cores=0,2,4,6
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26744 0 -1 1077944384 5528 0 0 0 818 62 0 0 20 0 15 0 120318928 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350821906544 140351279807106 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30954] ppid=30943 vsize=13986328 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 26744 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 120318928 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350820852576 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30955] ppid=30943 vsize=13986328 memory=200660 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 26744 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 120318928 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350819800192 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30956] ppid=30943 vsize=13986328 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350818748496 140351279814555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30957] ppid=30943 vsize=13986328 memory=200660 CPUtime=1.86 cores=0,2,4,6
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 26744 0 -1 1077944384 11362 0 0 0 185 1 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350817696368 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30958] ppid=30943 vsize=13986328 memory=200660 CPUtime=1.63 cores=0,2,4,6
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 26744 0 -1 1077944384 10653 0 0 0 162 1 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350816643568 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30959] ppid=30943 vsize=13986328 memory=200660 CPUtime=0.64 cores=0,2,4,6
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 26744 0 -1 1077944384 4868 0 0 0 64 0 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350815591280 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30960] ppid=30943 vsize=13986328 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350814538720 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30961] ppid=30943 vsize=13986328 memory=6791534058613427641 CPUtime=1.34 cores=0,2,4,6
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 26744 0 -1 1077944384 669 0 0 0 68 66 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350813485488 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
Current children cumulated CPU time: 2475.5 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 200660 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.4 s]
/proc/loadavg: 1.41 1.25 1.25 3/216 31213
/proc/meminfo: memFree=25474724/32770624 swapFree=67108860/67108860
[pid=30946] ppid=30943 vsize=13986328 memory=200660 CPUtime=2520.09 cores=0,2,4,6
/proc/30946/stat : 30946 (java) S 30943 30946 26744 0 -1 1077944320 92745 0 0 0 251694 315 0 0 20 0 15 0 120318925 14321999872 50165 33554432000 4194304 4196468 140733523401488 140733523384032 140351279795959 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
/proc/30946/statm: 3496582 50165 3838 1 0 3484297 0
[pid=30946/tid=30948] ppid=30943 vsize=13986328 memory=0 CPUtime=2465.17 cores=0,2,4,6
/proc/30946/task/30948/stat : 30948 (java) R 30943 30946 26744 0 -1 4202560 45301 0 0 0 246485 32 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140351284034384 140350897360428 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30949] ppid=30943 vsize=13986328 memory=56 CPUtime=10.12 cores=0,2,4,6
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26744 0 -1 1077944384 3345 0 0 0 958 54 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350875941776 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30950] ppid=30943 vsize=13986328 memory=7681407940103534239 CPUtime=10.09 cores=0,2,4,6
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26744 0 -1 1077944384 4000 0 0 0 951 58 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350874888976 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30951] ppid=30943 vsize=13986328 memory=8547712850019655617 CPUtime=10.08 cores=0,2,4,6
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26744 0 -1 1077944384 2771 0 0 0 956 52 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350873836688 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30952] ppid=30943 vsize=13986328 memory=1196 CPUtime=10.1 cores=0,2,4,6
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26744 0 -1 1077944384 2862 0 0 0 952 58 0 0 20 0 15 0 120318926 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350872783888 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30953] ppid=30943 vsize=13986328 memory=10660 CPUtime=8.94 cores=0,2,4,6
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26744 0 -1 1077944384 5531 0 0 0 831 63 0 0 20 0 15 0 120318928 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350821906544 140351279807106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30954] ppid=30943 vsize=13986328 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 26744 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 120318928 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350820852576 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30955] ppid=30943 vsize=13986328 memory=18816 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 26744 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 120318928 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350819800192 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30956] ppid=30943 vsize=13986328 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350818748496 140351279814555 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30957] ppid=30943 vsize=13986328 memory=4616 CPUtime=1.86 cores=0,2,4,6
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 26744 0 -1 1077944384 11362 0 0 0 185 1 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350817696368 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30958] ppid=30943 vsize=13986328 memory=1928 CPUtime=1.63 cores=0,2,4,6
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 26744 0 -1 1077944384 10653 0 0 0 162 1 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350816643568 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30959] ppid=30943 vsize=13986328 memory=1428 CPUtime=0.65 cores=0,2,4,6
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 26744 0 -1 1077944384 4868 0 0 0 64 1 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350815591280 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30960] ppid=30943 vsize=13986328 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 26744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350814538720 140351279806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
[pid=30946/tid=30961] ppid=30943 vsize=13986328 memory=1012 CPUtime=1.36 cores=0,2,4,6
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 26744 0 -1 1077944384 671 0 0 0 69 67 0 0 20 0 15 0 120318931 14321999872 50165 33554432000 4194304 4196468 140733523401488 140350813485488 140351279807106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7192576 140733523403882 140733523404063 140733523404063 140733523406799 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 200660 KiB

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

[startup+2486.41 s]
# the end of solver process 30946 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.95 s, system=3.16101 s

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

Child status: 143
Real time (s): 2486.41
CPU time (s): 2520.11
CPU user time (s): 2516.95
CPU system time (s): 3.16101
CPU usage (%): 101.355
Max. virtual memory (cumulated for all children) (KiB): 13986328
Max. memory (cumulated for all children) (KiB): 222336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.95
system time used= 3.16101
maximum resident set size= 223876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93004
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 298935
involuntary context switches= 6460


# summary of solver processes directly reported to runsolver:
#   pid: 30946
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.95
#   total CPU system time (s): 3.16101

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8246 second user time and 23.8784 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-16 10:20:14
IDJOB=4273177
IDBENCH=130044
IDSOLVER=2665
FILE ID=node105/4273177-1502872474
RUNJOBID= node105-1502869147-30717
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-40-08.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-4273177-1502872474/watcher-4273177-1502872474 -o /tmp/evaluation-result-4273177-1502872474/solver-4273177-1502872474 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502869147-30717 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1396403261 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273177-1502872474.xml

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

MD5SUM BENCH= a1a47bf7c0dfac46ae24643a1dca38e9
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:        25945504 kB
MemAvailable:   31667740 kB
Buffers:          255972 kB
Cached:          5738192 kB
SwapCached:            0 kB
Active:          1214388 kB
Inactive:        5136796 kB
Active(anon):     360468 kB
Inactive(anon):    25060 kB
Active(file):     853920 kB
Inactive(file):  5111736 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42252 kB
Writeback:             0 kB
AnonPages:        381364 kB
Mapped:            61504 kB
Shmem:             25228 kB
Slab:             171136 kB
SReclaimable:     144832 kB
SUnreclaim:        26304 kB
KernelStack:        3792 kB
PageTables:         6116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1187136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    311296 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:41