Trace number 4304380

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT22 16.514 9.47947

General information on the benchmark

NameSumColoring/
SumColoring-myciel4_c18.xml
MD5SUMb2986e349e6e3d69d494bfde8c7eda2a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.237012
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints71
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":23}]
Minimum variable degree5
Maximum variable degree12
Distribution of variable degrees[{"degree":5,"count":5},{"degree":6,"count":5},{"degree":7,"count":6},{"degree":9,"count":5},{"degree":11,"count":1},{"degree":12,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":71}]
Number of extensional constraints0
Number of intensional constraints71
Distribution of constraint types[{"type":"intension","count":71}]
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.99/0.74	c Concrete v3.9.2.1532736233296 running
6.51/3.37	o 76
6.51/3.40	o 54
6.81/3.41	o 32
6.81/3.42	o 31
6.81/3.43	o 30
6.81/3.43	o 27
6.81/3.48	o 26
6.81/3.48	o 25
7.17/3.56	o 24
7.51/3.64	o 23
7.51/3.66	o 22
16.41/9.46	v <instantiation cost="22">
16.41/9.46	v       <list>
16.41/9.46	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22]
16.41/9.46	v       </list>
16.41/9.46	v       <values>
16.41/9.46	v         2 3 2 4 3 1 1 1 1 1 2 0 0 0 0 0 0 0 0 0 0 0 1
16.41/9.46	v       </values>
16.41/9.46	v     </instantiation>
16.41/9.46	s OPTIMUM FOUND

Verifier Data

OK	22

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304380-1534068449/watcher-4304380-1534068449 -o /tmp/evaluation-result-4304380-1534068449/solver-4304380-1534068449 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534063459-27644 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=996710206 -superng HOME/instance-4304380-1534068449.xml 

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

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

solver pid=28571, runsolver pid=28568

[startup+0.100166 s]*
/proc/loadavg: 1.37 1.33 1.33 3/202 28624
/proc/meminfo: memFree=27886224/32770624 swapFree=67108804/67108860
[pid=28571] ppid=28568 vsize=10005480 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/28571/stat : 28571 (java) S 28568 28571 27613 0 -1 1077944320 4221 13278 0 0 0 1 5 3 20 0 6 0 224408105 10245611520 4582 33554432000 4194304 4196468 140725359762032 140725359744576 139874360610551 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
/proc/28571/statm: 2501370 4582 1930 1 0 2489808 0
[pid=28571/tid=28624] ppid=28568 vsize=10005480 memory=4279135704047190159 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28624/stat : 28624 (java) R 28568 28571 27613 0 -1 4202560 2023 13278 0 0 0 0 5 3 20 0 6 0 224408115 10245611520 4582 33554432000 4194304 4196468 140725359762032 139874332447312 139874346293077 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28625] ppid=28568 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28625/stat : 28625 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 6 0 224408115 10245611520 4582 33554432000 4194304 4196468 140725359762032 139874364853008 139874360620757 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28626] ppid=28568 vsize=10005480 memory=140371075004032 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28626/stat : 28626 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 6 0 224408115 10245611520 4582 33554432000 4194304 4196468 140725359762032 139874219572112 139874360620757 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28627] ppid=28568 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28627/stat : 28627 (java) S 28568 28571 27613 0 -1 1077944384 2 13278 0 0 0 0 5 3 20 0 6 0 224408115 10245611520 4582 33554432000 4194304 4196468 140725359762032 139874218519568 139874360620757 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28628] ppid=28568 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28628/stat : 28628 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 6 0 224408115 10245611520 4582 33554432000 4194304 4196468 140725359762032 139874217467024 139874360620757 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210065 s]*
/proc/loadavg: 1.37 1.33 1.33 3/215 28637
/proc/meminfo: memFree=27861248/32770624 swapFree=67108804/67108860
[pid=28571] ppid=28568 vsize=10982744 memory=44696 CPUtime=0.26 cores=0,2,4,6
/proc/28571/stat : 28571 (java) S 28568 28571 27613 0 -1 1077944320 7391 13278 0 0 16 2 5 3 20 0 15 0 224408105 11246329856 11174 33554432000 4194304 4196468 140725359762032 140725359744576 139874360610551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
/proc/28571/statm: 2745686 11174 2946 1 0 2708109 0
[pid=28571/tid=28624] ppid=28568 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/28571/task/28624/stat : 28624 (java) R 28568 28571 27613 0 -1 4202560 3966 13278 0 0 10 1 5 3 20 0 15 0 224408115 11246329856 11174 33554432000 4194304 4196468 140725359762032 139874332409104 139874340886365 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28625] ppid=28568 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28625/stat : 28625 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 224408115 11246329856 11240 33554432000 4194304 4196468 140725359762032 139874364853008 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28626] ppid=28568 vsize=10982744 memory=140371075004032 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28626/stat : 28626 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 224408115 11246329856 11240 33554432000 4194304 4196468 140725359762032 139874219572112 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28627] ppid=28568 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28627/stat : 28627 (java) S 28568 28571 27613 0 -1 1077944384 2 13278 0 0 0 0 5 3 20 0 15 0 224408115 11246329856 11240 33554432000 4194304 4196468 140725359762032 139874218519568 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28628] ppid=28568 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28628/stat : 28628 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 224408115 11246329856 11240 33554432000 4194304 4196468 140725359762032 139874217467024 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28629] ppid=28568 vsize=10982744 memory=140371075004032 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28629/stat : 28629 (java) S 28568 28571 27613 0 -1 1077944384 2 13278 0 0 0 0 5 3 20 0 15 0 224408117 11246329856 11240 33554432000 4194304 4196468 140725359762032 139873786472432 139874360621698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28630] ppid=28568 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28630/stat : 28630 (java) S 28568 28571 27613 0 -1 1077944384 13 13278 0 0 0 0 5 3 20 0 15 0 224408117 11246329856 11240 33554432000 4194304 4196468 140725359762032 139873193288608 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28631] ppid=28568 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28631/stat : 28631 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 224408117 11246329856 11240 33554432000 4194304 4196468 140725359762032 139872991962096 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28632] ppid=28568 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28632/stat : 28632 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11246329856 11240 33554432000 4194304 4196468 140725359762032 139872684562640 139874360629147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28633] ppid=28568 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28571/task/28633/stat : 28633 (java) S 28568 28571 27613 0 -1 1077944384 365 13278 0 0 1 0 5 3 20 0 15 0 224408120 11246329856 11240 33554432000 4194304 4196468 140725359762032 139873785420272 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28634] ppid=28568 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28571/task/28634/stat : 28634 (java) S 28568 28571 27613 0 -1 1077944384 250 13278 0 0 1 0 5 3 20 0 15 0 224408120 11246329856 11240 33554432000 4194304 4196468 140725359762032 139873784367728 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28635] ppid=28568 vsize=10982744 memory=140371075004032 CPUtime=0.11 cores=0,2,4,6
/proc/28571/task/28635/stat : 28635 (java) S 28568 28571 27613 0 -1 1077944384 610 13278 0 0 3 0 5 3 20 0 15 0 224408120 11246329856 11306 33554432000 4194304 4196468 140725359762032 139873783315184 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28636] ppid=28568 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28636/stat : 28636 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11246329856 11306 33554432000 4194304 4196468 140725359762032 139872253766752 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28637] ppid=28568 vsize=10982744 memory=140371075004032 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28637/stat : 28637 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 224408121 11246329856 11306 33554432000 4194304 4196468 140725359762032 139873782262064 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44696 KiB

[startup+0.310314 s]*
/proc/loadavg: 1.37 1.33 1.33 3/215 28637
/proc/meminfo: memFree=27848472/32770624 swapFree=67108804/67108860
[pid=28571] ppid=28568 vsize=10983192 memory=56956 CPUtime=0.39 cores=0,2,4,6
/proc/28571/stat : 28571 (java) S 28568 28571 27613 0 -1 1077944320 10288 13278 0 0 27 4 5 3 20 0 15 0 224408105 11246788608 14239 33554432000 4194304 4196468 140725359762032 140725359744576 139874360610551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
/proc/28571/statm: 2745798 14239 3065 1 0 2708109 0
[pid=28571/tid=28624] ppid=28568 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/28571/task/28624/stat : 28624 (java) R 28568 28571 27613 0 -1 4202560 6828 13278 0 0 18 2 5 3 20 0 15 0 224408115 11246788608 14239 33554432000 4194304 4196468 140725359762032 139874332422560 139874344691038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28625] ppid=28568 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28625/stat : 28625 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 224408115 11246788608 14239 33554432000 4194304 4196468 140725359762032 139874364853008 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28626] ppid=28568 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28626/stat : 28626 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 224408115 11246788608 14239 33554432000 4194304 4196468 140725359762032 139874219572112 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28627] ppid=28568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28627/stat : 28627 (java) S 28568 28571 27613 0 -1 1077944384 2 13278 0 0 0 0 5 3 20 0 15 0 224408115 11246788608 14239 33554432000 4194304 4196468 140725359762032 139874218519568 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28628] ppid=28568 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28628/stat : 28628 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 224408115 11246788608 14239 33554432000 4194304 4196468 140725359762032 139874217467024 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28629] ppid=28568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28629/stat : 28629 (java) S 28568 28571 27613 0 -1 1077944384 2 13278 0 0 0 0 5 3 20 0 15 0 224408117 11246788608 14239 33554432000 4194304 4196468 140725359762032 139873786472432 139874360621698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28630] ppid=28568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28630/stat : 28630 (java) S 28568 28571 27613 0 -1 1077944384 13 13278 0 0 0 0 5 3 20 0 15 0 224408117 11246788608 14239 33554432000 4194304 4196468 140725359762032 139873193288608 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28631] ppid=28568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28631/stat : 28631 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 224408117 11246788608 14239 33554432000 4194304 4196468 140725359762032 139872991962096 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28632] ppid=28568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28632/stat : 28632 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11246788608 14239 33554432000 4194304 4196468 140725359762032 139872684562640 139874360629147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28633] ppid=28568 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28571/task/28633/stat : 28633 (java) S 28568 28571 27613 0 -1 1077944384 368 13278 0 0 1 0 5 3 20 0 15 0 224408120 11246788608 14239 33554432000 4194304 4196468 140725359762032 139873785420272 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28634] ppid=28568 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28571/task/28634/stat : 28634 (java) S 28568 28571 27613 0 -1 1077944384 254 13278 0 0 1 0 5 3 20 0 15 0 224408120 11246788608 14239 33554432000 4194304 4196468 140725359762032 139873784367728 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28635] ppid=28568 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28571/task/28635/stat : 28635 (java) S 28568 28571 27613 0 -1 1077944384 616 13278 0 0 5 0 5 3 20 0 15 0 224408120 11246788608 14239 33554432000 4194304 4196468 140725359762032 139873783315184 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28636] ppid=28568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28636/stat : 28636 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11246788608 14239 33554432000 4194304 4196468 140725359762032 139872253766752 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28637] ppid=28568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28637/stat : 28637 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 224408121 11246788608 14239 33554432000 4194304 4196468 140725359762032 139873782262064 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56956 KiB

[startup+0.7007 s]
/proc/loadavg: 1.37 1.33 1.33 4/215 28637
/proc/meminfo: memFree=27837484/32770624 swapFree=67108804/67108860
[pid=28571] ppid=28568 vsize=10983192 memory=89464 CPUtime=0.99 cores=0,2,4,6
/proc/28571/stat : 28571 (java) S 28568 28571 27613 0 -1 1077944320 16414 13278 0 0 86 5 5 3 20 0 15 0 224408105 11246788608 22366 33554432000 4194304 4196468 140725359762032 140725359744576 139874360610551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
/proc/28571/statm: 2745798 22366 3241 1 0 2708109 0
[pid=28571/tid=28624] ppid=28568 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/28571/task/28624/stat : 28624 (java) R 28568 28571 27613 0 -1 4202560 11887 13278 0 0 55 4 5 3 20 0 15 0 224408115 11246788608 22366 33554432000 4194304 4196468 140725359762032 139874332431376 139874343797381 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28625] ppid=28568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28625/stat : 28625 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 224408115 11246788608 22366 33554432000 4194304 4196468 140725359762032 139874364853008 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28626] ppid=28568 vsize=10983192 memory=3708 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28626/stat : 28626 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 224408115 11246788608 22366 33554432000 4194304 4196468 140725359762032 139874219572112 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28627] ppid=28568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28627/stat : 28627 (java) S 28568 28571 27613 0 -1 1077944384 2 13278 0 0 0 0 5 3 20 0 15 0 224408115 11246788608 22366 33554432000 4194304 4196468 140725359762032 139874218519568 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28628] ppid=28568 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28628/stat : 28628 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 224408115 11246788608 22366 33554432000 4194304 4196468 140725359762032 139874217467024 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28629] ppid=28568 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28629/stat : 28629 (java) S 28568 28571 27613 0 -1 1077944384 6 13278 0 0 0 0 5 3 20 0 15 0 224408117 11246788608 22366 33554432000 4194304 4196468 140725359762032 139873786472432 139874360621698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28630] ppid=28568 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28630/stat : 28630 (java) S 28568 28571 27613 0 -1 1077944384 13 13278 0 0 0 0 5 3 20 0 15 0 224408117 11246788608 22366 33554432000 4194304 4196468 140725359762032 139873193288608 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28631] ppid=28568 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28631/stat : 28631 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 224408117 11246788608 22366 33554432000 4194304 4196468 140725359762032 139872991962096 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28632] ppid=28568 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28632/stat : 28632 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11246788608 22366 33554432000 4194304 4196468 140725359762032 139872684562640 139874360629147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28633] ppid=28568 vsize=10983192 memory=13252 CPUtime=0.15 cores=0,2,4,6
/proc/28571/task/28633/stat : 28633 (java) S 28568 28571 27613 0 -1 1077944384 773 13278 0 0 7 0 5 3 20 0 15 0 224408120 11246788608 22366 33554432000 4194304 4196468 140725359762032 139873785420272 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28634] ppid=28568 vsize=10983192 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/28571/task/28634/stat : 28634 (java) S 28568 28571 27613 0 -1 1077944384 859 13278 0 0 10 0 5 3 20 0 15 0 224408120 11246788608 22366 33554432000 4194304 4196468 140725359762032 139873784367728 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28635] ppid=28568 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/28571/task/28635/stat : 28635 (java) S 28568 28571 27613 0 -1 1077944384 667 13278 0 0 13 0 5 3 20 0 15 0 224408120 11246788608 22366 33554432000 4194304 4196468 140725359762032 139873783315184 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28636] ppid=28568 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28636/stat : 28636 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11246788608 22366 33554432000 4194304 4196468 140725359762032 139872253766752 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28637] ppid=28568 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28637/stat : 28637 (java) S 28568 28571 27613 0 -1 1077944384 1 13278 0 0 0 0 5 3 20 0 15 0 224408121 11246788608 22366 33554432000 4194304 4196468 140725359762032 139873782262064 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89464 KiB

[startup+1.50076 s]
/proc/loadavg: 1.37 1.33 1.33 4/215 28637
/proc/meminfo: memFree=27792324/32770624 swapFree=67108804/67108860
[pid=28571] ppid=28568 vsize=10998092 memory=180276 CPUtime=2.26 cores=0,2,4,6
/proc/28571/stat : 28571 (java) S 28568 28571 27613 0 -1 1077944320 23536 13278 0 0 209 9 5 3 20 0 15 0 224408105 11262046208 45069 33554432000 4194304 4196468 140725359762032 140725359744576 139874360610551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
/proc/28571/statm: 2749523 45069 3470 1 0 2711181 0
[pid=28571/tid=28624] ppid=28568 vsize=10998092 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/28571/task/28624/stat : 28624 (java) R 28568 28571 27613 0 -1 4202560 17421 13278 0 0 129 6 5 3 20 0 15 0 224408115 11262046208 45069 33554432000 4194304 4196468 140725359762032 139874332442560 139874344691038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28625] ppid=28568 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28571/task/28625/stat : 28625 (java) S 28568 28571 27613 0 -1 1077944384 34 13278 0 0 1 0 5 3 20 0 15 0 224408115 11262046208 45069 33554432000 4194304 4196468 140725359762032 139874364853008 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28626] ppid=28568 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28571/task/28626/stat : 28626 (java) S 28568 28571 27613 0 -1 1077944384 24 13278 0 0 1 0 5 3 20 0 15 0 224408115 11262046208 45069 33554432000 4194304 4196468 140725359762032 139874219572112 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28627] ppid=28568 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28571/task/28627/stat : 28627 (java) S 28568 28571 27613 0 -1 1077944384 99 13278 0 0 1 0 5 3 20 0 15 0 224408115 11262046208 45069 33554432000 4194304 4196468 140725359762032 139874218519568 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28628] ppid=28568 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28628/stat : 28628 (java) S 28568 28571 27613 0 -1 1077944384 209 13278 0 0 0 0 5 3 20 0 15 0 224408115 11262046208 45069 33554432000 4194304 4196468 140725359762032 139874217467024 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28629] ppid=28568 vsize=10998092 memory=1399103955520229747 CPUtime=0.09 cores=0,2,4,6
/proc/28571/task/28629/stat : 28629 (java) S 28568 28571 27613 0 -1 1077944384 56 13278 0 0 1 0 5 3 20 0 15 0 224408117 11262046208 45069 33554432000 4194304 4196468 140725359762032 139873786472432 139874360621698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28630] ppid=28568 vsize=10998092 memory=280741879556352 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28630/stat : 28630 (java) S 28568 28571 27613 0 -1 1077944384 13 13278 0 0 0 0 5 3 20 0 15 0 224408117 11262046208 45069 33554432000 4194304 4196468 140725359762032 139873193288672 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28631] ppid=28568 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28631/stat : 28631 (java) S 28568 28571 27613 0 -1 1077944384 2 13278 0 0 0 0 5 3 20 0 15 0 224408117 11262046208 45069 33554432000 4194304 4196468 140725359762032 139872991962112 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28632] ppid=28568 vsize=10998092 memory=1084 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28632/stat : 28632 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11262046208 45069 33554432000 4194304 4196468 140725359762032 139872684562640 139874360629147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28633] ppid=28568 vsize=10998092 memory=1600 CPUtime=0.28 cores=0,2,4,6
/proc/28571/task/28633/stat : 28633 (java) S 28568 28571 27613 0 -1 1077944384 1288 13278 0 0 20 0 5 3 20 0 15 0 224408120 11262046208 45069 33554432000 4194304 4196468 140725359762032 139873785420272 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28634] ppid=28568 vsize=10998092 memory=7952 CPUtime=0.29 cores=0,2,4,6
/proc/28571/task/28634/stat : 28634 (java) S 28568 28571 27613 0 -1 1077944384 1001 13278 0 0 21 0 5 3 20 0 15 0 224408120 11262046208 45069 33554432000 4194304 4196468 140725359762032 139873784367728 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28635] ppid=28568 vsize=10998092 memory=4088 CPUtime=0.39 cores=0,2,4,6
/proc/28571/task/28635/stat : 28635 (java) S 28568 28571 27613 0 -1 1077944384 1188 13278 0 0 31 0 5 3 20 0 15 0 224408120 11262046208 45069 33554432000 4194304 4196468 140725359762032 139873783315184 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28636] ppid=28568 vsize=10998092 memory=1784 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28636/stat : 28636 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11262046208 45069 33554432000 4194304 4196468 140725359762032 139872253766752 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28637] ppid=28568 vsize=10998092 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28637/stat : 28637 (java) S 28568 28571 27613 0 -1 1077944384 2 13278 0 0 0 0 5 3 20 0 15 0 224408121 11262046208 45069 33554432000 4194304 4196468 140725359762032 139873782262064 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB

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

[pid=28571/tid=28636] ppid=28568 vsize=11077984 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28636/stat : 28636 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11343855616 101239 33554432000 4194304 4196468 140725359762032 139872253766752 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28637] ppid=28568 vsize=11077984 memory=8546823402028195750 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28637/stat : 28637 (java) S 28568 28571 27613 0 -1 1077944384 1013 13278 0 0 0 0 5 3 20 0 15 0 224408121 11343855616 101239 33554432000 4194304 4196468 140725359762032 139873782262064 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
Current children cumulated CPU time: 12.89 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 404956 KiB

[startup+8.00067 s]*
/proc/loadavg: 1.54 1.37 1.34 4/215 28765
/proc/meminfo: memFree=28055760/32770624 swapFree=67108804/67108860
[pid=28571] ppid=28568 vsize=11077984 memory=446256 CPUtime=14.96 cores=0,2,4,6
/proc/28571/stat : 28571 (java) S 28568 28571 27613 0 -1 1077944320 63313 13278 0 0 1463 25 5 3 20 0 15 0 224408105 11343855616 111564 33554432000 4194304 4196468 140725359762032 140725359744576 139874360610551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
/proc/28571/statm: 2769496 111564 3524 1 0 2731149 0
[pid=28571/tid=28624] ppid=28568 vsize=11077984 memory=6791534058613427641 CPUtime=7.85 cores=0,2,4,6
/proc/28571/task/28624/stat : 28624 (java) R 28568 28571 27613 0 -1 4202560 38418 13278 0 0 764 13 5 3 20 0 15 0 224408115 11343855616 111564 33554432000 4194304 4196468 140725359762032 139874332445440 139873895276554 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28625] ppid=28568 vsize=11077984 memory=60928 CPUtime=0.12 cores=0,2,4,6
/proc/28571/task/28625/stat : 28625 (java) S 28568 28571 27613 0 -1 1077944384 85 13278 0 0 4 0 5 3 20 0 15 0 224408115 11343855616 111564 33554432000 4194304 4196468 140725359762032 139874364853008 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28626] ppid=28568 vsize=11077984 memory=2080 CPUtime=0.12 cores=0,2,4,6
/proc/28571/task/28626/stat : 28626 (java) S 28568 28571 27613 0 -1 1077944384 198 13278 0 0 4 0 5 3 20 0 15 0 224408115 11343855616 111564 33554432000 4194304 4196468 140725359762032 139874219572112 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28627] ppid=28568 vsize=11077984 memory=1036 CPUtime=0.12 cores=0,2,4,6
/proc/28571/task/28627/stat : 28627 (java) S 28568 28571 27613 0 -1 1077944384 143 13278 0 0 4 0 5 3 20 0 15 0 224408115 11343855616 111564 33554432000 4194304 4196468 140725359762032 139874218519568 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28628] ppid=28568 vsize=11077984 memory=1736 CPUtime=0.12 cores=0,2,4,6
/proc/28571/task/28628/stat : 28628 (java) S 28568 28571 27613 0 -1 1077944384 270 13278 0 0 4 0 5 3 20 0 15 0 224408115 11343855616 111564 33554432000 4194304 4196468 140725359762032 139874217467024 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28629] ppid=28568 vsize=11077984 memory=752 CPUtime=0.12 cores=0,2,4,6
/proc/28571/task/28629/stat : 28629 (java) S 28568 28571 27613 0 -1 1077944384 958 13278 0 0 4 0 5 3 20 0 15 0 224408117 11343855616 111564 33554432000 4194304 4196468 140725359762032 139873786472432 139874360621698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28630] ppid=28568 vsize=11077984 memory=836 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28630/stat : 28630 (java) S 28568 28571 27613 0 -1 1077944384 17 13278 0 0 0 0 5 3 20 0 15 0 224408117 11343855616 111564 33554432000 4194304 4196468 140725359762032 139873193288672 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28631] ppid=28568 vsize=11077984 memory=1084 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28631/stat : 28631 (java) S 28568 28571 27613 0 -1 1077944384 9 13278 0 0 0 0 5 3 20 0 15 0 224408117 11343855616 111564 33554432000 4194304 4196468 140725359762032 139872991962112 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28632] ppid=28568 vsize=11077984 memory=1600 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28632/stat : 28632 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11343855616 111564 33554432000 4194304 4196468 140725359762032 139872684562640 139874360629147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28633] ppid=28568 vsize=11077984 memory=7952 CPUtime=2.72 cores=0,2,4,6
/proc/28571/task/28633/stat : 28633 (java) S 28568 28571 27613 0 -1 1077944384 9184 13278 0 0 261 3 5 3 20 0 15 0 224408120 11343855616 111564 33554432000 4194304 4196468 140725359762032 139873785420272 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28634] ppid=28568 vsize=11077984 memory=4088 CPUtime=2.74 cores=0,2,4,6
/proc/28571/task/28634/stat : 28634 (java) S 28568 28571 27613 0 -1 1077944384 4404 13278 0 0 265 1 5 3 20 0 15 0 224408120 11343855616 111564 33554432000 4194304 4196468 140725359762032 139873784367728 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28635] ppid=28568 vsize=11077984 memory=1784 CPUtime=1.57 cores=0,2,4,6
/proc/28571/task/28635/stat : 28635 (java) S 28568 28571 27613 0 -1 1077944384 6412 13278 0 0 147 2 5 3 20 0 15 0 224408120 11343855616 111564 33554432000 4194304 4196468 140725359762032 139873783315184 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28636] ppid=28568 vsize=11077984 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28636/stat : 28636 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11343855616 111564 33554432000 4194304 4196468 140725359762032 139872253766752 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28637] ppid=28568 vsize=11077984 memory=5804 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28637/stat : 28637 (java) S 28568 28571 27613 0 -1 1077944384 1013 13278 0 0 0 0 5 3 20 0 15 0 224408121 11343855616 111564 33554432000 4194304 4196468 140725359762032 139873782262064 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
Current children cumulated CPU time: 14.96 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 446256 KiB

[startup+8.80068 s]
/proc/loadavg: 1.54 1.37 1.34 4/215 28765
/proc/meminfo: memFree=28055760/32770624 swapFree=67108804/67108860
[pid=28571] ppid=28568 vsize=11077984 memory=450408 CPUtime=15.79 cores=0,2,4,6
/proc/28571/stat : 28571 (java) S 28568 28571 27613 0 -1 1077944320 63347 13278 0 0 1546 25 5 3 20 0 15 0 224408105 11343855616 112602 33554432000 4194304 4196468 140725359762032 140725359744576 139874360610551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
/proc/28571/statm: 2769496 112602 3524 1 0 2731149 0
[pid=28571/tid=28624] ppid=28568 vsize=11077984 memory=124887582640874 CPUtime=8.64 cores=0,2,4,6
/proc/28571/task/28624/stat : 28624 (java) R 28568 28571 27613 0 -1 4202560 38419 13278 0 0 843 13 5 3 20 0 15 0 224408115 11343855616 112602 33554432000 4194304 4196468 140725359762032 139874332444816 139873893740273 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28625] ppid=28568 vsize=11077984 memory=124887582640874 CPUtime=0.13 cores=0,2,4,6
/proc/28571/task/28625/stat : 28625 (java) S 28568 28571 27613 0 -1 1077944384 87 13278 0 0 4 1 5 3 20 0 15 0 224408115 11343855616 112602 33554432000 4194304 4196468 140725359762032 139874364853008 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28626] ppid=28568 vsize=11077984 memory=124887582640618 CPUtime=0.12 cores=0,2,4,6
/proc/28571/task/28626/stat : 28626 (java) S 28568 28571 27613 0 -1 1077944384 200 13278 0 0 4 0 5 3 20 0 15 0 224408115 11343855616 112602 33554432000 4194304 4196468 140725359762032 139874219572112 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28627] ppid=28568 vsize=11077984 memory=124887582640618 CPUtime=0.13 cores=0,2,4,6
/proc/28571/task/28627/stat : 28627 (java) S 28568 28571 27613 0 -1 1077944384 145 13278 0 0 4 1 5 3 20 0 15 0 224408115 11343855616 112602 33554432000 4194304 4196468 140725359762032 139874218519568 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28628] ppid=28568 vsize=11077984 memory=1036 CPUtime=0.13 cores=0,2,4,6
/proc/28571/task/28628/stat : 28628 (java) S 28568 28571 27613 0 -1 1077944384 272 13278 0 0 4 1 5 3 20 0 15 0 224408115 11343855616 112602 33554432000 4194304 4196468 140725359762032 139874217467024 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28629] ppid=28568 vsize=11077984 memory=1736 CPUtime=0.12 cores=0,2,4,6
/proc/28571/task/28629/stat : 28629 (java) S 28568 28571 27613 0 -1 1077944384 958 13278 0 0 4 0 5 3 20 0 15 0 224408117 11343855616 112602 33554432000 4194304 4196468 140725359762032 139873786472432 139874360621698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28630] ppid=28568 vsize=11077984 memory=752 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28630/stat : 28630 (java) S 28568 28571 27613 0 -1 1077944384 17 13278 0 0 0 0 5 3 20 0 15 0 224408117 11343855616 112602 33554432000 4194304 4196468 140725359762032 139873193288672 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28631] ppid=28568 vsize=11077984 memory=836 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28631/stat : 28631 (java) S 28568 28571 27613 0 -1 1077944384 9 13278 0 0 0 0 5 3 20 0 15 0 224408117 11343855616 112602 33554432000 4194304 4196468 140725359762032 139872991962112 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28632] ppid=28568 vsize=11077984 memory=1084 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28632/stat : 28632 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11343855616 112602 33554432000 4194304 4196468 140725359762032 139872684562640 139874360629147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28633] ppid=28568 vsize=11077984 memory=1600 CPUtime=2.74 cores=0,2,4,6
/proc/28571/task/28633/stat : 28633 (java) S 28568 28571 27613 0 -1 1077944384 9186 13278 0 0 263 3 5 3 20 0 15 0 224408120 11343855616 112602 33554432000 4194304 4196468 140725359762032 139873785420272 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28634] ppid=28568 vsize=11077984 memory=288230574492221466 CPUtime=2.76 cores=0,2,4,6
/proc/28571/task/28634/stat : 28634 (java) S 28568 28571 27613 0 -1 1077944384 4409 13278 0 0 267 1 5 3 20 0 15 0 224408120 11343855616 112602 33554432000 4194304 4196468 140725359762032 139873784367728 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28635] ppid=28568 vsize=11077984 memory=288230583166042425 CPUtime=1.58 cores=0,2,4,6
/proc/28571/task/28635/stat : 28635 (java) S 28568 28571 27613 0 -1 1077944384 6430 13278 0 0 148 2 5 3 20 0 15 0 224408120 11343855616 112602 33554432000 4194304 4196468 140725359762032 139873783315184 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28636] ppid=28568 vsize=11077984 memory=446312 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28636/stat : 28636 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11343855616 112602 33554432000 4194304 4196468 140725359762032 139872253766752 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28637] ppid=28568 vsize=11077984 memory=3296 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28637/stat : 28637 (java) S 28568 28571 27613 0 -1 1077944384 1013 13278 0 0 0 0 5 3 20 0 15 0 224408121 11343855616 112602 33554432000 4194304 4196468 140725359762032 139873782262064 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
Current children cumulated CPU time: 15.79 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 450408 KiB

[startup+9.20065 s]
/proc/loadavg: 1.54 1.37 1.34 3/215 28765
/proc/meminfo: memFree=27951900/32770624 swapFree=67108804/67108860
[pid=28571] ppid=28568 vsize=11077984 memory=450496 CPUtime=16.21 cores=0,2,4,6
/proc/28571/stat : 28571 (java) S 28568 28571 27613 0 -1 1077944320 63383 13278 0 0 1588 25 5 3 20 0 15 0 224408105 11343855616 112624 33554432000 4194304 4196468 140725359762032 140725359744576 139874360610551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
/proc/28571/statm: 2769496 112624 3524 1 0 2731149 0
[pid=28571/tid=28624] ppid=28568 vsize=11077984 memory=0 CPUtime=9.04 cores=0,2,4,6
/proc/28571/task/28624/stat : 28624 (java) R 28568 28571 27613 0 -1 4202560 38446 13278 0 0 883 13 5 3 20 0 15 0 224408115 11343855616 112624 33554432000 4194304 4196468 140725359762032 139874332444816 139873895507446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28625] ppid=28568 vsize=11077984 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28571/task/28625/stat : 28625 (java) S 28568 28571 27613 0 -1 1077944384 87 13278 0 0 4 1 5 3 20 0 15 0 224408115 11343855616 112624 33554432000 4194304 4196468 140725359762032 139874364853008 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28626] ppid=28568 vsize=11077984 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28571/task/28626/stat : 28626 (java) S 28568 28571 27613 0 -1 1077944384 200 13278 0 0 4 0 5 3 20 0 15 0 224408115 11343855616 112624 33554432000 4194304 4196468 140725359762032 139874219572112 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28627] ppid=28568 vsize=11077984 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28571/task/28627/stat : 28627 (java) S 28568 28571 27613 0 -1 1077944384 145 13278 0 0 4 1 5 3 20 0 15 0 224408115 11343855616 112624 33554432000 4194304 4196468 140725359762032 139874218519568 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28628] ppid=28568 vsize=11077984 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28571/task/28628/stat : 28628 (java) S 28568 28571 27613 0 -1 1077944384 272 13278 0 0 4 1 5 3 20 0 15 0 224408115 11343855616 112624 33554432000 4194304 4196468 140725359762032 139874217467024 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28629] ppid=28568 vsize=11077984 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28571/task/28629/stat : 28629 (java) S 28568 28571 27613 0 -1 1077944384 958 13278 0 0 4 0 5 3 20 0 15 0 224408117 11343855616 112624 33554432000 4194304 4196468 140725359762032 139873786472432 139874360621698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28630] ppid=28568 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28630/stat : 28630 (java) S 28568 28571 27613 0 -1 1077944384 17 13278 0 0 0 0 5 3 20 0 15 0 224408117 11343855616 112624 33554432000 4194304 4196468 140725359762032 139873193288672 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28631] ppid=28568 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28631/stat : 28631 (java) S 28568 28571 27613 0 -1 1077944384 9 13278 0 0 0 0 5 3 20 0 15 0 224408117 11343855616 112624 33554432000 4194304 4196468 140725359762032 139872991962112 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28632] ppid=28568 vsize=11077984 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28632/stat : 28632 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11343855616 112624 33554432000 4194304 4196468 140725359762032 139872684562640 139874360629147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28633] ppid=28568 vsize=11077984 memory=0 CPUtime=2.74 cores=0,2,4,6
/proc/28571/task/28633/stat : 28633 (java) S 28568 28571 27613 0 -1 1077944384 9188 13278 0 0 263 3 5 3 20 0 15 0 224408120 11343855616 112624 33554432000 4194304 4196468 140725359762032 139873785420272 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28634] ppid=28568 vsize=11077984 memory=0 CPUtime=2.77 cores=0,2,4,6
/proc/28571/task/28634/stat : 28634 (java) S 28568 28571 27613 0 -1 1077944384 4410 13278 0 0 268 1 5 3 20 0 15 0 224408120 11343855616 112624 33554432000 4194304 4196468 140725359762032 139873784367728 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28635] ppid=28568 vsize=11077984 memory=0 CPUtime=1.58 cores=0,2,4,6
/proc/28571/task/28635/stat : 28635 (java) S 28568 28571 27613 0 -1 1077944384 6436 13278 0 0 148 2 5 3 20 0 15 0 224408120 11343855616 112624 33554432000 4194304 4196468 140725359762032 139873783315184 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28636] ppid=28568 vsize=11077984 memory=450408 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28636/stat : 28636 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11343855616 112624 33554432000 4194304 4196468 140725359762032 139872253766752 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28637] ppid=28568 vsize=11077984 memory=446312 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28637/stat : 28637 (java) S 28568 28571 27613 0 -1 1077944384 1013 13278 0 0 0 0 5 3 20 0 15 0 224408121 11343855616 112624 33554432000 4194304 4196468 140725359762032 139873782262064 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
Current children cumulated CPU time: 16.21 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 450496 KiB

[startup+9.40067 s]
/proc/loadavg: 1.54 1.37 1.34 3/215 28765
/proc/meminfo: memFree=27951900/32770624 swapFree=67108804/67108860
[pid=28571] ppid=28568 vsize=11077984 memory=450496 CPUtime=16.41 cores=0,2,4,6
/proc/28571/stat : 28571 (java) S 28568 28571 27613 0 -1 1077944320 63411 13278 0 0 1608 25 5 3 20 0 15 0 224408105 11343855616 112624 33554432000 4194304 4196468 140725359762032 140725359744576 139874360610551 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
/proc/28571/statm: 2769496 112624 3524 1 0 2731149 0
[pid=28571/tid=28624] ppid=28568 vsize=11077984 memory=16099269136353865 CPUtime=9.24 cores=0,2,4,6
/proc/28571/task/28624/stat : 28624 (java) R 28568 28571 27613 0 -1 4202560 38473 13278 0 0 903 13 5 3 20 0 15 0 224408115 11343855616 112624 33554432000 4194304 4196468 140725359762032 139874332444816 139873895507390 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28625] ppid=28568 vsize=11077984 memory=5865182477232919905 CPUtime=0.13 cores=0,2,4,6
/proc/28571/task/28625/stat : 28625 (java) S 28568 28571 27613 0 -1 1077944384 87 13278 0 0 4 1 5 3 20 0 15 0 224408115 11343855616 112624 33554432000 4194304 4196468 140725359762032 139874364853008 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28626] ppid=28568 vsize=11077984 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28571/task/28626/stat : 28626 (java) S 28568 28571 27613 0 -1 1077944384 200 13278 0 0 4 0 5 3 20 0 15 0 224408115 11343855616 112624 33554432000 4194304 4196468 140725359762032 139874219572112 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28627] ppid=28568 vsize=11077984 memory=280741879724448 CPUtime=0.13 cores=0,2,4,6
/proc/28571/task/28627/stat : 28627 (java) S 28568 28571 27613 0 -1 1077944384 145 13278 0 0 4 1 5 3 20 0 15 0 224408115 11343855616 112624 33554432000 4194304 4196468 140725359762032 139874218519568 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28628] ppid=28568 vsize=11077984 memory=-2893623298589923098 CPUtime=0.13 cores=0,2,4,6
/proc/28571/task/28628/stat : 28628 (java) S 28568 28571 27613 0 -1 1077944384 272 13278 0 0 4 1 5 3 20 0 15 0 224408115 11343855616 112624 33554432000 4194304 4196468 140725359762032 139874217467024 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28629] ppid=28568 vsize=11077984 memory=7956005031678667109 CPUtime=0.12 cores=0,2,4,6
/proc/28571/task/28629/stat : 28629 (java) S 28568 28571 27613 0 -1 1077944384 958 13278 0 0 4 0 5 3 20 0 15 0 224408117 11343855616 112624 33554432000 4194304 4196468 140725359762032 139873786472432 139874360621698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28630] ppid=28568 vsize=11077984 memory=-7522837415797432224 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28630/stat : 28630 (java) S 28568 28571 27613 0 -1 1077944384 17 13278 0 0 0 0 5 3 20 0 15 0 224408117 11343855616 112624 33554432000 4194304 4196468 140725359762032 139873193288672 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28631] ppid=28568 vsize=11077984 memory=5795153719298590087 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28631/stat : 28631 (java) S 28568 28571 27613 0 -1 1077944384 9 13278 0 0 0 0 5 3 20 0 15 0 224408117 11343855616 112624 33554432000 4194304 4196468 140725359762032 139872991962112 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28632] ppid=28568 vsize=11077984 memory=-5921431000321636112 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28632/stat : 28632 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11343855616 112624 33554432000 4194304 4196468 140725359762032 139872684562640 139874360629147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28633] ppid=28568 vsize=11077984 memory=-1807685287717842718 CPUtime=2.74 cores=0,2,4,6
/proc/28571/task/28633/stat : 28633 (java) S 28568 28571 27613 0 -1 1077944384 9189 13278 0 0 263 3 5 3 20 0 15 0 224408120 11343855616 112624 33554432000 4194304 4196468 140725359762032 139873785420272 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28634] ppid=28568 vsize=11077984 memory=-1088251628401078322 CPUtime=2.77 cores=0,2,4,6
/proc/28571/task/28634/stat : 28634 (java) S 28568 28571 27613 0 -1 1077944384 4410 13278 0 0 268 1 5 3 20 0 15 0 224408120 11343855616 112624 33554432000 4194304 4196468 140725359762032 139873784367728 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28635] ppid=28568 vsize=11077984 memory=-9174445032661854264 CPUtime=1.58 cores=0,2,4,6
/proc/28571/task/28635/stat : 28635 (java) S 28568 28571 27613 0 -1 1077944384 6436 13278 0 0 148 2 5 3 20 0 15 0 224408120 11343855616 112624 33554432000 4194304 4196468 140725359762032 139873783315184 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28636] ppid=28568 vsize=11077984 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28636/stat : 28636 (java) S 28568 28571 27613 0 -1 1077944384 3 13278 0 0 0 0 5 3 20 0 15 0 224408120 11343855616 112624 33554432000 4194304 4196468 140725359762032 139872253766752 139874360620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
[pid=28571/tid=28637] ppid=28568 vsize=11077984 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28571/task/28637/stat : 28637 (java) S 28568 28571 27613 0 -1 1077944384 1013 13278 0 0 0 0 5 3 20 0 15 0 224408121 11343855616 112624 33554432000 4194304 4196468 140725359762032 139873782262064 139874360621698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20799488 140725359766116 140725359768924 140725359768924 140725359771599 0
Current children cumulated CPU time: 16.41 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 450496 KiB

Child status: 0
Real time (s): 9.47947
CPU time (s): 16.514
CPU user time (s): 16.2092
CPU system time (s): 0.304851
CPU usage (%): 174.208
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 450496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.2092
system time used= 0.304851
maximum resident set size= 452616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76856
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6770
involuntary context switches= 61


# summary of solver processes directly reported to runsolver:
#   pid: 28571
#   total CPU time (s): 16.514
#   total CPU user time (s): 16.2092
#   total CPU system time (s): 0.304851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.092289 second user time and 0.117459 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 12:07:29
IDJOB=4304380
IDBENCH=141225
IDSOLVER=2781
FILE ID=node105/4304380-1534068449
RUNJOBID= node105-1534063459-27644
PBS_JOBID= 21036987
Free space on /tmp= 40676 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel4_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304380-1534068449/watcher-4304380-1534068449 -o /tmp/evaluation-result-4304380-1534068449/solver-4304380-1534068449 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534063459-27644 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=996710206 -superng HOME/instance-4304380-1534068449.xml

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

MD5SUM BENCH= b2986e349e6e3d69d494bfde8c7eda2a
RANDOM SEED=996710206

node105.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.32
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.32
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.32
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.32
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:        27891336 kB
MemAvailable:   31238968 kB
Buffers:          125284 kB
Cached:          3479568 kB
SwapCached:           16 kB
Active:          2482808 kB
Inactive:        1841708 kB
Active(anon):     672208 kB
Inactive(anon):   100520 kB
Active(file):    1810600 kB
Inactive(file):  1741188 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             26276 kB
Writeback:             0 kB
AnonPages:        727668 kB
Mapped:            63512 kB
Shmem:             49748 kB
Slab:             251132 kB
SReclaimable:     223356 kB
SUnreclaim:        27776 kB
KernelStack:        3568 kB
PageTables:         7656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1643044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    628736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40652 MiB
End job on node105 at 2018-08-12 12:07:39