Trace number 4273178

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)58 2520.0701 2483.4099

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-43-06.xml
MD5SUM6b7e39024ba724ae4fd321220dd3609d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark58
Best CPU time to get the best result obtained on this benchmark0.50907099
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size166
Distribution of domain sizes[{"size":1,"count":1},{"size":166,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":3},{"degree":7,"count":12},{"degree":8,"count":9},{"degree":9,"count":3},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity27
Distribution of constraint arities[{"arity":2,"count":68},{"arity":20,"count":1},{"arity":22,"count":2},{"arity":27,"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: 1534037613
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.19/0.79	c Parsing done, starting search...
1.19/0.80	o 165
1.68/0.91	o 164
1.68/0.95	o 160
2.04/1.03	o 70
2.04/1.08	o 58
2520.05/2483.40	s SATISFIABLE
2520.05/2483.40	v <instantiation>
2520.05/2483.40	v 	<list>
2520.05/2483.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.05/2483.40	v 	</list>
2520.05/2483.40	v 	<values>
2520.05/2483.40	v 		0 0 0 0 9 2 9 4 17 14 21 2 14 23 18 12 18 20 22 30 31 35 30 39 36 38 39 45 49 43 49 58 
2520.05/2483.40	v 	</values>
2520.05/2483.40	v </instantiation>

Verifier Data

OK	58

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273178-1502872430/watcher-4273178-1502872430 -o /tmp/evaluation-result-4273178-1502872430/solver-4273178-1502872430 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502869082-11398 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1534037613 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273178-1502872430.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=11694, runsolver pid=11691

[startup+0.110335 s]*
/proc/loadavg: 1.45 1.55 1.50 3/215 11709
/proc/meminfo: memFree=28469868/32770624 swapFree=67108860/67108860
[pid=11694] ppid=11691 vsize=13980164 memory=34472 CPUtime=0.14 cores=0,2,4,6
/proc/11694/stat : 11694 (java) S 11691 11694 6383 0 -1 1077944320 8484 0 0 0 12 2 0 0 20 0 15 0 120323893 14315687936 8618 33554432000 4194304 4196468 140728383472880 140728383455424 139699559616247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
/proc/11694/statm: 3495041 8618 3494 1 0 3482761 0
[pid=11694/tid=11696] ppid=11691 vsize=13980164 memory=-8485517772678532735 CPUtime=0.1 cores=0,2,4,6
/proc/11694/task/11696/stat : 11696 (java) R 11691 11694 6383 0 -1 4202560 6351 0 0 0 9 1 0 0 20 0 15 0 120323893 14315687936 8618 33554432000 4194304 4196468 140728383472880 139699563802624 139699559638173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11697] ppid=11691 vsize=13980164 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11697/stat : 11697 (java) S 11691 11694 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120323894 14315687936 8618 33554432000 4194304 4196468 140728383472880 139699155298704 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11698] ppid=11691 vsize=13980164 memory=139768313108096 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11698/stat : 11698 (java) S 11691 11694 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120323894 14315687936 8618 33554432000 4194304 4196468 140728383472880 139699154245904 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11699] ppid=11691 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11699/stat : 11699 (java) S 11691 11694 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120323894 14315687936 8618 33554432000 4194304 4196468 140728383472880 139699153193616 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11700] ppid=11691 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11700/stat : 11700 (java) S 11691 11694 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120323894 14315687936 8618 33554432000 4194304 4196468 140728383472880 139699152140816 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11701] ppid=11691 vsize=13980164 memory=139768313108096 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11701/stat : 11701 (java) S 11691 11694 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120323895 14315687936 8618 33554432000 4194304 4196468 140728383472880 139699034208880 139699559627394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11702] ppid=11691 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11702/stat : 11702 (java) S 11691 11694 6383 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120323895 14315687936 8618 33554432000 4194304 4196468 140728383472880 139699033154848 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11703] ppid=11691 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11703/stat : 11703 (java) S 11691 11694 6383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120323896 14315687936 8618 33554432000 4194304 4196468 140728383472880 139699032102512 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11704] ppid=11691 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11704/stat : 11704 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14315687936 8618 33554432000 4194304 4196468 140728383472880 139699031050832 139699559634843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11705] ppid=11691 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11705/stat : 11705 (java) R 11691 11694 6383 0 -1 4202560 427 0 0 0 0 0 0 0 20 0 15 0 120323898 14315687936 8618 33554432000 4194304 4196468 140728383472880 139699029997680 139699539447840 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11706] ppid=11691 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11706/stat : 11706 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14315687936 8618 33554432000 4194304 4196468 140728383472880 139699028944880 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11707] ppid=11691 vsize=13980164 memory=139768313108096 CPUtime=0.02 cores=0,2,4,6
/proc/11694/task/11707/stat : 11707 (java) S 11691 11694 6383 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 15 0 120323898 14315687936 8618 33554432000 4194304 4196468 140728383472880 139699027892592 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11708] ppid=11691 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11708/stat : 11708 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14315687936 8618 33554432000 4194304 4196468 140728383472880 139699026840032 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11709] ppid=11691 vsize=13980164 memory=139768313108096 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11709/stat : 11709 (java) S 11691 11694 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120323898 14315687936 8618 33554432000 4194304 4196468 140728383472880 139699025787824 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 34472 KiB

[startup+0.210322 s]*
/proc/loadavg: 1.45 1.55 1.50 5/215 11709
/proc/meminfo: memFree=28461988/32770624 swapFree=67108860/67108860
[pid=11694] ppid=11691 vsize=13980164 memory=42860 CPUtime=0.3 cores=0,2,4,6
/proc/11694/stat : 11694 (java) S 11691 11694 6383 0 -1 1077944320 9381 0 0 0 27 3 0 0 20 0 15 0 120323893 14315687936 10715 33554432000 4194304 4196468 140728383472880 140728383455424 139699559616247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
/proc/11694/statm: 3495041 10715 3611 1 0 3482761 0
[pid=11694/tid=11696] ppid=11691 vsize=13980196 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/11694/task/11696/stat : 11696 (java) R 11691 11694 6383 0 -1 4202560 6929 0 0 0 18 2 0 0 20 0 15 0 120323893 14315720704 10763 33554432000 4194304 4196468 140728383472880 139699563825648 139699552295965 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11697] ppid=11691 vsize=13980196 memory=365 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11697/stat : 11697 (java) S 11691 11694 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120323894 14315720704 10763 33554432000 4194304 4196468 140728383472880 139699155298704 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11698] ppid=11691 vsize=13980164 memory=3544811535910786720 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11698/stat : 11698 (java) S 11691 11694 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120323894 14315687936 10763 33554432000 4194304 4196468 140728383472880 139699154245904 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11699] ppid=11691 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11699/stat : 11699 (java) S 11691 11694 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120323894 14315687936 10763 33554432000 4194304 4196468 140728383472880 139699153193616 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11700] ppid=11691 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11700/stat : 11700 (java) S 11691 11694 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120323894 14315687936 10763 33554432000 4194304 4196468 140728383472880 139699152140816 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11701] ppid=11691 vsize=13980164 memory=139768313108096 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11701/stat : 11701 (java) S 11691 11694 6383 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 120323895 14315687936 10763 33554432000 4194304 4196468 140728383472880 139699034208880 139699559627394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11702] ppid=11691 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11702/stat : 11702 (java) S 11691 11694 6383 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120323895 14315687936 10763 33554432000 4194304 4196468 140728383472880 139699033154848 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11703] ppid=11691 vsize=13980196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11703/stat : 11703 (java) S 11691 11694 6383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120323896 14315720704 10763 33554432000 4194304 4196468 140728383472880 139699032102512 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11704] ppid=11691 vsize=13980196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11704/stat : 11704 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14315720704 10763 33554432000 4194304 4196468 140728383472880 139699031050832 139699559634843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11705] ppid=11691 vsize=13980164 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11694/task/11705/stat : 11705 (java) R 11691 11694 6383 0 -1 4202560 523 0 0 0 1 0 0 0 20 0 15 0 120323898 14315687936 10763 33554432000 4194304 4196468 140728383472880 139699029997680 139699543078616 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11706] ppid=11691 vsize=13980164 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/11694/task/11706/stat : 11706 (java) S 11691 11694 6383 0 -1 1077944384 129 0 0 0 2 0 0 0 20 0 15 0 120323898 14315687936 10763 33554432000 4194304 4196468 140728383472880 139699028944880 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11707] ppid=11691 vsize=13980164 memory=139768313108096 CPUtime=0.05 cores=0,2,4,6
/proc/11694/task/11707/stat : 11707 (java) S 11691 11694 6383 0 -1 1077944384 445 0 0 0 5 0 0 0 20 0 15 0 120323898 14315687936 10763 33554432000 4194304 4196468 140728383472880 139699027892592 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11708] ppid=11691 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11708/stat : 11708 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14315687936 10763 33554432000 4194304 4196468 140728383472880 139699026840032 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11709] ppid=11691 vsize=13980164 memory=139768313108096 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11709/stat : 11709 (java) S 11691 11694 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120323898 14315687936 10763 33554432000 4194304 4196468 140728383472880 139699025787824 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 42860 KiB

[startup+0.310217 s]*
/proc/loadavg: 1.45 1.55 1.50 3/215 11709
/proc/meminfo: memFree=28455116/32770624 swapFree=67108860/67108860
[pid=11694] ppid=11691 vsize=13980184 memory=50644 CPUtime=0.48 cores=0,2,4,6
/proc/11694/stat : 11694 (java) S 11691 11694 6383 0 -1 1077944320 10385 0 0 0 45 3 0 0 20 0 15 0 120323893 14315708416 12661 33554432000 4194304 4196468 140728383472880 140728383455424 139699559616247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
/proc/11694/statm: 3495046 12661 3715 1 0 3482761 0
[pid=11694/tid=11696] ppid=11691 vsize=13980184 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/11694/task/11696/stat : 11696 (java) R 11691 11694 6383 0 -1 4202560 7585 0 0 0 27 2 0 0 20 0 15 0 120323893 14315708416 12661 33554432000 4194304 4196468 140728383472880 139699563831616 139699559628182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11697] ppid=11691 vsize=13980184 memory=304556153373982743 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11697/stat : 11697 (java) S 11691 11694 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120323894 14315708416 12661 33554432000 4194304 4196468 140728383472880 139699155298704 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11698] ppid=11691 vsize=13980184 memory=4123522988516267680 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11698/stat : 11698 (java) S 11691 11694 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120323894 14315708416 12661 33554432000 4194304 4196468 140728383472880 139699154245904 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11699] ppid=11691 vsize=13980184 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11699/stat : 11699 (java) S 11691 11694 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120323894 14315708416 12661 33554432000 4194304 4196468 140728383472880 139699153193616 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11700] ppid=11691 vsize=13980184 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11700/stat : 11700 (java) S 11691 11694 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120323894 14315708416 12661 33554432000 4194304 4196468 140728383472880 139699152140816 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11701] ppid=11691 vsize=13980184 memory=139768313108096 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11701/stat : 11701 (java) S 11691 11694 6383 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 120323895 14315708416 12661 33554432000 4194304 4196468 140728383472880 139699034208880 139699559627394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11702] ppid=11691 vsize=13980184 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11702/stat : 11702 (java) S 11691 11694 6383 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120323895 14315708416 12661 33554432000 4194304 4196468 140728383472880 139699033154848 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11703] ppid=11691 vsize=13980184 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11703/stat : 11703 (java) S 11691 11694 6383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120323896 14315708416 12661 33554432000 4194304 4196468 140728383472880 139699032102512 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11704] ppid=11691 vsize=13980184 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11704/stat : 11704 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14315708416 12661 33554432000 4194304 4196468 140728383472880 139699031050832 139699559634843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11705] ppid=11691 vsize=13980184 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/11694/task/11705/stat : 11705 (java) S 11691 11694 6383 0 -1 1077944384 639 0 0 0 3 0 0 0 20 0 15 0 120323898 14315708416 12661 33554432000 4194304 4196468 140728383472880 139699029997680 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11706] ppid=11691 vsize=13980184 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/11694/task/11706/stat : 11706 (java) S 11691 11694 6383 0 -1 1077944384 308 0 0 0 5 0 0 0 20 0 15 0 120323898 14315708416 12661 33554432000 4194304 4196468 140728383472880 139699028944880 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11707] ppid=11691 vsize=13980184 memory=139768313108096 CPUtime=0.08 cores=0,2,4,6
/proc/11694/task/11707/stat : 11707 (java) R 11691 11694 6383 0 -1 4202560 472 0 0 0 8 0 0 0 20 0 15 0 120323898 14315708416 12661 33554432000 4194304 4196468 140728383472880 139699027892592 139699559628182 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11708] ppid=11691 vsize=13980184 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11708/stat : 11708 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14315708416 12661 33554432000 4194304 4196468 140728383472880 139699026840032 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11709] ppid=11691 vsize=13980184 memory=139768313108096 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11709/stat : 11709 (java) S 11691 11694 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120323898 14315708416 12661 33554432000 4194304 4196468 140728383472880 139699025787824 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 13980184 KiB
Current children cumulated memory: 50644 KiB

[startup+0.700691 s]
/proc/loadavg: 1.45 1.55 1.50 3/215 11709
/proc/meminfo: memFree=28442228/32770624 swapFree=67108860/67108860
[pid=11694] ppid=11691 vsize=13984280 memory=78492 CPUtime=1.19 cores=0,2,4,6
/proc/11694/stat : 11694 (java) S 11691 11694 6383 0 -1 1077944320 12681 0 0 0 114 5 0 0 20 0 15 0 120323893 14319902720 19623 33554432000 4194304 4196468 140728383472880 140728383455424 139699559616247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
/proc/11694/statm: 3496070 19623 3764 1 0 3483785 0
[pid=11694/tid=11696] ppid=11691 vsize=13984280 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/11694/task/11696/stat : 11696 (java) R 11691 11694 6383 0 -1 4202560 9095 0 0 0 64 3 0 0 20 0 15 0 120323893 14319902720 19623 33554432000 4194304 4196468 140728383472880 139699563845440 139699552333210 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11697] ppid=11691 vsize=13984280 memory=792 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11697/stat : 11697 (java) S 11691 11694 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120323894 14319902720 19623 33554432000 4194304 4196468 140728383472880 139699155298704 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11698] ppid=11691 vsize=13984280 memory=9992 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11698/stat : 11698 (java) S 11691 11694 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120323894 14319902720 19623 33554432000 4194304 4196468 140728383472880 139699154245904 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11699] ppid=11691 vsize=13984280 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11699/stat : 11699 (java) S 11691 11694 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120323894 14319902720 19623 33554432000 4194304 4196468 140728383472880 139699153193616 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11700] ppid=11691 vsize=13984280 memory=5716 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11700/stat : 11700 (java) S 11691 11694 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120323894 14319902720 19623 33554432000 4194304 4196468 140728383472880 139699152140816 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11701] ppid=11691 vsize=13984280 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11701/stat : 11701 (java) S 11691 11694 6383 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 120323895 14319902720 19623 33554432000 4194304 4196468 140728383472880 139699034208880 139699559627394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11702] ppid=11691 vsize=13984280 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11702/stat : 11702 (java) S 11691 11694 6383 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120323895 14319902720 19623 33554432000 4194304 4196468 140728383472880 139699033154848 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11703] ppid=11691 vsize=13984280 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11703/stat : 11703 (java) S 11691 11694 6383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120323896 14319902720 19623 33554432000 4194304 4196468 140728383472880 139699032102512 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11704] ppid=11691 vsize=13984280 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11704/stat : 11704 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14319902720 19623 33554432000 4194304 4196468 140728383472880 139699031050832 139699559634843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11705] ppid=11691 vsize=13984280 memory=4639098309541127021 CPUtime=0.11 cores=0,2,4,6
/proc/11694/task/11705/stat : 11705 (java) S 11691 11694 6383 0 -1 1077944384 836 0 0 0 11 0 0 0 20 0 15 0 120323898 14319902720 19623 33554432000 4194304 4196468 140728383472880 139699029997680 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11706] ppid=11691 vsize=13984280 memory=7597685182856913236 CPUtime=0.1 cores=0,2,4,6
/proc/11694/task/11706/stat : 11706 (java) S 11691 11694 6383 0 -1 1077944384 395 0 0 0 10 0 0 0 20 0 15 0 120323898 14319902720 19623 33554432000 4194304 4196468 140728383472880 139699028944880 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11707] ppid=11691 vsize=13984280 memory=7236547281622689387 CPUtime=0.26 cores=0,2,4,6
/proc/11694/task/11707/stat : 11707 (java) S 11691 11694 6383 0 -1 1077944384 976 0 0 0 26 0 0 0 20 0 15 0 120323898 14319902720 19623 33554432000 4194304 4196468 140728383472880 139699027892592 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11708] ppid=11691 vsize=13984280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11708/stat : 11708 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14319902720 19623 33554432000 4194304 4196468 140728383472880 139699026840032 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11709] ppid=11691 vsize=13984280 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11709/stat : 11709 (java) S 11691 11694 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120323898 14319902720 19623 33554432000 4194304 4196468 140728383472880 139699025787824 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 13984280 KiB
Current children cumulated memory: 78492 KiB

[startup+1.50072 s]
/proc/loadavg: 1.45 1.55 1.50 5/215 11709
/proc/meminfo: memFree=28399572/32770624 swapFree=67108860/67108860
[pid=11694] ppid=11691 vsize=13986328 memory=197112 CPUtime=3.6 cores=0,2,4,6
/proc/11694/stat : 11694 (java) S 11691 11694 6383 0 -1 1077944320 23779 0 0 0 351 9 0 0 20 0 15 0 120323893 14321999872 49278 33554432000 4194304 4196468 140728383472880 140728383455424 139699559616247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
/proc/11694/statm: 3496582 49278 3797 1 0 3484297 0
[pid=11694/tid=11696] ppid=11691 vsize=13986328 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/11694/task/11696/stat : 11696 (java) R 11691 11694 6383 0 -1 4202560 12388 0 0 0 142 5 0 0 20 0 15 0 120323893 14321999872 49278 33554432000 4194304 4196468 140728383472880 139699563854368 139699202453447 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11697] ppid=11691 vsize=13986328 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11697/stat : 11697 (java) S 11691 11694 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120323894 14321999872 49278 33554432000 4194304 4196468 140728383472880 139699155298704 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11698] ppid=11691 vsize=13986328 memory=-2843869621055772062 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11698/stat : 11698 (java) S 11691 11694 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120323894 14321999872 49278 33554432000 4194304 4196468 140728383472880 139699154245904 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11699] ppid=11691 vsize=13986328 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11699/stat : 11699 (java) S 11691 11694 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120323894 14321999872 49278 33554432000 4194304 4196468 140728383472880 139699153193616 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11700] ppid=11691 vsize=13986328 memory=7077795359591905642 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11700/stat : 11700 (java) S 11691 11694 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120323894 14321999872 49278 33554432000 4194304 4196468 140728383472880 139699152140816 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11701] ppid=11691 vsize=13986328 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11701/stat : 11701 (java) S 11691 11694 6383 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 120323895 14321999872 49278 33554432000 4194304 4196468 140728383472880 139699034208880 139699559627394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0

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

/proc/11694/task/11696/stat : 11696 (java) R 11691 11694 6383 0 -1 4202560 44066 0 0 0 230128 35 0 0 20 0 15 0 120323893 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699563854384 139699203382829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11697] ppid=11691 vsize=13986328 memory=216904 CPUtime=9.98 cores=0,2,4,6
/proc/11694/task/11697/stat : 11697 (java) S 11691 11694 6383 0 -1 1077944384 3564 0 0 0 948 50 0 0 20 0 15 0 120323894 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699155298704 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11698] ppid=11691 vsize=13986328 memory=216904 CPUtime=10.04 cores=0,2,4,6
/proc/11694/task/11698/stat : 11698 (java) S 11691 11694 6383 0 -1 1077944384 3818 0 0 0 956 48 0 0 20 0 15 0 120323894 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699154245904 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11699] ppid=11691 vsize=13986328 memory=216904 CPUtime=9.93 cores=0,2,4,6
/proc/11694/task/11699/stat : 11699 (java) S 11691 11694 6383 0 -1 1077944384 2511 0 0 0 940 53 0 0 20 0 15 0 120323894 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699153193616 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11700] ppid=11691 vsize=13986328 memory=216904 CPUtime=10.01 cores=0,2,4,6
/proc/11694/task/11700/stat : 11700 (java) S 11691 11694 6383 0 -1 1077944384 2872 0 0 0 950 51 0 0 20 0 15 0 120323894 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699152140816 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11701] ppid=11691 vsize=13986328 memory=1720 CPUtime=9.11 cores=0,2,4,6
/proc/11694/task/11701/stat : 11701 (java) S 11691 11694 6383 0 -1 1077944384 5532 0 0 0 857 54 0 0 20 0 15 0 120323895 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699034208880 139699559627394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11702] ppid=11691 vsize=13986328 memory=216904 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11702/stat : 11702 (java) S 11691 11694 6383 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 120323895 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699033154912 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11703] ppid=11691 vsize=13986328 memory=216904 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11703/stat : 11703 (java) S 11691 11694 6383 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 120323896 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699032102528 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11704] ppid=11691 vsize=13986328 memory=216904 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11704/stat : 11704 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699031050832 139699559634843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11705] ppid=11691 vsize=13986328 memory=232579 CPUtime=1.87 cores=0,2,4,6
/proc/11694/task/11705/stat : 11705 (java) S 11691 11694 6383 0 -1 1077944384 14174 0 0 0 185 2 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699029997680 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11706] ppid=11691 vsize=13986328 memory=216904 CPUtime=2.34 cores=0,2,4,6
/proc/11694/task/11706/stat : 11706 (java) S 11691 11694 6383 0 -1 1077944384 13073 0 0 0 233 1 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699028944880 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11707] ppid=11691 vsize=13986328 memory=1796 CPUtime=0.73 cores=0,2,4,6
/proc/11694/task/11707/stat : 11707 (java) S 11691 11694 6383 0 -1 1077944384 9138 0 0 0 71 2 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699027892592 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11708] ppid=11691 vsize=13986328 memory=216904 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11708/stat : 11708 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699026840032 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11709] ppid=11691 vsize=13986328 memory=216904 CPUtime=1.04 cores=0,2,4,6
/proc/11694/task/11709/stat : 11709 (java) S 11691 11694 6383 0 -1 1077944384 828 0 0 0 46 58 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699025787824 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
Current children cumulated CPU time: 2356.78 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 216904 KiB

[startup+2382.3 s]
/proc/loadavg: 1.41 1.38 1.34 4/215 11781
/proc/meminfo: memFree=28251416/32770624 swapFree=67108860/67108860
[pid=11694] ppid=11691 vsize=13986328 memory=216904 CPUtime=2417.6 cores=0,2,4,6
/proc/11694/stat : 11694 (java) S 11691 11694 6383 0 -1 1077944320 102256 0 0 0 241455 305 0 0 20 0 15 0 120323893 14321999872 54226 33554432000 4194304 4196468 140728383472880 140728383455424 139699559616247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
/proc/11694/statm: 3496582 54226 3838 1 0 3484297 0
[pid=11694/tid=11696] ppid=11691 vsize=13986328 memory=216904 CPUtime=2361.08 cores=0,2,4,6
/proc/11694/task/11696/stat : 11696 (java) R 11691 11694 6383 0 -1 4202560 44938 0 0 0 236073 35 0 0 20 0 15 0 120323893 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699563854608 139699203382829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11697] ppid=11691 vsize=13986328 memory=216904 CPUtime=10.25 cores=0,2,4,6
/proc/11694/task/11697/stat : 11697 (java) S 11691 11694 6383 0 -1 1077944384 3600 0 0 0 974 51 0 0 20 0 15 0 120323894 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699155298704 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11698] ppid=11691 vsize=13986328 memory=216904 CPUtime=10.31 cores=0,2,4,6
/proc/11694/task/11698/stat : 11698 (java) S 11691 11694 6383 0 -1 1077944384 3843 0 0 0 982 49 0 0 20 0 15 0 120323894 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699154245904 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11699] ppid=11691 vsize=13986328 memory=139768168047240 CPUtime=10.21 cores=0,2,4,6
/proc/11694/task/11699/stat : 11699 (java) S 11691 11694 6383 0 -1 1077944384 2567 0 0 0 966 55 0 0 20 0 15 0 120323894 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699153193616 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11700] ppid=11691 vsize=13986328 memory=216904 CPUtime=10.28 cores=0,2,4,6
/proc/11694/task/11700/stat : 11700 (java) S 11691 11694 6383 0 -1 1077944384 2937 0 0 0 976 52 0 0 20 0 15 0 120323894 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699152140816 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11701] ppid=11691 vsize=13986328 memory=106 CPUtime=9.35 cores=0,2,4,6
/proc/11694/task/11701/stat : 11701 (java) S 11691 11694 6383 0 -1 1077944384 5711 0 0 0 880 55 0 0 20 0 15 0 120323895 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699034208880 139699559627394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11702] ppid=11691 vsize=13986328 memory=216904 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11702/stat : 11702 (java) S 11691 11694 6383 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 120323895 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699033154912 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11703] ppid=11691 vsize=13986328 memory=216904 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11703/stat : 11703 (java) S 11691 11694 6383 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 120323896 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699032102528 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11704] ppid=11691 vsize=13986328 memory=216904 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11704/stat : 11704 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699031050832 139699559634843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11705] ppid=11691 vsize=13986328 memory=216904 CPUtime=1.87 cores=0,2,4,6
/proc/11694/task/11705/stat : 11705 (java) S 11691 11694 6383 0 -1 1077944384 14176 0 0 0 185 2 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699029997680 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11706] ppid=11691 vsize=13986328 memory=6724 CPUtime=2.34 cores=0,2,4,6
/proc/11694/task/11706/stat : 11706 (java) S 11691 11694 6383 0 -1 1077944384 13075 0 0 0 233 1 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699028944880 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11707] ppid=11691 vsize=13986328 memory=216904 CPUtime=0.73 cores=0,2,4,6
/proc/11694/task/11707/stat : 11707 (java) S 11691 11694 6383 0 -1 1077944384 9140 0 0 0 71 2 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699027892592 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11708] ppid=11691 vsize=13986328 memory=216904 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11708/stat : 11708 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699026840032 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11709] ppid=11691 vsize=13986328 memory=4144 CPUtime=1.07 cores=0,2,4,6
/proc/11694/task/11709/stat : 11709 (java) S 11691 11694 6383 0 -1 1077944384 846 0 0 0 48 59 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699025787824 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
Current children cumulated CPU time: 2417.6 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 216904 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.36 1.33 4/216 11790
/proc/meminfo: memFree=28250360/32770624 swapFree=67108860/67108860
[pid=11694] ppid=11691 vsize=13986328 memory=216904 CPUtime=2478.4 cores=0,2,4,6
/proc/11694/stat : 11694 (java) S 11691 11694 6383 0 -1 1077944320 102675 0 0 0 247527 313 0 0 20 0 15 0 120323893 14321999872 54226 33554432000 4194304 4196468 140728383472880 140728383455424 139699559616247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
/proc/11694/statm: 3496582 54226 3838 1 0 3484297 0
[pid=11694/tid=11696] ppid=11691 vsize=13986328 memory=216904 CPUtime=2420.52 cores=0,2,4,6
/proc/11694/task/11696/stat : 11696 (java) R 11691 11694 6383 0 -1 4202560 45325 0 0 0 242016 36 0 0 20 0 15 0 120323893 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699563854768 139699203915743 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11697] ppid=11691 vsize=13986328 memory=216904 CPUtime=10.52 cores=0,2,4,6
/proc/11694/task/11697/stat : 11697 (java) S 11691 11694 6383 0 -1 1077944384 3602 0 0 0 1000 52 0 0 20 0 15 0 120323894 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699155298704 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11698] ppid=11691 vsize=13986328 memory=216904 CPUtime=10.58 cores=0,2,4,6
/proc/11694/task/11698/stat : 11698 (java) S 11691 11694 6383 0 -1 1077944384 3845 0 0 0 1007 51 0 0 20 0 15 0 120323894 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699154245904 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11699] ppid=11691 vsize=13986328 memory=216904 CPUtime=10.48 cores=0,2,4,6
/proc/11694/task/11699/stat : 11699 (java) S 11691 11694 6383 0 -1 1077944384 2571 0 0 0 992 56 0 0 20 0 15 0 120323894 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699153193616 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11700] ppid=11691 vsize=13986328 memory=216904 CPUtime=10.55 cores=0,2,4,6
/proc/11694/task/11700/stat : 11700 (java) S 11691 11694 6383 0 -1 1077944384 2945 0 0 0 1002 53 0 0 20 0 15 0 120323894 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699152140816 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11701] ppid=11691 vsize=13986328 memory=216904 CPUtime=9.59 cores=0,2,4,6
/proc/11694/task/11701/stat : 11701 (java) S 11691 11694 6383 0 -1 1077944384 5723 0 0 0 903 56 0 0 20 0 15 0 120323895 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699034208880 139699559627394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11702] ppid=11691 vsize=13986328 memory=216904 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11702/stat : 11702 (java) S 11691 11694 6383 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 120323895 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699033154912 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11703] ppid=11691 vsize=13986328 memory=216904 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11703/stat : 11703 (java) S 11691 11694 6383 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 120323896 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699032102528 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11704] ppid=11691 vsize=13986328 memory=216904 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11704/stat : 11704 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699031050832 139699559634843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11705] ppid=11691 vsize=13986328 memory=216904 CPUtime=1.87 cores=0,2,4,6
/proc/11694/task/11705/stat : 11705 (java) S 11691 11694 6383 0 -1 1077944384 14176 0 0 0 185 2 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699029997680 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11706] ppid=11691 vsize=13986328 memory=216904 CPUtime=2.34 cores=0,2,4,6
/proc/11694/task/11706/stat : 11706 (java) S 11691 11694 6383 0 -1 1077944384 13075 0 0 0 233 1 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699028944880 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11707] ppid=11691 vsize=13986328 memory=216904 CPUtime=0.73 cores=0,2,4,6
/proc/11694/task/11707/stat : 11707 (java) S 11691 11694 6383 0 -1 1077944384 9140 0 0 0 71 2 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699027892592 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11708] ppid=11691 vsize=13986328 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11708/stat : 11708 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699026840032 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11709] ppid=11691 vsize=13986328 memory=1944 CPUtime=1.09 cores=0,2,4,6
/proc/11694/task/11709/stat : 11709 (java) S 11691 11694 6383 0 -1 1077944384 850 0 0 0 49 60 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699025787824 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
Current children cumulated CPU time: 2478.4 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 216904 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.4 s]
/proc/loadavg: 0.94 1.26 1.30 2/195 11838
/proc/meminfo: memFree=28453932/32770624 swapFree=67108860/67108860
[pid=11694] ppid=11691 vsize=13986328 memory=216904 CPUtime=2520.05 cores=0,2,4,6
/proc/11694/stat : 11694 (java) S 11691 11694 6383 0 -1 1077944320 102961 0 0 0 251688 317 0 0 20 0 15 0 120323893 14321999872 54226 33554432000 4194304 4196468 140728383472880 140728383455424 139699559616247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
/proc/11694/statm: 3496582 54226 3838 1 0 3484297 0
[pid=11694/tid=11696] ppid=11691 vsize=13986328 memory=5716 CPUtime=2461.25 cores=0,2,4,6
/proc/11694/task/11696/stat : 11696 (java) R 11691 11694 6383 0 -1 4202560 45605 0 0 0 246089 36 0 0 20 0 15 0 120323893 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699563854640 140728383539046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11697] ppid=11691 vsize=13986328 memory=1720 CPUtime=10.71 cores=0,2,4,6
/proc/11694/task/11697/stat : 11697 (java) S 11691 11694 6383 0 -1 1077944384 3602 0 0 0 1018 53 0 0 20 0 15 0 120323894 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699155298704 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11698] ppid=11691 vsize=13986328 memory=216904 CPUtime=10.77 cores=0,2,4,6
/proc/11694/task/11698/stat : 11698 (java) S 11691 11694 6383 0 -1 1077944384 3845 0 0 0 1025 52 0 0 20 0 15 0 120323894 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699154245904 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11699] ppid=11691 vsize=13986328 memory=216904 CPUtime=10.67 cores=0,2,4,6
/proc/11694/task/11699/stat : 11699 (java) S 11691 11694 6383 0 -1 1077944384 2571 0 0 0 1010 57 0 0 20 0 15 0 120323894 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699153193616 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11700] ppid=11691 vsize=13986328 memory=216904 CPUtime=10.75 cores=0,2,4,6
/proc/11694/task/11700/stat : 11700 (java) S 11691 11694 6383 0 -1 1077944384 2945 0 0 0 1021 54 0 0 20 0 15 0 120323894 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699152140816 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11701] ppid=11691 vsize=13986328 memory=960 CPUtime=9.75 cores=0,2,4,6
/proc/11694/task/11701/stat : 11701 (java) S 11691 11694 6383 0 -1 1077944384 5727 0 0 0 919 56 0 0 20 0 15 0 120323895 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699034208880 139699559627394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11702] ppid=11691 vsize=13986328 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11702/stat : 11702 (java) S 11691 11694 6383 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 120323895 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699033154912 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11703] ppid=11691 vsize=13986328 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11703/stat : 11703 (java) S 11691 11694 6383 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 120323896 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699032102528 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11704] ppid=11691 vsize=13986328 memory=932 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11704/stat : 11704 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699031050832 139699559634843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11705] ppid=11691 vsize=13986328 memory=6791534058613427641 CPUtime=1.87 cores=0,2,4,6
/proc/11694/task/11705/stat : 11705 (java) S 11691 11694 6383 0 -1 1077944384 14176 0 0 0 185 2 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699029997680 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11706] ppid=11691 vsize=13986328 memory=15872 CPUtime=2.34 cores=0,2,4,6
/proc/11694/task/11706/stat : 11706 (java) S 11691 11694 6383 0 -1 1077944384 13075 0 0 0 233 1 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699028944880 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11707] ppid=11691 vsize=13986328 memory=4052 CPUtime=0.73 cores=0,2,4,6
/proc/11694/task/11707/stat : 11707 (java) S 11691 11694 6383 0 -1 1077944384 9140 0 0 0 71 2 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699027892592 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11708] ppid=11691 vsize=13986328 memory=19880 CPUtime=0 cores=0,2,4,6
/proc/11694/task/11708/stat : 11708 (java) S 11691 11694 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699026840032 139699559626453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
[pid=11694/tid=11709] ppid=11691 vsize=13986328 memory=6791534058613427641 CPUtime=1.12 cores=0,2,4,6
/proc/11694/task/11709/stat : 11709 (java) S 11691 11694 6383 0 -1 1077944384 852 0 0 0 50 62 0 0 20 0 15 0 120323898 14321999872 54226 33554432000 4194304 4196468 140728383472880 139699025787824 139699559627394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33923072 140728383480938 140728383481119 140728383481119 140728383483855 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 216904 KiB

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

[startup+2483.41 s]
# the end of solver process 11694 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.9 s, system=3.17413 s

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

Child status: 143
Real time (s): 2483.41
CPU time (s): 2520.07
CPU user time (s): 2516.9
CPU system time (s): 3.17413
CPU usage (%): 101.476
Max. virtual memory (cumulated for all children) (KiB): 13986328
Max. memory (cumulated for all children) (KiB): 218936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.9
system time used= 3.17413
maximum resident set size= 219440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103320
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 297449
involuntary context switches= 4731


# summary of solver processes directly reported to runsolver:
#   pid: 11694
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.9
#   total CPU system time (s): 3.17413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7408 second user time and 23.604 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-16 10:19:31
IDJOB=4273178
IDBENCH=129951
IDSOLVER=2665
FILE ID=node151/4273178-1502872430
RUNJOBID= node151-1502869082-11398
PBS_JOBID= 20629850
Free space on /tmp= 61796 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-43-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-4273178-1502872430/watcher-4273178-1502872430 -o /tmp/evaluation-result-4273178-1502872430/solver-4273178-1502872430 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502869082-11398 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1534037613 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273178-1502872430.xml

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

MD5SUM BENCH= 6b7e39024ba724ae4fd321220dd3609d
RANDOM SEED=1534037613

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        28490660 kB
MemAvailable:   31866052 kB
Buffers:          311828 kB
Cached:          3352524 kB
SwapCached:            0 kB
Active:          1248080 kB
Inactive:        2594096 kB
Active(anon):     180620 kB
Inactive(anon):    25048 kB
Active(file):    1067460 kB
Inactive(file):  2569048 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42076 kB
Writeback:             0 kB
AnonPages:        184588 kB
Mapped:            61540 kB
Shmem:             25224 kB
Slab:             136580 kB
SReclaimable:     109440 kB
SUnreclaim:        27140 kB
KernelStack:        3488 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1193876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61796 MiB
End job on node151 at 2017-08-16 11:00:55