Trace number 4302272

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.9.2OPT932 140.147 125.137

General information on the benchmark

NameKnapsack/
Knapsack-40-150-00_c18.xml
MD5SUMc033178a1c92732c6616d8bd8ee8c714
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark932
Best CPU time to get the best result obtained on this benchmark6.64032
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.99/1.34	c Concrete v3.9.2.1532736233296 running
6.23/3.86	o 646
6.23/3.88	o 672
6.23/3.89	o 711
6.52/3.94	o 747
6.52/3.94	o 767
6.83/4.03	o 801
6.83/4.05	o 814
6.83/4.07	o 838
7.18/4.12	o 840
7.18/4.16	o 854
7.18/4.17	o 860
7.18/4.18	o 861
7.49/4.24	o 882
7.49/4.24	o 895
9.00/4.74	o 900
9.00/4.74	o 932
140.09/125.12	v <instantiation cost="932">
140.09/125.12	v       <list>
140.09/125.12	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]
140.09/125.12	v       </list>
140.09/125.12	v       <values>
140.09/125.12	v         1 1 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 1 0 0
140.09/125.12	v       </values>
140.09/125.12	v     </instantiation>
140.09/125.12	s OPTIMUM FOUND

Verifier Data

OK	932

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302272-1532898130/watcher-4302272-1532898130 -o /tmp/evaluation-result-4302272-1532898130/solver-4302272-1532898130 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=2125525540 HOME/instance-4302272-1532898130.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=21224, runsolver pid=21221
Current StackSize limit: 8192 KiB


[startup+0.100133 s]*
/proc/loadavg: 1.84 1.80 1.78 2/208 21254
/proc/meminfo: memFree=23875836/32770624 swapFree=67108860/67108860
[pid=21224] ppid=21221 vsize=113256 memory=1604 CPUtime=0.01 cores=0,2,4,6
/proc/21224/stat : 21224 (bash) S 21221 21224 12183 0 -1 4202496 883 5669 0 0 0 0 0 1 20 0 1 0 107376243 115974144 401 33554432000 4194304 5098028 140726445215600 140726445209608 140557325528064 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 9986048 140726445216944 140726445217069 140726445217069 140726445219822 0
/proc/21224/statm: 28314 401 318 221 0 119 0
[pid=21251] ppid=21224 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/21251/stat : 21251 (bash) S 21224 21224 12183 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 1 0 107376245 115974144 178 33554432000 4194304 5098028 140726445215600 140726445208280 140557325353596 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9986048 140726445216944 140726445217069 140726445217069 140726445219822 0
/proc/21251/statm: 28314 178 95 221 0 119 0
[pid=21252] ppid=21251 vsize=109408 memory=5328 CPUtime=0 cores=0,2,4,6
/proc/21252/stat : 21252 (java) S 21251 21224 12183 0 -1 1077944320 1552 0 0 0 0 0 0 0 20 0 2 0 107376245 112033792 1332 33554432000 4194304 4196468 140737376800720 140737376783264 139700950089463 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24485888 140737376802088 140737376802102 140737376802102 140737376804815 0
/proc/21252/statm: 27352 1332 1003 1 0 16810 0
[pid=21252/tid=21254] ppid=21251 vsize=109408 memory=-6949179150270506172 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21254/stat : 21254 (java) D 21251 21224 12183 0 -1 4202560 271 0 0 0 0 0 0 0 20 0 2 0 107376245 112033792 1332 33554432000 4194304 4196468 140737376800720 139700954331440 139700942580629 0 0 0 16784584 18446744072100379781 0 0 -1 2 0 0 0 0 0 6293624 6294260 24485888 140737376802088 140737376802102 140737376802102 140737376804815 0
[pid=21253] ppid=21251 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/21253/stat : 21253 (awk) S 21251 21224 12183 0 -1 4202496 423 0 0 0 0 0 0 0 20 0 1 0 107376245 116211712 243 33554432000 4194304 4609284 140735977327360 140735977326536 140342753446912 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 35049472 140735977330008 140735977330038 140735977330038 140735977332719 0
/proc/21253/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 449408 KiB
Current children cumulated memory: 8616 KiB

[startup+0.210189 s]*
/proc/loadavg: 1.84 1.80 1.78 2/208 21254
/proc/meminfo: memFree=23877484/32770624 swapFree=67108860/67108860
[pid=21224] ppid=21221 vsize=113256 memory=1604 CPUtime=0.01 cores=0,2,4,6
/proc/21224/stat : 21224 (bash) S 21221 21224 12183 0 -1 4202496 883 5669 0 0 0 0 0 1 20 0 1 0 107376243 115974144 401 33554432000 4194304 5098028 140726445215600 140726445209608 140557325528064 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 9986048 140726445216944 140726445217069 140726445217069 140726445219822 0
/proc/21224/statm: 28314 401 318 221 0 119 0
[pid=21251] ppid=21224 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/21251/stat : 21251 (bash) S 21224 21224 12183 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 1 0 107376245 115974144 178 33554432000 4194304 5098028 140726445215600 140726445208280 140557325353596 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9986048 140726445216944 140726445217069 140726445217069 140726445219822 0
/proc/21251/statm: 28314 178 95 221 0 119 0
[pid=21252] ppid=21251 vsize=109408 memory=5328 CPUtime=0 cores=0,2,4,6
/proc/21252/stat : 21252 (java) S 21251 21224 12183 0 -1 1077944320 1552 0 0 0 0 0 0 0 20 0 2 0 107376245 112033792 1332 33554432000 4194304 4196468 140737376800720 140737376783264 139700950089463 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24485888 140737376802088 140737376802102 140737376802102 140737376804815 0
/proc/21252/statm: 27352 1332 1003 1 0 16810 0
[pid=21252/tid=21254] ppid=21251 vsize=109408 memory=7022364632946311227 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21254/stat : 21254 (java) D 21251 21224 12183 0 -1 4202560 271 0 0 0 0 0 0 0 20 0 2 0 107376245 112033792 1332 33554432000 4194304 4196468 140737376800720 139700954331440 139700942580629 0 0 0 16784584 18446744072100379781 0 0 -1 2 0 0 0 0 0 6293624 6294260 24485888 140737376802088 140737376802102 140737376802102 140737376804815 0
[pid=21253] ppid=21251 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/21253/stat : 21253 (awk) S 21251 21224 12183 0 -1 4202496 423 0 0 0 0 0 0 0 20 0 1 0 107376245 116211712 243 33554432000 4194304 4609284 140735977327360 140735977326536 140342753446912 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 35049472 140735977330008 140735977330038 140735977330038 140735977332719 0
/proc/21253/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 449408 KiB
Current children cumulated memory: 8616 KiB

[startup+0.309724 s]*
/proc/loadavg: 1.84 1.80 1.78 2/208 21254
/proc/meminfo: memFree=23878744/32770624 swapFree=67108860/67108860
[pid=21224] ppid=21221 vsize=113256 memory=1604 CPUtime=0.01 cores=0,2,4,6
/proc/21224/stat : 21224 (bash) S 21221 21224 12183 0 -1 4202496 883 5669 0 0 0 0 0 1 20 0 1 0 107376243 115974144 401 33554432000 4194304 5098028 140726445215600 140726445209608 140557325528064 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 9986048 140726445216944 140726445217069 140726445217069 140726445219822 0
/proc/21224/statm: 28314 401 318 221 0 119 0
[pid=21251] ppid=21224 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/21251/stat : 21251 (bash) S 21224 21224 12183 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 1 0 107376245 115974144 178 33554432000 4194304 5098028 140726445215600 140726445208280 140557325353596 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9986048 140726445216944 140726445217069 140726445217069 140726445219822 0
/proc/21251/statm: 28314 178 95 221 0 119 0
[pid=21252] ppid=21251 vsize=109408 memory=5328 CPUtime=0 cores=0,2,4,6
/proc/21252/stat : 21252 (java) S 21251 21224 12183 0 -1 1077944320 1552 0 0 0 0 0 0 0 20 0 2 0 107376245 112033792 1332 33554432000 4194304 4196468 140737376800720 140737376783264 139700950089463 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24485888 140737376802088 140737376802102 140737376802102 140737376804815 0
/proc/21252/statm: 27352 1332 1003 1 0 16810 0
[pid=21252/tid=21254] ppid=21251 vsize=109408 memory=7022364632946311227 CPUtime=0 cores=0,2,4,6
/proc/21252/task/21254/stat : 21254 (java) D 21251 21224 12183 0 -1 4202560 271 0 0 0 0 0 0 0 20 0 2 0 107376245 112033792 1332 33554432000 4194304 4196468 140737376800720 139700954331440 139700942580629 0 0 0 16784584 18446744072100379781 0 0 -1 2 0 0 0 0 0 6293624 6294260 24485888 140737376802088 140737376802102 140737376802102 140737376804815 0
[pid=21253] ppid=21251 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/21253/stat : 21253 (awk) S 21251 21224 12183 0 -1 4202496 423 0 0 0 0 0 0 0 20 0 1 0 107376245 116211712 243 33554432000 4194304 4609284 140735977327360 140735977326536 140342753446912 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 35049472 140735977330008 140735977330038 140735977330038 140735977332719 0
/proc/21253/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 449408 KiB
Current children cumulated memory: 8616 KiB

[startup+0.700604 s]
/proc/loadavg: 1.84 1.80 1.78 2/208 21254
/proc/meminfo: memFree=23884096/32770624 swapFree=67108860/67108860
[pid=21224] ppid=21221 vsize=10005480 memory=15368 CPUtime=0.08 cores=0,2,4,6
/proc/21224/stat : 21224 (java) S 21221 21224 12183 0 -1 1077944320 3996 12974 0 0 1 0 4 3 20 0 6 0 107376243 10245611520 3842 33554432000 4194304 4196468 140725540915792 140725540898336 140206561722103 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
/proc/21224/statm: 2501370 3842 1721 1 0 2489808 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 15368 KiB

[startup+1.50084 s]
/proc/loadavg: 1.84 1.80 1.78 4/218 21290
/proc/meminfo: memFree=23837704/32770624 swapFree=67108860/67108860
[pid=21224] ppid=21221 vsize=10989824 memory=104768 CPUtime=1.31 cores=0,2,4,6
/proc/21224/stat : 21224 (java) S 21221 21224 12183 0 -1 1077944320 18259 12974 0 0 119 5 4 3 20 0 15 0 107376243 11253579776 26192 33554432000 4194304 4196468 140725540915792 140725540898336 140206561722103 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
/proc/21224/statm: 2747456 26192 3402 1 0 2709133 0
[pid=21224/tid=21277] ppid=21221 vsize=10989824 memory=0 CPUtime=0.86 cores=0,2,4,6
/proc/21224/task/21277/stat : 21277 (java) R 21221 21224 12183 0 -1 4202560 13592 12974 0 0 75 4 4 3 20 0 15 0 107376311 11253579776 26192 33554432000 4194304 4196468 140725540915792 140206533537072 140206545802590 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21278] ppid=21221 vsize=10989824 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21278/stat : 21278 (java) S 21221 21224 12183 0 -1 1077944384 2 12974 0 0 0 0 4 3 20 0 15 0 107376312 11253579776 26192 33554432000 4194304 4196468 140725540915792 140206565964944 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21279] ppid=21221 vsize=10989824 memory=14273486894142104 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21279/stat : 21279 (java) S 21221 21224 12183 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 107376312 11253579776 26192 33554432000 4194304 4196468 140725540915792 140206457715728 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21280] ppid=21221 vsize=10989824 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21280/stat : 21280 (java) S 21221 21224 12183 0 -1 1077944384 2 12974 0 0 0 0 4 3 20 0 15 0 107376312 11253579776 26192 33554432000 4194304 4196468 140725540915792 140206100110224 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21281] ppid=21221 vsize=10989824 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21281/stat : 21281 (java) S 21221 21224 12183 0 -1 1077944384 2 12974 0 0 0 0 4 3 20 0 15 0 107376312 11253579776 26192 33554432000 4194304 4196468 140725540915792 140206099057424 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21282] ppid=21221 vsize=10989824 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21282/stat : 21282 (java) S 21221 21224 12183 0 -1 1077944384 5 12974 0 0 0 0 4 3 20 0 15 0 107376314 11253579776 26192 33554432000 4194304 4196468 140725540915792 140206054803824 140206561733250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21283] ppid=21221 vsize=10989824 memory=30760 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21283/stat : 21283 (java) S 21221 21224 12183 0 -1 1077944384 13 12974 0 0 0 0 4 3 20 0 15 0 107376314 11253579776 26192 33554432000 4194304 4196468 140725540915792 140205328688160 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21284] ppid=21221 vsize=10989824 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21284/stat : 21284 (java) S 21221 21224 12183 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 107376314 11253579776 26192 33554432000 4194304 4196468 140725540915792 140205180838768 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21285] ppid=21221 vsize=10989824 memory=2400 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21285/stat : 21285 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376317 11253579776 26192 33554432000 4194304 4196468 140725540915792 140204873439056 140206561740699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21286] ppid=21221 vsize=10989824 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/21224/task/21286/stat : 21286 (java) S 21221 21224 12183 0 -1 1077944384 1008 12974 0 0 13 0 4 3 20 0 15 0 107376317 11253579776 26192 33554432000 4194304 4196468 140725540915792 140205986147184 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21287] ppid=21221 vsize=10989824 memory=13044 CPUtime=0.17 cores=0,2,4,6
/proc/21224/task/21287/stat : 21287 (java) S 21221 21224 12183 0 -1 1077944384 630 12974 0 0 10 0 4 3 20 0 15 0 107376317 11253579776 26192 33554432000 4194304 4196468 140725540915792 140205985094384 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21288] ppid=21221 vsize=10989824 memory=792 CPUtime=0.27 cores=0,2,4,6
/proc/21224/task/21288/stat : 21288 (java) S 21221 21224 12183 0 -1 1077944384 810 12974 0 0 20 0 4 3 20 0 15 0 107376317 11253579776 26192 33554432000 4194304 4196468 140725540915792 140205984041584 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21289] ppid=21221 vsize=10989824 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21289/stat : 21289 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376317 11253579776 26192 33554432000 4194304 4196468 140725540915792 140204442643168 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21290] ppid=21221 vsize=10989824 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21290/stat : 21290 (java) S 21221 21224 12183 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 107376317 11253579776 26192 33554432000 4194304 4196468 140725540915792 140205982988976 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 10989824 KiB
Current children cumulated memory: 104768 KiB

[startup+3.11721 s]
/proc/loadavg: 1.78 1.79 1.78 4/218 21290
/proc/meminfo: memFree=23703888/32770624 swapFree=67108860/67108860
[pid=21224] ppid=21221 vsize=11006304 memory=204320 CPUtime=4.58 cores=0,2,4,6
/proc/21224/stat : 21224 (java) S 21221 21224 12183 0 -1 1077944320 32736 12974 0 0 439 12 4 3 20 0 15 0 107376243 11270455296 51080 33554432000 4194304 4196468 140725540915792 140725540898336 140206561722103 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
/proc/21224/statm: 2751576 51080 3489 1 0 2713229 0
[pid=21224/tid=21277] ppid=21221 vsize=11006304 memory=30760 CPUtime=2.43 cores=0,2,4,6
/proc/21224/task/21277/stat : 21277 (java) R 21221 21224 12183 0 -1 4202560 22699 12974 0 0 230 6 4 3 20 0 15 0 107376311 11270455296 51080 33554432000 4194304 4196468 140725540915792 140206533554160 140206553959230 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21278] ppid=21221 vsize=11006304 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21224/task/21278/stat : 21278 (java) S 21221 21224 12183 0 -1 1077944384 26 12974 0 0 1 0 4 3 20 0 15 0 107376312 11270455296 51080 33554432000 4194304 4196468 140725540915792 140206565964944 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21279] ppid=21221 vsize=11006304 memory=280306074934896 CPUtime=0.08 cores=0,2,4,6
/proc/21224/task/21279/stat : 21279 (java) S 21221 21224 12183 0 -1 1077944384 256 12974 0 0 1 0 4 3 20 0 15 0 107376312 11270455296 51080 33554432000 4194304 4196468 140725540915792 140206457715728 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21280] ppid=21221 vsize=11006304 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/21224/task/21280/stat : 21280 (java) S 21221 21224 12183 0 -1 1077944384 29 12974 0 0 1 0 4 3 20 0 15 0 107376312 11270455296 51080 33554432000 4194304 4196468 140725540915792 140206100110224 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21281] ppid=21221 vsize=11006304 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21281/stat : 21281 (java) S 21221 21224 12183 0 -1 1077944384 81 12974 0 0 0 0 4 3 20 0 15 0 107376312 11270455296 51080 33554432000 4194304 4196468 140725540915792 140206099057424 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21282] ppid=21221 vsize=11006304 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/21224/task/21282/stat : 21282 (java) S 21221 21224 12183 0 -1 1077944384 56 12974 0 0 1 0 4 3 20 0 15 0 107376314 11270455296 51080 33554432000 4194304 4196468 140725540915792 140206054803824 140206561733250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21283] ppid=21221 vsize=11006304 memory=3472328279047811153 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21283/stat : 21283 (java) S 21221 21224 12183 0 -1 1077944384 14 12974 0 0 0 0 4 3 20 0 15 0 107376314 11270455296 51080 33554432000 4194304 4196468 140725540915792 140205328688224 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21284] ppid=21221 vsize=11006304 memory=7234303152781525078 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21284/stat : 21284 (java) S 21221 21224 12183 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 107376314 11270455296 51080 33554432000 4194304 4196468 140725540915792 140205180838784 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21285] ppid=21221 vsize=11006304 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21285/stat : 21285 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376317 11270455296 51080 33554432000 4194304 4196468 140725540915792 140204873439056 140206561740699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21286] ppid=21221 vsize=11006304 memory=13044 CPUtime=0.68 cores=0,2,4,6
/proc/21224/task/21286/stat : 21286 (java) R 21221 21224 12183 0 -1 4202560 1989 12974 0 0 60 1 4 3 20 0 15 0 107376317 11270455296 51080 33554432000 4194304 4196468 140725540915792 140205986133728 140206541900737 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21287] ppid=21221 vsize=11006304 memory=792 CPUtime=0.72 cores=0,2,4,6
/proc/21224/task/21287/stat : 21287 (java) R 21221 21224 12183 0 -1 4202560 2421 12974 0 0 65 0 4 3 20 0 15 0 107376317 11270455296 51080 33554432000 4194304 4196468 140725540915792 140205985074448 140206541415811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21288] ppid=21221 vsize=11006304 memory=1952 CPUtime=0.83 cores=0,2,4,6
/proc/21224/task/21288/stat : 21288 (java) R 21221 21224 12183 0 -1 4202560 2970 12974 0 0 75 1 4 3 20 0 15 0 107376317 11270455296 51080 33554432000 4194304 4196468 140725540915792 140205984041584 140206561743450 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21289] ppid=21221 vsize=11006304 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21289/stat : 21289 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376317 11270455296 51080 33554432000 4194304 4196468 140725540915792 140204442643168 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21290] ppid=21221 vsize=11006304 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21290/stat : 21290 (java) S 21221 21224 12183 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 107376317 11270455296 51080 33554432000 4194304 4196468 140725540915792 140205982988976 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
Current children cumulated CPU time: 4.58 s
Current children cumulated vsize: 11006304 KiB
Current children cumulated memory: 204320 KiB

[startup+6.30081 s]
/proc/loadavg: 1.78 1.79 1.78 3/218 21290
/proc/meminfo: memFree=23525288/32770624 swapFree=67108860/67108860
[pid=21224] ppid=21221 vsize=11077984 memory=380696 CPUtime=11.87 cores=0,2,4,6
/proc/21224/stat : 21224 (java) S 21221 21224 12183 0 -1 1077944320 65392 12974 0 0 1160 20 4 3 20 0 15 0 107376243 11343855616 95174 33554432000 4194304 4196468 140725540915792 140725540898336 140206561722103 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
/proc/21224/statm: 2769496 95174 3516 1 0 2731149 0
[pid=21224/tid=21277] ppid=21221 vsize=11077984 memory=8833 CPUtime=5.55 cores=0,2,4,6
/proc/21224/task/21277/stat : 21277 (java) R 21221 21224 12183 0 -1 4202560 39508 12974 0 0 538 10 4 3 20 0 15 0 107376311 11343855616 95174 33554432000 4194304 4196468 140725540915792 140206533556376 140206137448196 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21278] ppid=21221 vsize=11077984 memory=4140 CPUtime=0.11 cores=0,2,4,6
/proc/21224/task/21278/stat : 21278 (java) S 21221 21224 12183 0 -1 1077944384 55 12974 0 0 4 0 4 3 20 0 15 0 107376312 11343855616 95174 33554432000 4194304 4196468 140725540915792 140206565964944 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21279] ppid=21221 vsize=11077984 memory=30760 CPUtime=0.11 cores=0,2,4,6
/proc/21224/task/21279/stat : 21279 (java) S 21221 21224 12183 0 -1 1077944384 301 12974 0 0 4 0 4 3 20 0 15 0 107376312 11343855616 95174 33554432000 4194304 4196468 140725540915792 140206457715728 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21280] ppid=21221 vsize=11077984 memory=1296 CPUtime=0.1 cores=0,2,4,6
/proc/21224/task/21280/stat : 21280 (java) S 21221 21224 12183 0 -1 1077944384 72 12974 0 0 3 0 4 3 20 0 15 0 107376312 11343855616 95174 33554432000 4194304 4196468 140725540915792 140206100110224 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21281] ppid=21221 vsize=11077984 memory=2400 CPUtime=0.11 cores=0,2,4,6
/proc/21224/task/21281/stat : 21281 (java) S 21221 21224 12183 0 -1 1077944384 272 12974 0 0 4 0 4 3 20 0 15 0 107376312 11343855616 95174 33554432000 4194304 4196468 140725540915792 140206099057424 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21282] ppid=21221 vsize=11077984 memory=8996 CPUtime=0.1 cores=0,2,4,6
/proc/21224/task/21282/stat : 21282 (java) S 21221 21224 12183 0 -1 1077944384 2200 12974 0 0 3 0 4 3 20 0 15 0 107376314 11343855616 95174 33554432000 4194304 4196468 140725540915792 140206054803824 140206561733250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21283] ppid=21221 vsize=11077984 memory=298468 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21283/stat : 21283 (java) S 21221 21224 12183 0 -1 1077944384 16 12974 0 0 0 0 4 3 20 0 15 0 107376314 11343855616 95174 33554432000 4194304 4196468 140725540915792 140205328688224 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21284] ppid=21221 vsize=11077984 memory=303160 CPUtime=0.07 cores=0,2,4,6

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

[pid=21224/tid=21289] ppid=21221 vsize=11077984 memory=1012 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21289/stat : 21289 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140204442643168 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21290] ppid=21221 vsize=11077984 memory=1436 CPUtime=0.13 cores=0,2,4,6
/proc/21224/task/21290/stat : 21290 (java) S 21221 21224 12183 0 -1 1077944384 1101 12974 0 0 1 5 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205982988976 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
Current children cumulated CPU time: 138.14 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 849708 KiB

[startup+124.001 s]*
/proc/loadavg: 1.60 1.74 1.76 3/218 21418
/proc/meminfo: memFree=22761716/32770624 swapFree=67108860/67108860
[pid=21224] ppid=21221 vsize=11077984 memory=849708 CPUtime=138.98 cores=0,2,4,6
/proc/21224/stat : 21224 (java) S 21221 21224 12183 0 -1 1077944320 95296 12974 0 0 13839 52 4 3 20 0 15 0 107376243 11343855616 212427 33554432000 4194304 4196468 140725540915792 140725540898336 140206561722103 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
/proc/21224/statm: 2769496 212427 3520 1 0 2731149 0
[pid=21224/tid=21277] ppid=21221 vsize=11077984 memory=6791534058613427641 CPUtime=122.53 cores=0,2,4,6
/proc/21224/task/21277/stat : 21277 (java) R 21221 21224 12183 0 -1 4202560 45057 12974 0 0 12226 20 4 3 20 0 15 0 107376311 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206533557984 140206143002151 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21278] ppid=21221 vsize=11077984 memory=4872558044660077418 CPUtime=0.43 cores=0,2,4,6
/proc/21224/task/21278/stat : 21278 (java) S 21221 21224 12183 0 -1 1077944384 1975 12974 0 0 33 3 4 3 20 0 15 0 107376312 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206565964944 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21279] ppid=21221 vsize=11077984 memory=30760 CPUtime=0.43 cores=0,2,4,6
/proc/21224/task/21279/stat : 21279 (java) S 21221 21224 12183 0 -1 1077944384 1447 12974 0 0 33 3 4 3 20 0 15 0 107376312 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206457715728 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21280] ppid=21221 vsize=11077984 memory=1296 CPUtime=0.41 cores=0,2,4,6
/proc/21224/task/21280/stat : 21280 (java) S 21221 21224 12183 0 -1 1077944384 1615 12974 0 0 31 3 4 3 20 0 15 0 107376312 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206100110224 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21281] ppid=21221 vsize=11077984 memory=2400 CPUtime=0.43 cores=0,2,4,6
/proc/21224/task/21281/stat : 21281 (java) S 21221 21224 12183 0 -1 1077944384 2590 12974 0 0 33 3 4 3 20 0 15 0 107376312 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206099057424 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21282] ppid=21221 vsize=11077984 memory=1836 CPUtime=0.4 cores=0,2,4,6
/proc/21224/task/21282/stat : 21282 (java) S 21221 21224 12183 0 -1 1077944384 3651 12974 0 0 31 2 4 3 20 0 15 0 107376314 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206054803824 140206561733250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21283] ppid=21221 vsize=11077984 memory=13044 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21283/stat : 21283 (java) S 21221 21224 12183 0 -1 1077944384 16 12974 0 0 0 0 4 3 20 0 15 0 107376314 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205328688224 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21284] ppid=21221 vsize=11077984 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21284/stat : 21284 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376314 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205180838784 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21285] ppid=21221 vsize=11077984 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21285/stat : 21285 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140204873439056 140206561740699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21286] ppid=21221 vsize=11077984 memory=1232 CPUtime=6.07 cores=0,2,4,6
/proc/21224/task/21286/stat : 21286 (java) S 21221 21224 12183 0 -1 1077944384 15082 12974 0 0 596 4 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205986147184 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21287] ppid=21221 vsize=11077984 memory=8560 CPUtime=5.71 cores=0,2,4,6
/proc/21224/task/21287/stat : 21287 (java) S 21221 21224 12183 0 -1 1077944384 8743 12974 0 0 561 3 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205985094384 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21288] ppid=21221 vsize=11077984 memory=1712 CPUtime=2.94 cores=0,2,4,6
/proc/21224/task/21288/stat : 21288 (java) S 21221 21224 12183 0 -1 1077944384 11822 12974 0 0 283 4 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205984041584 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21289] ppid=21221 vsize=11077984 memory=849708 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21289/stat : 21289 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140204442643168 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21290] ppid=21221 vsize=11077984 memory=1408 CPUtime=0.14 cores=0,2,4,6
/proc/21224/task/21290/stat : 21290 (java) S 21221 21224 12183 0 -1 1077944384 1101 12974 0 0 2 5 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205982988976 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
Current children cumulated CPU time: 138.98 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 849708 KiB

[startup+124.801 s]
/proc/loadavg: 1.60 1.74 1.76 3/218 21418
/proc/meminfo: memFree=22761716/32770624 swapFree=67108860/67108860
[pid=21224] ppid=21221 vsize=11077984 memory=849708 CPUtime=139.78 cores=0,2,4,6
/proc/21224/stat : 21224 (java) S 21221 21224 12183 0 -1 1077944320 95301 12974 0 0 13919 52 4 3 20 0 15 0 107376243 11343855616 212427 33554432000 4194304 4196468 140725540915792 140725540898336 140206561722103 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
/proc/21224/statm: 2769496 212427 3520 1 0 2731149 0
[pid=21224/tid=21277] ppid=21221 vsize=11077984 memory=1296 CPUtime=123.31 cores=0,2,4,6
/proc/21224/task/21277/stat : 21277 (java) R 21221 21224 12183 0 -1 4202560 45062 12974 0 0 12304 20 4 3 20 0 15 0 107376311 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206533557584 140206142376698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21278] ppid=21221 vsize=11077984 memory=6791534058613427641 CPUtime=0.43 cores=0,2,4,6
/proc/21224/task/21278/stat : 21278 (java) S 21221 21224 12183 0 -1 1077944384 1975 12974 0 0 33 3 4 3 20 0 15 0 107376312 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206565964944 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21279] ppid=21221 vsize=11077984 memory=30760 CPUtime=0.43 cores=0,2,4,6
/proc/21224/task/21279/stat : 21279 (java) S 21221 21224 12183 0 -1 1077944384 1447 12974 0 0 33 3 4 3 20 0 15 0 107376312 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206457715728 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21280] ppid=21221 vsize=11077984 memory=849708 CPUtime=0.41 cores=0,2,4,6
/proc/21224/task/21280/stat : 21280 (java) S 21221 21224 12183 0 -1 1077944384 1615 12974 0 0 31 3 4 3 20 0 15 0 107376312 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206100110224 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21281] ppid=21221 vsize=11077984 memory=30760 CPUtime=0.43 cores=0,2,4,6
/proc/21224/task/21281/stat : 21281 (java) S 21221 21224 12183 0 -1 1077944384 2590 12974 0 0 33 3 4 3 20 0 15 0 107376312 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206099057424 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21282] ppid=21221 vsize=11077984 memory=849708 CPUtime=0.4 cores=0,2,4,6
/proc/21224/task/21282/stat : 21282 (java) S 21221 21224 12183 0 -1 1077944384 3651 12974 0 0 31 2 4 3 20 0 15 0 107376314 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206054803824 140206561733250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21283] ppid=21221 vsize=11077984 memory=2964 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21283/stat : 21283 (java) S 21221 21224 12183 0 -1 1077944384 16 12974 0 0 0 0 4 3 20 0 15 0 107376314 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205328688224 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21284] ppid=21221 vsize=11077984 memory=1125856 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21284/stat : 21284 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376314 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205180838784 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21285] ppid=21221 vsize=11077984 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21285/stat : 21285 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140204873439056 140206561740699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21286] ppid=21221 vsize=11077984 memory=6791534058613427641 CPUtime=6.07 cores=0,2,4,6
/proc/21224/task/21286/stat : 21286 (java) S 21221 21224 12183 0 -1 1077944384 15082 12974 0 0 596 4 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205986147184 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21287] ppid=21221 vsize=11077984 memory=1836 CPUtime=5.71 cores=0,2,4,6
/proc/21224/task/21287/stat : 21287 (java) S 21221 21224 12183 0 -1 1077944384 8743 12974 0 0 561 3 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205985094384 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21288] ppid=21221 vsize=11077984 memory=13044 CPUtime=2.94 cores=0,2,4,6
/proc/21224/task/21288/stat : 21288 (java) S 21221 21224 12183 0 -1 1077944384 11822 12974 0 0 283 4 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205984041584 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21289] ppid=21221 vsize=11077984 memory=849708 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21289/stat : 21289 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140204442643168 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21290] ppid=21221 vsize=11077984 memory=849708 CPUtime=0.14 cores=0,2,4,6
/proc/21224/task/21290/stat : 21290 (java) S 21221 21224 12183 0 -1 1077944384 1101 12974 0 0 2 5 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205982988976 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
Current children cumulated CPU time: 139.78 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 849708 KiB

[startup+125.001 s]*
/proc/loadavg: 1.60 1.74 1.76 3/218 21418
/proc/meminfo: memFree=22762188/32770624 swapFree=67108860/67108860
[pid=21224] ppid=21221 vsize=11077984 memory=849708 CPUtime=139.99 cores=0,2,4,6
/proc/21224/stat : 21224 (java) S 21221 21224 12183 0 -1 1077944320 95302 12974 0 0 13940 52 4 3 20 0 15 0 107376243 11343855616 212427 33554432000 4194304 4196468 140725540915792 140725540898336 140206561722103 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
/proc/21224/statm: 2769496 212427 3520 1 0 2731149 0
[pid=21224/tid=21277] ppid=21221 vsize=11077984 memory=6791534058613427641 CPUtime=123.52 cores=0,2,4,6
/proc/21224/task/21277/stat : 21277 (java) R 21221 21224 12183 0 -1 4202560 45063 12974 0 0 12325 20 4 3 20 0 15 0 107376311 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206533557584 140206541744579 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21278] ppid=21221 vsize=11077984 memory=4872558044660077418 CPUtime=0.43 cores=0,2,4,6
/proc/21224/task/21278/stat : 21278 (java) S 21221 21224 12183 0 -1 1077944384 1975 12974 0 0 33 3 4 3 20 0 15 0 107376312 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206565964944 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21279] ppid=21221 vsize=11077984 memory=2964 CPUtime=0.43 cores=0,2,4,6
/proc/21224/task/21279/stat : 21279 (java) S 21221 21224 12183 0 -1 1077944384 1447 12974 0 0 33 3 4 3 20 0 15 0 107376312 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206457715728 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21280] ppid=21221 vsize=11077984 memory=1127908 CPUtime=0.41 cores=0,2,4,6
/proc/21224/task/21280/stat : 21280 (java) S 21221 21224 12183 0 -1 1077944384 1615 12974 0 0 31 3 4 3 20 0 15 0 107376312 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206100110224 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21281] ppid=21221 vsize=11077984 memory=15876 CPUtime=0.44 cores=0,2,4,6
/proc/21224/task/21281/stat : 21281 (java) S 21221 21224 12183 0 -1 1077944384 2590 12974 0 0 34 3 4 3 20 0 15 0 107376312 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206099057424 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21282] ppid=21221 vsize=11077984 memory=849708 CPUtime=0.4 cores=0,2,4,6
/proc/21224/task/21282/stat : 21282 (java) S 21221 21224 12183 0 -1 1077944384 3651 12974 0 0 31 2 4 3 20 0 15 0 107376314 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206054803824 140206561733250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21283] ppid=21221 vsize=11077984 memory=849708 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21283/stat : 21283 (java) S 21221 21224 12183 0 -1 1077944384 16 12974 0 0 0 0 4 3 20 0 15 0 107376314 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205328688224 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21284] ppid=21221 vsize=11077984 memory=14131139010889204 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21284/stat : 21284 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376314 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205180838784 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21285] ppid=21221 vsize=11077984 memory=6943526293693545056 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21285/stat : 21285 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140204873439056 140206561740699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21286] ppid=21221 vsize=11077984 memory=0 CPUtime=6.07 cores=0,2,4,6
/proc/21224/task/21286/stat : 21286 (java) S 21221 21224 12183 0 -1 1077944384 15082 12974 0 0 596 4 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205986147184 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21287] ppid=21221 vsize=11077984 memory=3186965584665522234 CPUtime=5.71 cores=0,2,4,6
/proc/21224/task/21287/stat : 21287 (java) S 21221 21224 12183 0 -1 1077944384 8743 12974 0 0 561 3 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205985094384 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21288] ppid=21221 vsize=11077984 memory=5794272764990854240 CPUtime=2.94 cores=0,2,4,6
/proc/21224/task/21288/stat : 21288 (java) S 21221 21224 12183 0 -1 1077944384 11822 12974 0 0 283 4 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205984041584 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21289] ppid=21221 vsize=11077984 memory=3475195960817247582 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21289/stat : 21289 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140204442643168 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21290] ppid=21221 vsize=11077984 memory=6933968072582380080 CPUtime=0.14 cores=0,2,4,6
/proc/21224/task/21290/stat : 21290 (java) S 21221 21224 12183 0 -1 1077944384 1101 12974 0 0 2 5 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205982988976 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
Current children cumulated CPU time: 139.99 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 849708 KiB

[startup+125.11 s]
/proc/loadavg: 1.60 1.74 1.76 3/218 21418
/proc/meminfo: memFree=22762188/32770624 swapFree=67108860/67108860
[pid=21224] ppid=21221 vsize=11077984 memory=849708 CPUtime=140.09 cores=0,2,4,6
/proc/21224/stat : 21224 (java) S 21221 21224 12183 0 -1 1077944320 95303 12974 0 0 13950 52 4 3 20 0 15 0 107376243 11343855616 212427 33554432000 4194304 4196468 140725540915792 140725540898336 140206561722103 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
/proc/21224/statm: 2769496 212427 3520 1 0 2731149 0
[pid=21224/tid=21277] ppid=21221 vsize=11077984 memory=849708 CPUtime=123.62 cores=0,2,4,6
/proc/21224/task/21277/stat : 21277 (java) R 21221 21224 12183 0 -1 4202560 45064 12974 0 0 12335 20 4 3 20 0 15 0 107376311 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206533557408 140206145231307 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21278] ppid=21221 vsize=11077984 memory=849708 CPUtime=0.43 cores=0,2,4,6
/proc/21224/task/21278/stat : 21278 (java) S 21221 21224 12183 0 -1 1077944384 1975 12974 0 0 33 3 4 3 20 0 15 0 107376312 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206565964944 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21279] ppid=21221 vsize=11077984 memory=849708 CPUtime=0.43 cores=0,2,4,6
/proc/21224/task/21279/stat : 21279 (java) S 21221 21224 12183 0 -1 1077944384 1447 12974 0 0 33 3 4 3 20 0 15 0 107376312 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206457715728 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21280] ppid=21221 vsize=11077984 memory=849708 CPUtime=0.41 cores=0,2,4,6
/proc/21224/task/21280/stat : 21280 (java) S 21221 21224 12183 0 -1 1077944384 1615 12974 0 0 31 3 4 3 20 0 15 0 107376312 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206100110224 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21281] ppid=21221 vsize=11077984 memory=6791534058613427641 CPUtime=0.44 cores=0,2,4,6
/proc/21224/task/21281/stat : 21281 (java) S 21221 21224 12183 0 -1 1077944384 2590 12974 0 0 34 3 4 3 20 0 15 0 107376312 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206099057424 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21282] ppid=21221 vsize=11077984 memory=132 CPUtime=0.4 cores=0,2,4,6
/proc/21224/task/21282/stat : 21282 (java) S 21221 21224 12183 0 -1 1077944384 3651 12974 0 0 31 2 4 3 20 0 15 0 107376314 11343855616 212427 33554432000 4194304 4196468 140725540915792 140206054803824 140206561733250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21283] ppid=21221 vsize=11077984 memory=849708 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21283/stat : 21283 (java) S 21221 21224 12183 0 -1 1077944384 16 12974 0 0 0 0 4 3 20 0 15 0 107376314 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205328688224 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21284] ppid=21221 vsize=11077984 memory=849708 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21284/stat : 21284 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376314 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205180838784 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21285] ppid=21221 vsize=11077984 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21285/stat : 21285 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140204873439056 140206561740699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21286] ppid=21221 vsize=11077984 memory=849708 CPUtime=6.07 cores=0,2,4,6
/proc/21224/task/21286/stat : 21286 (java) S 21221 21224 12183 0 -1 1077944384 15082 12974 0 0 596 4 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205986147184 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21287] ppid=21221 vsize=11077984 memory=4140 CPUtime=5.71 cores=0,2,4,6
/proc/21224/task/21287/stat : 21287 (java) S 21221 21224 12183 0 -1 1077944384 8743 12974 0 0 561 3 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205985094384 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21288] ppid=21221 vsize=11077984 memory=849708 CPUtime=2.94 cores=0,2,4,6
/proc/21224/task/21288/stat : 21288 (java) S 21221 21224 12183 0 -1 1077944384 11822 12974 0 0 283 4 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205984041584 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21289] ppid=21221 vsize=11077984 memory=849708 CPUtime=0.07 cores=0,2,4,6
/proc/21224/task/21289/stat : 21289 (java) S 21221 21224 12183 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140204442643168 140206561732309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
[pid=21224/tid=21290] ppid=21221 vsize=11077984 memory=3475195943738224698 CPUtime=0.14 cores=0,2,4,6
/proc/21224/task/21290/stat : 21290 (java) S 21221 21224 12183 0 -1 1077944384 1101 12974 0 0 2 5 4 3 20 0 15 0 107376317 11343855616 212427 33554432000 4194304 4196468 140725540915792 140205982988976 140206561733250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28745728 140725540919921 140725540922721 140725540922721 140725540925391 0
Current children cumulated CPU time: 140.09 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 849708 KiB

Child status: 0
Real time (s): 125.137
CPU time (s): 140.147
CPU user time (s): 139.567
CPU system time (s): 0.580357
CPU usage (%): 111.994
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 859964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.567
system time used= 0.580357
maximum resident set size= 860456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109571
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21887
involuntary context switches= 400


# summary of solver processes directly reported to runsolver:
#   pid: 21224
#   total CPU time (s): 140.147
#   total CPU user time (s): 139.567
#   total CPU system time (s): 0.580357

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.765169 second user time and 1.23473 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 23:02:10
IDJOB=4302272
IDBENCH=141539
IDSOLVER=2776
FILE ID=node107/4302272-1532898130
RUNJOBID= node107-1532892903-13712
PBS_JOBID= 21022519
Free space on /tmp= 60800 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Knapsack/Knapsack-40-150-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302272-1532898130/watcher-4302272-1532898130 -o /tmp/evaluation-result-4302272-1532898130/solver-4302272-1532898130 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=2125525540 HOME/instance-4302272-1532898130.xml

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

MD5SUM BENCH= c033178a1c92732c6616d8bd8ee8c714
RANDOM SEED=2125525540

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23889208 kB
MemAvailable:   31135508 kB
Buffers:          248812 kB
Cached:          7260136 kB
SwapCached:            0 kB
Active:          4654696 kB
Inactive:        3735732 kB
Active(anon):     832628 kB
Inactive(anon):    76484 kB
Active(file):    3822068 kB
Inactive(file):  3659248 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26740 kB
Writeback:             0 kB
AnonPages:        892432 kB
Mapped:            58248 kB
Shmem:             25228 kB
Slab:             190036 kB
SReclaimable:     161640 kB
SUnreclaim:        28396 kB
KernelStack:        3744 kB
PageTables:         6932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2061468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    675840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 60776 MiB
End job on node107 at 2018-07-29 23:04:16