Trace number 4402609

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 NameAnswerCPU timeWall clock time
Concrete 3.12.3SAT 434.274 424.961

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-17.xml
MD5SUM9efca6d5489e39e5f473d5ee8bd54dad
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark22.8714
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree8
Maximum variable degree25
Distribution of variable degrees[{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":3},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":3},{"degree":16,"count":2},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":1},{"degree":20,"count":2},{"degree":22,"count":1},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
434.18/424.91	v <instantiation
434.18/424.91	v         >
434.18/424.91	v       <list>
434.18/424.91	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24]
434.18/424.91	v       </list>
434.18/424.91	v       <values>
434.18/424.91	v         2 2 3 1 4 2 0 0 2 1 0 3 1 4 0 2 4 4 2 4 2 4 0 4 1
434.18/424.91	v       </values>
434.18/424.91	v     </instantiation>
434.18/424.91	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402609-1568973035/watcher-4402609-1568973035 -o /var/tmp/evaluation-result-4402609-1568973035/solver-4402609-1568973035 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20069 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=412321698 HOME/instance-4402609-1568973035.xml 

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

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=21842, runsolver pid=21839

[startup+0.100061 s]*
/proc/loadavg: 1.50 1.42 1.41 3/218 21899
/proc/meminfo: memFree=2600080/32770624 swapFree=66956576/67108860
[pid=21842] ppid=21839 vsize=9972712 memory=17476 CPUtime=0.08 cores=1,3,5,7
/proc/21842/stat : 21842 (java) S 21839 21842 20037 0 -1 1077944320 4580 13113 0 0 1 0 5 2 20 0 6 0 473542167 10212057088 4303 33554432000 4194304 4196468 140726030232672 140726030215216 140142296538871 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
/proc/21842/statm: 2493178 4303 1934 1 0 2481616 0
[pid=21842/tid=21895] ppid=21839 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/21842/task/21895/stat : 21895 (java) R 21839 21842 20037 0 -1 4202560 2383 13113 0 0 1 0 5 2 20 0 6 0 473542176 10212057088 4369 33554432000 4194304 4196468 140726030232672 140142268375632 140142289635707 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21896] ppid=21839 vsize=9972712 memory=5793855424530418105 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21896/stat : 21896 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 6 0 473542177 10212057088 4369 33554432000 4194304 4196468 140726030232672 140142300781456 140142296549077 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21897] ppid=21839 vsize=9972712 memory=140173520524928 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21897/stat : 21897 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 6 0 473542177 10212057088 4369 33554432000 4194304 4196468 140726030232672 140142234823440 140142296549077 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21898] ppid=21839 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21898/stat : 21898 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 6 0 473542177 10212057088 4369 33554432000 4194304 4196468 140726030232672 140141868190864 140142296549077 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21899] ppid=21839 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21899/stat : 21899 (java) S 21839 21842 20037 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 6 0 473542177 10212057088 4369 33554432000 4194304 4196468 140726030232672 140141867138064 140142296549077 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17476 KiB

[startup+0.209887 s]*
/proc/loadavg: 1.50 1.42 1.41 4/227 21908
/proc/meminfo: memFree=2579168/32770624 swapFree=66956576/67108860
[pid=21842] ppid=21839 vsize=10820176 memory=44460 CPUtime=0.26 cores=1,3,5,7
/proc/21842/stat : 21842 (java) S 21839 21842 20037 0 -1 1077944320 7551 13113 0 0 17 2 5 2 20 0 15 0 473542167 11079860224 11115 33554432000 4194304 4196468 140726030232672 140726030215216 140142296538871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
/proc/21842/statm: 2705046 11115 3289 1 0 2667149 0
[pid=21842/tid=21895] ppid=21839 vsize=10820188 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/21842/task/21895/stat : 21895 (java) R 21839 21842 20037 0 -1 4202560 3961 13113 0 0 11 1 5 2 20 0 15 0 473542176 11079872512 11115 33554432000 4194304 4196468 140726030232672 140142268349904 140142288775998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21896] ppid=21839 vsize=10820188 memory=4211973899725315466 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21896/stat : 21896 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542177 11079872512 11115 33554432000 4194304 4196468 140726030232672 140142300781456 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21897] ppid=21839 vsize=10820188 memory=140173520524928 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21897/stat : 21897 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542177 11079872512 11115 33554432000 4194304 4196468 140726030232672 140142234823440 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21898] ppid=21839 vsize=10820188 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21898/stat : 21898 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542177 11079872512 11115 33554432000 4194304 4196468 140726030232672 140141868190864 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21899] ppid=21839 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21899/stat : 21899 (java) S 21839 21842 20037 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 473542177 11079880704 11115 33554432000 4194304 4196468 140726030232672 140141867138064 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21900] ppid=21839 vsize=10820196 memory=140173520524928 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21900/stat : 21900 (java) S 21839 21842 20037 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 473542178 11079880704 11115 33554432000 4194304 4196468 140726030232672 140141755594864 140142296550018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21901] ppid=21839 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21901/stat : 21901 (java) S 21839 21842 20037 0 -1 1077944384 33 13113 0 0 0 0 5 2 20 0 15 0 473542179 11079880704 11115 33554432000 4194304 4196468 140726030232672 140141754540832 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21902] ppid=21839 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21902/stat : 21902 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542179 11079880704 11115 33554432000 4194304 4196468 140726030232672 140141628744816 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21903] ppid=21839 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21903/stat : 21903 (java) S 21839 21842 20037 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 473542182 11079880704 11115 33554432000 4194304 4196468 140726030232672 140141024766032 140142296557467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21904] ppid=21839 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21842/task/21904/stat : 21904 (java) S 21839 21842 20037 0 -1 1077944384 475 13113 0 0 1 0 5 2 20 0 15 0 473542182 11079880704 11115 33554432000 4194304 4196468 140726030232672 140141720984176 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21905] ppid=21839 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21842/task/21905/stat : 21905 (java) R 21839 21842 20037 0 -1 4202560 181 13113 0 0 1 0 5 2 20 0 15 0 473542182 11079880704 11115 33554432000 4194304 4196468 140726030232672 140141719931376 140142280033055 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21906] ppid=21839 vsize=10820196 memory=140173520524928 CPUtime=0.1 cores=1,3,5,7
/proc/21842/task/21906/stat : 21906 (java) R 21839 21842 20037 0 -1 1077944384 686 13113 0 0 3 0 5 2 20 0 15 0 473542182 11079880704 11115 33554432000 4194304 4196468 140726030232672 140141718879088 140142296550018 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21907] ppid=21839 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21907/stat : 21907 (java) S 21839 21842 20037 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 473542182 11079880704 11115 33554432000 4194304 4196468 140726030232672 140140555004896 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21908] ppid=21839 vsize=10820196 memory=140173520524928 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21908/stat : 21908 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542182 11079880704 11115 33554432000 4194304 4196468 140726030232672 140141717825968 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820176 KiB
Current children cumulated memory: 44460 KiB

[startup+0.310528 s]*
/proc/loadavg: 1.62 1.45 1.42 4/227 21908
/proc/meminfo: memFree=2566784/32770624 swapFree=66956576/67108860
[pid=21842] ppid=21839 vsize=10820196 memory=52896 CPUtime=0.39 cores=1,3,5,7
/proc/21842/stat : 21842 (java) S 21839 21842 20037 0 -1 1077944320 10595 13113 0 0 29 3 5 2 20 0 15 0 473542167 11079880704 13224 33554432000 4194304 4196468 140726030232672 140726030215216 140142296538871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
/proc/21842/statm: 2705049 13224 3339 1 0 2667149 0
[pid=21842/tid=21895] ppid=21839 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/21842/task/21895/stat : 21895 (java) R 21839 21842 20037 0 -1 4202560 6940 13113 0 0 19 2 5 2 20 0 15 0 473542176 11079880704 13224 33554432000 4194304 4196468 140726030232672 140142268348824 140142280619358 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21896] ppid=21839 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21896/stat : 21896 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542177 11079880704 13224 33554432000 4194304 4196468 140726030232672 140142300781456 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21897] ppid=21839 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21897/stat : 21897 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542177 11079880704 13224 33554432000 4194304 4196468 140726030232672 140142234823440 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21898] ppid=21839 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21898/stat : 21898 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542177 11079880704 13224 33554432000 4194304 4196468 140726030232672 140141868190864 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21899] ppid=21839 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21899/stat : 21899 (java) S 21839 21842 20037 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 473542177 11079880704 13224 33554432000 4194304 4196468 140726030232672 140141867138064 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21900] ppid=21839 vsize=10820196 memory=140173520524927 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21900/stat : 21900 (java) S 21839 21842 20037 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 473542178 11079880704 13224 33554432000 4194304 4196468 140726030232672 140141755594864 140142296550018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21901] ppid=21839 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21901/stat : 21901 (java) S 21839 21842 20037 0 -1 1077944384 33 13113 0 0 0 0 5 2 20 0 15 0 473542179 11079880704 13224 33554432000 4194304 4196468 140726030232672 140141754540832 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21902] ppid=21839 vsize=10820196 memory=140173520524928 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21902/stat : 21902 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542179 11079880704 13224 33554432000 4194304 4196468 140726030232672 140141628744816 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21903] ppid=21839 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21903/stat : 21903 (java) S 21839 21842 20037 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 473542182 11079880704 13224 33554432000 4194304 4196468 140726030232672 140141024766032 140142296557467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21904] ppid=21839 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21842/task/21904/stat : 21904 (java) S 21839 21842 20037 0 -1 1077944384 479 13113 0 0 1 0 5 2 20 0 15 0 473542182 11079880704 13224 33554432000 4194304 4196468 140726030232672 140141720984176 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21905] ppid=21839 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21842/task/21905/stat : 21905 (java) S 21839 21842 20037 0 -1 1077944384 201 13113 0 0 2 0 5 2 20 0 15 0 473542182 11079880704 13289 33554432000 4194304 4196468 140726030232672 140141719931376 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21906] ppid=21839 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21842/task/21906/stat : 21906 (java) S 21839 21842 20037 0 -1 1077944384 721 13113 0 0 5 0 5 2 20 0 15 0 473542182 11079880704 13289 33554432000 4194304 4196468 140726030232672 140141718879088 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21907] ppid=21839 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21907/stat : 21907 (java) S 21839 21842 20037 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 473542182 11079880704 13289 33554432000 4194304 4196468 140726030232672 140140555004896 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21908] ppid=21839 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21908/stat : 21908 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542182 11079880704 13289 33554432000 4194304 4196468 140726030232672 140141717825968 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52896 KiB

[startup+0.70069 s]
/proc/loadavg: 1.62 1.45 1.42 5/227 21908
/proc/meminfo: memFree=2551008/32770624 swapFree=66956576/67108860
[pid=21842] ppid=21839 vsize=10824364 memory=86764 CPUtime=1.13 cores=1,3,5,7
/proc/21842/stat : 21842 (java) S 21839 21842 20037 0 -1 1077944320 15381 13113 0 0 100 6 5 2 20 0 15 0 473542167 11084148736 21691 33554432000 4194304 4196468 140726030232672 140726030215216 140142296538871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
/proc/21842/statm: 2706091 21691 3507 1 0 2668173 0
[pid=21842/tid=21895] ppid=21839 vsize=10824364 memory=54200 CPUtime=0.66 cores=1,3,5,7
/proc/21842/task/21895/stat : 21895 (java) R 21839 21842 20037 0 -1 4202560 10495 13113 0 0 55 4 5 2 20 0 15 0 473542176 11084148736 21691 33554432000 4194304 4196468 140726030232672 140142268368416 140142280619358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21896] ppid=21839 vsize=10824364 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21896/stat : 21896 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542177 11084148736 21691 33554432000 4194304 4196468 140726030232672 140142300781456 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21897] ppid=21839 vsize=10824364 memory=140173371548159 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21897/stat : 21897 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542177 11084148736 21691 33554432000 4194304 4196468 140726030232672 140142234823440 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21898] ppid=21839 vsize=10824364 memory=140174847640442 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21898/stat : 21898 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542177 11084148736 21691 33554432000 4194304 4196468 140726030232672 140141868190864 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21899] ppid=21839 vsize=10824364 memory=31560 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21899/stat : 21899 (java) S 21839 21842 20037 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 473542177 11084148736 21691 33554432000 4194304 4196468 140726030232672 140141867138064 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21900] ppid=21839 vsize=10824364 memory=7305218370954225241 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21900/stat : 21900 (java) S 21839 21842 20037 0 -1 1077944384 5 13113 0 0 0 0 5 2 20 0 15 0 473542178 11084148736 21691 33554432000 4194304 4196468 140726030232672 140141755594864 140142296550018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21901] ppid=21839 vsize=10824364 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21901/stat : 21901 (java) S 21839 21842 20037 0 -1 1077944384 33 13113 0 0 0 0 5 2 20 0 15 0 473542179 11084148736 21691 33554432000 4194304 4196468 140726030232672 140141754540832 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21902] ppid=21839 vsize=10824364 memory=5787213827113576551 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21902/stat : 21902 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542179 11084148736 21691 33554432000 4194304 4196468 140726030232672 140141628744816 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21903] ppid=21839 vsize=10824364 memory=-7028383565733675155 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21903/stat : 21903 (java) S 21839 21842 20037 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 473542182 11084148736 21691 33554432000 4194304 4196468 140726030232672 140141024766032 140142296557467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21904] ppid=21839 vsize=10824364 memory=8326441112149131687 CPUtime=0.21 cores=1,3,5,7
/proc/21842/task/21904/stat : 21904 (java) S 21839 21842 20037 0 -1 1077944384 952 13113 0 0 14 0 5 2 20 0 15 0 473542182 11084148736 21691 33554432000 4194304 4196468 140726030232672 140141720984176 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21905] ppid=21839 vsize=10824364 memory=-8990767739041718176 CPUtime=0.2 cores=1,3,5,7
/proc/21842/task/21905/stat : 21905 (java) R 21839 21842 20037 0 -1 4202560 661 13113 0 0 13 0 5 2 20 0 15 0 473542182 11084148736 21691 33554432000 4194304 4196468 140726030232672 140141719931376 140142279972264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21906] ppid=21839 vsize=10824364 memory=-7384994778349281184 CPUtime=0.24 cores=1,3,5,7
/proc/21842/task/21906/stat : 21906 (java) S 21839 21842 20037 0 -1 1077944384 1016 13113 0 0 17 0 5 2 20 0 15 0 473542182 11084148736 21691 33554432000 4194304 4196468 140726030232672 140141718879088 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21907] ppid=21839 vsize=10824364 memory=1399103955520229747 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21907/stat : 21907 (java) S 21839 21842 20037 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 473542182 11084148736 21691 33554432000 4194304 4196468 140726030232672 140140555004896 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21908] ppid=21839 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21908/stat : 21908 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542182 11084148736 21691 33554432000 4194304 4196468 140726030232672 140141717825968 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 86764 KiB

[startup+1.5115 s]
/proc/loadavg: 1.62 1.45 1.42 5/227 21908
/proc/meminfo: memFree=2439048/32770624 swapFree=66956576/67108860
[pid=21842] ppid=21839 vsize=10826488 memory=424204 CPUtime=3.08 cores=1,3,5,7
/proc/21842/stat : 21842 (java) S 21839 21842 20037 0 -1 1077944320 17856 13113 0 0 278 23 5 2 20 0 15 0 473542167 11086323712 106051 33554432000 4194304 4196468 140726030232672 140726030215216 140142296538871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
/proc/21842/statm: 2706622 106051 3577 1 0 2668685 0
[pid=21842/tid=21895] ppid=21839 vsize=10826488 memory=0 CPUtime=1.39 cores=1,3,5,7
/proc/21842/task/21895/stat : 21895 (java) S 21839 21842 20037 0 -1 1077944384 11450 13113 0 0 124 8 5 2 20 0 15 0 473542176 11086323712 106051 33554432000 4194304 4196468 140726030232672 140142268374256 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21896] ppid=21839 vsize=10826488 memory=159672 CPUtime=0.13 cores=1,3,5,7
/proc/21842/task/21896/stat : 21896 (java) R 21839 21842 20037 0 -1 4202560 266 13113 0 0 3 3 5 2 20 0 15 0 473542177 11086323712 106051 33554432000 4194304 4196468 140726030232672 140142300781456 140142281566754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21897] ppid=21839 vsize=10826488 memory=5790086053191909267 CPUtime=0.1 cores=1,3,5,7
/proc/21842/task/21897/stat : 21897 (java) R 21839 21842 20037 0 -1 4202560 37 13113 0 0 1 2 5 2 20 0 15 0 473542177 11086323712 106051 33554432000 4194304 4196468 140726030232672 140142234823440 140142281566754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21898] ppid=21839 vsize=10826488 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/21842/task/21898/stat : 21898 (java) R 21839 21842 20037 0 -1 4202560 138 13113 0 0 3 3 5 2 20 0 15 0 473542177 11086323712 106051 33554432000 4194304 4196468 140726030232672 140141868190752 140142281566754 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21899] ppid=21839 vsize=10826488 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/21842/task/21899/stat : 21899 (java) R 21839 21842 20037 0 -1 4202560 96 13113 0 0 3 3 5 2 20 0 15 0 473542177 11086323712 106051 33554432000 4194304 4196468 140726030232672 140141867138064 140142289641939 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21900] ppid=21839 vsize=10826488 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21900/stat : 21900 (java) S 21839 21842 20037 0 -1 1077944384 85 13113 0 0 0 0 5 2 20 0 15 0 473542178 11086323712 106051 33554432000 4194304 4196468 140726030232672 140141755593376 140142296549077 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21901] ppid=21839 vsize=10826488 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21901/stat : 21901 (java) S 21839 21842 20037 0 -1 1077944384 33 13113 0 0 0 0 5 2 20 0 15 0 473542179 11086323712 106051 33554432000 4194304 4196468 140726030232672 140141754540896 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21902] ppid=21839 vsize=10826488 memory=808 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21902/stat : 21902 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542179 11086323712 106051 33554432000 4194304 4196468 140726030232672 140141628744832 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21903] ppid=21839 vsize=10826488 memory=1764 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21903/stat : 21903 (java) S 21839 21842 20037 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 473542182 11086323712 106563 33554432000 4194304 4196468 140726030232672 140141024766032 140142296557467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21904] ppid=21839 vsize=10826488 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/21842/task/21904/stat : 21904 (java) S 21839 21842 20037 0 -1 1077944384 1219 13113 0 0 53 0 5 2 20 0 15 0 473542182 11086323712 106563 33554432000 4194304 4196468 140726030232672 140141720984176 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21905] ppid=21839 vsize=10826488 memory=234233155095467 CPUtime=0.6 cores=1,3,5,7
/proc/21842/task/21905/stat : 21905 (java) S 21839 21842 20037 0 -1 1077944384 965 13113 0 0 53 0 5 2 20 0 15 0 473542182 11086323712 106563 33554432000 4194304 4196468 140726030232672 140141719931376 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21906] ppid=21839 vsize=10826488 memory=4423489559692849184 CPUtime=0.4 cores=1,3,5,7
/proc/21842/task/21906/stat : 21906 (java) S 21839 21842 20037 0 -1 1077944384 1352 13113 0 0 33 0 5 2 20 0 15 0 473542182 11086323712 106563 33554432000 4194304 4196468 140726030232672 140141718879088 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21907] ppid=21839 vsize=10826488 memory=7660992747008972629 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21907/stat : 21907 (java) S 21839 21842 20037 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 473542182 11086323712 106563 33554432000 4194304 4196468 140726030232672 140140555004896 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21908] ppid=21839 vsize=10826488 memory=6935649255911877713 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21908/stat : 21908 (java) S 21839 21842 20037 0 -1 1077944384 1 13113 0 0 0 0 5 2 20 0 15 0 473542182 11086323712 106563 33554432000 4194304 4196468 140726030232672 140141717825968 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 10826488 KiB

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

[pid=21842/tid=21907] ppid=21839 vsize=10844940 memory=11632 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21907/stat : 21907 (java) S 21839 21842 20037 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140140555004896 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21908] ppid=21839 vsize=10844940 memory=6791534058613427641 CPUtime=0.26 cores=1,3,5,7
/proc/21842/task/21908/stat : 21908 (java) S 21839 21842 20037 0 -1 1077944384 413 13113 0 0 9 10 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141717825968 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
Current children cumulated CPU time: 431.68 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 2439548 KiB

[startup+424.001 s]*
/proc/loadavg: 1.61 1.58 1.51 3/227 22207
/proc/meminfo: memFree=575272/32770624 swapFree=66956576/67108860
[pid=21842] ppid=21839 vsize=10844940 memory=2439548 CPUtime=433.29 cores=1,3,5,7
/proc/21842/stat : 21842 (java) S 21839 21842 20037 0 -1 1077944320 1505344 13113 0 0 43005 317 5 2 20 0 15 0 473542167 11105218560 609887 33554432000 4194304 4196468 140726030232672 140726030215216 140142296538871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
/proc/21842/statm: 2711235 609887 3626 1 0 2673293 0
[pid=21842/tid=21895] ppid=21839 vsize=10844940 memory=6791534058613427641 CPUtime=422.95 cores=1,3,5,7
/proc/21842/task/21895/stat : 21895 (java) R 21839 21842 20037 0 -1 4202560 1396858 13113 0 0 42124 164 5 2 20 0 15 0 473542176 11105218560 609887 33554432000 4194304 4196468 140726030232672 140142268374544 140141910806624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21896] ppid=21839 vsize=10844940 memory=-7003737579269690708 CPUtime=0.77 cores=1,3,5,7
/proc/21842/task/21896/stat : 21896 (java) S 21839 21842 20037 0 -1 1077944384 19703 13113 0 0 38 32 5 2 20 0 15 0 473542177 11105218560 609887 33554432000 4194304 4196468 140726030232672 140142300781456 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21897] ppid=21839 vsize=10844940 memory=1976 CPUtime=0.75 cores=1,3,5,7
/proc/21842/task/21897/stat : 21897 (java) S 21839 21842 20037 0 -1 1077944384 17365 13113 0 0 37 31 5 2 20 0 15 0 473542177 11105218560 609887 33554432000 4194304 4196468 140726030232672 140142234823440 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21898] ppid=21839 vsize=10844940 memory=2432 CPUtime=0.76 cores=1,3,5,7
/proc/21842/task/21898/stat : 21898 (java) S 21839 21842 20037 0 -1 1077944384 14209 13113 0 0 37 32 5 2 20 0 15 0 473542177 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141868190864 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21899] ppid=21839 vsize=10844940 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/21842/task/21899/stat : 21899 (java) S 21839 21842 20037 0 -1 1077944384 14481 13113 0 0 40 30 5 2 20 0 15 0 473542177 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141867138064 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21900] ppid=21839 vsize=10844940 memory=-8412652160765825907 CPUtime=0.27 cores=1,3,5,7
/proc/21842/task/21900/stat : 21900 (java) S 21839 21842 20037 0 -1 1077944384 8642 13113 0 0 15 5 5 2 20 0 15 0 473542178 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141755594864 140142296550018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21901] ppid=21839 vsize=10844940 memory=7897517683652307531 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21901/stat : 21901 (java) S 21839 21842 20037 0 -1 1077944384 50 13113 0 0 0 0 5 2 20 0 15 0 473542179 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141754540896 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21902] ppid=21839 vsize=10844940 memory=8514726395715349656 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21902/stat : 21902 (java) S 21839 21842 20037 0 -1 1077944384 10 13113 0 0 0 0 5 2 20 0 15 0 473542179 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141628744832 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21903] ppid=21839 vsize=10844940 memory=-7003737579269690708 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21903/stat : 21903 (java) S 21839 21842 20037 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141024766032 140142296557467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21904] ppid=21839 vsize=10844940 memory=6791534058613427641 CPUtime=2.89 cores=1,3,5,7
/proc/21842/task/21904/stat : 21904 (java) S 21839 21842 20037 0 -1 1077944384 9522 13113 0 0 280 2 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141720984176 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21905] ppid=21839 vsize=10844940 memory=1976 CPUtime=2.91 cores=1,3,5,7
/proc/21842/task/21905/stat : 21905 (java) S 21839 21842 20037 0 -1 1077944384 12231 13113 0 0 282 2 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141719931376 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21906] ppid=21839 vsize=10844940 memory=2432 CPUtime=1.48 cores=1,3,5,7
/proc/21842/task/21906/stat : 21906 (java) S 21839 21842 20037 0 -1 1077944384 9647 13113 0 0 138 3 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141718879088 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21907] ppid=21839 vsize=10844940 memory=1436 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21907/stat : 21907 (java) S 21839 21842 20037 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140140555004896 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21908] ppid=21839 vsize=10844940 memory=3620 CPUtime=0.26 cores=1,3,5,7
/proc/21842/task/21908/stat : 21908 (java) S 21839 21842 20037 0 -1 1077944384 413 13113 0 0 9 10 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141717825968 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
Current children cumulated CPU time: 433.29 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 2439548 KiB

[startup+424.402 s]
/proc/loadavg: 1.61 1.58 1.51 3/227 22207
/proc/meminfo: memFree=575272/32770624 swapFree=66956576/67108860
[pid=21842] ppid=21839 vsize=10844940 memory=2439548 CPUtime=433.68 cores=1,3,5,7
/proc/21842/stat : 21842 (java) S 21839 21842 20037 0 -1 1077944320 1505360 13113 0 0 43044 317 5 2 20 0 15 0 473542167 11105218560 609887 33554432000 4194304 4196468 140726030232672 140726030215216 140142296538871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
/proc/21842/statm: 2711235 609887 3626 1 0 2673293 0
[pid=21842/tid=21895] ppid=21839 vsize=10844940 memory=2832 CPUtime=423.34 cores=1,3,5,7
/proc/21842/task/21895/stat : 21895 (java) R 21839 21842 20037 0 -1 4202560 1396859 13113 0 0 42163 164 5 2 20 0 15 0 473542176 11105218560 609887 33554432000 4194304 4196468 140726030232672 140142268374400 140141910928524 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21896] ppid=21839 vsize=10844940 memory=14008 CPUtime=0.77 cores=1,3,5,7
/proc/21842/task/21896/stat : 21896 (java) S 21839 21842 20037 0 -1 1077944384 19703 13113 0 0 38 32 5 2 20 0 15 0 473542177 11105218560 609887 33554432000 4194304 4196468 140726030232672 140142300781456 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21897] ppid=21839 vsize=10844940 memory=2112 CPUtime=0.75 cores=1,3,5,7
/proc/21842/task/21897/stat : 21897 (java) S 21839 21842 20037 0 -1 1077944384 17373 13113 0 0 37 31 5 2 20 0 15 0 473542177 11105218560 609887 33554432000 4194304 4196468 140726030232672 140142234823440 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21898] ppid=21839 vsize=10844940 memory=12040 CPUtime=0.77 cores=1,3,5,7
/proc/21842/task/21898/stat : 21898 (java) S 21839 21842 20037 0 -1 1077944384 14214 13113 0 0 37 33 5 2 20 0 15 0 473542177 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141868190864 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21899] ppid=21839 vsize=10844940 memory=31564 CPUtime=0.77 cores=1,3,5,7
/proc/21842/task/21899/stat : 21899 (java) S 21839 21842 20037 0 -1 1077944384 14483 13113 0 0 40 30 5 2 20 0 15 0 473542177 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141867138064 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21900] ppid=21839 vsize=10844940 memory=1556 CPUtime=0.27 cores=1,3,5,7
/proc/21842/task/21900/stat : 21900 (java) S 21839 21842 20037 0 -1 1077944384 8642 13113 0 0 15 5 5 2 20 0 15 0 473542178 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141755594864 140142296550018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21901] ppid=21839 vsize=10844940 memory=532 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21901/stat : 21901 (java) S 21839 21842 20037 0 -1 1077944384 50 13113 0 0 0 0 5 2 20 0 15 0 473542179 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141754540896 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21902] ppid=21839 vsize=10844940 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21902/stat : 21902 (java) S 21839 21842 20037 0 -1 1077944384 10 13113 0 0 0 0 5 2 20 0 15 0 473542179 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141628744832 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21903] ppid=21839 vsize=10844940 memory=1720 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21903/stat : 21903 (java) S 21839 21842 20037 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141024766032 140142296557467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21904] ppid=21839 vsize=10844940 memory=1976 CPUtime=2.89 cores=1,3,5,7
/proc/21842/task/21904/stat : 21904 (java) S 21839 21842 20037 0 -1 1077944384 9522 13113 0 0 280 2 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141720984176 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21905] ppid=21839 vsize=10844940 memory=2432 CPUtime=2.91 cores=1,3,5,7
/proc/21842/task/21905/stat : 21905 (java) S 21839 21842 20037 0 -1 1077944384 12231 13113 0 0 282 2 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141719931376 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21906] ppid=21839 vsize=10844940 memory=1436 CPUtime=1.48 cores=1,3,5,7
/proc/21842/task/21906/stat : 21906 (java) S 21839 21842 20037 0 -1 1077944384 9647 13113 0 0 138 3 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141718879088 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21907] ppid=21839 vsize=10844940 memory=808 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21907/stat : 21907 (java) S 21839 21842 20037 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140140555004896 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21908] ppid=21839 vsize=10844940 memory=1764 CPUtime=0.26 cores=1,3,5,7
/proc/21842/task/21908/stat : 21908 (java) S 21839 21842 20037 0 -1 1077944384 413 13113 0 0 9 10 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141717825968 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
Current children cumulated CPU time: 433.68 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 2439548 KiB

[startup+424.801 s]
/proc/loadavg: 1.61 1.58 1.51 3/227 22207
/proc/meminfo: memFree=575272/32770624 swapFree=66956576/67108860
[pid=21842] ppid=21839 vsize=10844940 memory=2439548 CPUtime=434.08 cores=1,3,5,7
/proc/21842/stat : 21842 (java) S 21839 21842 20037 0 -1 1077944320 1505360 13113 0 0 43084 317 5 2 20 0 15 0 473542167 11105218560 609887 33554432000 4194304 4196468 140726030232672 140726030215216 140142296538871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
/proc/21842/statm: 2711235 609887 3626 1 0 2673293 0
[pid=21842/tid=21895] ppid=21839 vsize=10844940 memory=5980 CPUtime=423.74 cores=1,3,5,7
/proc/21842/task/21895/stat : 21895 (java) R 21839 21842 20037 0 -1 4202560 1396859 13113 0 0 42203 164 5 2 20 0 15 0 473542176 11105218560 609887 33554432000 4194304 4196468 140726030232672 140142268374400 140141911718337 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21896] ppid=21839 vsize=10844940 memory=624 CPUtime=0.77 cores=1,3,5,7
/proc/21842/task/21896/stat : 21896 (java) S 21839 21842 20037 0 -1 1077944384 19703 13113 0 0 38 32 5 2 20 0 15 0 473542177 11105218560 609887 33554432000 4194304 4196468 140726030232672 140142300781456 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21897] ppid=21839 vsize=10844940 memory=6791534058613427641 CPUtime=0.75 cores=1,3,5,7
/proc/21842/task/21897/stat : 21897 (java) S 21839 21842 20037 0 -1 1077944384 17373 13113 0 0 37 31 5 2 20 0 15 0 473542177 11105218560 609887 33554432000 4194304 4196468 140726030232672 140142234823440 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21898] ppid=21839 vsize=10844940 memory=988 CPUtime=0.77 cores=1,3,5,7
/proc/21842/task/21898/stat : 21898 (java) S 21839 21842 20037 0 -1 1077944384 14214 13113 0 0 37 33 5 2 20 0 15 0 473542177 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141868190864 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21899] ppid=21839 vsize=10844940 memory=2439548 CPUtime=0.77 cores=1,3,5,7
/proc/21842/task/21899/stat : 21899 (java) S 21839 21842 20037 0 -1 1077944384 14483 13113 0 0 40 30 5 2 20 0 15 0 473542177 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141867138064 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21900] ppid=21839 vsize=10844940 memory=54212 CPUtime=0.27 cores=1,3,5,7
/proc/21842/task/21900/stat : 21900 (java) S 21839 21842 20037 0 -1 1077944384 8642 13113 0 0 15 5 5 2 20 0 15 0 473542178 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141755594864 140142296550018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21901] ppid=21839 vsize=10844940 memory=1988 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21901/stat : 21901 (java) S 21839 21842 20037 0 -1 1077944384 50 13113 0 0 0 0 5 2 20 0 15 0 473542179 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141754540896 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21902] ppid=21839 vsize=10844940 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21902/stat : 21902 (java) S 21839 21842 20037 0 -1 1077944384 10 13113 0 0 0 0 5 2 20 0 15 0 473542179 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141628744832 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21903] ppid=21839 vsize=10844940 memory=1428 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21903/stat : 21903 (java) S 21839 21842 20037 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141024766032 140142296557467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21904] ppid=21839 vsize=10844940 memory=1728 CPUtime=2.89 cores=1,3,5,7
/proc/21842/task/21904/stat : 21904 (java) S 21839 21842 20037 0 -1 1077944384 9522 13113 0 0 280 2 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141720984176 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21905] ppid=21839 vsize=10844940 memory=1056 CPUtime=2.91 cores=1,3,5,7
/proc/21842/task/21905/stat : 21905 (java) S 21839 21842 20037 0 -1 1077944384 12231 13113 0 0 282 2 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141719931376 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21906] ppid=21839 vsize=10844940 memory=1556 CPUtime=1.48 cores=1,3,5,7
/proc/21842/task/21906/stat : 21906 (java) S 21839 21842 20037 0 -1 1077944384 9647 13113 0 0 138 3 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141718879088 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21907] ppid=21839 vsize=10844940 memory=11632 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21907/stat : 21907 (java) S 21839 21842 20037 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140140555004896 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21908] ppid=21839 vsize=10844940 memory=1732 CPUtime=0.26 cores=1,3,5,7
/proc/21842/task/21908/stat : 21908 (java) S 21839 21842 20037 0 -1 1077944384 413 13113 0 0 9 10 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141717825968 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
Current children cumulated CPU time: 434.08 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 2439548 KiB

[startup+424.901 s]
/proc/loadavg: 1.61 1.58 1.51 3/227 22207
/proc/meminfo: memFree=575272/32770624 swapFree=66956576/67108860
[pid=21842] ppid=21839 vsize=10844940 memory=2439548 CPUtime=434.18 cores=1,3,5,7
/proc/21842/stat : 21842 (java) S 21839 21842 20037 0 -1 1077944320 1505360 13113 0 0 43094 317 5 2 20 0 15 0 473542167 11105218560 609887 33554432000 4194304 4196468 140726030232672 140726030215216 140142296538871 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
/proc/21842/statm: 2711235 609887 3626 1 0 2673293 0
[pid=21842/tid=21895] ppid=21839 vsize=10844940 memory=2439548 CPUtime=423.84 cores=1,3,5,7
/proc/21842/task/21895/stat : 21895 (java) R 21839 21842 20037 0 -1 4202560 1396859 13113 0 0 42213 164 5 2 20 0 15 0 473542176 11105218560 609887 33554432000 4194304 4196468 140726030232672 140142268374400 140141910806624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21896] ppid=21839 vsize=10844940 memory=2449808 CPUtime=0.77 cores=1,3,5,7
/proc/21842/task/21896/stat : 21896 (java) S 21839 21842 20037 0 -1 1077944384 19703 13113 0 0 38 32 5 2 20 0 15 0 473542177 11105218560 609887 33554432000 4194304 4196468 140726030232672 140142300781456 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21897] ppid=21839 vsize=10844940 memory=2456480 CPUtime=0.75 cores=1,3,5,7
/proc/21842/task/21897/stat : 21897 (java) S 21839 21842 20037 0 -1 1077944384 17373 13113 0 0 37 31 5 2 20 0 15 0 473542177 11105218560 609887 33554432000 4194304 4196468 140726030232672 140142234823440 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21898] ppid=21839 vsize=10844940 memory=2444168 CPUtime=0.77 cores=1,3,5,7
/proc/21842/task/21898/stat : 21898 (java) S 21839 21842 20037 0 -1 1077944384 14214 13113 0 0 37 33 5 2 20 0 15 0 473542177 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141868190864 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21899] ppid=21839 vsize=10844940 memory=2439548 CPUtime=0.77 cores=1,3,5,7
/proc/21842/task/21899/stat : 21899 (java) S 21839 21842 20037 0 -1 1077944384 14483 13113 0 0 40 30 5 2 20 0 15 0 473542177 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141867138064 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21900] ppid=21839 vsize=10844940 memory=2439548 CPUtime=0.27 cores=1,3,5,7
/proc/21842/task/21900/stat : 21900 (java) S 21839 21842 20037 0 -1 1077944384 8642 13113 0 0 15 5 5 2 20 0 15 0 473542178 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141755594864 140142296550018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21901] ppid=21839 vsize=10844940 memory=1088 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21901/stat : 21901 (java) S 21839 21842 20037 0 -1 1077944384 50 13113 0 0 0 0 5 2 20 0 15 0 473542179 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141754540896 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21902] ppid=21839 vsize=10844940 memory=2449808 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21902/stat : 21902 (java) S 21839 21842 20037 0 -1 1077944384 10 13113 0 0 0 0 5 2 20 0 15 0 473542179 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141628744832 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21903] ppid=21839 vsize=10844940 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21903/stat : 21903 (java) S 21839 21842 20037 0 -1 1077944384 2 13113 0 0 0 0 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141024766032 140142296557467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21904] ppid=21839 vsize=10844940 memory=2444168 CPUtime=2.89 cores=1,3,5,7
/proc/21842/task/21904/stat : 21904 (java) S 21839 21842 20037 0 -1 1077944384 9522 13113 0 0 280 2 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141720984176 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21905] ppid=21839 vsize=10844940 memory=988 CPUtime=2.91 cores=1,3,5,7
/proc/21842/task/21905/stat : 21905 (java) S 21839 21842 20037 0 -1 1077944384 12231 13113 0 0 282 2 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141719931376 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21906] ppid=21839 vsize=10844940 memory=2439548 CPUtime=1.48 cores=1,3,5,7
/proc/21842/task/21906/stat : 21906 (java) S 21839 21842 20037 0 -1 1077944384 9647 13113 0 0 138 3 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141718879088 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21907] ppid=21839 vsize=10844940 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/21842/task/21907/stat : 21907 (java) S 21839 21842 20037 0 -1 1077944384 3 13113 0 0 0 0 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140140555004896 140142296549077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
[pid=21842/tid=21908] ppid=21839 vsize=10844940 memory=2439548 CPUtime=0.26 cores=1,3,5,7
/proc/21842/task/21908/stat : 21908 (java) S 21839 21842 20037 0 -1 1077944384 413 13113 0 0 9 10 5 2 20 0 15 0 473542182 11105218560 609887 33554432000 4194304 4196468 140726030232672 140141717825968 140142296550018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20955136 140726030236260 140726030238901 140726030238901 140726030241743 0
Current children cumulated CPU time: 434.18 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 2439548 KiB

Child status: 0
Real time (s): 424.961
CPU time (s): 434.274
CPU user time (s): 431.029
CPU system time (s): 3.24471
CPU usage (%): 102.191
Max. virtual memory (cumulated for all children) (KiB): 10844940
Max. memory (cumulated for all children) (KiB): 2918432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 431.029
system time used= 3.24471
maximum resident set size= 2918432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1523787
page faults= 0
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17180
involuntary context switches= 897


# summary of solver processes directly reported to runsolver:
#   pid: 21842
#   total CPU time (s): 434.274
#   total CPU user time (s): 431.029
#   total CPU system time (s): 3.24471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.55754 second user time and 4.09402 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-20 11:49:57
IDJOB=4402609
IDBENCH=126096
IDSOLVER=2861
FILE ID=node149/4402609-1568973035
RUNJOBID= node149-1568967598-20069
PBS_JOBID= 21704611
Free space on /var/tmp= 13416 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-17.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402609-1568973035/watcher-4402609-1568973035 -o /var/tmp/evaluation-result-4402609-1568973035/solver-4402609-1568973035 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20069 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=412321698 HOME/instance-4402609-1568973035.xml

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

MD5SUM BENCH= 9efca6d5489e39e5f473d5ee8bd54dad
RANDOM SEED=412321698

node149.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.81
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.81
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.81
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.81
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:         2608428 kB
MemAvailable:   31140404 kB
Buffers:          138720 kB
Cached:         28318784 kB
SwapCached:        41520 kB
Active:         14878656 kB
Inactive:       14298260 kB
Active(anon):     677332 kB
Inactive(anon):    86272 kB
Active(file):   14201324 kB
Inactive(file): 14211988 kB
Unevictable:      109700 kB
Mlocked:          109700 kB
SwapTotal:      67108860 kB
SwapFree:       66956576 kB
Dirty:             67924 kB
Writeback:             0 kB
AnonPages:        789064 kB
Mapped:            65100 kB
Shmem:             35592 kB
Slab:             576600 kB
SReclaimable:     547124 kB
SUnreclaim:        29476 kB
KernelStack:        3984 kB
PageTables:         8120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1885664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13380 MiB
End job on node149 at 2019-09-20 11:57:02