Trace number 4396150

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2OPT771 1192.21 1160.2

General information on the benchmark

NameMario/Mario-zinc-s1/
Mario-n-medium-5.xml
MD5SUM36a1aa2a38358c951443c34d8d302d49
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark771
Best CPU time to get the best result obtained on this benchmark74.6579
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains56
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":29,"count":5},{"size":30,"count":55}]
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.79/0.55	c Concrete v3.12.2.1568380929293 running
13.13/4.92	o 452
13.13/4.92	o 455
13.13/4.96	o 510
13.81/5.12	o 597
20.50/8.78	o 607
21.93/9.50	o 624
22.38/9.87	o 647
22.72/10.08	o 660
27.27/13.65	o 725
30.04/16.07	o 730
30.04/16.08	o 745
30.15/16.11	o 749
32.82/18.59	o 752
80.19/64.43	o 769
308.41/289.60	o 771
1192.10/1160.18	v <instantiation
1192.10/1160.18	v         cost = '771'>
1192.10/1160.18	v       <list>
1192.10/1160.18	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]
1192.10/1160.18	v       </list>
1192.10/1160.18	v       <values>
1192.10/1160.18	v         2 0 23 6 4 5 18 15 8 29 11 26 12 10 14 20 1 17 7 13 27 21 22 19 24 25 9 16 28 3 46 0 180 194 0 0 273 574 0 1 58 26 0 43 0 45 178 0 41 40 73 0 0 1 0 0 70 61 0 89 0 0 74 24 0 0 54 91 0 21 31 3 0 60 0 90 78 0 17 17 8 0 0 56 0 0 80 47 0 20
1192.10/1160.18	v       </values>
1192.10/1160.18	v     </instantiation>
1192.10/1160.18	s OPTIMUM FOUND

Verifier Data

OK	771

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396150-1568404125/watcher-4396150-1568404125 -o /tmp/evaluation-result-4396150-1568404125/solver-4396150-1568404125 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568402531-32745 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1563323904 HOME/instance-4396150-1568404125.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=961, runsolver pid=958

[startup+0.100156 s]*
/proc/loadavg: 2.23 1.68 1.50 3/216 1020
/proc/meminfo: memFree=28307044/32770624 swapFree=66932076/67108860
[pid=961] ppid=958 vsize=9972712 memory=16548 CPUtime=0.09 cores=1,3,5,7
/proc/961/stat : 961 (java) S 958 961 32713 0 -1 1077944320 4386 13413 0 0 0 1 5 3 20 0 6 0 416680328 10212057088 4137 33554432000 4194304 4196468 140727438079056 140727438061600 140462287228663 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
/proc/961/statm: 2493178 4137 1933 1 0 2481616 0
[pid=961/tid=1016] ppid=958 vsize=9972712 memory=4426078206164241782 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1016/stat : 1016 (java) R 958 961 32713 0 -1 4202560 2312 13413 0 0 0 0 5 3 20 0 6 0 416680337 10212057088 4269 33554432000 4194304 4196468 140727438079056 140462259065424 140462271309150 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1017] ppid=958 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1017/stat : 1017 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 6 0 416680337 10212057088 4269 33554432000 4194304 4196468 140727438079056 140462291471376 140462287238869 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1018] ppid=958 vsize=9972712 memory=140374415308416 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1018/stat : 1018 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 6 0 416680337 10212057088 4269 33554432000 4194304 4196468 140727438079056 140462210223248 140462287238869 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1019] ppid=958 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1019/stat : 1019 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 6 0 416680337 10212057088 4269 33554432000 4194304 4196468 140727438079056 140462209170192 140462287238869 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1020] ppid=958 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1020/stat : 1020 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 6 0 416680337 10212057088 4269 33554432000 4194304 4196468 140727438079056 140461858544528 140462287238869 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210595 s]*
/proc/loadavg: 2.23 1.68 1.50 3/225 1029
/proc/meminfo: memFree=28284068/32770624 swapFree=66932076/67108860
[pid=961] ppid=958 vsize=10819664 memory=45440 CPUtime=0.26 cores=1,3,5,7
/proc/961/stat : 961 (java) S 958 961 32713 0 -1 1077944320 7216 13413 0 0 16 2 5 3 20 0 15 0 416680328 11079335936 11360 33554432000 4194304 4196468 140727438079056 140727438061600 140462287228663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
/proc/961/statm: 2704916 11360 3146 1 0 2667149 0
[pid=961/tid=1016] ppid=958 vsize=10819664 memory=4426078206164241782 CPUtime=0.19 cores=1,3,5,7
/proc/961/task/1016/stat : 1016 (java) R 958 961 32713 0 -1 4202560 3715 13413 0 0 10 1 5 3 20 0 15 0 416680337 11079335936 11360 33554432000 4194304 4196468 140727438079056 140462259025568 140462287250589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1017] ppid=958 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1017/stat : 1017 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680337 11079335936 11360 33554432000 4194304 4196468 140727438079056 140462291471376 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1018] ppid=958 vsize=10819664 memory=140374415308416 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1018/stat : 1018 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 15 0 416680337 11079335936 11360 33554432000 4194304 4196468 140727438079056 140462210223248 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1019] ppid=958 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1019/stat : 1019 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680337 11079335936 11360 33554432000 4194304 4196468 140727438079056 140462209170192 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1020] ppid=958 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1020/stat : 1020 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 15 0 416680337 11079335936 11360 33554432000 4194304 4196468 140727438079056 140461858544528 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1021] ppid=958 vsize=10819664 memory=140374415308416 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1021/stat : 1021 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 15 0 416680339 11079335936 11360 33554432000 4194304 4196468 140727438079056 140461813917936 140462287239810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1022] ppid=958 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1022/stat : 1022 (java) S 958 961 32713 0 -1 1077944384 13 13413 0 0 0 0 5 3 20 0 15 0 416680339 11079335936 11360 33554432000 4194304 4196468 140727438079056 140461738026144 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1023] ppid=958 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1023/stat : 1023 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680340 11079335936 11360 33554432000 4194304 4196468 140727438079056 140461603807984 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1024] ppid=958 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1024/stat : 1024 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 15 0 416680342 11079335936 11360 33554432000 4194304 4196468 140727438079056 140460999829456 140462287247259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1025] ppid=958 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/961/task/1025/stat : 1025 (java) S 958 961 32713 0 -1 1077944384 581 13413 0 0 1 0 5 3 20 0 15 0 416680342 11079335936 11360 33554432000 4194304 4196468 140727438079056 140461812865776 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1026] ppid=958 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1026/stat : 1026 (java) S 958 961 32713 0 -1 1077944384 56 13413 0 0 0 0 5 3 20 0 15 0 416680342 11079335936 11360 33554432000 4194304 4196468 140727438079056 140461811813232 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1027] ppid=958 vsize=10819664 memory=140374415308416 CPUtime=0.11 cores=1,3,5,7
/proc/961/task/1027/stat : 1027 (java) S 958 961 32713 0 -1 1077944384 635 13413 0 0 3 0 5 3 20 0 15 0 416680342 11079335936 11360 33554432000 4194304 4196468 140727438079056 140461810760176 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1028] ppid=958 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1028/stat : 1028 (java) S 958 961 32713 0 -1 1077944384 3 13413 0 0 0 0 5 3 20 0 15 0 416680342 11079335936 11360 33554432000 4194304 4196468 140727438079056 140460530068320 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1029] ppid=958 vsize=10819664 memory=140374415308416 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1029/stat : 1029 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680343 11079335936 11360 33554432000 4194304 4196468 140727438079056 140461809707568 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 45440 KiB

[startup+0.310386 s]*
/proc/loadavg: 2.23 1.68 1.50 3/225 1029
/proc/meminfo: memFree=28272256/32770624 swapFree=66932076/67108860
[pid=961] ppid=958 vsize=10820148 memory=54352 CPUtime=0.4 cores=1,3,5,7
/proc/961/stat : 961 (java) S 958 961 32713 0 -1 1077944320 10872 13413 0 0 28 4 5 3 20 0 15 0 416680328 11079831552 13588 33554432000 4194304 4196468 140727438079056 140727438061600 140462287228663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
/proc/961/statm: 2705037 13588 3278 1 0 2667149 0
[pid=961/tid=1016] ppid=958 vsize=10820148 memory=-7737643479190322274 CPUtime=0.3 cores=1,3,5,7
/proc/961/task/1016/stat : 1016 (java) R 958 961 32713 0 -1 4202560 7352 13413 0 0 19 3 5 3 20 0 15 0 416680337 11079831552 13588 33554432000 4194304 4196468 140727438079056 140462259028576 140462271272293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1017] ppid=958 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1017/stat : 1017 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680337 11079831552 13588 33554432000 4194304 4196468 140727438079056 140462291471376 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1018] ppid=958 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1018/stat : 1018 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 15 0 416680337 11079831552 13588 33554432000 4194304 4196468 140727438079056 140462210223248 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1019] ppid=958 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1019/stat : 1019 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680337 11079831552 13588 33554432000 4194304 4196468 140727438079056 140462209170192 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1020] ppid=958 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1020/stat : 1020 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 15 0 416680337 11079831552 13588 33554432000 4194304 4196468 140727438079056 140461858544528 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1021] ppid=958 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1021/stat : 1021 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 15 0 416680339 11079831552 13588 33554432000 4194304 4196468 140727438079056 140461813917936 140462287239810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1022] ppid=958 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1022/stat : 1022 (java) S 958 961 32713 0 -1 1077944384 13 13413 0 0 0 0 5 3 20 0 15 0 416680339 11079831552 13588 33554432000 4194304 4196468 140727438079056 140461738026144 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1023] ppid=958 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1023/stat : 1023 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680340 11079831552 13588 33554432000 4194304 4196468 140727438079056 140461603807984 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1024] ppid=958 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1024/stat : 1024 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 15 0 416680342 11079831552 13588 33554432000 4194304 4196468 140727438079056 140460999829456 140462287247259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1025] ppid=958 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/961/task/1025/stat : 1025 (java) S 958 961 32713 0 -1 1077944384 590 13413 0 0 2 0 5 3 20 0 15 0 416680342 11079831552 13588 33554432000 4194304 4196468 140727438079056 140461812865776 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1026] ppid=958 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/961/task/1026/stat : 1026 (java) S 958 961 32713 0 -1 1077944384 57 13413 0 0 1 0 5 3 20 0 15 0 416680342 11079831552 13588 33554432000 4194304 4196468 140727438079056 140461811813232 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1027] ppid=958 vsize=10820148 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/961/task/1027/stat : 1027 (java) R 958 961 32713 0 -1 4202560 643 13413 0 0 5 0 5 3 20 0 15 0 416680342 11079831552 13588 33554432000 4194304 4196468 140727438079056 140461810760176 140462287250010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1028] ppid=958 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1028/stat : 1028 (java) S 958 961 32713 0 -1 1077944384 3 13413 0 0 0 0 5 3 20 0 15 0 416680342 11079831552 13588 33554432000 4194304 4196468 140727438079056 140460530068320 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1029] ppid=958 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1029/stat : 1029 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680343 11079831552 13588 33554432000 4194304 4196468 140727438079056 140461809707568 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54352 KiB

[startup+0.701311 s]
/proc/loadavg: 2.23 1.68 1.50 4/225 1029
/proc/meminfo: memFree=28256340/32770624 swapFree=66932076/67108860
[pid=961] ppid=958 vsize=10824360 memory=87980 CPUtime=1.15 cores=1,3,5,7
/proc/961/stat : 961 (java) S 958 961 32713 0 -1 1077944320 15194 13413 0 0 101 6 5 3 20 0 15 0 416680328 11084144640 21995 33554432000 4194304 4196468 140727438079056 140727438061600 140462287228663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
/proc/961/statm: 2706090 21995 3512 1 0 2668173 0
[pid=961/tid=1016] ppid=958 vsize=10824360 memory=2209 CPUtime=0.67 cores=1,3,5,7
/proc/961/task/1016/stat : 1016 (java) R 958 961 32713 0 -1 4202560 10407 13413 0 0 54 5 5 3 20 0 15 0 416680337 11084144640 21995 33554432000 4194304 4196468 140727438079056 140462259045680 140462210284565 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1017] ppid=958 vsize=10824360 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1017/stat : 1017 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680337 11084144640 21995 33554432000 4194304 4196468 140727438079056 140462291471376 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1018] ppid=958 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1018/stat : 1018 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 15 0 416680337 11084144640 21995 33554432000 4194304 4196468 140727438079056 140462210223248 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1019] ppid=958 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1019/stat : 1019 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680337 11084144640 21995 33554432000 4194304 4196468 140727438079056 140462209170192 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1020] ppid=958 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1020/stat : 1020 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 15 0 416680337 11084144640 21995 33554432000 4194304 4196468 140727438079056 140461858544528 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1021] ppid=958 vsize=10824360 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1021/stat : 1021 (java) S 958 961 32713 0 -1 1077944384 5 13413 0 0 0 0 5 3 20 0 15 0 416680339 11084144640 21995 33554432000 4194304 4196468 140727438079056 140461813917936 140462287239810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1022] ppid=958 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1022/stat : 1022 (java) S 958 961 32713 0 -1 1077944384 13 13413 0 0 0 0 5 3 20 0 15 0 416680339 11084144640 21995 33554432000 4194304 4196468 140727438079056 140461738026144 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1023] ppid=958 vsize=10824360 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1023/stat : 1023 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680340 11084144640 21995 33554432000 4194304 4196468 140727438079056 140461603807984 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1024] ppid=958 vsize=10824360 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1024/stat : 1024 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 15 0 416680342 11084144640 21995 33554432000 4194304 4196468 140727438079056 140460999829456 140462287247259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1025] ppid=958 vsize=10824360 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/961/task/1025/stat : 1025 (java) R 958 961 32713 0 -1 4202560 1058 13413 0 0 13 0 5 3 20 0 15 0 416680342 11084144640 21995 33554432000 4194304 4196468 140727438079056 140461812865776 140462273242972 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1026] ppid=958 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/961/task/1026/stat : 1026 (java) S 958 961 32713 0 -1 1077944384 643 13413 0 0 15 0 5 3 20 0 15 0 416680342 11084144640 21995 33554432000 4194304 4196468 140727438079056 140461811813232 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1027] ppid=958 vsize=10824360 memory=11076 CPUtime=0.25 cores=1,3,5,7
/proc/961/task/1027/stat : 1027 (java) S 958 961 32713 0 -1 1077944384 844 13413 0 0 17 0 5 3 20 0 15 0 416680342 11084144640 21995 33554432000 4194304 4196468 140727438079056 140461810760176 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1028] ppid=958 vsize=10824360 memory=140374295215472 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1028/stat : 1028 (java) S 958 961 32713 0 -1 1077944384 3 13413 0 0 0 0 5 3 20 0 15 0 416680342 11084144640 21995 33554432000 4194304 4196468 140727438079056 140460530068320 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1029] ppid=958 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1029/stat : 1029 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680343 11084144640 21995 33554432000 4194304 4196468 140727438079056 140461809707568 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87980 KiB

[startup+1.5007 s]
/proc/loadavg: 2.23 1.68 1.50 3/225 1029
/proc/meminfo: memFree=28208140/32770624 swapFree=66932076/67108860
[pid=961] ppid=958 vsize=10834676 memory=184196 CPUtime=2.68 cores=1,3,5,7
/proc/961/stat : 961 (java) S 958 961 32713 0 -1 1077944320 25484 13413 0 0 248 12 5 3 20 0 15 0 416680328 11094708224 46049 33554432000 4194304 4196468 140727438079056 140727438061600 140462287228663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
/proc/961/statm: 2708669 46049 3575 1 0 2670733 0
[pid=961/tid=1016] ppid=958 vsize=10834676 memory=280748590452288 CPUtime=1.43 cores=1,3,5,7
/proc/961/task/1016/stat : 1016 (java) R 958 961 32713 0 -1 4202560 16227 13413 0 0 128 7 5 3 20 0 15 0 416680337 11094708224 46049 33554432000 4194304 4196468 140727438079056 140462259026368 140461889163328 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1017] ppid=958 vsize=10834676 memory=288230596050944315 CPUtime=0.09 cores=1,3,5,7
/proc/961/task/1017/stat : 1017 (java) S 958 961 32713 0 -1 1077944384 34 13413 0 0 1 0 5 3 20 0 15 0 416680337 11094708224 46049 33554432000 4194304 4196468 140727438079056 140462291471376 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1018] ppid=958 vsize=10834676 memory=14128970052405432 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1018/stat : 1018 (java) S 958 961 32713 0 -1 1077944384 86 13413 0 0 0 0 5 3 20 0 15 0 416680337 11094708224 46049 33554432000 4194304 4196468 140727438079056 140462210223248 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1019] ppid=958 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/961/task/1019/stat : 1019 (java) S 958 961 32713 0 -1 1077944384 332 13413 0 0 1 0 5 3 20 0 15 0 416680337 11094708224 46049 33554432000 4194304 4196468 140727438079056 140462209170192 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1020] ppid=958 vsize=10834676 memory=107684 CPUtime=0.09 cores=1,3,5,7
/proc/961/task/1020/stat : 1020 (java) S 958 961 32713 0 -1 1077944384 60 13413 0 0 1 0 5 3 20 0 15 0 416680337 11094708224 46049 33554432000 4194304 4196468 140727438079056 140461858544528 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1021] ppid=958 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/961/task/1021/stat : 1021 (java) S 958 961 32713 0 -1 1077944384 1198 13413 0 0 1 0 5 3 20 0 15 0 416680339 11094708224 46049 33554432000 4194304 4196468 140727438079056 140461813917936 140462287239810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1022] ppid=958 vsize=10834676 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1022/stat : 1022 (java) S 958 961 32713 0 -1 1077944384 14 13413 0 0 0 0 5 3 20 0 15 0 416680339 11094708224 46049 33554432000 4194304 4196468 140727438079056 140461738026208 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1023] ppid=958 vsize=10834676 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1023/stat : 1023 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680340 11094708224 46049 33554432000 4194304 4196468 140727438079056 140461603808000 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1024] ppid=958 vsize=10834676 memory=280748590934880 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1024/stat : 1024 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 15 0 416680342 11094708224 46049 33554432000 4194304 4196468 140727438079056 140460999829456 140462287247259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1025] ppid=958 vsize=10834676 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/961/task/1025/stat : 1025 (java) S 958 961 32713 0 -1 1077944384 2161 13413 0 0 35 0 5 3 20 0 15 0 416680342 11094708224 46049 33554432000 4194304 4196468 140727438079056 140461812865776 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1026] ppid=958 vsize=10834676 memory=3471342770616321456 CPUtime=0.41 cores=1,3,5,7
/proc/961/task/1026/stat : 1026 (java) S 958 961 32713 0 -1 1077944384 1195 13413 0 0 33 0 5 3 20 0 15 0 416680342 11094708224 46049 33554432000 4194304 4196468 140727438079056 140461811813232 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1027] ppid=958 vsize=10834676 memory=6944652177228980320 CPUtime=0.5 cores=1,3,5,7
/proc/961/task/1027/stat : 1027 (java) S 958 961 32713 0 -1 1077944384 1961 13413 0 0 42 0 5 3 20 0 15 0 416680342 11094708224 46049 33554432000 4194304 4196468 140727438079056 140461810760176 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1028] ppid=958 vsize=10834676 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1028/stat : 1028 (java) S 958 961 32713 0 -1 1077944384 3 13413 0 0 0 0 5 3 20 0 15 0 416680342 11094708224 46049 33554432000 4194304 4196468 140727438079056 140460530068320 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1029] ppid=958 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1029/stat : 1029 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680343 11094708224 46049 33554432000 4194304 4196468 140727438079056 140461809707568 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 10834676 KiB

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

[pid=961/tid=1028] ppid=958 vsize=10851092 memory=39356 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1028/stat : 1028 (java) S 958 961 32713 0 -1 1077944384 3 13413 0 0 0 0 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140460530068320 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1029] ppid=958 vsize=10851092 memory=988 CPUtime=0.77 cores=1,3,5,7
/proc/961/task/1029/stat : 1029 (java) S 958 961 32713 0 -1 1077944384 818 13413 0 0 32 37 5 3 20 0 15 0 416680343 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461809707568 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
Current children cumulated CPU time: 1190.36 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 917088 KiB

[startup+1159.2 s]
/proc/loadavg: 1.48 1.41 1.44 3/225 1295
/proc/meminfo: memFree=29154132/32770624 swapFree=66932076/67108860
[pid=961] ppid=958 vsize=10851092 memory=917088 CPUtime=1191.17 cores=1,3,5,7
/proc/961/stat : 961 (java) S 958 961 32713 0 -1 1077944320 201058 13413 0 0 118901 208 5 3 20 0 15 0 416680328 11111518208 229272 33554432000 4194304 4196468 140727438079056 140727438061600 140462287228663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
/proc/961/statm: 2712773 229272 3632 1 0 2674829 0
[pid=961/tid=1016] ppid=958 vsize=10851092 memory=6944656592387989600 CPUtime=1146.85 cores=1,3,5,7
/proc/961/task/1016/stat : 1016 (java) R 958 961 32713 0 -1 4202560 57433 13413 0 0 114641 36 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140462259064816 140461904712471 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1017] ppid=958 vsize=10851092 memory=6944656592387989600 CPUtime=5.75 cores=1,3,5,7
/proc/961/task/1017/stat : 1017 (java) S 958 961 32713 0 -1 1077944384 11318 13413 0 0 536 31 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140462291471376 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1018] ppid=958 vsize=10851092 memory=917088 CPUtime=5.77 cores=1,3,5,7
/proc/961/task/1018/stat : 1018 (java) S 958 961 32713 0 -1 1077944384 12506 13413 0 0 537 32 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140462210223248 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1019] ppid=958 vsize=10851092 memory=1228 CPUtime=5.77 cores=1,3,5,7
/proc/961/task/1019/stat : 1019 (java) S 958 961 32713 0 -1 1077944384 6521 13413 0 0 540 29 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140462209170192 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1020] ppid=958 vsize=10851092 memory=10708 CPUtime=5.77 cores=1,3,5,7
/proc/961/task/1020/stat : 1020 (java) S 958 961 32713 0 -1 1077944384 14123 13413 0 0 540 29 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461858544528 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1021] ppid=958 vsize=10851092 memory=6947385649911455296 CPUtime=5.26 cores=1,3,5,7
/proc/961/task/1021/stat : 1021 (java) S 958 961 32713 0 -1 1077944384 11995 13413 0 0 490 28 5 3 20 0 15 0 416680339 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461813917936 140462287239810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1022] ppid=958 vsize=10851092 memory=10708 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1022/stat : 1022 (java) S 958 961 32713 0 -1 1077944384 15 13413 0 0 0 0 5 3 20 0 15 0 416680339 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461738026208 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1023] ppid=958 vsize=10851092 memory=1552 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1023/stat : 1023 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680340 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461603808000 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1024] ppid=958 vsize=10851092 memory=4096 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1024/stat : 1024 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140460999829456 140462287247259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1025] ppid=958 vsize=10851092 memory=6947385649911455296 CPUtime=5.85 cores=1,3,5,7
/proc/961/task/1025/stat : 1025 (java) S 958 961 32713 0 -1 1077944384 26949 13413 0 0 573 4 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461812865776 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1026] ppid=958 vsize=10851092 memory=1552 CPUtime=5.89 cores=1,3,5,7
/proc/961/task/1026/stat : 1026 (java) S 958 961 32713 0 -1 1077944384 28206 13413 0 0 576 5 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461811813232 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1027] ppid=958 vsize=10851092 memory=4096 CPUtime=4.09 cores=1,3,5,7
/proc/961/task/1027/stat : 1027 (java) S 958 961 32713 0 -1 1077944384 28957 13413 0 0 394 7 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461810760176 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1028] ppid=958 vsize=10851092 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1028/stat : 1028 (java) S 958 961 32713 0 -1 1077944384 3 13413 0 0 0 0 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140460530068320 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1029] ppid=958 vsize=10851092 memory=3620 CPUtime=0.77 cores=1,3,5,7
/proc/961/task/1029/stat : 1029 (java) S 958 961 32713 0 -1 1077944384 818 13413 0 0 32 37 5 3 20 0 15 0 416680343 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461809707568 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
Current children cumulated CPU time: 1191.17 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 917088 KiB

[startup+1159.6 s]
/proc/loadavg: 1.48 1.41 1.44 3/225 1295
/proc/meminfo: memFree=29154132/32770624 swapFree=66932076/67108860
[pid=961] ppid=958 vsize=10851092 memory=917088 CPUtime=1191.58 cores=1,3,5,7
/proc/961/stat : 961 (java) S 958 961 32713 0 -1 1077944320 201063 13413 0 0 118942 208 5 3 20 0 15 0 416680328 11111518208 229272 33554432000 4194304 4196468 140727438079056 140727438061600 140462287228663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
/proc/961/statm: 2712773 229272 3632 1 0 2674829 0
[pid=961/tid=1016] ppid=958 vsize=10851092 memory=917088 CPUtime=1147.24 cores=1,3,5,7
/proc/961/task/1016/stat : 1016 (java) R 958 961 32713 0 -1 4202560 57436 13413 0 0 114680 36 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140462259064672 140461900514995 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1017] ppid=958 vsize=10851092 memory=6947385649911455296 CPUtime=5.76 cores=1,3,5,7
/proc/961/task/1017/stat : 1017 (java) S 958 961 32713 0 -1 1077944384 11319 13413 0 0 537 31 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140462291471376 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1018] ppid=958 vsize=10851092 memory=2016 CPUtime=5.77 cores=1,3,5,7
/proc/961/task/1018/stat : 1018 (java) S 958 961 32713 0 -1 1077944384 12507 13413 0 0 537 32 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140462210223248 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1019] ppid=958 vsize=10851092 memory=1228 CPUtime=5.77 cores=1,3,5,7
/proc/961/task/1019/stat : 1019 (java) S 958 961 32713 0 -1 1077944384 6521 13413 0 0 540 29 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140462209170192 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1020] ppid=958 vsize=10851092 memory=10708 CPUtime=5.77 cores=1,3,5,7
/proc/961/task/1020/stat : 1020 (java) S 958 961 32713 0 -1 1077944384 14123 13413 0 0 540 29 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461858544528 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1021] ppid=958 vsize=10851092 memory=1552 CPUtime=5.26 cores=1,3,5,7
/proc/961/task/1021/stat : 1021 (java) S 958 961 32713 0 -1 1077944384 11995 13413 0 0 490 28 5 3 20 0 15 0 416680339 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461813917936 140462287239810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1022] ppid=958 vsize=10851092 memory=6947385649911455296 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1022/stat : 1022 (java) S 958 961 32713 0 -1 1077944384 15 13413 0 0 0 0 5 3 20 0 15 0 416680339 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461738026208 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1023] ppid=958 vsize=10851092 memory=14004 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1023/stat : 1023 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680340 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461603808000 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1024] ppid=958 vsize=10851092 memory=20560 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1024/stat : 1024 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140460999829456 140462287247259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1025] ppid=958 vsize=10851092 memory=2116 CPUtime=5.85 cores=1,3,5,7
/proc/961/task/1025/stat : 1025 (java) S 958 961 32713 0 -1 1077944384 26949 13413 0 0 573 4 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461812865776 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1026] ppid=958 vsize=10851092 memory=11916 CPUtime=5.89 cores=1,3,5,7
/proc/961/task/1026/stat : 1026 (java) S 958 961 32713 0 -1 1077944384 28206 13413 0 0 576 5 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461811813232 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1027] ppid=958 vsize=10851092 memory=1408 CPUtime=4.09 cores=1,3,5,7
/proc/961/task/1027/stat : 1027 (java) S 958 961 32713 0 -1 1077944384 28957 13413 0 0 394 7 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461810760176 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1028] ppid=958 vsize=10851092 memory=4096 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1028/stat : 1028 (java) S 958 961 32713 0 -1 1077944384 3 13413 0 0 0 0 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140460530068320 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1029] ppid=958 vsize=10851092 memory=2832 CPUtime=0.77 cores=1,3,5,7
/proc/961/task/1029/stat : 1029 (java) S 958 961 32713 0 -1 1077944384 818 13413 0 0 32 37 5 3 20 0 15 0 416680343 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461809707568 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
Current children cumulated CPU time: 1191.58 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 917088 KiB

[startup+1160 s]*
/proc/loadavg: 1.48 1.41 1.44 3/225 1295
/proc/meminfo: memFree=29154132/32770624 swapFree=66932076/67108860
[pid=961] ppid=958 vsize=10851092 memory=917088 CPUtime=1191.99 cores=1,3,5,7
/proc/961/stat : 961 (java) S 958 961 32713 0 -1 1077944320 201065 13413 0 0 118983 208 5 3 20 0 15 0 416680328 11111518208 229272 33554432000 4194304 4196468 140727438079056 140727438061600 140462287228663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
/proc/961/statm: 2712773 229272 3632 1 0 2674829 0
[pid=961/tid=1016] ppid=958 vsize=10851092 memory=1096 CPUtime=1147.65 cores=1,3,5,7
/proc/961/task/1016/stat : 1016 (java) R 958 961 32713 0 -1 4202560 57438 13413 0 0 114721 36 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140462259064160 140461905468199 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1017] ppid=958 vsize=10851092 memory=1176 CPUtime=5.76 cores=1,3,5,7
/proc/961/task/1017/stat : 1017 (java) S 958 961 32713 0 -1 1077944384 11319 13413 0 0 537 31 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140462291471376 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1018] ppid=958 vsize=10851092 memory=5880 CPUtime=5.77 cores=1,3,5,7
/proc/961/task/1018/stat : 1018 (java) S 958 961 32713 0 -1 1077944384 12507 13413 0 0 537 32 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140462210223248 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1019] ppid=958 vsize=10851092 memory=6935054825532540783 CPUtime=5.77 cores=1,3,5,7
/proc/961/task/1019/stat : 1019 (java) S 958 961 32713 0 -1 1077944384 6521 13413 0 0 540 29 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140462209170192 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1020] ppid=958 vsize=10851092 memory=2848 CPUtime=5.78 cores=1,3,5,7
/proc/961/task/1020/stat : 1020 (java) S 958 961 32713 0 -1 1077944384 14123 13413 0 0 541 29 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461858544528 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1021] ppid=958 vsize=10851092 memory=6935054825532540783 CPUtime=5.26 cores=1,3,5,7
/proc/961/task/1021/stat : 1021 (java) S 958 961 32713 0 -1 1077944384 11995 13413 0 0 490 28 5 3 20 0 15 0 416680339 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461813917936 140462287239810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1022] ppid=958 vsize=10851092 memory=8546823402028195750 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1022/stat : 1022 (java) S 958 961 32713 0 -1 1077944384 15 13413 0 0 0 0 5 3 20 0 15 0 416680339 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461738026208 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1023] ppid=958 vsize=10851092 memory=-2605811476043407915 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1023/stat : 1023 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680340 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461603808000 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1024] ppid=958 vsize=10851092 memory=-4051592751533505334 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1024/stat : 1024 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140460999829456 140462287247259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1025] ppid=958 vsize=10851092 memory=-2605811476043407915 CPUtime=5.85 cores=1,3,5,7
/proc/961/task/1025/stat : 1025 (java) S 958 961 32713 0 -1 1077944384 26949 13413 0 0 573 4 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461812865776 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1026] ppid=958 vsize=10851092 memory=-6873162000112450758 CPUtime=5.89 cores=1,3,5,7
/proc/961/task/1026/stat : 1026 (java) S 958 961 32713 0 -1 1077944384 28206 13413 0 0 576 5 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461811813232 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1027] ppid=958 vsize=10851092 memory=-6948047529741492128 CPUtime=4.09 cores=1,3,5,7
/proc/961/task/1027/stat : 1027 (java) S 958 961 32713 0 -1 1077944384 28957 13413 0 0 394 7 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461810760176 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1028] ppid=958 vsize=10851092 memory=-4051592751533505334 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1028/stat : 1028 (java) S 958 961 32713 0 -1 1077944384 3 13413 0 0 0 0 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140460530068320 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1029] ppid=958 vsize=10851092 memory=12837 CPUtime=0.77 cores=1,3,5,7
/proc/961/task/1029/stat : 1029 (java) S 958 961 32713 0 -1 1077944384 818 13413 0 0 32 37 5 3 20 0 15 0 416680343 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461809707568 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
Current children cumulated CPU time: 1191.99 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 917088 KiB

[startup+1160.11 s]
/proc/loadavg: 1.48 1.41 1.44 3/225 1295
/proc/meminfo: memFree=29154132/32770624 swapFree=66932076/67108860
[pid=961] ppid=958 vsize=10851092 memory=917088 CPUtime=1192.1 cores=1,3,5,7
/proc/961/stat : 961 (java) S 958 961 32713 0 -1 1077944320 201066 13413 0 0 118994 208 5 3 20 0 15 0 416680328 11111518208 229272 33554432000 4194304 4196468 140727438079056 140727438061600 140462287228663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
/proc/961/statm: 2712773 229272 3632 1 0 2674829 0
[pid=961/tid=1016] ppid=958 vsize=10851092 memory=917088 CPUtime=1147.74 cores=1,3,5,7
/proc/961/task/1016/stat : 1016 (java) R 958 961 32713 0 -1 4202560 57439 13413 0 0 114730 36 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140462259064560 140461903760369 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1017] ppid=958 vsize=10851092 memory=917088 CPUtime=5.76 cores=1,3,5,7
/proc/961/task/1017/stat : 1017 (java) S 958 961 32713 0 -1 1077944384 11319 13413 0 0 537 31 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140462291471376 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1018] ppid=958 vsize=10851092 memory=917088 CPUtime=5.77 cores=1,3,5,7
/proc/961/task/1018/stat : 1018 (java) S 958 961 32713 0 -1 1077944384 12507 13413 0 0 537 32 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140462210223248 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1019] ppid=958 vsize=10851092 memory=917088 CPUtime=5.77 cores=1,3,5,7
/proc/961/task/1019/stat : 1019 (java) S 958 961 32713 0 -1 1077944384 6521 13413 0 0 540 29 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140462209170192 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1020] ppid=958 vsize=10851092 memory=917088 CPUtime=5.78 cores=1,3,5,7
/proc/961/task/1020/stat : 1020 (java) S 958 961 32713 0 -1 1077944384 14123 13413 0 0 541 29 5 3 20 0 15 0 416680337 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461858544528 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1021] ppid=958 vsize=10851092 memory=917088 CPUtime=5.26 cores=1,3,5,7
/proc/961/task/1021/stat : 1021 (java) S 958 961 32713 0 -1 1077944384 11995 13413 0 0 490 28 5 3 20 0 15 0 416680339 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461813917936 140462287239810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1022] ppid=958 vsize=10851092 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1022/stat : 1022 (java) S 958 961 32713 0 -1 1077944384 15 13413 0 0 0 0 5 3 20 0 15 0 416680339 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461738026208 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1023] ppid=958 vsize=10851092 memory=917088 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1023/stat : 1023 (java) S 958 961 32713 0 -1 1077944384 1 13413 0 0 0 0 5 3 20 0 15 0 416680340 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461603808000 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1024] ppid=958 vsize=10851092 memory=1448 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1024/stat : 1024 (java) S 958 961 32713 0 -1 1077944384 2 13413 0 0 0 0 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140460999829456 140462287247259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1025] ppid=958 vsize=10851092 memory=1748 CPUtime=5.85 cores=1,3,5,7
/proc/961/task/1025/stat : 1025 (java) S 958 961 32713 0 -1 1077944384 26949 13413 0 0 573 4 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461812865776 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1026] ppid=958 vsize=10851092 memory=3620 CPUtime=5.89 cores=1,3,5,7
/proc/961/task/1026/stat : 1026 (java) S 958 961 32713 0 -1 1077944384 28206 13413 0 0 576 5 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461811813232 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1027] ppid=958 vsize=10851092 memory=39356 CPUtime=4.09 cores=1,3,5,7
/proc/961/task/1027/stat : 1027 (java) S 958 961 32713 0 -1 1077944384 28957 13413 0 0 394 7 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461810760176 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1028] ppid=958 vsize=10851092 memory=917088 CPUtime=0.08 cores=1,3,5,7
/proc/961/task/1028/stat : 1028 (java) S 958 961 32713 0 -1 1077944384 3 13413 0 0 0 0 5 3 20 0 15 0 416680342 11111518208 229272 33554432000 4194304 4196468 140727438079056 140460530068320 140462287238869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
[pid=961/tid=1029] ppid=958 vsize=10851092 memory=917088 CPUtime=0.77 cores=1,3,5,7
/proc/961/task/1029/stat : 1029 (java) S 958 961 32713 0 -1 1077944384 818 13413 0 0 32 37 5 3 20 0 15 0 416680343 11111518208 229272 33554432000 4194304 4196468 140727438079056 140461809707568 140462287239810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34324480 140727438080751 140727438083269 140727438083269 140727438086095 0
Current children cumulated CPU time: 1192.1 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 917088 KiB

Child status: 0
Real time (s): 1160.2
CPU time (s): 1192.21
CPU user time (s): 1190.07
CPU system time (s): 2.13615
CPU usage (%): 102.759
Max. virtual memory (cumulated for all children) (KiB): 10851668
Max. memory (cumulated for all children) (KiB): 970188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1190.07
system time used= 2.13615
maximum resident set size= 972236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216637
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139561
involuntary context switches= 3372


# summary of solver processes directly reported to runsolver:
#   pid: 961
#   total CPU time (s): 1192.21
#   total CPU user time (s): 1190.07
#   total CPU system time (s): 2.13615

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.62819 second user time and 10.2351 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-13 21:50:28
IDJOB=4396150
IDBENCH=133279
IDSOLVER=2846
FILE ID=node139/4396150-1568404125
RUNJOBID= node139-1568402531-32745
PBS_JOBID= 21702188
Free space on /tmp= 59520 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Mario/Mario-zinc-s1/Mario-n-medium-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396150-1568404125/watcher-4396150-1568404125 -o /tmp/evaluation-result-4396150-1568404125/solver-4396150-1568404125 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568402531-32745 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1563323904 HOME/instance-4396150-1568404125.xml

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

MD5SUM BENCH= 36a1aa2a38358c951443c34d8d302d49
RANDOM SEED=1563323904

node139.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.57
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.57
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.57
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.57
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:        28315740 kB
MemAvailable:   29558908 kB
Buffers:          117608 kB
Cached:          1406336 kB
SwapCached:        74388 kB
Active:          2798492 kB
Inactive:        1066548 kB
Active(anon):    2268176 kB
Inactive(anon):   113472 kB
Active(file):     530316 kB
Inactive(file):   953076 kB
Unevictable:      108952 kB
Mlocked:          108952 kB
SwapTotal:      67108860 kB
SwapFree:       66932076 kB
Dirty:             35096 kB
Writeback:             0 kB
AnonPages:       2376752 kB
Mapped:            57304 kB
Shmem:             32188 kB
Slab:             180328 kB
SReclaimable:     151220 kB
SUnreclaim:        29108 kB
KernelStack:        3696 kB
PageTables:        10224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3327860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2179072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59484 MiB
End job on node139 at 2019-09-13 22:09:49