Trace number 4302308

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.9.2OPT4 14.1753 6.28639

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-05_c18.xml
MD5SUM4b3a1ce7a352f102282a9a722b8ddb17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark1.54035
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints346
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree14
Maximum variable degree19
Distribution of variable degrees[{"degree":14,"count":16},{"degree":15,"count":16},{"degree":16,"count":8},{"degree":17,"count":8},{"degree":18,"count":1},{"degree":19,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":345},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints345
Distribution of constraint types[{"type":"intension","count":345},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
11.91/5.13	o 2
11.91/5.18	o 3
12.49/5.30	o 4
14.05/6.27	v <instantiation cost="4">
14.05/6.27	v       <list>
14.05/6.27	v         b[0][0] b[0][1] b[0][2] b[0][3] b[0][4] b[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[2][0] b[2][1] b[2][2] b[2][3] b[2][4] b[3][0] b[3][1] b[3][2] b[3][3] b[3][4] b[4][0] b[4][1] b[4][2] b[4][3] b[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4]
14.05/6.27	v       </list>
14.05/6.27	v       <values>
14.05/6.27	v         0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0
14.05/6.27	v       </values>
14.05/6.27	v     </instantiation>
14.05/6.27	s OPTIMUM FOUND

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302308-1532897777/watcher-4302308-1532897777 -o /tmp/evaluation-result-4302308-1532897777/solver-4302308-1532897777 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1830649436 HOME/instance-4302308-1532897777.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=21863, runsolver pid=21860

[startup+0.100123 s]*
/proc/loadavg: 1.60 1.61 1.77 3/206 21920
/proc/meminfo: memFree=25469356/32770624 swapFree=67108436/67108860
[pid=21863] ppid=21860 vsize=10005480 memory=18864 CPUtime=0.09 cores=1,3,5,7
/proc/21863/stat : 21863 (java) S 21860 21863 9814 0 -1 1077944320 4353 12844 0 0 1 1 5 2 20 0 6 0 107340888 10245611520 4716 33554432000 4194304 4196468 140729191312336 140729191294880 140537054183159 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
/proc/21863/statm: 2501370 4716 1935 1 0 2489808 0
[pid=21863/tid=21916] ppid=21860 vsize=10005480 memory=4279135703980344719 CPUtime=0.08 cores=1,3,5,7
/proc/21863/task/21916/stat : 21916 (java) R 21860 21863 9814 0 -1 4202560 2169 12844 0 0 1 0 5 2 20 0 6 0 107340897 10245611520 4716 33554432000 4194304 4196468 140729191312336 140537026019920 140537039865651 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21917] ppid=21860 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21917/stat : 21917 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 6 0 107340897 10245611520 4716 33554432000 4194304 4196468 140729191312336 140537058425104 140537054193365 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21918] ppid=21860 vsize=10005480 memory=140344602973824 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21918/stat : 21918 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 6 0 107340897 10245611520 4716 33554432000 4194304 4196468 140729191312336 140536913144208 140537054193365 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21919] ppid=21860 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21919/stat : 21919 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 6 0 107340897 10245611520 4716 33554432000 4194304 4196468 140729191312336 140536912091664 140537054193365 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21920] ppid=21860 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21920/stat : 21920 (java) S 21860 21863 9814 0 -1 1077944384 2 12844 0 0 0 0 5 2 20 0 6 0 107340897 10245611520 4716 33554432000 4194304 4196468 140729191312336 140536911039120 140537054193365 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18864 KiB

[startup+0.20994 s]*
/proc/loadavg: 1.60 1.61 1.77 3/215 21929
/proc/meminfo: memFree=25445816/32770624 swapFree=67108436/67108860
[pid=21863] ppid=21860 vsize=10982744 memory=44660 CPUtime=0.26 cores=1,3,5,7
/proc/21863/stat : 21863 (java) S 21860 21863 9814 0 -1 1077944320 7901 12844 0 0 17 2 5 2 20 0 15 0 107340888 11246329856 11165 33554432000 4194304 4196468 140729191312336 140729191294880 140537054183159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
/proc/21863/statm: 2745686 11165 2948 1 0 2708109 0
[pid=21863/tid=21916] ppid=21860 vsize=10983736 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/21863/task/21916/stat : 21916 (java) R 21860 21863 9814 0 -1 4202560 4694 12844 0 0 11 1 5 2 20 0 15 0 107340897 11247345664 11429 33554432000 4194304 4196468 140729191312336 140537026007968 140537046862877 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21917] ppid=21860 vsize=10983736 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21917/stat : 21917 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 15 0 107340897 11247345664 11429 33554432000 4194304 4196468 140729191312336 140537058425104 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21918] ppid=21860 vsize=10985364 memory=140344602995125 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21918/stat : 21918 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 15 0 107340897 11249012736 11429 33554432000 4194304 4196468 140729191312336 140536913144208 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21919] ppid=21860 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21919/stat : 21919 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 15 0 107340897 11249012736 11429 33554432000 4194304 4196468 140729191312336 140536912091664 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21920] ppid=21860 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21920/stat : 21920 (java) S 21860 21863 9814 0 -1 1077944384 2 12844 0 0 0 0 5 2 20 0 15 0 107340897 11249012736 11495 33554432000 4194304 4196468 140729191312336 140536911039120 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21921] ppid=21860 vsize=10985364 memory=140344602973824 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21921/stat : 21921 (java) S 21860 21863 9814 0 -1 1077944384 2 12844 0 0 0 0 5 2 20 0 15 0 107340899 11249012736 11495 33554432000 4194304 4196468 140729191312336 140536023329264 140537054194306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21922] ppid=21860 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21922/stat : 21922 (java) S 21860 21863 9814 0 -1 1077944384 13 12844 0 0 0 0 5 2 20 0 15 0 107340899 11249012736 11495 33554432000 4194304 4196468 140729191312336 140535893321120 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21923] ppid=21860 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21923/stat : 21923 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 15 0 107340900 11249012736 11495 33554432000 4194304 4196468 140729191312336 140535691994608 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21924] ppid=21860 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21924/stat : 21924 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11249012736 11561 33554432000 4194304 4196468 140729191312336 140535384595152 140537054201755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21925] ppid=21860 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21863/task/21925/stat : 21925 (java) S 21860 21863 9814 0 -1 1077944384 359 12844 0 0 1 0 5 2 20 0 15 0 107340902 11249012736 11561 33554432000 4194304 4196468 140729191312336 140536022276080 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21926] ppid=21860 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21863/task/21926/stat : 21926 (java) S 21860 21863 9814 0 -1 1077944384 244 12844 0 0 1 0 5 2 20 0 15 0 107340902 11249012736 11561 33554432000 4194304 4196468 140729191312336 140536021223536 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21927] ppid=21860 vsize=10985364 memory=140344602973824 CPUtime=0.1 cores=1,3,5,7
/proc/21863/task/21927/stat : 21927 (java) S 21860 21863 9814 0 -1 1077944384 621 12844 0 0 3 0 5 2 20 0 15 0 107340902 11249012736 11561 33554432000 4194304 4196468 140729191312336 140536020170992 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21928] ppid=21860 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21928/stat : 21928 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11249012736 11561 33554432000 4194304 4196468 140729191312336 140534953798240 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21929] ppid=21860 vsize=10985364 memory=140344602973824 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21929/stat : 21929 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 15 0 107340903 11249012736 11627 33554432000 4194304 4196468 140729191312336 140536019118896 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44660 KiB

[startup+0.310227 s]*
/proc/loadavg: 1.60 1.61 1.77 3/215 21929
/proc/meminfo: memFree=25433744/32770624 swapFree=67108436/67108860
[pid=21863] ppid=21860 vsize=10983192 memory=55364 CPUtime=0.38 cores=1,3,5,7
/proc/21863/stat : 21863 (java) S 21860 21863 9814 0 -1 1077944320 10411 12844 0 0 28 3 5 2 20 0 15 0 107340888 11246788608 13841 33554432000 4194304 4196468 140729191312336 140729191294880 140537054183159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
/proc/21863/statm: 2745798 13841 3067 1 0 2708109 0
[pid=21863/tid=21916] ppid=21860 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/21863/task/21916/stat : 21916 (java) R 21860 21863 9814 0 -1 4202560 6954 12844 0 0 19 2 5 2 20 0 15 0 107340897 11246788608 13841 33554432000 4194304 4196468 140729191312336 140537025995168 140537046420286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21917] ppid=21860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21917/stat : 21917 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 15 0 107340897 11246788608 13841 33554432000 4194304 4196468 140729191312336 140537058425104 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21918] ppid=21860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21918/stat : 21918 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 15 0 107340897 11246788608 13841 33554432000 4194304 4196468 140729191312336 140536913144208 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21919] ppid=21860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21919/stat : 21919 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 15 0 107340897 11246788608 13841 33554432000 4194304 4196468 140729191312336 140536912091664 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21920] ppid=21860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21920/stat : 21920 (java) S 21860 21863 9814 0 -1 1077944384 2 12844 0 0 0 0 5 2 20 0 15 0 107340897 11246788608 13841 33554432000 4194304 4196468 140729191312336 140536911039120 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21921] ppid=21860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21921/stat : 21921 (java) S 21860 21863 9814 0 -1 1077944384 2 12844 0 0 0 0 5 2 20 0 15 0 107340899 11246788608 13841 33554432000 4194304 4196468 140729191312336 140536023329264 140537054194306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21922] ppid=21860 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21922/stat : 21922 (java) S 21860 21863 9814 0 -1 1077944384 13 12844 0 0 0 0 5 2 20 0 15 0 107340899 11246788608 13841 33554432000 4194304 4196468 140729191312336 140535893321120 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21923] ppid=21860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21923/stat : 21923 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 15 0 107340900 11246788608 13841 33554432000 4194304 4196468 140729191312336 140535691994608 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21924] ppid=21860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21924/stat : 21924 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11246788608 13841 33554432000 4194304 4196468 140729191312336 140535384595152 140537054201755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21925] ppid=21860 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21863/task/21925/stat : 21925 (java) S 21860 21863 9814 0 -1 1077944384 363 12844 0 0 1 0 5 2 20 0 15 0 107340902 11246788608 13841 33554432000 4194304 4196468 140729191312336 140536022276080 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21926] ppid=21860 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21863/task/21926/stat : 21926 (java) S 21860 21863 9814 0 -1 1077944384 244 12844 0 0 1 0 5 2 20 0 15 0 107340902 11246788608 13841 33554432000 4194304 4196468 140729191312336 140536021223536 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21927] ppid=21860 vsize=10983192 memory=140344602973824 CPUtime=0.12 cores=1,3,5,7
/proc/21863/task/21927/stat : 21927 (java) S 21860 21863 9814 0 -1 1077944384 636 12844 0 0 5 0 5 2 20 0 15 0 107340902 11246788608 13841 33554432000 4194304 4196468 140729191312336 140536020170992 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21928] ppid=21860 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21928/stat : 21928 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11246788608 13841 33554432000 4194304 4196468 140729191312336 140534953798240 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21929] ppid=21860 vsize=10983192 memory=140344602973824 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21929/stat : 21929 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 15 0 107340903 11246788608 13841 33554432000 4194304 4196468 140729191312336 140536019118896 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55364 KiB

[startup+0.700707 s]
/proc/loadavg: 1.60 1.61 1.77 3/215 21929
/proc/meminfo: memFree=25422704/32770624 swapFree=67108436/67108860
[pid=21863] ppid=21860 vsize=10983192 memory=88712 CPUtime=0.98 cores=1,3,5,7
/proc/21863/stat : 21863 (java) S 21860 21863 9814 0 -1 1077944320 16744 12844 0 0 87 4 5 2 20 0 15 0 107340888 11246788608 22178 33554432000 4194304 4196468 140729191312336 140729191294880 140537054183159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
/proc/21863/statm: 2745798 22178 3239 1 0 2708109 0
[pid=21863/tid=21916] ppid=21860 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/21863/task/21916/stat : 21916 (java) R 21860 21863 9814 0 -1 4202560 12207 12844 0 0 56 3 5 2 20 0 15 0 107340897 11246788608 22178 33554432000 4194304 4196468 140729191312336 140537026003984 140537035746719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21917] ppid=21860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21917/stat : 21917 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 15 0 107340897 11246788608 22178 33554432000 4194304 4196468 140729191312336 140537058425104 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21918] ppid=21860 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21918/stat : 21918 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 15 0 107340897 11246788608 22178 33554432000 4194304 4196468 140729191312336 140536913144208 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21919] ppid=21860 vsize=10983192 memory=140344498991920 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21919/stat : 21919 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 15 0 107340897 11246788608 22178 33554432000 4194304 4196468 140729191312336 140536912091664 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21920] ppid=21860 vsize=10983192 memory=140346646331993 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21920/stat : 21920 (java) S 21860 21863 9814 0 -1 1077944384 2 12844 0 0 0 0 5 2 20 0 15 0 107340897 11246788608 22178 33554432000 4194304 4196468 140729191312336 140536911039120 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21921] ppid=21860 vsize=10983192 memory=1388 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21921/stat : 21921 (java) S 21860 21863 9814 0 -1 1077944384 5 12844 0 0 0 0 5 2 20 0 15 0 107340899 11246788608 22178 33554432000 4194304 4196468 140729191312336 140536023329264 140537054194306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21922] ppid=21860 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21922/stat : 21922 (java) S 21860 21863 9814 0 -1 1077944384 13 12844 0 0 0 0 5 2 20 0 15 0 107340899 11246788608 22178 33554432000 4194304 4196468 140729191312336 140535893321120 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21923] ppid=21860 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21923/stat : 21923 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 15 0 107340900 11246788608 22178 33554432000 4194304 4196468 140729191312336 140535691994608 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21924] ppid=21860 vsize=10983192 memory=17476 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21924/stat : 21924 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11246788608 22178 33554432000 4194304 4196468 140729191312336 140535384595152 140537054201755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21925] ppid=21860 vsize=10983192 memory=16148 CPUtime=0.18 cores=1,3,5,7
/proc/21863/task/21925/stat : 21925 (java) S 21860 21863 9814 0 -1 1077944384 965 12844 0 0 11 0 5 2 20 0 15 0 107340902 11246788608 22178 33554432000 4194304 4196468 140729191312336 140536022276080 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21926] ppid=21860 vsize=10983192 memory=4004 CPUtime=0.12 cores=1,3,5,7
/proc/21863/task/21926/stat : 21926 (java) S 21860 21863 9814 0 -1 1077944384 621 12844 0 0 5 0 5 2 20 0 15 0 107340902 11246788608 22178 33554432000 4194304 4196468 140729191312336 140536021223536 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21927] ppid=21860 vsize=10983192 memory=636 CPUtime=0.2 cores=1,3,5,7
/proc/21863/task/21927/stat : 21927 (java) S 21860 21863 9814 0 -1 1077944384 731 12844 0 0 13 0 5 2 20 0 15 0 107340902 11246788608 22178 33554432000 4194304 4196468 140729191312336 140536020170992 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21928] ppid=21860 vsize=10983192 memory=1780 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21928/stat : 21928 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11246788608 22178 33554432000 4194304 4196468 140729191312336 140534953798240 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21929] ppid=21860 vsize=10983192 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21929/stat : 21929 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 15 0 107340903 11246788608 22178 33554432000 4194304 4196468 140729191312336 140536019118896 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88712 KiB

[startup+1.50432 s]
/proc/loadavg: 1.63 1.62 1.77 3/215 21929
/proc/meminfo: memFree=25376004/32770624 swapFree=67108436/67108860
[pid=21863] ppid=21860 vsize=10998092 memory=179636 CPUtime=2.36 cores=1,3,5,7
/proc/21863/stat : 21863 (java) S 21860 21863 9814 0 -1 1077944320 24026 12844 0 0 220 9 5 2 20 0 15 0 107340888 11262046208 44909 33554432000 4194304 4196468 140729191312336 140729191294880 140537054183159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
/proc/21863/statm: 2749523 44909 3467 1 0 2711181 0
[pid=21863/tid=21916] ppid=21860 vsize=10998092 memory=65128 CPUtime=1.43 cores=1,3,5,7
/proc/21863/task/21916/stat : 21916 (java) R 21860 21863 9814 0 -1 4202560 17682 12844 0 0 131 5 5 2 20 0 15 0 107340897 11262046208 44909 33554432000 4194304 4196468 140729191312336 140537026013552 140537038263646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21917] ppid=21860 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/21863/task/21917/stat : 21917 (java) S 21860 21863 9814 0 -1 1077944384 190 12844 0 0 1 0 5 2 20 0 15 0 107340897 11262046208 44909 33554432000 4194304 4196468 140729191312336 140537058425104 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21918] ppid=21860 vsize=10998092 memory=280688998015136 CPUtime=0.08 cores=1,3,5,7
/proc/21863/task/21918/stat : 21918 (java) S 21860 21863 9814 0 -1 1077944384 22 12844 0 0 1 0 5 2 20 0 15 0 107340897 11262046208 44909 33554432000 4194304 4196468 140729191312336 140536913144208 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21919] ppid=21860 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21863/task/21919/stat : 21919 (java) S 21860 21863 9814 0 -1 1077944384 47 12844 0 0 1 0 5 2 20 0 15 0 107340897 11262046208 44909 33554432000 4194304 4196468 140729191312336 140536912091664 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21920] ppid=21860 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21863/task/21920/stat : 21920 (java) S 21860 21863 9814 0 -1 1077944384 30 12844 0 0 1 0 5 2 20 0 15 0 107340897 11262046208 44909 33554432000 4194304 4196468 140729191312336 140536911039120 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21921] ppid=21860 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21863/task/21921/stat : 21921 (java) S 21860 21863 9814 0 -1 1077944384 50 12844 0 0 1 0 5 2 20 0 15 0 107340899 11262046208 44909 33554432000 4194304 4196468 140729191312336 140536023329264 140537054194306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21922] ppid=21860 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21922/stat : 21922 (java) S 21860 21863 9814 0 -1 1077944384 13 12844 0 0 0 0 5 2 20 0 15 0 107340899 11262046208 44909 33554432000 4194304 4196468 140729191312336 140535893321184 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21923] ppid=21860 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21923/stat : 21923 (java) S 21860 21863 9814 0 -1 1077944384 2 12844 0 0 0 0 5 2 20 0 15 0 107340900 11262046208 44909 33554432000 4194304 4196468 140729191312336 140535691994624 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21924] ppid=21860 vsize=10998092 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21924/stat : 21924 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11262046208 44909 33554432000 4194304 4196468 140729191312336 140535384595152 140537054201755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21925] ppid=21860 vsize=10998092 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/21863/task/21925/stat : 21925 (java) S 21860 21863 9814 0 -1 1077944384 1211 12844 0 0 23 0 5 2 20 0 15 0 107340902 11262046208 44909 33554432000 4194304 4196468 140729191312336 140536022276080 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21926] ppid=21860 vsize=10998092 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/21863/task/21926/stat : 21926 (java) S 21860 21863 9814 0 -1 1077944384 1167 12844 0 0 20 0 5 2 20 0 15 0 107340902 11262046208 44909 33554432000 4194304 4196468 140729191312336 140536021223536 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21927] ppid=21860 vsize=10998092 memory=6791534058613427641 CPUtime=0.44 cores=1,3,5,7
/proc/21863/task/21927/stat : 21927 (java) S 21860 21863 9814 0 -1 1077944384 1419 12844 0 0 37 0 5 2 20 0 15 0 107340902 11262046208 44909 33554432000 4194304 4196468 140729191312336 140536020170992 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21928] ppid=21860 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21928/stat : 21928 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11262046208 44909 33554432000 4194304 4196468 140729191312336 140534953798240 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21929] ppid=21860 vsize=10998092 memory=280688998259584 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21929/stat : 21929 (java) S 21860 21863 9814 0 -1 1077944384 1 12844 0 0 0 0 5 2 20 0 15 0 107340903 11262046208 44909 33554432000 4194304 4196468 140729191312336 140536019118896 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 10998092 KiB

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

[pid=21863/tid=21928] ppid=21860 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21928/stat : 21928 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11272552448 59736 33554432000 4194304 4196468 140729191312336 140534953798240 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21929] ppid=21860 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21929/stat : 21929 (java) S 21860 21863 9814 0 -1 1077944384 10 12844 0 0 0 0 5 2 20 0 15 0 107340903 11272552448 59736 33554432000 4194304 4196468 140729191312336 140536019118896 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 238924 KiB

[startup+4.80483 s]
/proc/loadavg: 1.63 1.62 1.77 5/215 21929
/proc/meminfo: memFree=25179096/32770624 swapFree=67108436/67108860
[pid=21863] ppid=21860 vsize=11012448 memory=314544 CPUtime=11.15 cores=1,3,5,7
/proc/21863/stat : 21863 (java) S 21860 21863 9814 0 -1 1077944320 51238 12844 0 0 1087 21 5 2 20 0 15 0 107340888 11276746752 78636 33554432000 4194304 4196468 140729191312336 140729191294880 140537054183159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
/proc/21863/statm: 2753112 78636 3512 1 0 2714765 0
[pid=21863/tid=21916] ppid=21860 vsize=11012448 memory=171 CPUtime=4.64 cores=1,3,5,7
/proc/21863/task/21916/stat : 21916 (java) R 21860 21863 9814 0 -1 1077944384 26721 12844 0 0 449 8 5 2 20 0 15 0 107340897 11276746752 78636 33554432000 4194304 4196468 140729191312336 140537026011088 140537054193365 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21917] ppid=21860 vsize=11012448 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21863/task/21917/stat : 21917 (java) S 21860 21863 9814 0 -1 1077944384 205 12844 0 0 3 0 5 2 20 0 15 0 107340897 11276746752 78636 33554432000 4194304 4196468 140729191312336 140537058425104 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21918] ppid=21860 vsize=11012448 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21863/task/21918/stat : 21918 (java) S 21860 21863 9814 0 -1 1077944384 519 12844 0 0 4 0 5 2 20 0 15 0 107340897 11276746752 78636 33554432000 4194304 4196468 140729191312336 140536913144208 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21919] ppid=21860 vsize=11012448 memory=194932 CPUtime=0.11 cores=1,3,5,7
/proc/21863/task/21919/stat : 21919 (java) S 21860 21863 9814 0 -1 1077944384 85 12844 0 0 4 0 5 2 20 0 15 0 107340897 11276746752 78636 33554432000 4194304 4196468 140729191312336 140536912091664 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21920] ppid=21860 vsize=11012448 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21863/task/21920/stat : 21920 (java) S 21860 21863 9814 0 -1 1077944384 200 12844 0 0 3 0 5 2 20 0 15 0 107340897 11276746752 78636 33554432000 4194304 4196468 140729191312336 140536911039120 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21921] ppid=21860 vsize=11012448 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21863/task/21921/stat : 21921 (java) S 21860 21863 9814 0 -1 1077944384 3625 12844 0 0 4 0 5 2 20 0 15 0 107340899 11276746752 78636 33554432000 4194304 4196468 140729191312336 140536023329264 140537054194306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21922] ppid=21860 vsize=11012448 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21922/stat : 21922 (java) S 21860 21863 9814 0 -1 1077944384 16 12844 0 0 0 0 5 2 20 0 15 0 107340899 11276746752 78636 33554432000 4194304 4196468 140729191312336 140535893321248 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21923] ppid=21860 vsize=11012448 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21923/stat : 21923 (java) S 21860 21863 9814 0 -1 1077944384 8 12844 0 0 0 0 5 2 20 0 15 0 107340900 11276746752 78636 33554432000 4194304 4196468 140729191312336 140535691994624 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21924] ppid=21860 vsize=11012448 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21924/stat : 21924 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11276746752 78636 33554432000 4194304 4196468 140729191312336 140535384595152 140537054201755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21925] ppid=21860 vsize=11012448 memory=0 CPUtime=2.21 cores=1,3,5,7
/proc/21863/task/21925/stat : 21925 (java) R 21860 21863 9814 0 -1 4202560 4761 12844 0 0 211 3 5 2 20 0 15 0 107340902 11276746752 78636 33554432000 4194304 4196468 140729191312336 140536022255920 140537054195094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21926] ppid=21860 vsize=11012448 memory=6791534058613427641 CPUtime=2.26 cores=1,3,5,7
/proc/21863/task/21926/stat : 21926 (java) S 21860 21863 9814 0 -1 1077944384 4436 12844 0 0 218 1 5 2 20 0 15 0 107340902 11276746752 78636 33554432000 4194304 4196468 140729191312336 140536021223536 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21927] ppid=21860 vsize=11012448 memory=0 CPUtime=1.96 cores=1,3,5,7
/proc/21863/task/21927/stat : 21927 (java) S 21860 21863 9814 0 -1 1077944384 8457 12844 0 0 186 3 5 2 20 0 15 0 107340902 11276746752 78636 33554432000 4194304 4196468 140729191312336 140536020170992 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21928] ppid=21860 vsize=11012448 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21928/stat : 21928 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11276746752 78636 33554432000 4194304 4196468 140729191312336 140534953798240 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21929] ppid=21860 vsize=11012448 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21929/stat : 21929 (java) S 21860 21863 9814 0 -1 1077944384 11 12844 0 0 0 0 5 2 20 0 15 0 107340903 11276746752 78636 33554432000 4194304 4196468 140729191312336 140536019118896 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
Current children cumulated CPU time: 11.15 s
Current children cumulated vsize: 11012448 KiB
Current children cumulated memory: 314544 KiB

[startup+5.6007 s]
/proc/loadavg: 1.63 1.62 1.77 6/215 21929
/proc/meminfo: memFree=25122428/32770624 swapFree=67108436/67108860
[pid=21863] ppid=21860 vsize=11080032 memory=379836 CPUtime=13.31 cores=1,3,5,7
/proc/21863/stat : 21863 (java) S 21860 21863 9814 0 -1 1077944320 68035 12844 0 0 1300 24 5 2 20 0 15 0 107340888 11345952768 94959 33554432000 4194304 4196468 140729191312336 140729191294880 140537054183159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
/proc/21863/statm: 2770008 94959 3524 1 0 2731661 0
[pid=21863/tid=21916] ppid=21860 vsize=11080032 memory=5852828627688325534 CPUtime=5.43 cores=1,3,5,7
/proc/21863/task/21916/stat : 21916 (java) R 21860 21863 9814 0 -1 4202560 39612 12844 0 0 526 10 5 2 20 0 15 0 107340897 11345952768 94959 33554432000 4194304 4196468 140729191312336 140537026016400 140537054195094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21917] ppid=21860 vsize=11080032 memory=2484 CPUtime=0.11 cores=1,3,5,7
/proc/21863/task/21917/stat : 21917 (java) S 21860 21863 9814 0 -1 1077944384 219 12844 0 0 3 1 5 2 20 0 15 0 107340897 11345952768 94959 33554432000 4194304 4196468 140729191312336 140537058425104 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21918] ppid=21860 vsize=11080032 memory=280688997972248 CPUtime=0.11 cores=1,3,5,7
/proc/21863/task/21918/stat : 21918 (java) S 21860 21863 9814 0 -1 1077944384 527 12844 0 0 4 0 5 2 20 0 15 0 107340897 11345952768 94959 33554432000 4194304 4196468 140729191312336 140536913144208 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21919] ppid=21860 vsize=11080032 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21863/task/21919/stat : 21919 (java) S 21860 21863 9814 0 -1 1077944384 85 12844 0 0 4 0 5 2 20 0 15 0 107340897 11345952768 94959 33554432000 4194304 4196468 140729191312336 140536912091664 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21920] ppid=21860 vsize=11080032 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21863/task/21920/stat : 21920 (java) S 21860 21863 9814 0 -1 1077944384 203 12844 0 0 4 0 5 2 20 0 15 0 107340897 11345952768 94959 33554432000 4194304 4196468 140729191312336 140536911039120 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21921] ppid=21860 vsize=11080032 memory=56 CPUtime=0.12 cores=1,3,5,7
/proc/21863/task/21921/stat : 21921 (java) S 21860 21863 9814 0 -1 1077944384 3626 12844 0 0 5 0 5 2 20 0 15 0 107340899 11345952768 94959 33554432000 4194304 4196468 140729191312336 140536023329264 140537054194306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21922] ppid=21860 vsize=11080032 memory=7649399379936751922 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21922/stat : 21922 (java) S 21860 21863 9814 0 -1 1077944384 16 12844 0 0 0 0 5 2 20 0 15 0 107340899 11345952768 94959 33554432000 4194304 4196468 140729191312336 140535893321248 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21923] ppid=21860 vsize=11080032 memory=7649399384231719218 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21923/stat : 21923 (java) S 21860 21863 9814 0 -1 1077944384 8 12844 0 0 0 0 5 2 20 0 15 0 107340900 11345952768 94959 33554432000 4194304 4196468 140729191312336 140535691994624 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21924] ppid=21860 vsize=11080032 memory=7649399388526686514 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21924/stat : 21924 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11345952768 94959 33554432000 4194304 4196468 140729191312336 140535384595152 140537054201755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21925] ppid=21860 vsize=11080032 memory=7649399392821653810 CPUtime=2.88 cores=1,3,5,7
/proc/21863/task/21925/stat : 21925 (java) S 21860 21863 9814 0 -1 1077944384 6729 12844 0 0 278 3 5 2 20 0 15 0 107340902 11345952768 94959 33554432000 4194304 4196468 140729191312336 140536022276080 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21926] ppid=21860 vsize=11080032 memory=3 CPUtime=2.75 cores=1,3,5,7
/proc/21863/task/21926/stat : 21926 (java) S 21860 21863 9814 0 -1 1077944384 5990 12844 0 0 266 2 5 2 20 0 15 0 107340902 11345952768 94959 33554432000 4194304 4196468 140729191312336 140536021223536 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21927] ppid=21860 vsize=11080032 memory=4 CPUtime=2.14 cores=1,3,5,7
/proc/21863/task/21927/stat : 21927 (java) R 21860 21863 9814 0 -1 4202560 8814 12844 0 0 204 3 5 2 20 0 15 0 107340902 11345952768 94959 33554432000 4194304 4196468 140729191312336 140536020170992 140537054195094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21928] ppid=21860 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21928/stat : 21928 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11345952768 94959 33554432000 4194304 4196468 140729191312336 140534953798240 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21929] ppid=21860 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21929/stat : 21929 (java) S 21860 21863 9814 0 -1 1077944384 11 12844 0 0 0 0 5 2 20 0 15 0 107340903 11345952768 94959 33554432000 4194304 4196468 140729191312336 140536019118896 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
Current children cumulated CPU time: 13.31 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 379836 KiB

[startup+6.00067 s]*
/proc/loadavg: 1.66 1.62 1.77 3/215 21929
/proc/meminfo: memFree=25047284/32770624 swapFree=67108436/67108860
[pid=21863] ppid=21860 vsize=11080032 memory=436008 CPUtime=13.83 cores=1,3,5,7
/proc/21863/stat : 21863 (java) S 21860 21863 9814 0 -1 1077944320 68280 12844 0 0 1350 26 5 2 20 0 15 0 107340888 11345952768 109002 33554432000 4194304 4196468 140729191312336 140729191294880 140537054183159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
/proc/21863/statm: 2770008 109002 3525 1 0 2731661 0
[pid=21863/tid=21916] ppid=21860 vsize=11080032 memory=288355116380323867 CPUtime=5.82 cores=1,3,5,7
/proc/21863/task/21916/stat : 21916 (java) R 21860 21863 9814 0 -1 4202560 39653 12844 0 0 565 10 5 2 20 0 15 0 107340897 11345952768 109002 33554432000 4194304 4196468 140729191312336 140537026018112 140536601572415 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21917] ppid=21860 vsize=11080032 memory=297237799617429527 CPUtime=0.12 cores=1,3,5,7
/proc/21863/task/21917/stat : 21917 (java) S 21860 21863 9814 0 -1 1077944384 225 12844 0 0 4 1 5 2 20 0 15 0 107340897 11345952768 109002 33554432000 4194304 4196468 140729191312336 140537058425104 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21918] ppid=21860 vsize=11080032 memory=14831160936421016 CPUtime=0.13 cores=1,3,5,7
/proc/21863/task/21918/stat : 21918 (java) S 21860 21863 9814 0 -1 1077944384 533 12844 0 0 5 1 5 2 20 0 15 0 107340897 11345952768 109002 33554432000 4194304 4196468 140729191312336 140536913144208 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21919] ppid=21860 vsize=11080032 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21863/task/21919/stat : 21919 (java) S 21860 21863 9814 0 -1 1077944384 93 12844 0 0 4 0 5 2 20 0 15 0 107340897 11345952768 109002 33554432000 4194304 4196468 140729191312336 140536912091664 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21920] ppid=21860 vsize=11080032 memory=69008 CPUtime=0.12 cores=1,3,5,7
/proc/21863/task/21920/stat : 21920 (java) S 21860 21863 9814 0 -1 1077944384 212 12844 0 0 4 1 5 2 20 0 15 0 107340897 11345952768 109002 33554432000 4194304 4196468 140729191312336 140536911039120 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21921] ppid=21860 vsize=11080032 memory=8820813242482757299 CPUtime=0.12 cores=1,3,5,7
/proc/21863/task/21921/stat : 21921 (java) S 21860 21863 9814 0 -1 1077944384 3674 12844 0 0 5 0 5 2 20 0 15 0 107340899 11345952768 109002 33554432000 4194304 4196468 140729191312336 140536023329264 140537054194306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21922] ppid=21860 vsize=11080032 memory=3760558693886730271 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21922/stat : 21922 (java) S 21860 21863 9814 0 -1 1077944384 16 12844 0 0 0 0 5 2 20 0 15 0 107340899 11345952768 109002 33554432000 4194304 4196468 140729191312336 140535893321248 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21923] ppid=21860 vsize=11080032 memory=8226496019563244444 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21923/stat : 21923 (java) S 21860 21863 9814 0 -1 1077944384 8 12844 0 0 0 0 5 2 20 0 15 0 107340900 11345952768 109002 33554432000 4194304 4196468 140729191312336 140535691994624 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21924] ppid=21860 vsize=11080032 memory=-6352177166831549654 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21924/stat : 21924 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11345952768 109002 33554432000 4194304 4196468 140729191312336 140535384595152 140537054201755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21925] ppid=21860 vsize=11080032 memory=0 CPUtime=2.9 cores=1,3,5,7
/proc/21863/task/21925/stat : 21925 (java) S 21860 21863 9814 0 -1 1077944384 6741 12844 0 0 280 3 5 2 20 0 15 0 107340902 11345952768 109002 33554432000 4194304 4196468 140729191312336 140536022276080 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21926] ppid=21860 vsize=11080032 memory=2314885432475350098 CPUtime=2.77 cores=1,3,5,7
/proc/21863/task/21926/stat : 21926 (java) S 21860 21863 9814 0 -1 1077944384 6002 12844 0 0 268 2 5 2 20 0 15 0 107340902 11345952768 109002 33554432000 4194304 4196468 140729191312336 140536021223536 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21927] ppid=21860 vsize=11080032 memory=7091423465353189611 CPUtime=2.19 cores=1,3,5,7
/proc/21863/task/21927/stat : 21927 (java) S 21860 21863 9814 0 -1 1077944384 8917 12844 0 0 209 3 5 2 20 0 15 0 107340902 11345952768 109002 33554432000 4194304 4196468 140729191312336 140536020170992 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21928] ppid=21860 vsize=11080032 memory=5507152521407963187 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21928/stat : 21928 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11345952768 109002 33554432000 4194304 4196468 140729191312336 140534953798240 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21929] ppid=21860 vsize=11080032 memory=2308580698048775126 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21929/stat : 21929 (java) S 21860 21863 9814 0 -1 1077944384 11 12844 0 0 0 0 5 2 20 0 15 0 107340903 11345952768 109002 33554432000 4194304 4196468 140729191312336 140536019118896 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
Current children cumulated CPU time: 13.83 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 436008 KiB

[startup+6.20065 s]
/proc/loadavg: 1.66 1.62 1.77 3/215 21929
/proc/meminfo: memFree=25047284/32770624 swapFree=67108436/67108860
[pid=21863] ppid=21860 vsize=11080032 memory=436024 CPUtime=14.05 cores=1,3,5,7
/proc/21863/stat : 21863 (java) S 21860 21863 9814 0 -1 1077944320 68289 12844 0 0 1372 26 5 2 20 0 15 0 107340888 11345952768 109006 33554432000 4194304 4196468 140729191312336 140729191294880 140537054183159 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
/proc/21863/statm: 2770008 109006 3525 1 0 2731661 0
[pid=21863/tid=21916] ppid=21860 vsize=11080032 memory=-1 CPUtime=6.01 cores=1,3,5,7
/proc/21863/task/21916/stat : 21916 (java) R 21860 21863 9814 0 -1 4202560 39653 12844 0 0 584 10 5 2 20 0 15 0 107340897 11345952768 109006 33554432000 4194304 4196468 140729191312336 140537026018112 140536590495862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21917] ppid=21860 vsize=11080032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21863/task/21917/stat : 21917 (java) S 21860 21863 9814 0 -1 1077944384 225 12844 0 0 4 1 5 2 20 0 15 0 107340897 11345952768 109006 33554432000 4194304 4196468 140729191312336 140537058425104 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21918] ppid=21860 vsize=11080032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/21863/task/21918/stat : 21918 (java) S 21860 21863 9814 0 -1 1077944384 533 12844 0 0 5 1 5 2 20 0 15 0 107340897 11345952768 109006 33554432000 4194304 4196468 140729191312336 140536913144208 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21919] ppid=21860 vsize=11080032 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21863/task/21919/stat : 21919 (java) S 21860 21863 9814 0 -1 1077944384 93 12844 0 0 4 0 5 2 20 0 15 0 107340897 11345952768 109006 33554432000 4194304 4196468 140729191312336 140536912091664 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21920] ppid=21860 vsize=11080032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21863/task/21920/stat : 21920 (java) S 21860 21863 9814 0 -1 1077944384 212 12844 0 0 4 1 5 2 20 0 15 0 107340897 11345952768 109006 33554432000 4194304 4196468 140729191312336 140536911039120 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21921] ppid=21860 vsize=11080032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21863/task/21921/stat : 21921 (java) S 21860 21863 9814 0 -1 1077944384 3674 12844 0 0 5 0 5 2 20 0 15 0 107340899 11345952768 109006 33554432000 4194304 4196468 140729191312336 140536023329264 140537054194306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21922] ppid=21860 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21922/stat : 21922 (java) S 21860 21863 9814 0 -1 1077944384 16 12844 0 0 0 0 5 2 20 0 15 0 107340899 11345952768 109006 33554432000 4194304 4196468 140729191312336 140535893321248 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21923] ppid=21860 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21923/stat : 21923 (java) S 21860 21863 9814 0 -1 1077944384 8 12844 0 0 0 0 5 2 20 0 15 0 107340900 11345952768 109006 33554432000 4194304 4196468 140729191312336 140535691994624 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21924] ppid=21860 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21924/stat : 21924 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11345952768 109006 33554432000 4194304 4196468 140729191312336 140535384595152 140537054201755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21925] ppid=21860 vsize=11080032 memory=0 CPUtime=2.91 cores=1,3,5,7
/proc/21863/task/21925/stat : 21925 (java) S 21860 21863 9814 0 -1 1077944384 6744 12844 0 0 281 3 5 2 20 0 15 0 107340902 11345952768 109006 33554432000 4194304 4196468 140729191312336 140536022276080 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21926] ppid=21860 vsize=11080032 memory=0 CPUtime=2.78 cores=1,3,5,7
/proc/21863/task/21926/stat : 21926 (java) S 21860 21863 9814 0 -1 1077944384 6007 12844 0 0 269 2 5 2 20 0 15 0 107340902 11345952768 109006 33554432000 4194304 4196468 140729191312336 140536021223536 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21927] ppid=21860 vsize=11080032 memory=0 CPUtime=2.2 cores=1,3,5,7
/proc/21863/task/21927/stat : 21927 (java) S 21860 21863 9814 0 -1 1077944384 8918 12844 0 0 210 3 5 2 20 0 15 0 107340902 11345952768 109006 33554432000 4194304 4196468 140729191312336 140536020170992 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21928] ppid=21860 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21928/stat : 21928 (java) S 21860 21863 9814 0 -1 1077944384 3 12844 0 0 0 0 5 2 20 0 15 0 107340902 11345952768 109006 33554432000 4194304 4196468 140729191312336 140534953798240 140537054193365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
[pid=21863/tid=21929] ppid=21860 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21863/task/21929/stat : 21929 (java) S 21860 21863 9814 0 -1 1077944384 11 12844 0 0 0 0 5 2 20 0 15 0 107340903 11345952768 109006 33554432000 4194304 4196468 140729191312336 140536019118896 140537054194306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23453696 140729191316081 140729191318881 140729191318881 140729191321551 0
Current children cumulated CPU time: 14.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 436024 KiB

Child status: 0
Real time (s): 6.28639
CPU time (s): 14.1753
CPU user time (s): 13.863
CPU system time (s): 0.312238
CPU usage (%): 225.491
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 436024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.863
system time used= 0.312238
maximum resident set size= 458644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81235
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8541
involuntary context switches= 50


# summary of solver processes directly reported to runsolver:
#   pid: 21863
#   total CPU time (s): 14.1753
#   total CPU user time (s): 13.863
#   total CPU system time (s): 0.312238

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063124 second user time and 0.100999 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:56:17
IDJOB=4302308
IDBENCH=141489
IDSOLVER=2776
FILE ID=node137/4302308-1532897777
RUNJOBID= node137-1532893235-14550
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-05_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302308-1532897777/watcher-4302308-1532897777 -o /tmp/evaluation-result-4302308-1532897777/solver-4302308-1532897777 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1830649436 HOME/instance-4302308-1532897777.xml

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

MD5SUM BENCH= 4b3a1ce7a352f102282a9a722b8ddb17
RANDOM SEED=1830649436

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25476160 kB
MemAvailable:   29290824 kB
Buffers:          221276 kB
Cached:          3828992 kB
SwapCached:           32 kB
Active:          4444048 kB
Inactive:        2302732 kB
Active(anon):    2644152 kB
Inactive(anon):    79972 kB
Active(file):    1799896 kB
Inactive(file):  2222760 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26468 kB
Writeback:             0 kB
AnonPages:       2703464 kB
Mapped:            55728 kB
Shmem:             25052 kB
Slab:             244012 kB
SReclaimable:     215684 kB
SUnreclaim:        28328 kB
KernelStack:        3536 kB
PageTables:        10356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3834904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2486272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48484 MiB
End job on node137 at 2018-07-29 22:56:24