Trace number 4387284

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.10SAT 46.4976 37.3658

General information on the benchmark

NamePrimes/
Primes-m1-p20/Primes-20-40-2-7.xml
MD5SUM37689576328d0295b96bd2728694e285
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 benchmark1.7383
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Number of domains1
Minimum domain size70
Maximum domain size70
Distribution of domain sizes[{"size":70,"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.74/0.55	c Concrete v3.10.1560635388952 running
46.38/37.35	v <instantiation
46.38/37.35	v         >
46.38/37.35	v       <list>
46.38/37.35	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]
46.38/37.35	v       </list>
46.38/37.35	v       <values>
46.38/37.35	v         4 16 60 39 53 24 43 28 12 12 17 68 39 3 18 13 50 32 13 67 21 70 36 6 46 41 15 48 2 19 44 25 18 55 47 34 33 22 32 17 69 20 46 35 68 25 24 48 19 12 15 13 26 65 56 18 54 25 22 68 14 2 25 65 56 11 14 37 23 8 12 33 47 13 52 29 2 26 71 56 11 59 12 66 57 15 47 61
46.38/37.35	v       </values>
46.38/37.35	v     </instantiation>
46.38/37.35	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 (15109 MiB free)
  memory of node 1: 16384 MiB (14758 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387284-1568297375/watcher-4387284-1568297375 -o /tmp/evaluation-result-4387284-1568297375/solver-4387284-1568297375 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8128 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=273233968 HOME/instance-4387284-1568297375.xml 

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

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


[startup+0.100102 s]*
/proc/loadavg: 1.90 1.57 1.47 3/219 11415
/proc/meminfo: memFree=30575656/32770624 swapFree=66940040/67108860
[pid=11358] ppid=11355 vsize=9972712 memory=19124 CPUtime=0.1 cores=0,2,4,6
/proc/11358/stat : 11358 (java) S 11355 11358 6622 0 -1 1077944320 4504 13077 0 0 2 0 5 3 20 0 6 0 405976216 10212057088 4781 33554432000 4194304 4196468 140723324128640 140723324111184 140019446992631 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
/proc/11358/statm: 2493178 4781 1937 1 0 2481616 0
[pid=11358/tid=11411] ppid=11355 vsize=9974768 memory=4279135703980080784 CPUtime=0.09 cores=0,2,4,6
/proc/11358/task/11411/stat : 11411 (java) R 11355 11358 6622 0 -1 4202560 2312 13077 0 0 1 0 5 3 20 0 6 0 405976225 10214162432 4781 33554432000 4194304 4196468 140723324128640 140019418829392 140019439709594 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11412] ppid=11355 vsize=9983520 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11412/stat : 11412 (java) S 11355 11358 6622 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 6 0 405976226 10223124480 4781 33554432000 4194304 4196468 140723324128640 140019451234704 140019447002837 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11413] ppid=11355 vsize=9988792 memory=140693572499072 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11413/stat : 11413 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 6 0 405976226 10228523008 4781 33554432000 4194304 4196468 140723324128640 140019366054160 140019447002837 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11414] ppid=11355 vsize=9988792 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11414/stat : 11414 (java) S 11355 11358 6622 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 6 0 405976226 10228523008 4781 33554432000 4194304 4196468 140723324128640 140019365001872 140019447002837 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11415] ppid=11355 vsize=9988792 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11415/stat : 11415 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 6 0 405976226 10228523008 4847 33554432000 4194304 4196468 140723324128640 140019363949072 140019447002837 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19124 KiB

[startup+0.209993 s]*
/proc/loadavg: 1.90 1.57 1.47 3/228 11424
/proc/meminfo: memFree=30554264/32770624 swapFree=66940040/67108860
[pid=11358] ppid=11355 vsize=10818940 memory=42396 CPUtime=0.27 cores=0,2,4,6
/proc/11358/stat : 11358 (java) S 11355 11358 6622 0 -1 1077944320 6922 13077 0 0 18 1 5 3 20 0 15 0 405976216 11078594560 10599 33554432000 4194304 4196468 140723324128640 140723324111184 140019446992631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
/proc/11358/statm: 2704735 10599 2980 1 0 2667149 0
[pid=11358/tid=11411] ppid=11355 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/11358/task/11411/stat : 11411 (java) R 11355 11358 6622 0 -1 4202560 3423 13077 0 0 11 0 5 3 20 0 15 0 405976225 11078594560 10599 33554432000 4194304 4196468 140723324128640 140019418825200 140019431073118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11412] ppid=11355 vsize=10818940 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11412/stat : 11412 (java) S 11355 11358 6622 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 405976226 11078594560 10599 33554432000 4194304 4196468 140723324128640 140019451234704 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11413] ppid=11355 vsize=10818940 memory=3619120751215195808 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11413/stat : 11413 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976226 11078594560 10599 33554432000 4194304 4196468 140723324128640 140019366054160 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11414] ppid=11355 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11414/stat : 11414 (java) S 11355 11358 6622 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 405976226 11078594560 10599 33554432000 4194304 4196468 140723324128640 140019365001872 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11415] ppid=11355 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11415/stat : 11415 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976226 11078594560 10664 33554432000 4194304 4196468 140723324128640 140019363949072 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11416] ppid=11355 vsize=10818940 memory=140693572499072 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11416/stat : 11416 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976227 11078594560 10664 33554432000 4194304 4196468 140723324128640 140018973596272 140019447003778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11417] ppid=11355 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11417/stat : 11417 (java) S 11355 11358 6622 0 -1 1077944384 13 13077 0 0 0 0 5 3 20 0 15 0 405976228 11078594560 10664 33554432000 4194304 4196468 140723324128640 140018886632736 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11418] ppid=11355 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11418/stat : 11418 (java) S 11355 11358 6622 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 405976228 11078594560 10664 33554432000 4194304 4196468 140723324128640 140018752415344 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11419] ppid=11355 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11419/stat : 11419 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976231 11078594560 10664 33554432000 4194304 4196468 140723324128640 140018148436560 140019447011227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11420] ppid=11355 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11358/task/11420/stat : 11420 (java) S 11355 11358 6622 0 -1 1077944384 363 13077 0 0 1 0 5 3 20 0 15 0 405976231 11078594560 10664 33554432000 4194304 4196468 140723324128640 140018972543088 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11421] ppid=11355 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11358/task/11421/stat : 11421 (java) S 11355 11358 6622 0 -1 1077944384 293 13077 0 0 1 0 5 3 20 0 15 0 405976231 11078594560 10664 33554432000 4194304 4196468 140723324128640 140018971490288 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11422] ppid=11355 vsize=10818940 memory=140693572499072 CPUtime=0.11 cores=0,2,4,6
/proc/11358/task/11422/stat : 11422 (java) S 11355 11358 6622 0 -1 1077944384 623 13077 0 0 3 0 5 3 20 0 15 0 405976231 11078594560 10664 33554432000 4194304 4196468 140723324128640 140018970438000 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11423] ppid=11355 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11423/stat : 11423 (java) S 11355 11358 6622 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 405976231 11078594560 10664 33554432000 4194304 4196468 140723324128640 140017678674400 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11424] ppid=11355 vsize=10818940 memory=140693572499072 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11424/stat : 11424 (java) S 11355 11358 6622 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 405976231 11078594560 10664 33554432000 4194304 4196468 140723324128640 140018969385904 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 42396 KiB

[startup+0.310427 s]*
/proc/loadavg: 1.90 1.57 1.47 4/228 11424
/proc/meminfo: memFree=30542672/32770624 swapFree=66940040/67108860
[pid=11358] ppid=11355 vsize=10820096 memory=53992 CPUtime=0.4 cores=0,2,4,6
/proc/11358/stat : 11358 (java) S 11355 11358 6622 0 -1 1077944320 10685 13077 0 0 29 3 5 3 20 0 15 0 405976216 11079778304 13498 33554432000 4194304 4196468 140723324128640 140723324111184 140019446992631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
/proc/11358/statm: 2705024 13498 3281 1 0 2667149 0
[pid=11358/tid=11411] ppid=11355 vsize=10820096 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/11358/task/11411/stat : 11411 (java) R 11355 11358 6622 0 -1 4202560 7144 13077 0 0 19 2 5 3 20 0 15 0 405976225 11079778304 13498 33554432000 4194304 4196468 140723324128640 140019418807144 140019447004566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11412] ppid=11355 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11412/stat : 11412 (java) S 11355 11358 6622 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 405976226 11079778304 13498 33554432000 4194304 4196468 140723324128640 140019451234704 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11413] ppid=11355 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11413/stat : 11413 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976226 11079778304 13498 33554432000 4194304 4196468 140723324128640 140019366054160 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11414] ppid=11355 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11414/stat : 11414 (java) S 11355 11358 6622 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 405976226 11079778304 13498 33554432000 4194304 4196468 140723324128640 140019365001872 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11415] ppid=11355 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11415/stat : 11415 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976226 11079778304 13498 33554432000 4194304 4196468 140723324128640 140019363949072 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11416] ppid=11355 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11416/stat : 11416 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976227 11079778304 13498 33554432000 4194304 4196468 140723324128640 140018973596272 140019447003778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11417] ppid=11355 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11417/stat : 11417 (java) S 11355 11358 6622 0 -1 1077944384 13 13077 0 0 0 0 5 3 20 0 15 0 405976228 11079778304 13498 33554432000 4194304 4196468 140723324128640 140018886632736 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11418] ppid=11355 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11418/stat : 11418 (java) S 11355 11358 6622 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 405976228 11079778304 13498 33554432000 4194304 4196468 140723324128640 140018752415344 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11419] ppid=11355 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11419/stat : 11419 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976231 11079778304 13498 33554432000 4194304 4196468 140723324128640 140018148436560 140019447011227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11420] ppid=11355 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11358/task/11420/stat : 11420 (java) S 11355 11358 6622 0 -1 1077944384 364 13077 0 0 1 0 5 3 20 0 15 0 405976231 11079778304 13498 33554432000 4194304 4196468 140723324128640 140018972543088 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11421] ppid=11355 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11358/task/11421/stat : 11421 (java) S 11355 11358 6622 0 -1 1077944384 294 13077 0 0 1 0 5 3 20 0 15 0 405976231 11079778304 13498 33554432000 4194304 4196468 140723324128640 140018971490288 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11422] ppid=11355 vsize=10820096 memory=140693572499072 CPUtime=0.13 cores=0,2,4,6
/proc/11358/task/11422/stat : 11422 (java) S 11355 11358 6622 0 -1 1077944384 649 13077 0 0 5 0 5 3 20 0 15 0 405976231 11079778304 13498 33554432000 4194304 4196468 140723324128640 140018970438000 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11423] ppid=11355 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11423/stat : 11423 (java) S 11355 11358 6622 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 405976231 11079778304 13498 33554432000 4194304 4196468 140723324128640 140017678674400 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11424] ppid=11355 vsize=10820244 memory=140693572499072 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11424/stat : 11424 (java) S 11355 11358 6622 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 405976231 11079929856 13498 33554432000 4194304 4196468 140723324128640 140018969385904 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 53992 KiB

[startup+0.702943 s]
/proc/loadavg: 1.90 1.57 1.47 5/228 11424
/proc/meminfo: memFree=30526952/32770624 swapFree=66940040/67108860
[pid=11358] ppid=11355 vsize=10825364 memory=84816 CPUtime=1.15 cores=0,2,4,6
/proc/11358/stat : 11358 (java) S 11355 11358 6622 0 -1 1077944320 14911 13077 0 0 102 5 5 3 20 0 15 0 405976216 11085172736 21166 33554432000 4194304 4196468 140723324128640 140723324111184 140019446992631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
/proc/11358/statm: 2706341 21230 3500 1 0 2668429 0
[pid=11358/tid=11411] ppid=11355 vsize=10824340 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/11358/task/11411/stat : 11411 (java) R 11355 11358 6622 0 -1 1077944384 10538 13077 0 0 56 3 5 3 20 0 15 0 405976225 11084124160 21204 33554432000 4194304 4196468 140723324128640 140019418810592 140019439671853 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11412] ppid=11355 vsize=10825364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11412/stat : 11412 (java) S 11355 11358 6622 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 405976226 11085172736 21204 33554432000 4194304 4196468 140723324128640 140019451234704 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11413] ppid=11355 vsize=10825364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11413/stat : 11413 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976226 11085172736 21204 33554432000 4194304 4196468 140723324128640 140019366054160 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11414] ppid=11355 vsize=10825364 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11414/stat : 11414 (java) S 11355 11358 6622 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 405976226 11085172736 21204 33554432000 4194304 4196468 140723324128640 140019365001872 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11415] ppid=11355 vsize=10825364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11415/stat : 11415 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976226 11085172736 21204 33554432000 4194304 4196468 140723324128640 140019363949072 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11416] ppid=11355 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11416/stat : 11416 (java) S 11355 11358 6622 0 -1 1077944384 5 13077 0 0 0 0 5 3 20 0 15 0 405976227 11084124160 21204 33554432000 4194304 4196468 140723324128640 140018973596272 140019447003778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11417] ppid=11355 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11417/stat : 11417 (java) S 11355 11358 6622 0 -1 1077944384 13 13077 0 0 0 0 5 3 20 0 15 0 405976228 11084124160 21204 33554432000 4194304 4196468 140723324128640 140018886632736 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11418] ppid=11355 vsize=10824340 memory=140693465084688 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11418/stat : 11418 (java) S 11355 11358 6622 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 405976228 11084124160 21204 33554432000 4194304 4196468 140723324128640 140018752415344 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11419] ppid=11355 vsize=10825364 memory=140694538682957 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11419/stat : 11419 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976231 11085172736 21204 33554432000 4194304 4196468 140723324128640 140018148436560 140019447011227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11420] ppid=11355 vsize=10825364 memory=624 CPUtime=0.21 cores=0,2,4,6
/proc/11358/task/11420/stat : 11420 (java) S 11355 11358 6622 0 -1 1077944384 717 13077 0 0 13 0 5 3 20 0 15 0 405976231 11085172736 21204 33554432000 4194304 4196468 140723324128640 140018972543088 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11421] ppid=11355 vsize=10825364 memory=6297835844906604903 CPUtime=0.21 cores=0,2,4,6
/proc/11358/task/11421/stat : 11421 (java) S 11355 11358 6622 0 -1 1077944384 563 13077 0 0 13 0 5 3 20 0 15 0 405976231 11085172736 21204 33554432000 4194304 4196468 140723324128640 140018971490288 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11422] ppid=11355 vsize=10824340 memory=7380108234216663121 CPUtime=0.25 cores=0,2,4,6
/proc/11358/task/11422/stat : 11422 (java) S 11355 11358 6622 0 -1 1077944384 863 13077 0 0 17 0 5 3 20 0 15 0 405976231 11084124160 21204 33554432000 4194304 4196468 140723324128640 140018970438000 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11423] ppid=11355 vsize=10824340 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11423/stat : 11423 (java) S 11355 11358 6622 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 405976231 11084124160 21204 33554432000 4194304 4196468 140723324128640 140017678674400 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11424] ppid=11355 vsize=10825364 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11424/stat : 11424 (java) S 11355 11358 6622 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 405976231 11085172736 21204 33554432000 4194304 4196468 140723324128640 140018969385904 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10825364 KiB
Current children cumulated memory: 84816 KiB

[startup+1.50066 s]
/proc/loadavg: 1.90 1.57 1.47 4/228 11424
/proc/meminfo: memFree=30485044/32770624 swapFree=66940040/67108860
[pid=11358] ppid=11355 vsize=10834656 memory=170416 CPUtime=2.49 cores=0,2,4,6
/proc/11358/stat : 11358 (java) S 11355 11358 6622 0 -1 1077944320 21480 13077 0 0 231 10 5 3 20 0 15 0 405976216 11094687744 42604 33554432000 4194304 4196468 140723324128640 140723324111184 140019446992631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
/proc/11358/statm: 2708664 42604 3582 1 0 2670733 0
[pid=11358/tid=11411] ppid=11355 vsize=10834656 memory=1943560 CPUtime=1.44 cores=0,2,4,6
/proc/11358/task/11411/stat : 11411 (java) R 11355 11358 6622 0 -1 4202560 15273 13077 0 0 130 6 5 3 20 0 15 0 405976225 11094687744 42604 33554432000 4194304 4196468 140723324128640 140019418790320 140019447004566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11412] ppid=11355 vsize=10834656 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11412/stat : 11412 (java) S 11355 11358 6622 0 -1 1077944384 17 13077 0 0 0 0 5 3 20 0 15 0 405976226 11094687744 42604 33554432000 4194304 4196468 140723324128640 140019451234704 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11413] ppid=11355 vsize=10834656 memory=3084 CPUtime=0.09 cores=0,2,4,6
/proc/11358/task/11413/stat : 11413 (java) S 11355 11358 6622 0 -1 1077944384 68 13077 0 0 1 0 5 3 20 0 15 0 405976226 11094687744 42604 33554432000 4194304 4196468 140723324128640 140019366054160 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11414] ppid=11355 vsize=10834656 memory=645056 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11414/stat : 11414 (java) S 11355 11358 6622 0 -1 1077944384 372 13077 0 0 0 0 5 3 20 0 15 0 405976226 11094687744 42604 33554432000 4194304 4196468 140723324128640 140019365001872 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11415] ppid=11355 vsize=10834656 memory=84816 CPUtime=0.09 cores=0,2,4,6
/proc/11358/task/11415/stat : 11415 (java) S 11355 11358 6622 0 -1 1077944384 69 13077 0 0 1 0 5 3 20 0 15 0 405976226 11094687744 42604 33554432000 4194304 4196468 140723324128640 140019363949072 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11416] ppid=11355 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11358/task/11416/stat : 11416 (java) S 11355 11358 6622 0 -1 1077944384 148 13077 0 0 1 0 5 3 20 0 15 0 405976227 11094687744 42604 33554432000 4194304 4196468 140723324128640 140018973596272 140019447003778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11417] ppid=11355 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11417/stat : 11417 (java) S 11355 11358 6622 0 -1 1077944384 14 13077 0 0 0 0 5 3 20 0 15 0 405976228 11094687744 42604 33554432000 4194304 4196468 140723324128640 140018886632736 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11418] ppid=11355 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11418/stat : 11418 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976228 11094687744 42604 33554432000 4194304 4196468 140723324128640 140018752415344 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11419] ppid=11355 vsize=10834656 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11419/stat : 11419 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976231 11094687744 42604 33554432000 4194304 4196468 140723324128640 140018148436560 140019447011227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11420] ppid=11355 vsize=10834656 memory=4638778398332698720 CPUtime=0.33 cores=0,2,4,6
/proc/11358/task/11420/stat : 11420 (java) R 11355 11358 6622 0 -1 1077944384 974 13077 0 0 25 0 5 3 20 0 15 0 405976231 11094687744 42604 33554432000 4194304 4196468 140723324128640 140018972543088 140019447003778 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11421] ppid=11355 vsize=10834656 memory=281386930445248 CPUtime=0.34 cores=0,2,4,6
/proc/11358/task/11421/stat : 11421 (java) S 11355 11358 6622 0 -1 1077944384 727 13077 0 0 26 0 5 3 20 0 15 0 405976231 11094687744 42604 33554432000 4194304 4196468 140723324128640 140018971490288 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11422] ppid=11355 vsize=10834656 memory=6944656592452938395 CPUtime=0.49 cores=0,2,4,6
/proc/11358/task/11422/stat : 11422 (java) R 11355 11358 6622 0 -1 4202560 1605 13077 0 0 41 0 5 3 20 0 15 0 405976231 11094687744 42604 33554432000 4194304 4196468 140723324128640 140018970438000 140019428402639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11423] ppid=11355 vsize=10834656 memory=-7233780906022716832 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11423/stat : 11423 (java) S 11355 11358 6622 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 405976231 11094687744 42604 33554432000 4194304 4196468 140723324128640 140017678674400 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11424] ppid=11355 vsize=10834656 memory=4137290303932963203 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11424/stat : 11424 (java) S 11355 11358 6622 0 -1 1077944384 1 13077 0 0 0 0 5 3 20 0 15 0 405976231 11094687744 42604 33554432000 4194304 4196468 140723324128640 140018969385904 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834656 KiB

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

[pid=11358/tid=11423] ppid=11355 vsize=10844916 memory=1976 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11423/stat : 11423 (java) S 11355 11358 6622 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 405976231 11105193984 207043 33554432000 4194304 4196468 140723324128640 140017678674400 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11424] ppid=11355 vsize=10844916 memory=2432 CPUtime=0.09 cores=0,2,4,6
/proc/11358/task/11424/stat : 11424 (java) S 11355 11358 6622 0 -1 1077944384 301 13077 0 0 1 0 5 3 20 0 15 0 405976231 11105193984 207043 33554432000 4194304 4196468 140723324128640 140018969385904 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
Current children cumulated CPU time: 44.28 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 828172 KiB

[startup+36.0007 s]*
/proc/loadavg: 1.78 1.58 1.48 3/227 11424
/proc/meminfo: memFree=29759988/32770624 swapFree=66940040/67108860
[pid=11358] ppid=11355 vsize=10844916 memory=835852 CPUtime=45.08 cores=0,2,4,6
/proc/11358/stat : 11358 (java) S 11355 11358 6622 0 -1 1077944320 75343 13077 0 0 4458 42 5 3 20 0 15 0 405976216 11105193984 208963 33554432000 4194304 4196468 140723324128640 140723324111184 140019446992631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
/proc/11358/statm: 2711229 208963 3620 1 0 2673293 0
[pid=11358/tid=11411] ppid=11355 vsize=10844916 memory=6791534058613427641 CPUtime=35.33 cores=0,2,4,6
/proc/11358/task/11411/stat : 11411 (java) R 11355 11358 6622 0 -1 4202560 26521 13077 0 0 3509 16 5 3 20 0 15 0 405976225 11105193984 208963 33554432000 4194304 4196468 140723324128640 140019418827728 140019047984448 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11412] ppid=11355 vsize=10844916 memory=4872558044660077418 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11412/stat : 11412 (java) S 11355 11358 6622 0 -1 1077944384 1175 13077 0 0 6 2 5 3 20 0 15 0 405976226 11105193984 208963 33554432000 4194304 4196468 140723324128640 140019451234704 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11413] ppid=11355 vsize=10844916 memory=800 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11413/stat : 11413 (java) S 11355 11358 6622 0 -1 1077944384 238 13077 0 0 6 2 5 3 20 0 15 0 405976226 11105193984 208963 33554432000 4194304 4196468 140723324128640 140019366054160 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11414] ppid=11355 vsize=10844916 memory=1804 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11414/stat : 11414 (java) S 11355 11358 6622 0 -1 1077944384 1886 13077 0 0 5 3 5 3 20 0 15 0 405976226 11105193984 208963 33554432000 4194304 4196468 140723324128640 140019365001872 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11415] ppid=11355 vsize=10844916 memory=920 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11415/stat : 11415 (java) S 11355 11358 6622 0 -1 1077944384 800 13077 0 0 6 2 5 3 20 0 15 0 405976226 11105193984 208963 33554432000 4194304 4196468 140723324128640 140019363949072 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11416] ppid=11355 vsize=10844916 memory=3852 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11416/stat : 11416 (java) S 11355 11358 6622 0 -1 1077944384 4040 13077 0 0 7 1 5 3 20 0 15 0 405976227 11105193984 208963 33554432000 4194304 4196468 140723324128640 140018973596272 140019447003778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11417] ppid=11355 vsize=10844916 memory=2868 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11417/stat : 11417 (java) S 11355 11358 6622 0 -1 1077944384 15 13077 0 0 0 0 5 3 20 0 15 0 405976228 11105193984 208963 33554432000 4194304 4196468 140723324128640 140018886632800 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11418] ppid=11355 vsize=10844916 memory=2604 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11418/stat : 11418 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976228 11105193984 208963 33554432000 4194304 4196468 140723324128640 140018752415360 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11419] ppid=11355 vsize=10844916 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11419/stat : 11419 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976231 11105193984 208963 33554432000 4194304 4196468 140723324128640 140018148436560 140019447011227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11420] ppid=11355 vsize=10844916 memory=3180 CPUtime=3.21 cores=0,2,4,6
/proc/11358/task/11420/stat : 11420 (java) S 11355 11358 6622 0 -1 1077944384 12731 13077 0 0 309 4 5 3 20 0 15 0 405976231 11105193984 208963 33554432000 4194304 4196468 140723324128640 140018972543088 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11421] ppid=11355 vsize=10844916 memory=0 CPUtime=3.41 cores=0,2,4,6
/proc/11358/task/11421/stat : 11421 (java) S 11355 11358 6622 0 -1 1077944384 14064 13077 0 0 329 4 5 3 20 0 15 0 405976231 11105193984 208963 33554432000 4194304 4196468 140723324128640 140018971490288 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11422] ppid=11355 vsize=10844916 memory=0 CPUtime=2.85 cores=0,2,4,6
/proc/11358/task/11422/stat : 11422 (java) S 11355 11358 6622 0 -1 1077944384 11359 13077 0 0 273 4 5 3 20 0 15 0 405976231 11105193984 208963 33554432000 4194304 4196468 140723324128640 140018970438000 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11423] ppid=11355 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11423/stat : 11423 (java) S 11355 11358 6622 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 405976231 11105193984 208963 33554432000 4194304 4196468 140723324128640 140017678674400 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11424] ppid=11355 vsize=10844916 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11358/task/11424/stat : 11424 (java) S 11355 11358 6622 0 -1 1077944384 301 13077 0 0 1 0 5 3 20 0 15 0 405976231 11105193984 208963 33554432000 4194304 4196468 140723324128640 140018969385904 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 43 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
Current children cumulated CPU time: 45.08 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 835852 KiB

[startup+36.8007 s]
/proc/loadavg: 1.78 1.58 1.48 3/227 11424
/proc/meminfo: memFree=29759988/32770624 swapFree=66940040/67108860
[pid=11358] ppid=11355 vsize=10844916 memory=835340 CPUtime=45.88 cores=0,2,4,6
/proc/11358/stat : 11358 (java) S 11355 11358 6622 0 -1 1077944320 75345 13077 0 0 4537 43 5 3 20 0 15 0 405976216 11105193984 208835 33554432000 4194304 4196468 140723324128640 140723324111184 140019446992631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
/proc/11358/statm: 2711229 208835 3620 1 0 2673293 0
[pid=11358/tid=11411] ppid=11355 vsize=10844916 memory=303483901870080289 CPUtime=36.12 cores=0,2,4,6
/proc/11358/task/11411/stat : 11411 (java) R 11355 11358 6622 0 -1 4202560 26522 13077 0 0 3588 16 5 3 20 0 15 0 405976225 11105193984 208835 33554432000 4194304 4196468 140723324128640 140019418828320 140019048435928 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11412] ppid=11355 vsize=10844916 memory=288287770756252881 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11412/stat : 11412 (java) S 11355 11358 6622 0 -1 1077944384 1176 13077 0 0 6 2 5 3 20 0 15 0 405976226 11105193984 208835 33554432000 4194304 4196468 140723324128640 140019451234704 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11413] ppid=11355 vsize=10844916 memory=6791534058613427641 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11413/stat : 11413 (java) S 11355 11358 6622 0 -1 1077944384 238 13077 0 0 6 2 5 3 20 0 15 0 405976226 11105193984 208835 33554432000 4194304 4196468 140723324128640 140019366054160 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11414] ppid=11355 vsize=10844916 memory=817972 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11414/stat : 11414 (java) S 11355 11358 6622 0 -1 1077944384 1886 13077 0 0 5 3 5 3 20 0 15 0 405976226 11105193984 208835 33554432000 4194304 4196468 140723324128640 140019365001872 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11415] ppid=11355 vsize=10844916 memory=12040 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11415/stat : 11415 (java) S 11355 11358 6622 0 -1 1077944384 800 13077 0 0 6 2 5 3 20 0 15 0 405976226 11105193984 208835 33554432000 4194304 4196468 140723324128640 140019363949072 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11416] ppid=11355 vsize=10844916 memory=22092 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11416/stat : 11416 (java) S 11355 11358 6622 0 -1 1077944384 4040 13077 0 0 7 1 5 3 20 0 15 0 405976227 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018973596272 140019447003778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11417] ppid=11355 vsize=10844916 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11417/stat : 11417 (java) S 11355 11358 6622 0 -1 1077944384 15 13077 0 0 0 0 5 3 20 0 15 0 405976228 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018886632800 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11418] ppid=11355 vsize=10844916 memory=532 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11418/stat : 11418 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976228 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018752415360 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11419] ppid=11355 vsize=10844916 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11419/stat : 11419 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018148436560 140019447011227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11420] ppid=11355 vsize=10844916 memory=1720 CPUtime=3.21 cores=0,2,4,6
/proc/11358/task/11420/stat : 11420 (java) S 11355 11358 6622 0 -1 1077944384 12731 13077 0 0 309 4 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018972543088 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11421] ppid=11355 vsize=10844916 memory=1976 CPUtime=3.41 cores=0,2,4,6
/proc/11358/task/11421/stat : 11421 (java) S 11355 11358 6622 0 -1 1077944384 14064 13077 0 0 329 4 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018971490288 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11422] ppid=11355 vsize=10844916 memory=2432 CPUtime=2.85 cores=0,2,4,6
/proc/11358/task/11422/stat : 11422 (java) S 11355 11358 6622 0 -1 1077944384 11359 13077 0 0 273 4 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018970438000 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11423] ppid=11355 vsize=10844916 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11423/stat : 11423 (java) S 11355 11358 6622 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140017678674400 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11424] ppid=11355 vsize=10844916 memory=800 CPUtime=0.09 cores=0,2,4,6
/proc/11358/task/11424/stat : 11424 (java) S 11355 11358 6622 0 -1 1077944384 301 13077 0 0 1 0 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018969385904 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 43 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
Current children cumulated CPU time: 45.88 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 835340 KiB

[startup+37.2007 s]
/proc/loadavg: 1.78 1.58 1.48 3/227 11424
/proc/meminfo: memFree=29759988/32770624 swapFree=66940040/67108860
[pid=11358] ppid=11355 vsize=10844916 memory=835340 CPUtime=46.28 cores=0,2,4,6
/proc/11358/stat : 11358 (java) S 11355 11358 6622 0 -1 1077944320 75347 13077 0 0 4577 43 5 3 20 0 15 0 405976216 11105193984 208835 33554432000 4194304 4196468 140723324128640 140723324111184 140019446992631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
/proc/11358/statm: 2711229 208835 3620 1 0 2673293 0
[pid=11358/tid=11411] ppid=11355 vsize=10844916 memory=7440055712643836247 CPUtime=36.52 cores=0,2,4,6
/proc/11358/task/11411/stat : 11411 (java) R 11355 11358 6622 0 -1 4202560 26523 13077 0 0 3628 16 5 3 20 0 15 0 405976225 11105193984 208835 33554432000 4194304 4196468 140723324128640 140019418828320 140019047991209 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11412] ppid=11355 vsize=10844916 memory=5793951715638460521 CPUtime=0.17 cores=0,2,4,6
/proc/11358/task/11412/stat : 11412 (java) S 11355 11358 6622 0 -1 1077944384 1176 13077 0 0 6 3 5 3 20 0 15 0 405976226 11105193984 208835 33554432000 4194304 4196468 140723324128640 140019451234704 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11413] ppid=11355 vsize=10844916 memory=7440055712643836503 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11413/stat : 11413 (java) S 11355 11358 6622 0 -1 1077944384 239 13077 0 0 6 2 5 3 20 0 15 0 405976226 11105193984 208835 33554432000 4194304 4196468 140723324128640 140019366054160 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11414] ppid=11355 vsize=10844916 memory=5793951715638460521 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11414/stat : 11414 (java) S 11355 11358 6622 0 -1 1077944384 1886 13077 0 0 5 3 5 3 20 0 15 0 405976226 11105193984 208835 33554432000 4194304 4196468 140723324128640 140019365001872 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11415] ppid=11355 vsize=10844916 memory=7584170900719691863 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11415/stat : 11415 (java) S 11355 11358 6622 0 -1 1077944384 800 13077 0 0 6 2 5 3 20 0 15 0 405976226 11105193984 208835 33554432000 4194304 4196468 140723324128640 140019363949072 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11416] ppid=11355 vsize=10844916 memory=5787233549853680960 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11416/stat : 11416 (java) S 11355 11358 6622 0 -1 1077944384 4040 13077 0 0 7 1 5 3 20 0 15 0 405976227 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018973596272 140019447003778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11417] ppid=11355 vsize=10844916 memory=5787213904088350821 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11417/stat : 11417 (java) S 11355 11358 6622 0 -1 1077944384 15 13077 0 0 0 0 5 3 20 0 15 0 405976228 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018886632800 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11418] ppid=11355 vsize=10844916 memory=5787213904088350821 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11418/stat : 11418 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976228 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018752415360 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11419] ppid=11355 vsize=10844916 memory=4640185790397179747 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11419/stat : 11419 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018148436560 140019447011227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11420] ppid=11355 vsize=10844916 memory=4640185790397180259 CPUtime=3.21 cores=0,2,4,6
/proc/11358/task/11420/stat : 11420 (java) S 11355 11358 6622 0 -1 1077944384 12731 13077 0 0 309 4 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018972543088 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11421] ppid=11355 vsize=10844916 memory=4640185790396788322 CPUtime=3.41 cores=0,2,4,6
/proc/11358/task/11421/stat : 11421 (java) S 11355 11358 6622 0 -1 1077944384 14064 13077 0 0 329 4 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018971490288 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11422] ppid=11355 vsize=10844916 memory=5787213904088350821 CPUtime=2.85 cores=0,2,4,6
/proc/11358/task/11422/stat : 11422 (java) S 11355 11358 6622 0 -1 1077944384 11359 13077 0 0 273 4 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018970438000 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11423] ppid=11355 vsize=10844916 memory=5792544340754907239 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11423/stat : 11423 (java) S 11355 11358 6622 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140017678674400 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11424] ppid=11355 vsize=10844916 memory=297237773746962458 CPUtime=0.09 cores=0,2,4,6
/proc/11358/task/11424/stat : 11424 (java) S 11355 11358 6622 0 -1 1077944384 301 13077 0 0 1 0 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018969385904 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 43 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
Current children cumulated CPU time: 46.28 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 835340 KiB

[startup+37.3007 s]
/proc/loadavg: 1.78 1.58 1.48 3/227 11424
/proc/meminfo: memFree=29759988/32770624 swapFree=66940040/67108860
[pid=11358] ppid=11355 vsize=10844916 memory=835340 CPUtime=46.38 cores=0,2,4,6
/proc/11358/stat : 11358 (java) S 11355 11358 6622 0 -1 1077944320 75381 13077 0 0 4587 43 5 3 20 0 15 0 405976216 11105193984 208835 33554432000 4194304 4196468 140723324128640 140723324111184 140019446992631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
/proc/11358/statm: 2711229 208835 3620 1 0 2673293 0
[pid=11358/tid=11411] ppid=11355 vsize=10844916 memory=835340 CPUtime=36.62 cores=0,2,4,6
/proc/11358/task/11411/stat : 11411 (java) R 11355 11358 6622 0 -1 4202560 26557 13077 0 0 3638 16 5 3 20 0 15 0 405976225 11105193984 208835 33554432000 4194304 4196468 140723324128640 140019418828320 140019048218233 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11412] ppid=11355 vsize=10844916 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/11358/task/11412/stat : 11412 (java) S 11355 11358 6622 0 -1 1077944384 1176 13077 0 0 6 3 5 3 20 0 15 0 405976226 11105193984 208835 33554432000 4194304 4196468 140723324128640 140019451234704 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11413] ppid=11355 vsize=10844916 memory=826108 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11413/stat : 11413 (java) S 11355 11358 6622 0 -1 1077944384 239 13077 0 0 6 2 5 3 20 0 15 0 405976226 11105193984 208835 33554432000 4194304 4196468 140723324128640 140019366054160 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11414] ppid=11355 vsize=10844916 memory=835852 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11414/stat : 11414 (java) S 11355 11358 6622 0 -1 1077944384 1886 13077 0 0 5 3 5 3 20 0 15 0 405976226 11105193984 208835 33554432000 4194304 4196468 140723324128640 140019365001872 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11415] ppid=11355 vsize=10844916 memory=835340 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11415/stat : 11415 (java) S 11355 11358 6622 0 -1 1077944384 800 13077 0 0 6 2 5 3 20 0 15 0 405976226 11105193984 208835 33554432000 4194304 4196468 140723324128640 140019363949072 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11416] ppid=11355 vsize=10844916 memory=835340 CPUtime=0.16 cores=0,2,4,6
/proc/11358/task/11416/stat : 11416 (java) S 11355 11358 6622 0 -1 1077944384 4040 13077 0 0 7 1 5 3 20 0 15 0 405976227 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018973596272 140019447003778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11417] ppid=11355 vsize=10844916 memory=835340 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11417/stat : 11417 (java) S 11355 11358 6622 0 -1 1077944384 15 13077 0 0 0 0 5 3 20 0 15 0 405976228 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018886632800 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11418] ppid=11355 vsize=10844916 memory=826108 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11418/stat : 11418 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976228 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018752415360 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11419] ppid=11355 vsize=10844916 memory=835340 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11419/stat : 11419 (java) S 11355 11358 6622 0 -1 1077944384 2 13077 0 0 0 0 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018148436560 140019447011227 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11420] ppid=11355 vsize=10844916 memory=281386930920128 CPUtime=3.21 cores=0,2,4,6
/proc/11358/task/11420/stat : 11420 (java) S 11355 11358 6622 0 -1 1077944384 12731 13077 0 0 309 4 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018972543088 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11421] ppid=11355 vsize=10844916 memory=5960 CPUtime=3.41 cores=0,2,4,6
/proc/11358/task/11421/stat : 11421 (java) S 11355 11358 6622 0 -1 1077944384 14064 13077 0 0 329 4 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018971490288 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11422] ppid=11355 vsize=10844916 memory=828172 CPUtime=2.85 cores=0,2,4,6
/proc/11358/task/11422/stat : 11422 (java) S 11355 11358 6622 0 -1 1077944384 11359 13077 0 0 273 4 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018970438000 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11423] ppid=11355 vsize=10844916 memory=797432 CPUtime=0.08 cores=0,2,4,6
/proc/11358/task/11423/stat : 11423 (java) S 11355 11358 6622 0 -1 1077944384 3 13077 0 0 0 0 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140017678674400 140019447002837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
[pid=11358/tid=11424] ppid=11355 vsize=10844916 memory=2832 CPUtime=0.09 cores=0,2,4,6
/proc/11358/task/11424/stat : 11424 (java) S 11355 11358 6622 0 -1 1077944384 301 13077 0 0 1 0 5 3 20 0 15 0 405976231 11105193984 208835 33554432000 4194304 4196468 140723324128640 140018969385904 140019447003778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 43 0 0 6293624 6294260 19292160 140723324136182 140723324138693 140723324138693 140723324141519 0
Current children cumulated CPU time: 46.38 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 835340 KiB

Child status: 0
Real time (s): 37.3658
CPU time (s): 46.4976
CPU user time (s): 46.0111
CPU system time (s): 0.486451
CPU usage (%): 124.439
Max. virtual memory (cumulated for all children) (KiB): 10850148
Max. memory (cumulated for all children) (KiB): 835852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.0111
system time used= 0.486451
maximum resident set size= 837940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94727
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15593
involuntary context switches= 132


# summary of solver processes directly reported to runsolver:
#   pid: 11358
#   total CPU time (s): 46.4976
#   total CPU user time (s): 46.0111
#   total CPU system time (s): 0.486451

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.205632 second user time and 0.429718 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-12 16:08:57
IDJOB=4387284
IDBENCH=133326
IDSOLVER=2823
FILE ID=node149/4387284-1568297375
RUNJOBID= node149-1568287628-8128
PBS_JOBID= 21701062
Free space on /tmp= 54640 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Primes/Primes-m1-p20/Primes-20-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-4387284-1568297375/watcher-4387284-1568297375 -o /tmp/evaluation-result-4387284-1568297375/solver-4387284-1568297375 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8128 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=273233968 HOME/instance-4387284-1568297375.xml

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

MD5SUM BENCH= 37689576328d0295b96bd2728694e285
RANDOM SEED=273233968

node149.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.81
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.81
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.81
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.81
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:        30585124 kB
MemAvailable:   31230176 kB
Buffers:          100976 kB
Cached:           843168 kB
SwapCached:        61020 kB
Active:          1062144 kB
Inactive:         574128 kB
Active(anon):     660956 kB
Inactive(anon):    71332 kB
Active(file):     401188 kB
Inactive(file):   502796 kB
Unevictable:      111364 kB
Mlocked:          111364 kB
SwapTotal:      67108860 kB
SwapFree:       66940040 kB
Dirty:             35464 kB
Writeback:             0 kB
AnonPages:        758632 kB
Mapped:            55632 kB
Shmem:             30988 kB
Slab:             142408 kB
SReclaimable:     113808 kB
SUnreclaim:        28600 kB
KernelStack:        4000 kB
PageTables:         7000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1903632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    587776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 54604 MiB
End job on node149 at 2019-09-12 16:09:35