Trace number 4400990

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2OPT20 276.076 264.06

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-20-4-5-8.xml
MD5SUMcc4f118531160cfe6c95c1294546deff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark13.7433
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints81
Number of domains21
Minimum domain size4
Maximum domain size21
Distribution of domain sizes[{"size":4,"count":7},{"size":5,"count":7},{"size":6,"count":6},{"size":21,"count":40}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":20},{"degree":21,"count":19},{"degree":22,"count":1},{"degree":23,"count":20}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":40},{"arity":20,"count":20},{"arity":21,"count":20}]
Number of extensional constraints40
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":21},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.75/0.55	c Concrete v3.12.2.1568631193530 running
17.02/8.09	o -4971
17.22/8.11	o -3975
17.22/8.13	o -3968
17.43/8.21	o -3965
17.43/8.24	o -3959
17.62/8.34	o -2976
17.95/8.53	o -2971
17.95/8.55	o -2970
18.24/8.79	o -2968
19.50/9.79	o -2963
27.75/17.46	o -1964
30.04/19.63	o -1959
30.94/20.50	o -984
35.62/25.06	o -982
69.75/58.32	o -981
107.79/96.19	o -980
125.10/113.45	o -976
125.81/114.18	o -975
130.40/118.76	o -974
137.12/125.47	o 15
137.22/125.58	o 18
157.64/146.00	o 20
276.01/264.04	v <instantiation
276.01/264.04	v         cost = '20'>
276.01/264.04	v       <list>
276.01/264.04	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19]
276.01/264.04	v       </list>
276.01/264.04	v       <values>
276.01/264.04	v         5 0 -1 8 3 10 1 6 7 4 15 -1 -1 -1 9 16 17 18 19 14 0 15 -1 11 10 1 14 13 12 9 2 -1 -1 -1 8 3 4 5 6 7 1 -5 0 5 2 -2 -3 1 2 6 3 0 0 0 -7 6 3 2 2 4
276.01/264.04	v       </values>
276.01/264.04	v     </instantiation>
276.01/264.04	s OPTIMUM FOUND

Verifier Data

OK	20

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400990-1568682621/watcher-4400990-1568682621 -o /tmp/evaluation-result-4400990-1568682621/solver-4400990-1568682621 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1030 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1545093772 HOME/instance-4400990-1568682621.xml 

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

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


[startup+0.100151 s]*
/proc/loadavg: 1.34 1.38 1.45 3/219 4178
/proc/meminfo: memFree=29009268/32770624 swapFree=66998740/67108860
[pid=4121] ppid=4118 vsize=9972712 memory=18600 CPUtime=0.09 cores=1,3,5,7
/proc/4121/stat : 4121 (java) S 4118 4121 998 0 -1 1077944320 4395 13407 0 0 1 0 5 3 20 0 6 0 444527059 10212057088 4650 33554432000 4194304 4196468 140725903951760 140725903934304 140580934995703 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
/proc/4121/statm: 2493178 4650 1933 1 0 2481616 0
[pid=4121/tid=4174] ppid=4118 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4174/stat : 4174 (java) R 4118 4121 998 0 -1 4202560 2202 13407 0 0 0 0 5 3 20 0 6 0 444527068 10212057088 4650 33554432000 4194304 4196468 140725903951760 140580906832464 140580935017629 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4175] ppid=4118 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4175/stat : 4175 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 6 0 444527069 10212057088 4650 33554432000 4194304 4196468 140725903951760 140580939238416 140580935005909 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4176] ppid=4118 vsize=9972712 memory=139783532865152 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4176/stat : 4176 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 6 0 444527069 10212057088 4650 33554432000 4194304 4196468 140725903951760 140580857990288 140580935005909 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4177] ppid=4118 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4177/stat : 4177 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 6 0 444527069 10212057088 4650 33554432000 4194304 4196468 140725903951760 140580507015952 140580935005909 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4178] ppid=4118 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4178/stat : 4178 (java) S 4118 4121 998 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 6 0 444527069 10212057088 4650 33554432000 4194304 4196468 140725903951760 140580505963408 140580935005909 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18600 KiB

[startup+0.210269 s]*
/proc/loadavg: 1.34 1.38 1.45 4/228 4187
/proc/meminfo: memFree=28985420/32770624 swapFree=66998740/67108860
[pid=4121] ppid=4118 vsize=10820164 memory=45488 CPUtime=0.27 cores=1,3,5,7
/proc/4121/stat : 4121 (java) S 4118 4121 998 0 -1 1077944320 7142 13407 0 0 18 1 5 3 20 0 15 0 444527059 11079847936 11372 33554432000 4194304 4196468 140725903951760 140725903934304 140580934995703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
/proc/4121/statm: 2705041 11372 3260 1 0 2667149 0
[pid=4121/tid=4174] ppid=4118 vsize=10820196 memory=5450916389569530688 CPUtime=0.19 cores=1,3,5,7
/proc/4121/task/4174/stat : 4174 (java) R 4118 4121 998 0 -1 4202560 3686 13407 0 0 10 1 5 3 20 0 15 0 444527068 11079880704 11372 33554432000 4194304 4196468 140725903951760 140580906800928 140580919076190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4175] ppid=4118 vsize=10820196 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4175/stat : 4175 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 444527069 11079880704 11372 33554432000 4194304 4196468 140725903951760 140580939238416 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4176] ppid=4118 vsize=10820196 memory=139783532865152 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4176/stat : 4176 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 444527069 11079880704 11372 33554432000 4194304 4196468 140725903951760 140580857990288 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4177] ppid=4118 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4177/stat : 4177 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 444527069 11079880704 11372 33554432000 4194304 4196468 140725903951760 140580507015952 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4178] ppid=4118 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4178/stat : 4178 (java) S 4118 4121 998 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 444527069 11079880704 11372 33554432000 4194304 4196468 140725903951760 140580505963408 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4179] ppid=4118 vsize=10820196 memory=139783532865152 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4179/stat : 4179 (java) S 4118 4121 998 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 444527070 11079880704 11372 33554432000 4194304 4196468 140725903951760 140580461656304 140580935006850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4180] ppid=4118 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4180/stat : 4180 (java) S 4118 4121 998 0 -1 1077944384 13 13407 0 0 0 0 5 3 20 0 15 0 444527071 11079880704 11372 33554432000 4194304 4196468 140725903951760 140580386497696 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4181] ppid=4118 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4181/stat : 4181 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 444527071 11079880704 11372 33554432000 4194304 4196468 140725903951760 140580252279536 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4182] ppid=4118 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4182/stat : 4182 (java) S 4118 4121 998 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 444527073 11079880704 11372 33554432000 4194304 4196468 140725903951760 140579648301008 140580935014299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4183] ppid=4118 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4121/task/4183/stat : 4183 (java) R 4118 4121 998 0 -1 4202560 479 13407 0 0 1 0 5 3 20 0 15 0 444527073 11079880704 11372 33554432000 4194304 4196468 140725903951760 140580460604144 140580912869888 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4184] ppid=4118 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/4121/task/4184/stat : 4184 (java) S 4118 4121 998 0 -1 1077944384 183 13407 0 0 1 0 5 3 20 0 15 0 444527073 11079880704 11372 33554432000 4194304 4196468 140725903951760 140580459551600 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4185] ppid=4118 vsize=10820196 memory=139783532865152 CPUtime=0.11 cores=1,3,5,7
/proc/4121/task/4185/stat : 4185 (java) S 4118 4121 998 0 -1 1077944384 629 13407 0 0 3 0 5 3 20 0 15 0 444527074 11079880704 11372 33554432000 4194304 4196468 140725903951760 140580458498544 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4186] ppid=4118 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4186/stat : 4186 (java) S 4118 4121 998 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 444527074 11079880704 11372 33554432000 4194304 4196468 140725903951760 140579178539872 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4187] ppid=4118 vsize=10820196 memory=139783532865152 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4187/stat : 4187 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 444527074 11079880704 11372 33554432000 4194304 4196468 140725903951760 140580457445936 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 45488 KiB

[startup+0.310784 s]*
/proc/loadavg: 1.34 1.38 1.45 3/228 4187
/proc/meminfo: memFree=28972996/32770624 swapFree=66998740/67108860
[pid=4121] ppid=4118 vsize=10820196 memory=53980 CPUtime=0.4 cores=1,3,5,7
/proc/4121/stat : 4121 (java) S 4118 4121 998 0 -1 1077944320 10732 13407 0 0 29 3 5 3 20 0 15 0 444527059 11079880704 13495 33554432000 4194304 4196468 140725903951760 140725903934304 140580934995703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
/proc/4121/statm: 2705049 13495 3306 1 0 2667149 0
[pid=4121/tid=4174] ppid=4118 vsize=10820196 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/4121/task/4174/stat : 4174 (java) R 4118 4121 998 0 -1 4202560 7192 13407 0 0 19 3 5 3 20 0 15 0 444527068 11079880704 13495 33554432000 4194304 4196468 140725903951760 140580906804656 140580920365327 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4175] ppid=4118 vsize=10820196 memory=6942126569021531218 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4175/stat : 4175 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 444527069 11079880704 13495 33554432000 4194304 4196468 140725903951760 140580939238416 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4176] ppid=4118 vsize=10820196 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4176/stat : 4176 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 444527069 11079880704 13495 33554432000 4194304 4196468 140725903951760 140580857990288 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4177] ppid=4118 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4177/stat : 4177 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 444527069 11079880704 13495 33554432000 4194304 4196468 140725903951760 140580507015952 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4178] ppid=4118 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4178/stat : 4178 (java) S 4118 4121 998 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 444527069 11079880704 13495 33554432000 4194304 4196468 140725903951760 140580505963408 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4179] ppid=4118 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4179/stat : 4179 (java) S 4118 4121 998 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 444527070 11079880704 13495 33554432000 4194304 4196468 140725903951760 140580461656304 140580935006850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4180] ppid=4118 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4180/stat : 4180 (java) S 4118 4121 998 0 -1 1077944384 13 13407 0 0 0 0 5 3 20 0 15 0 444527071 11079880704 13495 33554432000 4194304 4196468 140725903951760 140580386497696 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4181] ppid=4118 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4181/stat : 4181 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 444527071 11079880704 13495 33554432000 4194304 4196468 140725903951760 140580252279536 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4182] ppid=4118 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4182/stat : 4182 (java) S 4118 4121 998 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 444527073 11079880704 13495 33554432000 4194304 4196468 140725903951760 140579648301008 140580935014299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4183] ppid=4118 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4121/task/4183/stat : 4183 (java) S 4118 4121 998 0 -1 1077944384 481 13407 0 0 2 0 5 3 20 0 15 0 444527073 11079880704 13495 33554432000 4194304 4196468 140725903951760 140580460604144 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4184] ppid=4118 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4121/task/4184/stat : 4184 (java) S 4118 4121 998 0 -1 1077944384 183 13407 0 0 1 0 5 3 20 0 15 0 444527073 11079880704 13495 33554432000 4194304 4196468 140725903951760 140580459551600 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4185] ppid=4118 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/4121/task/4185/stat : 4185 (java) S 4118 4121 998 0 -1 1077944384 648 13407 0 0 5 0 5 3 20 0 15 0 444527074 11079880704 13495 33554432000 4194304 4196468 140725903951760 140580458498544 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4186] ppid=4118 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4186/stat : 4186 (java) S 4118 4121 998 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 444527074 11079880704 13495 33554432000 4194304 4196468 140725903951760 140579178539872 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4187] ppid=4118 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4187/stat : 4187 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 444527074 11079880704 13495 33554432000 4194304 4196468 140725903951760 140580457445936 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53980 KiB

[startup+0.701354 s]
/proc/loadavg: 1.34 1.38 1.45 4/228 4187
/proc/meminfo: memFree=28958580/32770624 swapFree=66998740/67108860
[pid=4121] ppid=4118 vsize=10824364 memory=87100 CPUtime=1.12 cores=1,3,5,7
/proc/4121/stat : 4121 (java) S 4118 4121 998 0 -1 1077944320 14986 13407 0 0 98 6 5 3 20 0 15 0 444527059 11084148736 21775 33554432000 4194304 4196468 140725903951760 140725903934304 140580934995703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
/proc/4121/statm: 2706091 21775 3511 1 0 2668173 0
[pid=4121/tid=4174] ppid=4118 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/4121/task/4174/stat : 4174 (java) R 4118 4121 998 0 -1 4202560 10248 13407 0 0 54 5 5 3 20 0 15 0 444527068 11084148736 21775 33554432000 4194304 4196468 140725903951760 140580906821760 140580920689206 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4175] ppid=4118 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4175/stat : 4175 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 444527069 11084148736 21775 33554432000 4194304 4196468 140725903951760 140580939238416 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4176] ppid=4118 vsize=10824364 memory=239 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4176/stat : 4176 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 444527069 11084148736 21775 33554432000 4194304 4196468 140725903951760 140580857990288 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4177] ppid=4118 vsize=10824364 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4177/stat : 4177 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 444527069 11084148736 21775 33554432000 4194304 4196468 140725903951760 140580507015952 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4178] ppid=4118 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4178/stat : 4178 (java) S 4118 4121 998 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 444527069 11084148736 21775 33554432000 4194304 4196468 140725903951760 140580505963408 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4179] ppid=4118 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4179/stat : 4179 (java) S 4118 4121 998 0 -1 1077944384 5 13407 0 0 0 0 5 3 20 0 15 0 444527070 11084148736 21775 33554432000 4194304 4196468 140725903951760 140580461656304 140580935006850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4180] ppid=4118 vsize=10824364 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4180/stat : 4180 (java) S 4118 4121 998 0 -1 1077944384 13 13407 0 0 0 0 5 3 20 0 15 0 444527071 11084148736 21775 33554432000 4194304 4196468 140725903951760 140580386497696 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4181] ppid=4118 vsize=10824364 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4181/stat : 4181 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 444527071 11084148736 21775 33554432000 4194304 4196468 140725903951760 140580252279536 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4182] ppid=4118 vsize=10824364 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4182/stat : 4182 (java) S 4118 4121 998 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 444527073 11084148736 21775 33554432000 4194304 4196468 140725903951760 140579648301008 140580935014299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4183] ppid=4118 vsize=10824364 memory=11044 CPUtime=0.21 cores=1,3,5,7
/proc/4121/task/4183/stat : 4183 (java) R 4118 4121 998 0 -1 4202560 840 13407 0 0 13 0 5 3 20 0 15 0 444527073 11084148736 21775 33554432000 4194304 4196468 140725903951760 140580460604144 140580918463738 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4184] ppid=4118 vsize=10824364 memory=13252 CPUtime=0.2 cores=1,3,5,7
/proc/4121/task/4184/stat : 4184 (java) R 4118 4121 998 0 -1 4202560 741 13407 0 0 12 0 5 3 20 0 15 0 444527073 11084148736 21775 33554432000 4194304 4196468 140725903951760 140580459551600 140580914688744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4185] ppid=4118 vsize=10824364 memory=15460 CPUtime=0.25 cores=1,3,5,7
/proc/4121/task/4185/stat : 4185 (java) S 4118 4121 998 0 -1 1077944384 922 13407 0 0 17 0 5 3 20 0 15 0 444527074 11084148736 21775 33554432000 4194304 4196468 140725903951760 140580458498544 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4186] ppid=4118 vsize=10824364 memory=17668 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4186/stat : 4186 (java) S 4118 4121 998 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 444527074 11084148736 21775 33554432000 4194304 4196468 140725903951760 140579178539872 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4187] ppid=4118 vsize=10824364 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4187/stat : 4187 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 444527074 11084148736 21775 33554432000 4194304 4196468 140725903951760 140580457445936 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87100 KiB

[startup+1.50134 s]
/proc/loadavg: 1.34 1.38 1.45 5/228 4187
/proc/meminfo: memFree=28907684/32770624 swapFree=66998740/67108860
[pid=4121] ppid=4118 vsize=10834680 memory=196892 CPUtime=2.77 cores=1,3,5,7
/proc/4121/stat : 4121 (java) S 4118 4121 998 0 -1 1077944320 24310 13407 0 0 258 11 5 3 20 0 15 0 444527059 11094712320 49223 33554432000 4194304 4196468 140725903951760 140725903934304 140580934995703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
/proc/4121/statm: 2708670 49223 3587 1 0 2670733 0
[pid=4121/tid=4174] ppid=4118 vsize=10834680 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/4121/task/4174/stat : 4174 (java) R 4118 4121 998 0 -1 4202560 15821 13407 0 0 129 7 5 3 20 0 15 0 444527068 11094712320 49223 33554432000 4194304 4196468 140725903951760 140580906805552 140580921211678 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4175] ppid=4118 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4121/task/4175/stat : 4175 (java) S 4118 4121 998 0 -1 1077944384 303 13407 0 0 1 0 5 3 20 0 15 0 444527069 11094712320 49223 33554432000 4194304 4196468 140725903951760 140580939238416 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4176] ppid=4118 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4121/task/4176/stat : 4176 (java) S 4118 4121 998 0 -1 1077944384 31 13407 0 0 1 0 5 3 20 0 15 0 444527069 11094712320 49223 33554432000 4194304 4196468 140725903951760 140580857990288 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4177] ppid=4118 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4121/task/4177/stat : 4177 (java) S 4118 4121 998 0 -1 1077944384 56 13407 0 0 1 0 5 3 20 0 15 0 444527069 11094712320 49223 33554432000 4194304 4196468 140725903951760 140580507015952 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4178] ppid=4118 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4121/task/4178/stat : 4178 (java) S 4118 4121 998 0 -1 1077944384 101 13407 0 0 1 0 5 3 20 0 15 0 444527069 11094712320 49223 33554432000 4194304 4196468 140725903951760 140580505963408 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4179] ppid=4118 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4121/task/4179/stat : 4179 (java) S 4118 4121 998 0 -1 1077944384 1374 13407 0 0 1 0 5 3 20 0 15 0 444527070 11094712320 49223 33554432000 4194304 4196468 140725903951760 140580461656304 140580935006850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4180] ppid=4118 vsize=10834680 memory=-9178176117148050014 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4180/stat : 4180 (java) S 4118 4121 998 0 -1 1077944384 13 13407 0 0 0 0 5 3 20 0 15 0 444527071 11094712320 49223 33554432000 4194304 4196468 140725903951760 140580386497696 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4181] ppid=4118 vsize=10834680 memory=279566803347712 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4181/stat : 4181 (java) S 4118 4121 998 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 444527071 11094712320 49223 33554432000 4194304 4196468 140725903951760 140580252279536 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4182] ppid=4118 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4182/stat : 4182 (java) S 4118 4121 998 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 444527073 11094712320 49223 33554432000 4194304 4196468 140725903951760 140579648301008 140580935014299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4183] ppid=4118 vsize=10834680 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/4121/task/4183/stat : 4183 (java) S 4118 4121 998 0 -1 1077944384 1725 13407 0 0 43 0 5 3 20 0 15 0 444527073 11094712320 49223 33554432000 4194304 4196468 140725903951760 140580460604144 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4184] ppid=4118 vsize=10834680 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/4121/task/4184/stat : 4184 (java) S 4118 4121 998 0 -1 1077944384 1120 13407 0 0 39 0 5 3 20 0 15 0 444527073 11094712320 49223 33554432000 4194304 4196468 140725903951760 140580459551600 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4185] ppid=4118 vsize=10834680 memory=4580 CPUtime=0.47 cores=1,3,5,7
/proc/4121/task/4185/stat : 4185 (java) S 4118 4121 998 0 -1 1077944384 1553 13407 0 0 39 0 5 3 20 0 15 0 444527074 11094712320 49223 33554432000 4194304 4196468 140725903951760 140580458498544 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4186] ppid=4118 vsize=10834680 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4186/stat : 4186 (java) S 4118 4121 998 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 444527074 11094712320 49223 33554432000 4194304 4196468 140725903951760 140579178539872 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4187] ppid=4118 vsize=10834680 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4187/stat : 4187 (java) S 4118 4121 998 0 -1 1077944384 1 13407 0 0 0 0 5 3 20 0 15 0 444527074 11094712320 49223 33554432000 4194304 4196468 140725903951760 140580457445936 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 10834680 KiB

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

[pid=4121/tid=4186] ppid=4118 vsize=10849036 memory=5856 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4186/stat : 4186 (java) S 4118 4121 998 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 444527074 11109412864 289642 33554432000 4194304 4196468 140725903951760 140579178539872 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4187] ppid=4118 vsize=10849036 memory=8112282956445269571 CPUtime=0.2 cores=1,3,5,7
/proc/4121/task/4187/stat : 4187 (java) S 4118 4121 998 0 -1 1077944384 1085 13407 0 0 6 6 5 3 20 0 15 0 444527074 11109412864 289642 33554432000 4194304 4196468 140725903951760 140580457445936 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
Current children cumulated CPU time: 271.19 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1158568 KiB

[startup+262.401 s]
/proc/loadavg: 1.45 1.51 1.50 3/231 4215
/proc/meminfo: memFree=27865008/32770624 swapFree=66998740/67108860
[pid=4121] ppid=4118 vsize=10849036 memory=1158056 CPUtime=274.4 cores=1,3,5,7
/proc/4121/stat : 4121 (java) S 4118 4121 998 0 -1 1077944320 120625 13407 0 0 27373 59 5 3 20 0 15 0 444527059 11109412864 289514 33554432000 4194304 4196468 140725903951760 140725903934304 140580934995703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
/proc/4121/statm: 2712259 289514 3630 1 0 2674317 0
[pid=4121/tid=4174] ppid=4118 vsize=10849036 memory=924 CPUtime=261.99 cores=1,3,5,7
/proc/4121/task/4174/stat : 4174 (java) R 4118 4121 998 0 -1 4202560 40120 13407 0 0 26168 23 5 3 20 0 15 0 444527068 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580906830320 140580553594955 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4175] ppid=4118 vsize=10849036 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/4121/task/4175/stat : 4175 (java) S 4118 4121 998 0 -1 1077944384 798 13407 0 0 16 4 5 3 20 0 15 0 444527069 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580939238416 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4176] ppid=4118 vsize=10849036 memory=2020 CPUtime=0.26 cores=1,3,5,7
/proc/4121/task/4176/stat : 4176 (java) S 4118 4121 998 0 -1 1077944384 3881 13407 0 0 14 4 5 3 20 0 15 0 444527069 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580857990288 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4177] ppid=4118 vsize=10849036 memory=1432 CPUtime=0.26 cores=1,3,5,7
/proc/4121/task/4177/stat : 4177 (java) S 4118 4121 998 0 -1 1077944384 5028 13407 0 0 14 4 5 3 20 0 15 0 444527069 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580507015952 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4178] ppid=4118 vsize=10849036 memory=1158796 CPUtime=0.27 cores=1,3,5,7
/proc/4121/task/4178/stat : 4178 (java) S 4118 4121 998 0 -1 1077944384 2349 13407 0 0 15 4 5 3 20 0 15 0 444527069 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580505963408 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4179] ppid=4118 vsize=10849036 memory=8112282956445269571 CPUtime=0.18 cores=1,3,5,7
/proc/4121/task/4179/stat : 4179 (java) S 4118 4121 998 0 -1 1077944384 5126 13407 0 0 9 1 5 3 20 0 15 0 444527070 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580461656304 140580935006850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4180] ppid=4118 vsize=10849036 memory=4855813249823828326 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4180/stat : 4180 (java) S 4118 4121 998 0 -1 1077944384 16 13407 0 0 0 0 5 3 20 0 15 0 444527071 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580386497824 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4181] ppid=4118 vsize=10849036 memory=3618153444468878178 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4181/stat : 4181 (java) S 4118 4121 998 0 -1 1077944384 5 13407 0 0 0 0 5 3 20 0 15 0 444527071 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580252279552 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4182] ppid=4118 vsize=10849036 memory=-7951608429019108245 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4182/stat : 4182 (java) S 4118 4121 998 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 444527073 11109412864 289514 33554432000 4194304 4196468 140725903951760 140579648301008 140580935014299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4183] ppid=4118 vsize=10849036 memory=8112282956445269571 CPUtime=4.52 cores=1,3,5,7
/proc/4121/task/4183/stat : 4183 (java) S 4118 4121 998 0 -1 1077944384 17515 13407 0 0 442 2 5 3 20 0 15 0 444527073 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580460604144 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4184] ppid=4118 vsize=10849036 memory=1056 CPUtime=5.1 cores=1,3,5,7
/proc/4121/task/4184/stat : 4184 (java) S 4118 4121 998 0 -1 1077944384 27807 13407 0 0 498 4 5 3 20 0 15 0 444527073 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580459551600 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4185] ppid=4118 vsize=10849036 memory=14012 CPUtime=1.93 cores=1,3,5,7
/proc/4121/task/4185/stat : 4185 (java) S 4118 4121 998 0 -1 1077944384 14681 13407 0 0 181 4 5 3 20 0 15 0 444527074 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580458498544 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4186] ppid=4118 vsize=10849036 memory=24488 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4186/stat : 4186 (java) S 4118 4121 998 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 444527074 11109412864 289514 33554432000 4194304 4196468 140725903951760 140579178539872 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4187] ppid=4118 vsize=10849036 memory=8112282956445269571 CPUtime=0.2 cores=1,3,5,7
/proc/4121/task/4187/stat : 4187 (java) S 4118 4121 998 0 -1 1077944384 1089 13407 0 0 6 6 5 3 20 0 15 0 444527074 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580457445936 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
Current children cumulated CPU time: 274.4 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1158056 KiB

[startup+263.201 s]
/proc/loadavg: 1.45 1.51 1.50 3/231 4215
/proc/meminfo: memFree=27865008/32770624 swapFree=66998740/67108860
[pid=4121] ppid=4118 vsize=10849036 memory=1158056 CPUtime=275.2 cores=1,3,5,7
/proc/4121/stat : 4121 (java) S 4118 4121 998 0 -1 1077944320 120627 13407 0 0 27453 59 5 3 20 0 15 0 444527059 11109412864 289514 33554432000 4194304 4196468 140725903951760 140725903934304 140580934995703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
/proc/4121/statm: 2712259 289514 3630 1 0 2674317 0
[pid=4121/tid=4174] ppid=4118 vsize=10849036 memory=33 CPUtime=262.79 cores=1,3,5,7
/proc/4121/task/4174/stat : 4174 (java) R 4118 4121 998 0 -1 4202560 40122 13407 0 0 26248 23 5 3 20 0 15 0 444527068 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580906830464 140580552308184 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4175] ppid=4118 vsize=10849036 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/4121/task/4175/stat : 4175 (java) S 4118 4121 998 0 -1 1077944384 798 13407 0 0 16 4 5 3 20 0 15 0 444527069 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580939238416 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4176] ppid=4118 vsize=10849036 memory=1440 CPUtime=0.26 cores=1,3,5,7
/proc/4121/task/4176/stat : 4176 (java) S 4118 4121 998 0 -1 1077944384 3881 13407 0 0 14 4 5 3 20 0 15 0 444527069 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580857990288 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4177] ppid=4118 vsize=10849036 memory=1760 CPUtime=0.26 cores=1,3,5,7
/proc/4121/task/4177/stat : 4177 (java) S 4118 4121 998 0 -1 1077944384 5028 13407 0 0 14 4 5 3 20 0 15 0 444527069 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580507015952 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4178] ppid=4118 vsize=10849036 memory=1157772 CPUtime=0.27 cores=1,3,5,7
/proc/4121/task/4178/stat : 4178 (java) S 4118 4121 998 0 -1 1077944384 2349 13407 0 0 15 4 5 3 20 0 15 0 444527069 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580505963408 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4179] ppid=4118 vsize=10849036 memory=1552 CPUtime=0.18 cores=1,3,5,7
/proc/4121/task/4179/stat : 4179 (java) S 4118 4121 998 0 -1 1077944384 5126 13407 0 0 9 1 5 3 20 0 15 0 444527070 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580461656304 140580935006850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4180] ppid=4118 vsize=10849036 memory=1204 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4180/stat : 4180 (java) S 4118 4121 998 0 -1 1077944384 16 13407 0 0 0 0 5 3 20 0 15 0 444527071 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580386497824 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4181] ppid=4118 vsize=10849036 memory=1072 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4181/stat : 4181 (java) S 4118 4121 998 0 -1 1077944384 5 13407 0 0 0 0 5 3 20 0 15 0 444527071 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580252279552 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4182] ppid=4118 vsize=10849036 memory=5856 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4182/stat : 4182 (java) S 4118 4121 998 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 444527073 11109412864 289514 33554432000 4194304 4196468 140725903951760 140579648301008 140580935014299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4183] ppid=4118 vsize=10849036 memory=1544 CPUtime=4.52 cores=1,3,5,7
/proc/4121/task/4183/stat : 4183 (java) S 4118 4121 998 0 -1 1077944384 17515 13407 0 0 442 2 5 3 20 0 15 0 444527073 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580460604144 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4184] ppid=4118 vsize=10849036 memory=1158056 CPUtime=5.1 cores=1,3,5,7
/proc/4121/task/4184/stat : 4184 (java) S 4118 4121 998 0 -1 1077944384 27807 13407 0 0 498 4 5 3 20 0 15 0 444527073 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580459551600 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4185] ppid=4118 vsize=10849036 memory=2020 CPUtime=1.93 cores=1,3,5,7
/proc/4121/task/4185/stat : 4185 (java) S 4118 4121 998 0 -1 1077944384 14681 13407 0 0 181 4 5 3 20 0 15 0 444527074 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580458498544 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4186] ppid=4118 vsize=10849036 memory=1432 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4186/stat : 4186 (java) S 4118 4121 998 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 444527074 11109412864 289514 33554432000 4194304 4196468 140725903951760 140579178539872 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4187] ppid=4118 vsize=10849036 memory=9396 CPUtime=0.2 cores=1,3,5,7
/proc/4121/task/4187/stat : 4187 (java) S 4118 4121 998 0 -1 1077944384 1089 13407 0 0 6 6 5 3 20 0 15 0 444527074 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580457445936 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
Current children cumulated CPU time: 275.2 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1158056 KiB

[startup+263.601 s]
/proc/loadavg: 1.45 1.51 1.50 3/231 4215
/proc/meminfo: memFree=27865008/32770624 swapFree=66998740/67108860
[pid=4121] ppid=4118 vsize=10849036 memory=1158056 CPUtime=275.6 cores=1,3,5,7
/proc/4121/stat : 4121 (java) S 4118 4121 998 0 -1 1077944320 120627 13407 0 0 27493 59 5 3 20 0 15 0 444527059 11109412864 289514 33554432000 4194304 4196468 140725903951760 140725903934304 140580934995703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
/proc/4121/statm: 2712259 289514 3630 1 0 2674317 0
[pid=4121/tid=4174] ppid=4118 vsize=10849036 memory=1432 CPUtime=263.19 cores=1,3,5,7
/proc/4121/task/4174/stat : 4174 (java) R 4118 4121 998 0 -1 4202560 40122 13407 0 0 26288 23 5 3 20 0 15 0 444527068 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580906830464 140580552307816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4175] ppid=4118 vsize=10849036 memory=9396 CPUtime=0.28 cores=1,3,5,7
/proc/4121/task/4175/stat : 4175 (java) S 4118 4121 998 0 -1 1077944384 798 13407 0 0 16 4 5 3 20 0 15 0 444527069 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580939238416 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4176] ppid=4118 vsize=10849036 memory=8112282956445269571 CPUtime=0.26 cores=1,3,5,7
/proc/4121/task/4176/stat : 4176 (java) S 4118 4121 998 0 -1 1077944384 3881 13407 0 0 14 4 5 3 20 0 15 0 444527069 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580857990288 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4177] ppid=4118 vsize=10849036 memory=4036 CPUtime=0.26 cores=1,3,5,7
/proc/4121/task/4177/stat : 4177 (java) S 4118 4121 998 0 -1 1077944384 5028 13407 0 0 14 4 5 3 20 0 15 0 444527069 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580507015952 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4178] ppid=4118 vsize=10849036 memory=2832 CPUtime=0.27 cores=1,3,5,7
/proc/4121/task/4178/stat : 4178 (java) S 4118 4121 998 0 -1 1077944384 2349 13407 0 0 15 4 5 3 20 0 15 0 444527069 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580505963408 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4179] ppid=4118 vsize=10849036 memory=1552 CPUtime=0.18 cores=1,3,5,7
/proc/4121/task/4179/stat : 4179 (java) S 4118 4121 998 0 -1 1077944384 5126 13407 0 0 9 1 5 3 20 0 15 0 444527070 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580461656304 140580935006850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4180] ppid=4118 vsize=10849036 memory=1204 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4180/stat : 4180 (java) S 4118 4121 998 0 -1 1077944384 16 13407 0 0 0 0 5 3 20 0 15 0 444527071 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580386497824 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4181] ppid=4118 vsize=10849036 memory=1072 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4181/stat : 4181 (java) S 4118 4121 998 0 -1 1077944384 5 13407 0 0 0 0 5 3 20 0 15 0 444527071 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580252279552 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4182] ppid=4118 vsize=10849036 memory=5856 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4182/stat : 4182 (java) S 4118 4121 998 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 444527073 11109412864 289514 33554432000 4194304 4196468 140725903951760 140579648301008 140580935014299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4183] ppid=4118 vsize=10849036 memory=1544 CPUtime=4.52 cores=1,3,5,7
/proc/4121/task/4183/stat : 4183 (java) S 4118 4121 998 0 -1 1077944384 17515 13407 0 0 442 2 5 3 20 0 15 0 444527073 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580460604144 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4184] ppid=4118 vsize=10849036 memory=776 CPUtime=5.1 cores=1,3,5,7
/proc/4121/task/4184/stat : 4184 (java) S 4118 4121 998 0 -1 1077944384 27807 13407 0 0 498 4 5 3 20 0 15 0 444527073 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580459551600 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4185] ppid=4118 vsize=10849036 memory=1056 CPUtime=1.93 cores=1,3,5,7
/proc/4121/task/4185/stat : 4185 (java) S 4118 4121 998 0 -1 1077944384 14681 13407 0 0 181 4 5 3 20 0 15 0 444527074 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580458498544 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4186] ppid=4118 vsize=10849036 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4186/stat : 4186 (java) S 4118 4121 998 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 444527074 11109412864 289514 33554432000 4194304 4196468 140725903951760 140579178539872 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4187] ppid=4118 vsize=10849036 memory=24488 CPUtime=0.2 cores=1,3,5,7
/proc/4121/task/4187/stat : 4187 (java) S 4118 4121 998 0 -1 1077944384 1089 13407 0 0 6 6 5 3 20 0 15 0 444527074 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580457445936 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
Current children cumulated CPU time: 275.6 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1158056 KiB

[startup+264.001 s]*
/proc/loadavg: 1.41 1.50 1.49 3/231 4215
/proc/meminfo: memFree=27865124/32770624 swapFree=66998740/67108860
[pid=4121] ppid=4118 vsize=10849036 memory=1158056 CPUtime=276.01 cores=1,3,5,7
/proc/4121/stat : 4121 (java) S 4118 4121 998 0 -1 1077944320 120627 13407 0 0 27534 59 5 3 20 0 15 0 444527059 11109412864 289514 33554432000 4194304 4196468 140725903951760 140725903934304 140580934995703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
/proc/4121/statm: 2712259 289514 3630 1 0 2674317 0
[pid=4121/tid=4174] ppid=4118 vsize=10849036 memory=1398722017469774279 CPUtime=263.6 cores=1,3,5,7
/proc/4121/task/4174/stat : 4174 (java) R 4118 4121 998 0 -1 4202560 40122 13407 0 0 26329 23 5 3 20 0 15 0 444527068 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580906830464 140580552308201 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4175] ppid=4118 vsize=10849036 memory=4126316290023845779 CPUtime=0.28 cores=1,3,5,7
/proc/4121/task/4175/stat : 4175 (java) S 4118 4121 998 0 -1 1077944384 798 13407 0 0 16 4 5 3 20 0 15 0 444527069 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580939238416 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4176] ppid=4118 vsize=10849036 memory=3312 CPUtime=0.26 cores=1,3,5,7
/proc/4121/task/4176/stat : 4176 (java) S 4118 4121 998 0 -1 1077944384 3881 13407 0 0 14 4 5 3 20 0 15 0 444527069 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580857990288 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4177] ppid=4118 vsize=10849036 memory=1324108 CPUtime=0.26 cores=1,3,5,7
/proc/4121/task/4177/stat : 4177 (java) S 4118 4121 998 0 -1 1077944384 5028 13407 0 0 14 4 5 3 20 0 15 0 444527069 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580507015952 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4178] ppid=4118 vsize=10849036 memory=728 CPUtime=0.27 cores=1,3,5,7
/proc/4121/task/4178/stat : 4178 (java) S 4118 4121 998 0 -1 1077944384 2349 13407 0 0 15 4 5 3 20 0 15 0 444527069 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580505963408 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4179] ppid=4118 vsize=10849036 memory=1158056 CPUtime=0.18 cores=1,3,5,7
/proc/4121/task/4179/stat : 4179 (java) S 4118 4121 998 0 -1 1077944384 5126 13407 0 0 9 1 5 3 20 0 15 0 444527070 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580461656304 140580935006850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4180] ppid=4118 vsize=10849036 memory=2020 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4180/stat : 4180 (java) S 4118 4121 998 0 -1 1077944384 16 13407 0 0 0 0 5 3 20 0 15 0 444527071 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580386497824 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4181] ppid=4118 vsize=10849036 memory=1432 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4181/stat : 4181 (java) S 4118 4121 998 0 -1 1077944384 5 13407 0 0 0 0 5 3 20 0 15 0 444527071 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580252279552 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4182] ppid=4118 vsize=10849036 memory=9396 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4182/stat : 4182 (java) S 4118 4121 998 0 -1 1077944384 2 13407 0 0 0 0 5 3 20 0 15 0 444527073 11109412864 289514 33554432000 4194304 4196468 140725903951760 140579648301008 140580935014299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4183] ppid=4118 vsize=10849036 memory=1408 CPUtime=4.52 cores=1,3,5,7
/proc/4121/task/4183/stat : 4183 (java) S 4118 4121 998 0 -1 1077944384 17515 13407 0 0 442 2 5 3 20 0 15 0 444527073 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580460604144 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4184] ppid=4118 vsize=10849036 memory=3104 CPUtime=5.1 cores=1,3,5,7
/proc/4121/task/4184/stat : 4184 (java) S 4118 4121 998 0 -1 1077944384 27807 13407 0 0 498 4 5 3 20 0 15 0 444527073 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580459551600 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4185] ppid=4118 vsize=10849036 memory=1158056 CPUtime=1.93 cores=1,3,5,7
/proc/4121/task/4185/stat : 4185 (java) S 4118 4121 998 0 -1 1077944384 14681 13407 0 0 181 4 5 3 20 0 15 0 444527074 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580458498544 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4186] ppid=4118 vsize=10849036 memory=1660 CPUtime=0.08 cores=1,3,5,7
/proc/4121/task/4186/stat : 4186 (java) S 4118 4121 998 0 -1 1077944384 3 13407 0 0 0 0 5 3 20 0 15 0 444527074 11109412864 289514 33554432000 4194304 4196468 140725903951760 140579178539872 140580935005909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
[pid=4121/tid=4187] ppid=4118 vsize=10849036 memory=1398722017469774279 CPUtime=0.2 cores=1,3,5,7
/proc/4121/task/4187/stat : 4187 (java) S 4118 4121 998 0 -1 1077944384 1089 13407 0 0 6 6 5 3 20 0 15 0 444527074 11109412864 289514 33554432000 4194304 4196468 140725903951760 140580457445936 140580935006850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13471744 140725903956719 140725903959237 140725903959237 140725903962063 0
Current children cumulated CPU time: 276.01 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1158056 KiB

Child status: 0
Real time (s): 264.06
CPU time (s): 276.076
CPU user time (s): 275.432
CPU system time (s): 0.643374
CPU usage (%): 104.551
Max. virtual memory (cumulated for all children) (KiB): 10849660
Max. memory (cumulated for all children) (KiB): 1237856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 275.432
system time used= 0.643374
maximum resident set size= 1239904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135087
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14946
involuntary context switches= 230


# summary of solver processes directly reported to runsolver:
#   pid: 4121
#   total CPU time (s): 276.076
#   total CPU user time (s): 275.432
#   total CPU system time (s): 0.643374

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.95372 second user time and 2.24009 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-17 03:09:42
IDJOB=4400990
IDBENCH=127982
IDSOLVER=2857
FILE ID=node123/4400990-1568682621
RUNJOBID= node123-1568673292-1030
PBS_JOBID= 21703787
Free space on /tmp= 59152 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-20-4-5-8.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400990-1568682621/watcher-4400990-1568682621 -o /tmp/evaluation-result-4400990-1568682621/solver-4400990-1568682621 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1030 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1545093772 HOME/instance-4400990-1568682621.xml

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

MD5SUM BENCH= cc4f118531160cfe6c95c1294546deff
RANDOM SEED=1545093772

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:        29015216 kB
MemAvailable:   30582852 kB
Buffers:          112644 kB
Cached:          1753512 kB
SwapCached:         7632 kB
Active:          2551460 kB
Inactive:         633492 kB
Active(anon):    1318844 kB
Inactive(anon):    48408 kB
Active(file):    1232616 kB
Inactive(file):   585084 kB
Unevictable:      107844 kB
Mlocked:          107844 kB
SwapTotal:      67108860 kB
SwapFree:       66998740 kB
Dirty:                40 kB
Writeback:           208 kB
AnonPages:       1420044 kB
Mapped:            60852 kB
Shmem:             39824 kB
Slab:             161704 kB
SReclaimable:     131544 kB
SUnreclaim:        30160 kB
KernelStack:        3696 kB
PageTables:         8360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2578556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1251328 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 03:14:07