Trace number 4295353

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-13OPT832 404.274 381.415

General information on the benchmark

NameMario/
Mario-n-medium-4_c18.xml
MD5SUM6d883eab13fdde7c2f2cac6b4a0af40c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark832
Best CPU time to get the best result obtained on this benchmark125.955
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains53
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":29,"count":8},{"size":30,"count":52}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","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.98/0.74	c Concrete v3.8.1528841891564 running
11.97/5.63	o 282
12.24/5.79	o 475
12.24/5.80	o 540
12.75/5.97	o 582
12.75/6.01	o 587
13.83/6.38	o 595
13.83/6.39	o 616
14.09/6.43	o 639
15.19/6.91	o 708
25.32/15.70	o 720
25.32/15.76	o 734
26.27/16.69	o 768
46.22/35.30	o 776
53.41/42.21	o 832
404.13/381.39	v <instantiation cost="832">
404.13/381.39	v       <list>
404.13/381.39	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] f[15] f[16] f[17] f[18] f[19] f[20] f[21] f[22] f[23] f[24] f[25] f[26] f[27] f[28] f[29] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] g[28] g[29]
404.13/381.39	v       </list>
404.13/381.39	v       <values>
404.13/381.39	v         6 0 15 17 18 5 26 7 9 12 10 11 16 4 2 8 21 14 28 19 20 13 22 23 24 25 3 27 1 29 52 0 54 45 179 0 14 0 47 215 0 0 279 141 18 6 154 274 29 0 0 146 0 0 0 0 196 0 91 0 0 0 3 58 67 0 11 0 62 27 0 0 52 60 62 52 69 76 62 0 0 69 0 0 0 0 33 0 69 0
404.13/381.39	v       </values>
404.13/381.39	v     </instantiation>
404.13/381.39	s OPTIMUM FOUND

Verifier Data

OK	832

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295353-1532543587/watcher-4295353-1532543587 -o /tmp/evaluation-result-4295353-1532543587/solver-4295353-1532543587 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1141350757 HOME/instance-4295353-1532543587.xml 

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

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

solver pid=28913, runsolver pid=28910

[startup+0.100698 s]*
/proc/loadavg: 1.59 1.60 1.47 3/206 28970
/proc/meminfo: memFree=20694256/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=9972712 memory=17076 CPUtime=0.08 cores=0,2,4,6
/proc/28913/stat : 28913 (java) S 28910 28913 24385 0 -1 1077944320 4426 12884 0 0 1 0 4 3 20 0 6 0 71921891 10212057088 4269 33554432000 4194304 4196468 140731319693056 140731319675600 139868663897847 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
/proc/28913/statm: 2493178 4269 1934 1 0 2481616 0
[pid=28913/tid=28966] ppid=28910 vsize=9972712 memory=4279135704013962638 CPUtime=0.08 cores=0,2,4,6
/proc/28913/task/28966/stat : 28966 (java) R 28910 28913 24385 0 -1 4202560 2250 12884 0 0 1 0 4 3 20 0 6 0 71921900 10212057088 4269 33554432000 4194304 4196468 140731319693056 139868635734608 139868647090170 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28967] ppid=28910 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28967/stat : 28967 (java) S 28910 28913 24385 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 6 0 71921901 10212057088 4269 33554432000 4194304 4196468 140731319693056 139868668140560 139868663908053 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28968] ppid=28910 vsize=9972712 memory=140404396500608 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28968/stat : 28968 (java) S 28910 28913 24385 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 6 0 71921901 10212057088 4269 33554432000 4194304 4196468 140731319693056 139868567030928 139868663908053 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28969] ppid=28910 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28969/stat : 28969 (java) S 28910 28913 24385 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 6 0 71921901 10212057088 4269 33554432000 4194304 4196468 140731319693056 139868565977872 139868663908053 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28970] ppid=28910 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28970/stat : 28970 (java) S 28910 28913 24385 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 6 0 71921901 10212057088 4269 33554432000 4194304 4196468 140731319693056 139868564925328 139868663908053 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210094 s]*
/proc/loadavg: 1.59 1.60 1.47 3/215 28979
/proc/meminfo: memFree=20675048/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10818904 memory=40752 CPUtime=0.25 cores=0,2,4,6
/proc/28913/stat : 28913 (java) S 28910 28913 24385 0 -1 1077944320 7428 12884 0 0 16 2 4 3 20 0 15 0 71921891 11078557696 10188 33554432000 4194304 4196468 140731319693056 140731319675600 139868663897847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
/proc/28913/statm: 2704726 10188 2953 1 0 2667149 0
[pid=28913/tid=28966] ppid=28910 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/28913/task/28966/stat : 28966 (java) R 28910 28913 24385 0 -1 4202560 4013 12884 0 0 10 1 4 3 20 0 15 0 71921900 11078557696 10254 33554432000 4194304 4196468 140731319693056 139868635714960 139868644173675 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28967] ppid=28910 vsize=10818904 memory=331 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28967/stat : 28967 (java) S 28910 28913 24385 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 71921901 11078557696 10254 33554432000 4194304 4196468 140731319693056 139868668140560 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28968] ppid=28910 vsize=10818904 memory=140404396885073 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28968/stat : 28968 (java) S 28910 28913 24385 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 71921901 11078557696 10254 33554432000 4194304 4196468 140731319693056 139868567030928 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28969] ppid=28910 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28969/stat : 28969 (java) S 28910 28913 24385 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 15 0 71921901 11078557696 10254 33554432000 4194304 4196468 140731319693056 139868565977872 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28970] ppid=28910 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28970/stat : 28970 (java) S 28910 28913 24385 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 15 0 71921901 11078557696 10254 33554432000 4194304 4196468 140731319693056 139868564925328 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28971] ppid=28910 vsize=10818904 memory=140404396500608 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28971/stat : 28971 (java) S 28910 28913 24385 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 15 0 71921903 11078557696 10254 33554432000 4194304 4196468 140731319693056 139867988961520 139868663908994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28972] ppid=28910 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28972/stat : 28972 (java) S 28910 28913 24385 0 -1 1077944384 13 12884 0 0 0 0 4 3 20 0 15 0 71921903 11078557696 10254 33554432000 4194304 4196468 140731319693056 139867556144288 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28973] ppid=28910 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28973/stat : 28973 (java) S 28910 28913 24385 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 71921903 11078557696 10254 33554432000 4194304 4196468 140731319693056 139867421926128 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28974] ppid=28910 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28974/stat : 28974 (java) S 28910 28913 24385 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 71921906 11078557696 10254 33554432000 4194304 4196468 140731319693056 139867181635536 139868663916443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28975] ppid=28910 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28913/task/28975/stat : 28975 (java) S 28910 28913 24385 0 -1 1077944384 371 12884 0 0 1 0 4 3 20 0 15 0 71921906 11078557696 10254 33554432000 4194304 4196468 140731319693056 139867987909360 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28976] ppid=28910 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28976/stat : 28976 (java) S 28910 28913 24385 0 -1 1077944384 249 12884 0 0 0 0 4 3 20 0 15 0 71921906 11078557696 10320 33554432000 4194304 4196468 140731319693056 139867986856816 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28977] ppid=28910 vsize=10818904 memory=140404396500608 CPUtime=0.09 cores=0,2,4,6
/proc/28913/task/28977/stat : 28977 (java) S 28910 28913 24385 0 -1 1077944384 602 12884 0 0 2 0 4 3 20 0 15 0 71921906 11078557696 10320 33554432000 4194304 4196468 140731319693056 139867985803760 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28978] ppid=28910 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28978/stat : 28978 (java) S 28910 28913 24385 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 71921906 11078557696 10320 33554432000 4194304 4196468 140731319693056 139867148077920 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28979] ppid=28910 vsize=10818904 memory=140404396500608 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28979/stat : 28979 (java) S 28910 28913 24385 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 71921906 11078557696 10320 33554432000 4194304 4196468 140731319693056 139867984751152 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40752 KiB

[startup+0.310024 s]*
/proc/loadavg: 1.59 1.60 1.47 3/215 28979
/proc/meminfo: memFree=20663264/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10819352 memory=53924 CPUtime=0.37 cores=0,2,4,6
/proc/28913/stat : 28913 (java) S 28910 28913 24385 0 -1 1077944320 10566 12884 0 0 27 3 4 3 20 0 15 0 71921891 11079016448 13481 33554432000 4194304 4196468 140731319693056 140731319675600 139868663897847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
/proc/28913/statm: 2704838 13481 3072 1 0 2667149 0
[pid=28913/tid=28966] ppid=28910 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/28913/task/28966/stat : 28966 (java) R 28910 28913 24385 0 -1 4202560 7115 12884 0 0 19 2 4 3 20 0 15 0 71921900 11079016448 13481 33554432000 4194304 4196468 140731319693056 139868635709856 139868647978334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28967] ppid=28910 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28967/stat : 28967 (java) S 28910 28913 24385 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 71921901 11079016448 13481 33554432000 4194304 4196468 140731319693056 139868668140560 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28968] ppid=28910 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28968/stat : 28968 (java) S 28910 28913 24385 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 71921901 11079016448 13481 33554432000 4194304 4196468 140731319693056 139868567030928 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28969] ppid=28910 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28969/stat : 28969 (java) S 28910 28913 24385 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 15 0 71921901 11079016448 13481 33554432000 4194304 4196468 140731319693056 139868565977872 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28970] ppid=28910 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28970/stat : 28970 (java) S 28910 28913 24385 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 15 0 71921901 11079016448 13481 33554432000 4194304 4196468 140731319693056 139868564925328 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28971] ppid=28910 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28971/stat : 28971 (java) S 28910 28913 24385 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 15 0 71921903 11079016448 13481 33554432000 4194304 4196468 140731319693056 139867988961520 139868663908994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28972] ppid=28910 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28972/stat : 28972 (java) S 28910 28913 24385 0 -1 1077944384 13 12884 0 0 0 0 4 3 20 0 15 0 71921903 11079016448 13481 33554432000 4194304 4196468 140731319693056 139867556144288 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28973] ppid=28910 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28973/stat : 28973 (java) S 28910 28913 24385 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 71921903 11079016448 13481 33554432000 4194304 4196468 140731319693056 139867421926128 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28974] ppid=28910 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28974/stat : 28974 (java) S 28910 28913 24385 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 71921906 11079016448 13481 33554432000 4194304 4196468 140731319693056 139867181635536 139868663916443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28975] ppid=28910 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28913/task/28975/stat : 28975 (java) S 28910 28913 24385 0 -1 1077944384 371 12884 0 0 2 0 4 3 20 0 15 0 71921906 11079016448 13481 33554432000 4194304 4196468 140731319693056 139867987909360 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28976] ppid=28910 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28913/task/28976/stat : 28976 (java) S 28910 28913 24385 0 -1 1077944384 252 12884 0 0 1 0 4 3 20 0 15 0 71921906 11079016448 13481 33554432000 4194304 4196468 140731319693056 139867986856816 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28977] ppid=28910 vsize=10819352 memory=140404396500608 CPUtime=0.11 cores=0,2,4,6
/proc/28913/task/28977/stat : 28977 (java) S 28910 28913 24385 0 -1 1077944384 612 12884 0 0 4 0 4 3 20 0 15 0 71921906 11079016448 13481 33554432000 4194304 4196468 140731319693056 139867985803760 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28978] ppid=28910 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28978/stat : 28978 (java) S 28910 28913 24385 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 71921906 11079016448 13481 33554432000 4194304 4196468 140731319693056 139867148077920 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28979] ppid=28910 vsize=10819352 memory=140404396500608 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28979/stat : 28979 (java) S 28910 28913 24385 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 71921906 11079016448 13481 33554432000 4194304 4196468 140731319693056 139867984751152 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53924 KiB

[startup+0.700708 s]
/proc/loadavg: 1.59 1.60 1.47 3/215 28979
/proc/meminfo: memFree=20652100/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10819352 memory=86364 CPUtime=0.98 cores=0,2,4,6
/proc/28913/stat : 28913 (java) S 28910 28913 24385 0 -1 1077944320 16739 12884 0 0 86 5 4 3 20 0 15 0 71921891 11079016448 21591 33554432000 4194304 4196468 140731319693056 140731319675600 139868663897847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
/proc/28913/statm: 2704838 21591 3237 1 0 2667149 0
[pid=28913/tid=28966] ppid=28910 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/28913/task/28966/stat : 28966 (java) R 28910 28913 24385 0 -1 4202560 12176 12884 0 0 55 3 4 3 20 0 15 0 71921900 11079016448 21591 33554432000 4194304 4196468 140731319693056 139868635720784 139868645461407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28967] ppid=28910 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28967/stat : 28967 (java) S 28910 28913 24385 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 71921901 11079016448 21591 33554432000 4194304 4196468 140731319693056 139868668140560 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28968] ppid=28910 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28968/stat : 28968 (java) S 28910 28913 24385 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 71921901 11079016448 21591 33554432000 4194304 4196468 140731319693056 139868567030928 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28969] ppid=28910 vsize=10819352 memory=140404292989712 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28969/stat : 28969 (java) S 28910 28913 24385 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 15 0 71921901 11079016448 21591 33554432000 4194304 4196468 140731319693056 139868565977872 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28970] ppid=28910 vsize=10819352 memory=140406775874132 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28970/stat : 28970 (java) S 28910 28913 24385 0 -1 1077944384 2 12884 0 0 0 0 4 3 20 0 15 0 71921901 11079016448 21591 33554432000 4194304 4196468 140731319693056 139868564925328 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28971] ppid=28910 vsize=10819352 memory=8540 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28971/stat : 28971 (java) S 28910 28913 24385 0 -1 1077944384 5 12884 0 0 0 0 4 3 20 0 15 0 71921903 11079016448 21591 33554432000 4194304 4196468 140731319693056 139867988961520 139868663908994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28972] ppid=28910 vsize=10819352 memory=7662705889289527641 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28972/stat : 28972 (java) S 28910 28913 24385 0 -1 1077944384 13 12884 0 0 0 0 4 3 20 0 15 0 71921903 11079016448 21591 33554432000 4194304 4196468 140731319693056 139867556144288 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28973] ppid=28910 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28973/stat : 28973 (java) S 28910 28913 24385 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 71921903 11079016448 21591 33554432000 4194304 4196468 140731319693056 139867421926128 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28974] ppid=28910 vsize=10819352 memory=16436 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28974/stat : 28974 (java) S 28910 28913 24385 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 71921906 11079016448 21591 33554432000 4194304 4196468 140731319693056 139867181635536 139868663916443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28975] ppid=28910 vsize=10819352 memory=12868 CPUtime=0.14 cores=0,2,4,6
/proc/28913/task/28975/stat : 28975 (java) S 28910 28913 24385 0 -1 1077944384 725 12884 0 0 7 0 4 3 20 0 15 0 71921906 11079016448 21591 33554432000 4194304 4196468 140731319693056 139867987909360 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28976] ppid=28910 vsize=10819352 memory=4008 CPUtime=0.16 cores=0,2,4,6
/proc/28913/task/28976/stat : 28976 (java) S 28910 28913 24385 0 -1 1077944384 934 12884 0 0 9 0 4 3 20 0 15 0 71921906 11079016448 21591 33554432000 4194304 4196468 140731319693056 139867986856816 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28977] ppid=28910 vsize=10819352 memory=1796 CPUtime=0.2 cores=0,2,4,6
/proc/28913/task/28977/stat : 28977 (java) S 28910 28913 24385 0 -1 1077944384 684 12884 0 0 13 0 4 3 20 0 15 0 71921906 11079016448 21591 33554432000 4194304 4196468 140731319693056 139867985803760 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28978] ppid=28910 vsize=10819352 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28978/stat : 28978 (java) S 28910 28913 24385 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 71921906 11079016448 21591 33554432000 4194304 4196468 140731319693056 139867148077920 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28979] ppid=28910 vsize=10819352 memory=956 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28979/stat : 28979 (java) S 28910 28913 24385 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 71921906 11079016448 21591 33554432000 4194304 4196468 140731319693056 139867984751152 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86364 KiB

[startup+1.50078 s]
/proc/loadavg: 1.59 1.60 1.47 3/215 28979
/proc/meminfo: memFree=20608804/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10834252 memory=178512 CPUtime=2.38 cores=0,2,4,6
/proc/28913/stat : 28913 (java) S 28910 28913 24385 0 -1 1077944320 24266 12884 0 0 222 9 4 3 20 0 15 0 71921891 11094274048 44628 33554432000 4194304 4196468 140731319693056 140731319675600 139868663897847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
/proc/28913/statm: 2708563 44628 3469 1 0 2670221 0
[pid=28913/tid=28966] ppid=28910 vsize=10834252 memory=63008 CPUtime=1.42 cores=0,2,4,6
/proc/28913/task/28966/stat : 28966 (java) R 28910 28913 24385 0 -1 4202560 17752 12884 0 0 129 6 4 3 20 0 15 0 71921900 11094274048 44628 33554432000 4194304 4196468 140731319693056 139868635729232 139868647978334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28967] ppid=28910 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/28913/task/28967/stat : 28967 (java) S 28910 28913 24385 0 -1 1077944384 59 12884 0 0 1 0 4 3 20 0 15 0 71921901 11094274048 44628 33554432000 4194304 4196468 140731319693056 139868668140560 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28968] ppid=28910 vsize=10834252 memory=280808586010784 CPUtime=0.08 cores=0,2,4,6
/proc/28913/task/28968/stat : 28968 (java) S 28910 28913 24385 0 -1 1077944384 20 12884 0 0 1 0 4 3 20 0 15 0 71921901 11094274048 44628 33554432000 4194304 4196468 140731319693056 139868567030928 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28969] ppid=28910 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28913/task/28969/stat : 28969 (java) S 28910 28913 24385 0 -1 1077944384 184 12884 0 0 1 0 4 3 20 0 15 0 71921901 11094274048 44628 33554432000 4194304 4196468 140731319693056 139868565977872 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28970] ppid=28910 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28913/task/28970/stat : 28970 (java) S 28910 28913 24385 0 -1 1077944384 24 12884 0 0 1 0 4 3 20 0 15 0 71921901 11094274048 44628 33554432000 4194304 4196468 140731319693056 139868564925328 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28971] ppid=28910 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28913/task/28971/stat : 28971 (java) S 28910 28913 24385 0 -1 1077944384 48 12884 0 0 1 0 4 3 20 0 15 0 71921903 11094274048 44628 33554432000 4194304 4196468 140731319693056 139867988961520 139868663908994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28972] ppid=28910 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28972/stat : 28972 (java) S 28910 28913 24385 0 -1 1077944384 14 12884 0 0 0 0 4 3 20 0 15 0 71921903 11094274048 44628 33554432000 4194304 4196468 140731319693056 139867556144352 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28973] ppid=28910 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28973/stat : 28973 (java) S 28910 28913 24385 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 71921903 11094274048 44628 33554432000 4194304 4196468 140731319693056 139867421926144 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28974] ppid=28910 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28974/stat : 28974 (java) S 28910 28913 24385 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 71921906 11094274048 44628 33554432000 4194304 4196468 140731319693056 139867181635536 139868663916443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28975] ppid=28910 vsize=10834252 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/28913/task/28975/stat : 28975 (java) S 28910 28913 24385 0 -1 1077944384 1052 12884 0 0 20 0 4 3 20 0 15 0 71921906 11094274048 44628 33554432000 4194304 4196468 140731319693056 139867987909360 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28976] ppid=28910 vsize=10834252 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/28913/task/28976/stat : 28976 (java) S 28910 28913 24385 0 -1 1077944384 1607 12884 0 0 29 0 4 3 20 0 15 0 71921906 11094274048 44628 33554432000 4194304 4196468 140731319693056 139867986856816 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28977] ppid=28910 vsize=10834252 memory=6791534058613427641 CPUtime=0.41 cores=0,2,4,6
/proc/28913/task/28977/stat : 28977 (java) S 28910 28913 24385 0 -1 1077944384 1310 12884 0 0 34 0 4 3 20 0 15 0 71921906 11094274048 44628 33554432000 4194304 4196468 140731319693056 139867985803760 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28978] ppid=28910 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28978/stat : 28978 (java) S 28910 28913 24385 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 71921906 11094274048 44628 33554432000 4194304 4196468 140731319693056 139867148077920 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28979] ppid=28910 vsize=10834252 memory=280808586255232 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28979/stat : 28979 (java) S 28910 28913 24385 0 -1 1077944384 1 12884 0 0 0 0 4 3 20 0 15 0 71921906 11094274048 44628 33554432000 4194304 4196468 140731319693056 139867984751152 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 10834252 KiB

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


[startup+377.601 s]
/proc/loadavg: 1.38 1.43 1.45 3/215 28985
/proc/meminfo: memFree=19949144/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10916192 memory=758500 CPUtime=400.4 cores=0,2,4,6
/proc/28913/stat : 28913 (java) S 28910 28913 24385 0 -1 1077944320 160626 12884 0 0 39946 87 4 3 20 0 15 0 71921891 11178180608 189625 33554432000 4194304 4196468 140731319693056 140731319675600 139868663897847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
/proc/28913/statm: 2729048 189625 3529 1 0 2690701 0
[pid=28913/tid=28966] ppid=28910 vsize=10916192 memory=758500 CPUtime=374.01 cores=0,2,4,6
/proc/28913/task/28966/stat : 28966 (java) R 28910 28913 24385 0 -1 4202560 65314 12884 0 0 37369 25 4 3 20 0 15 0 71921900 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868635733184 139868258247296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28967] ppid=28910 vsize=10916192 memory=4140 CPUtime=1.47 cores=0,2,4,6
/proc/28913/task/28967/stat : 28967 (java) S 28910 28913 24385 0 -1 1077944384 6584 12884 0 0 132 8 4 3 20 0 15 0 71921901 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868668140560 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28968] ppid=28910 vsize=10916192 memory=21732 CPUtime=1.46 cores=0,2,4,6
/proc/28913/task/28968/stat : 28968 (java) S 28910 28913 24385 0 -1 1077944384 2558 12884 0 0 130 9 4 3 20 0 15 0 71921901 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868567030928 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28969] ppid=28910 vsize=10916192 memory=2436 CPUtime=1.46 cores=0,2,4,6
/proc/28913/task/28969/stat : 28969 (java) S 28910 28913 24385 0 -1 1077944384 2566 12884 0 0 131 8 4 3 20 0 15 0 71921901 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868565977872 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28970] ppid=28910 vsize=10916192 memory=758500 CPUtime=1.45 cores=0,2,4,6
/proc/28913/task/28970/stat : 28970 (java) S 28910 28913 24385 0 -1 1077944384 2698 12884 0 0 129 9 4 3 20 0 15 0 71921901 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868564925328 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28971] ppid=28910 vsize=10916192 memory=56 CPUtime=1.33 cores=0,2,4,6
/proc/28913/task/28971/stat : 28971 (java) S 28910 28913 24385 0 -1 1077944384 2671 12884 0 0 119 7 4 3 20 0 15 0 71921903 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867988961520 139868663908994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28972] ppid=28910 vsize=10916192 memory=5865465064658194540 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28972/stat : 28972 (java) S 28910 28913 24385 0 -1 1077944384 17 12884 0 0 0 0 4 3 20 0 15 0 71921903 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867556144352 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28973] ppid=28910 vsize=10916192 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28973/stat : 28973 (java) S 28910 28913 24385 0 -1 1077944384 6 12884 0 0 0 0 4 3 20 0 15 0 71921903 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867421926144 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28974] ppid=28910 vsize=10916192 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28974/stat : 28974 (java) S 28910 28913 24385 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867181635536 139868663916443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28975] ppid=28910 vsize=10916192 memory=1008 CPUtime=7.57 cores=0,2,4,6
/proc/28913/task/28975/stat : 28975 (java) S 28910 28913 24385 0 -1 1077944384 28262 12884 0 0 746 4 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867987909360 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28976] ppid=28910 vsize=10916192 memory=5520 CPUtime=8.14 cores=0,2,4,6
/proc/28913/task/28976/stat : 28976 (java) S 28910 28913 24385 0 -1 1077944384 24020 12884 0 0 801 6 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867986856816 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 56 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28977] ppid=28910 vsize=10916192 memory=4616 CPUtime=3.76 cores=0,2,4,6
/proc/28913/task/28977/stat : 28977 (java) S 28910 28913 24385 0 -1 1077944384 23042 12884 0 0 363 6 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867985803760 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 56 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28978] ppid=28910 vsize=10916192 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28978/stat : 28978 (java) S 28910 28913 24385 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867148077920 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28979] ppid=28910 vsize=10916192 memory=13048 CPUtime=0.27 cores=0,2,4,6
/proc/28913/task/28979/stat : 28979 (java) S 28910 28913 24385 0 -1 1077944384 694 12884 0 0 9 11 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867984751152 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
Current children cumulated CPU time: 400.4 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 758500 KiB

[startup+379.201 s]
/proc/loadavg: 1.38 1.43 1.45 3/215 28985
/proc/meminfo: memFree=19949144/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10916192 memory=758500 CPUtime=402.01 cores=0,2,4,6
/proc/28913/stat : 28913 (java) S 28910 28913 24385 0 -1 1077944320 160639 12884 0 0 40107 87 4 3 20 0 15 0 71921891 11178180608 189625 33554432000 4194304 4196468 140731319693056 140731319675600 139868663897847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
/proc/28913/statm: 2729048 189625 3529 1 0 2690701 0
[pid=28913/tid=28966] ppid=28910 vsize=10916192 memory=758500 CPUtime=375.58 cores=0,2,4,6
/proc/28913/task/28966/stat : 28966 (java) R 28910 28913 24385 0 -1 4202560 65323 12884 0 0 37526 25 4 3 20 0 15 0 71921900 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868635732704 139868258400038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28967] ppid=28910 vsize=10916192 memory=758500 CPUtime=1.48 cores=0,2,4,6
/proc/28913/task/28967/stat : 28967 (java) S 28910 28913 24385 0 -1 1077944384 6585 12884 0 0 133 8 4 3 20 0 15 0 71921901 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868668140560 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28968] ppid=28910 vsize=10916192 memory=1200 CPUtime=1.47 cores=0,2,4,6
/proc/28913/task/28968/stat : 28968 (java) S 28910 28913 24385 0 -1 1077944384 2558 12884 0 0 131 9 4 3 20 0 15 0 71921901 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868567030928 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28969] ppid=28910 vsize=10916192 memory=6791534058613427641 CPUtime=1.47 cores=0,2,4,6
/proc/28913/task/28969/stat : 28969 (java) S 28910 28913 24385 0 -1 1077944384 2567 12884 0 0 132 8 4 3 20 0 15 0 71921901 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868565977872 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28970] ppid=28910 vsize=10916192 memory=1296 CPUtime=1.46 cores=0,2,4,6
/proc/28913/task/28970/stat : 28970 (java) S 28910 28913 24385 0 -1 1077944384 2699 12884 0 0 130 9 4 3 20 0 15 0 71921901 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868564925328 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28971] ppid=28910 vsize=10916192 memory=1728 CPUtime=1.34 cores=0,2,4,6
/proc/28913/task/28971/stat : 28971 (java) S 28910 28913 24385 0 -1 1077944384 2672 12884 0 0 120 7 4 3 20 0 15 0 71921903 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867988961520 139868663908994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28972] ppid=28910 vsize=10916192 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28972/stat : 28972 (java) S 28910 28913 24385 0 -1 1077944384 17 12884 0 0 0 0 4 3 20 0 15 0 71921903 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867556144352 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28973] ppid=28910 vsize=10916192 memory=1696 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28973/stat : 28973 (java) S 28910 28913 24385 0 -1 1077944384 6 12884 0 0 0 0 4 3 20 0 15 0 71921903 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867421926144 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28974] ppid=28910 vsize=10916192 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28974/stat : 28974 (java) S 28910 28913 24385 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867181635536 139868663916443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28975] ppid=28910 vsize=10916192 memory=1948 CPUtime=7.57 cores=0,2,4,6
/proc/28913/task/28975/stat : 28975 (java) S 28910 28913 24385 0 -1 1077944384 28262 12884 0 0 746 4 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867987909360 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28976] ppid=28910 vsize=10916192 memory=1200 CPUtime=8.14 cores=0,2,4,6
/proc/28913/task/28976/stat : 28976 (java) S 28910 28913 24385 0 -1 1077944384 24020 12884 0 0 801 6 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867986856816 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 56 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28977] ppid=28910 vsize=10916192 memory=8540 CPUtime=3.76 cores=0,2,4,6
/proc/28913/task/28977/stat : 28977 (java) S 28910 28913 24385 0 -1 1077944384 23042 12884 0 0 363 6 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867985803760 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 56 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28978] ppid=28910 vsize=10916192 memory=800 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28978/stat : 28978 (java) S 28910 28913 24385 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867148077920 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28979] ppid=28910 vsize=10916192 memory=15876 CPUtime=0.27 cores=0,2,4,6
/proc/28913/task/28979/stat : 28979 (java) S 28910 28913 24385 0 -1 1077944384 694 12884 0 0 9 11 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867984751152 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
Current children cumulated CPU time: 402.01 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 758500 KiB

[startup+380.801 s]
/proc/loadavg: 1.35 1.42 1.45 3/215 28985
/proc/meminfo: memFree=19949144/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10916192 memory=758500 CPUtime=403.63 cores=0,2,4,6
/proc/28913/stat : 28913 (java) S 28910 28913 24385 0 -1 1077944320 160654 12884 0 0 40269 87 4 3 20 0 15 0 71921891 11178180608 189625 33554432000 4194304 4196468 140731319693056 140731319675600 139868663897847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
/proc/28913/statm: 2729048 189625 3529 1 0 2690701 0
[pid=28913/tid=28966] ppid=28910 vsize=10916192 memory=3467824627879786721 CPUtime=377.17 cores=0,2,4,6
/proc/28913/task/28966/stat : 28966 (java) R 28910 28913 24385 0 -1 4202560 65331 12884 0 0 37685 25 4 3 20 0 15 0 71921900 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868635732320 139868258355918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28967] ppid=28910 vsize=10916192 memory=6791534058613427641 CPUtime=1.49 cores=0,2,4,6
/proc/28913/task/28967/stat : 28967 (java) S 28910 28913 24385 0 -1 1077944384 6585 12884 0 0 134 8 4 3 20 0 15 0 71921901 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868668140560 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28968] ppid=28910 vsize=10916192 memory=1948 CPUtime=1.47 cores=0,2,4,6
/proc/28913/task/28968/stat : 28968 (java) S 28910 28913 24385 0 -1 1077944384 2559 12884 0 0 131 9 4 3 20 0 15 0 71921901 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868567030928 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28969] ppid=28910 vsize=10916192 memory=1200 CPUtime=1.47 cores=0,2,4,6
/proc/28913/task/28969/stat : 28969 (java) S 28910 28913 24385 0 -1 1077944384 2567 12884 0 0 132 8 4 3 20 0 15 0 71921901 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868565977872 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28970] ppid=28910 vsize=10916192 memory=8540 CPUtime=1.46 cores=0,2,4,6
/proc/28913/task/28970/stat : 28970 (java) S 28910 28913 24385 0 -1 1077944384 2699 12884 0 0 130 9 4 3 20 0 15 0 71921901 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868564925328 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28971] ppid=28910 vsize=10916192 memory=6791534058613427641 CPUtime=1.35 cores=0,2,4,6
/proc/28913/task/28971/stat : 28971 (java) S 28910 28913 24385 0 -1 1077944384 2677 12884 0 0 121 7 4 3 20 0 15 0 71921903 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867988961520 139868663908994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28972] ppid=28910 vsize=10916192 memory=15876 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28972/stat : 28972 (java) S 28910 28913 24385 0 -1 1077944384 17 12884 0 0 0 0 4 3 20 0 15 0 71921903 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867556144352 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28973] ppid=28910 vsize=10916192 memory=16436 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28973/stat : 28973 (java) S 28910 28913 24385 0 -1 1077944384 6 12884 0 0 0 0 4 3 20 0 15 0 71921903 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867421926144 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28974] ppid=28910 vsize=10916192 memory=12868 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28974/stat : 28974 (java) S 28910 28913 24385 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867181635536 139868663916443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28975] ppid=28910 vsize=10916192 memory=6791534058613427641 CPUtime=7.57 cores=0,2,4,6
/proc/28913/task/28975/stat : 28975 (java) S 28910 28913 24385 0 -1 1077944384 28263 12884 0 0 746 4 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867987909360 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28976] ppid=28910 vsize=10916192 memory=2436 CPUtime=8.14 cores=0,2,4,6
/proc/28913/task/28976/stat : 28976 (java) S 28910 28913 24385 0 -1 1077944384 24020 12884 0 0 801 6 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867986856816 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 56 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28977] ppid=28910 vsize=10916192 memory=758500 CPUtime=3.76 cores=0,2,4,6
/proc/28913/task/28977/stat : 28977 (java) S 28910 28913 24385 0 -1 1077944384 23042 12884 0 0 363 6 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867985803760 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 56 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28978] ppid=28910 vsize=10916192 memory=758500 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28978/stat : 28978 (java) S 28910 28913 24385 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867148077920 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28979] ppid=28910 vsize=10916192 memory=2436 CPUtime=0.27 cores=0,2,4,6
/proc/28913/task/28979/stat : 28979 (java) S 28910 28913 24385 0 -1 1077944384 694 12884 0 0 9 11 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867984751152 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
Current children cumulated CPU time: 403.63 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 758500 KiB

[startup+381.201 s]
/proc/loadavg: 1.35 1.42 1.45 3/215 28985
/proc/meminfo: memFree=19949144/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10916192 memory=758500 CPUtime=404.03 cores=0,2,4,6
/proc/28913/stat : 28913 (java) S 28910 28913 24385 0 -1 1077944320 160656 12884 0 0 40309 87 4 3 20 0 15 0 71921891 11178180608 189625 33554432000 4194304 4196468 140731319693056 140731319675600 139868663897847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
/proc/28913/statm: 2729048 189625 3529 1 0 2690701 0
[pid=28913/tid=28966] ppid=28910 vsize=10916192 memory=758500 CPUtime=377.56 cores=0,2,4,6
/proc/28913/task/28966/stat : 28966 (java) R 28910 28913 24385 0 -1 4202560 65333 12884 0 0 37724 25 4 3 20 0 15 0 71921900 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868635732272 139868258247296 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28967] ppid=28910 vsize=10916192 memory=3212 CPUtime=1.49 cores=0,2,4,6
/proc/28913/task/28967/stat : 28967 (java) S 28910 28913 24385 0 -1 1077944384 6585 12884 0 0 134 8 4 3 20 0 15 0 71921901 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868668140560 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28968] ppid=28910 vsize=10916192 memory=6791534058613427641 CPUtime=1.48 cores=0,2,4,6
/proc/28913/task/28968/stat : 28968 (java) S 28910 28913 24385 0 -1 1077944384 2559 12884 0 0 132 9 4 3 20 0 15 0 71921901 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868567030928 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28969] ppid=28910 vsize=10916192 memory=3848 CPUtime=1.47 cores=0,2,4,6
/proc/28913/task/28969/stat : 28969 (java) S 28910 28913 24385 0 -1 1077944384 2567 12884 0 0 132 8 4 3 20 0 15 0 71921901 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868565977872 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28970] ppid=28910 vsize=10916192 memory=2600 CPUtime=1.46 cores=0,2,4,6
/proc/28913/task/28970/stat : 28970 (java) S 28910 28913 24385 0 -1 1077944384 2699 12884 0 0 130 9 4 3 20 0 15 0 71921901 11178180608 189625 33554432000 4194304 4196468 140731319693056 139868564925328 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28971] ppid=28910 vsize=10916192 memory=2696 CPUtime=1.35 cores=0,2,4,6
/proc/28913/task/28971/stat : 28971 (java) S 28910 28913 24385 0 -1 1077944384 2677 12884 0 0 121 7 4 3 20 0 15 0 71921903 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867988961520 139868663908994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28972] ppid=28910 vsize=10916192 memory=4100 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28972/stat : 28972 (java) S 28910 28913 24385 0 -1 1077944384 17 12884 0 0 0 0 4 3 20 0 15 0 71921903 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867556144352 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28973] ppid=28910 vsize=10916192 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28973/stat : 28973 (java) S 28910 28913 24385 0 -1 1077944384 6 12884 0 0 0 0 4 3 20 0 15 0 71921903 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867421926144 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28974] ppid=28910 vsize=10916192 memory=3212 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28974/stat : 28974 (java) S 28910 28913 24385 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867181635536 139868663916443 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28975] ppid=28910 vsize=10916192 memory=805760 CPUtime=7.57 cores=0,2,4,6
/proc/28913/task/28975/stat : 28975 (java) S 28910 28913 24385 0 -1 1077944384 28263 12884 0 0 746 4 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867987909360 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28976] ppid=28910 vsize=10916192 memory=1408 CPUtime=8.14 cores=0,2,4,6
/proc/28913/task/28976/stat : 28976 (java) S 28910 28913 24385 0 -1 1077944384 24020 12884 0 0 801 6 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867986856816 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 56 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28977] ppid=28910 vsize=10916192 memory=3192 CPUtime=3.76 cores=0,2,4,6
/proc/28913/task/28977/stat : 28977 (java) S 28910 28913 24385 0 -1 1077944384 23042 12884 0 0 363 6 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867985803760 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 56 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28978] ppid=28910 vsize=10916192 memory=758500 CPUtime=0.07 cores=0,2,4,6
/proc/28913/task/28978/stat : 28978 (java) S 28910 28913 24385 0 -1 1077944384 3 12884 0 0 0 0 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867148077920 139868663908053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
[pid=28913/tid=28979] ppid=28910 vsize=10916192 memory=8540 CPUtime=0.27 cores=0,2,4,6
/proc/28913/task/28979/stat : 28979 (java) S 28910 28913 24385 0 -1 1077944384 694 12884 0 0 9 11 4 3 20 0 15 0 71921906 11178180608 189625 33554432000 4194304 4196468 140731319693056 139867984751152 139868663908994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24109056 140731319700078 140731319702876 140731319702876 140731319705551 0
Current children cumulated CPU time: 404.03 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 758500 KiB

[startup+381.401 s]*
/proc/loadavg: 1.35 1.42 1.45 3/202 28986
/proc/meminfo: memFree=19949176/32770624 swapFree=67108860/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): 381.415
CPU time (s): 404.274
CPU user time (s): 403.345
CPU system time (s): 0.928674
CPU usage (%): 105.993
Max. virtual memory (cumulated for all children) (KiB): 10918904
Max. memory (cumulated for all children) (KiB): 783552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 403.345
system time used= 0.928674
maximum resident set size= 785600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175354
page faults= 0
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48820
involuntary context switches= 1302


# summary of solver processes directly reported to runsolver:
#   pid: 28913
#   total CPU time (s): 404.274
#   total CPU user time (s): 403.345
#   total CPU system time (s): 0.928674

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.31315 second user time and 3.57527 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 20:33:07
IDJOB=4295353
IDBENCH=141527
IDSOLVER=2750
FILE ID=node136/4295353-1532543587
RUNJOBID= node136-1532524210-24416
PBS_JOBID= 21021596
Free space on /tmp= 55912 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Mario/Mario-n-medium-4_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295353-1532543587/watcher-4295353-1532543587 -o /tmp/evaluation-result-4295353-1532543587/solver-4295353-1532543587 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24416 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1141350757 HOME/instance-4295353-1532543587.xml

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

MD5SUM BENCH= 6d883eab13fdde7c2f2cac6b4a0af40c
RANDOM SEED=1141350757

node136.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.50
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.50
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.50
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.50
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:        20702996 kB
MemAvailable:   31145072 kB
Buffers:          218692 kB
Cached:         10454088 kB
SwapCached:            0 kB
Active:          3356668 kB
Inactive:        8155156 kB
Active(anon):     790184 kB
Inactive(anon):    76688 kB
Active(file):    2566484 kB
Inactive(file):  8078468 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26628 kB
Writeback:             0 kB
AnonPages:        846184 kB
Mapped:            52988 kB
Shmem:             25228 kB
Slab:             253200 kB
SReclaimable:     225584 kB
SUnreclaim:        27616 kB
KernelStack:        3488 kB
PageTables:         7204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1822620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    595968 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= 55888 MiB
End job on node136 at 2018-07-25 20:39:29