Trace number 4295401

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.8 2018-06-13OPT932 153.291 137.814

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.70039
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/0.74	c Concrete v3.8.1528841891564 running
6.01/3.26	o 616
6.01/3.28	o 642
6.01/3.30	o 646
6.31/3.32	o 659
6.31/3.37	o 690
6.31/3.37	o 722
6.31/3.38	o 741
6.31/3.38	o 784
6.59/3.48	o 786
6.59/3.48	o 806
6.59/3.50	o 819
6.95/3.50	o 835
6.95/3.52	o 855
6.95/3.53	o 898
7.27/3.62	o 900
7.27/3.63	o 901
7.27/3.65	o 905
7.27/3.68	o 916
7.59/3.72	o 923
8.19/4.00	o 929
10.26/4.72	o 932
153.15/137.80	v <instantiation cost="932">
153.15/137.80	v       <list>
153.15/137.80	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]
153.15/137.80	v       </list>
153.15/137.80	v       <values>
153.15/137.80	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
153.15/137.80	v       </values>
153.15/137.80	v     </instantiation>
153.15/137.80	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 (5852 MiB free)
  memory of node 1: 16384 MiB (10523 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295401-1532547843/watcher-4295401-1532547843 -o /tmp/evaluation-result-4295401-1532547843/solver-4295401-1532547843 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1938057859 HOME/instance-4295401-1532547843.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=29894, runsolver pid=29891
Current StackSize limit: 8192 KiB


[startup+0.100125 s]*
/proc/loadavg: 1.32 1.35 1.36 3/207 29951
/proc/meminfo: memFree=16762168/32770624 swapFree=67108796/67108860
[pid=29894] ppid=29891 vsize=9972712 memory=18996 CPUtime=0.08 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 23703 0 -1 1077944320 4407 13125 0 0 1 0 5 2 20 0 6 0 72347506 10212057088 4749 33554432000 4194304 4196468 140736275540832 140736275523376 139927222632183 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
/proc/29894/statm: 2493178 4749 1934 1 0 2481616 0
[pid=29894/tid=29947] ppid=29891 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/29894/task/29947/stat : 29947 (java) R 29891 29894 23703 0 -1 4202560 2211 13125 0 0 1 0 5 2 20 0 6 0 72347514 10212057088 4749 33554432000 4194304 4196468 140736275540832 139927194468944 139927215349335 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29948] ppid=29891 vsize=9972712 memory=5793855725914954169 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29948/stat : 29948 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 6 0 72347515 10212057088 4749 33554432000 4194304 4196468 140736275540832 139927226874256 139927222642389 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29949] ppid=29891 vsize=9972712 memory=140474905060992 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29949/stat : 29949 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 6 0 72347515 10212057088 4749 33554432000 4194304 4196468 140736275540832 139927150033168 139927222642389 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29950] ppid=29891 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29950/stat : 29950 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 6 0 72347515 10212057088 4749 33554432000 4194304 4196468 140736275540832 139926795164304 139927222642389 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29951] ppid=29891 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29951/stat : 29951 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 6 0 72347515 10212057088 4749 33554432000 4194304 4196468 140736275540832 139926794111504 139927222642389 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18996 KiB

[startup+0.209905 s]*
/proc/loadavg: 1.32 1.35 1.36 3/216 29960
/proc/meminfo: memFree=16736352/32770624 swapFree=67108796/67108860
[pid=29894] ppid=29891 vsize=10818856 memory=46256 CPUtime=0.26 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 23703 0 -1 1077944320 8396 13125 0 0 16 3 5 2 20 0 15 0 72347506 11078508544 11564 33554432000 4194304 4196468 140736275540832 140736275523376 139927222632183 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
/proc/29894/statm: 2704714 11564 2959 1 0 2667149 0
[pid=29894/tid=29947] ppid=29891 vsize=10818856 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/29894/task/29947/stat : 29947 (java) R 29891 29894 23703 0 -1 4202560 4917 13125 0 0 10 1 5 2 20 0 15 0 72347514 11078508544 11564 33554432000 4194304 4196468 140736275540832 139927194429840 139927207797838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29948] ppid=29891 vsize=10818856 memory=4211974201109851530 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29948/stat : 29948 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 72347515 11078508544 11564 33554432000 4194304 4196468 140736275540832 139927226874256 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29949] ppid=29891 vsize=10818856 memory=140474905060992 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29949/stat : 29949 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347515 11078508544 11564 33554432000 4194304 4196468 140736275540832 139927150033168 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29950] ppid=29891 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29950/stat : 29950 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 72347515 11078508544 11564 33554432000 4194304 4196468 140736275540832 139926795164304 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29951] ppid=29891 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29951/stat : 29951 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347515 11078508544 11564 33554432000 4194304 4196468 140736275540832 139926794111504 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29952] ppid=29891 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29952/stat : 29952 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 72347517 11078508544 11564 33554432000 4194304 4196468 140736275540832 139926749297264 139927222643330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29953] ppid=29891 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29953/stat : 29953 (java) S 29891 29894 23703 0 -1 1077944384 13 13125 0 0 0 0 5 2 20 0 15 0 72347517 11078508544 11564 33554432000 4194304 4196468 140736275540832 139926679053600 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29954] ppid=29891 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29954/stat : 29954 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347517 11078508544 11564 33554432000 4194304 4196468 140736275540832 139926544836208 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29955] ppid=29891 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29955/stat : 29955 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 72347520 11078508544 11564 33554432000 4194304 4196468 140736275540832 139925940857424 139927222650779 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29956] ppid=29891 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29956/stat : 29956 (java) S 29891 29894 23703 0 -1 1077944384 348 13125 0 0 0 0 5 2 20 0 15 0 72347520 11078508544 11564 33554432000 4194304 4196468 140736275540832 139926748244080 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29957] ppid=29891 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29894/task/29957/stat : 29957 (java) S 29891 29894 23703 0 -1 1077944384 280 13125 0 0 1 0 5 2 20 0 15 0 72347520 11078508544 11564 33554432000 4194304 4196468 140736275540832 139926645495792 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29958] ppid=29891 vsize=10818856 memory=140474905060992 CPUtime=0.1 cores=1,3,5,7
/proc/29894/task/29958/stat : 29958 (java) S 29891 29894 23703 0 -1 1077944384 631 13125 0 0 3 0 5 2 20 0 15 0 72347520 11078508544 11564 33554432000 4194304 4196468 140736275540832 139926644443504 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29959] ppid=29891 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29959/stat : 29959 (java) S 29891 29894 23703 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 72347520 11078508544 11564 33554432000 4194304 4196468 140736275540832 139925471095264 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29960] ppid=29891 vsize=10818856 memory=140474905060992 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29960/stat : 29960 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347521 11078508544 11564 33554432000 4194304 4196468 140736275540832 139926643391408 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 46256 KiB

[startup+0.310434 s]*
/proc/loadavg: 1.32 1.35 1.36 3/216 29960
/proc/meminfo: memFree=16725932/32770624 swapFree=67108796/67108860
[pid=29894] ppid=29891 vsize=10819352 memory=57584 CPUtime=0.38 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 23703 0 -1 1077944320 10414 13125 0 0 28 3 5 2 20 0 15 0 72347506 11079016448 14396 33554432000 4194304 4196468 140736275540832 140736275523376 139927222632183 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
/proc/29894/statm: 2704838 14396 3090 1 0 2667149 0
[pid=29894/tid=29947] ppid=29891 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/29894/task/29947/stat : 29947 (java) R 29891 29894 23703 0 -1 4202560 6928 13125 0 0 19 2 5 2 20 0 15 0 72347514 11079016448 14396 33554432000 4194304 4196468 140736275540832 139927194444192 139927207797822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29948] ppid=29891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29948/stat : 29948 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 72347515 11079016448 14396 33554432000 4194304 4196468 140736275540832 139927226874256 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29949] ppid=29891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29949/stat : 29949 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347515 11079016448 14396 33554432000 4194304 4196468 140736275540832 139927150033168 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29950] ppid=29891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29950/stat : 29950 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 72347515 11079016448 14396 33554432000 4194304 4196468 140736275540832 139926795164304 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29951] ppid=29891 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29951/stat : 29951 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347515 11079016448 14396 33554432000 4194304 4196468 140736275540832 139926794111504 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29952] ppid=29891 vsize=10819352 memory=140474905060991 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29952/stat : 29952 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 72347517 11079016448 14396 33554432000 4194304 4196468 140736275540832 139926749297264 139927222643330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29953] ppid=29891 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29953/stat : 29953 (java) S 29891 29894 23703 0 -1 1077944384 13 13125 0 0 0 0 5 2 20 0 15 0 72347517 11079016448 14396 33554432000 4194304 4196468 140736275540832 139926679053600 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29954] ppid=29891 vsize=10819352 memory=140474905060992 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29954/stat : 29954 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347517 11079016448 14396 33554432000 4194304 4196468 140736275540832 139926544836208 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29955] ppid=29891 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29955/stat : 29955 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 72347520 11079016448 14396 33554432000 4194304 4196468 140736275540832 139925940857424 139927222650779 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29956] ppid=29891 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29894/task/29956/stat : 29956 (java) S 29891 29894 23703 0 -1 1077944384 348 13125 0 0 1 0 5 2 20 0 15 0 72347520 11079016448 14396 33554432000 4194304 4196468 140736275540832 139926748244080 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29957] ppid=29891 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29894/task/29957/stat : 29957 (java) S 29891 29894 23703 0 -1 1077944384 281 13125 0 0 1 0 5 2 20 0 15 0 72347520 11079016448 14396 33554432000 4194304 4196468 140736275540832 139926645495792 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29958] ppid=29891 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/29894/task/29958/stat : 29958 (java) S 29891 29894 23703 0 -1 1077944384 637 13125 0 0 5 0 5 2 20 0 15 0 72347520 11079016448 14396 33554432000 4194304 4196468 140736275540832 139926644443504 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29959] ppid=29891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29959/stat : 29959 (java) S 29891 29894 23703 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 72347520 11079016448 14396 33554432000 4194304 4196468 140736275540832 139925471095264 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29960] ppid=29891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29960/stat : 29960 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347521 11079016448 14396 33554432000 4194304 4196468 140736275540832 139926643391408 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57584 KiB

[startup+0.70075 s]
/proc/loadavg: 1.32 1.35 1.36 3/216 29960
/proc/meminfo: memFree=16713848/32770624 swapFree=67108796/67108860
[pid=29894] ppid=29891 vsize=10819352 memory=90876 CPUtime=0.99 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 23703 0 -1 1077944320 16843 13125 0 0 87 5 5 2 20 0 15 0 72347506 11079016448 22719 33554432000 4194304 4196468 140736275540832 140736275523376 139927222632183 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
/proc/29894/statm: 2704838 22719 3238 1 0 2667149 0
[pid=29894/tid=29947] ppid=29891 vsize=10819352 memory=21692 CPUtime=0.66 cores=1,3,5,7
/proc/29894/task/29947/stat : 29947 (java) R 29891 29894 23703 0 -1 4202560 12400 13125 0 0 55 4 5 2 20 0 15 0 72347514 11079016448 22719 33554432000 4194304 4196468 140736275540832 139927194453008 139927202907486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29948] ppid=29891 vsize=10819352 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29948/stat : 29948 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 72347515 11079016448 22719 33554432000 4194304 4196468 140736275540832 139927226874256 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29949] ppid=29891 vsize=10819352 memory=140474757456367 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29949/stat : 29949 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347515 11079016448 22719 33554432000 4194304 4196468 140736275540832 139927150033168 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29950] ppid=29891 vsize=10819352 memory=140475495351176 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29950/stat : 29950 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 72347515 11079016448 22719 33554432000 4194304 4196468 140736275540832 139926795164304 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29951] ppid=29891 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29951/stat : 29951 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347515 11079016448 22719 33554432000 4194304 4196468 140736275540832 139926794111504 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29952] ppid=29891 vsize=10819352 memory=7305218370954291033 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29952/stat : 29952 (java) S 29891 29894 23703 0 -1 1077944384 5 13125 0 0 0 0 5 2 20 0 15 0 72347517 11079016448 22719 33554432000 4194304 4196468 140736275540832 139926749297264 139927222643330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29953] ppid=29891 vsize=10819352 memory=7739276948477864808 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29953/stat : 29953 (java) S 29891 29894 23703 0 -1 1077944384 13 13125 0 0 0 0 5 2 20 0 15 0 72347517 11079016448 22719 33554432000 4194304 4196468 140736275540832 139926679053600 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29954] ppid=29891 vsize=10819352 memory=5787220445994897765 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29954/stat : 29954 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347517 11079016448 22719 33554432000 4194304 4196468 140736275540832 139926544836208 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29955] ppid=29891 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29955/stat : 29955 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 72347520 11079016448 22719 33554432000 4194304 4196468 140736275540832 139925940857424 139927222650779 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29956] ppid=29891 vsize=10819352 memory=8326441112149131689 CPUtime=0.15 cores=1,3,5,7
/proc/29894/task/29956/stat : 29956 (java) S 29891 29894 23703 0 -1 1077944384 941 13125 0 0 8 0 5 2 20 0 15 0 72347520 11079016448 22719 33554432000 4194304 4196468 140736275540832 139926748244080 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29957] ppid=29891 vsize=10819352 memory=-8990767739041718176 CPUtime=0.15 cores=1,3,5,7
/proc/29894/task/29957/stat : 29957 (java) S 29891 29894 23703 0 -1 1077944384 567 13125 0 0 8 0 5 2 20 0 15 0 72347520 11079016448 22719 33554432000 4194304 4196468 140736275540832 139926645495792 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29958] ppid=29891 vsize=10819352 memory=-7384994778349281184 CPUtime=0.2 cores=1,3,5,7
/proc/29894/task/29958/stat : 29958 (java) S 29891 29894 23703 0 -1 1077944384 712 13125 0 0 13 0 5 2 20 0 15 0 72347520 11079016448 22719 33554432000 4194304 4196468 140736275540832 139926644443504 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29959] ppid=29891 vsize=10819352 memory=-7966001967256141664 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29959/stat : 29959 (java) S 29891 29894 23703 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 72347520 11079016448 22719 33554432000 4194304 4196468 140736275540832 139925471095264 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29960] ppid=29891 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29960/stat : 29960 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347521 11079016448 22719 33554432000 4194304 4196468 140736275540832 139926643391408 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90876 KiB

[startup+1.50972 s]
/proc/loadavg: 1.32 1.35 1.36 3/216 29960
/proc/meminfo: memFree=16667612/32770624 swapFree=67108796/67108860
[pid=29894] ppid=29891 vsize=10834252 memory=181864 CPUtime=2.24 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 23703 0 -1 1077944320 24074 13125 0 0 208 9 5 2 20 0 15 0 72347506 11094274048 45466 33554432000 4194304 4196468 140736275540832 140736275523376 139927222632183 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
/proc/29894/statm: 2708563 45466 3468 1 0 2670221 0
[pid=29894/tid=29947] ppid=29891 vsize=10834252 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/29894/task/29947/stat : 29947 (java) R 29891 29894 23703 0 -1 4202560 18135 13125 0 0 131 6 5 2 20 0 15 0 72347514 11094274048 45466 33554432000 4194304 4196468 140736275540832 139927194441760 139927208312343 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29948] ppid=29891 vsize=10834252 memory=104912 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29948/stat : 29948 (java) S 29891 29894 23703 0 -1 1077944384 28 13125 0 0 0 0 5 2 20 0 15 0 72347515 11094274048 45466 33554432000 4194304 4196468 140736275540832 139927226874256 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29949] ppid=29891 vsize=10834252 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/29894/task/29949/stat : 29949 (java) S 29891 29894 23703 0 -1 1077944384 305 13125 0 0 1 0 5 2 20 0 15 0 72347515 11094274048 45466 33554432000 4194304 4196468 140736275540832 139927150033168 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29950] ppid=29891 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29894/task/29950/stat : 29950 (java) S 29891 29894 23703 0 -1 1077944384 38 13125 0 0 1 0 5 2 20 0 15 0 72347515 11094274048 45466 33554432000 4194304 4196468 140736275540832 139926795164304 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29951] ppid=29891 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29951/stat : 29951 (java) S 29891 29894 23703 0 -1 1077944384 63 13125 0 0 0 0 5 2 20 0 15 0 72347515 11094274048 45466 33554432000 4194304 4196468 140736275540832 139926794111504 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29952] ppid=29891 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29894/task/29952/stat : 29952 (java) S 29891 29894 23703 0 -1 1077944384 69 13125 0 0 1 0 5 2 20 0 15 0 72347517 11094274048 45466 33554432000 4194304 4196468 140736275540832 139926749297264 139927222643330 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29953] ppid=29891 vsize=10834252 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29953/stat : 29953 (java) S 29891 29894 23703 0 -1 1077944384 14 13125 0 0 0 0 5 2 20 0 15 0 72347517 11094274048 45466 33554432000 4194304 4196468 140736275540832 139926679053664 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29954] ppid=29891 vsize=10834252 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29954/stat : 29954 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347517 11094274048 45466 33554432000 4194304 4196468 140736275540832 139926544836224 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29955] ppid=29891 vsize=10834252 memory=2092 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29955/stat : 29955 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 72347520 11094274048 45466 33554432000 4194304 4196468 140736275540832 139925940857424 139927222650779 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29956] ppid=29891 vsize=10834252 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/29894/task/29956/stat : 29956 (java) S 29891 29894 23703 0 -1 1077944384 1111 13125 0 0 20 0 5 2 20 0 15 0 72347520 11094274048 45466 33554432000 4194304 4196468 140736275540832 139926748244080 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29957] ppid=29891 vsize=10834252 memory=269117617679135 CPUtime=0.28 cores=1,3,5,7
/proc/29894/task/29957/stat : 29957 (java) S 29891 29894 23703 0 -1 1077944384 1017 13125 0 0 21 0 5 2 20 0 15 0 72347520 11094274048 45466 33554432000 4194304 4196468 140736275540832 139926645495792 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29958] ppid=29891 vsize=10834252 memory=297290490211296509 CPUtime=0.36 cores=1,3,5,7
/proc/29894/task/29958/stat : 29958 (java) S 29891 29894 23703 0 -1 1077944384 1095 13125 0 0 29 0 5 2 20 0 15 0 72347520 11094274048 45466 33554432000 4194304 4196468 140736275540832 139926644443504 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29959] ppid=29891 vsize=10834252 memory=4638778406923096400 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29959/stat : 29959 (java) S 29891 29894 23703 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 72347520 11094274048 45466 33554432000 4194304 4196468 140736275540832 139925471095264 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29960] ppid=29891 vsize=10834252 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29960/stat : 29960 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347521 11094274048 45466 33554432000 4194304 4196468 140736275540832 139926643391408 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10834252 KiB

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


[startup+134.401 s]
/proc/loadavg: 1.49 1.41 1.39 3/215 29962
/proc/meminfo: memFree=15960432/32770624 swapFree=67108796/67108860
[pid=29894] ppid=29891 vsize=10914144 memory=818572 CPUtime=149.8 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 23703 0 -1 1077944320 99037 13125 0 0 14919 54 5 2 20 0 15 0 72347506 11176083456 204643 33554432000 4194304 4196468 140736275540832 140736275523376 139927222632183 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
/proc/29894/statm: 2728536 204643 3517 1 0 2690189 0
[pid=29894/tid=29947] ppid=29891 vsize=10914144 memory=7753118821576485451 CPUtime=133.36 cores=1,3,5,7
/proc/29894/task/29947/stat : 29947 (java) R 29891 29894 23703 0 -1 4202560 48694 13125 0 0 13310 19 5 2 20 0 15 0 72347514 11176083456 204643 33554432000 4194304 4196468 140736275540832 139927194468096 139926837427215 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29948] ppid=29891 vsize=10914144 memory=818572 CPUtime=0.46 cores=1,3,5,7
/proc/29894/task/29948/stat : 29948 (java) S 29891 29894 23703 0 -1 1077944384 1248 13125 0 0 35 4 5 2 20 0 15 0 72347515 11176083456 204643 33554432000 4194304 4196468 140736275540832 139927226874256 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29949] ppid=29891 vsize=10914144 memory=1796 CPUtime=0.46 cores=1,3,5,7
/proc/29894/task/29949/stat : 29949 (java) S 29891 29894 23703 0 -1 1077944384 1277 13125 0 0 36 3 5 2 20 0 15 0 72347515 11176083456 204643 33554432000 4194304 4196468 140736275540832 139927150033168 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29950] ppid=29891 vsize=10914144 memory=7016 CPUtime=0.46 cores=1,3,5,7
/proc/29894/task/29950/stat : 29950 (java) S 29891 29894 23703 0 -1 1077944384 1036 13125 0 0 35 4 5 2 20 0 15 0 72347515 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926795164304 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29951] ppid=29891 vsize=10914144 memory=818572 CPUtime=0.47 cores=1,3,5,7
/proc/29894/task/29951/stat : 29951 (java) S 29891 29894 23703 0 -1 1077944384 5451 13125 0 0 35 5 5 2 20 0 15 0 72347515 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926794111504 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29952] ppid=29891 vsize=10914144 memory=818572 CPUtime=0.48 cores=1,3,5,7
/proc/29894/task/29952/stat : 29952 (java) S 29891 29894 23703 0 -1 1077944384 4484 13125 0 0 39 2 5 2 20 0 15 0 72347517 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926749297264 139927222643330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29953] ppid=29891 vsize=10914144 memory=818572 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29953/stat : 29953 (java) S 29891 29894 23703 0 -1 1077944384 14 13125 0 0 0 0 5 2 20 0 15 0 72347517 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926679053664 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29954] ppid=29891 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29954/stat : 29954 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347517 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926544836224 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29955] ppid=29891 vsize=10914144 memory=280949514305776 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29955/stat : 29955 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139925940857424 139927222650779 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29956] ppid=29891 vsize=10914144 memory=280949514305776 CPUtime=5.71 cores=1,3,5,7
/proc/29894/task/29956/stat : 29956 (java) S 29891 29894 23703 0 -1 1077944384 12431 13125 0 0 560 4 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926748244080 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29957] ppid=29891 vsize=10914144 memory=6791534058613427641 CPUtime=5.79 cores=1,3,5,7
/proc/29894/task/29957/stat : 29957 (java) S 29891 29894 23703 0 -1 1077944384 11021 13125 0 0 569 3 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926645495792 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29958] ppid=29891 vsize=10914144 memory=818572 CPUtime=2.97 cores=1,3,5,7
/proc/29894/task/29958/stat : 29958 (java) S 29891 29894 23703 0 -1 1077944384 10430 13125 0 0 284 6 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926644443504 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29959] ppid=29891 vsize=10914144 memory=7156875539547581803 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29959/stat : 29959 (java) S 29891 29894 23703 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139925471095264 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29960] ppid=29891 vsize=10914144 memory=818572 CPUtime=0.14 cores=1,3,5,7
/proc/29894/task/29960/stat : 29960 (java) S 29891 29894 23703 0 -1 1077944384 753 13125 0 0 4 3 5 2 20 0 15 0 72347521 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926643391408 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
Current children cumulated CPU time: 149.8 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 818572 KiB

[startup+136.01 s]*
/proc/loadavg: 1.53 1.42 1.39 3/215 29962
/proc/meminfo: memFree=15960500/32770624 swapFree=67108796/67108860
[pid=29894] ppid=29891 vsize=10914144 memory=818572 CPUtime=151.44 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 23703 0 -1 1077944320 99055 13125 0 0 15083 54 5 2 20 0 15 0 72347506 11176083456 204643 33554432000 4194304 4196468 140736275540832 140736275523376 139927222632183 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
/proc/29894/statm: 2728536 204643 3517 1 0 2690189 0
[pid=29894/tid=29947] ppid=29891 vsize=10914144 memory=6791534058613427641 CPUtime=134.96 cores=1,3,5,7
/proc/29894/task/29947/stat : 29947 (java) R 29891 29894 23703 0 -1 4202560 48705 13125 0 0 13470 19 5 2 20 0 15 0 72347514 11176083456 204643 33554432000 4194304 4196468 140736275540832 139927194467072 139926837245964 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29948] ppid=29891 vsize=10914144 memory=-7003737579269690708 CPUtime=0.47 cores=1,3,5,7
/proc/29894/task/29948/stat : 29948 (java) S 29891 29894 23703 0 -1 1077944384 1248 13125 0 0 36 4 5 2 20 0 15 0 72347515 11176083456 204643 33554432000 4194304 4196468 140736275540832 139927226874256 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29949] ppid=29891 vsize=10914144 memory=3164 CPUtime=0.47 cores=1,3,5,7
/proc/29894/task/29949/stat : 29949 (java) S 29891 29894 23703 0 -1 1077944384 1277 13125 0 0 37 3 5 2 20 0 15 0 72347515 11176083456 204643 33554432000 4194304 4196468 140736275540832 139927150033168 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29950] ppid=29891 vsize=10914144 memory=868380 CPUtime=0.47 cores=1,3,5,7
/proc/29894/task/29950/stat : 29950 (java) S 29891 29894 23703 0 -1 1077944384 1036 13125 0 0 36 4 5 2 20 0 15 0 72347515 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926795164304 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29951] ppid=29891 vsize=10914144 memory=1404 CPUtime=0.48 cores=1,3,5,7
/proc/29894/task/29951/stat : 29951 (java) S 29891 29894 23703 0 -1 1077944384 5451 13125 0 0 36 5 5 2 20 0 15 0 72347515 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926794111504 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29952] ppid=29891 vsize=10914144 memory=2892 CPUtime=0.5 cores=1,3,5,7
/proc/29894/task/29952/stat : 29952 (java) S 29891 29894 23703 0 -1 1077944384 4491 13125 0 0 40 3 5 2 20 0 15 0 72347517 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926749297264 139927222643330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29953] ppid=29891 vsize=10914144 memory=818572 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29953/stat : 29953 (java) S 29891 29894 23703 0 -1 1077944384 14 13125 0 0 0 0 5 2 20 0 15 0 72347517 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926679053664 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29954] ppid=29891 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29954/stat : 29954 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347517 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926544836224 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29955] ppid=29891 vsize=10914144 memory=3047711553219693942 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29955/stat : 29955 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139925940857424 139927222650779 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29956] ppid=29891 vsize=10914144 memory=-7521736447810188379 CPUtime=5.71 cores=1,3,5,7
/proc/29894/task/29956/stat : 29956 (java) S 29891 29894 23703 0 -1 1077944384 12431 13125 0 0 560 4 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926748244080 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29957] ppid=29891 vsize=10914144 memory=8328453600958622283 CPUtime=5.79 cores=1,3,5,7
/proc/29894/task/29957/stat : 29957 (java) S 29891 29894 23703 0 -1 1077944384 11021 13125 0 0 569 3 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926645495792 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29958] ppid=29891 vsize=10914144 memory=-8412652160765825907 CPUtime=2.97 cores=1,3,5,7
/proc/29894/task/29958/stat : 29958 (java) S 29891 29894 23703 0 -1 1077944384 10430 13125 0 0 284 6 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926644443504 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29959] ppid=29891 vsize=10914144 memory=7897517683652307531 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29959/stat : 29959 (java) S 29891 29894 23703 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139925471095264 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29960] ppid=29891 vsize=10914144 memory=21692 CPUtime=0.14 cores=1,3,5,7
/proc/29894/task/29960/stat : 29960 (java) S 29891 29894 23703 0 -1 1077944384 753 13125 0 0 4 3 5 2 20 0 15 0 72347521 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926643391408 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
Current children cumulated CPU time: 151.44 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 818572 KiB

[startup+136.801 s]
/proc/loadavg: 1.53 1.42 1.39 3/215 29962
/proc/meminfo: memFree=15960500/32770624 swapFree=67108796/67108860
[pid=29894] ppid=29891 vsize=10914144 memory=818572 CPUtime=152.24 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 23703 0 -1 1077944320 101185 13125 0 0 15163 54 5 2 20 0 15 0 72347506 11176083456 204643 33554432000 4194304 4196468 140736275540832 140736275523376 139927222632183 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
/proc/29894/statm: 2728536 204643 3517 1 0 2690189 0
[pid=29894/tid=29947] ppid=29891 vsize=10914144 memory=1088 CPUtime=135.73 cores=1,3,5,7
/proc/29894/task/29947/stat : 29947 (java) R 29891 29894 23703 0 -1 4202560 48731 13125 0 0 13547 19 5 2 20 0 15 0 72347514 11176083456 204643 33554432000 4194304 4196468 140736275540832 139927194467088 139926838401897 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29948] ppid=29891 vsize=10914144 memory=1796 CPUtime=0.48 cores=1,3,5,7
/proc/29894/task/29948/stat : 29948 (java) S 29891 29894 23703 0 -1 1077944384 1248 13125 0 0 37 4 5 2 20 0 15 0 72347515 11176083456 204643 33554432000 4194304 4196468 140736275540832 139927226874256 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29949] ppid=29891 vsize=10914144 memory=6791534058613427641 CPUtime=0.47 cores=1,3,5,7
/proc/29894/task/29949/stat : 29949 (java) S 29891 29894 23703 0 -1 1077944384 1277 13125 0 0 37 3 5 2 20 0 15 0 72347515 11176083456 204643 33554432000 4194304 4196468 140736275540832 139927150033168 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29950] ppid=29891 vsize=10914144 memory=7016 CPUtime=0.47 cores=1,3,5,7
/proc/29894/task/29950/stat : 29950 (java) S 29891 29894 23703 0 -1 1077944384 1036 13125 0 0 36 4 5 2 20 0 15 0 72347515 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926795164304 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29951] ppid=29891 vsize=10914144 memory=15044 CPUtime=0.48 cores=1,3,5,7
/proc/29894/task/29951/stat : 29951 (java) S 29891 29894 23703 0 -1 1077944384 5451 13125 0 0 36 5 5 2 20 0 15 0 72347515 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926794111504 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29952] ppid=29891 vsize=10914144 memory=818572 CPUtime=0.5 cores=1,3,5,7
/proc/29894/task/29952/stat : 29952 (java) S 29891 29894 23703 0 -1 1077944384 4493 13125 0 0 40 3 5 2 20 0 15 0 72347517 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926749297264 139927222643330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29953] ppid=29891 vsize=10914144 memory=21692 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29953/stat : 29953 (java) S 29891 29894 23703 0 -1 1077944384 14 13125 0 0 0 0 5 2 20 0 15 0 72347517 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926679053664 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29954] ppid=29891 vsize=10914144 memory=2088 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29954/stat : 29954 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347517 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926544836224 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29955] ppid=29891 vsize=10914144 memory=1040 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29955/stat : 29955 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139925940857424 139927222650779 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29956] ppid=29891 vsize=10914144 memory=1628 CPUtime=5.73 cores=1,3,5,7
/proc/29894/task/29956/stat : 29956 (java) S 29891 29894 23703 0 -1 1077944384 14533 13125 0 0 562 4 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926748244080 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29957] ppid=29891 vsize=10914144 memory=8876 CPUtime=5.79 cores=1,3,5,7
/proc/29894/task/29957/stat : 29957 (java) S 29891 29894 23703 0 -1 1077944384 11021 13125 0 0 569 3 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926645495792 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29958] ppid=29891 vsize=10914144 memory=1120 CPUtime=2.97 cores=1,3,5,7
/proc/29894/task/29958/stat : 29958 (java) S 29891 29894 23703 0 -1 1077944384 10430 13125 0 0 284 6 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926644443504 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29959] ppid=29891 vsize=10914144 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29959/stat : 29959 (java) S 29891 29894 23703 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139925471095264 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29960] ppid=29891 vsize=10914144 memory=832 CPUtime=0.14 cores=1,3,5,7
/proc/29894/task/29960/stat : 29960 (java) S 29891 29894 23703 0 -1 1077944384 753 13125 0 0 4 3 5 2 20 0 15 0 72347521 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926643391408 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
Current children cumulated CPU time: 152.24 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 818572 KiB

[startup+137.601 s]
/proc/loadavg: 1.53 1.42 1.39 3/215 29962
/proc/meminfo: memFree=15960500/32770624 swapFree=67108796/67108860
[pid=29894] ppid=29891 vsize=10914144 memory=818572 CPUtime=153.05 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 23703 0 -1 1077944320 101189 13125 0 0 15244 54 5 2 20 0 15 0 72347506 11176083456 204643 33554432000 4194304 4196468 140736275540832 140736275523376 139927222632183 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
/proc/29894/statm: 2728536 204643 3517 1 0 2690189 0
[pid=29894/tid=29947] ppid=29891 vsize=10914144 memory=818572 CPUtime=136.53 cores=1,3,5,7
/proc/29894/task/29947/stat : 29947 (java) R 29891 29894 23703 0 -1 4202560 48735 13125 0 0 13627 19 5 2 20 0 15 0 72347514 11176083456 204643 33554432000 4194304 4196468 140736275540832 139927194467536 139926827280087 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29948] ppid=29891 vsize=10914144 memory=2088 CPUtime=0.48 cores=1,3,5,7
/proc/29894/task/29948/stat : 29948 (java) S 29891 29894 23703 0 -1 1077944384 1248 13125 0 0 37 4 5 2 20 0 15 0 72347515 11176083456 204643 33554432000 4194304 4196468 140736275540832 139927226874256 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29949] ppid=29891 vsize=10914144 memory=818572 CPUtime=0.48 cores=1,3,5,7
/proc/29894/task/29949/stat : 29949 (java) S 29891 29894 23703 0 -1 1077944384 1277 13125 0 0 38 3 5 2 20 0 15 0 72347515 11176083456 204643 33554432000 4194304 4196468 140736275540832 139927150033168 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29950] ppid=29891 vsize=10914144 memory=21692 CPUtime=0.48 cores=1,3,5,7
/proc/29894/task/29950/stat : 29950 (java) S 29891 29894 23703 0 -1 1077944384 1036 13125 0 0 37 4 5 2 20 0 15 0 72347515 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926795164304 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29951] ppid=29891 vsize=10914144 memory=2088 CPUtime=0.49 cores=1,3,5,7
/proc/29894/task/29951/stat : 29951 (java) S 29891 29894 23703 0 -1 1077944384 5451 13125 0 0 37 5 5 2 20 0 15 0 72347515 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926794111504 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29952] ppid=29891 vsize=10914144 memory=6791534058613427641 CPUtime=0.51 cores=1,3,5,7
/proc/29894/task/29952/stat : 29952 (java) S 29891 29894 23703 0 -1 1077944384 4493 13125 0 0 41 3 5 2 20 0 15 0 72347517 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926749297264 139927222643330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29953] ppid=29891 vsize=10914144 memory=5024 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29953/stat : 29953 (java) S 29891 29894 23703 0 -1 1077944384 14 13125 0 0 0 0 5 2 20 0 15 0 72347517 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926679053664 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29954] ppid=29891 vsize=10914144 memory=4032 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29954/stat : 29954 (java) S 29891 29894 23703 0 -1 1077944384 1 13125 0 0 0 0 5 2 20 0 15 0 72347517 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926544836224 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29955] ppid=29891 vsize=10914144 memory=1284 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29955/stat : 29955 (java) S 29891 29894 23703 0 -1 1077944384 2 13125 0 0 0 0 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139925940857424 139927222650779 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29956] ppid=29891 vsize=10914144 memory=818572 CPUtime=5.73 cores=1,3,5,7
/proc/29894/task/29956/stat : 29956 (java) S 29891 29894 23703 0 -1 1077944384 14533 13125 0 0 562 4 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926748244080 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29957] ppid=29891 vsize=10914144 memory=920 CPUtime=5.79 cores=1,3,5,7
/proc/29894/task/29957/stat : 29957 (java) S 29891 29894 23703 0 -1 1077944384 11021 13125 0 0 569 3 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926645495792 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29958] ppid=29891 vsize=10914144 memory=3848 CPUtime=2.97 cores=1,3,5,7
/proc/29894/task/29958/stat : 29958 (java) S 29891 29894 23703 0 -1 1077944384 10430 13125 0 0 284 6 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926644443504 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29959] ppid=29891 vsize=10914144 memory=2600 CPUtime=0.07 cores=1,3,5,7
/proc/29894/task/29959/stat : 29959 (java) S 29891 29894 23703 0 -1 1077944384 3 13125 0 0 0 0 5 2 20 0 15 0 72347520 11176083456 204643 33554432000 4194304 4196468 140736275540832 139925471095264 139927222642389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
[pid=29894/tid=29960] ppid=29891 vsize=10914144 memory=818572 CPUtime=0.14 cores=1,3,5,7
/proc/29894/task/29960/stat : 29960 (java) S 29891 29894 23703 0 -1 1077944384 753 13125 0 0 4 3 5 2 20 0 15 0 72347521 11176083456 204643 33554432000 4194304 4196468 140736275540832 139926643391408 139927222643330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22298624 140736275544686 140736275547484 140736275547484 140736275550159 0
Current children cumulated CPU time: 153.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 818572 KiB

[startup+137.801 s]*
/proc/loadavg: 1.53 1.42 1.39 4/203 29963
/proc/meminfo: memFree=15960272/32770624 swapFree=67108796/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 137.814
CPU time (s): 153.291
CPU user time (s): 152.698
CPU system time (s): 0.592651
CPU usage (%): 111.23
Max. virtual memory (cumulated for all children) (KiB): 10916964
Max. memory (cumulated for all children) (KiB): 823708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.698
system time used= 0.592651
maximum resident set size= 825248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115954
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23835
involuntary context switches= 424


# summary of solver processes directly reported to runsolver:
#   pid: 29894
#   total CPU time (s): 153.291
#   total CPU user time (s): 152.698
#   total CPU system time (s): 0.592651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06042 second user time and 1.06538 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 21:44:03
IDJOB=4295401
IDBENCH=141539
IDSOLVER=2750
FILE ID=node138/4295401-1532547843
RUNJOBID= node138-1532523045-23735
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Knapsack/Knapsack-40-150-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295401-1532547843/watcher-4295401-1532547843 -o /tmp/evaluation-result-4295401-1532547843/solver-4295401-1532547843 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1938057859 HOME/instance-4295401-1532547843.xml

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

MD5SUM BENCH= c033178a1c92732c6616d8bd8ee8c714
RANDOM SEED=1938057859

node138.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.71
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.71
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.71
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.71
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:        16769432 kB
MemAvailable:   31067880 kB
Buffers:          171912 kB
Cached:         14272096 kB
SwapCached:           44 kB
Active:          3245988 kB
Inactive:       12110776 kB
Active(anon):     863172 kB
Inactive(anon):    77316 kB
Active(file):    2382816 kB
Inactive(file): 12033460 kB
Unevictable:        7284 kB
Mlocked:            7284 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26508 kB
Writeback:             0 kB
AnonPages:        919784 kB
Mapped:            47892 kB
Shmem:             25164 kB
Slab:             339068 kB
SReclaimable:     310632 kB
SUnreclaim:        28436 kB
KernelStack:        3552 kB
PageTables:         7384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1884676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    819200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-25 21:46:21