Trace number 4295350

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.8-SuperNG 2018-06-13OPT771 1284 1253.05

General information on the benchmark

NameMario/
Mario-n-medium-5_c18.xml
MD5SUM36a1aa2a38358c951443c34d8d302d49
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark771
Best CPU time to get the best result obtained on this benchmark86.9906
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains56
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":29,"count":5},{"size":30,"count":55}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.73	c Concrete v3.8.1528841891564 running
11.43/4.94	o 569
11.43/4.96	o 582
12.12/5.15	o 584
12.12/5.15	o 655
12.39/5.23	o 657
12.88/5.44	o 735
28.79/16.97	o 737
45.25/32.91	o 740
133.48/119.27	o 749
135.32/121.08	o 755
147.70/133.21	o 758
230.32/214.37	o 762
251.35/234.76	o 769
607.75/585.40	o 771
1283.94/1253.03	v <instantiation cost="771">
1283.94/1253.03	v       <list>
1283.94/1253.03	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] f[15] f[16] f[17] f[18] f[19] f[20] f[21] f[22] f[23] f[24] f[25] f[26] f[27] f[28] f[29] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] g[28] g[29]
1283.94/1253.03	v       </list>
1283.94/1253.03	v       <values>
1283.94/1253.03	v         2 0 23 6 4 5 18 15 8 29 11 26 12 10 14 20 1 17 7 13 27 21 22 19 24 25 9 16 28 3 46 0 180 194 0 0 273 574 0 1 58 26 0 43 0 45 178 0 41 40 73 0 0 1 0 0 70 61 0 89 0 0 74 24 0 0 54 91 0 21 31 3 0 60 0 90 78 0 17 17 8 0 0 56 0 0 80 47 0 20
1283.94/1253.03	v       </values>
1283.94/1253.03	v     </instantiation>
1283.94/1253.03	s OPTIMUM FOUND

Verifier Data

OK	771

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295350-1532548312/watcher-4295350-1532548312 -o /tmp/evaluation-result-4295350-1532548312/solver-4295350-1532548312 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1064391850 -superng HOME/instance-4295350-1532548312.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
solver pid=847, runsolver pid=844
Current StackSize limit: 8192 KiB


[startup+0.100211 s]*
/proc/loadavg: 1.83 1.70 1.51 3/207 910
/proc/meminfo: memFree=12290416/32770624 swapFree=67108860/67108860
[pid=847] ppid=844 vsize=9972712 memory=18328 CPUtime=0.09 cores=1,3,5,7
/proc/847/stat : 847 (java) S 844 847 31421 0 -1 1077944320 4214 13174 0 0 1 0 5 3 20 0 6 0 72394355 10212057088 4582 33554432000 4194304 4196468 140730837943568 140730837926112 140454204092151 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
/proc/847/statm: 2493178 4582 1930 1 0 2481616 0
[pid=847/tid=905] ppid=844 vsize=9972712 memory=7022364594140610616 CPUtime=0.09 cores=1,3,5,7
/proc/847/task/905/stat : 905 (java) R 844 847 31421 0 -1 4202560 2081 13174 0 0 1 0 5 3 20 0 6 0 72394364 10212057088 4648 33554432000 4194304 4196468 140730837943568 140454175928912 140454189215088 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=906] ppid=844 vsize=9972712 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/906/stat : 906 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 6 0 72394365 10212057088 4648 33554432000 4194304 4196468 140730837943568 140454208334096 140454204102357 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=907] ppid=844 vsize=9972712 memory=3906794152974010016 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/907/stat : 907 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 6 0 72394365 10212057088 4648 33554432000 4194304 4196468 140730837943568 140454096607632 140454204102357 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=909] ppid=844 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/909/stat : 909 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 6 0 72394365 10212057088 4648 33554432000 4194304 4196468 140730837943568 140454095555088 140454204102357 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=910] ppid=844 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/910/stat : 910 (java) S 844 847 31421 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 6 0 72394365 10212057088 4648 33554432000 4194304 4196468 140730837943568 140454094502544 140454204102357 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210132 s]*
/proc/loadavg: 1.83 1.70 1.51 3/216 919
/proc/meminfo: memFree=12269264/32770624 swapFree=67108860/67108860
[pid=847] ppid=844 vsize=10818904 memory=46364 CPUtime=0.26 cores=1,3,5,7
/proc/847/stat : 847 (java) S 844 847 31421 0 -1 1077944320 7812 13174 0 0 17 1 5 3 20 0 15 0 72394355 11078557696 11591 33554432000 4194304 4196468 140730837943568 140730837926112 140454204092151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
/proc/847/statm: 2704726 11591 2968 1 0 2667149 0
[pid=847/tid=905] ppid=844 vsize=10818936 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/847/task/905/stat : 905 (java) R 844 847 31421 0 -1 4202560 5759 13174 0 0 11 1 5 3 20 0 15 0 72394364 11078590464 12288 33554432000 4194304 4196468 140730837943568 140454175916960 140454196771869 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=906] ppid=844 vsize=10818936 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/906/stat : 906 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 72394365 11078590464 12288 33554432000 4194304 4196468 140730837943568 140454208334096 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=907] ppid=844 vsize=10818936 memory=3906794152974010016 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/907/stat : 907 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 72394365 11078590464 12288 33554432000 4194304 4196468 140730837943568 140454096607632 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=909] ppid=844 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/909/stat : 909 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 72394365 11078590464 12288 33554432000 4194304 4196468 140730837943568 140454095555088 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=910] ppid=844 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/910/stat : 910 (java) S 844 847 31421 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 72394365 11078590464 12288 33554432000 4194304 4196468 140730837943568 140454094502544 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=911] ppid=844 vsize=10818936 memory=140072029701760 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/911/stat : 911 (java) S 844 847 31421 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 72394366 11078590464 12288 33554432000 4194304 4196468 140730837943568 140453662890480 140454204103298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=912] ppid=844 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/912/stat : 912 (java) S 844 847 31421 0 -1 1077944384 33 13174 0 0 0 0 5 3 20 0 15 0 72394367 11078557696 12288 33554432000 4194304 4196468 140730837943568 140453661836704 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=913] ppid=844 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/913/stat : 913 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 72394367 11078557696 12288 33554432000 4194304 4196468 140730837943568 140453550745072 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=914] ppid=844 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/914/stat : 914 (java) S 844 847 31421 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 72394370 11078557696 12288 33554432000 4194304 4196468 140730837943568 140452946766544 140454204110747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=915] ppid=844 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/847/task/915/stat : 915 (java) S 844 847 31421 0 -1 1077944384 487 13174 0 0 1 0 5 3 20 0 15 0 72394370 11078557696 12288 33554432000 4194304 4196468 140730837943568 140453628278768 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=916] ppid=844 vsize=10818904 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/847/task/916/stat : 916 (java) S 844 847 31421 0 -1 1077944384 90 13174 0 0 1 0 5 3 20 0 15 0 72394370 11078557696 12288 33554432000 4194304 4196468 140730837943568 140453627226224 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=917] ppid=844 vsize=10818904 memory=140072029701760 CPUtime=0.11 cores=1,3,5,7
/proc/847/task/917/stat : 917 (java) S 844 847 31421 0 -1 1077944384 567 13174 0 0 3 0 5 3 20 0 15 0 72394370 11078557696 12288 33554432000 4194304 4196468 140730837943568 140453626173680 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=918] ppid=844 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/918/stat : 918 (java) S 844 847 31421 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 72394370 11078557696 12288 33554432000 4194304 4196468 140730837943568 140452477004384 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=919] ppid=844 vsize=10818904 memory=140072029701760 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/919/stat : 919 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 72394370 11078557696 12288 33554432000 4194304 4196468 140730837943568 140453625121584 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 46364 KiB

[startup+0.310306 s]*
/proc/loadavg: 1.83 1.70 1.51 3/216 919
/proc/meminfo: memFree=12256240/32770624 swapFree=67108860/67108860
[pid=847] ppid=844 vsize=10819352 memory=57028 CPUtime=0.38 cores=1,3,5,7
/proc/847/stat : 847 (java) S 844 847 31421 0 -1 1077944320 10317 13174 0 0 28 2 5 3 20 0 15 0 72394355 11079016448 14257 33554432000 4194304 4196468 140730837943568 140730837926112 140454204092151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
/proc/847/statm: 2704838 14257 3087 1 0 2667149 0
[pid=847/tid=905] ppid=844 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/847/task/905/stat : 905 (java) R 844 847 31421 0 -1 4202560 6951 13174 0 0 20 1 5 3 20 0 15 0 72394364 11079016448 14257 33554432000 4194304 4196468 140730837943568 140454175904160 140454187278581 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=906] ppid=844 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/906/stat : 906 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 72394365 11079016448 14257 33554432000 4194304 4196468 140730837943568 140454208334096 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=907] ppid=844 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/907/stat : 907 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 72394365 11079016448 14257 33554432000 4194304 4196468 140730837943568 140454096607632 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=909] ppid=844 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/909/stat : 909 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 72394365 11079016448 14257 33554432000 4194304 4196468 140730837943568 140454095555088 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=910] ppid=844 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/910/stat : 910 (java) S 844 847 31421 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 72394365 11079016448 14257 33554432000 4194304 4196468 140730837943568 140454094502544 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=911] ppid=844 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/911/stat : 911 (java) S 844 847 31421 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 72394366 11079016448 14257 33554432000 4194304 4196468 140730837943568 140453662890480 140454204103298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=912] ppid=844 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/912/stat : 912 (java) S 844 847 31421 0 -1 1077944384 33 13174 0 0 0 0 5 3 20 0 15 0 72394367 11079016448 14257 33554432000 4194304 4196468 140730837943568 140453661836704 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=913] ppid=844 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/913/stat : 913 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 72394367 11079016448 14257 33554432000 4194304 4196468 140730837943568 140453550745072 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=914] ppid=844 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/914/stat : 914 (java) S 844 847 31421 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 72394370 11079016448 14257 33554432000 4194304 4196468 140730837943568 140452946766544 140454204110747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=915] ppid=844 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/847/task/915/stat : 915 (java) S 844 847 31421 0 -1 1077944384 487 13174 0 0 1 0 5 3 20 0 15 0 72394370 11079016448 14257 33554432000 4194304 4196468 140730837943568 140453628278768 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=916] ppid=844 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/847/task/916/stat : 916 (java) S 844 847 31421 0 -1 1077944384 91 13174 0 0 1 0 5 3 20 0 15 0 72394370 11079016448 14257 33554432000 4194304 4196468 140730837943568 140453627226224 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=917] ppid=844 vsize=10819352 memory=140072029701760 CPUtime=0.13 cores=1,3,5,7
/proc/847/task/917/stat : 917 (java) S 844 847 31421 0 -1 1077944384 579 13174 0 0 5 0 5 3 20 0 15 0 72394370 11079016448 14257 33554432000 4194304 4196468 140730837943568 140453626173680 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=918] ppid=844 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/918/stat : 918 (java) S 844 847 31421 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 72394370 11079016448 14257 33554432000 4194304 4196468 140730837943568 140452477004384 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=919] ppid=844 vsize=10819352 memory=140072029701760 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/919/stat : 919 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 72394370 11079016448 14257 33554432000 4194304 4196468 140730837943568 140453625121584 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57028 KiB

[startup+0.700717 s]
/proc/loadavg: 1.83 1.70 1.51 3/216 919
/proc/meminfo: memFree=12247432/32770624 swapFree=67108860/67108860
[pid=847] ppid=844 vsize=10819352 memory=88968 CPUtime=0.99 cores=1,3,5,7
/proc/847/stat : 847 (java) S 844 847 31421 0 -1 1077944320 16395 13174 0 0 87 4 5 3 20 0 15 0 72394355 11079016448 22242 33554432000 4194304 4196468 140730837943568 140730837926112 140454204092151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
/proc/847/statm: 2704838 22242 3238 1 0 2667149 0
[pid=847/tid=905] ppid=844 vsize=10819352 memory=4140 CPUtime=0.66 cores=1,3,5,7
/proc/847/task/905/stat : 905 (java) R 844 847 31421 0 -1 4202560 11956 13174 0 0 56 2 5 3 20 0 15 0 72394364 11079016448 22242 33554432000 4194304 4196468 140730837943568 140454175912976 140454185655698 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=906] ppid=844 vsize=10819352 memory=21704 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/906/stat : 906 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 72394365 11079016448 22242 33554432000 4194304 4196468 140730837943568 140454208334096 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=907] ppid=844 vsize=10819352 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/907/stat : 907 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 72394365 11079016448 22242 33554432000 4194304 4196468 140730837943568 140454096607632 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=909] ppid=844 vsize=10819352 memory=2400 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/909/stat : 909 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 72394365 11079016448 22242 33554432000 4194304 4196468 140730837943568 140454095555088 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=910] ppid=844 vsize=10819352 memory=1836 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/910/stat : 910 (java) S 844 847 31421 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 72394365 11079016448 22242 33554432000 4194304 4196468 140730837943568 140454094502544 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=911] ppid=844 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/911/stat : 911 (java) S 844 847 31421 0 -1 1077944384 5 13174 0 0 0 0 5 3 20 0 15 0 72394366 11079016448 22242 33554432000 4194304 4196468 140730837943568 140453662890480 140454204103298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=912] ppid=844 vsize=10819352 memory=3053511329498284128 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/912/stat : 912 (java) S 844 847 31421 0 -1 1077944384 33 13174 0 0 0 0 5 3 20 0 15 0 72394367 11079016448 22242 33554432000 4194304 4196468 140730837943568 140453661836704 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=913] ppid=844 vsize=10819352 memory=6935649255759570257 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/913/stat : 913 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 72394367 11079016448 22242 33554432000 4194304 4196468 140730837943568 140453550745072 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=914] ppid=844 vsize=10819352 memory=-6592860229746401216 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/914/stat : 914 (java) S 844 847 31421 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 72394370 11079016448 22242 33554432000 4194304 4196468 140730837943568 140452946766544 140454204110747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=915] ppid=844 vsize=10819352 memory=-7754830645154913637 CPUtime=0.15 cores=1,3,5,7
/proc/847/task/915/stat : 915 (java) S 844 847 31421 0 -1 1077944384 856 13174 0 0 7 0 5 3 20 0 15 0 72394370 11079016448 22242 33554432000 4194304 4196468 140730837943568 140453628278768 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=916] ppid=844 vsize=10819352 memory=6219541661012213856 CPUtime=0.18 cores=1,3,5,7
/proc/847/task/916/stat : 916 (java) S 844 847 31421 0 -1 1077944384 719 13174 0 0 10 0 5 3 20 0 15 0 72394370 11079016448 22242 33554432000 4194304 4196468 140730837943568 140453627226224 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=917] ppid=844 vsize=10819352 memory=9120181347858145840 CPUtime=0.2 cores=1,3,5,7
/proc/847/task/917/stat : 917 (java) S 844 847 31421 0 -1 1077944384 624 13174 0 0 12 0 5 3 20 0 15 0 72394370 11079016448 22242 33554432000 4194304 4196468 140730837943568 140453626173680 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=918] ppid=844 vsize=10819352 memory=734122130331934768 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/918/stat : 918 (java) S 844 847 31421 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 72394370 11079016448 22242 33554432000 4194304 4196468 140730837943568 140452477004384 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=919] ppid=844 vsize=10819352 memory=170926128 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/919/stat : 919 (java) S 844 847 31421 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 72394370 11079016448 22242 33554432000 4194304 4196468 140730837943568 140453625121584 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88968 KiB

[startup+1.50126 s]
/proc/loadavg: 1.83 1.70 1.51 4/216 919
/proc/meminfo: memFree=12202112/32770624 swapFree=67108860/67108860
[pid=847] ppid=844 vsize=10834252 memory=181008 CPUtime=2.4 cores=1,3,5,7
/proc/847/stat : 847 (java) S 844 847 31421 0 -1 1077944320 25298 13174 0 0 223 9 5 3 20 0 15 0 72394355 11094274048 45252 33554432000 4194304 4196468 140730837943568 140730837926112 140454204092151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
/proc/847/statm: 2708563 45252 3474 1 0 2670221 0
[pid=847/tid=905] ppid=844 vsize=10834252 memory=118 CPUtime=1.44 cores=1,3,5,7
/proc/847/task/905/stat : 905 (java) R 844 847 31421 0 -1 4202560 17575 13174 0 0 130 6 5 3 20 0 15 0 72394364 11094274048 45252 33554432000 4194304 4196468 140730837943568 140454175924080 140454188135781 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=906] ppid=844 vsize=10834252 memory=1296 CPUtime=0.09 cores=1,3,5,7
/proc/847/task/906/stat : 906 (java) S 844 847 31421 0 -1 1077944384 70 13174 0 0 1 0 5 3 20 0 15 0 72394365 11094274048 45252 33554432000 4194304 4196468 140730837943568 140454208334096 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=907] ppid=844 vsize=10834252 memory=2400 CPUtime=0.09 cores=1,3,5,7
/proc/847/task/907/stat : 907 (java) S 844 847 31421 0 -1 1077944384 29 13174 0 0 1 0 5 3 20 0 15 0 72394365 11094274048 45252 33554432000 4194304 4196468 140730837943568 140454096607632 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=909] ppid=844 vsize=10834252 memory=1836 CPUtime=0.09 cores=1,3,5,7
/proc/847/task/909/stat : 909 (java) S 844 847 31421 0 -1 1077944384 14 13174 0 0 1 0 5 3 20 0 15 0 72394365 11094274048 45252 33554432000 4194304 4196468 140730837943568 140454095555088 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=910] ppid=844 vsize=10834252 memory=140072029700577 CPUtime=0.09 cores=1,3,5,7
/proc/847/task/910/stat : 910 (java) S 844 847 31421 0 -1 1077944384 241 13174 0 0 1 0 5 3 20 0 15 0 72394365 11094274048 45252 33554432000 4194304 4196468 140730837943568 140454094502544 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=911] ppid=844 vsize=10834252 memory=3684175964690521505 CPUtime=0.09 cores=1,3,5,7
/proc/847/task/911/stat : 911 (java) S 844 847 31421 0 -1 1077944384 1125 13174 0 0 1 0 5 3 20 0 15 0 72394366 11094274048 45252 33554432000 4194304 4196468 140730837943568 140453662890480 140454204103298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=912] ppid=844 vsize=10834252 memory=140071902684944 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/912/stat : 912 (java) S 844 847 31421 0 -1 1077944384 33 13174 0 0 0 0 5 3 20 0 15 0 72394367 11094274048 45252 33554432000 4194304 4196468 140730837943568 140453661836768 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=913] ppid=844 vsize=10834252 memory=280143805452400 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/913/stat : 913 (java) S 844 847 31421 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 72394367 11094274048 45252 33554432000 4194304 4196468 140730837943568 140453550745088 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=914] ppid=844 vsize=10834252 memory=140071902685136 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/914/stat : 914 (java) S 844 847 31421 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 72394370 11094274048 45252 33554432000 4194304 4196468 140730837943568 140452946766544 140454204110747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=915] ppid=844 vsize=10834252 memory=3184237991978653792 CPUtime=0.31 cores=1,3,5,7
/proc/847/task/915/stat : 915 (java) S 844 847 31421 0 -1 1077944384 1548 13174 0 0 23 0 5 3 20 0 15 0 72394370 11094274048 45252 33554432000 4194304 4196468 140730837943568 140453628278768 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=916] ppid=844 vsize=10834252 memory=140071902685328 CPUtime=0.35 cores=1,3,5,7
/proc/847/task/916/stat : 916 (java) S 844 847 31421 0 -1 1077944384 1207 13174 0 0 27 0 5 3 20 0 15 0 72394370 11094274048 45252 33554432000 4194304 4196468 140730837943568 140453627226224 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=917] ppid=844 vsize=10834252 memory=280143805327720 CPUtime=0.43 cores=1,3,5,7
/proc/847/task/917/stat : 917 (java) R 844 847 31421 0 -1 4202560 1256 13174 0 0 35 0 5 3 20 0 15 0 72394370 11094274048 45252 33554432000 4194304 4196468 140730837943568 140453626173680 140454204113498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=918] ppid=844 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/918/stat : 918 (java) S 844 847 31421 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 72394370 11094274048 45252 33554432000 4194304 4196468 140730837943568 140452477004384 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=919] ppid=844 vsize=10834252 memory=-1807685287724412255 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/919/stat : 919 (java) S 844 847 31421 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 72394370 11094274048 45252 33554432000 4194304 4196468 140730837943568 140453625121584 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 10834252 KiB

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

[pid=847/tid=918] ppid=844 vsize=10916192 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/918/stat : 918 (java) S 844 847 31421 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 72394370 11178180608 184375 33554432000 4194304 4196468 140730837943568 140452477004384 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=919] ppid=844 vsize=10916192 memory=2400 CPUtime=0.75 cores=1,3,5,7
/proc/847/task/919/stat : 919 (java) S 844 847 31421 0 -1 1077944384 830 13174 0 0 33 34 5 3 20 0 15 0 72394370 11178180608 184375 33554432000 4194304 4196468 140730837943568 140453625121584 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
Current children cumulated CPU time: 1278.91 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 737500 KiB

[startup+1251.2 s]
/proc/loadavg: 1.23 1.28 1.34 3/215 980
/proc/meminfo: memFree=11550796/32770624 swapFree=67108860/67108860
[pid=847] ppid=844 vsize=10916192 memory=737548 CPUtime=1282.12 cores=1,3,5,7
/proc/847/stat : 847 (java) S 844 847 31421 0 -1 1077944320 273457 13174 0 0 128063 141 5 3 20 0 15 0 72394355 11178180608 184387 33554432000 4194304 4196468 140730837943568 140730837926112 140454204092151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
/proc/847/statm: 2729048 184387 3530 1 0 2690701 0
[pid=847/tid=905] ppid=844 vsize=10916192 memory=4140 CPUtime=1244.5 cores=1,3,5,7
/proc/847/task/905/stat : 905 (java) R 844 847 31421 0 -1 4202560 76538 13174 0 0 124414 28 5 3 20 0 15 0 72394364 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454175927376 140453782278447 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=906] ppid=844 vsize=10916192 memory=737500 CPUtime=3.17 cores=1,3,5,7
/proc/847/task/906/stat : 906 (java) S 844 847 31421 0 -1 1077944384 9413 13174 0 0 292 17 5 3 20 0 15 0 72394365 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454208334096 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=907] ppid=844 vsize=10916192 memory=640 CPUtime=3.18 cores=1,3,5,7
/proc/847/task/907/stat : 907 (java) S 844 847 31421 0 -1 1077944384 8611 13174 0 0 297 13 5 3 20 0 15 0 72394365 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454096607632 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=909] ppid=844 vsize=10916192 memory=4140 CPUtime=3.16 cores=1,3,5,7
/proc/847/task/909/stat : 909 (java) S 844 847 31421 0 -1 1077944384 12747 13174 0 0 292 16 5 3 20 0 15 0 72394365 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454095555088 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=910] ppid=844 vsize=10916192 memory=6947385649911455296 CPUtime=3.18 cores=1,3,5,7
/proc/847/task/910/stat : 910 (java) S 844 847 31421 0 -1 1077944384 7769 13174 0 0 292 18 5 3 20 0 15 0 72394365 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454094502544 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=911] ppid=844 vsize=10916192 memory=2244 CPUtime=2.58 cores=1,3,5,7
/proc/847/task/911/stat : 911 (java) S 844 847 31421 0 -1 1077944384 8557 13174 0 0 236 14 5 3 20 0 15 0 72394366 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453662890480 140454204103298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=912] ppid=844 vsize=10916192 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/912/stat : 912 (java) S 844 847 31421 0 -1 1077944384 36 13174 0 0 0 0 5 3 20 0 15 0 72394367 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453661836768 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=913] ppid=844 vsize=10916192 memory=737548 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/913/stat : 913 (java) S 844 847 31421 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 72394367 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453550745088 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=914] ppid=844 vsize=10916192 memory=6947385649911455296 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/914/stat : 914 (java) S 844 847 31421 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140452946766544 140454204110747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=915] ppid=844 vsize=10916192 memory=1236 CPUtime=9.19 cores=1,3,5,7
/proc/847/task/915/stat : 915 (java) S 844 847 31421 0 -1 1077944384 51125 13174 0 0 905 6 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453628278768 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=916] ppid=844 vsize=10916192 memory=2340 CPUtime=8.93 cores=1,3,5,7
/proc/847/task/916/stat : 916 (java) S 844 847 31421 0 -1 1077944384 53468 13174 0 0 879 6 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453627226224 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=917] ppid=844 vsize=10916192 memory=2244 CPUtime=4.09 cores=1,3,5,7
/proc/847/task/917/stat : 917 (java) S 844 847 31421 0 -1 1077944384 42163 13174 0 0 394 7 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453626173680 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=918] ppid=844 vsize=10916192 memory=6947385649911455296 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/918/stat : 918 (java) S 844 847 31421 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140452477004384 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=919] ppid=844 vsize=10916192 memory=123328 CPUtime=0.75 cores=1,3,5,7
/proc/847/task/919/stat : 919 (java) S 844 847 31421 0 -1 1077944384 832 13174 0 0 33 34 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453625121584 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
Current children cumulated CPU time: 1282.12 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 737548 KiB

[startup+1252 s]*
/proc/loadavg: 1.21 1.27 1.34 3/215 980
/proc/meminfo: memFree=11550796/32770624 swapFree=67108860/67108860
[pid=847] ppid=844 vsize=10916192 memory=737548 CPUtime=1282.93 cores=1,3,5,7
/proc/847/stat : 847 (java) S 844 847 31421 0 -1 1077944320 273468 13174 0 0 128144 141 5 3 20 0 15 0 72394355 11178180608 184387 33554432000 4194304 4196468 140730837943568 140730837926112 140454204092151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
/proc/847/statm: 2729048 184387 3530 1 0 2690701 0
[pid=847/tid=905] ppid=844 vsize=10916192 memory=6791534058613427641 CPUtime=1245.31 cores=1,3,5,7
/proc/847/task/905/stat : 905 (java) R 844 847 31421 0 -1 4202560 76540 13174 0 0 124495 28 5 3 20 0 15 0 72394364 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454175927280 140453774486118 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=906] ppid=844 vsize=10916192 memory=3292 CPUtime=3.17 cores=1,3,5,7
/proc/847/task/906/stat : 906 (java) S 844 847 31421 0 -1 1077944384 9413 13174 0 0 292 17 5 3 20 0 15 0 72394365 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454208334096 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=907] ppid=844 vsize=10916192 memory=737548 CPUtime=3.18 cores=1,3,5,7
/proc/847/task/907/stat : 907 (java) S 844 847 31421 0 -1 1077944384 8612 13174 0 0 297 13 5 3 20 0 15 0 72394365 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454096607632 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=909] ppid=844 vsize=10916192 memory=12928 CPUtime=3.16 cores=1,3,5,7
/proc/847/task/909/stat : 909 (java) S 844 847 31421 0 -1 1077944384 12747 13174 0 0 292 16 5 3 20 0 15 0 72394365 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454095555088 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=910] ppid=844 vsize=10916192 memory=4004 CPUtime=3.18 cores=1,3,5,7
/proc/847/task/910/stat : 910 (java) S 844 847 31421 0 -1 1077944384 7770 13174 0 0 292 18 5 3 20 0 15 0 72394365 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454094502544 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=911] ppid=844 vsize=10916192 memory=18448 CPUtime=2.58 cores=1,3,5,7
/proc/847/task/911/stat : 911 (java) S 844 847 31421 0 -1 1077944384 8564 13174 0 0 236 14 5 3 20 0 15 0 72394366 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453662890480 140454204103298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=912] ppid=844 vsize=10916192 memory=1796 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/912/stat : 912 (java) S 844 847 31421 0 -1 1077944384 36 13174 0 0 0 0 5 3 20 0 15 0 72394367 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453661836768 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=913] ppid=844 vsize=10916192 memory=21764 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/913/stat : 913 (java) S 844 847 31421 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 72394367 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453550745088 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=914] ppid=844 vsize=10916192 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/914/stat : 914 (java) S 844 847 31421 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140452946766544 140454204110747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=915] ppid=844 vsize=10916192 memory=2400 CPUtime=9.19 cores=1,3,5,7
/proc/847/task/915/stat : 915 (java) S 844 847 31421 0 -1 1077944384 51125 13174 0 0 905 6 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453628278768 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=916] ppid=844 vsize=10916192 memory=1796 CPUtime=8.93 cores=1,3,5,7
/proc/847/task/916/stat : 916 (java) S 844 847 31421 0 -1 1077944384 53468 13174 0 0 879 6 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453627226224 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=917] ppid=844 vsize=10916192 memory=916 CPUtime=4.09 cores=1,3,5,7
/proc/847/task/917/stat : 917 (java) S 844 847 31421 0 -1 1077944384 42163 13174 0 0 394 7 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453626173680 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=918] ppid=844 vsize=10916192 memory=3852 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/918/stat : 918 (java) S 844 847 31421 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140452477004384 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=919] ppid=844 vsize=10916192 memory=2672 CPUtime=0.75 cores=1,3,5,7
/proc/847/task/919/stat : 919 (java) S 844 847 31421 0 -1 1077944384 832 13174 0 0 33 34 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453625121584 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
Current children cumulated CPU time: 1282.93 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 737548 KiB

[startup+1252.8 s]
/proc/loadavg: 1.21 1.27 1.34 3/215 980
/proc/meminfo: memFree=11550796/32770624 swapFree=67108860/67108860
[pid=847] ppid=844 vsize=10916192 memory=737548 CPUtime=1283.73 cores=1,3,5,7
/proc/847/stat : 847 (java) S 844 847 31421 0 -1 1077944320 273480 13174 0 0 128224 141 5 3 20 0 15 0 72394355 11178180608 184387 33554432000 4194304 4196468 140730837943568 140730837926112 140454204092151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
/proc/847/statm: 2729048 184387 3530 1 0 2690701 0
[pid=847/tid=905] ppid=844 vsize=10916192 memory=2708 CPUtime=1246.1 cores=1,3,5,7
/proc/847/task/905/stat : 905 (java) R 844 847 31421 0 -1 4202560 76542 13174 0 0 124574 28 5 3 20 0 15 0 72394364 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454175927072 140453772020320 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=906] ppid=844 vsize=10916192 memory=4096 CPUtime=3.17 cores=1,3,5,7
/proc/847/task/906/stat : 906 (java) S 844 847 31421 0 -1 1077944384 9413 13174 0 0 292 17 5 3 20 0 15 0 72394365 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454208334096 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=907] ppid=844 vsize=10916192 memory=6947385649911455296 CPUtime=3.18 cores=1,3,5,7
/proc/847/task/907/stat : 907 (java) S 844 847 31421 0 -1 1077944384 8615 13174 0 0 297 13 5 3 20 0 15 0 72394365 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454096607632 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=909] ppid=844 vsize=10916192 memory=1952 CPUtime=3.17 cores=1,3,5,7
/proc/847/task/909/stat : 909 (java) S 844 847 31421 0 -1 1077944384 12747 13174 0 0 293 16 5 3 20 0 15 0 72394365 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454095555088 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=910] ppid=844 vsize=10916192 memory=1232 CPUtime=3.18 cores=1,3,5,7
/proc/847/task/910/stat : 910 (java) S 844 847 31421 0 -1 1077944384 7770 13174 0 0 292 18 5 3 20 0 15 0 72394365 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454094502544 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=911] ppid=844 vsize=10916192 memory=8536 CPUtime=2.58 cores=1,3,5,7
/proc/847/task/911/stat : 911 (java) S 844 847 31421 0 -1 1077944384 8571 13174 0 0 236 14 5 3 20 0 15 0 72394366 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453662890480 140454204103298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=912] ppid=844 vsize=10916192 memory=6947385649911455296 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/912/stat : 912 (java) S 844 847 31421 0 -1 1077944384 36 13174 0 0 0 0 5 3 20 0 15 0 72394367 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453661836768 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=913] ppid=844 vsize=10916192 memory=1584 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/913/stat : 913 (java) S 844 847 31421 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 72394367 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453550745088 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=914] ppid=844 vsize=10916192 memory=4124 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/914/stat : 914 (java) S 844 847 31421 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140452946766544 140454204110747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=915] ppid=844 vsize=10916192 memory=2200 CPUtime=9.19 cores=1,3,5,7
/proc/847/task/915/stat : 915 (java) S 844 847 31421 0 -1 1077944384 51125 13174 0 0 905 6 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453628278768 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=916] ppid=844 vsize=10916192 memory=7288 CPUtime=8.93 cores=1,3,5,7
/proc/847/task/916/stat : 916 (java) S 844 847 31421 0 -1 1077944384 53468 13174 0 0 879 6 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453627226224 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=917] ppid=844 vsize=10916192 memory=6947385649911455296 CPUtime=4.09 cores=1,3,5,7
/proc/847/task/917/stat : 917 (java) S 844 847 31421 0 -1 1077944384 42163 13174 0 0 394 7 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453626173680 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=918] ppid=844 vsize=10916192 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/918/stat : 918 (java) S 844 847 31421 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140452477004384 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=919] ppid=844 vsize=10916192 memory=3292 CPUtime=0.75 cores=1,3,5,7
/proc/847/task/919/stat : 919 (java) S 844 847 31421 0 -1 1077944384 832 13174 0 0 33 34 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453625121584 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
Current children cumulated CPU time: 1283.73 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 737548 KiB

[startup+1253 s]*
/proc/loadavg: 1.21 1.27 1.34 3/215 980
/proc/meminfo: memFree=11550796/32770624 swapFree=67108860/67108860
[pid=847] ppid=844 vsize=10916192 memory=737548 CPUtime=1283.94 cores=1,3,5,7
/proc/847/stat : 847 (java) S 844 847 31421 0 -1 1077944320 273480 13174 0 0 128245 141 5 3 20 0 15 0 72394355 11178180608 184387 33554432000 4194304 4196468 140730837943568 140730837926112 140454204092151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
/proc/847/statm: 2729048 184387 3530 1 0 2690701 0
[pid=847/tid=905] ppid=844 vsize=10916192 memory=6791534058613427641 CPUtime=1246.31 cores=1,3,5,7
/proc/847/task/905/stat : 905 (java) R 844 847 31421 0 -1 4202560 76542 13174 0 0 124595 28 5 3 20 0 15 0 72394364 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454175927072 140453783465920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=906] ppid=844 vsize=10916192 memory=4124 CPUtime=3.17 cores=1,3,5,7
/proc/847/task/906/stat : 906 (java) S 844 847 31421 0 -1 1077944384 9413 13174 0 0 292 17 5 3 20 0 15 0 72394365 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454208334096 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=907] ppid=844 vsize=10916192 memory=2200 CPUtime=3.18 cores=1,3,5,7
/proc/847/task/907/stat : 907 (java) S 844 847 31421 0 -1 1077944384 8615 13174 0 0 297 13 5 3 20 0 15 0 72394365 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454096607632 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=909] ppid=844 vsize=10916192 memory=7288 CPUtime=3.17 cores=1,3,5,7
/proc/847/task/909/stat : 909 (java) S 844 847 31421 0 -1 1077944384 12747 13174 0 0 293 16 5 3 20 0 15 0 72394365 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454095555088 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=910] ppid=844 vsize=10916192 memory=840 CPUtime=3.18 cores=1,3,5,7
/proc/847/task/910/stat : 910 (java) S 844 847 31421 0 -1 1077944384 7770 13174 0 0 292 18 5 3 20 0 15 0 72394365 11178180608 184387 33554432000 4194304 4196468 140730837943568 140454094502544 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=911] ppid=844 vsize=10916192 memory=1796 CPUtime=2.58 cores=1,3,5,7
/proc/847/task/911/stat : 911 (java) S 844 847 31421 0 -1 1077944384 8571 13174 0 0 236 14 5 3 20 0 15 0 72394366 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453662890480 140454204103298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=912] ppid=844 vsize=10916192 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/912/stat : 912 (java) S 844 847 31421 0 -1 1077944384 36 13174 0 0 0 0 5 3 20 0 15 0 72394367 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453661836768 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=913] ppid=844 vsize=10916192 memory=3852 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/913/stat : 913 (java) S 844 847 31421 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 72394367 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453550745088 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=914] ppid=844 vsize=10916192 memory=2672 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/914/stat : 914 (java) S 844 847 31421 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140452946766544 140454204110747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=915] ppid=844 vsize=10916192 memory=2708 CPUtime=9.19 cores=1,3,5,7
/proc/847/task/915/stat : 915 (java) S 844 847 31421 0 -1 1077944384 51125 13174 0 0 905 6 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453628278768 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=916] ppid=844 vsize=10916192 memory=4096 CPUtime=8.93 cores=1,3,5,7
/proc/847/task/916/stat : 916 (java) S 844 847 31421 0 -1 1077944384 53468 13174 0 0 879 6 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453627226224 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=917] ppid=844 vsize=10916192 memory=1408 CPUtime=4.09 cores=1,3,5,7
/proc/847/task/917/stat : 917 (java) S 844 847 31421 0 -1 1077944384 42163 13174 0 0 394 7 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453626173680 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=918] ppid=844 vsize=10916192 memory=3172 CPUtime=0.08 cores=1,3,5,7
/proc/847/task/918/stat : 918 (java) S 844 847 31421 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140452477004384 140454204102357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
[pid=847/tid=919] ppid=844 vsize=10916192 memory=746732 CPUtime=0.75 cores=1,3,5,7
/proc/847/task/919/stat : 919 (java) S 844 847 31421 0 -1 1077944384 832 13174 0 0 33 34 5 3 20 0 15 0 72394370 11178180608 184387 33554432000 4194304 4196468 140730837943568 140453625121584 140454204103298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7200768 140730837948587 140730837951836 140730837951836 140730837954511 0
Current children cumulated CPU time: 1283.94 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 737548 KiB

Child status: 0
Real time (s): 1253.05
CPU time (s): 1284
CPU user time (s): 1282.54
CPU system time (s): 1.46777
CPU usage (%): 102.47
Max. virtual memory (cumulated for all children) (KiB): 10919000
Max. memory (cumulated for all children) (KiB): 801548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1282.54
system time used= 1.46778
maximum resident set size= 803336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289951
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91033
involuntary context switches= 2654


# summary of solver processes directly reported to runsolver:
#   pid: 847
#   total CPU time (s): 1284
#   total CPU user time (s): 1282.54
#   total CPU system time (s): 1.46777

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.43802 second user time and 11.4773 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-25 21:51:52
IDJOB=4295350
IDBENCH=141526
IDSOLVER=2751
FILE ID=node107/4295350-1532548312
RUNJOBID= node107-1532543154-31453
PBS_JOBID= 21021952
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Mario/Mario-n-medium-5_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295350-1532548312/watcher-4295350-1532548312 -o /tmp/evaluation-result-4295350-1532548312/solver-4295350-1532548312 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1064391850 -superng HOME/instance-4295350-1532548312.xml

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

MD5SUM BENCH= 36a1aa2a38358c951443c34d8d302d49
RANDOM SEED=1064391850

node107.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.40
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.40
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.40
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.40
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:        12300912 kB
MemAvailable:   31218804 kB
Buffers:          284780 kB
Cached:         18752752 kB
SwapCached:            0 kB
Active:          4971724 kB
Inactive:       14830068 kB
Active(anon):     767144 kB
Inactive(anon):    25036 kB
Active(file):    4204580 kB
Inactive(file): 14805032 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26744 kB
Writeback:             0 kB
AnonPages:        769324 kB
Mapped:            53280 kB
Shmem:             25228 kB
Slab:             364132 kB
SReclaimable:     336740 kB
SUnreclaim:        27392 kB
KernelStack:        3824 kB
PageTables:         7072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1739628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    516096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-25 22:12:45