Trace number 4400772

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.2SAT 519.439 498.166

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-035.xml
MD5SUMfe30f006f3af9f6842518347a037ed7d
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 benchmark0.031203
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints36
Number of domains2
Minimum domain size34
Maximum domain size35
Distribution of domain sizes[{"size":34,"count":34},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":33}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":34},{"arity":34,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints34
Distribution of constraint types[{"type":"intension","count":34},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.76/0.55	c Concrete v3.12.2.1568631193530 running
519.34/498.15	v <instantiation
519.34/498.15	v         >
519.34/498.15	v       <list>
519.34/498.15	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] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33]
519.34/498.15	v       </list>
519.34/498.15	v       <values>
519.34/498.15	v         14 24 25 6 27 4 21 7 34 0 33 1 32 2 31 3 29 5 30 8 28 10 26 11 23 12 18 16 19 15 20 13 22 9 17 10 1 19 21 23 17 14 27 34 33 32 31 30 29 28 26 24 25 22 20 18 16 15 12 11 6 2 3 4 5 7 9 13 8
519.34/498.15	v       </values>
519.34/498.15	v     </instantiation>
519.34/498.15	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 (12971 MiB free)
  memory of node 1: 16384 MiB (15730 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400772-1568678293/watcher-4400772-1568678293 -o /tmp/evaluation-result-4400772-1568678293/solver-4400772-1568678293 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18225 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1723364239 HOME/instance-4400772-1568678293.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=19568, runsolver pid=19565

[startup+0.100141 s]*
/proc/loadavg: 1.56 1.52 1.45 3/218 19625
/proc/meminfo: memFree=29382544/32770624 swapFree=66917056/67108860
[pid=19568] ppid=19565 vsize=9972712 memory=18332 CPUtime=0.09 cores=1,3,5,7
/proc/19568/stat : 19568 (java) S 19565 19568 18193 0 -1 1077944320 4356 13056 0 0 1 1 5 2 20 0 6 0 443743108 10212057088 4583 33554432000 4194304 4196468 140735909640480 140735909623024 139882835455735 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
/proc/19568/statm: 2493178 4583 1931 1 0 2481616 0
[pid=19568/tid=19621] ppid=19565 vsize=9972712 memory=4279135703946592399 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19621/stat : 19621 (java) R 19565 19568 18193 0 -1 4202560 2142 13056 0 0 0 0 5 2 20 0 6 0 443743117 10212057088 4649 33554432000 4194304 4196468 140735909640480 139882807292496 139882835477661 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19622] ppid=19565 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19622/stat : 19622 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 6 0 443743118 10212057088 4649 33554432000 4194304 4196468 140735909640480 139882839698576 139882835465941 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19623] ppid=19565 vsize=9972712 memory=140235936863872 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19623/stat : 19623 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 6 0 443743118 10212057088 4649 33554432000 4194304 4196468 140735909640480 139882727971856 139882835465941 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19624] ppid=19565 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19624/stat : 19624 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 6 0 443743118 10212057088 4649 33554432000 4194304 4196468 140735909640480 139882726919056 139882835465941 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19625] ppid=19565 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19625/stat : 19625 (java) S 19565 19568 18193 0 -1 1077944384 2 13056 0 0 0 0 5 2 20 0 6 0 443743118 10212057088 4649 33554432000 4194304 4196468 140735909640480 139882725866256 139882835465941 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210269 s]*
/proc/loadavg: 1.56 1.52 1.45 3/227 19634
/proc/meminfo: memFree=29359416/32770624 swapFree=66917056/67108860
[pid=19568] ppid=19565 vsize=10820196 memory=45200 CPUtime=0.26 cores=1,3,5,7
/proc/19568/stat : 19568 (java) S 19565 19568 18193 0 -1 1077944320 7116 13056 0 0 17 2 5 2 20 0 15 0 443743108 11079880704 11300 33554432000 4194304 4196468 140735909640480 140735909623024 139882835455735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
/proc/19568/statm: 2705049 11300 3302 1 0 2667149 0
[pid=19568/tid=19621] ppid=19565 vsize=10820196 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/19568/task/19621/stat : 19621 (java) R 19565 19568 18193 0 -1 4202560 3596 13056 0 0 10 1 5 2 20 0 15 0 443743117 11079880704 11300 33554432000 4194304 4196468 140735909640480 139882807269920 139882815721491 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19622] ppid=19565 vsize=10820196 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19622/stat : 19622 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 15 0 443743118 11079880704 11300 33554432000 4194304 4196468 140735909640480 139882839698576 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19623] ppid=19565 vsize=10820196 memory=3691175722953971360 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19623/stat : 19623 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 15 0 443743118 11079880704 11300 33554432000 4194304 4196468 140735909640480 139882727971856 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19624] ppid=19565 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19624/stat : 19624 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 15 0 443743118 11079880704 11300 33554432000 4194304 4196468 140735909640480 139882726919056 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19625] ppid=19565 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19625/stat : 19625 (java) S 19565 19568 18193 0 -1 1077944384 2 13056 0 0 0 0 5 2 20 0 15 0 443743118 11079880704 11300 33554432000 4194304 4196468 140735909640480 139882725866256 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19626] ppid=19565 vsize=10820196 memory=140235936863872 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19626/stat : 19626 (java) S 19565 19568 18193 0 -1 1077944384 2 13056 0 0 0 0 5 2 20 0 15 0 443743119 11079880704 11300 33554432000 4194304 4196468 140735909640480 139882293979504 139882835466882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19627] ppid=19565 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19627/stat : 19627 (java) S 19565 19568 18193 0 -1 1077944384 33 13056 0 0 0 0 5 2 20 0 15 0 443743119 11079880704 11300 33554432000 4194304 4196468 140735909640480 139882292925472 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19628] ppid=19565 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19628/stat : 19628 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 15 0 443743120 11079880704 11300 33554432000 4194304 4196468 140735909640480 139882185876336 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19629] ppid=19565 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19629/stat : 19629 (java) S 19565 19568 18193 0 -1 1077944384 2 13056 0 0 0 0 5 2 20 0 15 0 443743122 11079880704 11300 33554432000 4194304 4196468 140735909640480 139881581897552 139882835474331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19630] ppid=19565 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19568/task/19630/stat : 19630 (java) S 19565 19568 18193 0 -1 1077944384 474 13056 0 0 1 0 5 2 20 0 15 0 443743122 11079880704 11300 33554432000 4194304 4196468 140735909640480 139882259368816 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19631] ppid=19565 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19568/task/19631/stat : 19631 (java) S 19565 19568 18193 0 -1 1077944384 184 13056 0 0 1 0 5 2 20 0 15 0 443743122 11079880704 11300 33554432000 4194304 4196468 140735909640480 139882258316016 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19632] ppid=19565 vsize=10820196 memory=140235936863872 CPUtime=0.1 cores=1,3,5,7
/proc/19568/task/19632/stat : 19632 (java) S 19565 19568 18193 0 -1 1077944384 604 13056 0 0 3 0 5 2 20 0 15 0 443743122 11079880704 11300 33554432000 4194304 4196468 140735909640480 139882257263216 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19633] ppid=19565 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19633/stat : 19633 (java) S 19565 19568 18193 0 -1 1077944384 3 13056 0 0 0 0 5 2 20 0 15 0 443743123 11079880704 11300 33554432000 4194304 4196468 140735909640480 139881112136416 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19634] ppid=19565 vsize=10820196 memory=140235936863872 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19634/stat : 19634 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 15 0 443743123 11079880704 11300 33554432000 4194304 4196468 140735909640480 139882256210608 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45200 KiB

[startup+0.310467 s]*
/proc/loadavg: 1.56 1.52 1.45 3/227 19634
/proc/meminfo: memFree=29348644/32770624 swapFree=66917056/67108860
[pid=19568] ppid=19565 vsize=10820196 memory=53512 CPUtime=0.4 cores=1,3,5,7
/proc/19568/stat : 19568 (java) S 19565 19568 18193 0 -1 1077944320 10607 13056 0 0 29 4 5 2 20 0 15 0 443743108 11079880704 13378 33554432000 4194304 4196468 140735909640480 140735909623024 139882835455735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
/proc/19568/statm: 2705049 13378 3313 1 0 2667149 0
[pid=19568/tid=19621] ppid=19565 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/19568/task/19621/stat : 19621 (java) R 19565 19568 18193 0 -1 4202560 7077 13056 0 0 18 3 5 2 20 0 15 0 443743117 11079880704 13378 33554432000 4194304 4196468 140735909640480 139882807264688 139882819536222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19622] ppid=19565 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19622/stat : 19622 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 15 0 443743118 11079880704 13378 33554432000 4194304 4196468 140735909640480 139882839698576 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19623] ppid=19565 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19623/stat : 19623 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 15 0 443743118 11079880704 13378 33554432000 4194304 4196468 140735909640480 139882727971856 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19624] ppid=19565 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19624/stat : 19624 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 15 0 443743118 11079880704 13378 33554432000 4194304 4196468 140735909640480 139882726919056 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19625] ppid=19565 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19625/stat : 19625 (java) S 19565 19568 18193 0 -1 1077944384 2 13056 0 0 0 0 5 2 20 0 15 0 443743118 11079880704 13378 33554432000 4194304 4196468 140735909640480 139882725866256 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19626] ppid=19565 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19626/stat : 19626 (java) S 19565 19568 18193 0 -1 1077944384 2 13056 0 0 0 0 5 2 20 0 15 0 443743119 11079880704 13378 33554432000 4194304 4196468 140735909640480 139882293979504 139882835466882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19627] ppid=19565 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19627/stat : 19627 (java) S 19565 19568 18193 0 -1 1077944384 33 13056 0 0 0 0 5 2 20 0 15 0 443743119 11079880704 13378 33554432000 4194304 4196468 140735909640480 139882292925472 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19628] ppid=19565 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19628/stat : 19628 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 15 0 443743120 11079880704 13378 33554432000 4194304 4196468 140735909640480 139882185876336 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19629] ppid=19565 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19629/stat : 19629 (java) S 19565 19568 18193 0 -1 1077944384 2 13056 0 0 0 0 5 2 20 0 15 0 443743122 11079880704 13378 33554432000 4194304 4196468 140735909640480 139881581897552 139882835474331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19630] ppid=19565 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19568/task/19630/stat : 19630 (java) S 19565 19568 18193 0 -1 1077944384 475 13056 0 0 2 0 5 2 20 0 15 0 443743122 11079880704 13378 33554432000 4194304 4196468 140735909640480 139882259368816 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19631] ppid=19565 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/19568/task/19631/stat : 19631 (java) R 19565 19568 18193 0 -1 1077944384 184 13056 0 0 2 0 5 2 20 0 15 0 443743122 11079880704 13378 33554432000 4194304 4196468 140735909640480 139882258316016 139882835466882 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19632] ppid=19565 vsize=10820196 memory=140235936863872 CPUtime=0.12 cores=1,3,5,7
/proc/19568/task/19632/stat : 19632 (java) S 19565 19568 18193 0 -1 1077944384 613 13056 0 0 5 0 5 2 20 0 15 0 443743122 11079880704 13378 33554432000 4194304 4196468 140735909640480 139882257263216 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19633] ppid=19565 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19633/stat : 19633 (java) S 19565 19568 18193 0 -1 1077944384 3 13056 0 0 0 0 5 2 20 0 15 0 443743123 11079880704 13378 33554432000 4194304 4196468 140735909640480 139881112136416 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19634] ppid=19565 vsize=10820196 memory=140235936863872 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19634/stat : 19634 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 15 0 443743123 11079880704 13378 33554432000 4194304 4196468 140735909640480 139882256210608 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53512 KiB

[startup+0.700724 s]
/proc/loadavg: 1.56 1.52 1.45 3/227 19635
/proc/meminfo: memFree=29334364/32770624 swapFree=66917056/67108860
[pid=19568] ppid=19565 vsize=10824364 memory=86172 CPUtime=1.14 cores=1,3,5,7
/proc/19568/stat : 19568 (java) S 19565 19568 18193 0 -1 1077944320 14742 13056 0 0 101 6 5 2 20 0 15 0 443743108 11084148736 21543 33554432000 4194304 4196468 140735909640480 140735909623024 139882835455735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
/proc/19568/statm: 2706091 21543 3513 1 0 2668173 0
[pid=19568/tid=19621] ppid=19565 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/19568/task/19621/stat : 19621 (java) R 19565 19568 18193 0 -1 4202560 10173 13056 0 0 55 4 5 2 20 0 15 0 443743117 11084148736 21543 33554432000 4194304 4196468 140735909640480 139882807282896 139882828133828 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19622] ppid=19565 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19622/stat : 19622 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 15 0 443743118 11084148736 21543 33554432000 4194304 4196468 140735909640480 139882839698576 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19623] ppid=19565 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19623/stat : 19623 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 15 0 443743118 11084148736 21543 33554432000 4194304 4196468 140735909640480 139882727971856 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19624] ppid=19565 vsize=10824364 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19624/stat : 19624 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 15 0 443743118 11084148736 21543 33554432000 4194304 4196468 140735909640480 139882726919056 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19625] ppid=19565 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19625/stat : 19625 (java) S 19565 19568 18193 0 -1 1077944384 2 13056 0 0 0 0 5 2 20 0 15 0 443743118 11084148736 21543 33554432000 4194304 4196468 140735909640480 139882725866256 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19626] ppid=19565 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19626/stat : 19626 (java) S 19565 19568 18193 0 -1 1077944384 5 13056 0 0 0 0 5 2 20 0 15 0 443743119 11084148736 21543 33554432000 4194304 4196468 140735909640480 139882293979504 139882835466882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19627] ppid=19565 vsize=10824364 memory=140235782632144 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19627/stat : 19627 (java) S 19565 19568 18193 0 -1 1077944384 33 13056 0 0 0 0 5 2 20 0 15 0 443743119 11084148736 21543 33554432000 4194304 4196468 140735909640480 139882292925472 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19628] ppid=19565 vsize=10824364 memory=140239272149581 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19628/stat : 19628 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 15 0 443743120 11084148736 21543 33554432000 4194304 4196468 140735909640480 139882185876336 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19629] ppid=19565 vsize=10824364 memory=1112 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19629/stat : 19629 (java) S 19565 19568 18193 0 -1 1077944384 2 13056 0 0 0 0 5 2 20 0 15 0 443743122 11084148736 21543 33554432000 4194304 4196468 140735909640480 139881581897552 139882835474331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19630] ppid=19565 vsize=10824364 memory=7089886620845893184 CPUtime=0.23 cores=1,3,5,7
/proc/19568/task/19630/stat : 19630 (java) R 19565 19568 18193 0 -1 4202560 870 13056 0 0 16 0 5 2 20 0 15 0 443743122 11084148736 21543 33554432000 4194304 4196468 140735909640480 139882259354912 139882815144150 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19631] ppid=19565 vsize=10824364 memory=7739276948478192999 CPUtime=0.19 cores=1,3,5,7
/proc/19568/task/19631/stat : 19631 (java) R 19565 19568 18193 0 -1 4202560 590 13056 0 0 12 0 5 2 20 0 15 0 443743122 11084148736 21543 33554432000 4194304 4196468 140735909640480 139882258316016 139882821470059 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19632] ppid=19565 vsize=10824364 memory=6148935659200796009 CPUtime=0.24 cores=1,3,5,7
/proc/19568/task/19632/stat : 19632 (java) R 19565 19568 18193 0 -1 4202560 849 13056 0 0 17 0 5 2 20 0 15 0 443743122 11084148736 21543 33554432000 4194304 4196468 140735909640480 139882257263216 139882835477082 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19633] ppid=19565 vsize=10824364 memory=3512 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19633/stat : 19633 (java) S 19565 19568 18193 0 -1 1077944384 3 13056 0 0 0 0 5 2 20 0 15 0 443743123 11084148736 21543 33554432000 4194304 4196468 140735909640480 139881112136416 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19634] ppid=19565 vsize=10824364 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19634/stat : 19634 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 15 0 443743123 11084148736 21543 33554432000 4194304 4196468 140735909640480 139882256210608 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 86172 KiB

[startup+1.50421 s]
/proc/loadavg: 1.56 1.52 1.45 3/227 19635
/proc/meminfo: memFree=29290076/32770624 swapFree=66917056/67108860
[pid=19568] ppid=19565 vsize=10834680 memory=173944 CPUtime=2.49 cores=1,3,5,7
/proc/19568/stat : 19568 (java) S 19565 19568 18193 0 -1 1077944320 20170 13056 0 0 231 11 5 2 20 0 15 0 443743108 11094712320 43486 33554432000 4194304 4196468 140735909640480 140735909623024 139882835455735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
/proc/19568/statm: 2708670 43486 3576 1 0 2670733 0
[pid=19568/tid=19621] ppid=19565 vsize=10834680 memory=9174 CPUtime=1.43 cores=1,3,5,7
/proc/19568/task/19621/stat : 19621 (java) R 19565 19568 18193 0 -1 4202560 14702 13056 0 0 129 7 5 2 20 0 15 0 443743117 11094712320 43486 33554432000 4194304 4196468 140735909640480 139882807268544 139882835467670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19622] ppid=19565 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/19568/task/19622/stat : 19622 (java) S 19565 19568 18193 0 -1 1077944384 33 13056 0 0 1 0 5 2 20 0 15 0 443743118 11094712320 43486 33554432000 4194304 4196468 140735909640480 139882839698576 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19623] ppid=19565 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19623/stat : 19623 (java) S 19565 19568 18193 0 -1 1077944384 22 13056 0 0 0 0 5 2 20 0 15 0 443743118 11094712320 43486 33554432000 4194304 4196468 140735909640480 139882727971856 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19624] ppid=19565 vsize=10834680 memory=3268 CPUtime=0.08 cores=1,3,5,7
/proc/19568/task/19624/stat : 19624 (java) S 19565 19568 18193 0 -1 1077944384 23 13056 0 0 1 0 5 2 20 0 15 0 443743118 11094712320 43486 33554432000 4194304 4196468 140735909640480 139882726919056 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19625] ppid=19565 vsize=10834680 memory=86172 CPUtime=0.08 cores=1,3,5,7
/proc/19568/task/19625/stat : 19625 (java) S 19565 19568 18193 0 -1 1077944384 28 13056 0 0 1 0 5 2 20 0 15 0 443743118 11094712320 43486 33554432000 4194304 4196468 140735909640480 139882725866256 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19626] ppid=19565 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19568/task/19626/stat : 19626 (java) S 19565 19568 18193 0 -1 1077944384 43 13056 0 0 1 0 5 2 20 0 15 0 443743119 11094712320 43486 33554432000 4194304 4196468 140735909640480 139882293979504 139882835466882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19627] ppid=19565 vsize=10834680 memory=280471565206000 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19627/stat : 19627 (java) S 19565 19568 18193 0 -1 1077944384 33 13056 0 0 0 0 5 2 20 0 15 0 443743119 11094712320 43486 33554432000 4194304 4196468 140735909640480 139882292925536 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19628] ppid=19565 vsize=10834680 memory=280471565256800 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19628/stat : 19628 (java) S 19565 19568 18193 0 -1 1077944384 8 13056 0 0 0 0 5 2 20 0 15 0 443743120 11094712320 43486 33554432000 4194304 4196468 140735909640480 139882185876352 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19629] ppid=19565 vsize=10834680 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19629/stat : 19629 (java) S 19565 19568 18193 0 -1 1077944384 2 13056 0 0 0 0 5 2 20 0 15 0 443743122 11094712320 43486 33554432000 4194304 4196468 140735909640480 139881581897552 139882835474331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19630] ppid=19565 vsize=10834680 memory=6935649255759568960 CPUtime=0.36 cores=1,3,5,7
/proc/19568/task/19630/stat : 19630 (java) R 19565 19568 18193 0 -1 4202560 951 13056 0 0 29 0 5 2 20 0 15 0 443743122 11094712320 43486 33554432000 4194304 4196468 140735909640480 139882259359648 139882816148999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19631] ppid=19565 vsize=10834680 memory=280471565540224 CPUtime=0.3 cores=1,3,5,7
/proc/19568/task/19631/stat : 19631 (java) R 19565 19568 18193 0 -1 1077944384 641 13056 0 0 23 0 5 2 20 0 15 0 443743122 11094712320 43486 33554432000 4194304 4196468 140735909640480 139882258309040 139882835465941 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19632] ppid=19565 vsize=10834680 memory=6944656425123290226 CPUtime=0.48 cores=1,3,5,7
/proc/19568/task/19632/stat : 19632 (java) S 19565 19568 18193 0 -1 1077944384 1469 13056 0 0 41 0 5 2 20 0 15 0 443743122 11094712320 43486 33554432000 4194304 4196468 140735909640480 139882257263216 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19633] ppid=19565 vsize=10834680 memory=-7233780906022716832 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19633/stat : 19633 (java) S 19565 19568 18193 0 -1 1077944384 3 13056 0 0 0 0 5 2 20 0 15 0 443743123 11094712320 43486 33554432000 4194304 4196468 140735909640480 139881112136416 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19634] ppid=19565 vsize=10834680 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19634/stat : 19634 (java) S 19565 19568 18193 0 -1 1077944384 1 13056 0 0 0 0 5 2 20 0 15 0 443743123 11094712320 43486 33554432000 4194304 4196468 140735909640480 139882256210608 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834680 KiB

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

[pid=19568/tid=19633] ppid=19565 vsize=10849048 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19633/stat : 19633 (java) S 19565 19568 18193 0 -1 1077944384 3 13056 0 0 0 0 5 2 20 0 15 0 443743123 11109425152 188644 33554432000 4194304 4196468 140735909640480 139881112136416 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19634] ppid=19565 vsize=10849048 memory=4040 CPUtime=0.35 cores=1,3,5,7
/proc/19568/task/19634/stat : 19634 (java) S 19565 19568 18193 0 -1 1077944384 552 13056 0 0 13 15 5 2 20 0 15 0 443743123 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882256210608 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
Current children cumulated CPU time: 517.22 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 754576 KiB

[startup+496.801 s]
/proc/loadavg: 1.35 1.36 1.41 3/229 19837
/proc/meminfo: memFree=28456940/32770624 swapFree=66917056/67108860
[pid=19568] ppid=19565 vsize=10849048 memory=754576 CPUtime=518.02 cores=1,3,5,7
/proc/19568/stat : 19568 (java) S 19565 19568 18193 0 -1 1077944320 124183 13056 0 0 51682 113 5 2 20 0 15 0 443743108 11109425152 188644 33554432000 4194304 4196468 140735909640480 140735909623024 139882835455735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
/proc/19568/statm: 2712262 188644 3633 1 0 2674317 0
[pid=19568/tid=19621] ppid=19565 vsize=10849048 memory=1412 CPUtime=491.71 cores=1,3,5,7
/proc/19568/task/19621/stat : 19621 (java) R 19565 19568 18193 0 -1 4202560 35182 13056 0 0 49137 27 5 2 20 0 15 0 443743117 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882807290944 139882410800710 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19622] ppid=19565 vsize=10849048 memory=754576 CPUtime=2.35 cores=1,3,5,7
/proc/19568/task/19622/stat : 19622 (java) S 19565 19568 18193 0 -1 1077944384 6482 13056 0 0 215 13 5 2 20 0 15 0 443743118 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882839698576 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19623] ppid=19565 vsize=10849048 memory=2828 CPUtime=2.36 cores=1,3,5,7
/proc/19568/task/19623/stat : 19623 (java) S 19565 19568 18193 0 -1 1077944384 6077 13056 0 0 215 14 5 2 20 0 15 0 443743118 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882727971856 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19624] ppid=19565 vsize=10849048 memory=1212 CPUtime=2.32 cores=1,3,5,7
/proc/19568/task/19624/stat : 19624 (java) S 19565 19568 18193 0 -1 1077944384 2973 13056 0 0 212 13 5 2 20 0 15 0 443743118 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882726919056 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19625] ppid=19565 vsize=10849048 memory=6791534058613427641 CPUtime=2.34 cores=1,3,5,7
/proc/19568/task/19625/stat : 19625 (java) S 19565 19568 18193 0 -1 1077944384 5234 13056 0 0 213 14 5 2 20 0 15 0 443743118 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882725866256 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19626] ppid=19565 vsize=10849048 memory=988 CPUtime=2.12 cores=1,3,5,7
/proc/19568/task/19626/stat : 19626 (java) S 19565 19568 18193 0 -1 1077944384 4279 13056 0 0 194 11 5 2 20 0 15 0 443743119 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882293979504 139882835466882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19627] ppid=19565 vsize=10849048 memory=1368 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19627/stat : 19627 (java) S 19565 19568 18193 0 -1 1077944384 43 13056 0 0 0 0 5 2 20 0 15 0 443743119 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882292925600 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19628] ppid=19565 vsize=10849048 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19628/stat : 19628 (java) S 19565 19568 18193 0 -1 1077944384 20 13056 0 0 0 0 5 2 20 0 15 0 443743120 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882185876352 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19629] ppid=19565 vsize=10849048 memory=768 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19629/stat : 19629 (java) S 19565 19568 18193 0 -1 1077944384 2 13056 0 0 0 0 5 2 20 0 15 0 443743122 11109425152 188644 33554432000 4194304 4196468 140735909640480 139881581897552 139882835474331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19630] ppid=19565 vsize=10849048 memory=776 CPUtime=4.98 cores=1,3,5,7
/proc/19568/task/19630/stat : 19630 (java) S 19565 19568 18193 0 -1 1077944384 17039 13056 0 0 487 4 5 2 20 0 15 0 443743122 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882259368816 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19631] ppid=19565 vsize=10849048 memory=4040 CPUtime=5 cores=1,3,5,7
/proc/19568/task/19631/stat : 19631 (java) S 19565 19568 18193 0 -1 1077944384 22595 13056 0 0 488 5 5 2 20 0 15 0 443743122 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882258316016 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19632] ppid=19565 vsize=10849048 memory=1112 CPUtime=5 cores=1,3,5,7
/proc/19568/task/19632/stat : 19632 (java) S 19565 19568 18193 0 -1 1077944384 21491 13056 0 0 485 8 5 2 20 0 15 0 443743122 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882257263216 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19633] ppid=19565 vsize=10849048 memory=2828 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19633/stat : 19633 (java) S 19565 19568 18193 0 -1 1077944384 3 13056 0 0 0 0 5 2 20 0 15 0 443743123 11109425152 188644 33554432000 4194304 4196468 140735909640480 139881112136416 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19634] ppid=19565 vsize=10849048 memory=1212 CPUtime=0.35 cores=1,3,5,7
/proc/19568/task/19634/stat : 19634 (java) S 19565 19568 18193 0 -1 1077944384 552 13056 0 0 13 15 5 2 20 0 15 0 443743123 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882256210608 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
Current children cumulated CPU time: 518.02 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 754576 KiB

[startup+497.601 s]
/proc/loadavg: 1.32 1.36 1.41 3/229 19837
/proc/meminfo: memFree=28456940/32770624 swapFree=66917056/67108860
[pid=19568] ppid=19565 vsize=10849048 memory=754576 CPUtime=518.83 cores=1,3,5,7
/proc/19568/stat : 19568 (java) S 19565 19568 18193 0 -1 1077944320 124210 13056 0 0 51763 113 5 2 20 0 15 0 443743108 11109425152 188644 33554432000 4194304 4196468 140735909640480 140735909623024 139882835455735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
/proc/19568/statm: 2712262 188644 3633 1 0 2674317 0
[pid=19568/tid=19621] ppid=19565 vsize=10849048 memory=1636 CPUtime=492.49 cores=1,3,5,7
/proc/19568/task/19621/stat : 19621 (java) R 19565 19568 18193 0 -1 4202560 35194 13056 0 0 49215 27 5 2 20 0 15 0 443743117 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882807290592 139882416071507 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19622] ppid=19565 vsize=10849048 memory=6791534058613427641 CPUtime=2.35 cores=1,3,5,7
/proc/19568/task/19622/stat : 19622 (java) S 19565 19568 18193 0 -1 1077944384 6482 13056 0 0 215 13 5 2 20 0 15 0 443743118 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882839698576 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19623] ppid=19565 vsize=10849048 memory=1560 CPUtime=2.36 cores=1,3,5,7
/proc/19568/task/19623/stat : 19623 (java) S 19565 19568 18193 0 -1 1077944384 6079 13056 0 0 215 14 5 2 20 0 15 0 443743118 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882727971856 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19624] ppid=19565 vsize=10849048 memory=932 CPUtime=2.33 cores=1,3,5,7
/proc/19568/task/19624/stat : 19624 (java) S 19565 19568 18193 0 -1 1077944384 2976 13056 0 0 213 13 5 2 20 0 15 0 443743118 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882726919056 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19625] ppid=19565 vsize=10849048 memory=1636 CPUtime=2.35 cores=1,3,5,7
/proc/19568/task/19625/stat : 19625 (java) S 19565 19568 18193 0 -1 1077944384 5236 13056 0 0 214 14 5 2 20 0 15 0 443743118 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882725866256 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19626] ppid=19565 vsize=10849048 memory=1436 CPUtime=2.13 cores=1,3,5,7
/proc/19568/task/19626/stat : 19626 (java) S 19565 19568 18193 0 -1 1077944384 4287 13056 0 0 195 11 5 2 20 0 15 0 443743119 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882293979504 139882835466882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19627] ppid=19565 vsize=10849048 memory=47828 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19627/stat : 19627 (java) S 19565 19568 18193 0 -1 1077944384 43 13056 0 0 0 0 5 2 20 0 15 0 443743119 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882292925600 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19628] ppid=19565 vsize=10849048 memory=2020 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19628/stat : 19628 (java) S 19565 19568 18193 0 -1 1077944384 20 13056 0 0 0 0 5 2 20 0 15 0 443743120 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882185876352 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19629] ppid=19565 vsize=10849048 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19629/stat : 19629 (java) S 19565 19568 18193 0 -1 1077944384 2 13056 0 0 0 0 5 2 20 0 15 0 443743122 11109425152 188644 33554432000 4194304 4196468 140735909640480 139881581897552 139882835474331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19630] ppid=19565 vsize=10849048 memory=1368 CPUtime=4.98 cores=1,3,5,7
/proc/19568/task/19630/stat : 19630 (java) S 19565 19568 18193 0 -1 1077944384 17039 13056 0 0 487 4 5 2 20 0 15 0 443743122 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882259368816 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19631] ppid=19565 vsize=10849048 memory=1056 CPUtime=5 cores=1,3,5,7
/proc/19568/task/19631/stat : 19631 (java) S 19565 19568 18193 0 -1 1077944384 22595 13056 0 0 488 5 5 2 20 0 15 0 443743122 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882258316016 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19632] ppid=19565 vsize=10849048 memory=2124 CPUtime=5 cores=1,3,5,7
/proc/19568/task/19632/stat : 19632 (java) S 19565 19568 18193 0 -1 1077944384 21491 13056 0 0 485 8 5 2 20 0 15 0 443743122 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882257263216 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19633] ppid=19565 vsize=10849048 memory=25520 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19633/stat : 19633 (java) S 19565 19568 18193 0 -1 1077944384 3 13056 0 0 0 0 5 2 20 0 15 0 443743123 11109425152 188644 33554432000 4194304 4196468 140735909640480 139881112136416 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19634] ppid=19565 vsize=10849048 memory=492 CPUtime=0.35 cores=1,3,5,7
/proc/19568/task/19634/stat : 19634 (java) S 19565 19568 18193 0 -1 1077944384 552 13056 0 0 13 15 5 2 20 0 15 0 443743123 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882256210608 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
Current children cumulated CPU time: 518.83 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 754576 KiB

[startup+498.007 s]*
/proc/loadavg: 1.32 1.36 1.41 3/229 19837
/proc/meminfo: memFree=28456964/32770624 swapFree=66917056/67108860
[pid=19568] ppid=19565 vsize=10849048 memory=754576 CPUtime=519.25 cores=1,3,5,7
/proc/19568/stat : 19568 (java) S 19565 19568 18193 0 -1 1077944320 124425 13056 0 0 51805 113 5 2 20 0 15 0 443743108 11109425152 188644 33554432000 4194304 4196468 140735909640480 140735909623024 139882835455735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
/proc/19568/statm: 2712262 188644 3633 1 0 2674317 0
[pid=19568/tid=19621] ppid=19565 vsize=10849048 memory=6791534058613427641 CPUtime=492.9 cores=1,3,5,7
/proc/19568/task/19621/stat : 19621 (java) R 19565 19568 18193 0 -1 4202560 35293 13056 0 0 49256 27 5 2 20 0 15 0 443743117 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882807290368 139882817862751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19622] ppid=19565 vsize=10849048 memory=4872558044660077418 CPUtime=2.36 cores=1,3,5,7
/proc/19568/task/19622/stat : 19622 (java) S 19565 19568 18193 0 -1 1077944384 6518 13056 0 0 216 13 5 2 20 0 15 0 443743118 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882839698576 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19623] ppid=19565 vsize=10849048 memory=15252640887999028 CPUtime=2.37 cores=1,3,5,7
/proc/19568/task/19623/stat : 19623 (java) S 19565 19568 18193 0 -1 1077944384 6106 13056 0 0 216 14 5 2 20 0 15 0 443743118 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882727971856 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19624] ppid=19565 vsize=10849048 memory=1368 CPUtime=2.33 cores=1,3,5,7
/proc/19568/task/19624/stat : 19624 (java) S 19565 19568 18193 0 -1 1077944384 2987 13056 0 0 213 13 5 2 20 0 15 0 443743118 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882726919056 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19625] ppid=19565 vsize=10849048 memory=1056 CPUtime=2.35 cores=1,3,5,7
/proc/19568/task/19625/stat : 19625 (java) S 19565 19568 18193 0 -1 1077944384 5276 13056 0 0 214 14 5 2 20 0 15 0 443743118 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882725866256 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19626] ppid=19565 vsize=10849048 memory=1716 CPUtime=2.13 cores=1,3,5,7
/proc/19568/task/19626/stat : 19626 (java) S 19565 19568 18193 0 -1 1077944384 4289 13056 0 0 195 11 5 2 20 0 15 0 443743119 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882293979504 139882835466882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19627] ppid=19565 vsize=10849048 memory=5816 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19627/stat : 19627 (java) S 19565 19568 18193 0 -1 1077944384 43 13056 0 0 0 0 5 2 20 0 15 0 443743119 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882292925600 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19628] ppid=19565 vsize=10849048 memory=11416 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19628/stat : 19628 (java) S 19565 19568 18193 0 -1 1077944384 20 13056 0 0 0 0 5 2 20 0 15 0 443743120 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882185876352 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19629] ppid=19565 vsize=10849048 memory=768 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19629/stat : 19629 (java) S 19565 19568 18193 0 -1 1077944384 2 13056 0 0 0 0 5 2 20 0 15 0 443743122 11109425152 188644 33554432000 4194304 4196468 140735909640480 139881581897552 139882835474331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19630] ppid=19565 vsize=10849048 memory=776 CPUtime=4.98 cores=1,3,5,7
/proc/19568/task/19630/stat : 19630 (java) S 19565 19568 18193 0 -1 1077944384 17039 13056 0 0 487 4 5 2 20 0 15 0 443743122 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882259368816 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19631] ppid=19565 vsize=10849048 memory=1560 CPUtime=5 cores=1,3,5,7
/proc/19568/task/19631/stat : 19631 (java) S 19565 19568 18193 0 -1 1077944384 22595 13056 0 0 488 5 5 2 20 0 15 0 443743122 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882258316016 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19632] ppid=19565 vsize=10849048 memory=4040 CPUtime=5 cores=1,3,5,7
/proc/19568/task/19632/stat : 19632 (java) S 19565 19568 18193 0 -1 1077944384 21491 13056 0 0 485 8 5 2 20 0 15 0 443743122 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882257263216 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19633] ppid=19565 vsize=10849048 memory=1112 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19633/stat : 19633 (java) S 19565 19568 18193 0 -1 1077944384 3 13056 0 0 0 0 5 2 20 0 15 0 443743123 11109425152 188644 33554432000 4194304 4196468 140735909640480 139881112136416 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19634] ppid=19565 vsize=10849048 memory=2828 CPUtime=0.35 cores=1,3,5,7
/proc/19568/task/19634/stat : 19634 (java) S 19565 19568 18193 0 -1 1077944384 552 13056 0 0 13 15 5 2 20 0 15 0 443743123 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882256210608 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
Current children cumulated CPU time: 519.25 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 754576 KiB

[startup+498.11 s]
/proc/loadavg: 1.32 1.36 1.41 3/229 19837
/proc/meminfo: memFree=28456964/32770624 swapFree=66917056/67108860
[pid=19568] ppid=19565 vsize=10849048 memory=754576 CPUtime=519.34 cores=1,3,5,7
/proc/19568/stat : 19568 (java) S 19565 19568 18193 0 -1 1077944320 124425 13056 0 0 51814 113 5 2 20 0 15 0 443743108 11109425152 188644 33554432000 4194304 4196468 140735909640480 140735909623024 139882835455735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
/proc/19568/statm: 2712262 188644 3633 1 0 2674317 0
[pid=19568/tid=19621] ppid=19565 vsize=10849048 memory=754576 CPUtime=492.99 cores=1,3,5,7
/proc/19568/task/19621/stat : 19621 (java) R 19565 19568 18193 0 -1 4202560 35293 13056 0 0 49265 27 5 2 20 0 15 0 443743117 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882807290368 139882410802228 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19622] ppid=19565 vsize=10849048 memory=754576 CPUtime=2.36 cores=1,3,5,7
/proc/19568/task/19622/stat : 19622 (java) S 19565 19568 18193 0 -1 1077944384 6518 13056 0 0 216 13 5 2 20 0 15 0 443743118 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882839698576 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19623] ppid=19565 vsize=10849048 memory=754576 CPUtime=2.37 cores=1,3,5,7
/proc/19568/task/19623/stat : 19623 (java) S 19565 19568 18193 0 -1 1077944384 6106 13056 0 0 216 14 5 2 20 0 15 0 443743118 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882727971856 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19624] ppid=19565 vsize=10849048 memory=754532 CPUtime=2.33 cores=1,3,5,7
/proc/19568/task/19624/stat : 19624 (java) S 19565 19568 18193 0 -1 1077944384 2987 13056 0 0 213 13 5 2 20 0 15 0 443743118 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882726919056 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19625] ppid=19565 vsize=10849048 memory=754324 CPUtime=2.35 cores=1,3,5,7
/proc/19568/task/19625/stat : 19625 (java) S 19565 19568 18193 0 -1 1077944384 5276 13056 0 0 214 14 5 2 20 0 15 0 443743118 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882725866256 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19626] ppid=19565 vsize=10849048 memory=754324 CPUtime=2.13 cores=1,3,5,7
/proc/19568/task/19626/stat : 19626 (java) S 19565 19568 18193 0 -1 1077944384 4289 13056 0 0 195 11 5 2 20 0 15 0 443743119 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882293979504 139882835466882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19627] ppid=19565 vsize=10849048 memory=754324 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19627/stat : 19627 (java) S 19565 19568 18193 0 -1 1077944384 43 13056 0 0 0 0 5 2 20 0 15 0 443743119 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882292925600 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19628] ppid=19565 vsize=10849048 memory=754576 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19628/stat : 19628 (java) S 19565 19568 18193 0 -1 1077944384 20 13056 0 0 0 0 5 2 20 0 15 0 443743120 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882185876352 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19629] ppid=19565 vsize=10849048 memory=754324 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19629/stat : 19629 (java) S 19565 19568 18193 0 -1 1077944384 2 13056 0 0 0 0 5 2 20 0 15 0 443743122 11109425152 188644 33554432000 4194304 4196468 140735909640480 139881581897552 139882835474331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19630] ppid=19565 vsize=10849048 memory=754576 CPUtime=4.98 cores=1,3,5,7
/proc/19568/task/19630/stat : 19630 (java) S 19565 19568 18193 0 -1 1077944384 17039 13056 0 0 487 4 5 2 20 0 15 0 443743122 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882259368816 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19631] ppid=19565 vsize=10849048 memory=3512 CPUtime=5 cores=1,3,5,7
/proc/19568/task/19631/stat : 19631 (java) S 19565 19568 18193 0 -1 1077944384 22595 13056 0 0 488 5 5 2 20 0 15 0 443743122 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882258316016 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19632] ppid=19565 vsize=10849048 memory=47828 CPUtime=5 cores=1,3,5,7
/proc/19568/task/19632/stat : 19632 (java) S 19565 19568 18193 0 -1 1077944384 21491 13056 0 0 485 8 5 2 20 0 15 0 443743122 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882257263216 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19633] ppid=19565 vsize=10849048 memory=754532 CPUtime=0.07 cores=1,3,5,7
/proc/19568/task/19633/stat : 19633 (java) S 19565 19568 18193 0 -1 1077944384 3 13056 0 0 0 0 5 2 20 0 15 0 443743123 11109425152 188644 33554432000 4194304 4196468 140735909640480 139881112136416 139882835465941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
[pid=19568/tid=19634] ppid=19565 vsize=10849048 memory=754532 CPUtime=0.35 cores=1,3,5,7
/proc/19568/task/19634/stat : 19634 (java) S 19565 19568 18193 0 -1 1077944384 552 13056 0 0 13 15 5 2 20 0 15 0 443743123 11109425152 188644 33554432000 4194304 4196468 140735909640480 139882256210608 139882835466882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6868992 140735909645039 140735909647557 140735909647557 140735909650383 0
Current children cumulated CPU time: 519.34 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 754576 KiB

Child status: 0
Real time (s): 498.166
CPU time (s): 519.439
CPU user time (s): 518.258
CPU system time (s): 1.18081
CPU usage (%): 104.27
Max. virtual memory (cumulated for all children) (KiB): 10849984
Max. memory (cumulated for all children) (KiB): 829268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 518.258
system time used= 1.18081
maximum resident set size= 829780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142965
page faults= 0
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74307
involuntary context switches= 1616


# summary of solver processes directly reported to runsolver:
#   pid: 19568
#   total CPU time (s): 519.439
#   total CPU user time (s): 518.258
#   total CPU system time (s): 1.18081

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.04456 second user time and 4.71149 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-17 01:57:29
IDJOB=4400772
IDBENCH=124113
IDSOLVER=2857
FILE ID=node147/4400772-1568678293
RUNJOBID= node147-1568673287-18225
PBS_JOBID= 21703775
Free space on /tmp= 58844 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-035.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400772-1568678293/watcher-4400772-1568678293 -o /tmp/evaluation-result-4400772-1568678293/solver-4400772-1568678293 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18225 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1723364239 HOME/instance-4400772-1568678293.xml

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

MD5SUM BENCH= fe30f006f3af9f6842518347a037ed7d
RANDOM SEED=1723364239

node147.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.52
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.52
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.52
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.52
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:        29390744 kB
MemAvailable:   30813896 kB
Buffers:           90200 kB
Cached:          1625012 kB
SwapCached:        87660 kB
Active:          1938592 kB
Inactive:         856712 kB
Active(anon):     995860 kB
Inactive(anon):   133772 kB
Active(file):     942732 kB
Inactive(file):   722940 kB
Unevictable:      108656 kB
Mlocked:          108656 kB
SwapTotal:      67108860 kB
SwapFree:       66917056 kB
Dirty:             35368 kB
Writeback:             0 kB
AnonPages:       1103132 kB
Mapped:            61940 kB
Shmem:             40920 kB
Slab:             175812 kB
SReclaimable:     146632 kB
SUnreclaim:        29180 kB
KernelStack:        3744 kB
PageTables:         8136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2168352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1013760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58812 MiB
End job on node147 at 2019-09-17 02:05:48