Trace number 4302380

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.2OPT40 86.7938 77.3661

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12b_c18.xml
MD5SUM8890b3c4968b86b21e69352acb96ed82
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark9.81484
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints111
Number of domains18
Minimum domain size1
Maximum domain size25
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":26},{"size":3,"count":5},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":25,"count":12}]
Minimum variable degree2
Maximum variable degree36
Distribution of variable degrees[{"degree":2,"count":36},{"degree":35,"count":6},{"degree":36,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":87},{"arity":13,"count":24}]
Number of extensional constraints0
Number of intensional constraints87
Distribution of constraint types[{"type":"intension","count":87},{"type":"count","count":24}]
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.92/0.79	c Concrete v3.9.2.1532736233296 running
8.58/4.13	o 59
9.21/4.31	o 52
9.21/4.33	o 49
9.21/4.38	o 48
9.53/4.40	o 46
10.65/4.81	o 44
11.44/5.27	o 43
14.42/7.41	o 42
21.79/14.16	o 41
57.21/48.38	o 40
86.70/77.34	v <instantiation cost="40">
86.70/77.34	v       <list>
86.70/77.34	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11]
86.70/77.34	v       </list>
86.70/77.34	v       <values>
86.70/77.34	v         11 11 -11 -11 -11 11 11 11 1 11 1 -1 1 0 0 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 0 0 6 0 0 0 9 8 10 0 0 0 0 0 0 13
86.70/77.34	v       </values>
86.70/77.34	v     </instantiation>
86.70/77.34	s OPTIMUM FOUND

Verifier Data

OK	40

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

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

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

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

solver pid=19922, runsolver pid=19919

[startup+0.100064 s]*
/proc/loadavg: 1.97 2.16 1.99 3/206 19979
/proc/meminfo: memFree=25314276/32770624 swapFree=67108436/67108860
[pid=19922] ppid=19919 vsize=10005480 memory=17084 CPUtime=0.09 cores=0,2,4,6
/proc/19922/stat : 19922 (java) S 19919 19922 9814 0 -1 1077944320 4429 12910 0 0 2 0 4 3 20 0 6 0 107255635 10245611520 4271 33554432000 4194304 4196468 140725500382352 140725500364896 139892904382199 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
/proc/19922/statm: 2501370 4271 1935 1 0 2489808 0
[pid=19922/tid=19975] ppid=19919 vsize=10005480 memory=4279135703980473742 CPUtime=0.08 cores=0,2,4,6
/proc/19922/task/19975/stat : 19975 (java) R 19919 19922 9814 0 -1 4202560 2268 12910 0 0 1 0 4 3 20 0 6 0 107255644 10245611520 4337 33554432000 4194304 4196468 140725500382352 139892876218960 139892888462686 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19976] ppid=19919 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19976/stat : 19976 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 6 0 107255645 10245611520 4337 33554432000 4194304 4196468 140725500382352 139892908624784 139892904392405 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19977] ppid=19919 vsize=10005480 memory=139913558644352 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 6 0 107255645 10245611520 4337 33554432000 4194304 4196468 140725500382352 139892443765520 139892904392405 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19978] ppid=19919 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 6 0 107255645 10245611520 4337 33554432000 4194304 4196468 140725500382352 139892442713232 139892904392405 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19979] ppid=19919 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 9814 0 -1 1077944384 2 12910 0 0 0 0 4 3 20 0 6 0 107255645 10245611520 4337 33554432000 4194304 4196468 140725500382352 139892441660432 139892904392405 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17084 KiB

[startup+0.210282 s]*
/proc/loadavg: 1.97 2.16 1.99 3/215 19988
/proc/meminfo: memFree=25300796/32770624 swapFree=67108436/67108860
[pid=19922] ppid=19919 vsize=10982696 memory=33940 CPUtime=0.16 cores=0,2,4,6
/proc/19922/stat : 19922 (java) S 19919 19922 9814 0 -1 1077944320 6228 12910 0 0 9 0 4 3 20 0 15 0 107255635 11246280704 8485 33554432000 4194304 4196468 140725500382352 140725500364896 139892904382199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
/proc/19922/statm: 2745674 8485 2856 1 0 2708109 0
[pid=19922/tid=19975] ppid=19919 vsize=10982696 memory=7022364594140610616 CPUtime=0.13 cores=0,2,4,6
/proc/19922/task/19975/stat : 19975 (java) R 19919 19922 9814 0 -1 4202560 3263 12910 0 0 6 0 4 3 20 0 15 0 107255644 11246280704 8551 33554432000 4194304 4196468 140725500382352 139892876205936 139892896619326 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19976] ppid=19919 vsize=10982696 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19976/stat : 19976 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 15 0 107255645 11246280704 8551 33554432000 4194304 4196468 140725500382352 139892908624784 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19977] ppid=19919 vsize=10982696 memory=139913558663413 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 15 0 107255645 11246280704 8617 33554432000 4194304 4196468 140725500382352 139892443765520 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19978] ppid=19919 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 15 0 107255645 11246280704 8617 33554432000 4194304 4196468 140725500382352 139892442713232 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19979] ppid=19919 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 9814 0 -1 1077944384 2 12910 0 0 0 0 4 3 20 0 15 0 107255645 11246280704 8617 33554432000 4194304 4196468 140725500382352 139892441660432 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19980] ppid=19919 vsize=10982696 memory=139913558644352 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19980/stat : 19980 (java) S 19919 19922 9814 0 -1 1077944384 2 12910 0 0 0 0 4 3 20 0 15 0 107255646 11246280704 8617 33554432000 4194304 4196468 140725500382352 139892397406320 139892904393346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19981] ppid=19919 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19981/stat : 19981 (java) S 19919 19922 9814 0 -1 1077944384 13 12910 0 0 0 0 4 3 20 0 15 0 107255647 11246280704 8617 33554432000 4194304 4196468 140725500382352 139891715334944 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19982] ppid=19919 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19982/stat : 19982 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 15 0 107255647 11246280704 8617 33554432000 4194304 4196468 140725500382352 139891514008688 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19983] ppid=19919 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19983/stat : 19983 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11246280704 8617 33554432000 4194304 4196468 140725500382352 139891206608976 139892904400795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19984] ppid=19919 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19984/stat : 19984 (java) S 19919 19922 9814 0 -1 1077944384 301 12910 0 0 0 0 4 3 20 0 15 0 107255650 11246280704 8617 33554432000 4194304 4196468 140725500382352 139892396354160 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19985] ppid=19919 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19985/stat : 19985 (java) S 19919 19922 9814 0 -1 1077944384 133 12910 0 0 0 0 4 3 20 0 15 0 107255650 11246280704 8617 33554432000 4194304 4196468 140725500382352 139892395301360 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19986] ppid=19919 vsize=10982696 memory=139913558644352 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19986/stat : 19986 (java) R 19919 19922 9814 0 -1 4202560 436 12910 0 0 0 0 4 3 20 0 15 0 107255650 11246280704 8617 33554432000 4194304 4196468 140725500382352 139892394249072 139892883307898 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19987] ppid=19919 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19987/stat : 19987 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11246280704 8617 33554432000 4194304 4196468 140725500382352 139890775813088 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19988] ppid=19919 vsize=10982696 memory=139913558644352 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19988/stat : 19988 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 15 0 107255655 11246280704 8617 33554432000 4194304 4196468 140725500382352 139892393195952 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 33940 KiB

[startup+0.310529 s]*
/proc/loadavg: 1.97 2.16 1.99 3/215 19988
/proc/meminfo: memFree=25283572/32770624 swapFree=67108436/67108860
[pid=19922] ppid=19919 vsize=10983192 memory=51660 CPUtime=0.32 cores=0,2,4,6
/proc/19922/stat : 19922 (java) S 19919 19922 9814 0 -1 1077944320 9831 12910 0 0 24 1 4 3 20 0 15 0 107255635 11246788608 12915 33554432000 4194304 4196468 140725500382352 140725500364896 139892904382199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
/proc/19922/statm: 2745798 12915 3067 1 0 2708109 0
[pid=19922/tid=19975] ppid=19919 vsize=10983192 memory=6791534058613427641 CPUtime=0.24 cores=0,2,4,6
/proc/19922/task/19975/stat : 19975 (java) R 19919 19922 9814 0 -1 4202560 6391 12910 0 0 16 1 4 3 20 0 15 0 107255644 11246788608 12915 33554432000 4194304 4196468 140725500382352 139892876174032 139892888462686 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19976] ppid=19919 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19976/stat : 19976 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 15 0 107255645 11246788608 12915 33554432000 4194304 4196468 140725500382352 139892908624784 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19977] ppid=19919 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 15 0 107255645 11246788608 12915 33554432000 4194304 4196468 140725500382352 139892443765520 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19978] ppid=19919 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 15 0 107255645 11246788608 12915 33554432000 4194304 4196468 140725500382352 139892442713232 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19979] ppid=19919 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 9814 0 -1 1077944384 2 12910 0 0 0 0 4 3 20 0 15 0 107255645 11246788608 12915 33554432000 4194304 4196468 140725500382352 139892441660432 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19980] ppid=19919 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19980/stat : 19980 (java) S 19919 19922 9814 0 -1 1077944384 2 12910 0 0 0 0 4 3 20 0 15 0 107255646 11246788608 12915 33554432000 4194304 4196468 140725500382352 139892397406320 139892904393346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19981] ppid=19919 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19981/stat : 19981 (java) S 19919 19922 9814 0 -1 1077944384 13 12910 0 0 0 0 4 3 20 0 15 0 107255647 11246788608 12915 33554432000 4194304 4196468 140725500382352 139891715334944 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19982] ppid=19919 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19982/stat : 19982 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 15 0 107255647 11246788608 12915 33554432000 4194304 4196468 140725500382352 139891514008688 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19983] ppid=19919 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19983/stat : 19983 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11246788608 12915 33554432000 4194304 4196468 140725500382352 139891206608976 139892904400795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19984] ppid=19919 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19922/task/19984/stat : 19984 (java) S 19919 19922 9814 0 -1 1077944384 419 12910 0 0 1 0 4 3 20 0 15 0 107255650 11246788608 12915 33554432000 4194304 4196468 140725500382352 139892396354160 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19985] ppid=19919 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19922/task/19985/stat : 19985 (java) S 19919 19922 9814 0 -1 1077944384 190 12910 0 0 1 0 4 3 20 0 15 0 107255650 11246788608 12915 33554432000 4194304 4196468 140725500382352 139892395301360 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19986] ppid=19919 vsize=10983192 memory=139913558644352 CPUtime=0.11 cores=0,2,4,6
/proc/19922/task/19986/stat : 19986 (java) S 19919 19922 9814 0 -1 1077944384 615 12910 0 0 4 0 4 3 20 0 15 0 107255650 11246788608 12915 33554432000 4194304 4196468 140725500382352 139892394249072 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19987] ppid=19919 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19987/stat : 19987 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11246788608 12915 33554432000 4194304 4196468 140725500382352 139890775813088 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19988] ppid=19919 vsize=10983192 memory=139913558644352 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19988/stat : 19988 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 15 0 107255655 11246788608 12915 33554432000 4194304 4196468 140725500382352 139892393195952 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 51660 KiB

[startup+0.701494 s]
/proc/loadavg: 1.97 2.16 1.99 3/215 19988
/proc/meminfo: memFree=25272812/32770624 swapFree=67108436/67108860
[pid=19922] ppid=19919 vsize=10983192 memory=85776 CPUtime=0.92 cores=0,2,4,6
/proc/19922/stat : 19922 (java) S 19919 19922 9814 0 -1 1077944320 16514 12910 0 0 82 3 4 3 20 0 15 0 107255635 11246788608 21444 33554432000 4194304 4196468 140725500382352 140725500364896 139892904382199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
/proc/19922/statm: 2745798 21444 3244 1 0 2708109 0
[pid=19922/tid=19975] ppid=19919 vsize=10983192 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/19922/task/19975/stat : 19975 (java) R 19919 19922 9814 0 -1 4202560 12152 12910 0 0 52 2 4 3 20 0 15 0 107255644 11246788608 21444 33554432000 4194304 4196468 140725500382352 139892876205200 139892884657945 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19976] ppid=19919 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19976/stat : 19976 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 15 0 107255645 11246788608 21444 33554432000 4194304 4196468 140725500382352 139892908624784 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19977] ppid=19919 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 15 0 107255645 11246788608 21444 33554432000 4194304 4196468 140725500382352 139892443765520 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19978] ppid=19919 vsize=10983192 memory=139913458758448 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 15 0 107255645 11246788608 21444 33554432000 4194304 4196468 140725500382352 139892442713232 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19979] ppid=19919 vsize=10983192 memory=139917149602393 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 9814 0 -1 1077944384 2 12910 0 0 0 0 4 3 20 0 15 0 107255645 11246788608 21444 33554432000 4194304 4196468 140725500382352 139892441660432 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19980] ppid=19919 vsize=10983192 memory=1388 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19980/stat : 19980 (java) S 19919 19922 9814 0 -1 1077944384 5 12910 0 0 0 0 4 3 20 0 15 0 107255646 11246788608 21444 33554432000 4194304 4196468 140725500382352 139892397406320 139892904393346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19981] ppid=19919 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19981/stat : 19981 (java) S 19919 19922 9814 0 -1 1077944384 13 12910 0 0 0 0 4 3 20 0 15 0 107255647 11246788608 21444 33554432000 4194304 4196468 140725500382352 139891715334944 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19982] ppid=19919 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19982/stat : 19982 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 15 0 107255647 11246788608 21444 33554432000 4194304 4196468 140725500382352 139891514008688 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19983] ppid=19919 vsize=10983192 memory=17468 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19983/stat : 19983 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11246788608 21444 33554432000 4194304 4196468 140725500382352 139891206608976 139892904400795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19984] ppid=19919 vsize=10983192 memory=16148 CPUtime=0.15 cores=0,2,4,6
/proc/19922/task/19984/stat : 19984 (java) R 19919 19922 9814 0 -1 4202560 876 12910 0 0 8 0 4 3 20 0 15 0 107255650 11246788608 21444 33554432000 4194304 4196468 140725500382352 139892396335176 139892889291301 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19985] ppid=19919 vsize=10983192 memory=4004 CPUtime=0.14 cores=0,2,4,6
/proc/19922/task/19985/stat : 19985 (java) S 19919 19922 9814 0 -1 1077944384 596 12910 0 0 7 0 4 3 20 0 15 0 107255650 11246788608 21444 33554432000 4194304 4196468 140725500382352 139892395301360 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19986] ppid=19919 vsize=10983192 memory=636 CPUtime=0.2 cores=0,2,4,6
/proc/19922/task/19986/stat : 19986 (java) S 19919 19922 9814 0 -1 1077944384 668 12910 0 0 13 0 4 3 20 0 15 0 107255650 11246788608 21444 33554432000 4194304 4196468 140725500382352 139892394249072 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19987] ppid=19919 vsize=10983192 memory=1780 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19987/stat : 19987 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11246788608 21444 33554432000 4194304 4196468 140725500382352 139890775813088 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19988] ppid=19919 vsize=10983192 memory=1236 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19988/stat : 19988 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 15 0 107255655 11246788608 21444 33554432000 4194304 4196468 140725500382352 139892393195952 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 85776 KiB

[startup+1.50076 s]
/proc/loadavg: 1.97 2.16 1.99 4/215 19988
/proc/meminfo: memFree=25231008/32770624 swapFree=67108436/67108860
[pid=19922] ppid=19919 vsize=10998092 memory=178380 CPUtime=2.22 cores=0,2,4,6
/proc/19922/stat : 19922 (java) S 19919 19922 9814 0 -1 1077944320 23679 12910 0 0 206 9 4 3 20 0 15 0 107255635 11262046208 44595 33554432000 4194304 4196468 140725500382352 140725500364896 139892904382199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
/proc/19922/statm: 2749523 44595 3466 1 0 2711181 0
[pid=19922/tid=19975] ppid=19919 vsize=10998092 memory=62668 CPUtime=1.38 cores=0,2,4,6
/proc/19922/task/19975/stat : 19975 (java) R 19919 19922 9814 0 -1 4202560 17631 12910 0 0 126 5 4 3 20 0 15 0 107255644 11262046208 44595 33554432000 4194304 4196468 140725500382352 139892876206192 139892888462686 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19976] ppid=19919 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19976/stat : 19976 (java) S 19919 19922 9814 0 -1 1077944384 22 12910 0 0 0 0 4 3 20 0 15 0 107255645 11262046208 44595 33554432000 4194304 4196468 140725500382352 139892908624784 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19977] ppid=19919 vsize=10998092 memory=279826917548192 CPUtime=0.08 cores=0,2,4,6
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 9814 0 -1 1077944384 62 12910 0 0 1 0 4 3 20 0 15 0 107255645 11262046208 44595 33554432000 4194304 4196468 140725500382352 139892443765520 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19978] ppid=19919 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 9814 0 -1 1077944384 226 12910 0 0 0 0 4 3 20 0 15 0 107255645 11262046208 44595 33554432000 4194304 4196468 140725500382352 139892442713232 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19979] ppid=19919 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 9814 0 -1 1077944384 36 12910 0 0 1 0 4 3 20 0 15 0 107255645 11262046208 44595 33554432000 4194304 4196468 140725500382352 139892441660432 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19980] ppid=19919 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19922/task/19980/stat : 19980 (java) S 19919 19922 9814 0 -1 1077944384 51 12910 0 0 1 0 4 3 20 0 15 0 107255646 11262046208 44595 33554432000 4194304 4196468 140725500382352 139892397406320 139892904393346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19981] ppid=19919 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19981/stat : 19981 (java) S 19919 19922 9814 0 -1 1077944384 13 12910 0 0 0 0 4 3 20 0 15 0 107255647 11262046208 44595 33554432000 4194304 4196468 140725500382352 139891715335008 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19982] ppid=19919 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19982/stat : 19982 (java) S 19919 19922 9814 0 -1 1077944384 2 12910 0 0 0 0 4 3 20 0 15 0 107255647 11262046208 44595 33554432000 4194304 4196468 140725500382352 139891514008704 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19983] ppid=19919 vsize=10998092 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19983/stat : 19983 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11262046208 44595 33554432000 4194304 4196468 140725500382352 139891206608976 139892904400795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19984] ppid=19919 vsize=10998092 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/19922/task/19984/stat : 19984 (java) S 19919 19922 9814 0 -1 1077944384 1434 12910 0 0 24 0 4 3 20 0 15 0 107255650 11262046208 44595 33554432000 4194304 4196468 140725500382352 139892396354160 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19985] ppid=19919 vsize=10998092 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/19922/task/19985/stat : 19985 (java) R 19919 19922 9814 0 -1 4202560 800 12910 0 0 17 0 4 3 20 0 15 0 107255650 11262046208 44595 33554432000 4194304 4196468 140725500382352 139892395301360 139892885568706 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19986] ppid=19919 vsize=10998092 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/19922/task/19986/stat : 19986 (java) S 19919 19922 9814 0 -1 1077944384 1204 12910 0 0 32 1 4 3 20 0 15 0 107255650 11262046208 44595 33554432000 4194304 4196468 140725500382352 139892394249072 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19987] ppid=19919 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19987/stat : 19987 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11262046208 44595 33554432000 4194304 4196468 140725500382352 139890775813088 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19988] ppid=19919 vsize=10998092 memory=279826917792640 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19988/stat : 19988 (java) S 19919 19922 9814 0 -1 1077944384 1 12910 0 0 0 0 4 3 20 0 15 0 107255655 11262046208 44595 33554432000 4194304 4196468 140725500382352 139892393195952 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 10998092 KiB

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

[pid=19922/tid=19987] ppid=19919 vsize=11080032 memory=6504 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19987/stat : 19987 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139890775813088 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19988] ppid=19919 vsize=11080032 memory=1576 CPUtime=0.11 cores=0,2,4,6
/proc/19922/task/19988/stat : 19988 (java) S 19919 19922 9814 0 -1 1077944384 134 12910 0 0 2 2 4 3 20 0 15 0 107255655 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892393195952 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
Current children cumulated CPU time: 84.58 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1100052 KiB

[startup+76.0008 s]*
/proc/loadavg: 1.85 2.08 1.97 3/215 19989
/proc/meminfo: memFree=24405628/32770624 swapFree=67108436/67108860
[pid=19922] ppid=19919 vsize=11080032 memory=1100052 CPUtime=85.39 cores=0,2,4,6
/proc/19922/stat : 19922 (java) S 19919 19922 9814 0 -1 1077944320 113938 12910 0 0 8487 45 4 3 20 0 15 0 107255635 11345952768 275013 33554432000 4194304 4196468 140725500382352 140725500364896 139892904382199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
/proc/19922/statm: 2770008 275013 3528 1 0 2731661 0
[pid=19922/tid=19975] ppid=19919 vsize=11080032 memory=6791534058613427641 CPUtime=75.49 cores=0,2,4,6
/proc/19922/task/19975/stat : 19975 (java) R 19919 19922 9814 0 -1 4202560 56622 12910 0 0 7521 21 4 3 20 0 15 0 107255644 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892876216784 139892481912334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19976] ppid=19919 vsize=11080032 memory=4126316290023845779 CPUtime=0.24 cores=0,2,4,6
/proc/19922/task/19976/stat : 19976 (java) S 19919 19922 9814 0 -1 1077944384 1458 12910 0 0 14 3 4 3 20 0 15 0 107255645 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892908624784 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19977] ppid=19919 vsize=11080032 memory=1796 CPUtime=0.24 cores=0,2,4,6
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 9814 0 -1 1077944384 892 12910 0 0 15 2 4 3 20 0 15 0 107255645 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892443765520 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19978] ppid=19919 vsize=11080032 memory=916 CPUtime=0.25 cores=0,2,4,6
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 9814 0 -1 1077944384 2637 12910 0 0 15 3 4 3 20 0 15 0 107255645 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892442713232 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19979] ppid=19919 vsize=11080032 memory=3848 CPUtime=0.25 cores=0,2,4,6
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 9814 0 -1 1077944384 1436 12910 0 0 15 3 4 3 20 0 15 0 107255645 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892441660432 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19980] ppid=19919 vsize=11080032 memory=4108 CPUtime=0.22 cores=0,2,4,6
/proc/19922/task/19980/stat : 19980 (java) S 19919 19922 9814 0 -1 1077944384 1893 12910 0 0 15 0 4 3 20 0 15 0 107255646 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892397406320 139892904393346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19981] ppid=19919 vsize=11080032 memory=2804 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19981/stat : 19981 (java) S 19919 19922 9814 0 -1 1077944384 14 12910 0 0 0 0 4 3 20 0 15 0 107255647 11345952768 275013 33554432000 4194304 4196468 140725500382352 139891715335008 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19982] ppid=19919 vsize=11080032 memory=2592 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19982/stat : 19982 (java) S 19919 19922 9814 0 -1 1077944384 7 12910 0 0 0 0 4 3 20 0 15 0 107255647 11345952768 275013 33554432000 4194304 4196468 140725500382352 139891514008704 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19983] ppid=19919 vsize=11080032 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19983/stat : 19983 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139891206608976 139892904400795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19984] ppid=19919 vsize=11080032 memory=3140 CPUtime=3.23 cores=0,2,4,6
/proc/19922/task/19984/stat : 19984 (java) S 19919 19922 9814 0 -1 1077944384 10731 12910 0 0 314 2 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892396354160 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19985] ppid=19919 vsize=11080032 memory=2629484 CPUtime=3.87 cores=0,2,4,6
/proc/19922/task/19985/stat : 19985 (java) S 19919 19922 9814 0 -1 1077944384 21813 12910 0 0 376 4 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892395301360 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19986] ppid=19919 vsize=11080032 memory=1408 CPUtime=2.03 cores=0,2,4,6
/proc/19922/task/19986/stat : 19986 (java) S 19919 19922 9814 0 -1 1077944384 14104 12910 0 0 192 4 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892394249072 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19987] ppid=19919 vsize=11080032 memory=2844 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19987/stat : 19987 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139890775813088 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19988] ppid=19919 vsize=11080032 memory=1100052 CPUtime=0.11 cores=0,2,4,6
/proc/19922/task/19988/stat : 19988 (java) S 19919 19922 9814 0 -1 1077944384 134 12910 0 0 2 2 4 3 20 0 15 0 107255655 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892393195952 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
Current children cumulated CPU time: 85.39 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1100052 KiB

[startup+76.8007 s]
/proc/loadavg: 1.85 2.08 1.97 3/215 19989
/proc/meminfo: memFree=24405628/32770624 swapFree=67108436/67108860
[pid=19922] ppid=19919 vsize=11080032 memory=1100052 CPUtime=86.2 cores=0,2,4,6
/proc/19922/stat : 19922 (java) S 19919 19922 9814 0 -1 1077944320 114096 12910 0 0 8568 45 4 3 20 0 15 0 107255635 11345952768 275013 33554432000 4194304 4196468 140725500382352 140725500364896 139892904382199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
/proc/19922/statm: 2770008 275013 3528 1 0 2731661 0
[pid=19922/tid=19975] ppid=19919 vsize=11080032 memory=1100052 CPUtime=76.28 cores=0,2,4,6
/proc/19922/task/19975/stat : 19975 (java) R 19919 19922 9814 0 -1 4202560 56625 12910 0 0 7600 21 4 3 20 0 15 0 107255644 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892876216944 139892484845863 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19976] ppid=19919 vsize=11080032 memory=4140 CPUtime=0.24 cores=0,2,4,6
/proc/19922/task/19976/stat : 19976 (java) S 19919 19922 9814 0 -1 1077944384 1458 12910 0 0 14 3 4 3 20 0 15 0 107255645 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892908624784 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19977] ppid=19919 vsize=11080032 memory=1100052 CPUtime=0.24 cores=0,2,4,6
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 9814 0 -1 1077944384 892 12910 0 0 15 2 4 3 20 0 15 0 107255645 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892443765520 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19978] ppid=19919 vsize=11080032 memory=1100052 CPUtime=0.25 cores=0,2,4,6
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 9814 0 -1 1077944384 2637 12910 0 0 15 3 4 3 20 0 15 0 107255645 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892442713232 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19979] ppid=19919 vsize=11080032 memory=1796 CPUtime=0.25 cores=0,2,4,6
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 9814 0 -1 1077944384 1436 12910 0 0 15 3 4 3 20 0 15 0 107255645 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892441660432 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19980] ppid=19919 vsize=11080032 memory=916 CPUtime=0.22 cores=0,2,4,6
/proc/19922/task/19980/stat : 19980 (java) S 19919 19922 9814 0 -1 1077944384 1893 12910 0 0 15 0 4 3 20 0 15 0 107255646 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892397406320 139892904393346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19981] ppid=19919 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19981/stat : 19981 (java) S 19919 19922 9814 0 -1 1077944384 14 12910 0 0 0 0 4 3 20 0 15 0 107255647 11345952768 275013 33554432000 4194304 4196468 140725500382352 139891715335008 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19982] ppid=19919 vsize=11080032 memory=30584 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19982/stat : 19982 (java) S 19919 19922 9814 0 -1 1077944384 7 12910 0 0 0 0 4 3 20 0 15 0 107255647 11345952768 275013 33554432000 4194304 4196468 140725500382352 139891514008704 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19983] ppid=19919 vsize=11080032 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19983/stat : 19983 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139891206608976 139892904400795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19984] ppid=19919 vsize=11080032 memory=2412 CPUtime=3.23 cores=0,2,4,6
/proc/19922/task/19984/stat : 19984 (java) S 19919 19922 9814 0 -1 1077944384 10731 12910 0 0 314 2 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892396354160 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19985] ppid=19919 vsize=11080032 memory=279826917744272 CPUtime=3.88 cores=0,2,4,6
/proc/19922/task/19985/stat : 19985 (java) S 19919 19922 9814 0 -1 1077944384 21931 12910 0 0 377 4 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892395301360 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19986] ppid=19919 vsize=11080032 memory=87738195905002 CPUtime=2.03 cores=0,2,4,6
/proc/19922/task/19986/stat : 19986 (java) S 19919 19922 9814 0 -1 1077944384 14141 12910 0 0 192 4 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892394249072 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19987] ppid=19919 vsize=11080032 memory=87738195905002 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19987/stat : 19987 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139890775813088 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19988] ppid=19919 vsize=11080032 memory=87738195904746 CPUtime=0.11 cores=0,2,4,6
/proc/19922/task/19988/stat : 19988 (java) S 19919 19922 9814 0 -1 1077944384 134 12910 0 0 2 2 4 3 20 0 15 0 107255655 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892393195952 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
Current children cumulated CPU time: 86.2 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1100052 KiB

[startup+77.2008 s]
/proc/loadavg: 1.85 2.08 1.97 3/215 19989
/proc/meminfo: memFree=24408456/32770624 swapFree=67108436/67108860
[pid=19922] ppid=19919 vsize=11080032 memory=1100052 CPUtime=86.6 cores=0,2,4,6
/proc/19922/stat : 19922 (java) S 19919 19922 9814 0 -1 1077944320 114098 12910 0 0 8608 45 4 3 20 0 15 0 107255635 11345952768 275013 33554432000 4194304 4196468 140725500382352 140725500364896 139892904382199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
/proc/19922/statm: 2770008 275013 3528 1 0 2731661 0
[pid=19922/tid=19975] ppid=19919 vsize=11080032 memory=5752 CPUtime=76.68 cores=0,2,4,6
/proc/19922/task/19975/stat : 19975 (java) R 19919 19922 9814 0 -1 4202560 56627 12910 0 0 7640 21 4 3 20 0 15 0 107255644 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892876216896 139892484529340 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19976] ppid=19919 vsize=11080032 memory=4588 CPUtime=0.24 cores=0,2,4,6
/proc/19922/task/19976/stat : 19976 (java) S 19919 19922 9814 0 -1 1077944384 1458 12910 0 0 14 3 4 3 20 0 15 0 107255645 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892908624784 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19977] ppid=19919 vsize=11080032 memory=1612 CPUtime=0.24 cores=0,2,4,6
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 9814 0 -1 1077944384 892 12910 0 0 15 2 4 3 20 0 15 0 107255645 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892443765520 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19978] ppid=19919 vsize=11080032 memory=1228 CPUtime=0.25 cores=0,2,4,6
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 9814 0 -1 1077944384 2637 12910 0 0 15 3 4 3 20 0 15 0 107255645 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892442713232 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19979] ppid=19919 vsize=11080032 memory=1100052 CPUtime=0.25 cores=0,2,4,6
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 9814 0 -1 1077944384 1436 12910 0 0 15 3 4 3 20 0 15 0 107255645 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892441660432 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19980] ppid=19919 vsize=11080032 memory=1100052 CPUtime=0.22 cores=0,2,4,6
/proc/19922/task/19980/stat : 19980 (java) S 19919 19922 9814 0 -1 1077944384 1893 12910 0 0 15 0 4 3 20 0 15 0 107255646 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892397406320 139892904393346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19981] ppid=19919 vsize=11080032 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19981/stat : 19981 (java) S 19919 19922 9814 0 -1 1077944384 14 12910 0 0 0 0 4 3 20 0 15 0 107255647 11345952768 275013 33554432000 4194304 4196468 140725500382352 139891715335008 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19982] ppid=19919 vsize=11080032 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19982/stat : 19982 (java) S 19919 19922 9814 0 -1 1077944384 7 12910 0 0 0 0 4 3 20 0 15 0 107255647 11345952768 275013 33554432000 4194304 4196468 140725500382352 139891514008704 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19983] ppid=19919 vsize=11080032 memory=2200 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19983/stat : 19983 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139891206608976 139892904400795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19984] ppid=19919 vsize=11080032 memory=7532 CPUtime=3.23 cores=0,2,4,6
/proc/19922/task/19984/stat : 19984 (java) S 19919 19922 9814 0 -1 1077944384 10731 12910 0 0 314 2 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892396354160 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19985] ppid=19919 vsize=11080032 memory=840 CPUtime=3.88 cores=0,2,4,6
/proc/19922/task/19985/stat : 19985 (java) S 19919 19922 9814 0 -1 1077944384 21931 12910 0 0 377 4 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892395301360 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19986] ppid=19919 vsize=11080032 memory=1796 CPUtime=2.03 cores=0,2,4,6
/proc/19922/task/19986/stat : 19986 (java) S 19919 19922 9814 0 -1 1077944384 14141 12910 0 0 192 4 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892394249072 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19987] ppid=19919 vsize=11080032 memory=916 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19987/stat : 19987 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139890775813088 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19988] ppid=19919 vsize=11080032 memory=3848 CPUtime=0.11 cores=0,2,4,6
/proc/19922/task/19988/stat : 19988 (java) S 19919 19922 9814 0 -1 1077944384 134 12910 0 0 2 2 4 3 20 0 15 0 107255655 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892393195952 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
Current children cumulated CPU time: 86.6 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1100052 KiB

[startup+77.3008 s]
/proc/loadavg: 1.85 2.08 1.97 3/215 19989
/proc/meminfo: memFree=24408456/32770624 swapFree=67108436/67108860
[pid=19922] ppid=19919 vsize=11080032 memory=1100052 CPUtime=86.7 cores=0,2,4,6
/proc/19922/stat : 19922 (java) S 19919 19922 9814 0 -1 1077944320 114099 12910 0 0 8618 45 4 3 20 0 15 0 107255635 11345952768 275013 33554432000 4194304 4196468 140725500382352 140725500364896 139892904382199 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
/proc/19922/statm: 2770008 275013 3528 1 0 2731661 0
[pid=19922/tid=19975] ppid=19919 vsize=11080032 memory=1100052 CPUtime=76.78 cores=0,2,4,6
/proc/19922/task/19975/stat : 19975 (java) R 19919 19922 9814 0 -1 4202560 56628 12910 0 0 7650 21 4 3 20 0 15 0 107255644 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892876216720 139892485305794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19976] ppid=19919 vsize=11080032 memory=6791534058613427641 CPUtime=0.24 cores=0,2,4,6
/proc/19922/task/19976/stat : 19976 (java) S 19919 19922 9814 0 -1 1077944384 1458 12910 0 0 14 3 4 3 20 0 15 0 107255645 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892908624784 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19977] ppid=19919 vsize=11080032 memory=4140 CPUtime=0.24 cores=0,2,4,6
/proc/19922/task/19977/stat : 19977 (java) S 19919 19922 9814 0 -1 1077944384 892 12910 0 0 15 2 4 3 20 0 15 0 107255645 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892443765520 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19978] ppid=19919 vsize=11080032 memory=1100052 CPUtime=0.25 cores=0,2,4,6
/proc/19922/task/19978/stat : 19978 (java) S 19919 19922 9814 0 -1 1077944384 2637 12910 0 0 15 3 4 3 20 0 15 0 107255645 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892442713232 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19979] ppid=19919 vsize=11080032 memory=1100052 CPUtime=0.25 cores=0,2,4,6
/proc/19922/task/19979/stat : 19979 (java) S 19919 19922 9814 0 -1 1077944384 1436 12910 0 0 15 3 4 3 20 0 15 0 107255645 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892441660432 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19980] ppid=19919 vsize=11080032 memory=1107228 CPUtime=0.22 cores=0,2,4,6
/proc/19922/task/19980/stat : 19980 (java) S 19919 19922 9814 0 -1 1077944384 1893 12910 0 0 15 0 4 3 20 0 15 0 107255646 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892397406320 139892904393346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19981] ppid=19919 vsize=11080032 memory=1100052 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19981/stat : 19981 (java) S 19919 19922 9814 0 -1 1077944384 14 12910 0 0 0 0 4 3 20 0 15 0 107255647 11345952768 275013 33554432000 4194304 4196468 140725500382352 139891715335008 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19982] ppid=19919 vsize=11080032 memory=279826917367136 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19982/stat : 19982 (java) S 19919 19922 9814 0 -1 1077944384 7 12910 0 0 0 0 4 3 20 0 15 0 107255647 11345952768 275013 33554432000 4194304 4196468 140725500382352 139891514008704 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19983] ppid=19919 vsize=11080032 memory=1100052 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19983/stat : 19983 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139891206608976 139892904400795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19984] ppid=19919 vsize=11080032 memory=2244 CPUtime=3.23 cores=0,2,4,6
/proc/19922/task/19984/stat : 19984 (java) S 19919 19922 9814 0 -1 1077944384 10731 12910 0 0 314 2 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892396354160 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19985] ppid=19919 vsize=11080032 memory=1100052 CPUtime=3.88 cores=0,2,4,6
/proc/19922/task/19985/stat : 19985 (java) S 19919 19922 9814 0 -1 1077944384 21931 12910 0 0 377 4 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892395301360 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19986] ppid=19919 vsize=11080032 memory=1100052 CPUtime=2.03 cores=0,2,4,6
/proc/19922/task/19986/stat : 19986 (java) S 19919 19922 9814 0 -1 1077944384 14141 12910 0 0 192 4 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892394249072 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19987] ppid=19919 vsize=11080032 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/19922/task/19987/stat : 19987 (java) S 19919 19922 9814 0 -1 1077944384 3 12910 0 0 0 0 4 3 20 0 15 0 107255650 11345952768 275013 33554432000 4194304 4196468 140725500382352 139890775813088 139892904392405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
[pid=19922/tid=19988] ppid=19919 vsize=11080032 memory=7 CPUtime=0.11 cores=0,2,4,6
/proc/19922/task/19988/stat : 19988 (java) S 19919 19922 9814 0 -1 1077944384 134 12910 0 0 2 2 4 3 20 0 15 0 107255655 11345952768 275013 33554432000 4194304 4196468 140725500382352 139892393195952 139892904393346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7987200 140725500390002 140725500392801 140725500392801 140725500395471 0
Current children cumulated CPU time: 86.7 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1100052 KiB

Child status: 0
Real time (s): 77.3661
CPU time (s): 86.7938
CPU user time (s): 86.2835
CPU system time (s): 0.510239
CPU usage (%): 112.186
Max. virtual memory (cumulated for all children) (KiB): 11082888
Max. memory (cumulated for all children) (KiB): 1108772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.2835
system time used= 0.510239
maximum resident set size= 1110820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128172
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= 12871
involuntary context switches= 264


# summary of solver processes directly reported to runsolver:
#   pid: 19922
#   total CPU time (s): 86.7938
#   total CPU user time (s): 86.2835
#   total CPU system time (s): 0.510239

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.428989 second user time and 0.82939 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:42:05
IDJOB=4302380
IDBENCH=141322
IDSOLVER=2776
FILE ID=node137/4302380-1532896925
RUNJOBID= node137-1532893235-14549
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12b_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302380-1532896925/watcher-4302380-1532896925 -o /tmp/evaluation-result-4302380-1532896925/solver-4302380-1532896925 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14549 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=196244976 HOME/instance-4302380-1532896925.xml

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

MD5SUM BENCH= 8890b3c4968b86b21e69352acb96ed82
RANDOM SEED=196244976

node137.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25323536 kB
MemAvailable:   29138128 kB
Buffers:          219820 kB
Cached:          3831092 kB
SwapCached:           32 kB
Active:          4594824 kB
Inactive:        2302180 kB
Active(anon):    2794408 kB
Inactive(anon):    79972 kB
Active(file):    1800416 kB
Inactive(file):  2222208 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26336 kB
Writeback:             0 kB
AnonPages:       3001052 kB
Mapped:            55820 kB
Shmem:             25052 kB
Slab:             243660 kB
SReclaimable:     215604 kB
SUnreclaim:        28056 kB
KernelStack:        3792 kB
PageTables:        10848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3742904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2764800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48480 MiB
End job on node137 at 2018-07-29 22:43:22