Trace number 4387073

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10OPT14 81.7771 67.8261

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc16e.xml
MD5SUM9478703244e8f640224ac5c9e01083b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark13.1944
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":7},{"degree":2,"count":23},{"degree":5,"count":1},{"degree":7,"count":6}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.76/0.54	c Concrete v3.10.1560635388952 running
7.09/3.12	o 18
7.09/3.18	o 16
8.73/3.63	o 14
81.74/67.80	v <instantiation
81.74/67.80	v         cost = '14'>
81.74/67.80	v       <list>
81.74/67.80	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] d[0][2] d[0][3] d[0][5] d[0][6] d[0][7] d[0][8] d[1][3] d[3][5] d[3][6] d[3][7] d[3][8] d[4][5] d[4][6] d[4][7] d[4][8] d[5][6] d[5][7] d[5][8] d[6][7] d[6][8] d[7][8]
81.74/67.80	v       </list>
81.74/67.80	v       <values>
81.74/67.80	v         11 7 15 3 8 0 2 1 9 12 10 14 4 13 6 5 0 0 2 1 1 0 0 1 0 0 1 0 1 1 0 0 0 1 1 2 0
81.74/67.80	v       </values>
81.74/67.80	v     </instantiation>
81.74/67.80	s OPTIMUM FOUND

Verifier Data

OK	14

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387073-1568289582/watcher-4387073-1568289582 -o /tmp/evaluation-result-4387073-1568289582/solver-4387073-1568289582 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6844 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=112708759 HOME/instance-4387073-1568289582.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=7553, runsolver pid=7550

[startup+0.100119 s]*
/proc/loadavg: 1.91 1.64 1.53 3/217 7610
/proc/meminfo: memFree=21707916/32770624 swapFree=66977604/67108860
[pid=7553] ppid=7550 vsize=9972712 memory=18596 CPUtime=0.09 cores=1,3,5,7
/proc/7553/stat : 7553 (java) S 7550 7553 5836 0 -1 1077944320 4395 13156 0 0 1 0 5 3 20 0 6 0 405215576 10212057088 4649 33554432000 4194304 4196468 140727115778960 140727115761504 140062494105335 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
/proc/7553/statm: 2493178 4649 1933 1 0 2481616 0
[pid=7553/tid=7606] ppid=7550 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/7553/task/7606/stat : 7606 (java) R 7550 7553 5836 0 -1 4202560 2208 13156 0 0 1 0 5 3 20 0 6 0 405215585 10212057088 4715 33554432000 4194304 4196468 140727115778960 140062465942096 140062477298069 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7607] ppid=7550 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7607/stat : 7607 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 6 0 405215586 10212057088 4715 33554432000 4194304 4196468 140727115778960 140062498348048 140062494115541 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7608] ppid=7550 vsize=9972712 memory=16241334215321240 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7608/stat : 7608 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 6 0 405215586 10212057088 4715 33554432000 4194304 4196468 140727115778960 140062386621584 140062494115541 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7609] ppid=7550 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7609/stat : 7609 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 6 0 405215586 10212057088 4715 33554432000 4194304 4196468 140727115778960 140062385568528 140062494115541 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7610] ppid=7550 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7610/stat : 7610 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 6 0 405215586 10212057088 4715 33554432000 4194304 4196468 140727115778960 140062384515984 140062494115541 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.209977 s]*
/proc/loadavg: 1.91 1.64 1.53 4/226 7619
/proc/meminfo: memFree=21688348/32770624 swapFree=66977604/67108860
[pid=7553] ppid=7550 vsize=10818940 memory=40092 CPUtime=0.26 cores=1,3,5,7
/proc/7553/stat : 7553 (java) S 7550 7553 5836 0 -1 1077944320 6929 13156 0 0 17 1 5 3 20 0 15 0 405215576 11078594560 10023 33554432000 4194304 4196468 140727115778960 140727115761504 140062494105335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
/proc/7553/statm: 2704735 10023 2952 1 0 2667149 0
[pid=7553/tid=7606] ppid=7550 vsize=10818940 memory=729618466009055537 CPUtime=0.19 cores=1,3,5,7
/proc/7553/task/7606/stat : 7606 (java) R 7550 7553 5836 0 -1 4202560 3408 13156 0 0 11 0 5 3 20 0 15 0 405215585 11078594560 10023 33554432000 4194304 4196468 140727115778960 140062465945616 140062478185822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7607] ppid=7550 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7607/stat : 7607 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 405215586 11078594560 10023 33554432000 4194304 4196468 140727115778960 140062498348048 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7608] ppid=7550 vsize=10818940 memory=16241334215321240 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7608/stat : 7608 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 405215586 11078594560 10023 33554432000 4194304 4196468 140727115778960 140062386621584 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7609] ppid=7550 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7609/stat : 7609 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 405215586 11078594560 10023 33554432000 4194304 4196468 140727115778960 140062385568528 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7610] ppid=7550 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7610/stat : 7610 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215586 11078594560 10023 33554432000 4194304 4196468 140727115778960 140062384515984 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7611] ppid=7550 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7611/stat : 7611 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215587 11078594560 10023 33554432000 4194304 4196468 140727115778960 140061952796912 140062494116482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7612] ppid=7550 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7612/stat : 7612 (java) S 7550 7553 5836 0 -1 1077944384 33 13156 0 0 0 0 5 3 20 0 15 0 405215588 11078594560 10023 33554432000 4194304 4196468 140727115778960 140061951743136 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7613] ppid=7550 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7613/stat : 7613 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 405215588 11078594560 10023 33554432000 4194304 4196468 140727115778960 140061836305136 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7614] ppid=7550 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7614/stat : 7614 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215590 11078594560 10023 33554432000 4194304 4196468 140727115778960 140061232326608 140062494123931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7615] ppid=7550 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7553/task/7615/stat : 7615 (java) S 7550 7553 5836 0 -1 1077944384 576 13156 0 0 1 0 5 3 20 0 15 0 405215590 11078594560 10023 33554432000 4194304 4196468 140727115778960 140061918186224 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7616] ppid=7550 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7616/stat : 7616 (java) S 7550 7553 5836 0 -1 1077944384 59 13156 0 0 0 0 5 3 20 0 15 0 405215590 11078594560 10023 33554432000 4194304 4196468 140727115778960 140061917133680 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7617] ppid=7550 vsize=10818940 memory=139857381893760 CPUtime=0.11 cores=1,3,5,7
/proc/7553/task/7617/stat : 7617 (java) R 7550 7553 5836 0 -1 4202560 641 13156 0 0 3 0 5 3 20 0 15 0 405215590 11078594560 10023 33554432000 4194304 4196468 140727115778960 140061916080624 140062494117270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7618] ppid=7550 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7618/stat : 7618 (java) S 7550 7553 5836 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 405215591 11078594560 10023 33554432000 4194304 4196468 140727115778960 140060762565472 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7619] ppid=7550 vsize=10818940 memory=139857381893760 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7619/stat : 7619 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 405215591 11078594560 10023 33554432000 4194304 4196468 140727115778960 140061915028016 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40092 KiB

[startup+0.310461 s]*
/proc/loadavg: 1.91 1.64 1.53 4/226 7619
/proc/meminfo: memFree=21677600/32770624 swapFree=66977604/67108860
[pid=7553] ppid=7550 vsize=10820096 memory=51952 CPUtime=0.41 cores=1,3,5,7
/proc/7553/stat : 7553 (java) S 7550 7553 5836 0 -1 1077944320 10698 13156 0 0 30 3 5 3 20 0 15 0 405215576 11079778304 12988 33554432000 4194304 4196468 140727115778960 140727115761504 140062494105335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
/proc/7553/statm: 2705024 12988 3265 1 0 2667149 0
[pid=7553/tid=7606] ppid=7550 vsize=10820096 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/7553/task/7606/stat : 7606 (java) R 7550 7553 5836 0 -1 4202560 7145 13156 0 0 20 2 5 3 20 0 15 0 405215585 11079778304 12988 33554432000 4194304 4196468 140727115778960 140062465926368 140062054567168 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7607] ppid=7550 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7607/stat : 7607 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 405215586 11079778304 12988 33554432000 4194304 4196468 140727115778960 140062498348048 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7608] ppid=7550 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7608/stat : 7608 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 405215586 11079778304 12988 33554432000 4194304 4196468 140727115778960 140062386621584 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7609] ppid=7550 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7609/stat : 7609 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 405215586 11079778304 12988 33554432000 4194304 4196468 140727115778960 140062385568528 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7610] ppid=7550 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7610/stat : 7610 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215586 11079778304 12988 33554432000 4194304 4196468 140727115778960 140062384515984 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7611] ppid=7550 vsize=10820096 memory=139857381893759 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7611/stat : 7611 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215587 11079778304 12988 33554432000 4194304 4196468 140727115778960 140061952796912 140062494116482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7612] ppid=7550 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7612/stat : 7612 (java) S 7550 7553 5836 0 -1 1077944384 33 13156 0 0 0 0 5 3 20 0 15 0 405215588 11079778304 12988 33554432000 4194304 4196468 140727115778960 140061951743136 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7613] ppid=7550 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7613/stat : 7613 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 405215588 11079778304 12988 33554432000 4194304 4196468 140727115778960 140061836305136 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7614] ppid=7550 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7614/stat : 7614 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215590 11079778304 12988 33554432000 4194304 4196468 140727115778960 140061232326608 140062494123931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7615] ppid=7550 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7553/task/7615/stat : 7615 (java) S 7550 7553 5836 0 -1 1077944384 578 13156 0 0 1 0 5 3 20 0 15 0 405215590 11079778304 12988 33554432000 4194304 4196468 140727115778960 140061918186224 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7616] ppid=7550 vsize=10820096 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/7553/task/7616/stat : 7616 (java) S 7550 7553 5836 0 -1 1077944384 59 13156 0 0 1 0 5 3 20 0 15 0 405215590 11079778304 12988 33554432000 4194304 4196468 140727115778960 140061917133680 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7617] ppid=7550 vsize=10820096 memory=139857381893760 CPUtime=0.13 cores=1,3,5,7
/proc/7553/task/7617/stat : 7617 (java) R 7550 7553 5836 0 -1 4202560 668 13156 0 0 5 0 5 3 20 0 15 0 405215590 11079778304 12988 33554432000 4194304 4196468 140727115778960 140061916080624 140062494126682 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7618] ppid=7550 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7618/stat : 7618 (java) S 7550 7553 5836 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 405215591 11079778304 12988 33554432000 4194304 4196468 140727115778960 140060762565472 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7619] ppid=7550 vsize=10820096 memory=139857381893760 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7619/stat : 7619 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 405215591 11079778304 12988 33554432000 4194304 4196468 140727115778960 140061915028016 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 51952 KiB

[startup+0.700716 s]
/proc/loadavg: 1.91 1.64 1.53 5/226 7619
/proc/meminfo: memFree=21655004/32770624 swapFree=66977604/67108860
[pid=7553] ppid=7550 vsize=10824340 memory=82944 CPUtime=1.16 cores=1,3,5,7
/proc/7553/stat : 7553 (java) S 7550 7553 5836 0 -1 1077944320 14935 13156 0 0 103 5 5 3 20 0 15 0 405215576 11084124160 20736 33554432000 4194304 4196468 140727115778960 140727115761504 140062494105335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
/proc/7553/statm: 2706085 20736 3507 1 0 2668173 0
[pid=7553/tid=7606] ppid=7550 vsize=10824340 memory=7810487918915055718 CPUtime=0.67 cores=1,3,5,7
/proc/7553/task/7606/stat : 7606 (java) R 7550 7553 5836 0 -1 1077944384 10532 13156 0 0 56 3 5 3 20 0 15 0 405215585 11084124160 20736 33554432000 4194304 4196468 140727115778960 140062465923296 140062486784557 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7607] ppid=7550 vsize=10824340 memory=1428 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7607/stat : 7607 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 405215586 11084124160 20736 33554432000 4194304 4196468 140727115778960 140062498348048 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7608] ppid=7550 vsize=10824340 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7608/stat : 7608 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 405215586 11084124160 20736 33554432000 4194304 4196468 140727115778960 140062386621584 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7609] ppid=7550 vsize=10824340 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7609/stat : 7609 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 405215586 11084124160 20736 33554432000 4194304 4196468 140727115778960 140062385568528 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7610] ppid=7550 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7610/stat : 7610 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215586 11084124160 20736 33554432000 4194304 4196468 140727115778960 140062384515984 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7611] ppid=7550 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7611/stat : 7611 (java) S 7550 7553 5836 0 -1 1077944384 5 13156 0 0 0 0 5 3 20 0 15 0 405215587 11084124160 20736 33554432000 4194304 4196468 140727115778960 140061952796912 140062494116482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7612] ppid=7550 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7612/stat : 7612 (java) S 7550 7553 5836 0 -1 1077944384 33 13156 0 0 0 0 5 3 20 0 15 0 405215588 11084124160 20736 33554432000 4194304 4196468 140727115778960 140061951743136 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7613] ppid=7550 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7613/stat : 7613 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 405215588 11084124160 20736 33554432000 4194304 4196468 140727115778960 140061836305136 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7614] ppid=7550 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7614/stat : 7614 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215590 11084124160 20736 33554432000 4194304 4196468 140727115778960 140061232326608 140062494123931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7615] ppid=7550 vsize=10824340 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/7553/task/7615/stat : 7615 (java) S 7550 7553 5836 0 -1 1077944384 852 13156 0 0 12 0 5 3 20 0 15 0 405215590 11084124160 20736 33554432000 4194304 4196468 140727115778960 140061918186224 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7616] ppid=7550 vsize=10824340 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/7553/task/7616/stat : 7616 (java) S 7550 7553 5836 0 -1 1077944384 416 13156 0 0 15 0 5 3 20 0 15 0 405215590 11084124160 20736 33554432000 4194304 4196468 140727115778960 140061917133680 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7617] ppid=7550 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/7553/task/7617/stat : 7617 (java) S 7550 7553 5836 0 -1 1077944384 880 13156 0 0 17 0 5 3 20 0 15 0 405215590 11084124160 20736 33554432000 4194304 4196468 140727115778960 140061916080624 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7618] ppid=7550 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7618/stat : 7618 (java) S 7550 7553 5836 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 405215591 11084124160 20736 33554432000 4194304 4196468 140727115778960 140060762565472 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7619] ppid=7550 vsize=10824340 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7619/stat : 7619 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 405215591 11084124160 20736 33554432000 4194304 4196468 140727115778960 140061915028016 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82944 KiB

[startup+1.50071 s]
/proc/loadavg: 1.91 1.64 1.53 4/226 7619
/proc/meminfo: memFree=21611732/32770624 swapFree=66977604/67108860
[pid=7553] ppid=7550 vsize=10834656 memory=168664 CPUtime=2.5 cores=1,3,5,7
/proc/7553/stat : 7553 (java) S 7550 7553 5836 0 -1 1077944320 22036 13156 0 0 234 8 5 3 20 0 15 0 405215576 11094687744 42166 33554432000 4194304 4196468 140727115778960 140727115761504 140062494105335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
/proc/7553/statm: 2708664 42166 3579 1 0 2670733 0
[pid=7553/tid=7606] ppid=7550 vsize=10834656 memory=139857221390936 CPUtime=1.44 cores=1,3,5,7
/proc/7553/task/7606/stat : 7606 (java) R 7550 7553 5836 0 -1 4202560 15209 13156 0 0 131 5 5 3 20 0 15 0 405215585 11094687744 42166 33554432000 4194304 4196468 140727115778960 140062465918032 140062494117270 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7607] ppid=7550 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7553/task/7607/stat : 7607 (java) S 7550 7553 5836 0 -1 1077944384 95 13156 0 0 1 0 5 3 20 0 15 0 405215586 11094687744 42166 33554432000 4194304 4196468 140727115778960 140062498348048 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7608] ppid=7550 vsize=10834656 memory=6628 CPUtime=0.09 cores=1,3,5,7
/proc/7553/task/7608/stat : 7608 (java) S 7550 7553 5836 0 -1 1077944384 94 13156 0 0 1 0 5 3 20 0 15 0 405215586 11094687744 42166 33554432000 4194304 4196468 140727115778960 140062386621584 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7609] ppid=7550 vsize=10834656 memory=8 CPUtime=0.09 cores=1,3,5,7
/proc/7553/task/7609/stat : 7609 (java) S 7550 7553 5836 0 -1 1077944384 16 13156 0 0 1 0 5 3 20 0 15 0 405215586 11094687744 42166 33554432000 4194304 4196468 140727115778960 140062385568528 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7610] ppid=7550 vsize=10834656 memory=279714443188640 CPUtime=0.09 cores=1,3,5,7
/proc/7553/task/7610/stat : 7610 (java) S 7550 7553 5836 0 -1 1077944384 475 13156 0 0 1 0 5 3 20 0 15 0 405215586 11094687744 42166 33554432000 4194304 4196468 140727115778960 140062384515984 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7611] ppid=7550 vsize=10834656 memory=172284023159608 CPUtime=0.09 cores=1,3,5,7
/proc/7553/task/7611/stat : 7611 (java) S 7550 7553 5836 0 -1 1077944384 607 13156 0 0 1 0 5 3 20 0 15 0 405215587 11094687744 42166 33554432000 4194304 4196468 140727115778960 140061952796912 140062494116482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7612] ppid=7550 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7612/stat : 7612 (java) S 7550 7553 5836 0 -1 1077944384 33 13156 0 0 0 0 5 3 20 0 15 0 405215588 11094687744 42166 33554432000 4194304 4196468 140727115778960 140061951743200 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7613] ppid=7550 vsize=10834656 memory=6011695536895062834 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7613/stat : 7613 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215588 11094687744 42166 33554432000 4194304 4196468 140727115778960 140061836305152 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7614] ppid=7550 vsize=10834656 memory=-8412660965132101773 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7614/stat : 7614 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215590 11094687744 42166 33554432000 4194304 4196468 140727115778960 140061232326608 140062494123931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7615] ppid=7550 vsize=10834656 memory=-7668917182949848256 CPUtime=0.35 cores=1,3,5,7
/proc/7553/task/7615/stat : 7615 (java) S 7550 7553 5836 0 -1 1077944384 1005 13156 0 0 26 1 5 3 20 0 15 0 405215590 11094687744 42166 33554432000 4194304 4196468 140727115778960 140061918186224 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7616] ppid=7550 vsize=10834656 memory=8514726395714956677 CPUtime=0.35 cores=1,3,5,7
/proc/7553/task/7616/stat : 7616 (java) S 7550 7553 5836 0 -1 1077944384 563 13156 0 0 27 0 5 3 20 0 15 0 405215590 11094687744 42166 33554432000 4194304 4196468 140727115778960 140061917133680 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7617] ppid=7550 vsize=10834656 memory=-8995268955501401461 CPUtime=0.5 cores=1,3,5,7
/proc/7553/task/7617/stat : 7617 (java) R 7550 7553 5836 0 -1 4202560 1726 13156 0 0 42 0 5 3 20 0 15 0 405215590 11094687744 42166 33554432000 4194304 4196468 140727115778960 140061916080624 140062494117270 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7618] ppid=7550 vsize=10834656 memory=4283920778551074714 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7618/stat : 7618 (java) S 7550 7553 5836 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 405215591 11094687744 42166 33554432000 4194304 4196468 140727115778960 140060762565472 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7619] ppid=7550 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7619/stat : 7619 (java) S 7550 7553 5836 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 405215591 11094687744 42166 33554432000 4194304 4196468 140727115778960 140061915028016 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834656 KiB

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

[pid=7553/tid=7618] ppid=7550 vsize=10849024 memory=279714443657072 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7618/stat : 7618 (java) S 7550 7553 5836 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 405215591 11109400576 154446 33554432000 4194304 4196468 140727115778960 140060762565472 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7619] ppid=7550 vsize=10849024 memory=279714443657136 CPUtime=0.1 cores=1,3,5,7
/proc/7553/task/7619/stat : 7619 (java) S 7550 7553 5836 0 -1 1077944384 143 13156 0 0 1 1 5 3 20 0 15 0 405215591 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061915028016 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
Current children cumulated CPU time: 77.85 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 617784 KiB

[startup+65.6007 s]
/proc/loadavg: 2.07 1.73 1.57 3/227 7631
/proc/meminfo: memFree=21093996/32770624 swapFree=66977604/67108860
[pid=7553] ppid=7550 vsize=10849024 memory=617784 CPUtime=79.48 cores=1,3,5,7
/proc/7553/stat : 7553 (java) S 7550 7553 5836 0 -1 1077944320 108468 13156 0 0 7895 45 5 3 20 0 15 0 405215576 11109400576 154446 33554432000 4194304 4196468 140727115778960 140727115761504 140062494105335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
/proc/7553/statm: 2712256 154446 3622 1 0 2674317 0
[pid=7553/tid=7606] ppid=7550 vsize=10849024 memory=617784 CPUtime=65.28 cores=1,3,5,7
/proc/7553/task/7606/stat : 7606 (java) R 7550 7553 5836 0 -1 4202560 30666 13156 0 0 6507 13 5 3 20 0 15 0 405215585 11109400576 154446 33554432000 4194304 4196468 140727115778960 140062465938416 140062065660490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7607] ppid=7550 vsize=10849024 memory=279714443657264 CPUtime=0.2 cores=1,3,5,7
/proc/7553/task/7607/stat : 7607 (java) S 7550 7553 5836 0 -1 1077944384 2373 13156 0 0 9 3 5 3 20 0 15 0 405215586 11109400576 154446 33554432000 4194304 4196468 140727115778960 140062498348048 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7608] ppid=7550 vsize=10849024 memory=617784 CPUtime=0.2 cores=1,3,5,7
/proc/7553/task/7608/stat : 7608 (java) S 7550 7553 5836 0 -1 1077944384 712 13156 0 0 9 3 5 3 20 0 15 0 405215586 11109400576 154446 33554432000 4194304 4196468 140727115778960 140062386621584 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7609] ppid=7550 vsize=10849024 memory=3616 CPUtime=0.19 cores=1,3,5,7
/proc/7553/task/7609/stat : 7609 (java) S 7550 7553 5836 0 -1 1077944384 818 13156 0 0 9 2 5 3 20 0 15 0 405215586 11109400576 154446 33554432000 4194304 4196468 140727115778960 140062385568528 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7610] ppid=7550 vsize=10849024 memory=8112282956445269571 CPUtime=0.19 cores=1,3,5,7
/proc/7553/task/7610/stat : 7610 (java) S 7550 7553 5836 0 -1 1077944384 3354 13156 0 0 9 2 5 3 20 0 15 0 405215586 11109400576 154446 33554432000 4194304 4196468 140727115778960 140062384515984 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7611] ppid=7550 vsize=10849024 memory=988 CPUtime=0.18 cores=1,3,5,7
/proc/7553/task/7611/stat : 7611 (java) S 7550 7553 5836 0 -1 1077944384 4283 13156 0 0 9 1 5 3 20 0 15 0 405215587 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061952796912 140062494116482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7612] ppid=7550 vsize=10849024 memory=2004 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7612/stat : 7612 (java) S 7550 7553 5836 0 -1 1077944384 38 13156 0 0 0 0 5 3 20 0 15 0 405215588 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061951743264 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7613] ppid=7550 vsize=10849024 memory=1428 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7613/stat : 7613 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215588 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061836305152 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7614] ppid=7550 vsize=10849024 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7614/stat : 7614 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215590 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061232326608 140062494123931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7615] ppid=7550 vsize=10849024 memory=704 CPUtime=5.23 cores=1,3,5,7
/proc/7553/task/7615/stat : 7615 (java) S 7550 7553 5836 0 -1 1077944384 23529 13156 0 0 510 5 5 3 20 0 15 0 405215590 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061918186224 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7616] ppid=7550 vsize=10849024 memory=8112282956445269571 CPUtime=4.96 cores=1,3,5,7
/proc/7553/task/7616/stat : 7616 (java) S 7550 7553 5836 0 -1 1077944384 19146 13156 0 0 484 4 5 3 20 0 15 0 405215590 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061917133680 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7617] ppid=7550 vsize=10849024 memory=704 CPUtime=3.56 cores=1,3,5,7
/proc/7553/task/7617/stat : 7617 (java) S 7550 7553 5836 0 -1 1077944384 21191 13156 0 0 341 7 5 3 20 0 15 0 405215590 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061916080624 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7618] ppid=7550 vsize=10849024 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7618/stat : 7618 (java) S 7550 7553 5836 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 405215591 11109400576 154446 33554432000 4194304 4196468 140727115778960 140060762565472 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7619] ppid=7550 vsize=10849024 memory=1556 CPUtime=0.11 cores=1,3,5,7
/proc/7553/task/7619/stat : 7619 (java) S 7550 7553 5836 0 -1 1077944384 146 13156 0 0 1 2 5 3 20 0 15 0 405215591 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061915028016 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
Current children cumulated CPU time: 79.48 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 617784 KiB

[startup+67.2007 s]
/proc/loadavg: 2.07 1.73 1.57 3/227 7631
/proc/meminfo: memFree=21093996/32770624 swapFree=66977604/67108860
[pid=7553] ppid=7550 vsize=10849024 memory=617784 CPUtime=81.13 cores=1,3,5,7
/proc/7553/stat : 7553 (java) S 7550 7553 5836 0 -1 1077944320 111905 13156 0 0 8060 45 5 3 20 0 15 0 405215576 11109400576 154446 33554432000 4194304 4196468 140727115778960 140727115761504 140062494105335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
/proc/7553/statm: 2712256 154446 3622 1 0 2674317 0
[pid=7553/tid=7606] ppid=7550 vsize=10849024 memory=1112 CPUtime=66.87 cores=1,3,5,7
/proc/7553/task/7606/stat : 7606 (java) R 7550 7553 5836 0 -1 4202560 31166 13156 0 0 6666 13 5 3 20 0 15 0 405215585 11109400576 154446 33554432000 4194304 4196468 140727115778960 140062465938144 140062066286212 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7607] ppid=7550 vsize=10849024 memory=8112282956445269571 CPUtime=0.2 cores=1,3,5,7
/proc/7553/task/7607/stat : 7607 (java) S 7550 7553 5836 0 -1 1077944384 2460 13156 0 0 9 3 5 3 20 0 15 0 405215586 11109400576 154446 33554432000 4194304 4196468 140727115778960 140062498348048 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7608] ppid=7550 vsize=10849024 memory=1728 CPUtime=0.2 cores=1,3,5,7
/proc/7553/task/7608/stat : 7608 (java) S 7550 7553 5836 0 -1 1077944384 716 13156 0 0 9 3 5 3 20 0 15 0 405215586 11109400576 154446 33554432000 4194304 4196468 140727115778960 140062386621584 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7609] ppid=7550 vsize=10849024 memory=704 CPUtime=0.2 cores=1,3,5,7
/proc/7553/task/7609/stat : 7609 (java) S 7550 7553 5836 0 -1 1077944384 1357 13156 0 0 10 2 5 3 20 0 15 0 405215586 11109400576 154446 33554432000 4194304 4196468 140727115778960 140062385568528 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7610] ppid=7550 vsize=10849024 memory=1056 CPUtime=0.19 cores=1,3,5,7
/proc/7553/task/7610/stat : 7610 (java) S 7550 7553 5836 0 -1 1077944384 3382 13156 0 0 9 2 5 3 20 0 15 0 405215586 11109400576 154446 33554432000 4194304 4196468 140727115778960 140062384515984 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7611] ppid=7550 vsize=10849024 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/7553/task/7611/stat : 7611 (java) S 7550 7553 5836 0 -1 1077944384 4563 13156 0 0 9 1 5 3 20 0 15 0 405215587 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061952796912 140062494116482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7612] ppid=7550 vsize=10849024 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7612/stat : 7612 (java) S 7550 7553 5836 0 -1 1077944384 38 13156 0 0 0 0 5 3 20 0 15 0 405215588 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061951743264 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7613] ppid=7550 vsize=10849024 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7613/stat : 7613 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215588 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061836305152 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7614] ppid=7550 vsize=10849024 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7614/stat : 7614 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215590 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061232326608 140062494123931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7615] ppid=7550 vsize=10849024 memory=617784 CPUtime=5.24 cores=1,3,5,7
/proc/7553/task/7615/stat : 7615 (java) S 7550 7553 5836 0 -1 1077944384 23718 13156 0 0 511 5 5 3 20 0 15 0 405215590 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061918186224 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7616] ppid=7550 vsize=10849024 memory=618808 CPUtime=4.98 cores=1,3,5,7
/proc/7553/task/7616/stat : 7616 (java) S 7550 7553 5836 0 -1 1077944384 20383 13156 0 0 486 4 5 3 20 0 15 0 405215590 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061917133680 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7617] ppid=7550 vsize=10849024 memory=1428 CPUtime=3.57 cores=1,3,5,7
/proc/7553/task/7617/stat : 7617 (java) S 7550 7553 5836 0 -1 1077944384 21760 13156 0 0 342 7 5 3 20 0 15 0 405215590 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061916080624 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7618] ppid=7550 vsize=10849024 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7618/stat : 7618 (java) S 7550 7553 5836 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 405215591 11109400576 154446 33554432000 4194304 4196468 140727115778960 140060762565472 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7619] ppid=7550 vsize=10849024 memory=704 CPUtime=0.11 cores=1,3,5,7
/proc/7553/task/7619/stat : 7619 (java) S 7550 7553 5836 0 -1 1077944384 150 13156 0 0 1 2 5 3 20 0 15 0 405215591 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061915028016 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
Current children cumulated CPU time: 81.13 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 617784 KiB

[startup+67.6007 s]
/proc/loadavg: 2.07 1.73 1.57 3/227 7631
/proc/meminfo: memFree=21093996/32770624 swapFree=66977604/67108860
[pid=7553] ppid=7550 vsize=10849024 memory=617784 CPUtime=81.53 cores=1,3,5,7
/proc/7553/stat : 7553 (java) S 7550 7553 5836 0 -1 1077944320 112287 13156 0 0 8100 45 5 3 20 0 15 0 405215576 11109400576 154446 33554432000 4194304 4196468 140727115778960 140727115761504 140062494105335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
/proc/7553/statm: 2712256 154446 3622 1 0 2674317 0
[pid=7553/tid=7606] ppid=7550 vsize=10849024 memory=19796 CPUtime=67.27 cores=1,3,5,7
/proc/7553/task/7606/stat : 7606 (java) R 7550 7553 5836 0 -1 4202560 31169 13156 0 0 6706 13 5 3 20 0 15 0 405215585 11109400576 154446 33554432000 4194304 4196468 140727115778960 140062465940072 140062058523685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7607] ppid=7550 vsize=10849024 memory=2120 CPUtime=0.2 cores=1,3,5,7
/proc/7553/task/7607/stat : 7607 (java) S 7550 7553 5836 0 -1 1077944384 2460 13156 0 0 9 3 5 3 20 0 15 0 405215586 11109400576 154446 33554432000 4194304 4196468 140727115778960 140062498348048 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7608] ppid=7550 vsize=10849024 memory=532 CPUtime=0.2 cores=1,3,5,7
/proc/7553/task/7608/stat : 7608 (java) S 7550 7553 5836 0 -1 1077944384 716 13156 0 0 9 3 5 3 20 0 15 0 405215586 11109400576 154446 33554432000 4194304 4196468 140727115778960 140062386621584 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7609] ppid=7550 vsize=10849024 memory=1564 CPUtime=0.2 cores=1,3,5,7
/proc/7553/task/7609/stat : 7609 (java) S 7550 7553 5836 0 -1 1077944384 1357 13156 0 0 10 2 5 3 20 0 15 0 405215586 11109400576 154446 33554432000 4194304 4196468 140727115778960 140062385568528 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7610] ppid=7550 vsize=10849024 memory=924 CPUtime=0.19 cores=1,3,5,7
/proc/7553/task/7610/stat : 7610 (java) S 7550 7553 5836 0 -1 1077944384 3382 13156 0 0 9 2 5 3 20 0 15 0 405215586 11109400576 154446 33554432000 4194304 4196468 140727115778960 140062384515984 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7611] ppid=7550 vsize=10849024 memory=1756 CPUtime=0.18 cores=1,3,5,7
/proc/7553/task/7611/stat : 7611 (java) S 7550 7553 5836 0 -1 1077944384 4563 13156 0 0 9 1 5 3 20 0 15 0 405215587 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061952796912 140062494116482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7612] ppid=7550 vsize=10849024 memory=1440 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7612/stat : 7612 (java) S 7550 7553 5836 0 -1 1077944384 38 13156 0 0 0 0 5 3 20 0 15 0 405215588 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061951743264 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7613] ppid=7550 vsize=10849024 memory=912 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7613/stat : 7613 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215588 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061836305152 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7614] ppid=7550 vsize=10849024 memory=1984 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7614/stat : 7614 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215590 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061232326608 140062494123931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7615] ppid=7550 vsize=10849024 memory=617784 CPUtime=5.24 cores=1,3,5,7
/proc/7553/task/7615/stat : 7615 (java) S 7550 7553 5836 0 -1 1077944384 23887 13156 0 0 511 5 5 3 20 0 15 0 405215590 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061918186224 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7616] ppid=7550 vsize=10849024 memory=924 CPUtime=4.98 cores=1,3,5,7
/proc/7553/task/7616/stat : 7616 (java) S 7550 7553 5836 0 -1 1077944384 20383 13156 0 0 486 4 5 3 20 0 15 0 405215590 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061917133680 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7617] ppid=7550 vsize=10849024 memory=1756 CPUtime=3.57 cores=1,3,5,7
/proc/7553/task/7617/stat : 7617 (java) S 7550 7553 5836 0 -1 1077944384 21970 13156 0 0 342 7 5 3 20 0 15 0 405215590 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061916080624 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7618] ppid=7550 vsize=10849024 memory=1440 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7618/stat : 7618 (java) S 7550 7553 5836 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 405215591 11109400576 154446 33554432000 4194304 4196468 140727115778960 140060762565472 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7619] ppid=7550 vsize=10849024 memory=912 CPUtime=0.11 cores=1,3,5,7
/proc/7553/task/7619/stat : 7619 (java) S 7550 7553 5836 0 -1 1077944384 150 13156 0 0 1 2 5 3 20 0 15 0 405215591 11109400576 154446 33554432000 4194304 4196468 140727115778960 140061915028016 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
Current children cumulated CPU time: 81.53 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 617784 KiB

[startup+67.8007 s]
/proc/loadavg: 2.07 1.73 1.57 3/227 7631
/proc/meminfo: memFree=21093996/32770624 swapFree=66977604/67108860
[pid=7553] ppid=7550 vsize=10849024 memory=617796 CPUtime=81.74 cores=1,3,5,7
/proc/7553/stat : 7553 (java) S 7550 7553 5836 0 -1 1077944320 113110 13156 0 0 8121 45 5 3 20 0 15 0 405215576 11109400576 154447 33554432000 4194304 4196468 140727115778960 140727115761504 140062494105335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
/proc/7553/statm: 2712256 154447 3622 1 0 2674317 0
[pid=7553/tid=7606] ppid=7550 vsize=10849024 memory=2480 CPUtime=67.47 cores=1,3,5,7
/proc/7553/task/7606/stat : 7606 (java) R 7550 7553 5836 0 -1 4202560 31852 13156 0 0 6726 13 5 3 20 0 15 0 405215585 11109400576 154449 33554432000 4194304 4196468 140727115778960 140062465940672 140062477292112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7607] ppid=7550 vsize=10849024 memory=1768 CPUtime=0.2 cores=1,3,5,7
/proc/7553/task/7607/stat : 7607 (java) S 7550 7553 5836 0 -1 1077944384 2460 13156 0 0 9 3 5 3 20 0 15 0 405215586 11109400576 154449 33554432000 4194304 4196468 140727115778960 140062498348048 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7608] ppid=7550 vsize=10849024 memory=111632 CPUtime=0.2 cores=1,3,5,7
/proc/7553/task/7608/stat : 7608 (java) S 7550 7553 5836 0 -1 1077944384 716 13156 0 0 9 3 5 3 20 0 15 0 405215586 11109400576 154449 33554432000 4194304 4196468 140727115778960 140062386621584 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7609] ppid=7550 vsize=10849024 memory=796 CPUtime=0.2 cores=1,3,5,7
/proc/7553/task/7609/stat : 7609 (java) S 7550 7553 5836 0 -1 1077944384 1357 13156 0 0 10 2 5 3 20 0 15 0 405215586 11109400576 154449 33554432000 4194304 4196468 140727115778960 140062385568528 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7610] ppid=7550 vsize=10849024 memory=1804 CPUtime=0.19 cores=1,3,5,7
/proc/7553/task/7610/stat : 7610 (java) S 7550 7553 5836 0 -1 1077944384 3382 13156 0 0 9 2 5 3 20 0 15 0 405215586 11109400576 154449 33554432000 4194304 4196468 140727115778960 140062384515984 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7611] ppid=7550 vsize=10849024 memory=916 CPUtime=0.18 cores=1,3,5,7
/proc/7553/task/7611/stat : 7611 (java) S 7550 7553 5836 0 -1 1077944384 4564 13156 0 0 9 1 5 3 20 0 15 0 405215587 11109400576 154449 33554432000 4194304 4196468 140727115778960 140061952796912 140062494116482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7612] ppid=7550 vsize=10849024 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7612/stat : 7612 (java) S 7550 7553 5836 0 -1 1077944384 38 13156 0 0 0 0 5 3 20 0 15 0 405215588 11109400576 154449 33554432000 4194304 4196468 140727115778960 140061951743264 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7613] ppid=7550 vsize=10849024 memory=4104 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7613/stat : 7613 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215588 11109400576 154449 33554432000 4194304 4196468 140727115778960 140061836305152 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7614] ppid=7550 vsize=10849024 memory=2596 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7614/stat : 7614 (java) S 7550 7553 5836 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 405215590 11109400576 154449 33554432000 4194304 4196468 140727115778960 140061232326608 140062494123931 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7615] ppid=7550 vsize=10849024 memory=1556 CPUtime=5.24 cores=1,3,5,7
/proc/7553/task/7615/stat : 7615 (java) S 7550 7553 5836 0 -1 1077944384 23887 13156 0 0 511 5 5 3 20 0 15 0 405215590 11109400576 154449 33554432000 4194304 4196468 140727115778960 140061918186224 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7616] ppid=7550 vsize=10849024 memory=780 CPUtime=4.99 cores=1,3,5,7
/proc/7553/task/7616/stat : 7616 (java) S 7550 7553 5836 0 -1 1077944384 20533 13156 0 0 487 4 5 3 20 0 15 0 405215590 11109400576 154449 33554432000 4194304 4196468 140727115778960 140061917133680 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7617] ppid=7550 vsize=10849024 memory=3252 CPUtime=3.57 cores=1,3,5,7
/proc/7553/task/7617/stat : 7617 (java) S 7550 7553 5836 0 -1 1077944384 22031 13156 0 0 342 7 5 3 20 0 15 0 405215590 11109400576 154449 33554432000 4194304 4196468 140727115778960 140061916080624 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7618] ppid=7550 vsize=10849024 memory=1112 CPUtime=0.08 cores=1,3,5,7
/proc/7553/task/7618/stat : 7618 (java) S 7550 7553 5836 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 405215591 11109400576 154449 33554432000 4194304 4196468 140727115778960 140060762565472 140062494115541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
[pid=7553/tid=7619] ppid=7550 vsize=10849024 memory=5960 CPUtime=0.11 cores=1,3,5,7
/proc/7553/task/7619/stat : 7619 (java) S 7550 7553 5836 0 -1 1077944384 150 13156 0 0 1 2 5 3 20 0 15 0 405215591 11109400576 154449 33554432000 4194304 4196468 140727115778960 140061915028016 140062494116482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27844608 140727115786998 140727115789509 140727115789509 140727115792335 0
Current children cumulated CPU time: 81.74 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 617796 KiB

Child status: 0
Real time (s): 67.8261
CPU time (s): 81.7771
CPU user time (s): 81.2731
CPU system time (s): 0.503937
CPU usage (%): 120.569
Max. virtual memory (cumulated for all children) (KiB): 10856052
Max. memory (cumulated for all children) (KiB): 647032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.2731
system time used= 0.503937
maximum resident set size= 648064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126647
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18369
involuntary context switches= 230


# summary of solver processes directly reported to runsolver:
#   pid: 7553
#   total CPU time (s): 81.7771
#   total CPU user time (s): 81.2731
#   total CPU system time (s): 0.503937

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.514198 second user time and 0.590289 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 12:49:26
IDJOB=4387073
IDBENCH=123101
IDSOLVER=2823
FILE ID=node104/4387073-1568289582
RUNJOBID= node104-1568282865-6844
PBS_JOBID= 21701090
Free space on /tmp= 54196 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc16e.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387073-1568289582/watcher-4387073-1568289582 -o /tmp/evaluation-result-4387073-1568289582/solver-4387073-1568289582 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6844 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=112708759 HOME/instance-4387073-1568289582.xml

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

MD5SUM BENCH= 9478703244e8f640224ac5c9e01083b8
RANDOM SEED=112708759

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        21717088 kB
MemAvailable:   31089972 kB
Buffers:          117204 kB
Cached:          9428140 kB
SwapCached:        31868 kB
Active:          3083684 kB
Inactive:        7240960 kB
Active(anon):     746612 kB
Inactive(anon):    74116 kB
Active(file):    2337072 kB
Inactive(file):  7166844 kB
Unevictable:      106872 kB
Mlocked:          106872 kB
SwapTotal:      67108860 kB
SwapFree:       66977604 kB
Dirty:             34724 kB
Writeback:             0 kB
AnonPages:        855988 kB
Mapped:            55808 kB
Shmem:             32780 kB
Slab:             327232 kB
SReclaimable:     297428 kB
SUnreclaim:        29804 kB
KernelStack:        3680 kB
PageTables:         7064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1986928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    641024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 54164 MiB
End job on node104 at 2019-09-12 12:50:34