Trace number 4295329

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-13OPT545 13.1998 5.97893

General information on the benchmark

NameMario/
Mario-easy-4_c18.xml
MD5SUM5cffdbc8485328962942cd612d77bced
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark545
Best CPU time to get the best result obtained on this benchmark2.8312
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains29
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":3},{"size":15,"count":27}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"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.99/0.74	c Concrete v3.8.1528841891564 running
8.89/4.19	o 321
9.14/4.21	o 365
10.44/4.68	o 366
10.44/4.68	o 381
10.44/4.68	o 433
10.44/4.68	o 439
10.44/4.68	o 501
10.44/4.68	o 504
11.20/4.91	o 518
12.35/5.41	o 545
13.09/5.96	v <instantiation cost="545">
13.09/5.96	v       <list>
13.09/5.96	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] 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] 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]
13.09/5.96	v       </list>
13.09/5.96	v       <values>
13.09/5.96	v         4 0 7 8 12 14 13 6 9 2 1 11 5 10 3 111 0 136 340 281 7 180 21 115 302 4 0 255 18 189 0 0 3 58 67 5 11 46 62 27 92 0 52 60 62
13.09/5.96	v       </values>
13.09/5.96	v     </instantiation>
13.09/5.96	s OPTIMUM FOUND

Verifier Data

OK	545

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295329-1532543407/watcher-4295329-1532543407 -o /tmp/evaluation-result-4295329-1532543407/solver-4295329-1532543407 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2103038610 HOME/instance-4295329-1532543407.xml 

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

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

solver pid=28818, runsolver pid=28815

[startup+0.100138 s]*
/proc/loadavg: 1.51 1.35 1.33 3/207 28875
/proc/meminfo: memFree=17119016/32770624 swapFree=67108796/67108860
[pid=28818] ppid=28815 vsize=9972712 memory=17340 CPUtime=0.08 cores=1,3,5,7
/proc/28818/stat : 28818 (java) S 28815 28818 23703 0 -1 1077944320 4461 12864 0 0 1 0 5 2 20 0 6 0 71903831 10212057088 4335 33554432000 4194304 4196468 140731446802832 140731446785376 139980602257143 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
/proc/28818/statm: 2493178 4335 1957 1 0 2481616 0
[pid=28818/tid=28871] ppid=28815 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/28818/task/28871/stat : 28871 (java) R 28815 28818 23703 0 -1 4202560 2268 12864 0 0 1 0 5 2 20 0 6 0 71903840 10212057088 4335 33554432000 4194304 4196468 140731446802832 139980574093904 139980586337630 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28872] ppid=28815 vsize=9972712 memory=5793855435786623417 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28872/stat : 28872 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 6 0 71903841 10212057088 4335 33554432000 4194304 4196468 140731446802832 139980606499728 139980602267349 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28873] ppid=28815 vsize=9972712 memory=140184776730240 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28873/stat : 28873 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 6 0 71903841 10212057088 4335 33554432000 4194304 4196468 140731446802832 139980505389840 139980602267349 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28874] ppid=28815 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28874/stat : 28874 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 6 0 71903841 10212057088 4335 33554432000 4194304 4196468 140731446802832 139980504337552 139980602267349 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28875] ppid=28815 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28875/stat : 28875 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 6 0 71903841 10212057088 4335 33554432000 4194304 4196468 140731446802832 139980503284752 139980602267349 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17340 KiB

[startup+0.210311 s]*
/proc/loadavg: 1.51 1.35 1.33 3/216 28884
/proc/meminfo: memFree=17096976/32770624 swapFree=67108796/67108860
[pid=28818] ppid=28815 vsize=10821524 memory=47900 CPUtime=0.25 cores=1,3,5,7
/proc/28818/stat : 28818 (java) S 28815 28818 23703 0 -1 1077944320 8711 12864 0 0 17 1 5 2 20 0 15 0 71903831 11081240576 11975 33554432000 4194304 4196468 140731446802832 140731446785376 139980602257143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
/proc/28818/statm: 2705381 11975 2959 1 0 2667804 0
[pid=28818/tid=28871] ppid=28815 vsize=10818904 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/28818/task/28871/stat : 28871 (java) R 28815 28818 23703 0 -1 4202560 5272 12864 0 0 11 0 5 2 20 0 15 0 71903840 11078557696 11379 33554432000 4194304 4196468 140731446802832 139980574081952 139980594936365 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28872] ppid=28815 vsize=10818904 memory=4211973910981520778 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28872/stat : 28872 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 15 0 71903841 11078557696 11379 33554432000 4194304 4196468 140731446802832 139980606499728 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28873] ppid=28815 vsize=10818904 memory=140184776730240 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28873/stat : 28873 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903841 11078557696 11379 33554432000 4194304 4196468 140731446802832 139980505389840 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28874] ppid=28815 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28874/stat : 28874 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903841 11078557696 11379 33554432000 4194304 4196468 140731446802832 139980504337552 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28875] ppid=28815 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28875/stat : 28875 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 15 0 71903841 11078557696 11379 33554432000 4194304 4196468 140731446802832 139980503284752 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28876] ppid=28815 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28876/stat : 28876 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 15 0 71903842 11078590464 11379 33554432000 4194304 4196468 140731446802832 139979688720496 139980602268290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28877] ppid=28815 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28877/stat : 28877 (java) S 28815 28818 23703 0 -1 1077944384 33 12864 0 0 0 0 5 2 20 0 15 0 71903843 11078590464 11379 33554432000 4194304 4196468 140731446802832 139979687666464 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28878] ppid=28815 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28878/stat : 28878 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903843 11078590464 11379 33554432000 4194304 4196468 140731446802832 139979625653360 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28879] ppid=28815 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28879/stat : 28879 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 15 0 71903846 11078590464 11379 33554432000 4194304 4196468 140731446802832 139979359512656 139980602275739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28880] ppid=28815 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28818/task/28880/stat : 28880 (java) S 28815 28818 23703 0 -1 1077944384 413 12864 0 0 1 0 5 2 20 0 15 0 71903846 11078590464 11444 33554432000 4194304 4196468 140731446802832 139979654109808 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28881] ppid=28815 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28818/task/28881/stat : 28881 (java) S 28815 28818 23703 0 -1 1077944384 189 12864 0 0 1 0 5 2 20 0 15 0 71903846 11078590464 11444 33554432000 4194304 4196468 140731446802832 139979653057008 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28882] ppid=28815 vsize=10818936 memory=140184776730240 CPUtime=0.1 cores=1,3,5,7
/proc/28818/task/28882/stat : 28882 (java) S 28815 28818 23703 0 -1 1077944384 615 12864 0 0 3 0 5 2 20 0 15 0 71903846 11078590464 11444 33554432000 4194304 4196468 140731446802832 139979652004720 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28883] ppid=28815 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28883/stat : 28883 (java) S 28815 28818 23703 0 -1 1077944384 3 12864 0 0 0 0 5 2 20 0 15 0 71903846 11078590464 11510 33554432000 4194304 4196468 140731446802832 139978889751520 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28884] ppid=28815 vsize=10818936 memory=140184776730240 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28884/stat : 28884 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903846 11078590464 11510 33554432000 4194304 4196468 140731446802832 139979650951600 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 47900 KiB

[startup+0.310423 s]*
/proc/loadavg: 1.51 1.35 1.33 3/216 28884
/proc/meminfo: memFree=17083828/32770624 swapFree=67108796/67108860
[pid=28818] ppid=28815 vsize=10819352 memory=55980 CPUtime=0.38 cores=1,3,5,7
/proc/28818/stat : 28818 (java) S 28815 28818 23703 0 -1 1077944320 10586 12864 0 0 29 2 5 2 20 0 15 0 71903831 11079016448 13995 33554432000 4194304 4196468 140731446802832 140731446785376 139980602257143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
/proc/28818/statm: 2704838 13995 3078 1 0 2667149 0
[pid=28818/tid=28871] ppid=28815 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/28818/task/28871/stat : 28871 (java) R 28815 28818 23703 0 -1 4202560 7125 12864 0 0 20 1 5 2 20 0 15 0 71903840 11079016448 13995 33554432000 4194304 4196468 140731446802832 139980574069152 139980594974295 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28872] ppid=28815 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28872/stat : 28872 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 15 0 71903841 11079016448 13995 33554432000 4194304 4196468 140731446802832 139980606499728 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28873] ppid=28815 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28873/stat : 28873 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903841 11079016448 13995 33554432000 4194304 4196468 140731446802832 139980505389840 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28874] ppid=28815 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28874/stat : 28874 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903841 11079016448 13995 33554432000 4194304 4196468 140731446802832 139980504337552 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28875] ppid=28815 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28875/stat : 28875 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 15 0 71903841 11079016448 13995 33554432000 4194304 4196468 140731446802832 139980503284752 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28876] ppid=28815 vsize=10819352 memory=140184776730239 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28876/stat : 28876 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 15 0 71903842 11079016448 13995 33554432000 4194304 4196468 140731446802832 139979688720496 139980602268290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28877] ppid=28815 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28877/stat : 28877 (java) S 28815 28818 23703 0 -1 1077944384 33 12864 0 0 0 0 5 2 20 0 15 0 71903843 11079016448 13995 33554432000 4194304 4196468 140731446802832 139979687666464 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28878] ppid=28815 vsize=10819352 memory=140184776730240 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28878/stat : 28878 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903843 11079016448 13995 33554432000 4194304 4196468 140731446802832 139979625653360 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28879] ppid=28815 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28879/stat : 28879 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 15 0 71903846 11079016448 13995 33554432000 4194304 4196468 140731446802832 139979359512656 139980602275739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28880] ppid=28815 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28818/task/28880/stat : 28880 (java) S 28815 28818 23703 0 -1 1077944384 415 12864 0 0 1 0 5 2 20 0 15 0 71903846 11079016448 13995 33554432000 4194304 4196468 140731446802832 139979654109808 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28881] ppid=28815 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28818/task/28881/stat : 28881 (java) S 28815 28818 23703 0 -1 1077944384 189 12864 0 0 1 0 5 2 20 0 15 0 71903846 11079016448 13995 33554432000 4194304 4196468 140731446802832 139979653057008 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28882] ppid=28815 vsize=10819352 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/28818/task/28882/stat : 28882 (java) R 28815 28818 23703 0 -1 4202560 622 12864 0 0 4 0 5 2 20 0 15 0 71903846 11079016448 13995 33554432000 4194304 4196468 140731446802832 139979652004720 139980582228328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28883] ppid=28815 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28883/stat : 28883 (java) S 28815 28818 23703 0 -1 1077944384 3 12864 0 0 0 0 5 2 20 0 15 0 71903846 11079016448 13995 33554432000 4194304 4196468 140731446802832 139978889751520 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28884] ppid=28815 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28884/stat : 28884 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903846 11079016448 13995 33554432000 4194304 4196468 140731446802832 139979650951600 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55980 KiB

[startup+0.700789 s]
/proc/loadavg: 1.46 1.35 1.33 3/216 28884
/proc/meminfo: memFree=17074452/32770624 swapFree=67108796/67108860
[pid=28818] ppid=28815 vsize=10819352 memory=88372 CPUtime=0.99 cores=1,3,5,7
/proc/28818/stat : 28818 (java) S 28815 28818 23703 0 -1 1077944320 16796 12864 0 0 88 4 5 2 20 0 15 0 71903831 11079016448 22093 33554432000 4194304 4196468 140731446802832 140731446785376 139980602257143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
/proc/28818/statm: 2704838 22093 3238 1 0 2667149 0
[pid=28818/tid=28871] ppid=28815 vsize=10819352 memory=21524 CPUtime=0.65 cores=1,3,5,7
/proc/28818/task/28871/stat : 28871 (java) R 28815 28818 23703 0 -1 4202560 12285 12864 0 0 56 2 5 2 20 0 15 0 71903840 11079016448 22093 33554432000 4194304 4196468 140731446802832 139980574077968 139980586337630 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28872] ppid=28815 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28872/stat : 28872 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 15 0 71903841 11079016448 22093 33554432000 4194304 4196468 140731446802832 139980606499728 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28873] ppid=28815 vsize=10819352 memory=288230583132496621 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28873/stat : 28873 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903841 11079016448 22093 33554432000 4194304 4196468 140731446802832 139980505389840 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28874] ppid=28815 vsize=10819352 memory=15823278816102057 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28874/stat : 28874 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903841 11079016448 22093 33554432000 4194304 4196468 140731446802832 139980504337552 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28875] ppid=28815 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28875/stat : 28875 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 15 0 71903841 11079016448 22093 33554432000 4194304 4196468 140731446802832 139980503284752 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28876] ppid=28815 vsize=10819352 memory=140184645837312 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28876/stat : 28876 (java) S 28815 28818 23703 0 -1 1077944384 5 12864 0 0 0 0 5 2 20 0 15 0 71903842 11079016448 22093 33554432000 4194304 4196468 140731446802832 139979688720496 139980602268290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28877] ppid=28815 vsize=10819352 memory=140187732542440 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28877/stat : 28877 (java) S 28815 28818 23703 0 -1 1077944384 33 12864 0 0 0 0 5 2 20 0 15 0 71903843 11079016448 22093 33554432000 4194304 4196468 140731446802832 139979687666464 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28878] ppid=28815 vsize=10819352 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28878/stat : 28878 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903843 11079016448 22093 33554432000 4194304 4196468 140731446802832 139979625653360 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28879] ppid=28815 vsize=10819352 memory=7305218370954486355 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28879/stat : 28879 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 15 0 71903846 11079016448 22093 33554432000 4194304 4196468 140731446802832 139979359512656 139980602275739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28880] ppid=28815 vsize=10819352 memory=7733916894068367721 CPUtime=0.16 cores=1,3,5,7
/proc/28818/task/28880/stat : 28880 (java) S 28815 28818 23703 0 -1 1077944384 980 12864 0 0 9 0 5 2 20 0 15 0 71903846 11079016448 22093 33554432000 4194304 4196468 140731446802832 139979654109808 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28881] ppid=28815 vsize=10819352 memory=6154282490091891024 CPUtime=0.15 cores=1,3,5,7
/proc/28818/task/28881/stat : 28881 (java) S 28815 28818 23703 0 -1 1077944384 588 12864 0 0 8 0 5 2 20 0 15 0 71903846 11079016448 22093 33554432000 4194304 4196468 140731446802832 139979653057008 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28882] ppid=28815 vsize=10819352 memory=5450916479948256810 CPUtime=0.2 cores=1,3,5,7
/proc/28818/task/28882/stat : 28882 (java) S 28815 28818 23703 0 -1 1077944384 704 12864 0 0 13 0 5 2 20 0 15 0 71903846 11079016448 22093 33554432000 4194304 4196468 140731446802832 139979652004720 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28883] ppid=28815 vsize=10819352 memory=-8033973737701895300 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28883/stat : 28883 (java) S 28815 28818 23703 0 -1 1077944384 3 12864 0 0 0 0 5 2 20 0 15 0 71903846 11079016448 22093 33554432000 4194304 4196468 140731446802832 139978889751520 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28884] ppid=28815 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28884/stat : 28884 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903846 11079016448 22093 33554432000 4194304 4196468 140731446802832 139979650951600 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88372 KiB

[startup+1.50117 s]
/proc/loadavg: 1.46 1.35 1.33 3/216 28884
/proc/meminfo: memFree=17028120/32770624 swapFree=67108796/67108860
[pid=28818] ppid=28815 vsize=10834252 memory=179536 CPUtime=2.28 cores=1,3,5,7
/proc/28818/stat : 28818 (java) S 28815 28818 23703 0 -1 1077944320 24463 12864 0 0 212 9 5 2 20 0 15 0 71903831 11094274048 44884 33554432000 4194304 4196468 140731446802832 140731446785376 139980602257143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
/proc/28818/statm: 2708563 44884 3469 1 0 2670221 0
[pid=28818/tid=28871] ppid=28815 vsize=10834252 memory=163912 CPUtime=1.42 cores=1,3,5,7
/proc/28818/task/28871/stat : 28871 (java) R 28815 28818 23703 0 -1 4202560 18118 12864 0 0 130 5 5 2 20 0 15 0 71903840 11094274048 44884 33554432000 4194304 4196468 140731446802832 139980574064328 139980587937268 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28872] ppid=28815 vsize=10834252 memory=-3117775541953847907 CPUtime=0.08 cores=1,3,5,7
/proc/28818/task/28872/stat : 28872 (java) S 28815 28818 23703 0 -1 1077944384 33 12864 0 0 1 0 5 2 20 0 15 0 71903841 11094274048 44884 33554432000 4194304 4196468 140731446802832 139980606499728 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28873] ppid=28815 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28818/task/28873/stat : 28873 (java) S 28815 28818 23703 0 -1 1077944384 195 12864 0 0 1 0 5 2 20 0 15 0 71903841 11094274048 44884 33554432000 4194304 4196468 140731446802832 139980505389840 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28874] ppid=28815 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28818/task/28874/stat : 28874 (java) S 28815 28818 23703 0 -1 1077944384 50 12864 0 0 1 0 5 2 20 0 15 0 71903841 11094274048 44884 33554432000 4194304 4196468 140731446802832 139980504337552 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28875] ppid=28815 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28875/stat : 28875 (java) S 28815 28818 23703 0 -1 1077944384 30 12864 0 0 0 0 5 2 20 0 15 0 71903841 11094274048 44884 33554432000 4194304 4196468 140731446802832 139980503284752 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28876] ppid=28815 vsize=10834252 memory=264206121248491 CPUtime=0.08 cores=1,3,5,7
/proc/28818/task/28876/stat : 28876 (java) S 28815 28818 23703 0 -1 1077944384 168 12864 0 0 1 0 5 2 20 0 15 0 71903842 11094274048 44884 33554432000 4194304 4196468 140731446802832 139979688720496 139980602268290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28877] ppid=28815 vsize=10834252 memory=297290490211296509 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28877/stat : 28877 (java) S 28815 28818 23703 0 -1 1077944384 34 12864 0 0 0 0 5 2 20 0 15 0 71903843 11094274048 44884 33554432000 4194304 4196468 140731446802832 139979687666528 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28878] ppid=28815 vsize=10834252 memory=4638778424102965584 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28878/stat : 28878 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903843 11094274048 44884 33554432000 4194304 4196468 140731446802832 139979625653376 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28879] ppid=28815 vsize=10834252 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28879/stat : 28879 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 15 0 71903846 11094274048 44884 33554432000 4194304 4196468 140731446802832 139979359512656 139980602275739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28880] ppid=28815 vsize=10834252 memory=280369291067632 CPUtime=0.32 cores=1,3,5,7
/proc/28818/task/28880/stat : 28880 (java) S 28815 28818 23703 0 -1 1077944384 1513 12864 0 0 25 0 5 2 20 0 15 0 71903846 11094274048 44884 33554432000 4194304 4196468 140731446802832 139979654109808 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28881] ppid=28815 vsize=10834252 memory=6935649255759568960 CPUtime=0.23 cores=1,3,5,7
/proc/28818/task/28881/stat : 28881 (java) S 28815 28818 23703 0 -1 1077944384 726 12864 0 0 16 0 5 2 20 0 15 0 71903846 11094274048 44884 33554432000 4194304 4196468 140731446802832 139979653057008 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28882] ppid=28815 vsize=10834252 memory=-6293880016585516904 CPUtime=0.39 cores=1,3,5,7
/proc/28818/task/28882/stat : 28882 (java) S 28815 28818 23703 0 -1 1077944384 1401 12864 0 0 32 0 5 2 20 0 15 0 71903846 11094274048 44884 33554432000 4194304 4196468 140731446802832 139979652004720 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28883] ppid=28815 vsize=10834252 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28883/stat : 28883 (java) S 28815 28818 23703 0 -1 1077944384 3 12864 0 0 0 0 5 2 20 0 15 0 71903846 11094274048 44884 33554432000 4194304 4196468 140731446802832 139978889751520 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28884] ppid=28815 vsize=10834252 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28884/stat : 28884 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903846 11094274048 44884 33554432000 4194304 4196468 140731446802832 139979650951600 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10834252 KiB

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

[pid=28818/tid=28883] ppid=28815 vsize=10848608 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28883/stat : 28883 (java) S 28815 28818 23703 0 -1 1077944384 3 12864 0 0 0 0 5 2 20 0 15 0 71903846 11108974592 66598 33554432000 4194304 4196468 140731446802832 139978889751520 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28884] ppid=28815 vsize=10848608 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28884/stat : 28884 (java) S 28815 28818 23703 0 -1 1077944384 3 12864 0 0 0 0 5 2 20 0 15 0 71903846 11108974592 66598 33554432000 4194304 4196468 140731446802832 139979650951600 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
Current children cumulated CPU time: 6.08 s
Current children cumulated vsize: 10848608 KiB
Current children cumulated memory: 266392 KiB

[startup+4.80264 s]
/proc/loadavg: 1.46 1.35 1.33 6/216 28884
/proc/meminfo: memFree=16824648/32770624 swapFree=67108796/67108860
[pid=28818] ppid=28815 vsize=10916192 memory=384780 CPUtime=11 cores=1,3,5,7
/proc/28818/stat : 28818 (java) S 28815 28818 23703 0 -1 1077944320 75434 12864 0 0 1072 21 5 2 20 0 15 0 71903831 11178180608 96195 33554432000 4194304 4196468 140731446802832 140731446785376 139980602257143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
/proc/28818/statm: 2729048 96195 3503 1 0 2690701 0
[pid=28818/tid=28871] ppid=28815 vsize=10916192 memory=1 CPUtime=4.65 cores=1,3,5,7
/proc/28818/task/28871/stat : 28871 (java) R 28815 28818 23703 0 -1 4202560 46821 12864 0 0 447 11 5 2 20 0 15 0 71903840 11178180608 96195 33554432000 4194304 4196468 140731446802832 139980574087328 139980196628967 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28872] ppid=28815 vsize=10916192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28818/task/28872/stat : 28872 (java) S 28815 28818 23703 0 -1 1077944384 62 12864 0 0 2 0 5 2 20 0 15 0 71903841 11178180608 96195 33554432000 4194304 4196468 140731446802832 139980606499728 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28873] ppid=28815 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28818/task/28873/stat : 28873 (java) S 28815 28818 23703 0 -1 1077944384 233 12864 0 0 3 0 5 2 20 0 15 0 71903841 11178180608 96195 33554432000 4194304 4196468 140731446802832 139980505389840 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28874] ppid=28815 vsize=10916192 memory=14 CPUtime=0.1 cores=1,3,5,7
/proc/28818/task/28874/stat : 28874 (java) S 28815 28818 23703 0 -1 1077944384 237 12864 0 0 3 0 5 2 20 0 15 0 71903841 11178180608 96195 33554432000 4194304 4196468 140731446802832 139980504337552 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28875] ppid=28815 vsize=10916192 memory=222180 CPUtime=0.09 cores=1,3,5,7
/proc/28818/task/28875/stat : 28875 (java) S 28815 28818 23703 0 -1 1077944384 62 12864 0 0 2 0 5 2 20 0 15 0 71903841 11178180608 96195 33554432000 4194304 4196468 140731446802832 139980503284752 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28876] ppid=28815 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28818/task/28876/stat : 28876 (java) S 28815 28818 23703 0 -1 1077944384 1612 12864 0 0 3 0 5 2 20 0 15 0 71903842 11178180608 96195 33554432000 4194304 4196468 140731446802832 139979688720496 139980602268290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28877] ppid=28815 vsize=10916192 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28877/stat : 28877 (java) S 28815 28818 23703 0 -1 1077944384 39 12864 0 0 0 0 5 2 20 0 15 0 71903843 11178180608 96195 33554432000 4194304 4196468 140731446802832 139979687666592 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28878] ppid=28815 vsize=10916192 memory=288230604624101685 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28878/stat : 28878 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903843 11178180608 96195 33554432000 4194304 4196468 140731446802832 139979625653376 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28879] ppid=28815 vsize=10916192 memory=14417003460954513 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28879/stat : 28879 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 15 0 71903846 11178180608 96195 33554432000 4194304 4196468 140731446802832 139979359512656 139980602275739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28880] ppid=28815 vsize=10916192 memory=2709 CPUtime=2.36 cores=1,3,5,7
/proc/28818/task/28880/stat : 28880 (java) S 28815 28818 23703 0 -1 1077944384 6313 12864 0 0 228 1 5 2 20 0 15 0 71903846 11178180608 96195 33554432000 4194304 4196468 140731446802832 139979654109808 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28881] ppid=28815 vsize=10916192 memory=2721 CPUtime=2.3 cores=1,3,5,7
/proc/28818/task/28881/stat : 28881 (java) R 28815 28818 23703 0 -1 4202560 12771 12864 0 0 221 2 5 2 20 0 15 0 71903846 11178180608 96195 33554432000 4194304 4196468 140731446802832 139979653041520 139980586647286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28882] ppid=28815 vsize=10916192 memory=6872598998417432672 CPUtime=1.66 cores=1,3,5,7
/proc/28818/task/28882/stat : 28882 (java) S 28815 28818 23703 0 -1 1077944384 5080 12864 0 0 157 2 5 2 20 0 15 0 71903846 11178180608 96195 33554432000 4194304 4196468 140731446802832 139979652004720 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28883] ppid=28815 vsize=10916192 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28883/stat : 28883 (java) S 28815 28818 23703 0 -1 1077944384 3 12864 0 0 0 0 5 2 20 0 15 0 71903846 11178180608 96195 33554432000 4194304 4196468 140731446802832 139978889751520 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28884] ppid=28815 vsize=10916192 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28884/stat : 28884 (java) S 28815 28818 23703 0 -1 1077944384 10 12864 0 0 0 0 5 2 20 0 15 0 71903846 11178180608 96195 33554432000 4194304 4196468 140731446802832 139979650951600 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
Current children cumulated CPU time: 11 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 384780 KiB

[startup+5.6007 s]
/proc/loadavg: 1.46 1.35 1.33 4/216 28884
/proc/meminfo: memFree=16755716/32770624 swapFree=67108796/67108860
[pid=28818] ppid=28815 vsize=10916192 memory=398100 CPUtime=12.71 cores=1,3,5,7
/proc/28818/stat : 28818 (java) S 28815 28818 23703 0 -1 1077944320 81904 12864 0 0 1242 22 5 2 20 0 15 0 71903831 11178180608 99525 33554432000 4194304 4196468 140731446802832 140731446785376 139980602257143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
/proc/28818/statm: 2729048 99525 3514 1 0 2690701 0
[pid=28818/tid=28871] ppid=28815 vsize=10916192 memory=21524 CPUtime=5.45 cores=1,3,5,7
/proc/28818/task/28871/stat : 28871 (java) R 28815 28818 23703 0 -1 4202560 47630 12864 0 0 526 12 5 2 20 0 15 0 71903840 11178180608 99525 33554432000 4194304 4196468 140731446802832 139980574089880 139980189395857 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28872] ppid=28815 vsize=10916192 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/28818/task/28872/stat : 28872 (java) S 28815 28818 23703 0 -1 1077944384 145 12864 0 0 3 0 5 2 20 0 15 0 71903841 11178180608 99525 33554432000 4194304 4196468 140731446802832 139980606499728 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28873] ppid=28815 vsize=10916192 memory=17504 CPUtime=0.1 cores=1,3,5,7
/proc/28818/task/28873/stat : 28873 (java) S 28815 28818 23703 0 -1 1077944384 297 12864 0 0 3 0 5 2 20 0 15 0 71903841 11178180608 99525 33554432000 4194304 4196468 140731446802832 139980505389840 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28874] ppid=28815 vsize=10916192 memory=17804 CPUtime=0.1 cores=1,3,5,7
/proc/28818/task/28874/stat : 28874 (java) S 28815 28818 23703 0 -1 1077944384 970 12864 0 0 3 0 5 2 20 0 15 0 71903841 11178180608 99525 33554432000 4194304 4196468 140731446802832 139980504337552 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28875] ppid=28815 vsize=10916192 memory=4016 CPUtime=0.09 cores=1,3,5,7
/proc/28818/task/28875/stat : 28875 (java) S 28815 28818 23703 0 -1 1077944384 62 12864 0 0 2 0 5 2 20 0 15 0 71903841 11178180608 99525 33554432000 4194304 4196468 140731446802832 139980503284752 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28876] ppid=28815 vsize=10916192 memory=644 CPUtime=0.11 cores=1,3,5,7
/proc/28818/task/28876/stat : 28876 (java) S 28815 28818 23703 0 -1 1077944384 1616 12864 0 0 4 0 5 2 20 0 15 0 71903842 11178180608 99525 33554432000 4194304 4196468 140731446802832 139979688720496 139980602268290 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28877] ppid=28815 vsize=10916192 memory=1676 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28877/stat : 28877 (java) S 28815 28818 23703 0 -1 1077944384 39 12864 0 0 0 0 5 2 20 0 15 0 71903843 11178180608 99525 33554432000 4194304 4196468 140731446802832 139979687666592 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28878] ppid=28815 vsize=10916192 memory=960 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28878/stat : 28878 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903843 11178180608 99525 33554432000 4194304 4196468 140731446802832 139979625653376 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28879] ppid=28815 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28879/stat : 28879 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 15 0 71903846 11178180608 99525 33554432000 4194304 4196468 140731446802832 139979359512656 139980602275739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28880] ppid=28815 vsize=10916192 memory=280369291750624 CPUtime=2.79 cores=1,3,5,7
/proc/28818/task/28880/stat : 28880 (java) S 28815 28818 23703 0 -1 1077944384 8469 12864 0 0 271 1 5 2 20 0 15 0 71903846 11178180608 99525 33554432000 4194304 4196468 140731446802832 139979654109808 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28881] ppid=28815 vsize=10916192 memory=3184238104721873104 CPUtime=2.72 cores=1,3,5,7
/proc/28818/task/28881/stat : 28881 (java) S 28815 28818 23703 0 -1 1077944384 14348 12864 0 0 263 2 5 2 20 0 15 0 71903846 11178180608 99525 33554432000 4194304 4196468 140731446802832 139979653057008 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28882] ppid=28815 vsize=10916192 memory=0 CPUtime=1.71 cores=1,3,5,7
/proc/28818/task/28882/stat : 28882 (java) S 28815 28818 23703 0 -1 1077944384 5402 12864 0 0 162 2 5 2 20 0 15 0 71903846 11178180608 99525 33554432000 4194304 4196468 140731446802832 139979652004720 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28883] ppid=28815 vsize=10916192 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28883/stat : 28883 (java) S 28815 28818 23703 0 -1 1077944384 3 12864 0 0 0 0 5 2 20 0 15 0 71903846 11178180608 99525 33554432000 4194304 4196468 140731446802832 139978889751520 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28884] ppid=28815 vsize=10916192 memory=-8096454439705354400 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28884/stat : 28884 (java) S 28815 28818 23703 0 -1 1077944384 732 12864 0 0 0 0 5 2 20 0 15 0 71903846 11178180608 99525 33554432000 4194304 4196468 140731446802832 139979650951600 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
Current children cumulated CPU time: 12.71 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 398100 KiB

[startup+5.80618 s]
/proc/loadavg: 1.46 1.35 1.33 4/216 28884
/proc/meminfo: memFree=16755716/32770624 swapFree=67108796/67108860
[pid=28818] ppid=28815 vsize=10916192 memory=398164 CPUtime=12.98 cores=1,3,5,7
/proc/28818/stat : 28818 (java) S 28815 28818 23703 0 -1 1077944320 82376 12864 0 0 1268 23 5 2 20 0 15 0 71903831 11178180608 99541 33554432000 4194304 4196468 140731446802832 140731446785376 139980602257143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
/proc/28818/statm: 2729048 99541 3514 1 0 2690701 0
[pid=28818/tid=28871] ppid=28815 vsize=10916192 memory=6791534058613427641 CPUtime=5.65 cores=1,3,5,7
/proc/28818/task/28871/stat : 28871 (java) R 28815 28818 23703 0 -1 4202560 47821 12864 0 0 546 12 5 2 20 0 15 0 71903840 11178180608 99541 33554432000 4194304 4196468 140731446802832 139980574090552 139980194062343 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28872] ppid=28815 vsize=10916192 memory=1040 CPUtime=0.1 cores=1,3,5,7
/proc/28818/task/28872/stat : 28872 (java) S 28815 28818 23703 0 -1 1077944384 155 12864 0 0 3 0 5 2 20 0 15 0 71903841 11178180608 99541 33554432000 4194304 4196468 140731446802832 139980606499728 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28873] ppid=28815 vsize=10916192 memory=1628 CPUtime=0.1 cores=1,3,5,7
/proc/28818/task/28873/stat : 28873 (java) S 28815 28818 23703 0 -1 1077944384 308 12864 0 0 3 0 5 2 20 0 15 0 71903841 11178180608 99541 33554432000 4194304 4196468 140731446802832 139980505389840 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28874] ppid=28815 vsize=10916192 memory=8876 CPUtime=0.1 cores=1,3,5,7
/proc/28818/task/28874/stat : 28874 (java) S 28815 28818 23703 0 -1 1077944384 1041 12864 0 0 3 0 5 2 20 0 15 0 71903841 11178180608 99541 33554432000 4194304 4196468 140731446802832 139980504337552 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28875] ppid=28815 vsize=10916192 memory=1120 CPUtime=0.09 cores=1,3,5,7
/proc/28818/task/28875/stat : 28875 (java) S 28815 28818 23703 0 -1 1077944384 63 12864 0 0 2 0 5 2 20 0 15 0 71903841 11178180608 99541 33554432000 4194304 4196468 140731446802832 139980503284752 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28876] ppid=28815 vsize=10916192 memory=792 CPUtime=0.11 cores=1,3,5,7
/proc/28818/task/28876/stat : 28876 (java) S 28815 28818 23703 0 -1 1077944384 1641 12864 0 0 4 0 5 2 20 0 15 0 71903842 11178180608 99541 33554432000 4194304 4196468 140731446802832 139979688720496 139980602268290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28877] ppid=28815 vsize=10916192 memory=832 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28877/stat : 28877 (java) S 28815 28818 23703 0 -1 1077944384 39 12864 0 0 0 0 5 2 20 0 15 0 71903843 11178180608 99541 33554432000 4194304 4196468 140731446802832 139979687666592 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28878] ppid=28815 vsize=10916192 memory=1600 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28878/stat : 28878 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903843 11178180608 99541 33554432000 4194304 4196468 140731446802832 139979625653376 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28879] ppid=28815 vsize=10916192 memory=5024 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28879/stat : 28879 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 15 0 71903846 11178180608 99541 33554432000 4194304 4196468 140731446802832 139979359512656 139980602275739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28880] ppid=28815 vsize=10916192 memory=4032 CPUtime=2.83 cores=1,3,5,7
/proc/28818/task/28880/stat : 28880 (java) S 28815 28818 23703 0 -1 1077944384 8544 12864 0 0 274 2 5 2 20 0 15 0 71903846 11178180608 99541 33554432000 4194304 4196468 140731446802832 139979654109808 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28881] ppid=28815 vsize=10916192 memory=1284 CPUtime=2.74 cores=1,3,5,7
/proc/28818/task/28881/stat : 28881 (java) S 28815 28818 23703 0 -1 1077944384 14424 12864 0 0 265 2 5 2 20 0 15 0 71903846 11178180608 99541 33554432000 4194304 4196468 140731446802832 139979653057008 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28882] ppid=28815 vsize=10916192 memory=1088 CPUtime=1.71 cores=1,3,5,7
/proc/28818/task/28882/stat : 28882 (java) S 28815 28818 23703 0 -1 1077944384 5414 12864 0 0 162 2 5 2 20 0 15 0 71903846 11178180608 99541 33554432000 4194304 4196468 140731446802832 139979652004720 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28883] ppid=28815 vsize=10916192 memory=1796 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28883/stat : 28883 (java) S 28815 28818 23703 0 -1 1077944384 3 12864 0 0 0 0 5 2 20 0 15 0 71903846 11178180608 99541 33554432000 4194304 4196468 140731446802832 139978889751520 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28884] ppid=28815 vsize=10916192 memory=7012 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28884/stat : 28884 (java) S 28815 28818 23703 0 -1 1077944384 732 12864 0 0 0 0 5 2 20 0 15 0 71903846 11178180608 99541 33554432000 4194304 4196468 140731446802832 139979650951600 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
Current children cumulated CPU time: 12.98 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 398164 KiB

[startup+5.90117 s]
/proc/loadavg: 1.46 1.35 1.33 4/216 28884
/proc/meminfo: memFree=16755716/32770624 swapFree=67108796/67108860
[pid=28818] ppid=28815 vsize=10916192 memory=398164 CPUtime=13.09 cores=1,3,5,7
/proc/28818/stat : 28818 (java) S 28815 28818 23703 0 -1 1077944320 82453 12864 0 0 1279 23 5 2 20 0 15 0 71903831 11178180608 99541 33554432000 4194304 4196468 140731446802832 140731446785376 139980602257143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
/proc/28818/statm: 2729048 99541 3514 1 0 2690701 0
[pid=28818/tid=28871] ppid=28815 vsize=10916192 memory=389888 CPUtime=5.75 cores=1,3,5,7
/proc/28818/task/28871/stat : 28871 (java) R 28815 28818 23703 0 -1 4202560 47838 12864 0 0 556 12 5 2 20 0 15 0 71903840 11178180608 99541 33554432000 4194304 4196468 140731446802832 139980574090392 139980185871003 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28872] ppid=28815 vsize=10916192 memory=398112 CPUtime=0.1 cores=1,3,5,7
/proc/28818/task/28872/stat : 28872 (java) S 28815 28818 23703 0 -1 1077944384 155 12864 0 0 3 0 5 2 20 0 15 0 71903841 11178180608 99541 33554432000 4194304 4196468 140731446802832 139980606499728 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28873] ppid=28815 vsize=10916192 memory=315680 CPUtime=0.1 cores=1,3,5,7
/proc/28818/task/28873/stat : 28873 (java) S 28815 28818 23703 0 -1 1077944384 308 12864 0 0 3 0 5 2 20 0 15 0 71903841 11178180608 99541 33554432000 4194304 4196468 140731446802832 139980505389840 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28874] ppid=28815 vsize=10916192 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/28818/task/28874/stat : 28874 (java) S 28815 28818 23703 0 -1 1077944384 1041 12864 0 0 3 0 5 2 20 0 15 0 71903841 11178180608 99541 33554432000 4194304 4196468 140731446802832 139980504337552 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28875] ppid=28815 vsize=10916192 memory=2 CPUtime=0.09 cores=1,3,5,7
/proc/28818/task/28875/stat : 28875 (java) S 28815 28818 23703 0 -1 1077944384 63 12864 0 0 2 0 5 2 20 0 15 0 71903841 11178180608 99541 33554432000 4194304 4196468 140731446802832 139980503284752 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28876] ppid=28815 vsize=10916192 memory=1 CPUtime=0.11 cores=1,3,5,7
/proc/28818/task/28876/stat : 28876 (java) S 28815 28818 23703 0 -1 1077944384 1641 12864 0 0 4 0 5 2 20 0 15 0 71903842 11178180608 99541 33554432000 4194304 4196468 140731446802832 139979688720496 139980602268290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28877] ppid=28815 vsize=10916192 memory=7976406965554101975 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28877/stat : 28877 (java) S 28815 28818 23703 0 -1 1077944384 39 12864 0 0 0 0 5 2 20 0 15 0 71903843 11178180608 99541 33554432000 4194304 4196468 140731446802832 139979687666592 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28878] ppid=28815 vsize=10916192 memory=-7610691598767857562 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28878/stat : 28878 (java) S 28815 28818 23703 0 -1 1077944384 1 12864 0 0 0 0 5 2 20 0 15 0 71903843 11178180608 99541 33554432000 4194304 4196468 140731446802832 139979625653376 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28879] ppid=28815 vsize=10916192 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28879/stat : 28879 (java) S 28815 28818 23703 0 -1 1077944384 2 12864 0 0 0 0 5 2 20 0 15 0 71903846 11178180608 99541 33554432000 4194304 4196468 140731446802832 139979359512656 139980602275739 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28880] ppid=28815 vsize=10916192 memory=140184645538417 CPUtime=2.84 cores=1,3,5,7
/proc/28818/task/28880/stat : 28880 (java) S 28815 28818 23703 0 -1 1077944384 8564 12864 0 0 275 2 5 2 20 0 15 0 71903846 11178180608 99541 33554432000 4194304 4196468 140731446802832 139979654109808 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28881] ppid=28815 vsize=10916192 memory=197476 CPUtime=2.75 cores=1,3,5,7
/proc/28818/task/28881/stat : 28881 (java) S 28815 28818 23703 0 -1 1077944384 14456 12864 0 0 266 2 5 2 20 0 15 0 71903846 11178180608 99541 33554432000 4194304 4196468 140731446802832 139979653057008 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28882] ppid=28815 vsize=10916192 memory=3212 CPUtime=1.71 cores=1,3,5,7
/proc/28818/task/28882/stat : 28882 (java) S 28815 28818 23703 0 -1 1077944384 5422 12864 0 0 162 2 5 2 20 0 15 0 71903846 11178180608 99541 33554432000 4194304 4196468 140731446802832 139979652004720 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28883] ppid=28815 vsize=10916192 memory=515064 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28883/stat : 28883 (java) S 28815 28818 23703 0 -1 1077944384 3 12864 0 0 0 0 5 2 20 0 15 0 71903846 11178180608 99541 33554432000 4194304 4196468 140731446802832 139978889751520 139980602267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
[pid=28818/tid=28884] ppid=28815 vsize=10916192 memory=1404 CPUtime=0.07 cores=1,3,5,7
/proc/28818/task/28884/stat : 28884 (java) S 28815 28818 23703 0 -1 1077944384 732 12864 0 0 0 0 5 2 20 0 15 0 71903846 11178180608 99541 33554432000 4194304 4196468 140731446802832 139979650951600 139980602268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140731446811246 140731446814044 140731446814044 140731446816719 0
Current children cumulated CPU time: 13.09 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 398164 KiB

Child status: 0
Real time (s): 5.97893
CPU time (s): 13.1998
CPU user time (s): 12.9215
CPU system time (s): 0.278256
CPU usage (%): 220.771
Max. virtual memory (cumulated for all children) (KiB): 10919012
Max. memory (cumulated for all children) (KiB): 398164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.9215
system time used= 0.278256
maximum resident set size= 400304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95831
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7424
involuntary context switches= 71


# summary of solver processes directly reported to runsolver:
#   pid: 28818
#   total CPU time (s): 13.1998
#   total CPU user time (s): 12.9215
#   total CPU system time (s): 0.278256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063218 second user time and 0.091768 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 20:30:07
IDJOB=4295329
IDBENCH=141521
IDSOLVER=2750
FILE ID=node138/4295329-1532543407
RUNJOBID= node138-1532523045-23735
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Mario/Mario-easy-4_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295329-1532543407/watcher-4295329-1532543407 -o /tmp/evaluation-result-4295329-1532543407/solver-4295329-1532543407 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2103038610 HOME/instance-4295329-1532543407.xml

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

MD5SUM BENCH= 5cffdbc8485328962942cd612d77bced
RANDOM SEED=2103038610

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:        17128224 kB
MemAvailable:   31422396 kB
Buffers:          169612 kB
Cached:         14270500 kB
SwapCached:           44 kB
Active:          2893024 kB
Inactive:       12108840 kB
Active(anon):     512432 kB
Inactive(anon):    77312 kB
Active(file):    2380592 kB
Inactive(file): 12031528 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26564 kB
Writeback:             0 kB
AnonPages:        591840 kB
Mapped:            47960 kB
Shmem:             25164 kB
Slab:             339024 kB
SReclaimable:     310512 kB
SUnreclaim:        28512 kB
KernelStack:        3808 kB
PageTables:         6368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1523920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 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 20:30:13