Trace number 4400633

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2SAT 12.4385 5.38699

General information on the benchmark

NameRandom/Random-D-t035/
rand-2-40-16-250-035-86.xml
MD5SUM95e1ba6edeec6aa2d568f833deab6719
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.6602
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints250
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":40}]
Minimum variable degree8
Maximum variable degree19
Distribution of variable degrees[{"degree":8,"count":2},{"degree":9,"count":5},{"degree":10,"count":5},{"degree":11,"count":3},{"degree":12,"count":6},{"degree":13,"count":6},{"degree":14,"count":4},{"degree":15,"count":3},{"degree":16,"count":1},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":250}]
Number of extensional constraints250
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":250}]
Optimization problemNO
Type of objective

Solver Data

0.75/0.55	c Concrete v3.12.2.1568631193530 running
12.30/5.37	v <instantiation
12.30/5.37	v         >
12.30/5.37	v       <list>
12.30/5.37	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]
12.30/5.37	v       </list>
12.30/5.37	v       <values>
12.30/5.37	v         12 11 15 5 14 11 0 9 5 9 5 7 4 9 0 0 14 15 10 10 15 15 10 7 0 3 9 1 7 4 0 1 1 14 5 15 6 8 12 14
12.30/5.37	v       </values>
12.30/5.37	v     </instantiation>
12.30/5.37	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 (12876 MiB free)
  memory of node 1: 16384 MiB (15793 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400633-1568675815/watcher-4400633-1568675815 -o /tmp/evaluation-result-4400633-1568675815/solver-4400633-1568675815 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1030 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1397057242 HOME/instance-4400633-1568675815.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=1661, runsolver pid=1658

[startup+0.100062 s]*
/proc/loadavg: 1.39 1.42 1.49 3/218 1720
/proc/meminfo: memFree=29350108/32770624 swapFree=66998732/67108860
[pid=1661] ppid=1658 vsize=9972712 memory=17172 CPUtime=0.09 cores=1,3,5,7
/proc/1661/stat : 1661 (java) S 1658 1661 998 0 -1 1077944320 4521 13134 0 0 1 0 5 3 20 0 6 0 443846344 10212057088 4293 33554432000 4194304 4196468 140730845870080 140730845852624 139708315135735 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
/proc/1661/statm: 2493178 4293 1935 1 0 2481616 0
[pid=1661/tid=1716] ppid=1658 vsize=9985708 memory=5450916389569530688 CPUtime=0.09 cores=1,3,5,7
/proc/1661/task/1716/stat : 1716 (java) R 1658 1661 998 0 -1 4202560 2399 13134 0 0 1 0 5 3 20 0 6 0 443846353 10225364992 4359 33554432000 4194304 4196468 140730845870080 139708286972496 139708307373534 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1717] ppid=1658 vsize=9988792 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1717/stat : 1717 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 6 0 443846354 10228523008 4359 33554432000 4194304 4196468 140730845870080 139708319377936 139708315145941 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1718] ppid=1658 vsize=9988792 memory=139811774232192 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1718/stat : 1718 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 6 0 443846354 10228523008 4359 33554432000 4194304 4196468 140730845870080 139707888249488 139708315145941 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1719] ppid=1658 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1719/stat : 1719 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 6 0 443846354 10228523008 4359 33554432000 4194304 4196468 140730845870080 139707887196432 139708315145941 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1720] ppid=1658 vsize=9988792 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1720/stat : 1720 (java) S 1658 1661 998 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 6 0 443846354 10228523008 4359 33554432000 4194304 4196468 140730845870080 139707886143888 139708315145941 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17172 KiB

[startup+0.21074 s]*
/proc/loadavg: 1.39 1.42 1.49 4/227 1729
/proc/meminfo: memFree=29331276/32770624 swapFree=66998732/67108860
[pid=1661] ppid=1658 vsize=10820196 memory=43084 CPUtime=0.27 cores=1,3,5,7
/proc/1661/stat : 1661 (java) S 1658 1661 998 0 -1 1077944320 7532 13134 0 0 18 1 5 3 20 0 15 0 443846344 11079880704 10771 33554432000 4194304 4196468 140730845870080 140730845852624 139708315135735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
/proc/1661/statm: 2705049 10771 3302 1 0 2667149 0
[pid=1661/tid=1716] ppid=1658 vsize=10820196 memory=5450916389569530688 CPUtime=0.2 cores=1,3,5,7
/proc/1661/task/1716/stat : 1716 (java) R 1658 1661 998 0 -1 4202560 4033 13134 0 0 11 1 5 3 20 0 15 0 443846353 11079880704 10771 33554432000 4194304 4196468 140730845870080 139708286954208 139708300308727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1717] ppid=1658 vsize=10820196 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1717/stat : 1717 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846354 11079880704 10771 33554432000 4194304 4196468 140730845870080 139708319377936 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1718] ppid=1658 vsize=10820196 memory=139811774232192 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1718/stat : 1718 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846354 11079880704 10771 33554432000 4194304 4196468 140730845870080 139707888249488 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1719] ppid=1658 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1719/stat : 1719 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846354 11079880704 10771 33554432000 4194304 4196468 140730845870080 139707887196432 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1720] ppid=1658 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1720/stat : 1720 (java) S 1658 1661 998 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 443846354 11079880704 10771 33554432000 4194304 4196468 140730845870080 139707886143888 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1721] ppid=1658 vsize=10820196 memory=139811774232192 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1721/stat : 1721 (java) S 1658 1661 998 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 443846355 11079880704 10771 33554432000 4194304 4196468 140730845870080 139707841702640 139708315146882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1722] ppid=1658 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1722/stat : 1722 (java) S 1658 1661 998 0 -1 1077944384 13 13134 0 0 0 0 5 3 20 0 15 0 443846356 11079880704 10771 33554432000 4194304 4196468 140730845870080 139707769939616 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1723] ppid=1658 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1723/stat : 1723 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846356 11079880704 10771 33554432000 4194304 4196468 140730845870080 139707165959408 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1724] ppid=1658 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1724/stat : 1724 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846358 11079880704 10771 33554432000 4194304 4196468 140730845870080 139706858559952 139708315154331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1725] ppid=1658 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1661/task/1725/stat : 1725 (java) S 1658 1661 998 0 -1 1077944384 606 13134 0 0 1 0 5 3 20 0 15 0 443846358 11079880704 10771 33554432000 4194304 4196468 140730845870080 139707840649456 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1726] ppid=1658 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/1661/task/1726/stat : 1726 (java) S 1658 1661 998 0 -1 1077944384 70 13134 0 0 1 0 5 3 20 0 15 0 443846358 11079880704 10771 33554432000 4194304 4196468 140730845870080 139707839596912 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1727] ppid=1658 vsize=10820196 memory=139811774232192 CPUtime=0.11 cores=1,3,5,7
/proc/1661/task/1727/stat : 1727 (java) R 1658 1661 998 0 -1 4202560 600 13134 0 0 3 0 5 3 20 0 15 0 443846359 11079880704 10771 33554432000 4194304 4196468 140730845870080 139707838543856 139708315147670 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1728] ppid=1658 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1728/stat : 1728 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846359 11079880704 10771 33554432000 4194304 4196468 140730845870080 139706825001312 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1729] ppid=1658 vsize=10820196 memory=139811774232192 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1729/stat : 1729 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846359 11079880704 10771 33554432000 4194304 4196468 140730845870080 139707736382512 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 43084 KiB

[startup+0.310535 s]*
/proc/loadavg: 1.39 1.42 1.49 3/227 1729
/proc/meminfo: memFree=29319016/32770624 swapFree=66998732/67108860
[pid=1661] ppid=1658 vsize=10820196 memory=51300 CPUtime=0.41 cores=1,3,5,7
/proc/1661/stat : 1661 (java) S 1658 1661 998 0 -1 1077944320 11001 13134 0 0 30 3 5 3 20 0 15 0 443846344 11079880704 12825 33554432000 4194304 4196468 140730845870080 140730845852624 139708315135735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
/proc/1661/statm: 2705049 12825 3332 1 0 2667149 0
[pid=1661/tid=1716] ppid=1658 vsize=10820196 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/1661/task/1716/stat : 1716 (java) R 1658 1661 998 0 -1 4202560 7481 13134 0 0 20 2 5 3 20 0 15 0 443846353 11079880704 12825 33554432000 4194304 4196468 140730845870080 139708286944688 139708315157661 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1717] ppid=1658 vsize=10820196 memory=-8995268955501530219 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1717/stat : 1717 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846354 11079880704 12825 33554432000 4194304 4196468 140730845870080 139708319377936 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1718] ppid=1658 vsize=10820196 memory=8325818968683490714 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1718/stat : 1718 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846354 11079880704 12825 33554432000 4194304 4196468 140730845870080 139707888249488 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1719] ppid=1658 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1719/stat : 1719 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846354 11079880704 12825 33554432000 4194304 4196468 140730845870080 139707887196432 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1720] ppid=1658 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1720/stat : 1720 (java) S 1658 1661 998 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 443846354 11079880704 12825 33554432000 4194304 4196468 140730845870080 139707886143888 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1721] ppid=1658 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1721/stat : 1721 (java) S 1658 1661 998 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 443846355 11079880704 12825 33554432000 4194304 4196468 140730845870080 139707841702640 139708315146882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1722] ppid=1658 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1722/stat : 1722 (java) S 1658 1661 998 0 -1 1077944384 13 13134 0 0 0 0 5 3 20 0 15 0 443846356 11079880704 12825 33554432000 4194304 4196468 140730845870080 139707769939616 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1723] ppid=1658 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1723/stat : 1723 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846356 11079880704 12825 33554432000 4194304 4196468 140730845870080 139707165959408 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1724] ppid=1658 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1724/stat : 1724 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846358 11079880704 12825 33554432000 4194304 4196468 140730845870080 139706858559952 139708315154331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1725] ppid=1658 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/1661/task/1725/stat : 1725 (java) S 1658 1661 998 0 -1 1077944384 607 13134 0 0 2 0 5 3 20 0 15 0 443846358 11079880704 12825 33554432000 4194304 4196468 140730845870080 139707840649456 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1726] ppid=1658 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1661/task/1726/stat : 1726 (java) S 1658 1661 998 0 -1 1077944384 70 13134 0 0 1 0 5 3 20 0 15 0 443846358 11079880704 12825 33554432000 4194304 4196468 140730845870080 139707839596912 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1727] ppid=1658 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/1661/task/1727/stat : 1727 (java) S 1658 1661 998 0 -1 1077944384 607 13134 0 0 5 0 5 3 20 0 15 0 443846359 11079880704 12825 33554432000 4194304 4196468 140730845870080 139707838543856 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1728] ppid=1658 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1728/stat : 1728 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846359 11079880704 12825 33554432000 4194304 4196468 140730845870080 139706825001312 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1729] ppid=1658 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1729/stat : 1729 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846359 11079880704 12825 33554432000 4194304 4196468 140730845870080 139707736382512 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51300 KiB

[startup+0.703502 s]
/proc/loadavg: 1.39 1.42 1.49 4/227 1729
/proc/meminfo: memFree=29304624/32770624 swapFree=66998732/67108860
[pid=1661] ppid=1658 vsize=10824364 memory=83732 CPUtime=1.13 cores=1,3,5,7
/proc/1661/stat : 1661 (java) S 1658 1661 998 0 -1 1077944320 15137 13134 0 0 100 5 5 3 20 0 15 0 443846344 11084148736 20933 33554432000 4194304 4196468 140730845870080 140730845852624 139708315135735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
/proc/1661/statm: 2706091 20933 3514 1 0 2668173 0
[pid=1661/tid=1716] ppid=1658 vsize=10824364 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/1661/task/1716/stat : 1716 (java) R 1658 1661 998 0 -1 4202560 10536 13134 0 0 56 4 5 3 20 0 15 0 443846353 11084148736 20933 33554432000 4194304 4196468 140730845870080 139708286962896 139708315157661 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1717] ppid=1658 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1717/stat : 1717 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846354 11084148736 20933 33554432000 4194304 4196468 140730845870080 139708319377936 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1718] ppid=1658 vsize=10824364 memory=8242257093008373557 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1718/stat : 1718 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846354 11084148736 20933 33554432000 4194304 4196468 140730845870080 139707888249488 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1719] ppid=1658 vsize=10824364 memory=7373607895333889600 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1719/stat : 1719 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846354 11084148736 20933 33554432000 4194304 4196468 140730845870080 139707887196432 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1720] ppid=1658 vsize=10824364 memory=5788930165031592000 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1720/stat : 1720 (java) S 1658 1661 998 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 443846354 11084148736 20933 33554432000 4194304 4196468 140730845870080 139707886143888 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1721] ppid=1658 vsize=10824364 memory=2319389199337275488 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1721/stat : 1721 (java) S 1658 1661 998 0 -1 1077944384 5 13134 0 0 0 0 5 3 20 0 15 0 443846355 11084148736 20933 33554432000 4194304 4196468 140730845870080 139707841702640 139708315146882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1722] ppid=1658 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1722/stat : 1722 (java) S 1658 1661 998 0 -1 1077944384 13 13134 0 0 0 0 5 3 20 0 15 0 443846356 11084148736 20933 33554432000 4194304 4196468 140730845870080 139707769939616 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1723] ppid=1658 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1723/stat : 1723 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846356 11084148736 20933 33554432000 4194304 4196468 140730845870080 139707165959408 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1724] ppid=1658 vsize=10824364 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1724/stat : 1724 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846358 11084148736 20933 33554432000 4194304 4196468 140730845870080 139706858559952 139708315154331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1725] ppid=1658 vsize=10824364 memory=2241 CPUtime=0.21 cores=1,3,5,7
/proc/1661/task/1725/stat : 1725 (java) R 1658 1661 998 0 -1 4202560 1022 13134 0 0 13 0 5 3 20 0 15 0 443846358 11084148736 20933 33554432000 4194304 4196468 140730845870080 139707840636000 139708299042321 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1726] ppid=1658 vsize=10824364 memory=2244 CPUtime=0.2 cores=1,3,5,7
/proc/1661/task/1726/stat : 1726 (java) R 1658 1661 998 0 -1 4202560 489 13134 0 0 12 0 5 3 20 0 15 0 443846358 11084148736 20933 33554432000 4194304 4196468 140730845870080 139707839596912 139708296653594 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1727] ppid=1658 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/1661/task/1727/stat : 1727 (java) R 1658 1661 998 0 -1 4202560 849 13134 0 0 17 0 5 3 20 0 15 0 443846359 11084148736 20933 33554432000 4194304 4196468 140730845870080 139707838543856 139708308232571 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1728] ppid=1658 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1728/stat : 1728 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846359 11084148736 20933 33554432000 4194304 4196468 140730845870080 139706825001312 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1729] ppid=1658 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1729/stat : 1729 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846359 11084148736 20933 33554432000 4194304 4196468 140730845870080 139707736382512 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83732 KiB

[startup+1.50073 s]
/proc/loadavg: 1.39 1.42 1.49 5/227 1729
/proc/meminfo: memFree=29248040/32770624 swapFree=66998732/67108860
[pid=1661] ppid=1658 vsize=10834680 memory=201688 CPUtime=2.84 cores=1,3,5,7
/proc/1661/stat : 1661 (java) S 1658 1661 998 0 -1 1077944320 24855 13134 0 0 264 12 5 3 20 0 15 0 443846344 11094712320 50422 33554432000 4194304 4196468 140730845870080 140730845852624 139708315135735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
/proc/1661/statm: 2708670 50422 3583 1 0 2670733 0
[pid=1661/tid=1716] ppid=1658 vsize=10834680 memory=161 CPUtime=1.43 cores=1,3,5,7
/proc/1661/task/1716/stat : 1716 (java) R 1658 1661 998 0 -1 4202560 15966 13134 0 0 128 7 5 3 20 0 15 0 443846353 11094712320 50422 33554432000 4194304 4196468 140730845870080 139708286962496 139707918810240 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1717] ppid=1658 vsize=10834680 memory=80 CPUtime=0.09 cores=1,3,5,7
/proc/1661/task/1717/stat : 1717 (java) S 1658 1661 998 0 -1 1077944384 284 13134 0 0 1 0 5 3 20 0 15 0 443846354 11094712320 50422 33554432000 4194304 4196468 140730845870080 139708319377936 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1718] ppid=1658 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1661/task/1718/stat : 1718 (java) S 1658 1661 998 0 -1 1077944384 87 13134 0 0 1 0 5 3 20 0 15 0 443846354 11094712320 50422 33554432000 4194304 4196468 140730845870080 139707888249488 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1719] ppid=1658 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1661/task/1719/stat : 1719 (java) S 1658 1661 998 0 -1 1077944384 32 13134 0 0 1 0 5 3 20 0 15 0 443846354 11094712320 50422 33554432000 4194304 4196468 140730845870080 139707887196432 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1720] ppid=1658 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1661/task/1720/stat : 1720 (java) S 1658 1661 998 0 -1 1077944384 43 13134 0 0 1 0 5 3 20 0 15 0 443846354 11094712320 50422 33554432000 4194304 4196468 140730845870080 139707886143888 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1721] ppid=1658 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1661/task/1721/stat : 1721 (java) S 1658 1661 998 0 -1 1077944384 1268 13134 0 0 1 0 5 3 20 0 15 0 443846355 11094712320 50422 33554432000 4194304 4196468 140730845870080 139707841702640 139708315146882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1722] ppid=1658 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1722/stat : 1722 (java) S 1658 1661 998 0 -1 1077944384 14 13134 0 0 0 0 5 3 20 0 15 0 443846356 11094712320 50422 33554432000 4194304 4196468 140730845870080 139707769939680 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1723] ppid=1658 vsize=10834680 memory=7445382928069649507 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1723/stat : 1723 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846356 11094712320 50422 33554432000 4194304 4196468 140730845870080 139707165959424 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1724] ppid=1658 vsize=10834680 memory=-2245088631185882904 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1724/stat : 1724 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846358 11094712320 50422 33554432000 4194304 4196468 140730845870080 139706858559952 139708315154331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1725] ppid=1658 vsize=10834680 memory=8594181552762103194 CPUtime=0.51 cores=1,3,5,7
/proc/1661/task/1725/stat : 1725 (java) S 1658 1661 998 0 -1 1077944384 2076 13134 0 0 43 0 5 3 20 0 15 0 443846358 11094712320 50422 33554432000 4194304 4196468 140730845870080 139707840649456 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1726] ppid=1658 vsize=10834680 memory=-6726781731951131482 CPUtime=0.51 cores=1,3,5,7
/proc/1661/task/1726/stat : 1726 (java) R 1658 1661 998 0 -1 4202560 1198 13134 0 0 43 0 5 3 20 0 15 0 443846358 11094712320 50422 33554432000 4194304 4196468 140730845870080 139707839596912 139708308232571 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1727] ppid=1658 vsize=10834680 memory=-7025424297587845161 CPUtime=0.48 cores=1,3,5,7
/proc/1661/task/1727/stat : 1727 (java) S 1658 1661 998 0 -1 1077944384 1667 13134 0 0 40 0 5 3 20 0 15 0 443846359 11094712320 50422 33554432000 4194304 4196468 140730845870080 139707838543856 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1728] ppid=1658 vsize=10834680 memory=-1664385933527490352 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1728/stat : 1728 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846359 11094712320 50422 33554432000 4194304 4196468 140730845870080 139706825001312 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1729] ppid=1658 vsize=10834680 memory=279623309030424 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1729/stat : 1729 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846359 11094712320 50422 33554432000 4194304 4196468 140730845870080 139707736382512 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 10834680 KiB

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

[pid=1661/tid=1728] ppid=1658 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1728/stat : 1728 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846359 11105218560 76334 33554432000 4194304 4196468 140730845870080 139706825001312 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1729] ppid=1658 vsize=10844940 memory=-9178176117148050014 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1729/stat : 1729 (java) S 1658 1661 998 0 -1 1077944384 5 13134 0 0 0 0 5 3 20 0 15 0 443846359 11105218560 76334 33554432000 4194304 4196468 140730845870080 139707736382512 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
Current children cumulated CPU time: 7.62 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 305336 KiB

[startup+4.0065 s]*
/proc/loadavg: 1.39 1.42 1.49 6/227 1729
/proc/meminfo: memFree=29020320/32770624 swapFree=66998732/67108860
[pid=1661] ppid=1658 vsize=10844940 memory=352272 CPUtime=10.21 cores=1,3,5,7
/proc/1661/stat : 1661 (java) S 1658 1661 998 0 -1 1077944320 60486 13134 0 0 991 22 5 3 20 0 15 0 443846344 11105218560 88068 33554432000 4194304 4196468 140730845870080 140730845852624 139708315135735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
/proc/1661/statm: 2711235 88068 3613 1 0 2673293 0
[pid=1661/tid=1716] ppid=1658 vsize=10844940 memory=1398722017469774279 CPUtime=3.88 cores=1,3,5,7
/proc/1661/task/1716/stat : 1716 (java) R 1658 1661 998 0 -1 4202560 23463 13134 0 0 370 10 5 3 20 0 15 0 443846353 11105218560 88068 33554432000 4194304 4196468 140730845870080 139708286968440 139707931370767 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1717] ppid=1658 vsize=10844940 memory=4126316290023845779 CPUtime=0.11 cores=1,3,5,7
/proc/1661/task/1717/stat : 1717 (java) S 1658 1661 998 0 -1 1077944384 320 13134 0 0 3 0 5 3 20 0 15 0 443846354 11105218560 88068 33554432000 4194304 4196468 140730845870080 139708319377936 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1718] ppid=1658 vsize=10844940 memory=988 CPUtime=0.11 cores=1,3,5,7
/proc/1661/task/1718/stat : 1718 (java) S 1658 1661 998 0 -1 1077944384 112 13134 0 0 3 0 5 3 20 0 15 0 443846354 11105218560 88068 33554432000 4194304 4196468 140730845870080 139707888249488 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1719] ppid=1658 vsize=10844940 memory=2020 CPUtime=0.12 cores=1,3,5,7
/proc/1661/task/1719/stat : 1719 (java) S 1658 1661 998 0 -1 1077944384 230 13134 0 0 4 0 5 3 20 0 15 0 443846354 11105218560 88068 33554432000 4194304 4196468 140730845870080 139707887196432 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1720] ppid=1658 vsize=10844940 memory=1432 CPUtime=0.11 cores=1,3,5,7
/proc/1661/task/1720/stat : 1720 (java) S 1658 1661 998 0 -1 1077944384 136 13134 0 0 3 0 5 3 20 0 15 0 443846354 11105218560 88068 33554432000 4194304 4196468 140730845870080 139707886143888 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1721] ppid=1658 vsize=10844940 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/1661/task/1721/stat : 1721 (java) S 1658 1661 998 0 -1 1077944384 2860 13134 0 0 3 0 5 3 20 0 15 0 443846355 11105218560 88068 33554432000 4194304 4196468 140730845870080 139707841702640 139708315146882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1722] ppid=1658 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1722/stat : 1722 (java) S 1658 1661 998 0 -1 1077944384 15 13134 0 0 0 0 5 3 20 0 15 0 443846356 11105218560 88068 33554432000 4194304 4196468 140730845870080 139707769939680 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1723] ppid=1658 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1723/stat : 1723 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846356 11105218560 88068 33554432000 4194304 4196468 140730845870080 139707165959424 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1724] ppid=1658 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1724/stat : 1724 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846358 11105218560 88068 33554432000 4194304 4196468 140730845870080 139706858559952 139708315154331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1725] ppid=1658 vsize=10844940 memory=139811654835408 CPUtime=2.49 cores=1,3,5,7
/proc/1661/task/1725/stat : 1725 (java) R 1658 1661 998 0 -1 4202560 10901 13134 0 0 239 2 5 3 20 0 15 0 443846358 11105218560 88068 33554432000 4194304 4196468 140730845870080 139707840633648 139708301164160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1726] ppid=1658 vsize=10844940 memory=0 CPUtime=2.4 cores=1,3,5,7
/proc/1661/task/1726/stat : 1726 (java) R 1658 1661 998 0 -1 4202560 12681 13134 0 0 230 2 5 3 20 0 15 0 443846358 11105218560 88068 33554432000 4194304 4196468 140730845870080 139707839585504 139708296545885 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1727] ppid=1658 vsize=10844940 memory=2319529024244918176 CPUtime=1.43 cores=1,3,5,7
/proc/1661/task/1727/stat : 1727 (java) S 1658 1661 998 0 -1 1077944384 7548 13134 0 0 132 3 5 3 20 0 15 0 443846359 11105218560 88068 33554432000 4194304 4196468 140730845870080 139707838543856 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1728] ppid=1658 vsize=10844940 memory=3472328296227679279 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1728/stat : 1728 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846359 11105218560 88068 33554432000 4194304 4196468 140730845870080 139706825001312 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1729] ppid=1658 vsize=10844940 memory=7016593469928931507 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1729/stat : 1729 (java) S 1658 1661 998 0 -1 1077944384 5 13134 0 0 0 0 5 3 20 0 15 0 443846359 11105218560 88068 33554432000 4194304 4196468 140730845870080 139707736382512 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
Current children cumulated CPU time: 10.21 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 352272 KiB

[startup+4.80251 s]
/proc/loadavg: 1.39 1.42 1.49 6/227 1729
/proc/meminfo: memFree=29020320/32770624 swapFree=66998732/67108860
[pid=1661] ppid=1658 vsize=10844940 memory=367544 CPUtime=11.62 cores=1,3,5,7
/proc/1661/stat : 1661 (java) S 1658 1661 998 0 -1 1077944320 60784 13134 0 0 1131 23 5 3 20 0 15 0 443846344 11105218560 91886 33554432000 4194304 4196468 140730845870080 140730845852624 139708315135735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
/proc/1661/statm: 2711235 91886 3616 1 0 2673293 0
[pid=1661/tid=1716] ppid=1658 vsize=10844940 memory=-9174445032661854264 CPUtime=4.66 cores=1,3,5,7
/proc/1661/task/1716/stat : 1716 (java) R 1658 1661 998 0 -1 4202560 23484 13134 0 0 447 11 5 3 20 0 15 0 443846353 11105218560 91886 33554432000 4194304 4196468 140730845870080 139708286967984 139707931728340 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1717] ppid=1658 vsize=10844940 memory=8112282956445269571 CPUtime=0.11 cores=1,3,5,7
/proc/1661/task/1717/stat : 1717 (java) S 1658 1661 998 0 -1 1077944384 320 13134 0 0 3 0 5 3 20 0 15 0 443846354 11105218560 91886 33554432000 4194304 4196468 140730845870080 139708319377936 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1718] ppid=1658 vsize=10844940 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1661/task/1718/stat : 1718 (java) S 1658 1661 998 0 -1 1077944384 114 13134 0 0 3 1 5 3 20 0 15 0 443846354 11105218560 91886 33554432000 4194304 4196468 140730845870080 139707888249488 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1719] ppid=1658 vsize=10844940 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1661/task/1719/stat : 1719 (java) S 1658 1661 998 0 -1 1077944384 235 13134 0 0 4 0 5 3 20 0 15 0 443846354 11105218560 91886 33554432000 4194304 4196468 140730845870080 139707887196432 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1720] ppid=1658 vsize=10844940 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/1661/task/1720/stat : 1720 (java) S 1658 1661 998 0 -1 1077944384 137 13134 0 0 3 0 5 3 20 0 15 0 443846354 11105218560 91886 33554432000 4194304 4196468 140730845870080 139707886143888 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1721] ppid=1658 vsize=10844940 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1661/task/1721/stat : 1721 (java) S 1658 1661 998 0 -1 1077944384 2877 13134 0 0 4 0 5 3 20 0 15 0 443846355 11105218560 91886 33554432000 4194304 4196468 140730845870080 139707841702640 139708315146882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1722] ppid=1658 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1722/stat : 1722 (java) S 1658 1661 998 0 -1 1077944384 15 13134 0 0 0 0 5 3 20 0 15 0 443846356 11105218560 91886 33554432000 4194304 4196468 140730845870080 139707769939744 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1723] ppid=1658 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1723/stat : 1723 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846356 11105218560 91886 33554432000 4194304 4196468 140730845870080 139707165959424 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1724] ppid=1658 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1724/stat : 1724 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846358 11105218560 91886 33554432000 4194304 4196468 140730845870080 139706858559952 139708315154331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1725] ppid=1658 vsize=10844940 memory=279623309250672 CPUtime=2.75 cores=1,3,5,7
/proc/1661/task/1725/stat : 1725 (java) R 1658 1661 998 0 -1 4202560 10960 13134 0 0 265 2 5 3 20 0 15 0 443846358 11105218560 91886 33554432000 4194304 4196468 140730845870080 139707840640784 139708300017394 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1726] ppid=1658 vsize=10844940 memory=15821105565915944 CPUtime=2.66 cores=1,3,5,7
/proc/1661/task/1726/stat : 1726 (java) R 1658 1661 998 0 -1 4202560 12749 13134 0 0 256 2 5 3 20 0 15 0 443846358 11105218560 91886 33554432000 4194304 4196468 140730845870080 139707839572472 139708299527960 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1727] ppid=1658 vsize=10844940 memory=7237398200207235428 CPUtime=1.51 cores=1,3,5,7
/proc/1661/task/1727/stat : 1727 (java) S 1658 1661 998 0 -1 1077944384 7667 13134 0 0 140 3 5 3 20 0 15 0 443846359 11105218560 91886 33554432000 4194304 4196468 140730845870080 139707838543856 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1728] ppid=1658 vsize=10844940 memory=353 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1728/stat : 1728 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846359 11105218560 91886 33554432000 4194304 4196468 140730845870080 139706825001312 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1729] ppid=1658 vsize=10844940 memory=8243122710528917583 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1729/stat : 1729 (java) S 1658 1661 998 0 -1 1077944384 8 13134 0 0 0 0 5 3 20 0 15 0 443846359 11105218560 91886 33554432000 4194304 4196468 140730845870080 139707736382512 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
Current children cumulated CPU time: 11.62 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 367544 KiB

[startup+5.2007 s]
/proc/loadavg: 1.60 1.47 1.50 3/227 1729
/proc/meminfo: memFree=28996192/32770624 swapFree=66998732/67108860
[pid=1661] ppid=1658 vsize=10844940 memory=358996 CPUtime=12.16 cores=1,3,5,7
/proc/1661/stat : 1661 (java) S 1658 1661 998 0 -1 1077944320 60819 13134 0 0 1184 24 5 3 20 0 15 0 443846344 11105218560 89749 33554432000 4194304 4196468 140730845870080 140730845852624 139708315135735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
/proc/1661/statm: 2711235 89749 3618 1 0 2673293 0
[pid=1661/tid=1716] ppid=1658 vsize=10844940 memory=0 CPUtime=5.06 cores=1,3,5,7
/proc/1661/task/1716/stat : 1716 (java) R 1658 1661 998 0 -1 4202560 23485 13134 0 0 487 11 5 3 20 0 15 0 443846353 11105218560 89749 33554432000 4194304 4196468 140730845870080 139708286971200 139707931434822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1717] ppid=1658 vsize=10844940 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1661/task/1717/stat : 1717 (java) S 1658 1661 998 0 -1 1077944384 321 13134 0 0 4 0 5 3 20 0 15 0 443846354 11105218560 89749 33554432000 4194304 4196468 140730845870080 139708319377936 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1718] ppid=1658 vsize=10844940 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1661/task/1718/stat : 1718 (java) S 1658 1661 998 0 -1 1077944384 115 13134 0 0 3 1 5 3 20 0 15 0 443846354 11105218560 89749 33554432000 4194304 4196468 140730845870080 139707888249488 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1719] ppid=1658 vsize=10844940 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1661/task/1719/stat : 1719 (java) S 1658 1661 998 0 -1 1077944384 236 13134 0 0 4 0 5 3 20 0 15 0 443846354 11105218560 89749 33554432000 4194304 4196468 140730845870080 139707887196432 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1720] ppid=1658 vsize=10844940 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1661/task/1720/stat : 1720 (java) S 1658 1661 998 0 -1 1077944384 138 13134 0 0 4 0 5 3 20 0 15 0 443846354 11105218560 89749 33554432000 4194304 4196468 140730845870080 139707886143888 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1721] ppid=1658 vsize=10844940 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1661/task/1721/stat : 1721 (java) S 1658 1661 998 0 -1 1077944384 2878 13134 0 0 4 0 5 3 20 0 15 0 443846355 11105218560 89749 33554432000 4194304 4196468 140730845870080 139707841702640 139708315146882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1722] ppid=1658 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1722/stat : 1722 (java) S 1658 1661 998 0 -1 1077944384 15 13134 0 0 0 0 5 3 20 0 15 0 443846356 11105218560 89749 33554432000 4194304 4196468 140730845870080 139707769939744 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1723] ppid=1658 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1723/stat : 1723 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846356 11105218560 89749 33554432000 4194304 4196468 140730845870080 139707165959424 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1724] ppid=1658 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1724/stat : 1724 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846358 11105218560 89749 33554432000 4194304 4196468 140730845870080 139706858559952 139708315154331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1725] ppid=1658 vsize=10844940 memory=0 CPUtime=2.82 cores=1,3,5,7
/proc/1661/task/1725/stat : 1725 (java) S 1658 1661 998 0 -1 1077944384 10971 13134 0 0 272 2 5 3 20 0 15 0 443846358 11105218560 89749 33554432000 4194304 4196468 140730845870080 139707840649456 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1726] ppid=1658 vsize=10844940 memory=0 CPUtime=2.72 cores=1,3,5,7
/proc/1661/task/1726/stat : 1726 (java) S 1658 1661 998 0 -1 1077944384 12767 13134 0 0 262 2 5 3 20 0 15 0 443846358 11105218560 89749 33554432000 4194304 4196468 140730845870080 139707839596912 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1727] ppid=1658 vsize=10844940 memory=0 CPUtime=1.51 cores=1,3,5,7
/proc/1661/task/1727/stat : 1727 (java) S 1658 1661 998 0 -1 1077944384 7667 13134 0 0 140 3 5 3 20 0 15 0 443846359 11105218560 89749 33554432000 4194304 4196468 140730845870080 139707838543856 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1728] ppid=1658 vsize=10844940 memory=367544 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1728/stat : 1728 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846359 11105218560 89749 33554432000 4194304 4196468 140730845870080 139706825001312 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1729] ppid=1658 vsize=10844940 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1729/stat : 1729 (java) S 1658 1661 998 0 -1 1077944384 8 13134 0 0 0 0 5 3 20 0 15 0 443846359 11105218560 89749 33554432000 4194304 4196468 140730845870080 139707736382512 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
Current children cumulated CPU time: 12.16 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 358996 KiB

[startup+5.30073 s]
/proc/loadavg: 1.60 1.47 1.50 3/227 1729
/proc/meminfo: memFree=28996192/32770624 swapFree=66998732/67108860
[pid=1661] ppid=1658 vsize=10844940 memory=363092 CPUtime=12.3 cores=1,3,5,7
/proc/1661/stat : 1661 (java) S 1658 1661 998 0 -1 1077944320 60828 13134 0 0 1198 24 5 3 20 0 15 0 443846344 11105218560 90773 33554432000 4194304 4196468 140730845870080 140730845852624 139708315135735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
/proc/1661/statm: 2711235 90773 3618 1 0 2673293 0
[pid=1661/tid=1716] ppid=1658 vsize=10844940 memory=3 CPUtime=5.16 cores=1,3,5,7
/proc/1661/task/1716/stat : 1716 (java) R 1658 1661 998 0 -1 4202560 23491 13134 0 0 497 11 5 3 20 0 15 0 443846353 11105218560 90773 33554432000 4194304 4196468 140730845870080 139708286968776 139707926507172 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1717] ppid=1658 vsize=10844940 memory=367616 CPUtime=0.12 cores=1,3,5,7
/proc/1661/task/1717/stat : 1717 (java) S 1658 1661 998 0 -1 1077944384 321 13134 0 0 4 0 5 3 20 0 15 0 443846354 11105218560 90773 33554432000 4194304 4196468 140730845870080 139708319377936 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1718] ppid=1658 vsize=10844940 memory=363420 CPUtime=0.12 cores=1,3,5,7
/proc/1661/task/1718/stat : 1718 (java) S 1658 1661 998 0 -1 1077944384 115 13134 0 0 3 1 5 3 20 0 15 0 443846354 11105218560 90773 33554432000 4194304 4196468 140730845870080 139707888249488 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1719] ppid=1658 vsize=10844940 memory=369724 CPUtime=0.12 cores=1,3,5,7
/proc/1661/task/1719/stat : 1719 (java) S 1658 1661 998 0 -1 1077944384 236 13134 0 0 4 0 5 3 20 0 15 0 443846354 11105218560 90773 33554432000 4194304 4196468 140730845870080 139707887196432 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1720] ppid=1658 vsize=10844940 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1661/task/1720/stat : 1720 (java) S 1658 1661 998 0 -1 1077944384 138 13134 0 0 4 0 5 3 20 0 15 0 443846354 11105218560 90773 33554432000 4194304 4196468 140730845870080 139707886143888 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1721] ppid=1658 vsize=10844940 memory=8 CPUtime=0.12 cores=1,3,5,7
/proc/1661/task/1721/stat : 1721 (java) S 1658 1661 998 0 -1 1077944384 2878 13134 0 0 4 0 5 3 20 0 15 0 443846355 11105218560 90773 33554432000 4194304 4196468 140730845870080 139707841702640 139708315146882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1722] ppid=1658 vsize=10844940 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1722/stat : 1722 (java) S 1658 1661 998 0 -1 1077944384 15 13134 0 0 0 0 5 3 20 0 15 0 443846356 11105218560 90773 33554432000 4194304 4196468 140730845870080 139707769939744 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1723] ppid=1658 vsize=10844940 memory=279623309284448 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1723/stat : 1723 (java) S 1658 1661 998 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 443846356 11105218560 90773 33554432000 4194304 4196468 140730845870080 139707165959424 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1724] ppid=1658 vsize=10844940 memory=9996 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1724/stat : 1724 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846358 11105218560 90773 33554432000 4194304 4196468 140730845870080 139706858559952 139708315154331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1725] ppid=1658 vsize=10844940 memory=22665 CPUtime=2.83 cores=1,3,5,7
/proc/1661/task/1725/stat : 1725 (java) S 1658 1661 998 0 -1 1077944384 10974 13134 0 0 273 2 5 3 20 0 15 0 443846358 11105218560 90773 33554432000 4194304 4196468 140730845870080 139707840649456 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1726] ppid=1658 vsize=10844940 memory=279623309085600 CPUtime=2.75 cores=1,3,5,7
/proc/1661/task/1726/stat : 1726 (java) R 1658 1661 998 0 -1 4202560 12767 13134 0 0 265 2 5 3 20 0 15 0 443846358 11105218560 90773 33554432000 4194304 4196468 140730845870080 139707839596912 139708298521893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1727] ppid=1658 vsize=10844940 memory=1399094042734925955 CPUtime=1.51 cores=1,3,5,7
/proc/1661/task/1727/stat : 1727 (java) S 1658 1661 998 0 -1 1077944384 7667 13134 0 0 140 3 5 3 20 0 15 0 443846359 11105218560 90773 33554432000 4194304 4196468 140730845870080 139707838543856 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1728] ppid=1658 vsize=10844940 memory=-7233780906022726806 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1728/stat : 1728 (java) S 1658 1661 998 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 443846359 11105218560 90773 33554432000 4194304 4196468 140730845870080 139706825001312 139708315145941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
[pid=1661/tid=1729] ppid=1658 vsize=10844940 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/1661/task/1729/stat : 1729 (java) S 1658 1661 998 0 -1 1077944384 8 13134 0 0 0 0 5 3 20 0 15 0 443846359 11105218560 90773 33554432000 4194304 4196468 140730845870080 139707736382512 139708315146882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28823552 140730845874927 140730845877445 140730845877445 140730845880271 0
Current children cumulated CPU time: 12.3 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 363092 KiB

Child status: 0
Real time (s): 5.38699
CPU time (s): 12.4385
CPU user time (s): 12.1457
CPU system time (s): 0.292756
CPU usage (%): 230.898
Max. virtual memory (cumulated for all children) (KiB): 10850260
Max. memory (cumulated for all children) (KiB): 369724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.1457
system time used= 0.292756
maximum resident set size= 389968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74129
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= 5677
involuntary context switches= 58


# summary of solver processes directly reported to runsolver:
#   pid: 1661
#   total CPU time (s): 12.4385
#   total CPU user time (s): 12.1457
#   total CPU system time (s): 0.292756

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.064703 second user time and 0.0855 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-17 01:16:16
IDJOB=4400633
IDBENCH=121710
IDSOLVER=2857
FILE ID=node123/4400633-1568675815
RUNJOBID= node123-1568673292-1030
PBS_JOBID= 21703787
Free space on /tmp= 59152 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Random/Random-D-t035/rand-2-40-16-250-035-86.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400633-1568675815/watcher-4400633-1568675815 -o /tmp/evaluation-result-4400633-1568675815/solver-4400633-1568675815 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1030 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1397057242 HOME/instance-4400633-1568675815.xml

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

MD5SUM BENCH= 95e1ba6edeec6aa2d568f833deab6719
RANDOM SEED=1397057242

node123.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.49
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.49
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.49
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.49
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:        29357948 kB
MemAvailable:   30913876 kB
Buffers:          106964 kB
Cached:          1747496 kB
SwapCached:         7608 kB
Active:          2219436 kB
Inactive:         624732 kB
Active(anon):     989632 kB
Inactive(anon):    48364 kB
Active(file):    1229804 kB
Inactive(file):   576368 kB
Unevictable:      107844 kB
Mlocked:          107844 kB
SwapTotal:      67108860 kB
SwapFree:       66998732 kB
Dirty:             35432 kB
Writeback:             0 kB
AnonPages:       1100988 kB
Mapped:            60848 kB
Shmem:             39784 kB
Slab:             160908 kB
SReclaimable:     131184 kB
SUnreclaim:        29724 kB
KernelStack:        3984 kB
PageTables:         7332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2216476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1011712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59116 MiB
End job on node123 at 2019-09-17 01:16:21