Trace number 4392135

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
Concrete 3.10OPT103 1982.84 1946.3

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-41-06.xml
MD5SUM9c0419560fe3c6efa350d2101b8d9fdb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark115.382
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size155
Distribution of domain sizes[{"size":1,"count":1},{"size":155,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":1},{"degree":6,"count":3},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":4},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":68},{"arity":21,"count":2},{"arity":23,"count":1},{"arity":26,"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.73/0.54	c Concrete v3.10.1560635388952 running
7.60/3.45	o 124
7.60/3.46	o 123
7.60/3.48	o 122
7.93/3.54	o 121
7.93/3.55	o 119
7.93/3.56	o 118
7.93/3.58	o 117
8.24/3.69	o 115
8.86/3.87	o 114
9.19/3.91	o 113
9.54/4.02	o 112
9.54/4.02	o 110
10.69/4.68	o 109
10.69/4.69	o 108
10.69/4.69	o 107
10.86/4.70	o 106
16.24/8.36	o 105
16.24/8.37	o 104
21.21/11.75	o 103
1982.72/1946.28	v <instantiation
1982.72/1946.28	v         cost = '103'>
1982.72/1946.28	v       <list>
1982.72/1946.28	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]
1982.72/1946.28	v       </list>
1982.72/1946.28	v       <values>
1982.72/1946.28	v         0 0 16 9 9 17 36 17 22 36 51 45 51 56 28 63 63 21 32 72 73 64 73 90 83 88 55 80 98 96 92 103
1982.72/1946.28	v       </values>
1982.72/1946.28	v     </instantiation>
1982.72/1946.28	s OPTIMUM FOUND

Verifier Data

OK	103

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392135-1568317638/watcher-4392135-1568317638 -o /tmp/evaluation-result-4392135-1568317638/solver-4392135-1568317638 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20990 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=142846464 HOME/instance-4392135-1568317638.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=25945, runsolver pid=25942

[startup+0.10006 s]*
/proc/loadavg: 1.46 1.50 1.68 3/222 26002
/proc/meminfo: memFree=30894124/32770624 swapFree=67003356/67108860
[pid=25945] ppid=25942 vsize=9972712 memory=17076 CPUtime=0.08 cores=0,2,4,6
/proc/25945/stat : 25945 (java) S 25942 25945 20959 0 -1 1077944320 4504 12998 0 0 1 0 5 2 20 0 6 0 408003458 10212057088 4269 33554432000 4194304 4196468 140737033391696 140737033374240 140196558491383 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
/proc/25945/statm: 2493178 4269 1935 1 0 2481616 0
[pid=25945/tid=25998] ppid=25942 vsize=9972712 memory=4279135704013962638 CPUtime=0.08 cores=0,2,4,6
/proc/25945/task/25998/stat : 25998 (java) R 25942 25945 20959 0 -1 4202560 2303 12998 0 0 1 0 5 2 20 0 6 0 408003467 10212057088 4269 33554432000 4194304 4196468 140737033391696 140196530328144 140196542571870 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=25999] ppid=25942 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/25999/stat : 25999 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 6 0 408003467 10212057088 4269 33554432000 4194304 4196468 140737033391696 140196562734096 140196558501589 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26000] ppid=25942 vsize=9972712 memory=140314339350144 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26000/stat : 26000 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 6 0 408003467 10212057088 4269 33554432000 4194304 4196468 140737033391696 140196461624464 140196558501589 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26001] ppid=25942 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26001/stat : 26001 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 6 0 408003467 10212057088 4269 33554432000 4194304 4196468 140737033391696 140196460571408 140196558501589 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26002] ppid=25942 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26002/stat : 26002 (java) S 25942 25945 20959 0 -1 1077944384 2 12998 0 0 0 0 5 2 20 0 6 0 408003467 10212057088 4269 33554432000 4194304 4196468 140737033391696 140196459518864 140196558501589 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210345 s]*
/proc/loadavg: 1.46 1.50 1.68 3/231 26011
/proc/meminfo: memFree=30873532/32770624 swapFree=67003356/67108860
[pid=25945] ppid=25942 vsize=10818940 memory=38704 CPUtime=0.25 cores=0,2,4,6
/proc/25945/stat : 25945 (java) S 25942 25945 20959 0 -1 1077944320 7042 12998 0 0 16 2 5 2 20 0 15 0 408003458 11078594560 9676 33554432000 4194304 4196468 140737033391696 140737033374240 140196558491383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
/proc/25945/statm: 2704735 9676 2966 1 0 2667149 0
[pid=25945/tid=25998] ppid=25942 vsize=10818940 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/25945/task/25998/stat : 25998 (java) R 25942 25945 20959 0 -1 4202560 3568 12998 0 0 10 1 5 2 20 0 15 0 408003467 11078594560 9676 33554432000 4194304 4196468 140737033391696 140196530315536 140196542571870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=25999] ppid=25942 vsize=10818940 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/25999/stat : 25999 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003467 11078594560 9676 33554432000 4194304 4196468 140737033391696 140196562734096 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26000] ppid=25942 vsize=10818940 memory=140314339350144 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26000/stat : 26000 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003467 11078594560 9676 33554432000 4194304 4196468 140737033391696 140196461624464 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26001] ppid=25942 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26001/stat : 26001 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003467 11078594560 9676 33554432000 4194304 4196468 140737033391696 140196460571408 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26002] ppid=25942 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26002/stat : 26002 (java) S 25942 25945 20959 0 -1 1077944384 2 12998 0 0 0 0 5 2 20 0 15 0 408003467 11078594560 9676 33554432000 4194304 4196468 140737033391696 140196459518864 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26003] ppid=25942 vsize=10818940 memory=140314339350144 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26003/stat : 26003 (java) S 25942 25945 20959 0 -1 1077944384 2 12998 0 0 0 0 5 2 20 0 15 0 408003469 11078594560 9676 33554432000 4194304 4196468 140737033391696 140196018006256 140196558502530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26004] ppid=25942 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26004/stat : 26004 (java) S 25942 25945 20959 0 -1 1077944384 13 12998 0 0 0 0 5 2 20 0 15 0 408003469 11078594560 9676 33554432000 4194304 4196468 140737033391696 140195919815840 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26005] ppid=25942 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26005/stat : 26005 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003470 11078594560 9676 33554432000 4194304 4196468 140737033391696 140195315835632 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26006] ppid=25942 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26006/stat : 26006 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003472 11078594560 9676 33554432000 4194304 4196468 140737033391696 140195075545040 140196558509979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26007] ppid=25942 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25945/task/26007/stat : 26007 (java) R 25942 25945 20959 0 -1 1077944384 560 12998 0 0 1 0 5 2 20 0 15 0 408003472 11078594560 9676 33554432000 4194304 4196468 140737033391696 140196016954096 140196558502530 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26008] ppid=25942 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26008/stat : 26008 (java) S 25942 25945 20959 0 -1 1077944384 58 12998 0 0 0 0 5 2 20 0 15 0 408003472 11078594560 9676 33554432000 4194304 4196468 140737033391696 140196015901552 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26009] ppid=25942 vsize=10818940 memory=140314339350144 CPUtime=0.1 cores=0,2,4,6
/proc/25945/task/26009/stat : 26009 (java) R 25942 25945 20959 0 -1 4202560 621 12998 0 0 3 0 5 2 20 0 15 0 408003472 11078594560 9676 33554432000 4194304 4196468 140737033391696 140196014848496 140196558512730 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26010] ppid=25942 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26010/stat : 26010 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003473 11078594560 9676 33554432000 4194304 4196468 140737033391696 140195041987424 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26011] ppid=25942 vsize=10818940 memory=140314339350144 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26011/stat : 26011 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003473 11078594560 9676 33554432000 4194304 4196468 140737033391696 140196013795888 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38704 KiB

[startup+0.310631 s]*
/proc/loadavg: 1.46 1.50 1.68 4/231 26011
/proc/meminfo: memFree=30863420/32770624 swapFree=67003356/67108860
[pid=25945] ppid=25942 vsize=10820096 memory=50068 CPUtime=0.39 cores=0,2,4,6
/proc/25945/stat : 25945 (java) S 25942 25945 20959 0 -1 1077944320 10788 12998 0 0 28 4 5 2 20 0 15 0 408003458 11079778304 12517 33554432000 4194304 4196468 140737033391696 140737033374240 140196558491383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
/proc/25945/statm: 2705024 12517 3220 1 0 2667149 0
[pid=25945/tid=25998] ppid=25942 vsize=10820096 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/25945/task/25998/stat : 25998 (java) R 25942 25945 20959 0 -1 4202560 7300 12998 0 0 19 2 5 2 20 0 15 0 408003467 11079778304 12517 33554432000 4194304 4196468 140737033391696 140196530311600 140196138077763 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=25999] ppid=25942 vsize=10820096 memory=7228928657774891088 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/25999/stat : 25999 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003467 11079778304 12517 33554432000 4194304 4196468 140737033391696 140196562734096 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26000] ppid=25942 vsize=10820096 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26000/stat : 26000 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003467 11079778304 12517 33554432000 4194304 4196468 140737033391696 140196461624464 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26001] ppid=25942 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26001/stat : 26001 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003467 11079778304 12517 33554432000 4194304 4196468 140737033391696 140196460571408 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26002] ppid=25942 vsize=10820096 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26002/stat : 26002 (java) S 25942 25945 20959 0 -1 1077944384 2 12998 0 0 0 0 5 2 20 0 15 0 408003467 11079778304 12517 33554432000 4194304 4196468 140737033391696 140196459518864 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26003] ppid=25942 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26003/stat : 26003 (java) S 25942 25945 20959 0 -1 1077944384 2 12998 0 0 0 0 5 2 20 0 15 0 408003469 11079778304 12517 33554432000 4194304 4196468 140737033391696 140196018006256 140196558502530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26004] ppid=25942 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26004/stat : 26004 (java) S 25942 25945 20959 0 -1 1077944384 13 12998 0 0 0 0 5 2 20 0 15 0 408003469 11079778304 12517 33554432000 4194304 4196468 140737033391696 140195919815840 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26005] ppid=25942 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26005/stat : 26005 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003470 11079778304 12517 33554432000 4194304 4196468 140737033391696 140195315835632 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26006] ppid=25942 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26006/stat : 26006 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003472 11079778304 12517 33554432000 4194304 4196468 140737033391696 140195075545040 140196558509979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26007] ppid=25942 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25945/task/26007/stat : 26007 (java) S 25942 25945 20959 0 -1 1077944384 562 12998 0 0 2 0 5 2 20 0 15 0 408003472 11079778304 12517 33554432000 4194304 4196468 140737033391696 140196016954096 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26008] ppid=25942 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25945/task/26008/stat : 26008 (java) S 25942 25945 20959 0 -1 1077944384 58 12998 0 0 1 0 5 2 20 0 15 0 408003472 11079778304 12517 33554432000 4194304 4196468 140737033391696 140196015901552 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26009] ppid=25942 vsize=10820096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25945/task/26009/stat : 26009 (java) S 25942 25945 20959 0 -1 1077944384 631 12998 0 0 5 0 5 2 20 0 15 0 408003472 11079778304 12517 33554432000 4194304 4196468 140737033391696 140196014848496 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26010] ppid=25942 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26010/stat : 26010 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003473 11079778304 12517 33554432000 4194304 4196468 140737033391696 140195041987424 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26011] ppid=25942 vsize=10820096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26011/stat : 26011 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003473 11079778304 12517 33554432000 4194304 4196468 140737033391696 140196013795888 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50068 KiB

[startup+0.700736 s]
/proc/loadavg: 1.46 1.50 1.68 5/231 26011
/proc/meminfo: memFree=30847848/32770624 swapFree=67003356/67108860
[pid=25945] ppid=25942 vsize=10824340 memory=80620 CPUtime=1.14 cores=0,2,4,6
/proc/25945/stat : 25945 (java) S 25942 25945 20959 0 -1 1077944320 14875 12998 0 0 101 6 5 2 20 0 15 0 408003458 11084124160 20155 33554432000 4194304 4196468 140737033391696 140737033374240 140196558491383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
/proc/25945/statm: 2706085 20155 3504 1 0 2668173 0
[pid=25945/tid=25998] ppid=25942 vsize=10824340 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/25945/task/25998/stat : 25998 (java) R 25942 25945 20959 0 -1 4202560 10550 12998 0 0 55 4 5 2 20 0 15 0 408003467 11084124160 20155 33554432000 4194304 4196468 140737033391696 140196530318576 140196138003686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=25999] ppid=25942 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/25999/stat : 25999 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003467 11084124160 20155 33554432000 4194304 4196468 140737033391696 140196562734096 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26000] ppid=25942 vsize=10824340 memory=3280 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26000/stat : 26000 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003467 11084124160 20155 33554432000 4194304 4196468 140737033391696 140196461624464 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26001] ppid=25942 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26001/stat : 26001 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003467 11084124160 20155 33554432000 4194304 4196468 140737033391696 140196460571408 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26002] ppid=25942 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26002/stat : 26002 (java) S 25942 25945 20959 0 -1 1077944384 2 12998 0 0 0 0 5 2 20 0 15 0 408003467 11084124160 20155 33554432000 4194304 4196468 140737033391696 140196459518864 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26003] ppid=25942 vsize=10824340 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26003/stat : 26003 (java) S 25942 25945 20959 0 -1 1077944384 5 12998 0 0 0 0 5 2 20 0 15 0 408003469 11084124160 20155 33554432000 4194304 4196468 140737033391696 140196018006256 140196558502530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26004] ppid=25942 vsize=10824340 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26004/stat : 26004 (java) S 25942 25945 20959 0 -1 1077944384 13 12998 0 0 0 0 5 2 20 0 15 0 408003469 11084124160 20155 33554432000 4194304 4196468 140737033391696 140195919815840 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26005] ppid=25942 vsize=10824340 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26005/stat : 26005 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003470 11084124160 20155 33554432000 4194304 4196468 140737033391696 140195315835632 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26006] ppid=25942 vsize=10824340 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26006/stat : 26006 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003472 11084124160 20155 33554432000 4194304 4196468 140737033391696 140195075545040 140196558509979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26007] ppid=25942 vsize=10824340 memory=13252 CPUtime=0.2 cores=0,2,4,6
/proc/25945/task/26007/stat : 26007 (java) S 25942 25945 20959 0 -1 1077944384 871 12998 0 0 13 0 5 2 20 0 15 0 408003472 11084124160 20155 33554432000 4194304 4196468 140737033391696 140196016954096 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26008] ppid=25942 vsize=10824340 memory=15460 CPUtime=0.21 cores=0,2,4,6
/proc/25945/task/26008/stat : 26008 (java) S 25942 25945 20959 0 -1 1077944384 368 12998 0 0 14 0 5 2 20 0 15 0 408003472 11084124160 20155 33554432000 4194304 4196468 140737033391696 140196015901552 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26009] ppid=25942 vsize=10824340 memory=17668 CPUtime=0.24 cores=0,2,4,6
/proc/25945/task/26009/stat : 26009 (java) R 25942 25945 20959 0 -1 4202560 847 12998 0 0 17 0 5 2 20 0 15 0 408003472 11084124160 20155 33554432000 4194304 4196468 140737033391696 140196014848496 140196538206156 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26010] ppid=25942 vsize=10824340 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26010/stat : 26010 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003473 11084124160 20155 33554432000 4194304 4196468 140737033391696 140195041987424 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26011] ppid=25942 vsize=10824340 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26011/stat : 26011 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003473 11084124160 20155 33554432000 4194304 4196468 140737033391696 140196013795888 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80620 KiB

[startup+1.50065 s]
/proc/loadavg: 1.46 1.50 1.68 4/231 26011
/proc/meminfo: memFree=30805788/32770624 swapFree=67003356/67108860
[pid=25945] ppid=25942 vsize=10834656 memory=166424 CPUtime=2.45 cores=0,2,4,6
/proc/25945/stat : 25945 (java) S 25942 25945 20959 0 -1 1077944320 21317 12998 0 0 227 11 5 2 20 0 15 0 408003458 11094687744 41606 33554432000 4194304 4196468 140737033391696 140737033374240 140196558491383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
/proc/25945/statm: 2708664 41606 3571 1 0 2670733 0
[pid=25945/tid=25998] ppid=25942 vsize=10834656 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/25945/task/25998/stat : 25998 (java) R 25942 25945 20959 0 -1 4202560 15308 12998 0 0 129 7 5 2 20 0 15 0 408003467 11094687744 41606 33554432000 4194304 4196468 140737033391696 140196530304688 140196142173401 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=25999] ppid=25942 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25945/task/25999/stat : 25999 (java) S 25942 25945 20959 0 -1 1077944384 65 12998 0 0 1 0 5 2 20 0 15 0 408003467 11094687744 41606 33554432000 4194304 4196468 140737033391696 140196562734096 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26000] ppid=25942 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25945/task/26000/stat : 26000 (java) S 25942 25945 20959 0 -1 1077944384 70 12998 0 0 1 0 5 2 20 0 15 0 408003467 11094687744 41606 33554432000 4194304 4196468 140737033391696 140196461624464 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26001] ppid=25942 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26001/stat : 26001 (java) S 25942 25945 20959 0 -1 1077944384 15 12998 0 0 0 0 5 2 20 0 15 0 408003467 11094687744 41606 33554432000 4194304 4196468 140737033391696 140196460571408 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26002] ppid=25942 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25945/task/26002/stat : 26002 (java) S 25942 25945 20959 0 -1 1077944384 417 12998 0 0 1 0 5 2 20 0 15 0 408003467 11094687744 41606 33554432000 4194304 4196468 140737033391696 140196459518864 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26003] ppid=25942 vsize=10834656 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/25945/task/26003/stat : 26003 (java) S 25942 25945 20959 0 -1 1077944384 116 12998 0 0 1 0 5 2 20 0 15 0 408003469 11094687744 41606 33554432000 4194304 4196468 140737033391696 140196018006256 140196558502530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26004] ppid=25942 vsize=10834656 memory=280628465576192 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26004/stat : 26004 (java) S 25942 25945 20959 0 -1 1077944384 14 12998 0 0 0 0 5 2 20 0 15 0 408003469 11094687744 41606 33554432000 4194304 4196468 140737033391696 140195919815904 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26005] ppid=25942 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26005/stat : 26005 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003470 11094687744 41606 33554432000 4194304 4196468 140737033391696 140195315835648 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26006] ppid=25942 vsize=10834656 memory=8252 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26006/stat : 26006 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003472 11094687744 41606 33554432000 4194304 4196468 140737033391696 140195075545040 140196558509979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26007] ppid=25942 vsize=10834656 memory=5912 CPUtime=0.32 cores=0,2,4,6
/proc/25945/task/26007/stat : 26007 (java) R 25942 25945 20959 0 -1 1077944384 1013 12998 0 0 25 0 5 2 20 0 15 0 408003472 11094687744 41606 33554432000 4194304 4196468 140737033391696 140196016954096 140196558502530 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26008] ppid=25942 vsize=10834656 memory=1056 CPUtime=0.3 cores=0,2,4,6
/proc/25945/task/26008/stat : 26008 (java) R 25942 25945 20959 0 -1 4202560 508 12998 0 0 23 0 5 2 20 0 15 0 408003472 11094687744 41606 33554432000 4194304 4196468 140737033391696 140196015901552 140196551476425 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26009] ppid=25942 vsize=10834656 memory=1540 CPUtime=0.48 cores=0,2,4,6
/proc/25945/task/26009/stat : 26009 (java) R 25942 25945 20959 0 -1 4202560 1596 12998 0 0 41 0 5 2 20 0 15 0 408003472 11094687744 41606 33554432000 4194304 4196468 140737033391696 140196014848496 140196537432851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26010] ppid=25942 vsize=10834656 memory=728 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26010/stat : 26010 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003473 11094687744 41606 33554432000 4194304 4196468 140737033391696 140195041987424 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26011] ppid=25942 vsize=10834656 memory=3436 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26011/stat : 26011 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003473 11094687744 41606 33554432000 4194304 4196468 140737033391696 140196013795888 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834656 KiB

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

[pid=25945/tid=26010] ppid=25942 vsize=10846964 memory=5912 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26010/stat : 26010 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003473 11107291136 173996 33554432000 4194304 4196468 140737033391696 140195041987424 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26011] ppid=25942 vsize=10846964 memory=1056 CPUtime=1.19 cores=0,2,4,6
/proc/25945/task/26011/stat : 26011 (java) S 25942 25945 20959 0 -1 1077944384 796 12998 0 0 55 57 5 2 20 0 15 0 408003473 11107291136 173996 33554432000 4194304 4196468 140737033391696 140196013795888 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
Current children cumulated CPU time: 1978.86 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 695984 KiB

[startup+1944 s]*
/proc/loadavg: 1.15 1.35 1.41 3/232 26497
/proc/meminfo: memFree=30331260/32770624 swapFree=67003364/67108860
[pid=25945] ppid=25942 vsize=10846964 memory=698032 CPUtime=1980.5 cores=0,2,4,6
/proc/25945/stat : 25945 (java) S 25942 25945 20959 0 -1 1077944320 193553 12998 0 0 197760 283 5 2 20 0 15 0 408003458 11107291136 174508 33554432000 4194304 4196468 140737033391696 140737033374240 140196558491383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
/proc/25945/statm: 2711741 174508 3625 1 0 2673805 0
[pid=25945/tid=25998] ppid=25942 vsize=10846964 memory=6791534058613427641 CPUtime=1922.92 cores=0,2,4,6
/proc/25945/task/25998/stat : 25998 (java) R 25942 25945 20959 0 -1 4202560 55418 12998 0 0 192248 37 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196530327584 140196150620092 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=25999] ppid=25942 vsize=10846964 memory=4872558044660077418 CPUtime=9.22 cores=0,2,4,6
/proc/25945/task/25999/stat : 25999 (java) S 25942 25945 20959 0 -1 1077944384 12377 12998 0 0 870 45 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196562734096 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26000] ppid=25942 vsize=10846964 memory=804 CPUtime=9.24 cores=0,2,4,6
/proc/25945/task/26000/stat : 26000 (java) S 25942 25945 20959 0 -1 1077944384 8311 12998 0 0 871 46 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196461624464 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26001] ppid=25942 vsize=10846964 memory=1660 CPUtime=9.23 cores=0,2,4,6
/proc/25945/task/26001/stat : 26001 (java) S 25942 25945 20959 0 -1 1077944384 8219 12998 0 0 871 45 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196460571408 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26002] ppid=25942 vsize=10846964 memory=1804 CPUtime=9.23 cores=0,2,4,6
/proc/25945/task/26002/stat : 26002 (java) S 25942 25945 20959 0 -1 1077944384 8945 12998 0 0 866 50 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196459518864 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26003] ppid=25942 vsize=10846964 memory=920 CPUtime=8.77 cores=0,2,4,6
/proc/25945/task/26003/stat : 26003 (java) S 25942 25945 20959 0 -1 1077944384 12390 12998 0 0 826 44 5 2 20 0 15 0 408003469 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196018006256 140196558502530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26004] ppid=25942 vsize=10846964 memory=3848 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26004/stat : 26004 (java) S 25942 25945 20959 0 -1 1077944384 15 12998 0 0 0 0 5 2 20 0 15 0 408003469 11107291136 174508 33554432000 4194304 4196468 140737033391696 140195919815904 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26005] ppid=25942 vsize=10846964 memory=2612 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26005/stat : 26005 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003470 11107291136 174508 33554432000 4194304 4196468 140737033391696 140195315835648 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26006] ppid=25942 vsize=10846964 memory=2944 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26006/stat : 26006 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003472 11107291136 174508 33554432000 4194304 4196468 140737033391696 140195075545040 140196558509979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26007] ppid=25942 vsize=10846964 memory=3216 CPUtime=4.06 cores=0,2,4,6
/proc/25945/task/26007/stat : 26007 (java) S 25942 25945 20959 0 -1 1077944384 24295 12998 0 0 394 5 5 2 20 0 15 0 408003472 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196016954096 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26008] ppid=25942 vsize=10846964 memory=695984 CPUtime=3.89 cores=0,2,4,6
/proc/25945/task/26008/stat : 26008 (java) S 25942 25945 20959 0 -1 1077944384 25399 12998 0 0 377 5 5 2 20 0 15 0 408003472 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196015901552 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26009] ppid=25942 vsize=10846964 memory=1408 CPUtime=3.27 cores=0,2,4,6
/proc/25945/task/26009/stat : 26009 (java) S 25942 25945 20959 0 -1 1077944384 35172 12998 0 0 314 6 5 2 20 0 15 0 408003472 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196014848496 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26010] ppid=25942 vsize=10846964 memory=288230574492221466 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26010/stat : 26010 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003473 11107291136 174508 33554432000 4194304 4196468 140737033391696 140195041987424 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26011] ppid=25942 vsize=10846964 memory=288230583166042426 CPUtime=1.2 cores=0,2,4,6
/proc/25945/task/26011/stat : 26011 (java) S 25942 25945 20959 0 -1 1077944384 796 12998 0 0 56 57 5 2 20 0 15 0 408003473 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196013795888 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
Current children cumulated CPU time: 1980.5 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 698032 KiB

[startup+1945.6 s]
/proc/loadavg: 1.15 1.35 1.41 3/232 26497
/proc/meminfo: memFree=30331264/32770624 swapFree=67003364/67108860
[pid=25945] ppid=25942 vsize=10846964 memory=698032 CPUtime=1982.11 cores=0,2,4,6
/proc/25945/stat : 25945 (java) S 25942 25945 20959 0 -1 1077944320 193568 12998 0 0 197921 283 5 2 20 0 15 0 408003458 11107291136 174508 33554432000 4194304 4196468 140737033391696 140737033374240 140196558491383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
/proc/25945/statm: 2711741 174508 3625 1 0 2673805 0
[pid=25945/tid=25998] ppid=25942 vsize=10846964 memory=3280 CPUtime=1924.49 cores=0,2,4,6
/proc/25945/task/25998/stat : 25998 (java) R 25942 25945 20959 0 -1 4202560 55428 12998 0 0 192405 37 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196530326336 140196149402176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=25999] ppid=25942 vsize=10846964 memory=37540 CPUtime=9.23 cores=0,2,4,6
/proc/25945/task/25999/stat : 25999 (java) S 25942 25945 20959 0 -1 1077944384 12377 12998 0 0 871 45 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196562734096 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26000] ppid=25942 vsize=10846964 memory=988 CPUtime=9.25 cores=0,2,4,6
/proc/25945/task/26000/stat : 26000 (java) S 25942 25945 20959 0 -1 1077944384 8311 12998 0 0 872 46 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196461624464 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26001] ppid=25942 vsize=10846964 memory=2052 CPUtime=9.25 cores=0,2,4,6
/proc/25945/task/26001/stat : 26001 (java) S 25942 25945 20959 0 -1 1077944384 8219 12998 0 0 872 46 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196460571408 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26002] ppid=25942 vsize=10846964 memory=6791534058613427641 CPUtime=9.24 cores=0,2,4,6
/proc/25945/task/26002/stat : 26002 (java) S 25942 25945 20959 0 -1 1077944384 8946 12998 0 0 867 50 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196459518864 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26003] ppid=25942 vsize=10846964 memory=1540 CPUtime=8.78 cores=0,2,4,6
/proc/25945/task/26003/stat : 26003 (java) S 25942 25945 20959 0 -1 1077944384 12392 12998 0 0 827 44 5 2 20 0 15 0 408003469 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196018006256 140196558502530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26004] ppid=25942 vsize=10846964 memory=698032 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26004/stat : 26004 (java) S 25942 25945 20959 0 -1 1077944384 15 12998 0 0 0 0 5 2 20 0 15 0 408003469 11107291136 174508 33554432000 4194304 4196468 140737033391696 140195919815904 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26005] ppid=25942 vsize=10846964 memory=695984 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26005/stat : 26005 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003470 11107291136 174508 33554432000 4194304 4196468 140737033391696 140195315835648 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26006] ppid=25942 vsize=10846964 memory=881 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26006/stat : 26006 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003472 11107291136 174508 33554432000 4194304 4196468 140737033391696 140195075545040 140196558509979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26007] ppid=25942 vsize=10846964 memory=880 CPUtime=4.06 cores=0,2,4,6
/proc/25945/task/26007/stat : 26007 (java) S 25942 25945 20959 0 -1 1077944384 24295 12998 0 0 394 5 5 2 20 0 15 0 408003472 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196016954096 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26008] ppid=25942 vsize=10846964 memory=164 CPUtime=3.89 cores=0,2,4,6
/proc/25945/task/26008/stat : 26008 (java) S 25942 25945 20959 0 -1 1077944384 25399 12998 0 0 377 5 5 2 20 0 15 0 408003472 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196015901552 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26009] ppid=25942 vsize=10846964 memory=3055241824087350376 CPUtime=3.27 cores=0,2,4,6
/proc/25945/task/26009/stat : 26009 (java) S 25942 25945 20959 0 -1 1077944384 35172 12998 0 0 314 6 5 2 20 0 15 0 408003472 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196014848496 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26010] ppid=25942 vsize=10846964 memory=744 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26010/stat : 26010 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003473 11107291136 174508 33554432000 4194304 4196468 140737033391696 140195041987424 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26011] ppid=25942 vsize=10846964 memory=742 CPUtime=1.2 cores=0,2,4,6
/proc/25945/task/26011/stat : 26011 (java) S 25942 25945 20959 0 -1 1077944384 798 12998 0 0 56 57 5 2 20 0 15 0 408003473 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196013795888 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
Current children cumulated CPU time: 1982.11 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 698032 KiB

[startup+1946 s]*
/proc/loadavg: 1.15 1.35 1.41 3/232 26497
/proc/meminfo: memFree=30331264/32770624 swapFree=67003364/67108860
[pid=25945] ppid=25942 vsize=10846964 memory=698032 CPUtime=1982.53 cores=0,2,4,6
/proc/25945/stat : 25945 (java) S 25942 25945 20959 0 -1 1077944320 193570 12998 0 0 197963 283 5 2 20 0 15 0 408003458 11107291136 174508 33554432000 4194304 4196468 140737033391696 140737033374240 140196558491383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
/proc/25945/statm: 2711741 174508 3625 1 0 2673805 0
[pid=25945/tid=25998] ppid=25942 vsize=10846964 memory=6791534058613427641 CPUtime=1924.9 cores=0,2,4,6
/proc/25945/task/25998/stat : 25998 (java) R 25942 25945 20959 0 -1 4202560 55430 12998 0 0 192446 37 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196530326528 140196151087152 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=25999] ppid=25942 vsize=10846964 memory=804 CPUtime=9.23 cores=0,2,4,6
/proc/25945/task/25999/stat : 25999 (java) S 25942 25945 20959 0 -1 1077944384 12377 12998 0 0 871 45 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196562734096 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26000] ppid=25942 vsize=10846964 memory=1660 CPUtime=9.25 cores=0,2,4,6
/proc/25945/task/26000/stat : 26000 (java) S 25942 25945 20959 0 -1 1077944384 8311 12998 0 0 872 46 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196461624464 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26001] ppid=25942 vsize=10846964 memory=1804 CPUtime=9.25 cores=0,2,4,6
/proc/25945/task/26001/stat : 26001 (java) S 25942 25945 20959 0 -1 1077944384 8219 12998 0 0 872 46 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196460571408 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26002] ppid=25942 vsize=10846964 memory=4872558044660077418 CPUtime=9.24 cores=0,2,4,6
/proc/25945/task/26002/stat : 26002 (java) S 25942 25945 20959 0 -1 1077944384 8946 12998 0 0 867 50 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196459518864 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26003] ppid=25942 vsize=10846964 memory=2052 CPUtime=8.78 cores=0,2,4,6
/proc/25945/task/26003/stat : 26003 (java) S 25942 25945 20959 0 -1 1077944384 12392 12998 0 0 827 44 5 2 20 0 15 0 408003469 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196018006256 140196558502530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26004] ppid=25942 vsize=10846964 memory=1220 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26004/stat : 26004 (java) S 25942 25945 20959 0 -1 1077944384 15 12998 0 0 0 0 5 2 20 0 15 0 408003469 11107291136 174508 33554432000 4194304 4196468 140737033391696 140195919815904 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26005] ppid=25942 vsize=10846964 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26005/stat : 26005 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003470 11107291136 174508 33554432000 4194304 4196468 140737033391696 140195315835648 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26006] ppid=25942 vsize=10846964 memory=1440 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26006/stat : 26006 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003472 11107291136 174508 33554432000 4194304 4196468 140737033391696 140195075545040 140196558509979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26007] ppid=25942 vsize=10846964 memory=1984 CPUtime=4.06 cores=0,2,4,6
/proc/25945/task/26007/stat : 26007 (java) S 25942 25945 20959 0 -1 1077944384 24295 12998 0 0 394 5 5 2 20 0 15 0 408003472 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196016954096 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26008] ppid=25942 vsize=10846964 memory=2376 CPUtime=3.89 cores=0,2,4,6
/proc/25945/task/26008/stat : 26008 (java) S 25942 25945 20959 0 -1 1077944384 25399 12998 0 0 377 5 5 2 20 0 15 0 408003472 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196015901552 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26009] ppid=25942 vsize=10846964 memory=1768 CPUtime=3.27 cores=0,2,4,6
/proc/25945/task/26009/stat : 26009 (java) S 25942 25945 20959 0 -1 1077944384 35172 12998 0 0 314 6 5 2 20 0 15 0 408003472 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196014848496 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26010] ppid=25942 vsize=10846964 memory=695932 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26010/stat : 26010 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003473 11107291136 174508 33554432000 4194304 4196468 140737033391696 140195041987424 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26011] ppid=25942 vsize=10846964 memory=920 CPUtime=1.2 cores=0,2,4,6
/proc/25945/task/26011/stat : 26011 (java) S 25942 25945 20959 0 -1 1077944384 798 12998 0 0 56 57 5 2 20 0 15 0 408003473 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196013795888 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
Current children cumulated CPU time: 1982.53 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 698032 KiB

[startup+1946.2 s]
/proc/loadavg: 1.15 1.35 1.41 3/232 26497
/proc/meminfo: memFree=30331264/32770624 swapFree=67003364/67108860
[pid=25945] ppid=25942 vsize=10846964 memory=698032 CPUtime=1982.72 cores=0,2,4,6
/proc/25945/stat : 25945 (java) S 25942 25945 20959 0 -1 1077944320 193572 12998 0 0 197982 283 5 2 20 0 15 0 408003458 11107291136 174508 33554432000 4194304 4196468 140737033391696 140737033374240 140196558491383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
/proc/25945/statm: 2711741 174508 3625 1 0 2673805 0
[pid=25945/tid=25998] ppid=25942 vsize=10846964 memory=2612 CPUtime=1925.09 cores=0,2,4,6
/proc/25945/task/25998/stat : 25998 (java) R 25942 25945 20959 0 -1 4202560 55431 12998 0 0 192465 37 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196530326480 140196150619969 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=25999] ppid=25942 vsize=10846964 memory=2944 CPUtime=9.23 cores=0,2,4,6
/proc/25945/task/25999/stat : 25999 (java) S 25942 25945 20959 0 -1 1077944384 12377 12998 0 0 871 45 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196562734096 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26000] ppid=25942 vsize=10846964 memory=695932 CPUtime=9.26 cores=0,2,4,6
/proc/25945/task/26000/stat : 26000 (java) S 25942 25945 20959 0 -1 1077944384 8312 12998 0 0 873 46 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196461624464 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26001] ppid=25942 vsize=10846964 memory=6791534058613427641 CPUtime=9.25 cores=0,2,4,6
/proc/25945/task/26001/stat : 26001 (java) S 25942 25945 20959 0 -1 1077944384 8219 12998 0 0 872 46 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196460571408 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26002] ppid=25942 vsize=10846964 memory=111628 CPUtime=9.24 cores=0,2,4,6
/proc/25945/task/26002/stat : 26002 (java) S 25942 25945 20959 0 -1 1077944384 8946 12998 0 0 867 50 5 2 20 0 15 0 408003467 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196459518864 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26003] ppid=25942 vsize=10846964 memory=804 CPUtime=8.78 cores=0,2,4,6
/proc/25945/task/26003/stat : 26003 (java) S 25942 25945 20959 0 -1 1077944384 12392 12998 0 0 827 44 5 2 20 0 15 0 408003469 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196018006256 140196558502530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26004] ppid=25942 vsize=10846964 memory=1660 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26004/stat : 26004 (java) S 25942 25945 20959 0 -1 1077944384 15 12998 0 0 0 0 5 2 20 0 15 0 408003469 11107291136 174508 33554432000 4194304 4196468 140737033391696 140195919815904 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26005] ppid=25942 vsize=10846964 memory=1804 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26005/stat : 26005 (java) S 25942 25945 20959 0 -1 1077944384 1 12998 0 0 0 0 5 2 20 0 15 0 408003470 11107291136 174508 33554432000 4194304 4196468 140737033391696 140195315835648 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26006] ppid=25942 vsize=10846964 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26006/stat : 26006 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003472 11107291136 174508 33554432000 4194304 4196468 140737033391696 140195075545040 140196558509979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26007] ppid=25942 vsize=10846964 memory=288230583166042426 CPUtime=4.06 cores=0,2,4,6
/proc/25945/task/26007/stat : 26007 (java) S 25942 25945 20959 0 -1 1077944384 24295 12998 0 0 394 5 5 2 20 0 15 0 408003472 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196016954096 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26008] ppid=25942 vsize=10846964 memory=14694080391154107 CPUtime=3.89 cores=0,2,4,6
/proc/25945/task/26008/stat : 26008 (java) S 25942 25945 20959 0 -1 1077944384 25399 12998 0 0 377 5 5 2 20 0 15 0 408003472 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196015901552 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26009] ppid=25942 vsize=10846964 memory=5912 CPUtime=3.27 cores=0,2,4,6
/proc/25945/task/26009/stat : 26009 (java) S 25942 25945 20959 0 -1 1077944384 35172 12998 0 0 314 6 5 2 20 0 15 0 408003472 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196014848496 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26010] ppid=25942 vsize=10846964 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/25945/task/26010/stat : 26010 (java) S 25942 25945 20959 0 -1 1077944384 3 12998 0 0 0 0 5 2 20 0 15 0 408003473 11107291136 174508 33554432000 4194304 4196468 140737033391696 140195041987424 140196558501589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
[pid=25945/tid=26011] ppid=25942 vsize=10846964 memory=1440 CPUtime=1.2 cores=0,2,4,6
/proc/25945/task/26011/stat : 26011 (java) S 25942 25945 20959 0 -1 1077944384 798 12998 0 0 56 57 5 2 20 0 15 0 408003473 11107291136 174508 33554432000 4194304 4196468 140737033391696 140196013795888 140196558502530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140737033394934 140737033397445 140737033397445 140737033400271 0
Current children cumulated CPU time: 1982.72 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 698032 KiB

Child status: 0
Real time (s): 1946.3
CPU time (s): 1982.84
CPU user time (s): 1979.97
CPU system time (s): 2.87344
CPU usage (%): 101.878
Max. virtual memory (cumulated for all children) (KiB): 10849628
Max. memory (cumulated for all children) (KiB): 698032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1979.97
system time used= 2.87344
maximum resident set size= 700228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 245012
involuntary context switches= 8802


# summary of solver processes directly reported to runsolver:
#   pid: 25945
#   total CPU time (s): 1982.84
#   total CPU user time (s): 1979.97
#   total CPU system time (s): 2.87344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4946 second user time and 18.6033 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-12 21:46:39
IDJOB=4392135
IDBENCH=129880
IDSOLVER=2837
FILE ID=node133/4392135-1568317638
RUNJOBID= node133-1568301421-20990
PBS_JOBID= 21701111
Free space on /tmp= 55080 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-41-06.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392135-1568317638/watcher-4392135-1568317638 -o /tmp/evaluation-result-4392135-1568317638/solver-4392135-1568317638 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20990 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=142846464 HOME/instance-4392135-1568317638.xml

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

MD5SUM BENCH= 9c0419560fe3c6efa350d2101b8d9fdb
RANDOM SEED=142846464

node133.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.18
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.18
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.18
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.18
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:        30899352 kB
MemAvailable:   31148576 kB
Buffers:          120512 kB
Cached:           412908 kB
SwapCached:         3528 kB
Active:          1070912 kB
Inactive:         218544 kB
Active(anon):     780380 kB
Inactive(anon):    15664 kB
Active(file):     290532 kB
Inactive(file):   202880 kB
Unevictable:      111240 kB
Mlocked:          111240 kB
SwapTotal:      67108860 kB
SwapFree:       67003356 kB
Dirty:             35192 kB
Writeback:             0 kB
AnonPages:        796084 kB
Mapped:            55892 kB
Shmem:             31220 kB
Slab:             172140 kB
SReclaimable:     143296 kB
SUnreclaim:        28844 kB
KernelStack:        4064 kB
PageTables:         7100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2028900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    618496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 55044 MiB
End job on node133 at 2019-09-12 22:19:05