Trace number 4395865

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2SAT 12.4023 5.54947

General information on the benchmark

NamePrimes/
Primes-m1-p10/Primes-10-40-2-7.xml
MD5SUMc03c7f5b7c3afa870e2bbdca7571e3a2
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.264843
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":88}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":12},{"degree":1,"count":20},{"degree":2,"count":25},{"degree":3,"count":20},{"degree":4,"count":12},{"degree":5,"count":5},{"degree":6,"count":3},{"degree":7,"count":3}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":2},{"arity":6,"count":7},{"arity":7,"count":4},{"arity":8,"count":9},{"arity":9,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":40}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.54	c Concrete v3.12.2.1568380929293 running
12.27/5.52	v <instantiation
12.27/5.52	v         >
12.27/5.52	v       <list>
12.27/5.52	v         x[0] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[17] x[18] x[19] x[20] x[21] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[53] x[54] x[55] x[56] x[57] x[59] x[60] x[61] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[71] x[72] x[73] x[74] x[75] x[79] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[97] x[98] x[99]
12.27/5.52	v       </list>
12.27/5.52	v       <values>
12.27/5.52	v         12 17 10 9 13 3 19 25 2 19 29 10 16 12 19 13 4 29 16 23 24 22 7 4 21 20 11 11 9 9 28 29 2 9 16 15 12 23 14 2 7 10 20 21 12 9 16 4 16 4 12 9 19 15 3 2 2 19 23 21 9 2 14 26 13 28 13 11 21 26 24 11 24 5 27 12 3 2 28 7 2 17 28 29 16 13 11 26
12.27/5.52	v       </values>
12.27/5.52	v     </instantiation>
12.27/5.52	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13237 MiB free)
  memory of node 1: 16384 MiB (15570 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395865-1568404340/watcher-4395865-1568404340 -o /tmp/evaluation-result-4395865-1568404340/solver-4395865-1568404340 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2679 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1751366639 HOME/instance-4395865-1568404340.xml 

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

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

solver pid=5911, runsolver pid=5908

[startup+0.10013 s]*
/proc/loadavg: 1.30 1.38 1.39 3/219 5968
/proc/meminfo: memFree=29491356/32770624 swapFree=66981768/67108860
[pid=5911] ppid=5908 vsize=9972712 memory=18856 CPUtime=0.09 cores=1,3,5,7
/proc/5911/stat : 5911 (java) S 5908 5911 1949 0 -1 1077944320 4445 13061 0 0 1 1 5 2 20 0 6 0 416696708 10212057088 4714 33554432000 4194304 4196468 140724966825696 140724966808240 139996525936375 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
/proc/5911/statm: 2493178 4714 1935 1 0 2481616 0
[pid=5911/tid=5964] ppid=5908 vsize=9972712 memory=7892391828772250251 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5964/stat : 5964 (java) R 5908 5911 1949 0 -1 4202560 2263 13061 0 0 0 0 5 2 20 0 6 0 416696717 10212057088 4714 33554432000 4194304 4196468 140724966825696 139996497773136 139996505657021 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5965] ppid=5908 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5965/stat : 5965 (java) S 5908 5911 1949 0 -1 1077944384 1 13061 0 0 0 0 5 2 20 0 6 0 416696718 10212057088 4714 33554432000 4194304 4196468 140724966825696 139996530178320 139996525946581 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5966] ppid=5908 vsize=9972712 memory=140639713265280 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5966/stat : 5966 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 6 0 416696718 10212057088 4714 33554432000 4194304 4196468 140724966825696 139996418451856 139996525946581 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5967] ppid=5908 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5967/stat : 5967 (java) S 5908 5911 1949 0 -1 1077944384 1 13061 0 0 0 0 5 2 20 0 6 0 416696718 10212057088 4714 33554432000 4194304 4196468 140724966825696 139996417399312 139996525946581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5968] ppid=5908 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5968/stat : 5968 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 6 0 416696718 10212057088 4714 33554432000 4194304 4196468 140724966825696 139996416346768 139996525946581 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18856 KiB

[startup+0.210051 s]*
/proc/loadavg: 1.30 1.38 1.39 3/228 5977
/proc/meminfo: memFree=29470928/32770624 swapFree=66981768/67108860
[pid=5911] ppid=5908 vsize=10819664 memory=42880 CPUtime=0.26 cores=1,3,5,7
/proc/5911/stat : 5911 (java) S 5908 5911 1949 0 -1 1077944320 7075 13061 0 0 17 2 5 2 20 0 15 0 416696708 11079335936 10720 33554432000 4194304 4196468 140724966825696 140724966808240 139996525936375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
/proc/5911/statm: 2704916 10720 3165 1 0 2667149 0
[pid=5911/tid=5964] ppid=5908 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/5911/task/5964/stat : 5964 (java) R 5908 5911 1949 0 -1 4202560 3548 13061 0 0 11 1 5 2 20 0 15 0 416696717 11079335936 10784 33554432000 4194304 4196468 140724966825696 139996497760744 139996525958301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5965] ppid=5908 vsize=10819664 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5965/stat : 5965 (java) S 5908 5911 1949 0 -1 1077944384 1 13061 0 0 0 0 5 2 20 0 15 0 416696718 11079335936 10784 33554432000 4194304 4196468 140724966825696 139996530178320 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5966] ppid=5908 vsize=10819664 memory=140639713271448 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5966/stat : 5966 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696718 11079335936 10784 33554432000 4194304 4196468 140724966825696 139996418451856 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5967] ppid=5908 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5967/stat : 5967 (java) S 5908 5911 1949 0 -1 1077944384 1 13061 0 0 0 0 5 2 20 0 15 0 416696718 11079335936 10784 33554432000 4194304 4196468 140724966825696 139996417399312 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5968] ppid=5908 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5968/stat : 5968 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696718 11079335936 10784 33554432000 4194304 4196468 140724966825696 139996416346768 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5969] ppid=5908 vsize=10819664 memory=140639713265280 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5969/stat : 5969 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696719 11079335936 10784 33554432000 4194304 4196468 140724966825696 139995984783856 139996525947522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5970] ppid=5908 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5970/stat : 5970 (java) S 5908 5911 1949 0 -1 1077944384 33 13061 0 0 0 0 5 2 20 0 15 0 416696719 11079335936 10784 33554432000 4194304 4196468 140724966825696 139995983730080 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5971] ppid=5908 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5971/stat : 5971 (java) S 5908 5911 1949 0 -1 1077944384 1 13061 0 0 0 0 5 2 20 0 15 0 416696720 11079335936 10784 33554432000 4194304 4196468 140724966825696 139995868292592 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5972] ppid=5908 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5972/stat : 5972 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696722 11079335936 10784 33554432000 4194304 4196468 140724966825696 139995264314064 139996525954971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5973] ppid=5908 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5911/task/5973/stat : 5973 (java) S 5908 5911 1949 0 -1 1077944384 600 13061 0 0 1 0 5 2 20 0 15 0 416696722 11079335936 10784 33554432000 4194304 4196468 140724966825696 139995950172144 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5974] ppid=5908 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5974/stat : 5974 (java) S 5908 5911 1949 0 -1 1077944384 63 13061 0 0 0 0 5 2 20 0 15 0 416696722 11079335936 10784 33554432000 4194304 4196468 140724966825696 139995949119600 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5975] ppid=5908 vsize=10819664 memory=140639713265280 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5975/stat : 5975 (java) R 5908 5911 1949 0 -1 4202560 630 13061 0 0 3 0 5 2 20 0 15 0 416696722 11079335936 10784 33554432000 4194304 4196468 140724966825696 139995948067056 139996518173502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5976] ppid=5908 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5976/stat : 5976 (java) S 5908 5911 1949 0 -1 1077944384 3 13061 0 0 0 0 5 2 20 0 15 0 416696722 11079335936 10784 33554432000 4194304 4196468 140724966825696 139994794551904 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5977] ppid=5908 vsize=10819664 memory=140639713265280 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5977/stat : 5977 (java) S 5908 5911 1949 0 -1 1077944384 1 13061 0 0 0 0 5 2 20 0 15 0 416696723 11079335936 10784 33554432000 4194304 4196468 140724966825696 139995947014960 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42880 KiB

[startup+0.310266 s]*
/proc/loadavg: 1.30 1.38 1.39 5/228 5977
/proc/meminfo: memFree=29458268/32770624 swapFree=66981768/67108860
[pid=5911] ppid=5908 vsize=10820148 memory=52204 CPUtime=0.39 cores=1,3,5,7
/proc/5911/stat : 5911 (java) S 5908 5911 1949 0 -1 1077944320 10795 13061 0 0 29 3 5 2 20 0 15 0 416696708 11079831552 13051 33554432000 4194304 4196468 140724966825696 140724966808240 139996525936375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
/proc/5911/statm: 2705037 13051 3299 1 0 2667149 0
[pid=5911/tid=5964] ppid=5908 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/5911/task/5964/stat : 5964 (java) R 5908 5911 1949 0 -1 4202560 7216 13061 0 0 19 2 5 2 20 0 15 0 416696717 11079831552 13051 33554432000 4194304 4196468 140724966825696 139996497757776 139996525948310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5965] ppid=5908 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5965/stat : 5965 (java) S 5908 5911 1949 0 -1 1077944384 1 13061 0 0 0 0 5 2 20 0 15 0 416696718 11079831552 13051 33554432000 4194304 4196468 140724966825696 139996530178320 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5966] ppid=5908 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5966/stat : 5966 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696718 11079831552 13051 33554432000 4194304 4196468 140724966825696 139996418451856 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5967] ppid=5908 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5967/stat : 5967 (java) S 5908 5911 1949 0 -1 1077944384 1 13061 0 0 0 0 5 2 20 0 15 0 416696718 11079831552 13051 33554432000 4194304 4196468 140724966825696 139996417399312 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5968] ppid=5908 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5968/stat : 5968 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696718 11079831552 13051 33554432000 4194304 4196468 140724966825696 139996416346768 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5969] ppid=5908 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5969/stat : 5969 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696719 11079831552 13051 33554432000 4194304 4196468 140724966825696 139995984783856 139996525947522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5970] ppid=5908 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5970/stat : 5970 (java) S 5908 5911 1949 0 -1 1077944384 33 13061 0 0 0 0 5 2 20 0 15 0 416696719 11079831552 13051 33554432000 4194304 4196468 140724966825696 139995983730080 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5971] ppid=5908 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5971/stat : 5971 (java) S 5908 5911 1949 0 -1 1077944384 1 13061 0 0 0 0 5 2 20 0 15 0 416696720 11079831552 13051 33554432000 4194304 4196468 140724966825696 139995868292592 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5972] ppid=5908 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5972/stat : 5972 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696722 11079831552 13051 33554432000 4194304 4196468 140724966825696 139995264314064 139996525954971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5973] ppid=5908 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5911/task/5973/stat : 5973 (java) S 5908 5911 1949 0 -1 1077944384 609 13061 0 0 2 0 5 2 20 0 15 0 416696722 11079831552 13051 33554432000 4194304 4196468 140724966825696 139995950172144 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5974] ppid=5908 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5911/task/5974/stat : 5974 (java) S 5908 5911 1949 0 -1 1077944384 64 13061 0 0 1 0 5 2 20 0 15 0 416696722 11079831552 13051 33554432000 4194304 4196468 140724966825696 139995949119600 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5975] ppid=5908 vsize=10820148 memory=140639713265280 CPUtime=0.12 cores=1,3,5,7
/proc/5911/task/5975/stat : 5975 (java) R 5908 5911 1949 0 -1 4202560 650 13061 0 0 5 0 5 2 20 0 15 0 416696722 11079831552 13051 33554432000 4194304 4196468 140724966825696 139995948067056 139996525948310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5976] ppid=5908 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5976/stat : 5976 (java) S 5908 5911 1949 0 -1 1077944384 3 13061 0 0 0 0 5 2 20 0 15 0 416696722 11079831552 13051 33554432000 4194304 4196468 140724966825696 139994794551904 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5977] ppid=5908 vsize=10820148 memory=140639713265280 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5977/stat : 5977 (java) S 5908 5911 1949 0 -1 1077944384 1 13061 0 0 0 0 5 2 20 0 15 0 416696723 11079831552 13051 33554432000 4194304 4196468 140724966825696 139995947014960 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 52204 KiB

[startup+0.700703 s]
/proc/loadavg: 1.30 1.38 1.39 3/228 5977
/proc/meminfo: memFree=29442976/32770624 swapFree=66981768/67108860
[pid=5911] ppid=5908 vsize=10824360 memory=86120 CPUtime=1.16 cores=1,3,5,7
/proc/5911/stat : 5911 (java) S 5908 5911 1949 0 -1 1077944320 15223 13061 0 0 104 5 5 2 20 0 15 0 416696708 11084144640 21530 33554432000 4194304 4196468 140724966825696 140724966808240 139996525936375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
/proc/5911/statm: 2706346 21530 3513 1 0 2668429 0
[pid=5911/tid=5964] ppid=5908 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/5911/task/5964/stat : 5964 (java) R 5908 5911 1949 0 -1 4202560 10499 13061 0 0 56 3 5 2 20 0 15 0 416696717 11084144640 21530 33554432000 4194304 4196468 140724966825696 139996497754304 139996518653479 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5965] ppid=5908 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5965/stat : 5965 (java) S 5908 5911 1949 0 -1 1077944384 1 13061 0 0 0 0 5 2 20 0 15 0 416696718 11084144640 21530 33554432000 4194304 4196468 140724966825696 139996530178320 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5966] ppid=5908 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5966/stat : 5966 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696718 11084144640 21530 33554432000 4194304 4196468 140724966825696 139996418451856 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5967] ppid=5908 vsize=10825384 memory=281279153620960 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5967/stat : 5967 (java) S 5908 5911 1949 0 -1 1077944384 1 13061 0 0 0 0 5 2 20 0 15 0 416696718 11085193216 21530 33554432000 4194304 4196468 140724966825696 139996417399312 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5968] ppid=5908 vsize=10825384 memory=140639576666032 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5968/stat : 5968 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696718 11085193216 21530 33554432000 4194304 4196468 140724966825696 139996416346768 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5969] ppid=5908 vsize=10825384 memory=140642999075403 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5969/stat : 5969 (java) S 5908 5911 1949 0 -1 1077944384 5 13061 0 0 0 0 5 2 20 0 15 0 416696719 11085193216 21530 33554432000 4194304 4196468 140724966825696 139995984783856 139996525947522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5970] ppid=5908 vsize=10824360 memory=1548 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5970/stat : 5970 (java) S 5908 5911 1949 0 -1 1077944384 33 13061 0 0 0 0 5 2 20 0 15 0 416696719 11084144640 21530 33554432000 4194304 4196468 140724966825696 139995983730080 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5971] ppid=5908 vsize=10824360 memory=7523919935556904256 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5971/stat : 5971 (java) S 5908 5911 1949 0 -1 1077944384 1 13061 0 0 0 0 5 2 20 0 15 0 416696720 11084144640 21530 33554432000 4194304 4196468 140724966825696 139995868292592 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5972] ppid=5908 vsize=10824360 memory=7739276948477865319 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5972/stat : 5972 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696722 11084144640 21530 33554432000 4194304 4196468 140724966825696 139995264314064 139996525954971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5973] ppid=5908 vsize=10825384 memory=5788908277929698645 CPUtime=0.2 cores=1,3,5,7
/proc/5911/task/5973/stat : 5973 (java) S 5908 5911 1949 0 -1 1077944384 1008 13061 0 0 13 0 5 2 20 0 15 0 416696722 11085193216 21530 33554432000 4194304 4196468 140724966825696 139995950172144 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5974] ppid=5908 vsize=10825384 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/5911/task/5974/stat : 5974 (java) R 5908 5911 1949 0 -1 4202560 621 13061 0 0 16 0 5 2 20 0 15 0 416696722 11085193216 21530 33554432000 4194304 4196468 140724966825696 139995949119600 139996506574354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5975] ppid=5908 vsize=10825384 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/5911/task/5975/stat : 5975 (java) S 5908 5911 1949 0 -1 1077944384 866 13061 0 0 17 0 5 2 20 0 15 0 416696722 11085193216 21530 33554432000 4194304 4196468 140724966825696 139995948067056 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5976] ppid=5908 vsize=10824360 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5976/stat : 5976 (java) S 5908 5911 1949 0 -1 1077944384 3 13061 0 0 0 0 5 2 20 0 15 0 416696722 11084144640 21530 33554432000 4194304 4196468 140724966825696 139994794551904 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5977] ppid=5908 vsize=10824360 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5977/stat : 5977 (java) S 5908 5911 1949 0 -1 1077944384 1 13061 0 0 0 0 5 2 20 0 15 0 416696723 11084144640 21530 33554432000 4194304 4196468 140724966825696 139995947014960 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 86120 KiB

[startup+1.50112 s]
/proc/loadavg: 1.30 1.38 1.39 3/228 5977
/proc/meminfo: memFree=29398540/32770624 swapFree=66981768/67108860
[pid=5911] ppid=5908 vsize=10834676 memory=173740 CPUtime=2.49 cores=1,3,5,7
/proc/5911/stat : 5911 (java) S 5908 5911 1949 0 -1 1077944320 24567 13061 0 0 232 10 5 2 20 0 15 0 416696708 11094708224 43435 33554432000 4194304 4196468 140724966825696 140724966808240 139996525936375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
/proc/5911/statm: 2708669 43435 3575 1 0 2670733 0
[pid=5911/tid=5964] ppid=5908 vsize=10834676 memory=2996107 CPUtime=1.43 cores=1,3,5,7
/proc/5911/task/5964/stat : 5964 (java) R 5908 5911 1949 0 -1 4202560 15446 13061 0 0 131 5 5 2 20 0 15 0 416696717 11094708224 43435 33554432000 4194304 4196468 140724966825696 139996497730896 139996510016862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5965] ppid=5908 vsize=10834676 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5965/stat : 5965 (java) S 5908 5911 1949 0 -1 1077944384 385 13061 0 0 0 0 5 2 20 0 15 0 416696718 11094708224 43435 33554432000 4194304 4196468 140724966825696 139996530178320 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5966] ppid=5908 vsize=10834676 memory=1964276 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5966/stat : 5966 (java) S 5908 5911 1949 0 -1 1077944384 112 13061 0 0 0 0 5 2 20 0 15 0 416696718 11094708224 43435 33554432000 4194304 4196468 140724966825696 139996418451856 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5967] ppid=5908 vsize=10834676 memory=1412 CPUtime=0.08 cores=1,3,5,7
/proc/5911/task/5967/stat : 5967 (java) S 5908 5911 1949 0 -1 1077944384 27 13061 0 0 1 0 5 2 20 0 15 0 416696718 11094708224 43435 33554432000 4194304 4196468 140724966825696 139996417399312 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5968] ppid=5908 vsize=10834676 memory=86120 CPUtime=0.08 cores=1,3,5,7
/proc/5911/task/5968/stat : 5968 (java) S 5908 5911 1949 0 -1 1077944384 56 13061 0 0 1 0 5 2 20 0 15 0 416696718 11094708224 43435 33554432000 4194304 4196468 140724966825696 139996416346768 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5969] ppid=5908 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5911/task/5969/stat : 5969 (java) S 5908 5911 1949 0 -1 1077944384 2198 13061 0 0 1 0 5 2 20 0 15 0 416696719 11094708224 43435 33554432000 4194304 4196468 140724966825696 139995984783856 139996525947522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5970] ppid=5908 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5970/stat : 5970 (java) S 5908 5911 1949 0 -1 1077944384 35 13061 0 0 0 0 5 2 20 0 15 0 416696719 11094708224 43435 33554432000 4194304 4196468 140724966825696 139995983730144 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5971] ppid=5908 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5971/stat : 5971 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696720 11094708224 43435 33554432000 4194304 4196468 140724966825696 139995868292608 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5972] ppid=5908 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5972/stat : 5972 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696722 11094708224 43435 33554432000 4194304 4196468 140724966825696 139995264314064 139996525954971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5973] ppid=5908 vsize=10834676 memory=-3535470213243961690 CPUtime=0.33 cores=1,3,5,7
/proc/5911/task/5973/stat : 5973 (java) S 5908 5911 1949 0 -1 1077944384 1353 13061 0 0 26 0 5 2 20 0 15 0 416696722 11094708224 43435 33554432000 4194304 4196468 140724966825696 139995950172144 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5974] ppid=5908 vsize=10834676 memory=-7880843606118635149 CPUtime=0.32 cores=1,3,5,7
/proc/5911/task/5974/stat : 5974 (java) S 5908 5911 1949 0 -1 1077944384 802 13061 0 0 25 0 5 2 20 0 15 0 416696722 11094708224 43435 33554432000 4194304 4196468 140724966825696 139995949119600 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5975] ppid=5908 vsize=10834676 memory=-7241597079701628969 CPUtime=0.49 cores=1,3,5,7
/proc/5911/task/5975/stat : 5975 (java) S 5908 5911 1949 0 -1 1077944384 1934 13061 0 0 42 0 5 2 20 0 15 0 416696722 11094708224 43435 33554432000 4194304 4196468 140724966825696 139995948067056 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5976] ppid=5908 vsize=10834676 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5976/stat : 5976 (java) S 5908 5911 1949 0 -1 1077944384 3 13061 0 0 0 0 5 2 20 0 15 0 416696722 11094708224 43435 33554432000 4194304 4196468 140724966825696 139994794551904 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5977] ppid=5908 vsize=10834676 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5977/stat : 5977 (java) S 5908 5911 1949 0 -1 1077944384 3 13061 0 0 0 0 5 2 20 0 15 0 416696723 11094708224 43435 33554432000 4194304 4196468 140724966825696 139995947014960 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834676 KiB

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

[pid=5911/tid=5976] ppid=5908 vsize=10847556 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5976/stat : 5976 (java) S 5908 5911 1949 0 -1 1077944384 3 13061 0 0 0 0 5 2 20 0 15 0 416696722 11107897344 71788 33554432000 4194304 4196468 140724966825696 139994794551904 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5977] ppid=5908 vsize=10847556 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5977/stat : 5977 (java) S 5908 5911 1949 0 -1 1077944384 5 13061 0 0 0 0 5 2 20 0 15 0 416696723 11107897344 71788 33554432000 4194304 4196468 140724966825696 139995947014960 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
Current children cumulated CPU time: 7.19 s
Current children cumulated vsize: 10847556 KiB
Current children cumulated memory: 287152 KiB

[startup+4.80069 s]
/proc/loadavg: 1.44 1.40 1.40 5/228 5977
/proc/meminfo: memFree=29164052/32770624 swapFree=66981768/67108860
[pid=5911] ppid=5908 vsize=10844936 memory=354896 CPUtime=11.36 cores=1,3,5,7
/proc/5911/stat : 5911 (java) S 5908 5911 1949 0 -1 1077944320 60690 13061 0 0 1108 21 5 2 20 0 15 0 416696708 11105214464 88724 33554432000 4194304 4196468 140724966825696 140724966808240 139996525936375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
/proc/5911/statm: 2711234 88724 3618 1 0 2673293 0
[pid=5911/tid=5964] ppid=5908 vsize=10844936 memory=0 CPUtime=4.68 cores=1,3,5,7
/proc/5911/task/5964/stat : 5964 (java) R 5908 5911 1949 0 -1 4202560 23176 13061 0 0 453 8 5 2 20 0 15 0 416696717 11105214464 88724 33554432000 4194304 4196468 140724966825696 139996497768792 139996093418199 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5965] ppid=5908 vsize=10844936 memory=281279153797248 CPUtime=0.09 cores=1,3,5,7
/proc/5911/task/5965/stat : 5965 (java) S 5908 5911 1949 0 -1 1077944384 509 13061 0 0 2 0 5 2 20 0 15 0 416696718 11105214464 88724 33554432000 4194304 4196468 140724966825696 139996530178320 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5966] ppid=5908 vsize=10844936 memory=2110990183976948 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5966/stat : 5966 (java) S 5908 5911 1949 0 -1 1077944384 133 13061 0 0 3 0 5 2 20 0 15 0 416696718 11105214464 88724 33554432000 4194304 4196468 140724966825696 139996418451856 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5967] ppid=5908 vsize=10844936 memory=322388 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5967/stat : 5967 (java) S 5908 5911 1949 0 -1 1077944384 162 13061 0 0 3 0 5 2 20 0 15 0 416696718 11105214464 88724 33554432000 4194304 4196468 140724966825696 139996417399312 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5968] ppid=5908 vsize=10844936 memory=8112282956445269571 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5968/stat : 5968 (java) S 5908 5911 1949 0 -1 1077944384 76 13061 0 0 3 0 5 2 20 0 15 0 416696718 11105214464 88724 33554432000 4194304 4196468 140724966825696 139996416346768 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5969] ppid=5908 vsize=10844936 memory=1964276 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5969/stat : 5969 (java) S 5908 5911 1949 0 -1 1077944384 3798 13061 0 0 3 0 5 2 20 0 15 0 416696719 11105214464 88724 33554432000 4194304 4196468 140724966825696 139995984783856 139996525947522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5970] ppid=5908 vsize=10844936 memory=1412 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5970/stat : 5970 (java) S 5908 5911 1949 0 -1 1077944384 39 13061 0 0 0 0 5 2 20 0 15 0 416696719 11105214464 88724 33554432000 4194304 4196468 140724966825696 139995983730144 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5971] ppid=5908 vsize=10844936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5971/stat : 5971 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696720 11105214464 88724 33554432000 4194304 4196468 140724966825696 139995868292608 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5972] ppid=5908 vsize=10844936 memory=281279153285632 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5972/stat : 5972 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696722 11105214464 88724 33554432000 4194304 4196468 140724966825696 139995264314064 139996525954971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5973] ppid=5908 vsize=10844936 memory=7878636518089301733 CPUtime=2.79 cores=1,3,5,7
/proc/5911/task/5973/stat : 5973 (java) S 5908 5911 1949 0 -1 1077944384 11932 13061 0 0 269 3 5 2 20 0 15 0 416696722 11105214464 88724 33554432000 4194304 4196468 140724966825696 139995950172144 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5974] ppid=5908 vsize=10844936 memory=4713745541279610410 CPUtime=2.52 cores=1,3,5,7
/proc/5911/task/5974/stat : 5974 (java) S 5908 5911 1949 0 -1 1077944384 10840 13061 0 0 242 3 5 2 20 0 15 0 416696722 11105214464 88724 33554432000 4194304 4196468 140724966825696 139995949119600 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5975] ppid=5908 vsize=10844936 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/5911/task/5975/stat : 5975 (java) S 5908 5911 1949 0 -1 1077944384 7800 13061 0 0 126 2 5 2 20 0 15 0 416696722 11105214464 88724 33554432000 4194304 4196468 140724966825696 139995948067056 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5976] ppid=5908 vsize=10844936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5976/stat : 5976 (java) S 5908 5911 1949 0 -1 1077944384 3 13061 0 0 0 0 5 2 20 0 15 0 416696722 11105214464 88724 33554432000 4194304 4196468 140724966825696 139994794551904 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5977] ppid=5908 vsize=10844936 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5977/stat : 5977 (java) S 5908 5911 1949 0 -1 1077944384 8 13061 0 0 0 0 5 2 20 0 15 0 416696723 11105214464 88724 33554432000 4194304 4196468 140724966825696 139995947014960 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
Current children cumulated CPU time: 11.36 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 354896 KiB

[startup+5.2007 s]
/proc/loadavg: 1.44 1.40 1.40 3/228 5977
/proc/meminfo: memFree=29146044/32770624 swapFree=66981768/67108860
[pid=5911] ppid=5908 vsize=10844936 memory=353884 CPUtime=11.87 cores=1,3,5,7
/proc/5911/stat : 5911 (java) S 5908 5911 1949 0 -1 1077944320 60731 13061 0 0 1159 21 5 2 20 0 15 0 416696708 11105214464 88471 33554432000 4194304 4196468 140724966825696 140724966808240 139996525936375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
/proc/5911/statm: 2711234 88471 3620 1 0 2673293 0
[pid=5911/tid=5964] ppid=5908 vsize=10844936 memory=1412 CPUtime=5.07 cores=1,3,5,7
/proc/5911/task/5964/stat : 5964 (java) R 5908 5911 1949 0 -1 4202560 23181 13061 0 0 492 8 5 2 20 0 15 0 416696717 11105214464 88471 33554432000 4194304 4196468 140724966825696 139996497768936 139996098529412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5965] ppid=5908 vsize=10844936 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/5911/task/5965/stat : 5965 (java) S 5908 5911 1949 0 -1 1077944384 509 13061 0 0 2 0 5 2 20 0 15 0 416696718 11105214464 88471 33554432000 4194304 4196468 140724966825696 139996530178320 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5966] ppid=5908 vsize=10844936 memory=7158592976255870805 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5966/stat : 5966 (java) S 5908 5911 1949 0 -1 1077944384 133 13061 0 0 3 0 5 2 20 0 15 0 416696718 11105214464 88471 33554432000 4194304 4196468 140724966825696 139996418451856 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5967] ppid=5908 vsize=10844936 memory=6944656592455360604 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5967/stat : 5967 (java) S 5908 5911 1949 0 -1 1077944384 162 13061 0 0 3 0 5 2 20 0 15 0 416696718 11105214464 88471 33554432000 4194304 4196468 140724966825696 139996417399312 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5968] ppid=5908 vsize=10844936 memory=140639576884477 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5968/stat : 5968 (java) S 5908 5911 1949 0 -1 1077944384 76 13061 0 0 3 0 5 2 20 0 15 0 416696718 11105214464 88471 33554432000 4194304 4196468 140724966825696 139996416346768 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5969] ppid=5908 vsize=10844936 memory=281279153774112 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5969/stat : 5969 (java) S 5908 5911 1949 0 -1 1077944384 3809 13061 0 0 3 0 5 2 20 0 15 0 416696719 11105214464 88471 33554432000 4194304 4196468 140724966825696 139995984783856 139996525947522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5970] ppid=5908 vsize=10844936 memory=8330969454845486047 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5970/stat : 5970 (java) S 5908 5911 1949 0 -1 1077944384 39 13061 0 0 0 0 5 2 20 0 15 0 416696719 11105214464 88471 33554432000 4194304 4196468 140724966825696 139995983730144 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5971] ppid=5908 vsize=10844936 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5971/stat : 5971 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696720 11105214464 88471 33554432000 4194304 4196468 140724966825696 139995868292608 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5972] ppid=5908 vsize=10844936 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5972/stat : 5972 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696722 11105214464 88471 33554432000 4194304 4196468 140724966825696 139995264314064 139996525954971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5973] ppid=5908 vsize=10844936 memory=6944656575208382560 CPUtime=2.85 cores=1,3,5,7
/proc/5911/task/5973/stat : 5973 (java) R 5908 5911 1949 0 -1 4202560 11942 13061 0 0 275 3 5 2 20 0 15 0 416696722 11105214464 88471 33554432000 4194304 4196468 140724966825696 139995950163472 139996507457486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5974] ppid=5908 vsize=10844936 memory=6944603652687421794 CPUtime=2.56 cores=1,3,5,7
/proc/5911/task/5974/stat : 5974 (java) S 5908 5911 1949 0 -1 1077944384 10851 13061 0 0 246 3 5 2 20 0 15 0 416696722 11105214464 88471 33554432000 4194304 4196468 140724966825696 139995949119600 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5975] ppid=5908 vsize=10844936 memory=-6876588628754522503 CPUtime=1.35 cores=1,3,5,7
/proc/5911/task/5975/stat : 5975 (java) S 5908 5911 1949 0 -1 1077944384 7803 13061 0 0 126 2 5 2 20 0 15 0 416696722 11105214464 88471 33554432000 4194304 4196468 140724966825696 139995948067056 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5976] ppid=5908 vsize=10844936 memory=-9001734013606258791 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5976/stat : 5976 (java) S 5908 5911 1949 0 -1 1077944384 3 13061 0 0 0 0 5 2 20 0 15 0 416696722 11105214464 88471 33554432000 4194304 4196468 140724966825696 139994794551904 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5977] ppid=5908 vsize=10844936 memory=8262277478866581011 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5977/stat : 5977 (java) S 5908 5911 1949 0 -1 1077944384 9 13061 0 0 0 0 5 2 20 0 15 0 416696723 11105214464 88471 33554432000 4194304 4196468 140724966825696 139995947014960 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
Current children cumulated CPU time: 11.87 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 353884 KiB

[startup+5.40072 s]
/proc/loadavg: 1.44 1.40 1.40 3/228 5977
/proc/meminfo: memFree=29146044/32770624 swapFree=66981768/67108860
[pid=5911] ppid=5908 vsize=10844936 memory=355972 CPUtime=12.11 cores=1,3,5,7
/proc/5911/stat : 5911 (java) S 5908 5911 1949 0 -1 1077944320 60743 13061 0 0 1183 21 5 2 20 0 15 0 416696708 11105214464 88993 33554432000 4194304 4196468 140724966825696 140724966808240 139996525936375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
/proc/5911/statm: 2711234 88993 3620 1 0 2673293 0
[pid=5911/tid=5964] ppid=5908 vsize=10844936 memory=0 CPUtime=5.27 cores=1,3,5,7
/proc/5911/task/5964/stat : 5964 (java) R 5908 5911 1949 0 -1 4202560 23182 13061 0 0 512 8 5 2 20 0 15 0 416696717 11105214464 88993 33554432000 4194304 4196468 140724966825696 139996497771712 139996086693344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5965] ppid=5908 vsize=10844936 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5965/stat : 5965 (java) S 5908 5911 1949 0 -1 1077944384 510 13061 0 0 3 0 5 2 20 0 15 0 416696718 11105214464 88993 33554432000 4194304 4196468 140724966825696 139996530178320 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5966] ppid=5908 vsize=10844936 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5966/stat : 5966 (java) S 5908 5911 1949 0 -1 1077944384 134 13061 0 0 3 0 5 2 20 0 15 0 416696718 11105214464 88993 33554432000 4194304 4196468 140724966825696 139996418451856 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5967] ppid=5908 vsize=10844936 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5967/stat : 5967 (java) S 5908 5911 1949 0 -1 1077944384 163 13061 0 0 3 0 5 2 20 0 15 0 416696718 11105214464 88993 33554432000 4194304 4196468 140724966825696 139996417399312 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5968] ppid=5908 vsize=10844936 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5968/stat : 5968 (java) S 5908 5911 1949 0 -1 1077944384 78 13061 0 0 3 0 5 2 20 0 15 0 416696718 11105214464 88993 33554432000 4194304 4196468 140724966825696 139996416346768 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5969] ppid=5908 vsize=10844936 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5969/stat : 5969 (java) S 5908 5911 1949 0 -1 1077944384 3809 13061 0 0 3 0 5 2 20 0 15 0 416696719 11105214464 88993 33554432000 4194304 4196468 140724966825696 139995984783856 139996525947522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5970] ppid=5908 vsize=10844936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5970/stat : 5970 (java) S 5908 5911 1949 0 -1 1077944384 39 13061 0 0 0 0 5 2 20 0 15 0 416696719 11105214464 88993 33554432000 4194304 4196468 140724966825696 139995983730144 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5971] ppid=5908 vsize=10844936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5971/stat : 5971 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696720 11105214464 88993 33554432000 4194304 4196468 140724966825696 139995868292608 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5972] ppid=5908 vsize=10844936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5972/stat : 5972 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696722 11105214464 88993 33554432000 4194304 4196468 140724966825696 139995264314064 139996525954971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5973] ppid=5908 vsize=10844936 memory=0 CPUtime=2.86 cores=1,3,5,7
/proc/5911/task/5973/stat : 5973 (java) S 5908 5911 1949 0 -1 1077944384 11945 13061 0 0 276 3 5 2 20 0 15 0 416696722 11105214464 88993 33554432000 4194304 4196468 140724966825696 139995950172144 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5974] ppid=5908 vsize=10844936 memory=0 CPUtime=2.58 cores=1,3,5,7
/proc/5911/task/5974/stat : 5974 (java) S 5908 5911 1949 0 -1 1077944384 10854 13061 0 0 248 3 5 2 20 0 15 0 416696722 11105214464 88993 33554432000 4194304 4196468 140724966825696 139995949119600 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5975] ppid=5908 vsize=10844936 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/5911/task/5975/stat : 5975 (java) S 5908 5911 1949 0 -1 1077944384 7803 13061 0 0 127 2 5 2 20 0 15 0 416696722 11105214464 88993 33554432000 4194304 4196468 140724966825696 139995948067056 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5976] ppid=5908 vsize=10844936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5976/stat : 5976 (java) S 5908 5911 1949 0 -1 1077944384 3 13061 0 0 0 0 5 2 20 0 15 0 416696722 11105214464 88993 33554432000 4194304 4196468 140724966825696 139994794551904 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5977] ppid=5908 vsize=10844936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5977/stat : 5977 (java) S 5908 5911 1949 0 -1 1077944384 9 13061 0 0 0 0 5 2 20 0 15 0 416696723 11105214464 88993 33554432000 4194304 4196468 140724966825696 139995947014960 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
Current children cumulated CPU time: 12.11 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 355972 KiB

[startup+5.50159 s]
/proc/loadavg: 1.44 1.40 1.40 3/228 5977
/proc/meminfo: memFree=29146044/32770624 swapFree=66981768/67108860
[pid=5911] ppid=5908 vsize=10844936 memory=356048 CPUtime=12.27 cores=1,3,5,7
/proc/5911/stat : 5911 (java) S 5908 5911 1949 0 -1 1077944320 60749 13061 0 0 1199 21 5 2 20 0 15 0 416696708 11105214464 89012 33554432000 4194304 4196468 140724966825696 140724966808240 139996525936375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
/proc/5911/statm: 2711234 89012 3620 1 0 2673293 0
[pid=5911/tid=5964] ppid=5908 vsize=10844936 memory=164 CPUtime=5.37 cores=1,3,5,7
/proc/5911/task/5964/stat : 5964 (java) R 5908 5911 1949 0 -1 4202560 23182 13061 0 0 522 8 5 2 20 0 15 0 416696717 11105214464 89012 33554432000 4194304 4196468 140724966825696 139996497771712 139996098124730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5965] ppid=5908 vsize=10844936 memory=197084 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5965/stat : 5965 (java) S 5908 5911 1949 0 -1 1077944384 510 13061 0 0 3 0 5 2 20 0 15 0 416696718 11105214464 89012 33554432000 4194304 4196468 140724966825696 139996530178320 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5966] ppid=5908 vsize=10844936 memory=2996107 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5966/stat : 5966 (java) S 5908 5911 1949 0 -1 1077944384 134 13061 0 0 3 0 5 2 20 0 15 0 416696718 11105214464 89012 33554432000 4194304 4196468 140724966825696 139996418451856 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5967] ppid=5908 vsize=10844936 memory=780 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5967/stat : 5967 (java) S 5908 5911 1949 0 -1 1077944384 163 13061 0 0 3 0 5 2 20 0 15 0 416696718 11105214464 89012 33554432000 4194304 4196468 140724966825696 139996417399312 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5968] ppid=5908 vsize=10844936 memory=4160 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5968/stat : 5968 (java) S 5908 5911 1949 0 -1 1077944384 78 13061 0 0 3 0 5 2 20 0 15 0 416696718 11105214464 89012 33554432000 4194304 4196468 140724966825696 139996416346768 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5969] ppid=5908 vsize=10844936 memory=55 CPUtime=0.1 cores=1,3,5,7
/proc/5911/task/5969/stat : 5969 (java) S 5908 5911 1949 0 -1 1077944384 3809 13061 0 0 3 0 5 2 20 0 15 0 416696719 11105214464 89012 33554432000 4194304 4196468 140724966825696 139995984783856 139996525947522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5970] ppid=5908 vsize=10844936 memory=7595152895907096406 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5970/stat : 5970 (java) S 5908 5911 1949 0 -1 1077944384 39 13061 0 0 0 0 5 2 20 0 15 0 416696719 11105214464 89012 33554432000 4194304 4196468 140724966825696 139995983730144 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5971] ppid=5908 vsize=10844936 memory=2 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5971/stat : 5971 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696720 11105214464 89012 33554432000 4194304 4196468 140724966825696 139995868292608 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5972] ppid=5908 vsize=10844936 memory=281278280640689 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5972/stat : 5972 (java) S 5908 5911 1949 0 -1 1077944384 2 13061 0 0 0 0 5 2 20 0 15 0 416696722 11105214464 89012 33554432000 4194304 4196468 140724966825696 139995264314064 139996525954971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5973] ppid=5908 vsize=10844936 memory=7012475526318416466 CPUtime=2.9 cores=1,3,5,7
/proc/5911/task/5973/stat : 5973 (java) R 5908 5911 1949 0 -1 4202560 11950 13061 0 0 280 3 5 2 20 0 15 0 416696722 11105214464 89012 33554432000 4194304 4196468 140724966825696 139995950163472 139996505153603 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5974] ppid=5908 vsize=10844936 memory=288230574492221466 CPUtime=2.61 cores=1,3,5,7
/proc/5911/task/5974/stat : 5974 (java) R 5908 5911 1949 0 -1 4202560 10855 13061 0 0 251 3 5 2 20 0 15 0 416696722 11105214464 89012 33554432000 4194304 4196468 140724966825696 139995949105696 139996505125824 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5975] ppid=5908 vsize=10844936 memory=288230617509003574 CPUtime=1.36 cores=1,3,5,7
/proc/5911/task/5975/stat : 5975 (java) S 5908 5911 1949 0 -1 1077944384 7803 13061 0 0 127 2 5 2 20 0 15 0 416696722 11105214464 89012 33554432000 4194304 4196468 140724966825696 139995948067056 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5976] ppid=5908 vsize=10844936 memory=16101493912635601 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5976/stat : 5976 (java) S 5908 5911 1949 0 -1 1077944384 3 13061 0 0 0 0 5 2 20 0 15 0 416696722 11105214464 89012 33554432000 4194304 4196468 140724966825696 139994794551904 139996525946581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
[pid=5911/tid=5977] ppid=5908 vsize=10844936 memory=2004 CPUtime=0.07 cores=1,3,5,7
/proc/5911/task/5977/stat : 5977 (java) S 5908 5911 1949 0 -1 1077944384 9 13061 0 0 0 0 5 2 20 0 15 0 416696723 11105214464 89012 33554432000 4194304 4196468 140724966825696 139995947014960 139996525947522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8654848 140724966828783 140724966831301 140724966831301 140724966834127 0
Current children cumulated CPU time: 12.27 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 356048 KiB

Child status: 0
Real time (s): 5.54947
CPU time (s): 12.4023
CPU user time (s): 12.1441
CPU system time (s): 0.258221
CPU usage (%): 223.486
Max. virtual memory (cumulated for all children) (KiB): 10850148
Max. memory (cumulated for all children) (KiB): 359192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.1441
system time used= 0.258221
maximum resident set size= 359192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73982
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6168
involuntary context switches= 52


# summary of solver processes directly reported to runsolver:
#   pid: 5911
#   total CPU time (s): 12.4023
#   total CPU user time (s): 12.1441
#   total CPU system time (s): 0.258221

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.059965 second user time and 0.090182 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-13 21:51:38
IDJOB=4395865
IDBENCH=133410
IDSOLVER=2846
FILE ID=node121/4395865-1568404340
RUNJOBID= node121-1568393270-2679
PBS_JOBID= 21701860
Free space on /tmp= 61376 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Primes/Primes-m1-p10/Primes-10-40-2-7.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395865-1568404340/watcher-4395865-1568404340 -o /tmp/evaluation-result-4395865-1568404340/solver-4395865-1568404340 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568393270-2679 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1751366639 HOME/instance-4395865-1568404340.xml

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

MD5SUM BENCH= c03c7f5b7c3afa870e2bbdca7571e3a2
RANDOM SEED=1751366639

node121.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.75
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.75
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.75
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.75
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:        29499888 kB
MemAvailable:   29960184 kB
Buffers:          162196 kB
Cached:           593928 kB
SwapCached:        18800 kB
Active:          2375432 kB
Inactive:         353432 kB
Active(anon):    1959132 kB
Inactive(anon):    44296 kB
Active(file):     416300 kB
Inactive(file):   309136 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       66981768 kB
Dirty:             34960 kB
Writeback:            44 kB
AnonPages:       2063916 kB
Mapped:            48376 kB
Shmem:             22200 kB
Slab:             130768 kB
SReclaimable:     101392 kB
SUnreclaim:        29376 kB
KernelStack:        3712 kB
PageTables:         9648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3066044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1898496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61340 MiB
End job on node121 at 2019-09-13 21:51:44