Trace number 4400631

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2SAT 30.7263 22.7525

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-08.xml
MD5SUMee1da6b537c1ecd46a877bd70c24ae39
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.402036
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints477
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree8
Maximum variable degree30
Distribution of variable degrees[{"degree":8,"count":1},{"degree":9,"count":2},{"degree":10,"count":3},{"degree":12,"count":2},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":17,"count":5},{"degree":18,"count":4},{"degree":19,"count":4},{"degree":20,"count":6},{"degree":22,"count":5},{"degree":23,"count":2},{"degree":24,"count":5},{"degree":25,"count":1},{"degree":26,"count":1},{"degree":27,"count":2},{"degree":28,"count":2},{"degree":30,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":477}]
Number of extensional constraints477
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":477}]
Optimization problemNO
Type of objective

Solver Data

0.77/0.54	c Concrete v3.12.2.1568631193530 running
30.63/22.74	v <instantiation
30.63/22.74	v         >
30.63/22.74	v       <list>
30.63/22.74	v         x[0] x[1] 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[16] x[17] x[18] x[19] x[20] x[21] x[22] 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]
30.63/22.74	v       </list>
30.63/22.74	v       <values>
30.63/22.74	v         9 14 1 14 17 9 2 16 9 19 18 7 19 5 14 5 16 13 2 2 9 15 3 11 13 11 16 17 18 19 20 12 10 19 17 5 3 4 17 3 8 14 12 16 2 2 9 12 19 16
30.63/22.74	v       </values>
30.63/22.74	v     </instantiation>
30.63/22.74	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 (12776 MiB free)
  memory of node 1: 16384 MiB (15726 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400631-1568679416/watcher-4400631-1568679416 -o /tmp/evaluation-result-4400631-1568679416/solver-4400631-1568679416 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18225 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1545093772 HOME/instance-4400631-1568679416.xml 

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

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

solver pid=20719, runsolver pid=20716

[startup+0.110302 s]*
/proc/loadavg: 2.04 1.70 1.57 3/218 20776
/proc/meminfo: memFree=29176536/32770624 swapFree=66917056/67108860
[pid=20719] ppid=20716 vsize=10355560 memory=21712 CPUtime=0.1 cores=1,3,5,7
/proc/20719/stat : 20719 (java) S 20716 20719 18193 0 -1 1077944320 4681 13293 0 0 2 1 5 2 20 0 9 0 443855400 10604093440 5428 33554432000 4194304 4196468 140727114241184 140727114223728 140656944611063 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
/proc/20719/statm: 2588890 5428 2102 1 0 2551431 0
[pid=20719/tid=20772] ppid=20716 vsize=10355560 memory=4351193297984390280 CPUtime=0.08 cores=1,3,5,7
/proc/20719/task/20772/stat : 20772 (java) R 20716 20719 18193 0 -1 4202560 2441 13293 0 0 1 0 5 2 20 0 9 0 443855409 10604093440 5428 33554432000 4194304 4196468 140727114241184 140656916447088 140656944632989 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20773] ppid=20716 vsize=10355560 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20773/stat : 20773 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 9 0 443855409 10604093440 5428 33554432000 4194304 4196468 140727114241184 140656948853008 140656944621269 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20774] ppid=20716 vsize=10355560 memory=140530172876416 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20774/stat : 20774 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 9 0 443855409 10604093440 5428 33554432000 4194304 4196468 140727114241184 140656837126544 140656944621269 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20775] ppid=20716 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20775/stat : 20775 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 9 0 443855409 10604093440 5428 33554432000 4194304 4196468 140727114241184 140656836074000 140656944621269 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20776] ppid=20716 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20776/stat : 20776 (java) S 20716 20719 18193 0 -1 1077944384 2 13293 0 0 0 0 5 2 20 0 9 0 443855409 10604093440 5428 33554432000 4194304 4196468 140727114241184 140656835021456 140656944621269 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20777] ppid=20716 vsize=10355560 memory=140530172876416 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20777/stat : 20777 (java) S 20716 20719 18193 0 -1 1077944384 2 13293 0 0 0 0 5 2 20 0 9 0 443855411 10604093440 5428 33554432000 4194304 4196468 140727114241184 140656403114480 140656944622210 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20778] ppid=20716 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20778/stat : 20778 (java) S 20716 20719 18193 0 -1 1077944384 33 13293 0 0 0 0 5 2 20 0 9 0 443855411 10604093440 5428 33554432000 4194304 4196468 140727114241184 140656402060704 140656944621269 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20779] ppid=20716 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20779/stat : 20779 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 9 0 443855412 10604093440 5428 33554432000 4194304 4196468 140727114241184 140655816861232 140656944621269 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 21712 KiB

[startup+0.21016 s]*
/proc/loadavg: 2.04 1.70 1.57 4/227 20785
/proc/meminfo: memFree=29163504/32770624 swapFree=66917056/67108860
[pid=20719] ppid=20716 vsize=10820196 memory=39640 CPUtime=0.27 cores=1,3,5,7
/proc/20719/stat : 20719 (java) S 20716 20719 18193 0 -1 1077944320 7285 13293 0 0 18 2 5 2 20 0 15 0 443855400 11079880704 9910 33554432000 4194304 4196468 140727114241184 140727114223728 140656944611063 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
/proc/20719/statm: 2705049 9910 3295 1 0 2667149 0
[pid=20719/tid=20772] ppid=20716 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/20719/task/20772/stat : 20772 (java) R 20716 20719 18193 0 -1 4202560 3740 13293 0 0 11 1 5 2 20 0 15 0 443855409 11079880704 9910 33554432000 4194304 4196468 140727114241184 140656916425248 140656928691550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20773] ppid=20716 vsize=10820196 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20773/stat : 20773 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 15 0 443855409 11079880704 9910 33554432000 4194304 4196468 140727114241184 140656948853008 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20774] ppid=20716 vsize=10820196 memory=140530172894898 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20774/stat : 20774 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 15 0 443855409 11079880704 9910 33554432000 4194304 4196468 140727114241184 140656837126544 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20775] ppid=20716 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20775/stat : 20775 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 15 0 443855409 11079880704 9910 33554432000 4194304 4196468 140727114241184 140656836074000 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20776] ppid=20716 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20776/stat : 20776 (java) S 20716 20719 18193 0 -1 1077944384 2 13293 0 0 0 0 5 2 20 0 15 0 443855409 11079880704 9910 33554432000 4194304 4196468 140727114241184 140656835021456 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20777] ppid=20716 vsize=10820196 memory=140530172876416 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20777/stat : 20777 (java) S 20716 20719 18193 0 -1 1077944384 2 13293 0 0 0 0 5 2 20 0 15 0 443855411 11079880704 9910 33554432000 4194304 4196468 140727114241184 140656403114480 140656944622210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20778] ppid=20716 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20778/stat : 20778 (java) S 20716 20719 18193 0 -1 1077944384 33 13293 0 0 0 0 5 2 20 0 15 0 443855411 11079880704 9910 33554432000 4194304 4196468 140727114241184 140656402060704 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20779] ppid=20716 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20779/stat : 20779 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 15 0 443855412 11079880704 9910 33554432000 4194304 4196468 140727114241184 140655816861168 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20780] ppid=20716 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20780/stat : 20780 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855414 11079880704 9910 33554432000 4194304 4196468 140727114241184 140655509461712 140656944629659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20781] ppid=20716 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20719/task/20781/stat : 20781 (java) S 20716 20719 18193 0 -1 1077944384 481 13293 0 0 1 0 5 2 20 0 15 0 443855414 11079880704 9910 33554432000 4194304 4196468 140727114241184 140656368502768 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20782] ppid=20716 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20719/task/20782/stat : 20782 (java) S 20716 20719 18193 0 -1 1077944384 188 13293 0 0 1 0 5 2 20 0 15 0 443855414 11079880704 9910 33554432000 4194304 4196468 140727114241184 140656367450224 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20783] ppid=20716 vsize=10820196 memory=140530172876416 CPUtime=0.1 cores=1,3,5,7
/proc/20719/task/20783/stat : 20783 (java) S 20716 20719 18193 0 -1 1077944384 623 13293 0 0 3 0 5 2 20 0 15 0 443855414 11079880704 9910 33554432000 4194304 4196468 140727114241184 140656366397680 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20784] ppid=20716 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20784/stat : 20784 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855414 11079880704 9910 33554432000 4194304 4196468 140727114241184 140655475903072 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20785] ppid=20716 vsize=10820196 memory=140530172876416 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20785/stat : 20785 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 15 0 443855415 11079880704 9910 33554432000 4194304 4196468 140727114241184 140656365345584 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 39640 KiB

[startup+0.310467 s]*
/proc/loadavg: 2.04 1.70 1.57 4/227 20785
/proc/meminfo: memFree=29151196/32770624 swapFree=66917056/67108860
[pid=20719] ppid=20716 vsize=10820196 memory=48136 CPUtime=0.4 cores=1,3,5,7
/proc/20719/stat : 20719 (java) S 20716 20719 18193 0 -1 1077944320 10782 13293 0 0 29 4 5 2 20 0 15 0 443855400 11079880704 12034 33554432000 4194304 4196468 140727114241184 140727114223728 140656944611063 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
/proc/20719/statm: 2705049 12034 3308 1 0 2667149 0
[pid=20719/tid=20772] ppid=20716 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/20719/task/20772/stat : 20772 (java) R 20716 20719 18193 0 -1 4202560 7219 13293 0 0 19 3 5 2 20 0 15 0 443855409 11079880704 12034 33554432000 4194304 4196468 140727114241184 140656916429152 140656944632989 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20773] ppid=20716 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20773/stat : 20773 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 15 0 443855409 11079880704 12034 33554432000 4194304 4196468 140727114241184 140656948853008 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20774] ppid=20716 vsize=10820196 memory=140530172887009 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20774/stat : 20774 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 15 0 443855409 11079880704 12034 33554432000 4194304 4196468 140727114241184 140656837126544 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20775] ppid=20716 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20775/stat : 20775 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 15 0 443855409 11079880704 12034 33554432000 4194304 4196468 140727114241184 140656836074000 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20776] ppid=20716 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20776/stat : 20776 (java) S 20716 20719 18193 0 -1 1077944384 2 13293 0 0 0 0 5 2 20 0 15 0 443855409 11079880704 12034 33554432000 4194304 4196468 140727114241184 140656835021456 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20777] ppid=20716 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20777/stat : 20777 (java) S 20716 20719 18193 0 -1 1077944384 2 13293 0 0 0 0 5 2 20 0 15 0 443855411 11079880704 12034 33554432000 4194304 4196468 140727114241184 140656403114480 140656944622210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20778] ppid=20716 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20778/stat : 20778 (java) S 20716 20719 18193 0 -1 1077944384 33 13293 0 0 0 0 5 2 20 0 15 0 443855411 11079880704 12034 33554432000 4194304 4196468 140727114241184 140656402060704 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20779] ppid=20716 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20779/stat : 20779 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 15 0 443855412 11079880704 12034 33554432000 4194304 4196468 140727114241184 140655816861168 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20780] ppid=20716 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20780/stat : 20780 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855414 11079880704 12034 33554432000 4194304 4196468 140727114241184 140655509461712 140656944629659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20781] ppid=20716 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20719/task/20781/stat : 20781 (java) R 20716 20719 18193 0 -1 1077944384 481 13293 0 0 2 0 5 2 20 0 15 0 443855414 11079880704 12034 33554432000 4194304 4196468 140727114241184 140656368502768 140656944622210 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20782] ppid=20716 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/20719/task/20782/stat : 20782 (java) S 20716 20719 18193 0 -1 1077944384 189 13293 0 0 2 0 5 2 20 0 15 0 443855414 11079880704 12034 33554432000 4194304 4196468 140727114241184 140656367450224 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20783] ppid=20716 vsize=10820196 memory=140530172876416 CPUtime=0.12 cores=1,3,5,7
/proc/20719/task/20783/stat : 20783 (java) R 20716 20719 18193 0 -1 4202560 641 13293 0 0 5 0 5 2 20 0 15 0 443855414 11079880704 12034 33554432000 4194304 4196468 140727114241184 140656366397680 140656924948784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20784] ppid=20716 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20784/stat : 20784 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855414 11079880704 12034 33554432000 4194304 4196468 140727114241184 140655475903072 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20785] ppid=20716 vsize=10820196 memory=140530172876416 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20785/stat : 20785 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 15 0 443855415 11079880704 12034 33554432000 4194304 4196468 140727114241184 140656365345584 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48136 KiB

[startup+0.701871 s]
/proc/loadavg: 2.04 1.70 1.57 3/227 20785
/proc/meminfo: memFree=29135552/32770624 swapFree=66917056/67108860
[pid=20719] ppid=20716 vsize=10824364 memory=81768 CPUtime=1.15 cores=1,3,5,7
/proc/20719/stat : 20719 (java) S 20716 20719 18193 0 -1 1077944320 15210 13293 0 0 102 6 5 2 20 0 15 0 443855400 11084148736 20442 33554432000 4194304 4196468 140727114241184 140727114223728 140656944611063 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
/proc/20719/statm: 2706091 20442 3506 1 0 2668173 0
[pid=20719/tid=20772] ppid=20716 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/20719/task/20772/stat : 20772 (java) R 20716 20719 18193 0 -1 1077944384 10532 13293 0 0 55 5 5 2 20 0 15 0 443855409 11084148736 20442 33554432000 4194304 4196468 140727114241184 140656916441648 140656944621269 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20773] ppid=20716 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20773/stat : 20773 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 15 0 443855409 11084148736 20442 33554432000 4194304 4196468 140727114241184 140656948853008 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20774] ppid=20716 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20774/stat : 20774 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 15 0 443855409 11084148736 20442 33554432000 4194304 4196468 140727114241184 140656837126544 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20775] ppid=20716 vsize=10824364 memory=281060109937120 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20775/stat : 20775 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 15 0 443855409 11084148736 20442 33554432000 4194304 4196468 140727114241184 140656836074000 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20776] ppid=20716 vsize=10824364 memory=2352367011585 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20776/stat : 20776 (java) S 20716 20719 18193 0 -1 1077944384 2 13293 0 0 0 0 5 2 20 0 15 0 443855409 11084148736 20442 33554432000 4194304 4196468 140727114241184 140656835021456 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20777] ppid=20716 vsize=10824364 memory=19773116 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20777/stat : 20777 (java) S 20716 20719 18193 0 -1 1077944384 5 13293 0 0 0 0 5 2 20 0 15 0 443855411 11084148736 20442 33554432000 4194304 4196468 140727114241184 140656403114480 140656944622210 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20778] ppid=20716 vsize=10824364 memory=-6582981077747937892 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20778/stat : 20778 (java) S 20716 20719 18193 0 -1 1077944384 33 13293 0 0 0 0 5 2 20 0 15 0 443855411 11084148736 20442 33554432000 4194304 4196468 140727114241184 140656402060704 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20779] ppid=20716 vsize=10824364 memory=7302412326967202640 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20779/stat : 20779 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 15 0 443855412 11084148736 20442 33554432000 4194304 4196468 140727114241184 140655816861168 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20780] ppid=20716 vsize=10824364 memory=8099279071866868838 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20780/stat : 20780 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855414 11084148736 20442 33554432000 4194304 4196468 140727114241184 140655509461712 140656944629659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20781] ppid=20716 vsize=10824364 memory=3512 CPUtime=0.19 cores=1,3,5,7
/proc/20719/task/20781/stat : 20781 (java) R 20716 20719 18193 0 -1 4202560 917 13293 0 0 12 0 5 2 20 0 15 0 443855414 11084148736 20442 33554432000 4194304 4196468 140727114241184 140656368489312 140656923865856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20782] ppid=20716 vsize=10824364 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/20719/task/20782/stat : 20782 (java) R 20716 20719 18193 0 -1 4202560 614 13293 0 0 16 0 5 2 20 0 15 0 443855414 11084148736 20442 33554432000 4194304 4196468 140727114241184 140656367437536 140656926135710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20783] ppid=20716 vsize=10824364 memory=13994600826149928 CPUtime=0.24 cores=1,3,5,7
/proc/20719/task/20783/stat : 20783 (java) S 20716 20719 18193 0 -1 1077944384 890 13293 0 0 17 0 5 2 20 0 15 0 443855414 11084148736 20442 33554432000 4194304 4196468 140727114241184 140656366397680 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20784] ppid=20716 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20784/stat : 20784 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855414 11084148736 20442 33554432000 4194304 4196468 140727114241184 140655475903072 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20785] ppid=20716 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20785/stat : 20785 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 15 0 443855415 11084148736 20442 33554432000 4194304 4196468 140727114241184 140656365345584 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81768 KiB

[startup+1.50074 s]
/proc/loadavg: 2.04 1.70 1.57 5/227 20785
/proc/meminfo: memFree=29064700/32770624 swapFree=66917056/67108860
[pid=20719] ppid=20716 vsize=10832632 memory=227416 CPUtime=2.98 cores=1,3,5,7
/proc/20719/stat : 20719 (java) S 20716 20719 18193 0 -1 1077944320 23812 13293 0 0 279 12 5 2 20 0 15 0 443855400 11092615168 56854 33554432000 4194304 4196468 140727114241184 140727114223728 140656944611063 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
/proc/20719/statm: 2708158 56854 3585 1 0 2670221 0
[pid=20719/tid=20772] ppid=20716 vsize=10832632 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/20719/task/20772/stat : 20772 (java) R 20716 20719 18193 0 -1 4202560 15194 13293 0 0 128 8 5 2 20 0 15 0 443855409 11092615168 56854 33554432000 4194304 4196468 140727114241184 140656916442384 140656930854112 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20773] ppid=20716 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20719/task/20773/stat : 20773 (java) S 20716 20719 18193 0 -1 1077944384 74 13293 0 0 1 0 5 2 20 0 15 0 443855409 11092615168 56854 33554432000 4194304 4196468 140727114241184 140656948853008 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20774] ppid=20716 vsize=10832632 memory=281060109982512 CPUtime=0.08 cores=1,3,5,7
/proc/20719/task/20774/stat : 20774 (java) S 20716 20719 18193 0 -1 1077944384 259 13293 0 0 1 0 5 2 20 0 15 0 443855409 11092615168 56854 33554432000 4194304 4196468 140727114241184 140656837126544 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20775] ppid=20716 vsize=10832632 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/20719/task/20775/stat : 20775 (java) S 20716 20719 18193 0 -1 1077944384 28 13293 0 0 1 0 5 2 20 0 15 0 443855409 11092615168 56854 33554432000 4194304 4196468 140727114241184 140656836074000 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20776] ppid=20716 vsize=10832632 memory=9174 CPUtime=0.08 cores=1,3,5,7
/proc/20719/task/20776/stat : 20776 (java) S 20716 20719 18193 0 -1 1077944384 37 13293 0 0 1 0 5 2 20 0 15 0 443855409 11092615168 56854 33554432000 4194304 4196468 140727114241184 140656835021456 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20777] ppid=20716 vsize=10832632 memory=281060109740720 CPUtime=0.08 cores=1,3,5,7
/proc/20719/task/20777/stat : 20777 (java) S 20716 20719 18193 0 -1 1077944384 1058 13293 0 0 1 0 5 2 20 0 15 0 443855411 11092615168 56854 33554432000 4194304 4196468 140727114241184 140656403114480 140656944622210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20778] ppid=20716 vsize=10832632 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20778/stat : 20778 (java) S 20716 20719 18193 0 -1 1077944384 55 13293 0 0 0 0 5 2 20 0 15 0 443855411 11092615168 56854 33554432000 4194304 4196468 140727114241184 140656402060704 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20779] ppid=20716 vsize=10832632 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20779/stat : 20779 (java) S 20716 20719 18193 0 -1 1077944384 1 13293 0 0 0 0 5 2 20 0 15 0 443855412 11092615168 56854 33554432000 4194304 4196468 140727114241184 140655816861184 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20780] ppid=20716 vsize=10832632 memory=11416 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20780/stat : 20780 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855414 11092615168 56854 33554432000 4194304 4196468 140727114241184 140655509461712 140656944629659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20781] ppid=20716 vsize=10832632 memory=768 CPUtime=0.55 cores=1,3,5,7
/proc/20719/task/20781/stat : 20781 (java) S 20716 20719 18193 0 -1 1077944384 1562 13293 0 0 48 0 5 2 20 0 15 0 443855414 11092615168 56854 33554432000 4194304 4196468 140727114241184 140656368502768 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20782] ppid=20716 vsize=10832632 memory=776 CPUtime=0.57 cores=1,3,5,7
/proc/20719/task/20782/stat : 20782 (java) S 20716 20719 18193 0 -1 1077944384 1479 13293 0 0 50 0 5 2 20 0 15 0 443855414 11092615168 56854 33554432000 4194304 4196468 140727114241184 140656367450224 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20783] ppid=20716 vsize=10832632 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/20719/task/20783/stat : 20783 (java) S 20716 20719 18193 0 -1 1077944384 1850 13293 0 0 43 0 5 2 20 0 15 0 443855414 11092615168 56854 33554432000 4194304 4196468 140727114241184 140656366397680 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0

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

[pid=20719/tid=20784] ppid=20716 vsize=10844940 memory=281060110003944 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20784/stat : 20784 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855414 11105218560 198932 33554432000 4194304 4196468 140727114241184 140655475903072 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20785] ppid=20716 vsize=10844940 memory=281060109716880 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20785/stat : 20785 (java) S 20716 20719 18193 0 -1 1077944384 535 13293 0 0 0 0 5 2 20 0 15 0 443855415 11105218560 198932 33554432000 4194304 4196468 140727114241184 140656365345584 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
Current children cumulated CPU time: 28.73 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 795728 KiB

[startup+21.6007 s]
/proc/loadavg: 2.00 1.72 1.58 3/227 20786
/proc/meminfo: memFree=28404500/32770624 swapFree=66917056/67108860
[pid=20719] ppid=20716 vsize=10844940 memory=810096 CPUtime=29.53 cores=1,3,5,7
/proc/20719/stat : 20719 (java) S 20716 20719 18193 0 -1 1077944320 61457 13293 0 0 2913 33 5 2 20 0 15 0 443855400 11105218560 202524 33554432000 4194304 4196468 140727114241184 140727114223728 140656944611063 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
/proc/20719/statm: 2711235 202524 3625 1 0 2673293 0
[pid=20719/tid=20772] ppid=20716 vsize=10844940 memory=3512 CPUtime=21.38 cores=1,3,5,7
/proc/20719/task/20772/stat : 20772 (java) R 20716 20719 18193 0 -1 4202560 24555 13293 0 0 2114 17 5 2 20 0 15 0 443855409 11105218560 202524 33554432000 4194304 4196468 140727114241184 140656916446592 140656517608641 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20773] ppid=20716 vsize=10844940 memory=6791534058613427641 CPUtime=0.16 cores=1,3,5,7
/proc/20719/task/20773/stat : 20773 (java) S 20716 20719 18193 0 -1 1077944384 710 13293 0 0 7 2 5 2 20 0 15 0 443855409 11105218560 202524 33554432000 4194304 4196468 140727114241184 140656948853008 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20774] ppid=20716 vsize=10844940 memory=6791534058613427641 CPUtime=0.15 cores=1,3,5,7
/proc/20719/task/20774/stat : 20774 (java) S 20716 20719 18193 0 -1 1077944384 398 13293 0 0 7 1 5 2 20 0 15 0 443855409 11105218560 202524 33554432000 4194304 4196468 140727114241184 140656837126544 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20775] ppid=20716 vsize=10844940 memory=2520 CPUtime=0.14 cores=1,3,5,7
/proc/20719/task/20775/stat : 20775 (java) S 20716 20719 18193 0 -1 1077944384 1027 13293 0 0 6 1 5 2 20 0 15 0 443855409 11105218560 202524 33554432000 4194304 4196468 140727114241184 140656836074000 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20776] ppid=20716 vsize=10844940 memory=1760 CPUtime=0.15 cores=1,3,5,7
/proc/20719/task/20776/stat : 20776 (java) S 20716 20719 18193 0 -1 1077944384 196 13293 0 0 7 1 5 2 20 0 15 0 443855409 11105218560 202524 33554432000 4194304 4196468 140727114241184 140656835021456 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20777] ppid=20716 vsize=10844940 memory=1660 CPUtime=0.13 cores=1,3,5,7
/proc/20719/task/20777/stat : 20777 (java) S 20716 20719 18193 0 -1 1077944384 2756 13293 0 0 6 0 5 2 20 0 15 0 443855411 11105218560 202524 33554432000 4194304 4196468 140727114241184 140656403114480 140656944622210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20778] ppid=20716 vsize=10844940 memory=111632 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20778/stat : 20778 (java) S 20716 20719 18193 0 -1 1077944384 56 13293 0 0 0 0 5 2 20 0 15 0 443855411 11105218560 202524 33554432000 4194304 4196468 140727114241184 140656402060768 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20779] ppid=20716 vsize=10844940 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20779/stat : 20779 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855412 11105218560 202524 33554432000 4194304 4196468 140727114241184 140655816861184 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20780] ppid=20716 vsize=10844940 memory=1808 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20780/stat : 20780 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855414 11105218560 202524 33554432000 4194304 4196468 140727114241184 140655509461712 140656944629659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20781] ppid=20716 vsize=10844940 memory=920 CPUtime=3.08 cores=1,3,5,7
/proc/20719/task/20781/stat : 20781 (java) S 20716 20719 18193 0 -1 1077944384 9431 13293 0 0 300 1 5 2 20 0 15 0 443855414 11105218560 202524 33554432000 4194304 4196468 140727114241184 140656368502768 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20782] ppid=20716 vsize=10844940 memory=3848 CPUtime=3.18 cores=1,3,5,7
/proc/20719/task/20782/stat : 20782 (java) S 20716 20719 18193 0 -1 1077944384 11637 13293 0 0 309 2 5 2 20 0 15 0 443855414 11105218560 202524 33554432000 4194304 4196468 140727114241184 140656367450224 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20783] ppid=20716 vsize=10844940 memory=2624 CPUtime=1.6 cores=1,3,5,7
/proc/20719/task/20783/stat : 20783 (java) S 20716 20719 18193 0 -1 1077944384 7941 13293 0 0 151 2 5 2 20 0 15 0 443855414 11105218560 202524 33554432000 4194304 4196468 140727114241184 140656366397680 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20784] ppid=20716 vsize=10844940 memory=2896 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20784/stat : 20784 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855414 11105218560 202524 33554432000 4194304 4196468 140727114241184 140655475903072 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20785] ppid=20716 vsize=10844940 memory=4104 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20785/stat : 20785 (java) S 20716 20719 18193 0 -1 1077944384 535 13293 0 0 0 0 5 2 20 0 15 0 443855415 11105218560 202524 33554432000 4194304 4196468 140727114241184 140656365345584 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
Current children cumulated CPU time: 29.53 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 810096 KiB

[startup+22.4008 s]
/proc/loadavg: 2.00 1.72 1.58 3/227 20786
/proc/meminfo: memFree=28390164/32770624 swapFree=66917056/67108860
[pid=20719] ppid=20716 vsize=10844940 memory=812144 CPUtime=30.33 cores=1,3,5,7
/proc/20719/stat : 20719 (java) S 20716 20719 18193 0 -1 1077944320 61465 13293 0 0 2993 33 5 2 20 0 15 0 443855400 11105218560 203036 33554432000 4194304 4196468 140727114241184 140727114223728 140656944611063 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
/proc/20719/statm: 2711235 203036 3625 1 0 2673293 0
[pid=20719/tid=20772] ppid=20716 vsize=10844940 memory=709484 CPUtime=22.17 cores=1,3,5,7
/proc/20719/task/20772/stat : 20772 (java) R 20716 20719 18193 0 -1 4202560 24556 13293 0 0 2193 17 5 2 20 0 15 0 443855409 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656916446624 140656517186355 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20773] ppid=20716 vsize=10844940 memory=6791534058613427641 CPUtime=0.16 cores=1,3,5,7
/proc/20719/task/20773/stat : 20773 (java) S 20716 20719 18193 0 -1 1077944384 714 13293 0 0 7 2 5 2 20 0 15 0 443855409 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656948853008 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20774] ppid=20716 vsize=10844940 memory=2020 CPUtime=0.15 cores=1,3,5,7
/proc/20719/task/20774/stat : 20774 (java) S 20716 20719 18193 0 -1 1077944384 399 13293 0 0 7 1 5 2 20 0 15 0 443855409 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656837126544 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20775] ppid=20716 vsize=10844940 memory=988 CPUtime=0.15 cores=1,3,5,7
/proc/20719/task/20775/stat : 20775 (java) S 20716 20719 18193 0 -1 1077944384 1028 13293 0 0 6 2 5 2 20 0 15 0 443855409 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656836074000 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20776] ppid=20716 vsize=10844940 memory=1368 CPUtime=0.16 cores=1,3,5,7
/proc/20719/task/20776/stat : 20776 (java) S 20716 20719 18193 0 -1 1077944384 197 13293 0 0 7 2 5 2 20 0 15 0 443855409 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656835021456 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20777] ppid=20716 vsize=10844940 memory=1056 CPUtime=0.13 cores=1,3,5,7
/proc/20719/task/20777/stat : 20777 (java) S 20716 20719 18193 0 -1 1077944384 2756 13293 0 0 6 0 5 2 20 0 15 0 443855411 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656403114480 140656944622210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20778] ppid=20716 vsize=10844940 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20778/stat : 20778 (java) S 20716 20719 18193 0 -1 1077944384 56 13293 0 0 0 0 5 2 20 0 15 0 443855411 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656402060768 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20779] ppid=20716 vsize=10844940 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20779/stat : 20779 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855412 11105218560 203036 33554432000 4194304 4196468 140727114241184 140655816861184 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20780] ppid=20716 vsize=10844940 memory=2624 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20780/stat : 20780 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855414 11105218560 203036 33554432000 4194304 4196468 140727114241184 140655509461712 140656944629659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20781] ppid=20716 vsize=10844940 memory=2896 CPUtime=3.08 cores=1,3,5,7
/proc/20719/task/20781/stat : 20781 (java) S 20716 20719 18193 0 -1 1077944384 9431 13293 0 0 300 1 5 2 20 0 15 0 443855414 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656368502768 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20782] ppid=20716 vsize=10844940 memory=4104 CPUtime=3.18 cores=1,3,5,7
/proc/20719/task/20782/stat : 20782 (java) S 20716 20719 18193 0 -1 1077944384 11637 13293 0 0 309 2 5 2 20 0 15 0 443855414 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656367450224 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20783] ppid=20716 vsize=10844940 memory=1412 CPUtime=1.6 cores=1,3,5,7
/proc/20719/task/20783/stat : 20783 (java) S 20716 20719 18193 0 -1 1077944384 7941 13293 0 0 151 2 5 2 20 0 15 0 443855414 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656366397680 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20784] ppid=20716 vsize=10844940 memory=3188 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20784/stat : 20784 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855414 11105218560 203036 33554432000 4194304 4196468 140727114241184 140655475903072 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20785] ppid=20716 vsize=10844940 memory=1202708 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20785/stat : 20785 (java) S 20716 20719 18193 0 -1 1077944384 535 13293 0 0 0 0 5 2 20 0 15 0 443855415 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656365345584 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
Current children cumulated CPU time: 30.33 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 812144 KiB

[startup+22.6008 s]
/proc/loadavg: 2.00 1.72 1.58 3/227 20786
/proc/meminfo: memFree=28390164/32770624 swapFree=66917056/67108860
[pid=20719] ppid=20716 vsize=10844940 memory=812144 CPUtime=30.53 cores=1,3,5,7
/proc/20719/stat : 20719 (java) S 20716 20719 18193 0 -1 1077944320 61465 13293 0 0 3013 33 5 2 20 0 15 0 443855400 11105218560 203036 33554432000 4194304 4196468 140727114241184 140727114223728 140656944611063 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
/proc/20719/statm: 2711235 203036 3625 1 0 2673293 0
[pid=20719/tid=20772] ppid=20716 vsize=10844940 memory=2728 CPUtime=22.37 cores=1,3,5,7
/proc/20719/task/20772/stat : 20772 (java) R 20716 20719 18193 0 -1 4202560 24556 13293 0 0 2213 17 5 2 20 0 15 0 443855409 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656916446624 140656519334145 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20773] ppid=20716 vsize=10844940 memory=793680 CPUtime=0.16 cores=1,3,5,7
/proc/20719/task/20773/stat : 20773 (java) S 20716 20719 18193 0 -1 1077944384 714 13293 0 0 7 2 5 2 20 0 15 0 443855409 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656948853008 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20774] ppid=20716 vsize=10844940 memory=288230574492221466 CPUtime=0.15 cores=1,3,5,7
/proc/20719/task/20774/stat : 20774 (java) S 20716 20719 18193 0 -1 1077944384 399 13293 0 0 7 1 5 2 20 0 15 0 443855409 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656837126544 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20775] ppid=20716 vsize=10844940 memory=810096 CPUtime=0.15 cores=1,3,5,7
/proc/20719/task/20775/stat : 20775 (java) S 20716 20719 18193 0 -1 1077944384 1028 13293 0 0 6 2 5 2 20 0 15 0 443855409 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656836074000 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20776] ppid=20716 vsize=10844940 memory=795728 CPUtime=0.16 cores=1,3,5,7
/proc/20719/task/20776/stat : 20776 (java) S 20716 20719 18193 0 -1 1077944384 197 13293 0 0 7 2 5 2 20 0 15 0 443855409 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656835021456 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20777] ppid=20716 vsize=10844940 memory=6943526294502006880 CPUtime=0.13 cores=1,3,5,7
/proc/20719/task/20777/stat : 20777 (java) S 20716 20719 18193 0 -1 1077944384 2756 13293 0 0 6 0 5 2 20 0 15 0 443855411 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656403114480 140656944622210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20778] ppid=20716 vsize=10844940 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20778/stat : 20778 (java) S 20716 20719 18193 0 -1 1077944384 56 13293 0 0 0 0 5 2 20 0 15 0 443855411 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656402060768 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20779] ppid=20716 vsize=10844940 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20779/stat : 20779 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855412 11105218560 203036 33554432000 4194304 4196468 140727114241184 140655816861184 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20780] ppid=20716 vsize=10844940 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20780/stat : 20780 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855414 11105218560 203036 33554432000 4194304 4196468 140727114241184 140655509461712 140656944629659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20781] ppid=20716 vsize=10844940 memory=6943526294502006880 CPUtime=3.08 cores=1,3,5,7
/proc/20719/task/20781/stat : 20781 (java) S 20716 20719 18193 0 -1 1077944384 9431 13293 0 0 300 1 5 2 20 0 15 0 443855414 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656368502768 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20782] ppid=20716 vsize=10844940 memory=281060110673056 CPUtime=3.18 cores=1,3,5,7
/proc/20719/task/20782/stat : 20782 (java) S 20716 20719 18193 0 -1 1077944384 11637 13293 0 0 309 2 5 2 20 0 15 0 443855414 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656367450224 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20783] ppid=20716 vsize=10844940 memory=281060110408544 CPUtime=1.6 cores=1,3,5,7
/proc/20719/task/20783/stat : 20783 (java) S 20716 20719 18193 0 -1 1077944384 7941 13293 0 0 151 2 5 2 20 0 15 0 443855414 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656366397680 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20784] ppid=20716 vsize=10844940 memory=281060109910144 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20784/stat : 20784 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855414 11105218560 203036 33554432000 4194304 4196468 140727114241184 140655475903072 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20785] ppid=20716 vsize=10844940 memory=281060110070304 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20785/stat : 20785 (java) S 20716 20719 18193 0 -1 1077944384 535 13293 0 0 0 0 5 2 20 0 15 0 443855415 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656365345584 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
Current children cumulated CPU time: 30.53 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 812144 KiB

[startup+22.7008 s]
/proc/loadavg: 2.00 1.72 1.58 3/227 20786
/proc/meminfo: memFree=28390164/32770624 swapFree=66917056/67108860
[pid=20719] ppid=20716 vsize=10844940 memory=812144 CPUtime=30.63 cores=1,3,5,7
/proc/20719/stat : 20719 (java) S 20716 20719 18193 0 -1 1077944320 61465 13293 0 0 3023 33 5 2 20 0 15 0 443855400 11105218560 203036 33554432000 4194304 4196468 140727114241184 140727114223728 140656944611063 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
/proc/20719/statm: 2711235 203036 3625 1 0 2673293 0
[pid=20719/tid=20772] ppid=20716 vsize=10844940 memory=810096 CPUtime=22.47 cores=1,3,5,7
/proc/20719/task/20772/stat : 20772 (java) R 20716 20719 18193 0 -1 4202560 24556 13293 0 0 2223 17 5 2 20 0 15 0 443855409 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656916446624 140656517892032 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20773] ppid=20716 vsize=10844940 memory=812144 CPUtime=0.16 cores=1,3,5,7
/proc/20719/task/20773/stat : 20773 (java) S 20716 20719 18193 0 -1 1077944384 714 13293 0 0 7 2 5 2 20 0 15 0 443855409 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656948853008 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20774] ppid=20716 vsize=10844940 memory=723820 CPUtime=0.15 cores=1,3,5,7
/proc/20719/task/20774/stat : 20774 (java) S 20716 20719 18193 0 -1 1077944384 399 13293 0 0 7 1 5 2 20 0 15 0 443855409 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656837126544 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20775] ppid=20716 vsize=10844940 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/20719/task/20775/stat : 20775 (java) S 20716 20719 18193 0 -1 1077944384 1028 13293 0 0 6 2 5 2 20 0 15 0 443855409 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656836074000 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20776] ppid=20716 vsize=10844940 memory=5816 CPUtime=0.16 cores=1,3,5,7
/proc/20719/task/20776/stat : 20776 (java) S 20716 20719 18193 0 -1 1077944384 197 13293 0 0 7 2 5 2 20 0 15 0 443855409 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656835021456 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20777] ppid=20716 vsize=10844940 memory=11416 CPUtime=0.13 cores=1,3,5,7
/proc/20719/task/20777/stat : 20777 (java) S 20716 20719 18193 0 -1 1077944384 2756 13293 0 0 6 0 5 2 20 0 15 0 443855411 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656403114480 140656944622210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20778] ppid=20716 vsize=10844940 memory=750492 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20778/stat : 20778 (java) S 20716 20719 18193 0 -1 1077944384 56 13293 0 0 0 0 5 2 20 0 15 0 443855411 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656402060768 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20779] ppid=20716 vsize=10844940 memory=1202708 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20779/stat : 20779 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855412 11105218560 203036 33554432000 4194304 4196468 140727114241184 140655816861184 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20780] ppid=20716 vsize=10844940 memory=775176 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20780/stat : 20780 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855414 11105218560 203036 33554432000 4194304 4196468 140727114241184 140655509461712 140656944629659 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20781] ppid=20716 vsize=10844940 memory=6791534058613427641 CPUtime=3.08 cores=1,3,5,7
/proc/20719/task/20781/stat : 20781 (java) S 20716 20719 18193 0 -1 1077944384 9431 13293 0 0 300 1 5 2 20 0 15 0 443855414 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656368502768 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20782] ppid=20716 vsize=10844940 memory=281060110349120 CPUtime=3.18 cores=1,3,5,7
/proc/20719/task/20782/stat : 20782 (java) S 20716 20719 18193 0 -1 1077944384 11637 13293 0 0 309 2 5 2 20 0 15 0 443855414 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656367450224 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20783] ppid=20716 vsize=10844940 memory=281060110105984 CPUtime=1.6 cores=1,3,5,7
/proc/20719/task/20783/stat : 20783 (java) S 20716 20719 18193 0 -1 1077944384 7941 13293 0 0 151 2 5 2 20 0 15 0 443855414 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656366397680 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20784] ppid=20716 vsize=10844940 memory=281060110106176 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20784/stat : 20784 (java) S 20716 20719 18193 0 -1 1077944384 3 13293 0 0 0 0 5 2 20 0 15 0 443855414 11105218560 203036 33554432000 4194304 4196468 140727114241184 140655475903072 140656944621269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
[pid=20719/tid=20785] ppid=20716 vsize=10844940 memory=750492 CPUtime=0.07 cores=1,3,5,7
/proc/20719/task/20785/stat : 20785 (java) S 20716 20719 18193 0 -1 1077944384 535 13293 0 0 0 0 5 2 20 0 15 0 443855415 11105218560 203036 33554432000 4194304 4196468 140727114241184 140656365345584 140656944622210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36560896 140727114246895 140727114249413 140727114249413 140727114252239 0
Current children cumulated CPU time: 30.63 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 812144 KiB

Child status: 0
Real time (s): 22.7525
CPU time (s): 30.7263
CPU user time (s): 30.347
CPU system time (s): 0.379268
CPU usage (%): 135.046
Max. virtual memory (cumulated for all children) (KiB): 10847604
Max. memory (cumulated for all children) (KiB): 812144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.347
system time used= 0.379268
maximum resident set size= 814552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78255
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6996
involuntary context switches= 92


# summary of solver processes directly reported to runsolver:
#   pid: 20719
#   total CPU time (s): 30.7263
#   total CPU user time (s): 30.347
#   total CPU system time (s): 0.379268

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.173304 second user time and 0.24477 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-17 02:16:12
IDJOB=4400631
IDBENCH=126157
IDSOLVER=2857
FILE ID=node147/4400631-1568679416
RUNJOBID= node147-1568673287-18225
PBS_JOBID= 21703775
Free space on /tmp= 58844 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-08.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400631-1568679416/watcher-4400631-1568679416 -o /tmp/evaluation-result-4400631-1568679416/solver-4400631-1568679416 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18225 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1545093772 HOME/instance-4400631-1568679416.xml

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

MD5SUM BENCH= ee1da6b537c1ecd46a877bd70c24ae39
RANDOM SEED=1545093772

node147.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.52
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.52
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.52
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.52
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:        29188716 kB
MemAvailable:   30616152 kB
Buffers:           91824 kB
Cached:          1627308 kB
SwapCached:        87660 kB
Active:          2139324 kB
Inactive:         859856 kB
Active(anon):    1195428 kB
Inactive(anon):   133772 kB
Active(file):     943896 kB
Inactive(file):   726084 kB
Unevictable:      108656 kB
Mlocked:          108656 kB
SwapTotal:      67108860 kB
SwapFree:       66917056 kB
Dirty:             35748 kB
Writeback:             0 kB
AnonPages:       1384724 kB
Mapped:            62076 kB
Shmem:             40920 kB
Slab:             176184 kB
SReclaimable:     146580 kB
SUnreclaim:        29604 kB
KernelStack:        4032 kB
PageTables:         7992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2353468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1187840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58812 MiB
End job on node147 at 2019-09-17 02:16:35