Trace number 4402898

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.3OPT90 1368.62 1343.77

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-02.xml
MD5SUMfbff45376af17ae2a145abecb1f2c180
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark324.466
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size180
Distribution of domain sizes[{"size":1,"count":1},{"size":180,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":1},{"degree":7,"count":10},{"degree":8,"count":17},{"degree":9,"count":2}]
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.79/0.55	c Concrete v3.12.3.1568965526260 running
8.03/3.79	o 103
8.34/3.85	o 100
8.34/3.88	o 99
8.66/3.93	o 98
14.52/8.35	o 97
14.52/8.36	o 95
14.52/8.38	o 94
47.43/40.18	o 93
56.70/49.33	o 91
104.23/96.00	o 90
1368.53/1343.76	v <instantiation
1368.53/1343.76	v         cost = '90'>
1368.53/1343.76	v       <list>
1368.53/1343.76	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]
1368.53/1343.76	v       </list>
1368.53/1343.76	v       <values>
1368.53/1343.76	v         0 0 25 2 6 10 10 35 17 16 52 32 25 45 34 23 33 17 40 61 37 74 73 58 61 35 50 79 42 85 71 90
1368.53/1343.76	v       </values>
1368.53/1343.76	v     </instantiation>
1368.53/1343.76	s OPTIMUM FOUND

Verifier Data

OK	90

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402898-1568977597/watcher-4402898-1568977597 -o /tmp/evaluation-result-4402898-1568977597/solver-4402898-1568977597 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7556 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2142651045 HOME/instance-4402898-1568977597.xml 

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

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


[startup+0.100059 s]*
/proc/loadavg: 1.24 1.37 1.41 3/218 10607
/proc/meminfo: memFree=4847828/32770624 swapFree=66999216/67108860
[pid=10550] ppid=10547 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/10550/stat : 10550 (java) S 10547 10550 7525 0 -1 1077944320 4314 13018 0 0 1 0 5 3 20 0 6 0 474012727 10212057088 4582 33554432000 4194304 4196468 140735491622336 140735491604880 140645392293623 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
/proc/10550/statm: 2493178 4582 1931 1 0 2481616 0
[pid=10550/tid=10603] ppid=10547 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10603/stat : 10603 (java) R 10547 10550 7525 0 -1 4202560 2118 13018 0 0 0 0 5 3 20 0 6 0 474012736 10212057088 4582 33554432000 4194304 4196468 140735491622336 140645364130384 140645377976115 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10604] ppid=10547 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10604/stat : 10604 (java) S 10547 10550 7525 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 6 0 474012737 10212057088 4582 33554432000 4194304 4196468 140735491622336 140645396535696 140645392303829 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10605] ppid=10547 vsize=9972712 memory=139709481784960 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10605/stat : 10605 (java) S 10547 10550 7525 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 6 0 474012737 10212057088 4582 33554432000 4194304 4196468 140735491622336 140645284808976 140645392303829 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10606] ppid=10547 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10606/stat : 10606 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 6 0 474012737 10212057088 4582 33554432000 4194304 4196468 140735491622336 140645283756688 140645392303829 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10607] ppid=10547 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10607/stat : 10607 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 6 0 474012737 10212057088 4582 33554432000 4194304 4196468 140735491622336 140645282703888 140645392303829 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210262 s]*
/proc/loadavg: 1.24 1.37 1.41 4/227 10616
/proc/meminfo: memFree=4829032/32770624 swapFree=66999216/67108860
[pid=10550] ppid=10547 vsize=10820756 memory=41660 CPUtime=0.27 cores=0,2,4,6
/proc/10550/stat : 10550 (java) S 10547 10550 7525 0 -1 1077944320 7022 13018 0 0 17 2 5 3 20 0 15 0 474012727 11080454144 10415 33554432000 4194304 4196468 140735491622336 140735491604880 140645392293623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
/proc/10550/statm: 2705189 10415 3173 1 0 2667405 0
[pid=10550/tid=10603] ppid=10547 vsize=10820000 memory=7822038051842263955 CPUtime=0.19 cores=0,2,4,6
/proc/10550/task/10603/stat : 10603 (java) R 10547 10550 7525 0 -1 4202560 3613 13018 0 0 10 1 5 3 20 0 15 0 474012736 11079680000 10480 33554432000 4194304 4196468 140735491622336 140645364104656 140645315370563 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10604] ppid=10547 vsize=10820000 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10604/stat : 10604 (java) S 10547 10550 7525 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 15 0 474012737 11079680000 10480 33554432000 4194304 4196468 140735491622336 140645396535696 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10605] ppid=10547 vsize=10820000 memory=139709481784960 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10605/stat : 10605 (java) S 10547 10550 7525 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 15 0 474012737 11079680000 10480 33554432000 4194304 4196468 140735491622336 140645284808976 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10606] ppid=10547 vsize=10820000 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10606/stat : 10606 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012737 11079680000 10480 33554432000 4194304 4196468 140735491622336 140645283756688 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10607] ppid=10547 vsize=10820000 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10607/stat : 10607 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012737 11079680000 10480 33554432000 4194304 4196468 140735491622336 140645282703888 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10608] ppid=10547 vsize=10820000 memory=139709481784960 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10608/stat : 10608 (java) S 10547 10550 7525 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 15 0 474012738 11079680000 10480 33554432000 4194304 4196468 140735491622336 140644851731056 140645392304770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10609] ppid=10547 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10609/stat : 10609 (java) S 10547 10550 7525 0 -1 1077944384 33 13018 0 0 0 0 5 3 20 0 15 0 474012739 11079847936 10480 33554432000 4194304 4196468 140735491622336 140644850677024 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10610] ppid=10547 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10610/stat : 10610 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012739 11079847936 10480 33554432000 4194304 4196468 140735491622336 140644274136688 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10611] ppid=10547 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10611/stat : 10611 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012741 11079847936 10480 33554432000 4194304 4196468 140735491622336 140643966736976 140645392312219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10612] ppid=10547 vsize=10820164 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10550/task/10612/stat : 10612 (java) S 10547 10550 7525 0 -1 1077944384 466 13018 0 0 1 0 5 3 20 0 15 0 474012742 11079847936 10480 33554432000 4194304 4196468 140735491622336 140644817119344 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10613] ppid=10547 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10613/stat : 10613 (java) S 10547 10550 7525 0 -1 1077944384 191 13018 0 0 0 0 5 3 20 0 15 0 474012742 11079847936 10480 33554432000 4194304 4196468 140735491622336 140644816066544 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10614] ppid=10547 vsize=10820164 memory=139709481784960 CPUtime=0.11 cores=0,2,4,6
/proc/10550/task/10614/stat : 10614 (java) S 10547 10550 7525 0 -1 1077944384 602 13018 0 0 3 0 5 3 20 0 15 0 474012742 11079847936 10480 33554432000 4194304 4196468 140735491622336 140644815014256 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10615] ppid=10547 vsize=10820164 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10615/stat : 10615 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012742 11079847936 10546 33554432000 4194304 4196468 140735491622336 140643933178336 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10616] ppid=10547 vsize=10820164 memory=139709481784960 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10616/stat : 10616 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012742 11079847936 10546 33554432000 4194304 4196468 140735491622336 140644813962160 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820756 KiB
Current children cumulated memory: 41660 KiB

[startup+0.310318 s]*
/proc/loadavg: 1.24 1.37 1.41 4/227 10616
/proc/meminfo: memFree=4812824/32770624 swapFree=66999216/67108860
[pid=10550] ppid=10547 vsize=10820196 memory=50384 CPUtime=0.4 cores=0,2,4,6
/proc/10550/stat : 10550 (java) S 10547 10550 7525 0 -1 1077944320 10562 13018 0 0 29 3 5 3 20 0 15 0 474012727 11079880704 12596 33554432000 4194304 4196468 140735491622336 140735491604880 140645392293623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
/proc/10550/statm: 2705049 12596 3299 1 0 2667149 0
[pid=10550/tid=10603] ppid=10547 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/10550/task/10603/stat : 10603 (java) R 10547 10550 7525 0 -1 4202560 7028 13018 0 0 19 2 5 3 20 0 15 0 474012736 11079880704 12596 33554432000 4194304 4196468 140735491622336 140645364102544 140645392315549 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10604] ppid=10547 vsize=10820196 memory=6225506727448833381 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10604/stat : 10604 (java) S 10547 10550 7525 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 15 0 474012737 11079880704 12596 33554432000 4194304 4196468 140735491622336 140645396535696 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10605] ppid=10547 vsize=10820196 memory=5787213827347079232 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10605/stat : 10605 (java) S 10547 10550 7525 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 15 0 474012737 11079880704 12596 33554432000 4194304 4196468 140735491622336 140645284808976 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10606] ppid=10547 vsize=10820196 memory=7649539067892680385 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10606/stat : 10606 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012737 11079880704 12596 33554432000 4194304 4196468 140735491622336 140645283756688 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10607] ppid=10547 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10607/stat : 10607 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012737 11079880704 12596 33554432000 4194304 4196468 140735491622336 140645282703888 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10608] ppid=10547 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10608/stat : 10608 (java) S 10547 10550 7525 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 15 0 474012738 11079880704 12596 33554432000 4194304 4196468 140735491622336 140644851731056 140645392304770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10609] ppid=10547 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10609/stat : 10609 (java) S 10547 10550 7525 0 -1 1077944384 33 13018 0 0 0 0 5 3 20 0 15 0 474012739 11079880704 12596 33554432000 4194304 4196468 140735491622336 140644850677024 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10610] ppid=10547 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10610/stat : 10610 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012739 11079880704 12596 33554432000 4194304 4196468 140735491622336 140644274136688 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10611] ppid=10547 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10611/stat : 10611 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012741 11079880704 12596 33554432000 4194304 4196468 140735491622336 140643966736976 140645392312219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10612] ppid=10547 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/10550/task/10612/stat : 10612 (java) S 10547 10550 7525 0 -1 1077944384 476 13018 0 0 2 0 5 3 20 0 15 0 474012742 11079880704 12596 33554432000 4194304 4196468 140735491622336 140644817119344 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10613] ppid=10547 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10550/task/10613/stat : 10613 (java) S 10547 10550 7525 0 -1 1077944384 191 13018 0 0 1 0 5 3 20 0 15 0 474012742 11079880704 12596 33554432000 4194304 4196468 140735491622336 140644816066544 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10614] ppid=10547 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/10550/task/10614/stat : 10614 (java) S 10547 10550 7525 0 -1 1077944384 610 13018 0 0 5 0 5 3 20 0 15 0 474012742 11079880704 12596 33554432000 4194304 4196468 140735491622336 140644815014256 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10615] ppid=10547 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10615/stat : 10615 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012742 11079880704 12596 33554432000 4194304 4196468 140735491622336 140643933178336 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10616] ppid=10547 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10616/stat : 10616 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012742 11079880704 12596 33554432000 4194304 4196468 140735491622336 140644813962160 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50384 KiB

[startup+0.700701 s]
/proc/loadavg: 1.24 1.37 1.41 4/227 10616
/proc/meminfo: memFree=4799352/32770624 swapFree=66999216/67108860
[pid=10550] ppid=10547 vsize=10824364 memory=82124 CPUtime=1.15 cores=0,2,4,6
/proc/10550/stat : 10550 (java) S 10547 10550 7525 0 -1 1077944320 14500 13018 0 0 103 4 5 3 20 0 15 0 474012727 11084148736 20531 33554432000 4194304 4196468 140735491622336 140735491604880 140645392293623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
/proc/10550/statm: 2706091 20531 3506 1 0 2668173 0
[pid=10550/tid=10603] ppid=10547 vsize=10824364 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/10550/task/10603/stat : 10603 (java) R 10547 10550 7525 0 -1 4202560 9865 13018 0 0 56 3 5 3 20 0 15 0 474012736 11084148736 20531 33554432000 4194304 4196468 140735491622336 140645364106784 140645376374110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10604] ppid=10547 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10604/stat : 10604 (java) S 10547 10550 7525 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 15 0 474012737 11084148736 20531 33554432000 4194304 4196468 140735491622336 140645396535696 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10605] ppid=10547 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10605/stat : 10605 (java) S 10547 10550 7525 0 -1 1077944384 2 13018 0 0 0 0 5 3 20 0 15 0 474012737 11084148736 20531 33554432000 4194304 4196468 140735491622336 140645284808976 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10606] ppid=10547 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10606/stat : 10606 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012737 11084148736 20531 33554432000 4194304 4196468 140735491622336 140645283756688 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10607] ppid=10547 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10607/stat : 10607 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012737 11084148736 20531 33554432000 4194304 4196468 140735491622336 140645282703888 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10608] ppid=10547 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10608/stat : 10608 (java) S 10547 10550 7525 0 -1 1077944384 5 13018 0 0 0 0 5 3 20 0 15 0 474012738 11084148736 20531 33554432000 4194304 4196468 140735491622336 140644851731056 140645392304770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10609] ppid=10547 vsize=10824364 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10609/stat : 10609 (java) S 10547 10550 7525 0 -1 1077944384 33 13018 0 0 0 0 5 3 20 0 15 0 474012739 11084148736 20531 33554432000 4194304 4196468 140735491622336 140644850677024 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10610] ppid=10547 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10610/stat : 10610 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012739 11084148736 20531 33554432000 4194304 4196468 140735491622336 140644274136688 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10611] ppid=10547 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10611/stat : 10611 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012741 11084148736 20531 33554432000 4194304 4196468 140735491622336 140643966736976 140645392312219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10612] ppid=10547 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/10550/task/10612/stat : 10612 (java) R 10547 10550 7525 0 -1 4202560 986 13018 0 0 17 0 5 3 20 0 15 0 474012742 11084148736 20531 33554432000 4194304 4196468 140735491622336 140644817107488 140645373471546 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10613] ppid=10547 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/10550/task/10613/stat : 10613 (java) S 10547 10550 7525 0 -1 1077944384 628 13018 0 0 11 0 5 3 20 0 15 0 474012742 11084148736 20531 33554432000 4194304 4196468 140735491622336 140644816066544 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10614] ppid=10547 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/10550/task/10614/stat : 10614 (java) S 10547 10550 7525 0 -1 1077944384 762 13018 0 0 17 0 5 3 20 0 15 0 474012742 11084148736 20531 33554432000 4194304 4196468 140735491622336 140644815014256 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10615] ppid=10547 vsize=10824364 memory=139709380593584 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10615/stat : 10615 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012742 11084148736 20531 33554432000 4194304 4196468 140735491622336 140643933178336 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10616] ppid=10547 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10616/stat : 10616 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012742 11084148736 20531 33554432000 4194304 4196468 140735491622336 140644813962160 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82124 KiB

[startup+1.50071 s]
/proc/loadavg: 1.22 1.37 1.41 3/227 10616
/proc/meminfo: memFree=4755676/32770624 swapFree=66999216/67108860
[pid=10550] ppid=10547 vsize=10834680 memory=168404 CPUtime=2.47 cores=0,2,4,6
/proc/10550/stat : 10550 (java) S 10547 10550 7525 0 -1 1077944320 21305 13018 0 0 229 10 5 3 20 0 15 0 474012727 11094712320 42101 33554432000 4194304 4196468 140735491622336 140735491604880 140645392293623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
/proc/10550/statm: 2708670 42101 3582 1 0 2670733 0
[pid=10550/tid=10603] ppid=10547 vsize=10834680 memory=17 CPUtime=1.44 cores=0,2,4,6
/proc/10550/task/10603/stat : 10603 (java) R 10547 10550 7525 0 -1 4202560 14824 13018 0 0 130 6 5 3 20 0 15 0 474012736 11094712320 42101 33554432000 4194304 4196468 140735491622336 140645364102736 140645392305558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10604] ppid=10547 vsize=10834680 memory=26 CPUtime=0.09 cores=0,2,4,6
/proc/10550/task/10604/stat : 10604 (java) S 10547 10550 7525 0 -1 1077944384 70 13018 0 0 1 0 5 3 20 0 15 0 474012737 11094712320 42101 33554432000 4194304 4196468 140735491622336 140645396535696 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10605] ppid=10547 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10605/stat : 10605 (java) S 10547 10550 7525 0 -1 1077944384 397 13018 0 0 0 0 5 3 20 0 15 0 474012737 11094712320 42101 33554432000 4194304 4196468 140735491622336 140645284808976 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10606] ppid=10547 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10606/stat : 10606 (java) S 10547 10550 7525 0 -1 1077944384 29 13018 0 0 0 0 5 3 20 0 15 0 474012737 11094712320 42101 33554432000 4194304 4196468 140735491622336 140645283756688 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10607] ppid=10547 vsize=10834680 memory=96244 CPUtime=0.09 cores=0,2,4,6
/proc/10550/task/10607/stat : 10607 (java) S 10547 10550 7525 0 -1 1077944384 82 13018 0 0 1 0 5 3 20 0 15 0 474012737 11094712320 42101 33554432000 4194304 4196468 140735491622336 140645282703888 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10608] ppid=10547 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10550/task/10608/stat : 10608 (java) S 10547 10550 7525 0 -1 1077944384 170 13018 0 0 1 0 5 3 20 0 15 0 474012738 11094712320 42101 33554432000 4194304 4196468 140735491622336 140644851731056 140645392304770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10609] ppid=10547 vsize=10834680 memory=6297548872420773989 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10609/stat : 10609 (java) S 10547 10550 7525 0 -1 1077944384 34 13018 0 0 0 0 5 3 20 0 15 0 474012739 11094712320 42101 33554432000 4194304 4196468 140735491622336 140644850677088 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10610] ppid=10547 vsize=10834680 memory=7449911897885271906 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10610/stat : 10610 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012739 11094712320 42101 33554432000 4194304 4196468 140735491622336 140644274136704 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10611] ppid=10547 vsize=10834680 memory=7739249521186401379 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10611/stat : 10611 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012741 11094712320 42101 33554432000 4194304 4196468 140735491622336 140643966736976 140645392312219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10612] ppid=10547 vsize=10834680 memory=5787220458829273444 CPUtime=0.37 cores=0,2,4,6
/proc/10550/task/10612/stat : 10612 (java) S 10547 10550 7525 0 -1 1077944384 1212 13018 0 0 29 0 5 3 20 0 15 0 474012742 11094712320 42101 33554432000 4194304 4196468 140735491622336 140644817119344 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10613] ppid=10547 vsize=10834680 memory=7308608191257535065 CPUtime=0.29 cores=0,2,4,6
/proc/10550/task/10613/stat : 10613 (java) S 10547 10550 7525 0 -1 1077944384 735 13018 0 0 21 0 5 3 20 0 15 0 474012742 11094712320 42101 33554432000 4194304 4196468 140735491622336 140644816066544 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10614] ppid=10547 vsize=10834680 memory=6297548872420773989 CPUtime=0.49 cores=0,2,4,6
/proc/10550/task/10614/stat : 10614 (java) R 10547 10550 7525 0 -1 4202560 1535 13018 0 0 40 1 5 3 20 0 15 0 474012742 11094712320 42101 33554432000 4194304 4196468 140735491622336 140644815014256 140645392305558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10615] ppid=10547 vsize=10834680 memory=6297548872420773989 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10615/stat : 10615 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012742 11094712320 42101 33554432000 4194304 4196468 140735491622336 140643933178336 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10616] ppid=10547 vsize=10834680 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10616/stat : 10616 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012742 11094712320 42101 33554432000 4194304 4196468 140735491622336 140644813962160 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB

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

[pid=10550/tid=10615] ppid=10547 vsize=10846988 memory=2012 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10615/stat : 10615 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140643933178336 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10616] ppid=10547 vsize=10846988 memory=1384 CPUtime=0.88 cores=0,2,4,6
/proc/10550/task/10616/stat : 10616 (java) S 10547 10550 7525 0 -1 1077944384 598 13018 0 0 43 37 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644813962160 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
Current children cumulated CPU time: 1365.58 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 727512 KiB

[startup+1342.4 s]
/proc/loadavg: 1.66 1.59 1.47 3/227 10737
/proc/meminfo: memFree=4097416/32770624 swapFree=66999216/67108860
[pid=10550] ppid=10547 vsize=10846988 memory=727512 CPUtime=1367.21 cores=0,2,4,6
/proc/10550/stat : 10550 (java) S 10547 10550 7525 0 -1 1077944320 177971 13018 0 0 136514 199 5 3 20 0 15 0 474012727 11107315712 181878 33554432000 4194304 4196468 140735491622336 140735491604880 140645392293623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
/proc/10550/statm: 2711747 181878 3629 1 0 2673805 0
[pid=10550/tid=10603] ppid=10547 vsize=10846988 memory=3604 CPUtime=1327.77 cores=0,2,4,6
/proc/10550/task/10603/stat : 10603 (java) R 10547 10550 7525 0 -1 4202560 50121 13018 0 0 132741 28 5 3 20 0 15 0 474012736 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645364128592 140644974755567 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10604] ppid=10547 vsize=10846988 memory=727512 CPUtime=6.12 cores=0,2,4,6
/proc/10550/task/10604/stat : 10604 (java) S 10547 10550 7525 0 -1 1077944384 14912 13018 0 0 574 30 5 3 20 0 15 0 474012737 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645396535696 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10605] ppid=10547 vsize=10846988 memory=3092 CPUtime=6.16 cores=0,2,4,6
/proc/10550/task/10605/stat : 10605 (java) S 10547 10550 7525 0 -1 1077944384 6870 13018 0 0 573 35 5 3 20 0 15 0 474012737 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645284808976 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10606] ppid=10547 vsize=10846988 memory=55568 CPUtime=6.13 cores=0,2,4,6
/proc/10550/task/10606/stat : 10606 (java) S 10547 10550 7525 0 -1 1077944384 12197 13018 0 0 571 34 5 3 20 0 15 0 474012737 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645283756688 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10607] ppid=10547 vsize=10846988 memory=3028 CPUtime=6.14 cores=0,2,4,6
/proc/10550/task/10607/stat : 10607 (java) S 10547 10550 7525 0 -1 1077944384 7584 13018 0 0 572 34 5 3 20 0 15 0 474012737 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645282703888 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10608] ppid=10547 vsize=10846988 memory=2012 CPUtime=6.34 cores=0,2,4,6
/proc/10550/task/10608/stat : 10608 (java) S 10547 10550 7525 0 -1 1077944384 11259 13018 0 0 598 28 5 3 20 0 15 0 474012738 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644851731056 140645392304770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10609] ppid=10547 vsize=10846988 memory=1384 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10609/stat : 10609 (java) S 10547 10550 7525 0 -1 1077944384 40 13018 0 0 0 0 5 3 20 0 15 0 474012739 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644850677152 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10610] ppid=10547 vsize=10846988 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10610/stat : 10610 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012739 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644274136704 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10611] ppid=10547 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10611/stat : 10611 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012741 11107315712 181878 33554432000 4194304 4196468 140735491622336 140643966736976 140645392312219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10612] ppid=10547 vsize=10846988 memory=2828 CPUtime=3.5 cores=0,2,4,6
/proc/10550/task/10612/stat : 10612 (java) S 10547 10550 7525 0 -1 1077944384 24043 13018 0 0 338 4 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644817119344 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10613] ppid=10547 vsize=10846988 memory=676 CPUtime=3.12 cores=0,2,4,6
/proc/10550/task/10613/stat : 10613 (java) S 10547 10550 7525 0 -1 1077944384 24658 13018 0 0 301 3 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644816066544 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10614] ppid=10547 vsize=10846988 memory=1060 CPUtime=1.67 cores=0,2,4,6
/proc/10550/task/10614/stat : 10614 (java) S 10547 10550 7525 0 -1 1077944384 23473 13018 0 0 155 4 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644815014256 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10615] ppid=10547 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10615/stat : 10615 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140643933178336 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10616] ppid=10547 vsize=10846988 memory=14008 CPUtime=0.88 cores=0,2,4,6
/proc/10550/task/10616/stat : 10616 (java) S 10547 10550 7525 0 -1 1077944384 598 13018 0 0 43 37 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644813962160 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
Current children cumulated CPU time: 1367.21 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 727512 KiB

[startup+1343.2 s]
/proc/loadavg: 1.66 1.59 1.47 3/227 10737
/proc/meminfo: memFree=4097416/32770624 swapFree=66999216/67108860
[pid=10550] ppid=10547 vsize=10846988 memory=727512 CPUtime=1368.02 cores=0,2,4,6
/proc/10550/stat : 10550 (java) S 10547 10550 7525 0 -1 1077944320 177977 13018 0 0 136595 199 5 3 20 0 15 0 474012727 11107315712 181878 33554432000 4194304 4196468 140735491622336 140735491604880 140645392293623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
/proc/10550/statm: 2711747 181878 3629 1 0 2673805 0
[pid=10550/tid=10603] ppid=10547 vsize=10846988 memory=30284 CPUtime=1328.56 cores=0,2,4,6
/proc/10550/task/10603/stat : 10603 (java) R 10547 10550 7525 0 -1 4202560 50126 13018 0 0 132820 28 5 3 20 0 15 0 474012736 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645364128544 140644974991888 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10604] ppid=10547 vsize=10846988 memory=6791534058613427641 CPUtime=6.12 cores=0,2,4,6
/proc/10550/task/10604/stat : 10604 (java) S 10547 10550 7525 0 -1 1077944384 14912 13018 0 0 574 30 5 3 20 0 15 0 474012737 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645396535696 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10605] ppid=10547 vsize=10846988 memory=1560 CPUtime=6.16 cores=0,2,4,6
/proc/10550/task/10605/stat : 10605 (java) S 10547 10550 7525 0 -1 1077944384 6871 13018 0 0 573 35 5 3 20 0 15 0 474012737 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645284808976 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10606] ppid=10547 vsize=10846988 memory=932 CPUtime=6.13 cores=0,2,4,6
/proc/10550/task/10606/stat : 10606 (java) S 10547 10550 7525 0 -1 1077944384 12197 13018 0 0 571 34 5 3 20 0 15 0 474012737 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645283756688 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10607] ppid=10547 vsize=10846988 memory=3768 CPUtime=6.15 cores=0,2,4,6
/proc/10550/task/10607/stat : 10607 (java) S 10547 10550 7525 0 -1 1077944384 7584 13018 0 0 573 34 5 3 20 0 15 0 474012737 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645282703888 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10608] ppid=10547 vsize=10846988 memory=6791534058613427641 CPUtime=6.35 cores=0,2,4,6
/proc/10550/task/10608/stat : 10608 (java) S 10547 10550 7525 0 -1 1077944384 11259 13018 0 0 599 28 5 3 20 0 15 0 474012738 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644851731056 140645392304770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10609] ppid=10547 vsize=10846988 memory=500 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10609/stat : 10609 (java) S 10547 10550 7525 0 -1 1077944384 40 13018 0 0 0 0 5 3 20 0 15 0 474012739 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644850677152 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10610] ppid=10547 vsize=10846988 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10610/stat : 10610 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012739 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644274136704 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10611] ppid=10547 vsize=10846988 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10611/stat : 10611 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012741 11107315712 181878 33554432000 4194304 4196468 140735491622336 140643966736976 140645392312219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10612] ppid=10547 vsize=10846988 memory=3504 CPUtime=3.5 cores=0,2,4,6
/proc/10550/task/10612/stat : 10612 (java) S 10547 10550 7525 0 -1 1077944384 24043 13018 0 0 338 4 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644817119344 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10613] ppid=10547 vsize=10846988 memory=55568 CPUtime=3.12 cores=0,2,4,6
/proc/10550/task/10613/stat : 10613 (java) S 10547 10550 7525 0 -1 1077944384 24658 13018 0 0 301 3 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644816066544 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10614] ppid=10547 vsize=10846988 memory=3028 CPUtime=1.67 cores=0,2,4,6
/proc/10550/task/10614/stat : 10614 (java) S 10547 10550 7525 0 -1 1077944384 23473 13018 0 0 155 4 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644815014256 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10615] ppid=10547 vsize=10846988 memory=2012 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10615/stat : 10615 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140643933178336 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10616] ppid=10547 vsize=10846988 memory=1384 CPUtime=0.88 cores=0,2,4,6
/proc/10550/task/10616/stat : 10616 (java) S 10547 10550 7525 0 -1 1077944384 598 13018 0 0 43 37 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644813962160 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
Current children cumulated CPU time: 1368.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 727512 KiB

[startup+1343.6 s]
/proc/loadavg: 1.66 1.59 1.47 3/227 10737
/proc/meminfo: memFree=4097416/32770624 swapFree=66999216/67108860
[pid=10550] ppid=10547 vsize=10846988 memory=727512 CPUtime=1368.43 cores=0,2,4,6
/proc/10550/stat : 10550 (java) S 10547 10550 7525 0 -1 1077944320 177980 13018 0 0 136636 199 5 3 20 0 15 0 474012727 11107315712 181878 33554432000 4194304 4196468 140735491622336 140735491604880 140645392293623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
/proc/10550/statm: 2711747 181878 3629 1 0 2673805 0
[pid=10550/tid=10603] ppid=10547 vsize=10846988 memory=3504 CPUtime=1328.95 cores=0,2,4,6
/proc/10550/task/10603/stat : 10603 (java) R 10547 10550 7525 0 -1 4202560 50129 13018 0 0 132859 28 5 3 20 0 15 0 474012736 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645364128240 140644974397114 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10604] ppid=10547 vsize=10846988 memory=55568 CPUtime=6.13 cores=0,2,4,6
/proc/10550/task/10604/stat : 10604 (java) S 10547 10550 7525 0 -1 1077944384 14912 13018 0 0 575 30 5 3 20 0 15 0 474012737 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645396535696 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10605] ppid=10547 vsize=10846988 memory=6791534058613427641 CPUtime=6.17 cores=0,2,4,6
/proc/10550/task/10605/stat : 10605 (java) S 10547 10550 7525 0 -1 1077944384 6871 13018 0 0 574 35 5 3 20 0 15 0 474012737 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645284808976 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10606] ppid=10547 vsize=10846988 memory=932 CPUtime=6.13 cores=0,2,4,6
/proc/10550/task/10606/stat : 10606 (java) S 10547 10550 7525 0 -1 1077944384 12197 13018 0 0 571 34 5 3 20 0 15 0 474012737 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645283756688 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10607] ppid=10547 vsize=10846988 memory=3768 CPUtime=6.15 cores=0,2,4,6
/proc/10550/task/10607/stat : 10607 (java) S 10547 10550 7525 0 -1 1077944384 7584 13018 0 0 573 34 5 3 20 0 15 0 474012737 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645282703888 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10608] ppid=10547 vsize=10846988 memory=1980 CPUtime=6.35 cores=0,2,4,6
/proc/10550/task/10608/stat : 10608 (java) S 10547 10550 7525 0 -1 1077944384 11259 13018 0 0 599 28 5 3 20 0 15 0 474012738 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644851731056 140645392304770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10609] ppid=10547 vsize=10846988 memory=2512 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10609/stat : 10609 (java) S 10547 10550 7525 0 -1 1077944384 40 13018 0 0 0 0 5 3 20 0 15 0 474012739 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644850677152 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10610] ppid=10547 vsize=10846988 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10610/stat : 10610 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012739 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644274136704 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10611] ppid=10547 vsize=10846988 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10611/stat : 10611 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012741 11107315712 181878 33554432000 4194304 4196468 140735491622336 140643966736976 140645392312219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10612] ppid=10547 vsize=10846988 memory=1764 CPUtime=3.5 cores=0,2,4,6
/proc/10550/task/10612/stat : 10612 (java) S 10547 10550 7525 0 -1 1077944384 24043 13018 0 0 338 4 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644817119344 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10613] ppid=10547 vsize=10846988 memory=111628 CPUtime=3.12 cores=0,2,4,6
/proc/10550/task/10613/stat : 10613 (java) S 10547 10550 7525 0 -1 1077944384 24658 13018 0 0 301 3 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644816066544 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10614] ppid=10547 vsize=10846988 memory=796 CPUtime=1.67 cores=0,2,4,6
/proc/10550/task/10614/stat : 10614 (java) S 10547 10550 7525 0 -1 1077944384 23473 13018 0 0 155 4 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644815014256 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10615] ppid=10547 vsize=10846988 memory=1804 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10615/stat : 10615 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140643933178336 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10616] ppid=10547 vsize=10846988 memory=916 CPUtime=0.88 cores=0,2,4,6
/proc/10550/task/10616/stat : 10616 (java) S 10547 10550 7525 0 -1 1077944384 598 13018 0 0 43 37 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644813962160 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
Current children cumulated CPU time: 1368.43 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 727512 KiB

[startup+1343.7 s]
/proc/loadavg: 1.66 1.59 1.47 3/227 10737
/proc/meminfo: memFree=4097416/32770624 swapFree=66999216/67108860
[pid=10550] ppid=10547 vsize=10846988 memory=727512 CPUtime=1368.53 cores=0,2,4,6
/proc/10550/stat : 10550 (java) S 10547 10550 7525 0 -1 1077944320 177980 13018 0 0 136646 199 5 3 20 0 15 0 474012727 11107315712 181878 33554432000 4194304 4196468 140735491622336 140735491604880 140645392293623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
/proc/10550/statm: 2711747 181878 3629 1 0 2673805 0
[pid=10550/tid=10603] ppid=10547 vsize=10846988 memory=727512 CPUtime=1329.05 cores=0,2,4,6
/proc/10550/task/10603/stat : 10603 (java) R 10547 10550 7525 0 -1 4202560 50129 13018 0 0 132869 28 5 3 20 0 15 0 474012736 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645364128240 140644972992021 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10604] ppid=10547 vsize=10846988 memory=727512 CPUtime=6.13 cores=0,2,4,6
/proc/10550/task/10604/stat : 10604 (java) S 10547 10550 7525 0 -1 1077944384 14912 13018 0 0 575 30 5 3 20 0 15 0 474012737 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645396535696 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10605] ppid=10547 vsize=10846988 memory=1436 CPUtime=6.17 cores=0,2,4,6
/proc/10550/task/10605/stat : 10605 (java) S 10547 10550 7525 0 -1 1077944384 6871 13018 0 0 574 35 5 3 20 0 15 0 474012737 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645284808976 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10606] ppid=10547 vsize=10846988 memory=727512 CPUtime=6.13 cores=0,2,4,6
/proc/10550/task/10606/stat : 10606 (java) S 10547 10550 7525 0 -1 1077944384 12197 13018 0 0 571 34 5 3 20 0 15 0 474012737 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645283756688 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10607] ppid=10547 vsize=10846988 memory=727512 CPUtime=6.15 cores=0,2,4,6
/proc/10550/task/10607/stat : 10607 (java) S 10547 10550 7525 0 -1 1077944384 7584 13018 0 0 573 34 5 3 20 0 15 0 474012737 11107315712 181878 33554432000 4194304 4196468 140735491622336 140645282703888 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10608] ppid=10547 vsize=10846988 memory=727512 CPUtime=6.35 cores=0,2,4,6
/proc/10550/task/10608/stat : 10608 (java) S 10547 10550 7525 0 -1 1077944384 11259 13018 0 0 599 28 5 3 20 0 15 0 474012738 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644851731056 140645392304770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10609] ppid=10547 vsize=10846988 memory=727512 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10609/stat : 10609 (java) S 10547 10550 7525 0 -1 1077944384 40 13018 0 0 0 0 5 3 20 0 15 0 474012739 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644850677152 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10610] ppid=10547 vsize=10846988 memory=727512 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10610/stat : 10610 (java) S 10547 10550 7525 0 -1 1077944384 1 13018 0 0 0 0 5 3 20 0 15 0 474012739 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644274136704 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10611] ppid=10547 vsize=10846988 memory=727512 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10611/stat : 10611 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012741 11107315712 181878 33554432000 4194304 4196468 140735491622336 140643966736976 140645392312219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10612] ppid=10547 vsize=10846988 memory=727512 CPUtime=3.5 cores=0,2,4,6
/proc/10550/task/10612/stat : 10612 (java) S 10547 10550 7525 0 -1 1077944384 24043 13018 0 0 338 4 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644817119344 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10613] ppid=10547 vsize=10846988 memory=727504 CPUtime=3.12 cores=0,2,4,6
/proc/10550/task/10613/stat : 10613 (java) S 10547 10550 7525 0 -1 1077944384 24658 13018 0 0 301 3 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644816066544 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10614] ppid=10547 vsize=10846988 memory=727512 CPUtime=1.67 cores=0,2,4,6
/proc/10550/task/10614/stat : 10614 (java) S 10547 10550 7525 0 -1 1077944384 23473 13018 0 0 155 4 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644815014256 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10615] ppid=10547 vsize=10846988 memory=727512 CPUtime=0.08 cores=0,2,4,6
/proc/10550/task/10615/stat : 10615 (java) S 10547 10550 7525 0 -1 1077944384 3 13018 0 0 0 0 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140643933178336 140645392303829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
[pid=10550/tid=10616] ppid=10547 vsize=10846988 memory=727512 CPUtime=0.88 cores=0,2,4,6
/proc/10550/task/10616/stat : 10616 (java) S 10547 10550 7525 0 -1 1077944384 598 13018 0 0 43 37 5 3 20 0 15 0 474012742 11107315712 181878 33554432000 4194304 4196468 140735491622336 140644813962160 140645392304770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36315136 140735491623663 140735491626181 140735491626181 140735491629007 0
Current children cumulated CPU time: 1368.53 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 727512 KiB

Child status: 0
Real time (s): 1343.77
CPU time (s): 1368.62
CPU user time (s): 1366.58
CPU system time (s): 2.04007
CPU usage (%): 101.849
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 727512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1366.58
system time used= 2.04007
maximum resident set size= 729600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192420
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 159677
involuntary context switches= 4888


# summary of solver processes directly reported to runsolver:
#   pid: 10550
#   total CPU time (s): 1368.62
#   total CPU user time (s): 1366.58
#   total CPU system time (s): 2.04007

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.55241 second user time and 12.1231 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-20 13:05:37
IDJOB=4402898
IDBENCH=129796
IDSOLVER=2861
FILE ID=node103/4402898-1568977597
RUNJOBID= node103-1568967579-7556
PBS_JOBID= 21704635
Free space on /tmp= 20680 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-02.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402898-1568977597/watcher-4402898-1568977597 -o /tmp/evaluation-result-4402898-1568977597/solver-4402898-1568977597 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7556 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2142651045 HOME/instance-4402898-1568977597.xml

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

MD5SUM BENCH= fbff45376af17ae2a145abecb1f2c180
RANDOM SEED=2142651045

node103.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.74
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.74
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.74
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.74
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:         4856580 kB
MemAvailable:   31028644 kB
Buffers:           95404 kB
Cached:         26331956 kB
SwapCached:         6972 kB
Active:         14010548 kB
Inactive:       13252960 kB
Active(anon):     823740 kB
Inactive(anon):    61956 kB
Active(file):   13186808 kB
Inactive(file): 13191004 kB
Unevictable:      106748 kB
Mlocked:          106748 kB
SwapTotal:      67108860 kB
SwapFree:       66999216 kB
Dirty:             35388 kB
Writeback:             0 kB
AnonPages:        950136 kB
Mapped:            65888 kB
Shmem:             40864 kB
Slab:             249472 kB
SReclaimable:     220172 kB
SUnreclaim:        29300 kB
KernelStack:        3984 kB
PageTables:         7540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2123416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    784384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20644 MiB
End job on node103 at 2019-09-20 13:28:01