Trace number 4402886

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.3OPT68 84.6628 75.2754

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-06-08.xml
MD5SUM8d7da43fda8420e04b4d8dcd0c7711ab
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark50.7103
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size505
Distribution of domain sizes[{"size":1,"count":1},{"size":505,"count":91}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":26},{"degree":5,"count":23},{"degree":6,"count":22},{"degree":7,"count":11}]
Minimum constraint arity2
Maximum constraint arity48
Distribution of constraint arities[{"arity":2,"count":138},{"arity":42,"count":1},{"arity":43,"count":1},{"arity":48,"count":2}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"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.90/0.62	c Concrete v3.12.3.1568965526260 running
7.98/3.87	o 504
8.66/4.01	o 503
9.26/4.22	o 489
9.89/4.42	o 488
9.89/4.43	o 83
9.89/4.45	o 78
10.23/4.50	o 77
10.55/4.60	o 73
12.31/5.52	o 72
12.84/5.97	o 70
16.58/9.08	o 69
18.62/10.90	o 68
84.56/75.26	v <instantiation
84.56/75.26	v         cost = '68'>
84.56/75.26	v       <list>
84.56/75.26	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] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91]
84.56/75.26	v       </list>
84.56/75.26	v       <values>
84.56/75.26	v         0 0 0 0 6 4 6 16 9 16 6 32 15 25 8 4 13 16 13 15 61 18 13 19 8 47 35 12 35 23 29 27 13 35 14 18 25 17 9 23 22 32 36 53 40 9 38 11 28 37 22 32 19 45 27 44 38 25 28 9 22 40 35 39 37 39 41 25 41 37 38 46 45 44 54 54 42 50 45 49 47 55 46 55 52 57 51 59 64 65 62 68
84.56/75.26	v       </values>
84.56/75.26	v     </instantiation>
84.56/75.26	s OPTIMUM FOUND

Verifier Data

OK	68

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402886-1568977550/watcher-4402886-1568977550 -o /tmp/evaluation-result-4402886-1568977550/solver-4402886-1568977550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14012 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1202144846 HOME/instance-4402886-1568977550.xml 

running on 4 cores: 0-3

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


[startup+0.100279 s]*
/proc/loadavg: 2.04 1.66 1.49 3/215 16829
/proc/meminfo: memFree=3169448/32770688 swapFree=66927192/67108860
[pid=16776] ppid=16773 vsize=9972712 memory=14968 CPUtime=0.09 cores=0-3
/proc/16776/stat : 16776 (java) S 16773 16776 13981 0 -1 1077944320 4012 12996 0 0 1 0 5 3 20 0 6 0 473761215 10212057088 3742 33554432000 4194304 4196468 140733947287808 140733947270352 139909188353783 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
/proc/16776/statm: 2493178 3742 1665 1 0 2481616 0
[pid=16776/tid=16829] ppid=16773 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0-3
/proc/16776/task/16829/stat : 16829 (java) R 16773 16776 13981 0 -1 4202560 1910 12996 0 0 0 0 5 3 20 0 6 0 473761225 10212057088 3874 33554432000 4194304 4196468 140733947287808 139909160190544 139909111430723 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16830] ppid=16773 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0-3
/proc/16776/task/16830/stat : 16830 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 6 0 473761226 10212057088 3874 33554432000 4194304 4196468 140733947287808 139909192596624 139909188363989 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16831] ppid=16773 vsize=9972712 memory=140160311813760 CPUtime=0.08 cores=0-3
/proc/16776/task/16831/stat : 16831 (java) S 16773 16776 13981 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 6 0 473761226 10212057088 3874 33554432000 4194304 4196468 140733947287808 139908761836560 139909188363989 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16832] ppid=16773 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/16776/task/16832/stat : 16832 (java) S 16773 16776 13981 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 6 0 473761226 10212057088 3874 33554432000 4194304 4196468 140733947287808 139908760783760 139909188363989 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16833] ppid=16773 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/16776/task/16833/stat : 16833 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 6 0 473761226 10212057088 3874 33554432000 4194304 4196468 140733947287808 139908759730960 139909188363989 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14968 KiB

[startup+0.213583 s]*
/proc/loadavg: 2.11 1.68 1.50 3/228 16842
/proc/meminfo: memFree=3145808/32770688 swapFree=66927192/67108860
[pid=16776] ppid=16773 vsize=10819716 memory=39724 CPUtime=0.26 cores=0-3
/proc/16776/stat : 16776 (java) S 16773 16776 13981 0 -1 1077944320 7227 12996 0 0 16 2 5 3 20 0 15 0 473761215 11079389184 9931 33554432000 4194304 4196468 140733947287808 140733947270352 139909188353783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
/proc/16776/statm: 2704929 9931 3184 1 0 2667149 0
[pid=16776/tid=16829] ppid=16773 vsize=10819716 memory=7022364594140610616 CPUtime=0.19 cores=0-3
/proc/16776/task/16829/stat : 16829 (java) R 16773 16776 13981 0 -1 4202560 3734 12996 0 0 10 1 5 3 20 0 15 0 473761225 11079389184 9931 33554432000 4194304 4196468 140733947287808 139909160180768 139909188375709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16830] ppid=16773 vsize=10819716 memory=364 CPUtime=0.08 cores=0-3
/proc/16776/task/16830/stat : 16830 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761226 11079389184 9931 33554432000 4194304 4196468 140733947287808 139909192596624 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16831] ppid=16773 vsize=10819716 memory=3833039022706189984 CPUtime=0.08 cores=0-3
/proc/16776/task/16831/stat : 16831 (java) S 16773 16776 13981 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 473761226 11079389184 9931 33554432000 4194304 4196468 140733947287808 139908761836560 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16832] ppid=16773 vsize=10819716 memory=0 CPUtime=0.08 cores=0-3
/proc/16776/task/16832/stat : 16832 (java) S 16773 16776 13981 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 473761226 11079389184 9931 33554432000 4194304 4196468 140733947287808 139908760783760 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16833] ppid=16773 vsize=10819716 memory=-1 CPUtime=0.08 cores=0-3
/proc/16776/task/16833/stat : 16833 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761226 11079389184 9931 33554432000 4194304 4196468 140733947287808 139908759730960 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16834] ppid=16773 vsize=10819716 memory=140160311813760 CPUtime=0.08 cores=0-3
/proc/16776/task/16834/stat : 16834 (java) S 16773 16776 13981 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 473761227 11079389184 9931 33554432000 4194304 4196468 140733947287808 139908714916208 139909188364930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16835] ppid=16773 vsize=10819716 memory=-1 CPUtime=0.08 cores=0-3
/proc/16776/task/16835/stat : 16835 (java) S 16773 16776 13981 0 -1 1077944384 13 12996 0 0 0 0 5 3 20 0 15 0 473761228 11079389184 9931 33554432000 4194304 4196468 140733947287808 139908626768928 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16836] ppid=16773 vsize=10819716 memory=0 CPUtime=0.08 cores=0-3
/proc/16776/task/16836/stat : 16836 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761228 11079389184 9931 33554432000 4194304 4196468 140733947287808 139907955680112 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16837] ppid=16773 vsize=10819716 memory=0 CPUtime=0.08 cores=0-3
/proc/16776/task/16837/stat : 16837 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11079389184 9931 33554432000 4194304 4196468 140733947287808 139907715389264 139909188372379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16838] ppid=16773 vsize=10819716 memory=0 CPUtime=0.09 cores=0-3
/proc/16776/task/16838/stat : 16838 (java) S 16773 16776 13981 0 -1 1077944384 354 12996 0 0 1 0 5 3 20 0 15 0 473761231 11079389184 9931 33554432000 4194304 4196468 140733947287808 139908713864048 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16839] ppid=16773 vsize=10819716 memory=-1 CPUtime=0.09 cores=0-3
/proc/16776/task/16839/stat : 16839 (java) S 16773 16776 13981 0 -1 1077944384 294 12996 0 0 1 0 5 3 20 0 15 0 473761231 11079389184 9931 33554432000 4194304 4196468 140733947287808 139908712811248 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16840] ppid=16773 vsize=10819716 memory=140160311813760 CPUtime=0.11 cores=0-3
/proc/16776/task/16840/stat : 16840 (java) R 16773 16776 13981 0 -1 4202560 612 12996 0 0 3 0 5 3 20 0 15 0 473761231 11079389184 9931 33554432000 4194304 4196468 140733947287808 139908711758448 139908777771129 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16841] ppid=16773 vsize=10819716 memory=-1 CPUtime=0.08 cores=0-3
/proc/16776/task/16841/stat : 16841 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11079389184 9931 33554432000 4194304 4196468 140733947287808 139907681831648 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16842] ppid=16773 vsize=10819716 memory=140160311813760 CPUtime=0.08 cores=0-3
/proc/16776/task/16842/stat : 16842 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761231 11079389184 9931 33554432000 4194304 4196468 140733947287808 139908710705840 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 39724 KiB

[startup+0.312381 s]*
/proc/loadavg: 2.11 1.68 1.50 3/228 16842
/proc/meminfo: memFree=3135336/32770688 swapFree=66927192/67108860
[pid=16776] ppid=16773 vsize=10821220 memory=50512 CPUtime=0.39 cores=0-3
/proc/16776/stat : 16776 (java) S 16773 16776 13981 0 -1 1077944320 10559 12996 0 0 27 4 5 3 20 0 15 0 473761215 11080929280 12628 33554432000 4194304 4196468 140733947287808 140733947270352 139909188353783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
/proc/16776/statm: 2705305 12628 3313 1 0 2667405 0
[pid=16776/tid=16829] ppid=16773 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=0-3
/proc/16776/task/16829/stat : 16829 (java) R 16773 16776 13981 0 -1 1077944384 7109 12996 0 0 17 3 5 3 20 0 15 0 473761225 11079880704 12628 33554432000 4194304 4196468 140733947287808 139909160158752 139909181033005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16830] ppid=16773 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/16776/task/16830/stat : 16830 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761226 11080929280 12628 33554432000 4194304 4196468 140733947287808 139909192596624 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16831] ppid=16773 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/16776/task/16831/stat : 16831 (java) S 16773 16776 13981 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 473761226 11080929280 12628 33554432000 4194304 4196468 140733947287808 139908761836560 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16832] ppid=16773 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/16776/task/16832/stat : 16832 (java) S 16773 16776 13981 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 473761226 11080929280 12628 33554432000 4194304 4196468 140733947287808 139908760783760 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16833] ppid=16773 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/16776/task/16833/stat : 16833 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761226 11079880704 12628 33554432000 4194304 4196468 140733947287808 139908759730960 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16834] ppid=16773 vsize=10820196 memory=0 CPUtime=0.08 cores=0-3
/proc/16776/task/16834/stat : 16834 (java) S 16773 16776 13981 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 473761227 11079880704 12628 33554432000 4194304 4196468 140733947287808 139908714916208 139909188364930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16835] ppid=16773 vsize=10821220 memory=-1 CPUtime=0.08 cores=0-3
/proc/16776/task/16835/stat : 16835 (java) S 16773 16776 13981 0 -1 1077944384 13 12996 0 0 0 0 5 3 20 0 15 0 473761228 11080929280 12628 33554432000 4194304 4196468 140733947287808 139908626768928 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16836] ppid=16773 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/16776/task/16836/stat : 16836 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761228 11080929280 12628 33554432000 4194304 4196468 140733947287808 139907955680112 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16837] ppid=16773 vsize=10821220 memory=0 CPUtime=0.08 cores=0-3
/proc/16776/task/16837/stat : 16837 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11080929280 12628 33554432000 4194304 4196468 140733947287808 139907715389264 139909188372379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16838] ppid=16773 vsize=10821220 memory=0 CPUtime=0.09 cores=0-3
/proc/16776/task/16838/stat : 16838 (java) S 16773 16776 13981 0 -1 1077944384 355 12996 0 0 1 0 5 3 20 0 15 0 473761231 11080929280 12628 33554432000 4194304 4196468 140733947287808 139908713864048 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16839] ppid=16773 vsize=10821220 memory=-1 CPUtime=0.1 cores=0-3
/proc/16776/task/16839/stat : 16839 (java) S 16773 16776 13981 0 -1 1077944384 303 12996 0 0 2 0 5 3 20 0 15 0 473761231 11080929280 12628 33554432000 4194304 4196468 140733947287808 139908712811248 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16840] ppid=16773 vsize=10820196 memory=140160311813760 CPUtime=0.13 cores=0-3
/proc/16776/task/16840/stat : 16840 (java) S 16773 16776 13981 0 -1 1077944384 619 12996 0 0 5 0 5 3 20 0 15 0 473761231 11079880704 12628 33554432000 4194304 4196468 140733947287808 139908711758448 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16841] ppid=16773 vsize=10820196 memory=-1 CPUtime=0.08 cores=0-3
/proc/16776/task/16841/stat : 16841 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11079880704 12628 33554432000 4194304 4196468 140733947287808 139907681831648 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16842] ppid=16773 vsize=10820196 memory=140160311813760 CPUtime=0.08 cores=0-3
/proc/16776/task/16842/stat : 16842 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761231 11079880704 12628 33554432000 4194304 4196468 140733947287808 139908710705840 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 50512 KiB

[startup+0.705327 s]
/proc/loadavg: 2.11 1.68 1.50 4/228 16842
/proc/meminfo: memFree=3121080/32770688 swapFree=66927192/67108860
[pid=16776] ppid=16773 vsize=10822316 memory=77736 CPUtime=1.09 cores=0-3
/proc/16776/stat : 16776 (java) S 16773 16776 13981 0 -1 1077944320 14673 12996 0 0 95 6 5 3 20 0 15 0 473761215 11082051584 19434 33554432000 4194304 4196468 140733947287808 140733947270352 139909188353783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
/proc/16776/statm: 2705579 19434 3502 1 0 2667661 0
[pid=16776/tid=16829] ppid=16773 vsize=10822316 memory=0 CPUtime=0.66 cores=0-3
/proc/16776/task/16829/stat : 16829 (java) R 16773 16776 13981 0 -1 4202560 10046 12996 0 0 54 4 5 3 20 0 15 0 473761225 11082051584 19434 33554432000 4194304 4196468 140733947287808 139909160169840 139909188375709 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16830] ppid=16773 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/16776/task/16830/stat : 16830 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761226 11082051584 19434 33554432000 4194304 4196468 140733947287808 139909192596624 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16831] ppid=16773 vsize=10822316 memory=0 CPUtime=0.08 cores=0-3
/proc/16776/task/16831/stat : 16831 (java) S 16773 16776 13981 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 473761226 11082051584 19434 33554432000 4194304 4196468 140733947287808 139908761836560 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16832] ppid=16773 vsize=10822316 memory=140160150941904 CPUtime=0.08 cores=0-3
/proc/16776/task/16832/stat : 16832 (java) S 16773 16776 13981 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 473761226 11082051584 19434 33554432000 4194304 4196468 140733947287808 139908760783760 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16833] ppid=16773 vsize=10822316 memory=140161962738267 CPUtime=0.08 cores=0-3
/proc/16776/task/16833/stat : 16833 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761226 11082051584 19434 33554432000 4194304 4196468 140733947287808 139908759730960 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16834] ppid=16773 vsize=10822316 memory=980 CPUtime=0.08 cores=0-3
/proc/16776/task/16834/stat : 16834 (java) S 16773 16776 13981 0 -1 1077944384 5 12996 0 0 0 0 5 3 20 0 15 0 473761227 11082051584 19434 33554432000 4194304 4196468 140733947287808 139908714916208 139909188364930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16835] ppid=16773 vsize=10822316 memory=7014751519617144145 CPUtime=0.08 cores=0-3
/proc/16776/task/16835/stat : 16835 (java) S 16773 16776 13981 0 -1 1077944384 13 12996 0 0 0 0 5 3 20 0 15 0 473761228 11082051584 19434 33554432000 4194304 4196468 140733947287808 139908626768928 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16836] ppid=16773 vsize=10822316 memory=6081104596517153130 CPUtime=0.08 cores=0-3
/proc/16776/task/16836/stat : 16836 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761228 11082051584 19434 33554432000 4194304 4196468 140733947287808 139907955680112 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16837] ppid=16773 vsize=10822316 memory=33104 CPUtime=0.08 cores=0-3
/proc/16776/task/16837/stat : 16837 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11082051584 19434 33554432000 4194304 4196468 140733947287808 139907715389264 139909188372379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16838] ppid=16773 vsize=10822316 memory=2120 CPUtime=0.17 cores=0-3
/proc/16776/task/16838/stat : 16838 (java) R 16773 16776 13981 0 -1 4202560 730 12996 0 0 9 0 5 3 20 0 15 0 473761231 11082051584 19434 33554432000 4194304 4196468 140733947287808 139908713851072 139909171885266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16839] ppid=16773 vsize=10822316 memory=496 CPUtime=0.2 cores=0-3
/proc/16776/task/16839/stat : 16839 (java) R 16773 16776 13981 0 -1 4202560 881 12996 0 0 12 0 5 3 20 0 15 0 473761231 11082051584 19434 33554432000 4194304 4196468 140733947287808 139908712792816 139909165948528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16840] ppid=16773 vsize=10822316 memory=1560 CPUtime=0.25 cores=0-3
/proc/16776/task/16840/stat : 16840 (java) S 16773 16776 13981 0 -1 1077944384 778 12996 0 0 17 0 5 3 20 0 15 0 473761231 11082051584 19434 33554432000 4194304 4196468 140733947287808 139908711758448 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16841] ppid=16773 vsize=10822316 memory=928 CPUtime=0.08 cores=0-3
/proc/16776/task/16841/stat : 16841 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11082051584 19434 33554432000 4194304 4196468 140733947287808 139907681831648 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16842] ppid=16773 vsize=10822316 memory=1724 CPUtime=0.08 cores=0-3
/proc/16776/task/16842/stat : 16842 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761231 11082051584 19434 33554432000 4194304 4196468 140733947287808 139908710705840 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 77736 KiB

[startup+1.50078 s]
/proc/loadavg: 2.11 1.68 1.50 3/228 16842
/proc/meminfo: memFree=3089212/32770688 swapFree=66927192/67108860
[pid=16776] ppid=16773 vsize=10834680 memory=167256 CPUtime=2.44 cores=0-3
/proc/16776/stat : 16776 (java) S 16773 16776 13981 0 -1 1077944320 21358 12996 0 0 225 11 5 3 20 0 15 0 473761215 11094712320 41814 33554432000 4194304 4196468 140733947287808 140733947270352 139909188353783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
/proc/16776/statm: 2708670 41814 3577 1 0 2670733 0
[pid=16776/tid=16829] ppid=16773 vsize=10834680 memory=164268 CPUtime=1.42 cores=0-3
/proc/16776/task/16829/stat : 16829 (java) R 16773 16776 13981 0 -1 4202560 15043 12996 0 0 127 7 5 3 20 0 15 0 473761225 11094712320 41814 33554432000 4194304 4196468 140733947287808 139909160180640 139909188375709 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16830] ppid=16773 vsize=10834680 memory=1444 CPUtime=0.09 cores=0-3
/proc/16776/task/16830/stat : 16830 (java) S 16773 16776 13981 0 -1 1077944384 93 12996 0 0 1 0 5 3 20 0 15 0 473761226 11094712320 41814 33554432000 4194304 4196468 140733947287808 139909192596624 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16831] ppid=16773 vsize=10834680 memory=1764 CPUtime=0.09 cores=0-3
/proc/16776/task/16831/stat : 16831 (java) S 16773 16776 13981 0 -1 1077944384 287 12996 0 0 1 0 5 3 20 0 15 0 473761226 11094712320 41814 33554432000 4194304 4196468 140733947287808 139908761836560 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16832] ppid=16773 vsize=10834680 memory=0 CPUtime=0.09 cores=0-3
/proc/16776/task/16832/stat : 16832 (java) S 16773 16776 13981 0 -1 1077944384 47 12996 0 0 1 0 5 3 20 0 15 0 473761226 11094712320 41814 33554432000 4194304 4196468 140733947287808 139908760783760 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16833] ppid=16773 vsize=10834680 memory=-6154581634397065563 CPUtime=0.09 cores=0-3
/proc/16776/task/16833/stat : 16833 (java) S 16773 16776 13981 0 -1 1077944384 16 12996 0 0 1 0 5 3 20 0 15 0 473761226 11094712320 41814 33554432000 4194304 4196468 140733947287808 139908759730960 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16834] ppid=16773 vsize=10834680 memory=3833724587141655355 CPUtime=0.09 cores=0-3
/proc/16776/task/16834/stat : 16834 (java) S 16773 16776 13981 0 -1 1077944384 125 12996 0 0 1 0 5 3 20 0 15 0 473761227 11094712320 41814 33554432000 4194304 4196468 140733947287808 139908714916208 139909188364930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16835] ppid=16773 vsize=10834680 memory=-6944103529398779036 CPUtime=0.08 cores=0-3
/proc/16776/task/16835/stat : 16835 (java) S 16773 16776 13981 0 -1 1077944384 14 12996 0 0 0 0 5 3 20 0 15 0 473761228 11094712320 41814 33554432000 4194304 4196468 140733947287808 139908626768928 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16836] ppid=16773 vsize=10834680 memory=-6005673638262905286 CPUtime=0.08 cores=0-3
/proc/16776/task/16836/stat : 16836 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761228 11094712320 41814 33554432000 4194304 4196468 140733947287808 139907955680128 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16837] ppid=16773 vsize=10834680 memory=0 CPUtime=0.08 cores=0-3
/proc/16776/task/16837/stat : 16837 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11094712320 41814 33554432000 4194304 4196468 140733947287808 139907715389264 139909188372379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16838] ppid=16773 vsize=10834680 memory=0 CPUtime=0.35 cores=0-3
/proc/16776/task/16838/stat : 16838 (java) S 16773 16776 13981 0 -1 1077944384 974 12996 0 0 27 0 5 3 20 0 15 0 473761231 11094712320 41814 33554432000 4194304 4196468 140733947287808 139908713864048 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16839] ppid=16773 vsize=10834680 memory=4580 CPUtime=0.34 cores=0-3
/proc/16776/task/16839/stat : 16839 (java) S 16773 16776 13981 0 -1 1077944384 1285 12996 0 0 26 0 5 3 20 0 15 0 473761231 11094712320 41814 33554432000 4194304 4196468 140733947287808 139908712811248 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16840] ppid=16773 vsize=10834680 memory=7228928657825222745 CPUtime=0.45 cores=0-3
/proc/16776/task/16840/stat : 16840 (java) R 16773 16776 13981 0 -1 4202560 1262 12996 0 0 37 0 5 3 20 0 15 0 473761231 11094712320 41814 33554432000 4194304 4196468 140733947287808 139908711758448 139909188365718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16841] ppid=16773 vsize=10834680 memory=7516883056576456000 CPUtime=0.08 cores=0-3
/proc/16776/task/16841/stat : 16841 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11094712320 41814 33554432000 4194304 4196468 140733947287808 139907681831648 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16842] ppid=16773 vsize=10834680 memory=7883944126136738903 CPUtime=0.08 cores=0-3
/proc/16776/task/16842/stat : 16842 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761231 11094712320 41814 33554432000 4194304 4196468 140733947287808 139908710705840 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834680 KiB

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

[pid=16776/tid=16841] ppid=16773 vsize=10846988 memory=660 CPUtime=0.08 cores=0-3
/proc/16776/task/16841/stat : 16841 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11107315712 157105 33554432000 4194304 4196468 140733947287808 139907681831648 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16842] ppid=16773 vsize=10846988 memory=1556 CPUtime=0.11 cores=0-3
/proc/16776/task/16842/stat : 16842 (java) S 16773 16776 13981 0 -1 1077944384 565 12996 0 0 1 2 5 3 20 0 15 0 473761231 11107315712 157105 33554432000 4194304 4196468 140733947287808 139908710705840 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
Current children cumulated CPU time: 79.74 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 628420 KiB

[startup+73.6008 s]
/proc/loadavg: 1.71 1.66 1.50 3/227 16846
/proc/meminfo: memFree=2551756/32770688 swapFree=66927192/67108860
[pid=16776] ppid=16773 vsize=10846988 memory=628420 CPUtime=82.95 cores=0-3
/proc/16776/stat : 16776 (java) S 16773 16776 13981 0 -1 1077944320 94880 12996 0 0 8246 41 5 3 20 0 15 0 473761215 11107315712 157105 33554432000 4194304 4196468 140733947287808 140733947270352 139909188353783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
/proc/16776/statm: 2711747 157105 3631 1 0 2673805 0
[pid=16776/tid=16829] ppid=16773 vsize=10846988 memory=6791534058613427641 CPUtime=73.25 cores=0-3
/proc/16776/task/16829/stat : 16829 (java) R 16773 16776 13981 0 -1 4202560 27831 12996 0 0 7298 19 5 3 20 0 15 0 473761225 11107315712 157105 33554432000 4194304 4196468 140733947287808 139909160190208 139908793092905 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16830] ppid=16773 vsize=10846988 memory=288230591755977018 CPUtime=0.19 cores=0-3
/proc/16776/task/16830/stat : 16830 (java) S 16773 16776 13981 0 -1 1077944384 1226 12996 0 0 10 1 5 3 20 0 15 0 473761226 11107315712 157105 33554432000 4194304 4196468 140733947287808 139909192596624 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16831] ppid=16773 vsize=10846988 memory=14132229966143655 CPUtime=0.19 cores=0-3
/proc/16776/task/16831/stat : 16831 (java) S 16773 16776 13981 0 -1 1077944384 2529 12996 0 0 9 2 5 3 20 0 15 0 473761226 11107315712 157105 33554432000 4194304 4196468 140733947287808 139908761836560 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16832] ppid=16773 vsize=10846988 memory=628420 CPUtime=0.19 cores=0-3
/proc/16776/task/16832/stat : 16832 (java) S 16773 16776 13981 0 -1 1077944384 1677 12996 0 0 9 2 5 3 20 0 15 0 473761226 11107315712 157105 33554432000 4194304 4196468 140733947287808 139908760783760 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16833] ppid=16773 vsize=10846988 memory=2020 CPUtime=0.19 cores=0-3
/proc/16776/task/16833/stat : 16833 (java) S 16773 16776 13981 0 -1 1077944384 2433 12996 0 0 9 2 5 3 20 0 15 0 473761226 11107315712 157105 33554432000 4194304 4196468 140733947287808 139908759730960 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16834] ppid=16773 vsize=10846988 memory=1420 CPUtime=0.19 cores=0-3
/proc/16776/task/16834/stat : 16834 (java) S 16773 16776 13981 0 -1 1077944384 7154 12996 0 0 10 1 5 3 20 0 15 0 473761227 11107315712 157105 33554432000 4194304 4196468 140733947287808 139908714916208 139909188364930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16835] ppid=16773 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=0-3
/proc/16776/task/16835/stat : 16835 (java) S 16773 16776 13981 0 -1 1077944384 15 12996 0 0 0 0 5 3 20 0 15 0 473761228 11107315712 157105 33554432000 4194304 4196468 140733947287808 139908626769056 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16836] ppid=16773 vsize=10846988 memory=1420 CPUtime=0.08 cores=0-3
/proc/16776/task/16836/stat : 16836 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761228 11107315712 157105 33554432000 4194304 4196468 140733947287808 139907955680128 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16837] ppid=16773 vsize=10846988 memory=776 CPUtime=0.08 cores=0-3
/proc/16776/task/16837/stat : 16837 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11107315712 157105 33554432000 4194304 4196468 140733947287808 139907715389264 139909188372379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16838] ppid=16773 vsize=10846988 memory=628420 CPUtime=3.95 cores=0-3
/proc/16776/task/16838/stat : 16838 (java) S 16773 16776 13981 0 -1 1077944384 26008 12996 0 0 384 3 5 3 20 0 15 0 473761231 11107315712 157105 33554432000 4194304 4196468 140733947287808 139908713864048 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16839] ppid=16773 vsize=10846988 memory=6791534058613427641 CPUtime=3.29 cores=0-3
/proc/16776/task/16839/stat : 16839 (java) S 16773 16776 13981 0 -1 1077944384 12967 12996 0 0 318 3 5 3 20 0 15 0 473761231 11107315712 157105 33554432000 4194304 4196468 140733947287808 139908712811248 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16840] ppid=16773 vsize=10846988 memory=924 CPUtime=2.01 cores=0-3
/proc/16776/task/16840/stat : 16840 (java) S 16773 16776 13981 0 -1 1077944384 10262 12996 0 0 190 3 5 3 20 0 15 0 473761231 11107315712 157105 33554432000 4194304 4196468 140733947287808 139908711758448 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16841] ppid=16773 vsize=10846988 memory=1444 CPUtime=0.08 cores=0-3
/proc/16776/task/16841/stat : 16841 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11107315712 157105 33554432000 4194304 4196468 140733947287808 139907681831648 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16842] ppid=16773 vsize=10846988 memory=1764 CPUtime=0.11 cores=0-3
/proc/16776/task/16842/stat : 16842 (java) S 16773 16776 13981 0 -1 1077944384 565 12996 0 0 1 2 5 3 20 0 15 0 473761231 11107315712 157105 33554432000 4194304 4196468 140733947287808 139908710705840 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
Current children cumulated CPU time: 82.95 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 628420 KiB

[startup+74.4051 s]
/proc/loadavg: 1.71 1.66 1.50 3/227 16846
/proc/meminfo: memFree=2551760/32770688 swapFree=66927192/67108860
[pid=16776] ppid=16773 vsize=10846988 memory=628424 CPUtime=83.76 cores=0-3
/proc/16776/stat : 16776 (java) S 16773 16776 13981 0 -1 1077944320 96783 12996 0 0 8327 41 5 3 20 0 15 0 473761215 11107315712 157106 33554432000 4194304 4196468 140733947287808 140733947270352 139909188353783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
/proc/16776/statm: 2711747 157106 3631 1 0 2673805 0
[pid=16776/tid=16829] ppid=16773 vsize=10846988 memory=6791534058613427641 CPUtime=74.05 cores=0-3
/proc/16776/task/16829/stat : 16829 (java) R 16773 16776 13981 0 -1 4202560 27835 12996 0 0 7378 19 5 3 20 0 15 0 473761225 11107315712 157106 33554432000 4194304 4196468 140733947287808 139909160188880 139908793095122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16830] ppid=16773 vsize=10846988 memory=2120 CPUtime=0.19 cores=0-3
/proc/16776/task/16830/stat : 16830 (java) S 16773 16776 13981 0 -1 1077944384 1226 12996 0 0 10 1 5 3 20 0 15 0 473761226 11107315712 157106 33554432000 4194304 4196468 140733947287808 139909192596624 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16831] ppid=16773 vsize=10846988 memory=496 CPUtime=0.19 cores=0-3
/proc/16776/task/16831/stat : 16831 (java) S 16773 16776 13981 0 -1 1077944384 2529 12996 0 0 9 2 5 3 20 0 15 0 473761226 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908761836560 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16832] ppid=16773 vsize=10846988 memory=1560 CPUtime=0.19 cores=0-3
/proc/16776/task/16832/stat : 16832 (java) S 16773 16776 13981 0 -1 1077944384 1677 12996 0 0 9 2 5 3 20 0 15 0 473761226 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908760783760 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16833] ppid=16773 vsize=10846988 memory=6791534058613427641 CPUtime=0.19 cores=0-3
/proc/16776/task/16833/stat : 16833 (java) S 16773 16776 13981 0 -1 1077944384 2433 12996 0 0 9 2 5 3 20 0 15 0 473761226 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908759730960 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16834] ppid=16773 vsize=10846988 memory=6791534058613427641 CPUtime=0.19 cores=0-3
/proc/16776/task/16834/stat : 16834 (java) S 16773 16776 13981 0 -1 1077944384 7154 12996 0 0 10 1 5 3 20 0 15 0 473761227 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908714916208 139909188364930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16835] ppid=16773 vsize=10846988 memory=280320301776152 CPUtime=0.08 cores=0-3
/proc/16776/task/16835/stat : 16835 (java) S 16773 16776 13981 0 -1 1077944384 15 12996 0 0 0 0 5 3 20 0 15 0 473761228 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908626769056 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16836] ppid=16773 vsize=10846988 memory=24833 CPUtime=0.08 cores=0-3
/proc/16776/task/16836/stat : 16836 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761228 11107315712 157106 33554432000 4194304 4196468 140733947287808 139907955680128 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16837] ppid=16773 vsize=10846988 memory=11581076939 CPUtime=0.08 cores=0-3
/proc/16776/task/16837/stat : 16837 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139907715389264 139909188372379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16838] ppid=16773 vsize=10846988 memory=280320301968544 CPUtime=3.95 cores=0-3
/proc/16776/task/16838/stat : 16838 (java) S 16773 16776 13981 0 -1 1077944384 26008 12996 0 0 384 3 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908713864048 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16839] ppid=16773 vsize=10846988 memory=288230574492221466 CPUtime=3.29 cores=0-3
/proc/16776/task/16839/stat : 16839 (java) S 16773 16776 13981 0 -1 1077944384 12967 12996 0 0 318 3 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908712811248 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16840] ppid=16773 vsize=10846988 memory=288230591755977018 CPUtime=2.02 cores=0-3
/proc/16776/task/16840/stat : 16840 (java) S 16773 16776 13981 0 -1 1077944384 12161 12996 0 0 190 4 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908711758448 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16841] ppid=16773 vsize=10846988 memory=14132229966143655 CPUtime=0.08 cores=0-3
/proc/16776/task/16841/stat : 16841 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139907681831648 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16842] ppid=16773 vsize=10846988 memory=4872558044660077418 CPUtime=0.11 cores=0-3
/proc/16776/task/16842/stat : 16842 (java) S 16773 16776 13981 0 -1 1077944384 565 12996 0 0 1 2 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908710705840 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
Current children cumulated CPU time: 83.76 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 628424 KiB

[startup+74.8008 s]
/proc/loadavg: 1.71 1.66 1.50 3/227 16846
/proc/meminfo: memFree=2551760/32770688 swapFree=66927192/67108860
[pid=16776] ppid=16773 vsize=10846988 memory=628424 CPUtime=84.16 cores=0-3
/proc/16776/stat : 16776 (java) S 16773 16776 13981 0 -1 1077944320 96785 12996 0 0 8367 41 5 3 20 0 15 0 473761215 11107315712 157106 33554432000 4194304 4196468 140733947287808 140733947270352 139909188353783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
/proc/16776/statm: 2711747 157106 3631 1 0 2673805 0
[pid=16776/tid=16829] ppid=16773 vsize=10846988 memory=303430240498352442 CPUtime=74.45 cores=0-3
/proc/16776/task/16829/stat : 16829 (java) R 16773 16776 13981 0 -1 4202560 27836 12996 0 0 7418 19 5 3 20 0 15 0 473761225 11107315712 157106 33554432000 4194304 4196468 140733947287808 139909160189136 139908793094526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16830] ppid=16773 vsize=10846988 memory=14132229966143655 CPUtime=0.19 cores=0-3
/proc/16776/task/16830/stat : 16830 (java) S 16773 16776 13981 0 -1 1077944384 1226 12996 0 0 10 1 5 3 20 0 15 0 473761226 11107315712 157106 33554432000 4194304 4196468 140733947287808 139909192596624 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16831] ppid=16773 vsize=10846988 memory=1964 CPUtime=0.19 cores=0-3
/proc/16776/task/16831/stat : 16831 (java) S 16773 16776 13981 0 -1 1077944384 2529 12996 0 0 9 2 5 3 20 0 15 0 473761226 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908761836560 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16832] ppid=16773 vsize=10846988 memory=2776 CPUtime=0.19 cores=0-3
/proc/16776/task/16832/stat : 16832 (java) S 16773 16776 13981 0 -1 1077944384 1677 12996 0 0 9 2 5 3 20 0 15 0 473761226 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908760783760 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16833] ppid=16773 vsize=10846988 memory=924 CPUtime=0.19 cores=0-3
/proc/16776/task/16833/stat : 16833 (java) S 16773 16776 13981 0 -1 1077944384 2433 12996 0 0 9 2 5 3 20 0 15 0 473761226 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908759730960 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16834] ppid=16773 vsize=10846988 memory=1444 CPUtime=0.2 cores=0-3
/proc/16776/task/16834/stat : 16834 (java) S 16773 16776 13981 0 -1 1077944384 7155 12996 0 0 11 1 5 3 20 0 15 0 473761227 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908714916208 139909188364930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16835] ppid=16773 vsize=10846988 memory=33104 CPUtime=0.08 cores=0-3
/proc/16776/task/16835/stat : 16835 (java) S 16773 16776 13981 0 -1 1077944384 15 12996 0 0 0 0 5 3 20 0 15 0 473761228 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908626769056 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16836] ppid=16773 vsize=10846988 memory=2120 CPUtime=0.08 cores=0-3
/proc/16776/task/16836/stat : 16836 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761228 11107315712 157106 33554432000 4194304 4196468 140733947287808 139907955680128 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16837] ppid=16773 vsize=10846988 memory=496 CPUtime=0.08 cores=0-3
/proc/16776/task/16837/stat : 16837 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139907715389264 139909188372379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16838] ppid=16773 vsize=10846988 memory=1560 CPUtime=3.95 cores=0-3
/proc/16776/task/16838/stat : 16838 (java) S 16773 16776 13981 0 -1 1077944384 26008 12996 0 0 384 3 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908713864048 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16839] ppid=16773 vsize=10846988 memory=928 CPUtime=3.29 cores=0-3
/proc/16776/task/16839/stat : 16839 (java) S 16773 16776 13981 0 -1 1077944384 12967 12996 0 0 318 3 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908712811248 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16840] ppid=16773 vsize=10846988 memory=1724 CPUtime=2.02 cores=0-3
/proc/16776/task/16840/stat : 16840 (java) S 16773 16776 13981 0 -1 1077944384 12161 12996 0 0 190 4 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908711758448 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16841] ppid=16773 vsize=10846988 memory=628420 CPUtime=0.08 cores=0-3
/proc/16776/task/16841/stat : 16841 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139907681831648 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16842] ppid=16773 vsize=10846988 memory=628420 CPUtime=0.11 cores=0-3
/proc/16776/task/16842/stat : 16842 (java) S 16773 16776 13981 0 -1 1077944384 565 12996 0 0 1 2 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908710705840 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
Current children cumulated CPU time: 84.16 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 628424 KiB

[startup+75.2008 s]
/proc/loadavg: 1.71 1.66 1.50 3/227 16846
/proc/meminfo: memFree=2551760/32770688 swapFree=66927192/67108860
[pid=16776] ppid=16773 vsize=10846988 memory=628424 CPUtime=84.56 cores=0-3
/proc/16776/stat : 16776 (java) S 16773 16776 13981 0 -1 1077944320 96788 12996 0 0 8407 41 5 3 20 0 15 0 473761215 11107315712 157106 33554432000 4194304 4196468 140733947287808 140733947270352 139909188353783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
/proc/16776/statm: 2711747 157106 3631 1 0 2673805 0
[pid=16776/tid=16829] ppid=16773 vsize=10846988 memory=6791534058613427641 CPUtime=74.85 cores=0-3
/proc/16776/task/16829/stat : 16829 (java) R 16773 16776 13981 0 -1 4202560 27837 12996 0 0 7458 19 5 3 20 0 15 0 473761225 11107315712 157106 33554432000 4194304 4196468 140733947287808 139909160189040 139908792625856 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16830] ppid=16773 vsize=10846988 memory=1408 CPUtime=0.19 cores=0-3
/proc/16776/task/16830/stat : 16830 (java) S 16773 16776 13981 0 -1 1077944384 1226 12996 0 0 10 1 5 3 20 0 15 0 473761226 11107315712 157106 33554432000 4194304 4196468 140733947287808 139909192596624 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16831] ppid=16773 vsize=10846988 memory=3180 CPUtime=0.19 cores=0-3
/proc/16776/task/16831/stat : 16831 (java) S 16773 16776 13981 0 -1 1077944384 2529 12996 0 0 9 2 5 3 20 0 15 0 473761226 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908761836560 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16832] ppid=16773 vsize=10846988 memory=1280092 CPUtime=0.19 cores=0-3
/proc/16776/task/16832/stat : 16832 (java) S 16773 16776 13981 0 -1 1077944384 1677 12996 0 0 9 2 5 3 20 0 15 0 473761226 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908760783760 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16833] ppid=16773 vsize=10846988 memory=984 CPUtime=0.19 cores=0-3
/proc/16776/task/16833/stat : 16833 (java) S 16773 16776 13981 0 -1 1077944384 2433 12996 0 0 9 2 5 3 20 0 15 0 473761226 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908759730960 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16834] ppid=16773 vsize=10846988 memory=2020 CPUtime=0.2 cores=0-3
/proc/16776/task/16834/stat : 16834 (java) S 16773 16776 13981 0 -1 1077944384 7157 12996 0 0 11 1 5 3 20 0 15 0 473761227 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908714916208 139909188364930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16835] ppid=16773 vsize=10846988 memory=1420 CPUtime=0.08 cores=0-3
/proc/16776/task/16835/stat : 16835 (java) S 16773 16776 13981 0 -1 1077944384 15 12996 0 0 0 0 5 3 20 0 15 0 473761228 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908626769056 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16836] ppid=16773 vsize=10846988 memory=776 CPUtime=0.08 cores=0-3
/proc/16776/task/16836/stat : 16836 (java) S 16773 16776 13981 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 473761228 11107315712 157106 33554432000 4194304 4196468 140733947287808 139907955680128 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16837] ppid=16773 vsize=10846988 memory=660 CPUtime=0.08 cores=0-3
/proc/16776/task/16837/stat : 16837 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139907715389264 139909188372379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16838] ppid=16773 vsize=10846988 memory=1556 CPUtime=3.95 cores=0-3
/proc/16776/task/16838/stat : 16838 (java) S 16773 16776 13981 0 -1 1077944384 26008 12996 0 0 384 3 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908713864048 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16839] ppid=16773 vsize=10846988 memory=9588 CPUtime=3.29 cores=0-3
/proc/16776/task/16839/stat : 16839 (java) S 16773 16776 13981 0 -1 1077944384 12967 12996 0 0 318 3 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908712811248 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16840] ppid=16773 vsize=10846988 memory=1712 CPUtime=2.02 cores=0-3
/proc/16776/task/16840/stat : 16840 (java) S 16773 16776 13981 0 -1 1077944384 12161 12996 0 0 190 4 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908711758448 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16841] ppid=16773 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=0-3
/proc/16776/task/16841/stat : 16841 (java) S 16773 16776 13981 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139907681831648 139909188363989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
[pid=16776/tid=16842] ppid=16773 vsize=10846988 memory=984 CPUtime=0.11 cores=0-3
/proc/16776/task/16842/stat : 16842 (java) S 16773 16776 13981 0 -1 1077944384 565 12996 0 0 1 2 5 3 20 0 15 0 473761231 11107315712 157106 33554432000 4194304 4196468 140733947287808 139908710705840 139909188364930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31141888 140733947292399 140733947294917 140733947294917 140733947297743 0
Current children cumulated CPU time: 84.56 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 628424 KiB

Child status: 0
Real time (s): 75.2754
CPU time (s): 84.6628
CPU user time (s): 84.2006
CPU system time (s): 0.462154
CPU usage (%): 112.471
Max. virtual memory (cumulated for all children) (KiB): 10849656
Max. memory (cumulated for all children) (KiB): 645096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.2006
system time used= 0.462154
maximum resident set size= 646636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110382
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11093
involuntary context switches= 339


# summary of solver processes directly reported to runsolver:
#   pid: 16776
#   total CPU time (s): 84.6628
#   total CPU user time (s): 84.2006
#   total CPU system time (s): 0.462154

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.564824 second user time and 0.795071 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-21 19:26:11
IDJOB=4402886
IDBENCH=128773
IDSOLVER=2861
FILE ID=node120/4402886-1568977550
RUNJOBID= node120-1324482060-14012
PBS_JOBID= 21704627
Free space on /tmp= 23256 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-06-08.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402886-1568977550/watcher-4402886-1568977550 -o /tmp/evaluation-result-4402886-1568977550/solver-4402886-1568977550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14012 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1202144846 HOME/instance-4402886-1568977550.xml

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

MD5SUM BENCH= 8d7da43fda8420e04b4d8dcd0c7711ab
RANDOM SEED=1202144846

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:         3171968 kB
MemAvailable:   30513196 kB
Buffers:          111152 kB
Cached:         27190884 kB
SwapCached:        68632 kB
Active:         14908984 kB
Inactive:       13729340 kB
Active(anon):    1267112 kB
Inactive(anon):   125436 kB
Active(file):   13641872 kB
Inactive(file): 13603904 kB
Unevictable:      109204 kB
Mlocked:          109204 kB
SwapTotal:      67108860 kB
SwapFree:       66927192 kB
Dirty:             35428 kB
Writeback:             0 kB
AnonPages:       1378064 kB
Mapped:            71076 kB
Shmem:             47316 kB
Slab:             553008 kB
SReclaimable:     523912 kB
SUnreclaim:        29096 kB
KernelStack:        3728 kB
PageTables:         8648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    2530968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1198080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23220 MiB
End job on node120 at 2011-12-21 19:27:27