Trace number 4403196

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.12.3OPT73 888.884 871.129

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-07.xml
MD5SUM883cdd2c39820682d54c3bab8557ea17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark185.851
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size158
Distribution of domain sizes[{"size":1,"count":1},{"size":158,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":8},{"degree":8,"count":16},{"degree":9,"count":2},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.78/0.56	c Concrete v3.12.3.1568965526260 running
8.61/3.94	o 157
8.93/4.01	o 156
8.93/4.05	o 151
8.93/4.06	o 134
9.24/4.16	o 133
9.44/4.25	o 127
9.44/4.26	o 116
9.44/4.30	o 113
9.63/4.33	o 93
9.63/4.34	o 92
9.63/4.35	o 91
9.63/4.39	o 82
10.28/4.78	o 81
10.28/4.78	o 78
10.40/4.81	o 77
12.28/6.10	o 76
15.04/8.57	o 75
18.85/11.81	o 74
30.06/22.85	o 73
888.84/871.11	v <instantiation
888.84/871.11	v         cost = '73'>
888.84/871.11	v       <list>
888.84/871.11	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]
888.84/871.11	v       </list>
888.84/871.11	v       <values>
888.84/871.11	v         0 4 0 0 4 12 15 12 6 9 12 25 51 28 33 4 44 11 22 37 63 63 27 48 46 40 69 59 55 71 69 73
888.84/871.11	v       </values>
888.84/871.11	v     </instantiation>
888.84/871.11	s OPTIMUM FOUND

Verifier Data

OK	73

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403196-1568977057/watcher-4403196-1568977057 -o /var/tmp/evaluation-result-4403196-1568977057/solver-4403196-1568977057 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568967597-26298 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=261177873 HOME/instance-4403196-1568977057.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=28733, runsolver pid=28730

[startup+0.102484 s]*
/proc/loadavg: 1.74 1.48 1.43 3/218 28790
/proc/meminfo: memFree=4004460/32770624 swapFree=66976740/67108860
[pid=28733] ppid=28730 vsize=9972712 memory=17076 CPUtime=0.09 cores=0,2,4,6
/proc/28733/stat : 28733 (java) S 28730 28733 26267 0 -1 1077944320 4537 13241 0 0 1 1 5 2 20 0 6 0 473645824 10212057088 4269 33554432000 4194304 4196468 140726740245072 140726740227616 139784326078199 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
/proc/28733/statm: 2493178 4269 1934 1 0 2481616 0
[pid=28733/tid=28786] ppid=28730 vsize=9972712 memory=4279135704013962638 CPUtime=0.08 cores=0,2,4,6
/proc/28733/task/28786/stat : 28786 (java) R 28730 28733 26267 0 -1 4202560 2334 13241 0 0 1 0 5 2 20 0 6 0 473645833 10212057088 4269 33554432000 4194304 4196468 140726740245072 139784297914960 139784326100125 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28787] ppid=28730 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28787/stat : 28787 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 6 0 473645834 10212057088 4269 33554432000 4194304 4196468 140726740245072 139784330320400 139784326088405 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28788] ppid=28730 vsize=9972712 memory=140365733078656 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28788/stat : 28788 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 6 0 473645834 10212057088 4335 33554432000 4194304 4196468 140726740245072 139784218593936 139784326088405 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28789] ppid=28730 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28789/stat : 28789 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 6 0 473645834 10212057088 4335 33554432000 4194304 4196468 140726740245072 139784217540880 139784326088405 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28790] ppid=28730 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28790/stat : 28790 (java) S 28730 28733 26267 0 -1 1077944384 2 13241 0 0 0 0 5 2 20 0 6 0 473645834 10212057088 4335 33554432000 4194304 4196468 140726740245072 139784216488336 139784326088405 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210225 s]*
/proc/loadavg: 1.74 1.48 1.43 4/227 28799
/proc/meminfo: memFree=3984788/32770624 swapFree=66976740/67108860
[pid=28733] ppid=28730 vsize=10820164 memory=41028 CPUtime=0.26 cores=0,2,4,6
/proc/28733/stat : 28733 (java) S 28730 28733 26267 0 -1 1077944320 7587 13241 0 0 17 2 5 2 20 0 15 0 473645824 11079847936 10257 33554432000 4194304 4196468 140726740245072 140726740227616 139784326078199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
/proc/28733/statm: 2705041 10257 3280 1 0 2667149 0
[pid=28733/tid=28786] ppid=28730 vsize=10820176 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/28733/task/28786/stat : 28786 (java) R 28730 28733 26267 0 -1 4202560 4076 13241 0 0 11 1 5 2 20 0 15 0 473645833 11079860224 10257 33554432000 4194304 4196468 140726740245072 139784297911152 139784326100125 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28787] ppid=28730 vsize=10820176 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28787/stat : 28787 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 473645834 11079860224 10257 33554432000 4194304 4196468 140726740245072 139784330320400 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28788] ppid=28730 vsize=10820176 memory=288370741884790400 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28788/stat : 28788 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 473645834 11079860224 10257 33554432000 4194304 4196468 140726740245072 139784218593936 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28789] ppid=28730 vsize=10820176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28789/stat : 28789 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 473645834 11079860224 10257 33554432000 4194304 4196468 140726740245072 139784217540880 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28790] ppid=28730 vsize=10820176 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28790/stat : 28790 (java) S 28730 28733 26267 0 -1 1077944384 2 13241 0 0 0 0 5 2 20 0 15 0 473645834 11079860224 10257 33554432000 4194304 4196468 140726740245072 139784216488336 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28791] ppid=28730 vsize=10820184 memory=140365733078656 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28791/stat : 28791 (java) S 28730 28733 26267 0 -1 1077944384 2 13241 0 0 0 0 5 2 20 0 15 0 473645836 11079868416 10257 33554432000 4194304 4196468 140726740245072 139783785532144 139784326089346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28792] ppid=28730 vsize=10820184 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28792/stat : 28792 (java) S 28730 28733 26267 0 -1 1077944384 33 13241 0 0 0 0 5 2 20 0 15 0 473645836 11079868416 10257 33554432000 4194304 4196468 140726740245072 139783784478368 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28793] ppid=28730 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28793/stat : 28793 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 473645836 11079868416 10257 33554432000 4194304 4196468 140726740245072 139783200302320 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28794] ppid=28730 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28794/stat : 28794 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11079868416 10257 33554432000 4194304 4196468 140726740245072 139782892902864 139784326096795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28795] ppid=28730 vsize=10820184 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28733/task/28795/stat : 28795 (java) R 28730 28733 26267 0 -1 1077944384 358 13241 0 0 1 0 5 2 20 0 15 0 473645839 11079868416 10257 33554432000 4194304 4196468 140726740245072 139783750920432 139784326089346 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28796] ppid=28730 vsize=10820188 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28733/task/28796/stat : 28796 (java) R 28730 28733 26267 0 -1 4202560 300 13241 0 0 1 0 5 2 20 0 15 0 473645839 11079872512 10257 33554432000 4194304 4196468 140726740245072 139783749867888 139784305296779 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28797] ppid=28730 vsize=10820188 memory=140365733078656 CPUtime=0.1 cores=0,2,4,6
/proc/28733/task/28797/stat : 28797 (java) S 28730 28733 26267 0 -1 1077944384 607 13241 0 0 3 0 5 2 20 0 15 0 473645839 11079872512 10257 33554432000 4194304 4196468 140726740245072 139783748814832 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28798] ppid=28730 vsize=10820188 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28798/stat : 28798 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11079872512 10257 33554432000 4194304 4196468 140726740245072 139782859344224 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28799] ppid=28730 vsize=10820188 memory=140365733078656 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28799/stat : 28799 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 473645840 11079872512 10257 33554432000 4194304 4196468 140726740245072 139783747763248 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 41028 KiB

[startup+0.310753 s]*
/proc/loadavg: 1.74 1.48 1.43 3/227 28799
/proc/meminfo: memFree=3975120/32770624 swapFree=66976740/67108860
[pid=28733] ppid=28730 vsize=10820196 memory=49200 CPUtime=0.39 cores=0,2,4,6
/proc/28733/stat : 28733 (java) S 28730 28733 26267 0 -1 1077944320 11073 13241 0 0 29 3 5 2 20 0 15 0 473645824 11079880704 12300 33554432000 4194304 4196468 140726740245072 140726740227616 139784326078199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
/proc/28733/statm: 2705049 12300 3318 1 0 2667149 0
[pid=28733/tid=28786] ppid=28730 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/28733/task/28786/stat : 28786 (java) R 28730 28733 26267 0 -1 4202560 7540 13241 0 0 19 2 5 2 20 0 15 0 473645833 11079880704 12300 33554432000 4194304 4196468 140726740245072 139784297887120 139784310132251 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28787] ppid=28730 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28787/stat : 28787 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 473645834 11079880704 12300 33554432000 4194304 4196468 140726740245072 139784330320400 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28788] ppid=28730 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28788/stat : 28788 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 473645834 11079880704 12300 33554432000 4194304 4196468 140726740245072 139784218593936 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28789] ppid=28730 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28789/stat : 28789 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 473645834 11079880704 12300 33554432000 4194304 4196468 140726740245072 139784217540880 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28790] ppid=28730 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28790/stat : 28790 (java) S 28730 28733 26267 0 -1 1077944384 2 13241 0 0 0 0 5 2 20 0 15 0 473645834 11079880704 12300 33554432000 4194304 4196468 140726740245072 139784216488336 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28791] ppid=28730 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28791/stat : 28791 (java) S 28730 28733 26267 0 -1 1077944384 2 13241 0 0 0 0 5 2 20 0 15 0 473645836 11079880704 12300 33554432000 4194304 4196468 140726740245072 139783785532144 139784326089346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28792] ppid=28730 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28792/stat : 28792 (java) S 28730 28733 26267 0 -1 1077944384 33 13241 0 0 0 0 5 2 20 0 15 0 473645836 11079880704 12300 33554432000 4194304 4196468 140726740245072 139783784478368 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28793] ppid=28730 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28793/stat : 28793 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 473645836 11079880704 12300 33554432000 4194304 4196468 140726740245072 139783200302320 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28794] ppid=28730 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28794/stat : 28794 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11079880704 12300 33554432000 4194304 4196468 140726740245072 139782892902864 139784326096795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28795] ppid=28730 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28733/task/28795/stat : 28795 (java) S 28730 28733 26267 0 -1 1077944384 359 13241 0 0 2 0 5 2 20 0 15 0 473645839 11079880704 12300 33554432000 4194304 4196468 140726740245072 139783750920432 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28796] ppid=28730 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28733/task/28796/stat : 28796 (java) S 28730 28733 26267 0 -1 1077944384 309 13241 0 0 1 0 5 2 20 0 15 0 473645839 11079880704 12300 33554432000 4194304 4196468 140726740245072 139783749867888 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28797] ppid=28730 vsize=10820196 memory=140365733078656 CPUtime=0.12 cores=0,2,4,6
/proc/28733/task/28797/stat : 28797 (java) S 28730 28733 26267 0 -1 1077944384 615 13241 0 0 5 0 5 2 20 0 15 0 473645839 11079880704 12300 33554432000 4194304 4196468 140726740245072 139783748814832 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28798] ppid=28730 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28798/stat : 28798 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11079880704 12300 33554432000 4194304 4196468 140726740245072 139782859344224 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28799] ppid=28730 vsize=10820196 memory=140365733078656 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28799/stat : 28799 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 473645840 11079880704 12300 33554432000 4194304 4196468 140726740245072 139783747763248 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49200 KiB

[startup+0.700676 s]
/proc/loadavg: 1.74 1.48 1.43 4/227 28799
/proc/meminfo: memFree=3959984/32770624 swapFree=66976740/67108860
[pid=28733] ppid=28730 vsize=10824364 memory=81732 CPUtime=1.14 cores=0,2,4,6
/proc/28733/stat : 28733 (java) S 28730 28733 26267 0 -1 1077944320 15219 13241 0 0 101 6 5 2 20 0 15 0 473645824 11084148736 20433 33554432000 4194304 4196468 140726740245072 140726740227616 139784326078199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
/proc/28733/statm: 2706091 20433 3504 1 0 2668173 0
[pid=28733/tid=28786] ppid=28730 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/28733/task/28786/stat : 28786 (java) R 28730 28733 26267 0 -1 4202560 10514 13241 0 0 55 4 5 2 20 0 15 0 473645833 11084148736 20433 33554432000 4194304 4196468 140726740245072 139784297900496 139784326100125 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28787] ppid=28730 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28787/stat : 28787 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 473645834 11084148736 20433 33554432000 4194304 4196468 140726740245072 139784330320400 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28788] ppid=28730 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28788/stat : 28788 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 473645834 11084148736 20433 33554432000 4194304 4196468 140726740245072 139784218593936 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28789] ppid=28730 vsize=10824364 memory=607 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28789/stat : 28789 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 473645834 11084148736 20433 33554432000 4194304 4196468 140726740245072 139784217540880 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28790] ppid=28730 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28790/stat : 28790 (java) S 28730 28733 26267 0 -1 1077944384 2 13241 0 0 0 0 5 2 20 0 15 0 473645834 11084148736 20433 33554432000 4194304 4196468 140726740245072 139784216488336 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28791] ppid=28730 vsize=10824364 memory=6004251925163823717 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28791/stat : 28791 (java) S 28730 28733 26267 0 -1 1077944384 5 13241 0 0 0 0 5 2 20 0 15 0 473645836 11084148736 20433 33554432000 4194304 4196468 140726740245072 139783785532144 139784326089346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28792] ppid=28730 vsize=10824364 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28792/stat : 28792 (java) S 28730 28733 26267 0 -1 1077944384 33 13241 0 0 0 0 5 2 20 0 15 0 473645836 11084148736 20433 33554432000 4194304 4196468 140726740245072 139783784478368 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28793] ppid=28730 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28793/stat : 28793 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 473645836 11084148736 20433 33554432000 4194304 4196468 140726740245072 139783200302320 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28794] ppid=28730 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28794/stat : 28794 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11084148736 20433 33554432000 4194304 4196468 140726740245072 139782892902864 139784326096795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28795] ppid=28730 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/28733/task/28795/stat : 28795 (java) R 28730 28733 26267 0 -1 4202560 987 13241 0 0 15 0 5 2 20 0 15 0 473645839 11084148736 20433 33554432000 4194304 4196468 140726740245072 139783750920432 139784326099546 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28796] ppid=28730 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/28733/task/28796/stat : 28796 (java) S 28730 28733 26267 0 -1 1077944384 710 13241 0 0 12 0 5 2 20 0 15 0 473645839 11084148736 20433 33554432000 4194304 4196468 140726740245072 139783749867888 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28797] ppid=28730 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/28733/task/28797/stat : 28797 (java) S 28730 28733 26267 0 -1 1077944384 755 13241 0 0 17 0 5 2 20 0 15 0 473645839 11084148736 20433 33554432000 4194304 4196468 140726740245072 139783748814832 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28798] ppid=28730 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28798/stat : 28798 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11084148736 20433 33554432000 4194304 4196468 140726740245072 139782859344224 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28799] ppid=28730 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28799/stat : 28799 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 473645840 11084148736 20433 33554432000 4194304 4196468 140726740245072 139783747763248 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81732 KiB

[startup+1.50073 s]
/proc/loadavg: 1.74 1.48 1.43 3/227 28799
/proc/meminfo: memFree=3918108/32770624 swapFree=66976740/67108860
[pid=28733] ppid=28730 vsize=10834680 memory=168252 CPUtime=2.47 cores=0,2,4,6
/proc/28733/stat : 28733 (java) S 28730 28733 26267 0 -1 1077944320 22131 13241 0 0 229 11 5 2 20 0 15 0 473645824 11094712320 42063 33554432000 4194304 4196468 140726740245072 140726740227616 139784326078199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
/proc/28733/statm: 2708670 42063 3579 1 0 2670733 0
[pid=28733/tid=28786] ppid=28730 vsize=10834680 memory=4426042776274957866 CPUtime=1.43 cores=0,2,4,6
/proc/28733/task/28786/stat : 28786 (java) R 28730 28733 26267 0 -1 4202560 15514 13241 0 0 130 6 5 2 20 0 15 0 473645833 11094712320 42063 33554432000 4194304 4196468 140726740245072 139784297877504 139784310158686 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28787] ppid=28730 vsize=10834680 memory=7228949669142356844 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28787/stat : 28787 (java) S 28730 28733 26267 0 -1 1077944384 53 13241 0 0 0 0 5 2 20 0 15 0 473645834 11094712320 42063 33554432000 4194304 4196468 140726740245072 139784330320400 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28788] ppid=28730 vsize=10834680 memory=7666089061050374243 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28788/stat : 28788 (java) S 28730 28733 26267 0 -1 1077944384 380 13241 0 0 0 0 5 2 20 0 15 0 473645834 11094712320 42063 33554432000 4194304 4196468 140726740245072 139784218593936 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28789] ppid=28730 vsize=10834680 memory=7738706310583184743 CPUtime=0.08 cores=0,2,4,6
/proc/28733/task/28789/stat : 28789 (java) S 28730 28733 26267 0 -1 1077944384 19 13241 0 0 1 0 5 2 20 0 15 0 473645834 11094712320 42063 33554432000 4194304 4196468 140726740245072 139784217540880 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28790] ppid=28730 vsize=10834680 memory=122560 CPUtime=0.08 cores=0,2,4,6
/proc/28733/task/28790/stat : 28790 (java) S 28730 28733 26267 0 -1 1077944384 82 13241 0 0 1 0 5 2 20 0 15 0 473645834 11094712320 42063 33554432000 4194304 4196468 140726740245072 139784216488336 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28791] ppid=28730 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28733/task/28791/stat : 28791 (java) S 28730 28733 26267 0 -1 1077944384 137 13241 0 0 1 0 5 2 20 0 15 0 473645836 11094712320 42063 33554432000 4194304 4196468 140726740245072 139783785532144 139784326089346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28792] ppid=28730 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28792/stat : 28792 (java) S 28730 28733 26267 0 -1 1077944384 33 13241 0 0 0 0 5 2 20 0 15 0 473645836 11094712320 42063 33554432000 4194304 4196468 140726740245072 139783784478432 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28793] ppid=28730 vsize=10834680 memory=280731142127904 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28793/stat : 28793 (java) S 28730 28733 26267 0 -1 1077944384 2 13241 0 0 0 0 5 2 20 0 15 0 473645836 11094712320 42063 33554432000 4194304 4196468 140726740245072 139783200302336 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28794] ppid=28730 vsize=10834680 memory=280731142542848 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28794/stat : 28794 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11094712320 42063 33554432000 4194304 4196468 140726740245072 139782892902864 139784326096795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28795] ppid=28730 vsize=10834680 memory=140365571073664 CPUtime=0.34 cores=0,2,4,6
/proc/28733/task/28795/stat : 28795 (java) S 28730 28733 26267 0 -1 1077944384 1091 13241 0 0 27 0 5 2 20 0 15 0 473645839 11094712320 42063 33554432000 4194304 4196468 140726740245072 139783750920432 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28796] ppid=28730 vsize=10834680 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/28733/task/28796/stat : 28796 (java) S 28730 28733 26267 0 -1 1077944384 957 13241 0 0 23 0 5 2 20 0 15 0 473645839 11094712320 42063 33554432000 4194304 4196468 140726740245072 139783749867888 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28797] ppid=28730 vsize=10834680 memory=1216 CPUtime=0.48 cores=0,2,4,6
/proc/28733/task/28797/stat : 28797 (java) S 28730 28733 26267 0 -1 1077944384 1659 13241 0 0 41 0 5 2 20 0 15 0 473645839 11094712320 42063 33554432000 4194304 4196468 140726740245072 139783748814832 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28798] ppid=28730 vsize=10834680 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28798/stat : 28798 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11094712320 42063 33554432000 4194304 4196468 140726740245072 139782859344224 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28799] ppid=28730 vsize=10834680 memory=14004 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28799/stat : 28799 (java) S 28730 28733 26267 0 -1 1077944384 1 13241 0 0 0 0 5 2 20 0 15 0 473645840 11094712320 42063 33554432000 4194304 4196468 140726740245072 139783747763248 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB

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

[pid=28733/tid=28798] ppid=28730 vsize=10846988 memory=1808 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28798/stat : 28798 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139782859344224 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28799] ppid=28730 vsize=10846988 memory=3636 CPUtime=0.57 cores=0,2,4,6
/proc/28733/task/28799/stat : 28799 (java) S 28730 28733 26267 0 -1 1077944384 532 13241 0 0 26 24 5 2 20 0 15 0 473645840 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783747763248 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
Current children cumulated CPU time: 886.5 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 679748 KiB

[startup+870.401 s]
/proc/loadavg: 1.40 1.38 1.37 3/227 28908
/proc/meminfo: memFree=3317460/32770624 swapFree=66976740/67108860
[pid=28733] ppid=28730 vsize=10846988 memory=679748 CPUtime=888.12 cores=0,2,4,6
/proc/28733/stat : 28733 (java) S 28730 28733 26267 0 -1 1077944320 130616 13241 0 0 88665 140 5 2 20 0 15 0 473645824 11107315712 169937 33554432000 4194304 4196468 140726740245072 140726740227616 139784326078199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
/proc/28733/statm: 2711747 169937 3630 1 0 2673805 0
[pid=28733/tid=28786] ppid=28730 vsize=10846988 memory=679748 CPUtime=861.79 cores=0,2,4,6
/proc/28733/task/28786/stat : 28786 (java) R 28730 28733 26267 0 -1 4202560 39395 13241 0 0 86148 24 5 2 20 0 15 0 473645833 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784297913216 139783899403084 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28787] ppid=28730 vsize=10846988 memory=679748 CPUtime=3.71 cores=0,2,4,6
/proc/28733/task/28787/stat : 28787 (java) S 28730 28733 26267 0 -1 1077944384 3592 13241 0 0 343 21 5 2 20 0 15 0 473645834 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784330320400 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28788] ppid=28730 vsize=10846988 memory=2008 CPUtime=3.69 cores=0,2,4,6
/proc/28733/task/28788/stat : 28788 (java) S 28730 28733 26267 0 -1 1077944384 8016 13241 0 0 343 19 5 2 20 0 15 0 473645834 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784218593936 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28789] ppid=28730 vsize=10846988 memory=1436 CPUtime=3.67 cores=0,2,4,6
/proc/28733/task/28789/stat : 28789 (java) S 28730 28733 26267 0 -1 1077944384 7366 13241 0 0 340 20 5 2 20 0 15 0 473645834 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784217540880 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28790] ppid=28730 vsize=10846988 memory=55580 CPUtime=3.71 cores=0,2,4,6
/proc/28733/task/28790/stat : 28790 (java) S 28730 28733 26267 0 -1 1077944384 5297 13241 0 0 342 22 5 2 20 0 15 0 473645834 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784216488336 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28791] ppid=28730 vsize=10846988 memory=988 CPUtime=3.63 cores=0,2,4,6
/proc/28733/task/28791/stat : 28791 (java) S 28730 28733 26267 0 -1 1077944384 6613 13241 0 0 336 20 5 2 20 0 15 0 473645836 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783785532144 139784326089346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28792] ppid=28730 vsize=10846988 memory=679748 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28792/stat : 28792 (java) S 28730 28733 26267 0 -1 1077944384 42 13241 0 0 0 0 5 2 20 0 15 0 473645836 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783784478496 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28793] ppid=28730 vsize=10846988 memory=679748 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28793/stat : 28793 (java) S 28730 28733 26267 0 -1 1077944384 12 13241 0 0 0 0 5 2 20 0 15 0 473645836 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783200302336 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28794] ppid=28730 vsize=10846988 memory=677596 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28794/stat : 28794 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139782892902864 139784326096795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28795] ppid=28730 vsize=10846988 memory=677596 CPUtime=3.44 cores=0,2,4,6
/proc/28733/task/28795/stat : 28795 (java) S 28730 28733 26267 0 -1 1077944384 25600 13241 0 0 333 4 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783750920432 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28796] ppid=28730 vsize=10846988 memory=280731144086720 CPUtime=2.8 cores=0,2,4,6
/proc/28733/task/28796/stat : 28796 (java) S 28730 28733 26267 0 -1 1077944384 17914 13241 0 0 269 4 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783749867888 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28797] ppid=28730 vsize=10846988 memory=7377270506374457445 CPUtime=1.63 cores=0,2,4,6
/proc/28733/task/28797/stat : 28797 (java) S 28730 28733 26267 0 -1 1077944384 14029 13241 0 0 153 3 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783748814832 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28798] ppid=28730 vsize=10846988 memory=280731143414688 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28798/stat : 28798 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139782859344224 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28799] ppid=28730 vsize=10846988 memory=8099279071866868841 CPUtime=0.57 cores=0,2,4,6
/proc/28733/task/28799/stat : 28799 (java) S 28730 28733 26267 0 -1 1077944384 532 13241 0 0 26 24 5 2 20 0 15 0 473645840 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783747763248 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
Current children cumulated CPU time: 888.12 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 679748 KiB

[startup+870.801 s]
/proc/loadavg: 1.40 1.38 1.37 3/227 28908
/proc/meminfo: memFree=3317460/32770624 swapFree=66976740/67108860
[pid=28733] ppid=28730 vsize=10846988 memory=679748 CPUtime=888.52 cores=0,2,4,6
/proc/28733/stat : 28733 (java) S 28730 28733 26267 0 -1 1077944320 130620 13241 0 0 88705 140 5 2 20 0 15 0 473645824 11107315712 169937 33554432000 4194304 4196468 140726740245072 140726740227616 139784326078199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
/proc/28733/statm: 2711747 169937 3630 1 0 2673805 0
[pid=28733/tid=28786] ppid=28730 vsize=10846988 memory=679696 CPUtime=862.19 cores=0,2,4,6
/proc/28733/task/28786/stat : 28786 (java) R 28730 28733 26267 0 -1 4202560 39398 13241 0 0 86188 24 5 2 20 0 15 0 473645833 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784297913392 139783899524832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28787] ppid=28730 vsize=10846988 memory=6791534058613427641 CPUtime=3.71 cores=0,2,4,6
/proc/28733/task/28787/stat : 28787 (java) S 28730 28733 26267 0 -1 1077944384 3592 13241 0 0 343 21 5 2 20 0 15 0 473645834 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784330320400 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28788] ppid=28730 vsize=10846988 memory=2728 CPUtime=3.69 cores=0,2,4,6
/proc/28733/task/28788/stat : 28788 (java) S 28730 28733 26267 0 -1 1077944384 8016 13241 0 0 343 19 5 2 20 0 15 0 473645834 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784218593936 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28789] ppid=28730 vsize=10846988 memory=2792 CPUtime=3.67 cores=0,2,4,6
/proc/28733/task/28789/stat : 28789 (java) S 28730 28733 26267 0 -1 1077944384 7366 13241 0 0 340 20 5 2 20 0 15 0 473645834 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784217540880 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28790] ppid=28730 vsize=10846988 memory=4108 CPUtime=3.71 cores=0,2,4,6
/proc/28733/task/28790/stat : 28790 (java) S 28730 28733 26267 0 -1 1077944384 5298 13241 0 0 342 22 5 2 20 0 15 0 473645834 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784216488336 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28791] ppid=28730 vsize=10846988 memory=6791534058613427641 CPUtime=3.63 cores=0,2,4,6
/proc/28733/task/28791/stat : 28791 (java) S 28730 28733 26267 0 -1 1077944384 6613 13241 0 0 336 20 5 2 20 0 15 0 473645836 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783785532144 139784326089346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28792] ppid=28730 vsize=10846988 memory=1984 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28792/stat : 28792 (java) S 28730 28733 26267 0 -1 1077944384 42 13241 0 0 0 0 5 2 20 0 15 0 473645836 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783784478496 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28793] ppid=28730 vsize=10846988 memory=2580 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28793/stat : 28793 (java) S 28730 28733 26267 0 -1 1077944384 12 13241 0 0 0 0 5 2 20 0 15 0 473645836 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783200302336 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28794] ppid=28730 vsize=10846988 memory=1760 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28794/stat : 28794 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139782892902864 139784326096795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28795] ppid=28730 vsize=10846988 memory=6791534058613427641 CPUtime=3.44 cores=0,2,4,6
/proc/28733/task/28795/stat : 28795 (java) S 28730 28733 26267 0 -1 1077944384 25600 13241 0 0 333 4 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783750920432 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28796] ppid=28730 vsize=10846988 memory=29848 CPUtime=2.8 cores=0,2,4,6
/proc/28733/task/28796/stat : 28796 (java) S 28730 28733 26267 0 -1 1077944384 17914 13241 0 0 269 4 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783749867888 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28797] ppid=28730 vsize=10846988 memory=14048 CPUtime=1.63 cores=0,2,4,6
/proc/28733/task/28797/stat : 28797 (java) S 28730 28733 26267 0 -1 1077944384 14029 13241 0 0 153 3 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783748814832 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28798] ppid=28730 vsize=10846988 memory=2124 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28798/stat : 28798 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139782859344224 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28799] ppid=28730 vsize=10846988 memory=111636 CPUtime=0.57 cores=0,2,4,6
/proc/28733/task/28799/stat : 28799 (java) S 28730 28733 26267 0 -1 1077944384 532 13241 0 0 26 24 5 2 20 0 15 0 473645840 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783747763248 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
Current children cumulated CPU time: 888.52 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 679748 KiB

[startup+871.001 s]*
/proc/loadavg: 1.40 1.38 1.37 3/227 28908
/proc/meminfo: memFree=3317460/32770624 swapFree=66976740/67108860
[pid=28733] ppid=28730 vsize=10846988 memory=679748 CPUtime=888.73 cores=0,2,4,6
/proc/28733/stat : 28733 (java) S 28730 28733 26267 0 -1 1077944320 130621 13241 0 0 88726 140 5 2 20 0 15 0 473645824 11107315712 169937 33554432000 4194304 4196468 140726740245072 140726740227616 139784326078199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
/proc/28733/statm: 2711747 169937 3630 1 0 2673805 0
[pid=28733/tid=28786] ppid=28730 vsize=10846988 memory=6791534058613427641 CPUtime=862.39 cores=0,2,4,6
/proc/28733/task/28786/stat : 28786 (java) R 28730 28733 26267 0 -1 4202560 39399 13241 0 0 86208 24 5 2 20 0 15 0 473645833 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784297913664 139783902802737 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28787] ppid=28730 vsize=10846988 memory=4126316290023845779 CPUtime=3.71 cores=0,2,4,6
/proc/28733/task/28787/stat : 28787 (java) S 28730 28733 26267 0 -1 1077944384 3592 13241 0 0 343 21 5 2 20 0 15 0 473645834 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784330320400 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28788] ppid=28730 vsize=10846988 memory=984 CPUtime=3.69 cores=0,2,4,6
/proc/28733/task/28788/stat : 28788 (java) S 28730 28733 26267 0 -1 1077944384 8016 13241 0 0 343 19 5 2 20 0 15 0 473645834 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784218593936 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28789] ppid=28730 vsize=10846988 memory=14004 CPUtime=3.67 cores=0,2,4,6
/proc/28733/task/28789/stat : 28789 (java) S 28730 28733 26267 0 -1 1077944384 7366 13241 0 0 340 20 5 2 20 0 15 0 473645834 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784217540880 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28790] ppid=28730 vsize=10846988 memory=29848 CPUtime=3.71 cores=0,2,4,6
/proc/28733/task/28790/stat : 28790 (java) S 28730 28733 26267 0 -1 1077944384 5298 13241 0 0 342 22 5 2 20 0 15 0 473645834 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784216488336 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28791] ppid=28730 vsize=10846988 memory=6791534058613427641 CPUtime=3.63 cores=0,2,4,6
/proc/28733/task/28791/stat : 28791 (java) S 28730 28733 26267 0 -1 1077944384 6613 13241 0 0 336 20 5 2 20 0 15 0 473645836 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783785532144 139784326089346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28792] ppid=28730 vsize=10846988 memory=776 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28792/stat : 28792 (java) S 28730 28733 26267 0 -1 1077944384 42 13241 0 0 0 0 5 2 20 0 15 0 473645836 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783784478496 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28793] ppid=28730 vsize=10846988 memory=1564 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28793/stat : 28793 (java) S 28730 28733 26267 0 -1 1077944384 12 13241 0 0 0 0 5 2 20 0 15 0 473645836 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783200302336 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28794] ppid=28730 vsize=10846988 memory=6084 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28794/stat : 28794 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139782892902864 139784326096795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28795] ppid=28730 vsize=10846988 memory=679696 CPUtime=3.44 cores=0,2,4,6
/proc/28733/task/28795/stat : 28795 (java) S 28730 28733 26267 0 -1 1077944384 25600 13241 0 0 333 4 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783750920432 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28796] ppid=28730 vsize=10846988 memory=677648 CPUtime=2.8 cores=0,2,4,6
/proc/28733/task/28796/stat : 28796 (java) S 28730 28733 26267 0 -1 1077944384 17914 13241 0 0 269 4 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783749867888 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28797] ppid=28730 vsize=10846988 memory=14004 CPUtime=1.63 cores=0,2,4,6
/proc/28733/task/28797/stat : 28797 (java) S 28730 28733 26267 0 -1 1077944384 14029 13241 0 0 153 3 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783748814832 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28798] ppid=28730 vsize=10846988 memory=679748 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28798/stat : 28798 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139782859344224 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28799] ppid=28730 vsize=10846988 memory=10604 CPUtime=0.57 cores=0,2,4,6
/proc/28733/task/28799/stat : 28799 (java) S 28730 28733 26267 0 -1 1077944384 532 13241 0 0 26 24 5 2 20 0 15 0 473645840 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783747763248 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
Current children cumulated CPU time: 888.73 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 679748 KiB

[startup+871.11 s]
/proc/loadavg: 1.40 1.38 1.37 3/227 28908
/proc/meminfo: memFree=3317460/32770624 swapFree=66976740/67108860
[pid=28733] ppid=28730 vsize=10846988 memory=679748 CPUtime=888.84 cores=0,2,4,6
/proc/28733/stat : 28733 (java) S 28730 28733 26267 0 -1 1077944320 130622 13241 0 0 88737 140 5 2 20 0 15 0 473645824 11107315712 169937 33554432000 4194304 4196468 140726740245072 140726740227616 139784326078199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
/proc/28733/statm: 2711747 169937 3630 1 0 2673805 0
[pid=28733/tid=28786] ppid=28730 vsize=10846988 memory=0 CPUtime=862.49 cores=0,2,4,6
/proc/28733/task/28786/stat : 28786 (java) R 28730 28733 26267 0 -1 4202560 39400 13241 0 0 86218 24 5 2 20 0 15 0 473645833 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784297913728 139783901270139 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28787] ppid=28730 vsize=10846988 memory=679696 CPUtime=3.71 cores=0,2,4,6
/proc/28733/task/28787/stat : 28787 (java) S 28730 28733 26267 0 -1 1077944384 3592 13241 0 0 343 21 5 2 20 0 15 0 473645834 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784330320400 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28788] ppid=28730 vsize=10846988 memory=679748 CPUtime=3.7 cores=0,2,4,6
/proc/28733/task/28788/stat : 28788 (java) S 28730 28733 26267 0 -1 1077944384 8016 13241 0 0 344 19 5 2 20 0 15 0 473645834 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784218593936 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28789] ppid=28730 vsize=10846988 memory=6791534058613427641 CPUtime=3.67 cores=0,2,4,6
/proc/28733/task/28789/stat : 28789 (java) S 28730 28733 26267 0 -1 1077944384 7366 13241 0 0 340 20 5 2 20 0 15 0 473645834 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784217540880 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28790] ppid=28730 vsize=10846988 memory=677596 CPUtime=3.71 cores=0,2,4,6
/proc/28733/task/28790/stat : 28790 (java) S 28730 28733 26267 0 -1 1077944384 5298 13241 0 0 342 22 5 2 20 0 15 0 473645834 11107315712 169937 33554432000 4194304 4196468 140726740245072 139784216488336 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28791] ppid=28730 vsize=10846988 memory=776 CPUtime=3.63 cores=0,2,4,6
/proc/28733/task/28791/stat : 28791 (java) S 28730 28733 26267 0 -1 1077944384 6613 13241 0 0 336 20 5 2 20 0 15 0 473645836 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783785532144 139784326089346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28792] ppid=28730 vsize=10846988 memory=679748 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28792/stat : 28792 (java) S 28730 28733 26267 0 -1 1077944384 42 13241 0 0 0 0 5 2 20 0 15 0 473645836 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783784478496 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28793] ppid=28730 vsize=10846988 memory=679696 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28793/stat : 28793 (java) S 28730 28733 26267 0 -1 1077944384 12 13241 0 0 0 0 5 2 20 0 15 0 473645836 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783200302336 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28794] ppid=28730 vsize=10846988 memory=679748 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28794/stat : 28794 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139782892902864 139784326096795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28795] ppid=28730 vsize=10846988 memory=679748 CPUtime=3.44 cores=0,2,4,6
/proc/28733/task/28795/stat : 28795 (java) S 28730 28733 26267 0 -1 1077944384 25600 13241 0 0 333 4 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783750920432 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28796] ppid=28730 vsize=10846988 memory=679748 CPUtime=2.8 cores=0,2,4,6
/proc/28733/task/28796/stat : 28796 (java) S 28730 28733 26267 0 -1 1077944384 17914 13241 0 0 269 4 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783749867888 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28797] ppid=28730 vsize=10846988 memory=679748 CPUtime=1.63 cores=0,2,4,6
/proc/28733/task/28797/stat : 28797 (java) S 28730 28733 26267 0 -1 1077944384 14029 13241 0 0 153 3 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783748814832 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28798] ppid=28730 vsize=10846988 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/28733/task/28798/stat : 28798 (java) S 28730 28733 26267 0 -1 1077944384 3 13241 0 0 0 0 5 2 20 0 15 0 473645839 11107315712 169937 33554432000 4194304 4196468 140726740245072 139782859344224 139784326088405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
[pid=28733/tid=28799] ppid=28730 vsize=10846988 memory=679748 CPUtime=0.57 cores=0,2,4,6
/proc/28733/task/28799/stat : 28799 (java) S 28730 28733 26267 0 -1 1077944384 532 13241 0 0 26 24 5 2 20 0 15 0 473645840 11107315712 169937 33554432000 4194304 4196468 140726740245072 139783747763248 139784326089346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29790208 140726740249188 140726740251829 140726740251829 140726740254671 0
Current children cumulated CPU time: 888.84 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 679748 KiB

Child status: 0
Real time (s): 871.129
CPU time (s): 888.884
CPU user time (s): 887.432
CPU system time (s): 1.45158
CPU usage (%): 102.038
Max. virtual memory (cumulated for all children) (KiB): 10849636
Max. memory (cumulated for all children) (KiB): 681136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 887.432
system time used= 1.45158
maximum resident set size= 682656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145448
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 101179
involuntary context switches= 4504


# summary of solver processes directly reported to runsolver:
#   pid: 28733
#   total CPU time (s): 888.884
#   total CPU user time (s): 887.432
#   total CPU system time (s): 1.45158

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.32921 second user time and 8.38469 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-20 12:56:56
IDJOB=4403196
IDBENCH=129976
IDSOLVER=2862
FILE ID=node124/4403196-1568977057
RUNJOBID= node124-1568967597-26298
PBS_JOBID= 21704624
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403196-1568977057/watcher-4403196-1568977057 -o /var/tmp/evaluation-result-4403196-1568977057/solver-4403196-1568977057 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568967597-26298 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=261177873 HOME/instance-4403196-1568977057.xml

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

MD5SUM BENCH= 883cdd2c39820682d54c3bab8557ea17
RANDOM SEED=261177873

node124.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.47
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.47
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.47
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.47
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:         4013020 kB
MemAvailable:   31148548 kB
Buffers:          141700 kB
Cached:         26924276 kB
SwapCached:        28940 kB
Active:         14099708 kB
Inactive:       13677540 kB
Active(anon):     678496 kB
Inactive(anon):    82800 kB
Active(file):   13421212 kB
Inactive(file): 13594740 kB
Unevictable:      107388 kB
Mlocked:          107388 kB
SwapTotal:      67108860 kB
SwapFree:       66976740 kB
Dirty:             35668 kB
Writeback:             0 kB
AnonPages:        928676 kB
Mapped:            65944 kB
Shmem:             40884 kB
Slab:             576908 kB
SReclaimable:     548036 kB
SUnreclaim:        28872 kB
KernelStack:        3984 kB
PageTables:         7296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1953916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    765952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node124 at 2019-09-20 13:11:28