Trace number 4295954

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-13OPT93 1196.12 1170.32

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-15-30-00_c18.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark83.0667
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
6.68/3.55	o 183
6.68/3.56	o 161
6.68/3.57	o 160
7.04/3.60	o 159
7.04/3.62	o 135
7.04/3.62	o 134
7.04/3.66	o 132
7.38/3.74	o 118
8.41/4.04	o 117
9.28/4.36	o 114
9.28/4.37	o 111
10.48/4.97	o 109
10.48/4.97	o 108
10.48/4.97	o 105
10.48/4.97	o 102
10.48/4.97	o 100
10.48/4.97	o 99
11.11/5.44	o 97
11.34/5.60	o 93
1196.00/1170.29	v <instantiation cost="93">
1196.00/1170.29	v       <list>
1196.00/1170.29	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14]
1196.00/1170.29	v       </list>
1196.00/1170.29	v       <values>
1196.00/1170.29	v         5 3 2 0 1 4 6 11 12 13 14 10 8 9 7 5 2 2 7 4 8 8 1 8 15 7 5 9 4 8
1196.00/1170.29	v       </values>
1196.00/1170.29	v     </instantiation>
1196.00/1170.29	s OPTIMUM FOUND

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295954-1532602730/watcher-4295954-1532602730 -o /tmp/evaluation-result-4295954-1532602730/solver-4295954-1532602730 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29261 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1679540902 HOME/instance-4295954-1532602730.xml 

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

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


[startup+0.110114 s]*
/proc/loadavg: 1.48 1.48 1.44 3/207 776
/proc/meminfo: memFree=10270728/32770624 swapFree=67108852/67108860
[pid=718] ppid=715 vsize=10153664 memory=21692 CPUtime=0.1 cores=0,2,4,6
/proc/718/stat : 718 (java) S 715 718 29230 0 -1 1077944320 4600 13056 0 0 2 0 5 3 20 0 8 0 77836127 10397351936 5423 33554432000 4194304 4196468 140735049486896 140735049469440 140529745235703 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
/proc/718/statm: 2538416 5423 2043 1 0 2526854 0
[pid=718/tid=771] ppid=715 vsize=10355560 memory=8389772277269004345 CPUtime=0.1 cores=0,2,4,6
/proc/718/task/771/stat : 771 (java) R 715 718 29230 0 -1 4202560 2460 13056 0 0 2 0 5 3 20 0 9 0 77836135 10604093440 6031 33554432000 4194304 4196468 140735049486896 140529717071728 140529730918229 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=772] ppid=715 vsize=10355560 memory=4294967641 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/772/stat : 772 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 9 0 77836136 10604093440 6031 33554432000 4194304 4196468 140735049486896 140529749477776 140529745245909 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=773] ppid=715 vsize=10355560 memory=140007323480523 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/773/stat : 773 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 9 0 77836136 10604093440 6031 33554432000 4194304 4196468 140735049486896 140529653680400 140529745245909 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=774] ppid=715 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/774/stat : 774 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 9 0 77836136 10604093440 6031 33554432000 4194304 4196468 140735049486896 140529317501584 140529745245909 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=775] ppid=715 vsize=10355560 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/775/stat : 775 (java) S 715 718 29230 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 9 0 77836136 10604093440 6031 33554432000 4194304 4196468 140735049486896 140529316448784 140529745245909 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=776] ppid=715 vsize=10355560 memory=140007323084416 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/776/stat : 776 (java) S 715 718 29230 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 9 0 77836138 10604093440 6031 33554432000 4194304 4196468 140735049486896 140529271872112 140529745246850 0 0 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=777] ppid=715 vsize=10355560 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/777/stat : 777 (java) S 715 718 29230 0 -1 1077944384 13 13056 0 0 0 0 5 3 20 0 9 0 77836138 10604093440 6031 33554432000 4194304 4196468 140735049486896 140529182434592 140529745245909 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=778] ppid=715 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/778/stat : 778 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 9 0 77836138 10604093440 6031 33554432000 4194304 4196468 140735049486896 140528511346352 140529745245909 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10153664 KiB
Current children cumulated memory: 21692 KiB

[startup+0.21013 s]*
/proc/loadavg: 1.48 1.48 1.44 3/215 784
/proc/meminfo: memFree=10256112/32770624 swapFree=67108852/67108860
[pid=718] ppid=715 vsize=10818904 memory=42560 CPUtime=0.26 cores=0,2,4,6
/proc/718/stat : 718 (java) S 715 718 29230 0 -1 1077944320 7856 13056 0 0 17 1 5 3 20 0 15 0 77836127 11078557696 10640 33554432000 4194304 4196468 140735049486896 140735049469440 140529745235703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
/proc/718/statm: 2704726 10640 2949 1 0 2667149 0
[pid=718/tid=771] ppid=715 vsize=10818936 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/718/task/771/stat : 771 (java) R 715 718 29230 0 -1 4202560 5453 13056 0 0 11 1 5 3 20 0 15 0 77836135 11078590464 11029 33554432000 4194304 4196468 140735049486896 140529717060512 140529737915421 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=772] ppid=715 vsize=10818936 memory=4294967641 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/772/stat : 772 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 77836136 11078590464 11029 33554432000 4194304 4196468 140735049486896 140529749477776 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=773] ppid=715 vsize=10818936 memory=140007323480523 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/773/stat : 773 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 77836136 11078590464 11029 33554432000 4194304 4196468 140735049486896 140529653680400 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=774] ppid=715 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/774/stat : 774 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 77836136 11078590464 11095 33554432000 4194304 4196468 140735049486896 140529317501584 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=775] ppid=715 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/775/stat : 775 (java) S 715 718 29230 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 15 0 77836136 11078590464 11095 33554432000 4194304 4196468 140735049486896 140529316448784 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=776] ppid=715 vsize=10818936 memory=140007323084416 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/776/stat : 776 (java) S 715 718 29230 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 15 0 77836138 11078590464 11095 33554432000 4194304 4196468 140735049486896 140529271872112 140529745246850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=777] ppid=715 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/777/stat : 777 (java) S 715 718 29230 0 -1 1077944384 13 13056 0 0 0 0 5 3 20 0 15 0 77836138 11078590464 11095 33554432000 4194304 4196468 140735049486896 140529182434592 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=778] ppid=715 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/778/stat : 778 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 77836138 11078590464 11161 33554432000 4194304 4196468 140735049486896 140528511346288 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=779] ppid=715 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/779/stat : 779 (java) S 715 718 29230 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 77836141 11078590464 11161 33554432000 4194304 4196468 140735049486896 140528271055440 140529745254299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=780] ppid=715 vsize=10818936 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/718/task/780/stat : 780 (java) S 715 718 29230 0 -1 1077944384 426 13056 0 0 1 0 5 3 20 0 15 0 77836141 11078590464 11161 33554432000 4194304 4196468 140735049486896 140529270818928 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=781] ppid=715 vsize=10818936 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/718/task/781/stat : 781 (java) S 715 718 29230 0 -1 1077944384 191 13056 0 0 1 0 5 3 20 0 15 0 77836141 11078590464 11161 33554432000 4194304 4196468 140735049486896 140529269766128 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=782] ppid=715 vsize=10818936 memory=140007323084416 CPUtime=0.11 cores=0,2,4,6
/proc/718/task/782/stat : 782 (java) S 715 718 29230 0 -1 1077944384 623 13056 0 0 3 0 5 3 20 0 15 0 77836141 11078590464 11227 33554432000 4194304 4196468 140735049486896 140529268713840 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=783] ppid=715 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/783/stat : 783 (java) S 715 718 29230 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 77836141 11078590464 11227 33554432000 4194304 4196468 140735049486896 140528237496800 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=784] ppid=715 vsize=10818936 memory=140007323084416 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/784/stat : 784 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 77836141 11078590464 11227 33554432000 4194304 4196468 140735049486896 140529267661744 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42560 KiB

[startup+0.310258 s]*
/proc/loadavg: 1.48 1.48 1.44 3/215 784
/proc/meminfo: memFree=10243336/32770624 swapFree=67108852/67108860
[pid=718] ppid=715 vsize=10819352 memory=53260 CPUtime=0.38 cores=0,2,4,6
/proc/718/stat : 718 (java) S 715 718 29230 0 -1 1077944320 10408 13056 0 0 28 2 5 3 20 0 15 0 77836127 11079016448 13315 33554432000 4194304 4196468 140735049486896 140735049469440 140529745235703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
/proc/718/statm: 2704838 13315 3068 1 0 2667149 0
[pid=718/tid=771] ppid=715 vsize=10819352 memory=1398720917958146503 CPUtime=0.29 cores=0,2,4,6
/proc/718/task/771/stat : 771 (java) R 715 718 29230 0 -1 4202560 6959 13056 0 0 20 1 5 3 20 0 15 0 77836135 11079016448 13315 33554432000 4194304 4196468 140735049486896 140529717047712 140529729316190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=772] ppid=715 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/772/stat : 772 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 77836136 11079016448 13315 33554432000 4194304 4196468 140735049486896 140529749477776 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=773] ppid=715 vsize=10819352 memory=8226496019563506588 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/773/stat : 773 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 77836136 11079016448 13315 33554432000 4194304 4196468 140735049486896 140529653680400 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=774] ppid=715 vsize=10819352 memory=8329886462028641811 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/774/stat : 774 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 77836136 11079016448 13315 33554432000 4194304 4196468 140735049486896 140529317501584 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=775] ppid=715 vsize=10819352 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/775/stat : 775 (java) S 715 718 29230 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 15 0 77836136 11079016448 13315 33554432000 4194304 4196468 140735049486896 140529316448784 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=776] ppid=715 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/776/stat : 776 (java) S 715 718 29230 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 15 0 77836138 11079016448 13315 33554432000 4194304 4196468 140735049486896 140529271872112 140529745246850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=777] ppid=715 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/777/stat : 777 (java) S 715 718 29230 0 -1 1077944384 13 13056 0 0 0 0 5 3 20 0 15 0 77836138 11079016448 13315 33554432000 4194304 4196468 140735049486896 140529182434592 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=778] ppid=715 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/778/stat : 778 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 77836138 11079016448 13315 33554432000 4194304 4196468 140735049486896 140528511346288 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=779] ppid=715 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/779/stat : 779 (java) S 715 718 29230 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 77836141 11079016448 13315 33554432000 4194304 4196468 140735049486896 140528271055440 140529745254299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=780] ppid=715 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/718/task/780/stat : 780 (java) S 715 718 29230 0 -1 1077944384 428 13056 0 0 1 0 5 3 20 0 15 0 77836141 11079016448 13315 33554432000 4194304 4196468 140735049486896 140529270818928 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=781] ppid=715 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/718/task/781/stat : 781 (java) S 715 718 29230 0 -1 1077944384 191 13056 0 0 1 0 5 3 20 0 15 0 77836141 11079016448 13315 33554432000 4194304 4196468 140735049486896 140529269766128 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=782] ppid=715 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/718/task/782/stat : 782 (java) R 715 718 29230 0 -1 4202560 640 13056 0 0 5 0 5 3 20 0 15 0 77836141 11079016448 13315 33554432000 4194304 4196468 140735049486896 140529268713840 140529724253621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=783] ppid=715 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/783/stat : 783 (java) S 715 718 29230 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 77836141 11079016448 13315 33554432000 4194304 4196468 140735049486896 140528237496800 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=784] ppid=715 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/784/stat : 784 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 77836141 11079016448 13315 33554432000 4194304 4196468 140735049486896 140529267661744 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53260 KiB

[startup+0.700758 s]
/proc/loadavg: 1.48 1.48 1.44 3/215 784
/proc/meminfo: memFree=10232720/32770624 swapFree=67108852/67108860
[pid=718] ppid=715 vsize=10819352 memory=86604 CPUtime=0.99 cores=0,2,4,6
/proc/718/stat : 718 (java) S 715 718 29230 0 -1 1077944320 16787 13056 0 0 87 4 5 3 20 0 15 0 77836127 11079016448 21651 33554432000 4194304 4196468 140735049486896 140735049469440 140529745235703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
/proc/718/statm: 2704838 21651 3237 1 0 2667149 0
[pid=718/tid=771] ppid=715 vsize=10819352 memory=140007343915576 CPUtime=0.67 cores=0,2,4,6
/proc/718/task/771/stat : 771 (java) R 715 718 29230 0 -1 4202560 12224 13056 0 0 56 3 5 3 20 0 15 0 77836135 11079016448 21651 33554432000 4194304 4196468 140735049486896 140529717056528 140529725511587 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=772] ppid=715 vsize=10819352 memory=140007343915577 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/772/stat : 772 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 77836136 11079016448 21651 33554432000 4194304 4196468 140735049486896 140529749477776 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=773] ppid=715 vsize=10819352 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/773/stat : 773 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 77836136 11079016448 21651 33554432000 4194304 4196468 140735049486896 140529653680400 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=774] ppid=715 vsize=10819352 memory=6296683629835014497 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/774/stat : 774 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 77836136 11079016448 21651 33554432000 4194304 4196468 140735049486896 140529317501584 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=775] ppid=715 vsize=10819352 memory=7157177952405967972 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/775/stat : 775 (java) S 715 718 29230 0 -1 1077944384 2 13056 0 0 0 0 5 3 20 0 15 0 77836136 11079016448 21651 33554432000 4194304 4196468 140735049486896 140529316448784 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=776] ppid=715 vsize=10819352 memory=5372 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/776/stat : 776 (java) S 715 718 29230 0 -1 1077944384 5 13056 0 0 0 0 5 3 20 0 15 0 77836138 11079016448 21651 33554432000 4194304 4196468 140735049486896 140529271872112 140529745246850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=777] ppid=715 vsize=10819352 memory=1440 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/777/stat : 777 (java) S 715 718 29230 0 -1 1077944384 13 13056 0 0 0 0 5 3 20 0 15 0 77836138 11079016448 21651 33554432000 4194304 4196468 140735049486896 140529182434592 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=778] ppid=715 vsize=10819352 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/778/stat : 778 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 77836138 11079016448 21651 33554432000 4194304 4196468 140735049486896 140528511346288 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=779] ppid=715 vsize=10819352 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/779/stat : 779 (java) S 715 718 29230 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 77836141 11079016448 21651 33554432000 4194304 4196468 140735049486896 140528271055440 140529745254299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=780] ppid=715 vsize=10819352 memory=15876 CPUtime=0.14 cores=0,2,4,6
/proc/718/task/780/stat : 780 (java) S 715 718 29230 0 -1 1077944384 781 13056 0 0 6 0 5 3 20 0 15 0 77836141 11079016448 21651 33554432000 4194304 4196468 140735049486896 140529270818928 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=781] ppid=715 vsize=10819352 memory=1408 CPUtime=0.18 cores=0,2,4,6
/proc/718/task/781/stat : 781 (java) S 715 718 29230 0 -1 1077944384 825 13056 0 0 10 0 5 3 20 0 15 0 77836141 11079016448 21651 33554432000 4194304 4196468 140735049486896 140529269766128 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=782] ppid=715 vsize=10819352 memory=2400 CPUtime=0.21 cores=0,2,4,6
/proc/718/task/782/stat : 782 (java) S 715 718 29230 0 -1 1077944384 734 13056 0 0 13 0 5 3 20 0 15 0 77836141 11079016448 21651 33554432000 4194304 4196468 140735049486896 140529268713840 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=783] ppid=715 vsize=10819352 memory=63020 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/783/stat : 783 (java) S 715 718 29230 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 77836141 11079016448 21651 33554432000 4194304 4196468 140735049486896 140528237496800 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=784] ppid=715 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/784/stat : 784 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 77836141 11079016448 21651 33554432000 4194304 4196468 140735049486896 140529267661744 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86604 KiB

[startup+1.50075 s]
/proc/loadavg: 1.48 1.48 1.44 3/215 784
/proc/meminfo: memFree=10186636/32770624 swapFree=67108852/67108860
[pid=718] ppid=715 vsize=10834252 memory=180368 CPUtime=2.24 cores=0,2,4,6
/proc/718/stat : 718 (java) S 715 718 29230 0 -1 1077944320 24060 13056 0 0 205 11 5 3 20 0 15 0 77836127 11094274048 45092 33554432000 4194304 4196468 140735049486896 140735049469440 140529745235703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
/proc/718/statm: 2708563 45092 3470 1 0 2670221 0
[pid=718/tid=771] ppid=715 vsize=10834252 memory=280010258871155 CPUtime=1.44 cores=0,2,4,6
/proc/718/task/771/stat : 771 (java) R 715 718 29230 0 -1 4202560 17910 13056 0 0 129 7 5 3 20 0 15 0 77836135 11094274048 45092 33554432000 4194304 4196468 140735049486896 140529717053408 140529729316190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=772] ppid=715 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/772/stat : 772 (java) S 715 718 29230 0 -1 1077944384 76 13056 0 0 0 0 5 3 20 0 15 0 77836136 11094274048 45092 33554432000 4194304 4196468 140735049486896 140529749477776 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=773] ppid=715 vsize=10834252 memory=5938663788740043372 CPUtime=0.09 cores=0,2,4,6
/proc/718/task/773/stat : 773 (java) S 715 718 29230 0 -1 1077944384 16 13056 0 0 1 0 5 3 20 0 15 0 77836136 11094274048 45092 33554432000 4194304 4196468 140735049486896 140529653680400 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=774] ppid=715 vsize=10834252 memory=5938663788740043372 CPUtime=0.09 cores=0,2,4,6
/proc/718/task/774/stat : 774 (java) S 715 718 29230 0 -1 1077944384 253 13056 0 0 1 0 5 3 20 0 15 0 77836136 11094274048 45092 33554432000 4194304 4196468 140735049486896 140529317501584 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=775] ppid=715 vsize=10834252 memory=5938663788740043372 CPUtime=0.09 cores=0,2,4,6
/proc/718/task/775/stat : 775 (java) S 715 718 29230 0 -1 1077944384 34 13056 0 0 1 0 5 3 20 0 15 0 77836136 11094274048 45092 33554432000 4194304 4196468 140735049486896 140529316448784 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=776] ppid=715 vsize=10834252 memory=5792303466689679457 CPUtime=0.09 cores=0,2,4,6
/proc/718/task/776/stat : 776 (java) S 715 718 29230 0 -1 1077944384 57 13056 0 0 1 0 5 3 20 0 15 0 77836138 11094274048 45092 33554432000 4194304 4196468 140735049486896 140529271872112 140529745246850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=777] ppid=715 vsize=10834252 memory=4639098309541126759 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/777/stat : 777 (java) S 715 718 29230 0 -1 1077944384 14 13056 0 0 0 0 5 3 20 0 15 0 77836138 11094274048 45092 33554432000 4194304 4196468 140735049486896 140529182434656 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=778] ppid=715 vsize=10834252 memory=6009316314409558116 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/778/stat : 778 (java) S 715 718 29230 0 -1 1077944384 1 13056 0 0 0 0 5 3 20 0 15 0 77836138 11094274048 45092 33554432000 4194304 4196468 140735049486896 140528511346304 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=779] ppid=715 vsize=10834252 memory=1704 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/779/stat : 779 (java) S 715 718 29230 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 77836141 11094274048 45092 33554432000 4194304 4196468 140735049486896 140528271055440 140529745254299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=780] ppid=715 vsize=10834252 memory=796 CPUtime=0.28 cores=0,2,4,6
/proc/718/task/780/stat : 780 (java) S 715 718 29230 0 -1 1077944384 1323 13056 0 0 20 0 5 3 20 0 15 0 77836141 11094274048 45092 33554432000 4194304 4196468 140735049486896 140529270818928 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=781] ppid=715 vsize=10834252 memory=11008 CPUtime=0.26 cores=0,2,4,6
/proc/718/task/781/stat : 781 (java) S 715 718 29230 0 -1 1077944384 928 13056 0 0 18 0 5 3 20 0 15 0 77836141 11094274048 45092 33554432000 4194304 4196468 140735049486896 140529269766128 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=782] ppid=715 vsize=10834252 memory=1008 CPUtime=0.38 cores=0,2,4,6
/proc/718/task/782/stat : 782 (java) S 715 718 29230 0 -1 1077944384 1249 13056 0 0 30 0 5 3 20 0 15 0 77836141 11094274048 45092 33554432000 4194304 4196468 140735049486896 140529268713840 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0

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

[pid=718/tid=783] ppid=715 vsize=10916192 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/783/stat : 783 (java) S 715 718 29230 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 77836141 11178180608 177811 33554432000 4194304 4196468 140735049486896 140528237496800 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=784] ppid=715 vsize=10916192 memory=3216 CPUtime=0.68 cores=0,2,4,6
/proc/718/task/784/stat : 784 (java) S 715 718 29230 0 -1 1077944384 704 13056 0 0 31 29 5 3 20 0 15 0 77836141 11178180608 177811 33554432000 4194304 4196468 140735049486896 140529267661744 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
Current children cumulated CPU time: 1190.55 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 711244 KiB

[startup+1168 s]*
/proc/loadavg: 1.45 1.35 1.36 3/215 844
/proc/meminfo: memFree=9746600/32770624 swapFree=67108852/67108860
[pid=718] ppid=715 vsize=10916192 memory=711244 CPUtime=1193.78 cores=0,2,4,6
/proc/718/stat : 718 (java) S 715 718 29230 0 -1 1077944320 180718 13056 0 0 119199 171 5 3 20 0 15 0 77836127 11178180608 177811 33554432000 4194304 4196468 140735049486896 140735049469440 140529745235703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
/proc/718/statm: 2729048 177811 3518 1 0 2690701 0
[pid=718/tid=771] ppid=715 vsize=10916192 memory=1398720917958146503 CPUtime=1156.92 cores=0,2,4,6
/proc/718/task/771/stat : 771 (java) R 715 718 29230 0 -1 4202560 70301 13056 0 0 115650 34 5 3 20 0 15 0 77836135 11178180608 177811 33554432000 4194304 4196468 140735049486896 140529717071536 140529344920224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=772] ppid=715 vsize=10916192 memory=4126316290023845779 CPUtime=4.66 cores=0,2,4,6
/proc/718/task/772/stat : 772 (java) S 715 718 29230 0 -1 1077944384 9231 13056 0 0 435 23 5 3 20 0 15 0 77836136 11178180608 177811 33554432000 4194304 4196468 140735049486896 140529749477776 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=773] ppid=715 vsize=10916192 memory=6947385649911455296 CPUtime=4.64 cores=0,2,4,6
/proc/718/task/773/stat : 773 (java) S 715 718 29230 0 -1 1077944384 9978 13056 0 0 431 25 5 3 20 0 15 0 77836136 11178180608 177811 33554432000 4194304 4196468 140735049486896 140529653680400 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=774] ppid=715 vsize=10916192 memory=928 CPUtime=4.66 cores=0,2,4,6
/proc/718/task/774/stat : 774 (java) S 715 718 29230 0 -1 1077944384 7350 13056 0 0 434 24 5 3 20 0 15 0 77836136 11178180608 177811 33554432000 4194304 4196468 140735049486896 140529317501584 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=775] ppid=715 vsize=10916192 memory=2244 CPUtime=4.67 cores=0,2,4,6
/proc/718/task/775/stat : 775 (java) S 715 718 29230 0 -1 1077944384 5086 13056 0 0 434 25 5 3 20 0 15 0 77836136 11178180608 177811 33554432000 4194304 4196468 140735049486896 140529316448784 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=776] ppid=715 vsize=10916192 memory=4124 CPUtime=4.85 cores=0,2,4,6
/proc/718/task/776/stat : 776 (java) S 715 718 29230 0 -1 1077944384 6867 13056 0 0 455 22 5 3 20 0 15 0 77836138 11178180608 177811 33554432000 4194304 4196468 140735049486896 140529271872112 140529745246850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=777] ppid=715 vsize=10916192 memory=711244 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/777/stat : 777 (java) S 715 718 29230 0 -1 1077944384 18 13056 0 0 0 0 5 3 20 0 15 0 77836138 11178180608 177811 33554432000 4194304 4196468 140735049486896 140529182434656 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=778] ppid=715 vsize=10916192 memory=4044 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/778/stat : 778 (java) S 715 718 29230 0 -1 1077944384 7 13056 0 0 0 0 5 3 20 0 15 0 77836138 11178180608 177811 33554432000 4194304 4196468 140735049486896 140528511346304 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=779] ppid=715 vsize=10916192 memory=13584 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/779/stat : 779 (java) S 715 718 29230 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 77836141 11178180608 177811 33554432000 4194304 4196468 140735049486896 140528271055440 140529745254299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=780] ppid=715 vsize=10916192 memory=16432 CPUtime=5.06 cores=0,2,4,6
/proc/718/task/780/stat : 780 (java) S 715 718 29230 0 -1 1077944384 25915 13056 0 0 493 5 5 3 20 0 15 0 77836141 11178180608 177811 33554432000 4194304 4196468 140735049486896 140529270818928 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=781] ppid=715 vsize=10916192 memory=1792 CPUtime=5.41 cores=0,2,4,6
/proc/718/task/781/stat : 781 (java) S 715 718 29230 0 -1 1077944384 18291 13056 0 0 529 4 5 3 20 0 15 0 77836141 11178180608 177811 33554432000 4194304 4196468 140735049486896 140529269766128 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=782] ppid=715 vsize=10916192 memory=644 CPUtime=2.84 cores=0,2,4,6
/proc/718/task/782/stat : 782 (java) S 715 718 29230 0 -1 1077944384 24772 13056 0 0 271 5 5 3 20 0 15 0 77836141 11178180608 177811 33554432000 4194304 4196468 140735049486896 140529268713840 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=783] ppid=715 vsize=10916192 memory=956 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/783/stat : 783 (java) S 715 718 29230 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 77836141 11178180608 177811 33554432000 4194304 4196468 140735049486896 140528237496800 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=784] ppid=715 vsize=10916192 memory=1232 CPUtime=0.68 cores=0,2,4,6
/proc/718/task/784/stat : 784 (java) S 715 718 29230 0 -1 1077944384 704 13056 0 0 31 29 5 3 20 0 15 0 77836141 11178180608 177811 33554432000 4194304 4196468 140735049486896 140529267661744 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
Current children cumulated CPU time: 1193.78 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 711244 KiB

[startup+1169.6 s]
/proc/loadavg: 1.45 1.35 1.36 3/215 844
/proc/meminfo: memFree=9746600/32770624 swapFree=67108852/67108860
[pid=718] ppid=715 vsize=10916192 memory=711312 CPUtime=1195.4 cores=0,2,4,6
/proc/718/stat : 718 (java) S 715 718 29230 0 -1 1077944320 182052 13056 0 0 119360 172 5 3 20 0 15 0 77836127 11178180608 177828 33554432000 4194304 4196468 140735049486896 140735049469440 140529745235703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
/proc/718/statm: 2729048 177828 3518 1 0 2690701 0
[pid=718/tid=771] ppid=715 vsize=10916192 memory=711244 CPUtime=1158.5 cores=0,2,4,6
/proc/718/task/771/stat : 771 (java) R 715 718 29230 0 -1 4202560 70419 13056 0 0 115808 34 5 3 20 0 15 0 77836135 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529717070720 140529344918920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=772] ppid=715 vsize=10916192 memory=844 CPUtime=4.66 cores=0,2,4,6
/proc/718/task/772/stat : 772 (java) S 715 718 29230 0 -1 1077944384 9237 13056 0 0 435 23 5 3 20 0 15 0 77836136 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529749477776 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=773] ppid=715 vsize=10916192 memory=1696 CPUtime=4.65 cores=0,2,4,6
/proc/718/task/773/stat : 773 (java) S 715 718 29230 0 -1 1077944384 10048 13056 0 0 432 25 5 3 20 0 15 0 77836136 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529653680400 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=774] ppid=715 vsize=10916192 memory=711312 CPUtime=4.66 cores=0,2,4,6
/proc/718/task/774/stat : 774 (java) S 715 718 29230 0 -1 1077944384 8456 13056 0 0 434 24 5 3 20 0 15 0 77836136 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529317501584 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=775] ppid=715 vsize=10916192 memory=4012 CPUtime=4.67 cores=0,2,4,6
/proc/718/task/775/stat : 775 (java) S 715 718 29230 0 -1 1077944384 5093 13056 0 0 434 25 5 3 20 0 15 0 77836136 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529316448784 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=776] ppid=715 vsize=10916192 memory=23220 CPUtime=4.86 cores=0,2,4,6
/proc/718/task/776/stat : 776 (java) S 715 718 29230 0 -1 1077944384 6894 13056 0 0 456 22 5 3 20 0 15 0 77836138 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529271872112 140529745246850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=777] ppid=715 vsize=10916192 memory=6947385649911455296 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/777/stat : 777 (java) S 715 718 29230 0 -1 1077944384 18 13056 0 0 0 0 5 3 20 0 15 0 77836138 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529182434656 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=778] ppid=715 vsize=10916192 memory=1732 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/778/stat : 778 (java) S 715 718 29230 0 -1 1077944384 7 13056 0 0 0 0 5 3 20 0 15 0 77836138 11178180608 177828 33554432000 4194304 4196468 140735049486896 140528511346304 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=779] ppid=715 vsize=10916192 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/779/stat : 779 (java) S 715 718 29230 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140528271055440 140529745254299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=780] ppid=715 vsize=10916192 memory=3216 CPUtime=5.06 cores=0,2,4,6
/proc/718/task/780/stat : 780 (java) S 715 718 29230 0 -1 1077944384 25915 13056 0 0 493 5 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529270818928 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=781] ppid=715 vsize=10916192 memory=2601936 CPUtime=5.41 cores=0,2,4,6
/proc/718/task/781/stat : 781 (java) S 715 718 29230 0 -1 1077944384 18291 13056 0 0 529 4 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529269766128 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=782] ppid=715 vsize=10916192 memory=1712 CPUtime=2.84 cores=0,2,4,6
/proc/718/task/782/stat : 782 (java) S 715 718 29230 0 -1 1077944384 24772 13056 0 0 271 5 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529268713840 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=783] ppid=715 vsize=10916192 memory=6947385649911455296 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/783/stat : 783 (java) S 715 718 29230 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140528237496800 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=784] ppid=715 vsize=10916192 memory=3216 CPUtime=0.68 cores=0,2,4,6
/proc/718/task/784/stat : 784 (java) S 715 718 29230 0 -1 1077944384 704 13056 0 0 31 29 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529267661744 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
Current children cumulated CPU time: 1195.4 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 711312 KiB

[startup+1170 s]*
/proc/loadavg: 1.41 1.35 1.36 3/215 844
/proc/meminfo: memFree=9746600/32770624 swapFree=67108852/67108860
[pid=718] ppid=715 vsize=10916192 memory=711312 CPUtime=1195.8 cores=0,2,4,6
/proc/718/stat : 718 (java) S 715 718 29230 0 -1 1077944320 182063 13056 0 0 119400 172 5 3 20 0 15 0 77836127 11178180608 177828 33554432000 4194304 4196468 140735049486896 140735049469440 140529745235703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
/proc/718/statm: 2729048 177828 3518 1 0 2690701 0
[pid=718/tid=771] ppid=715 vsize=10916192 memory=1398720917958146503 CPUtime=1158.9 cores=0,2,4,6
/proc/718/task/771/stat : 771 (java) R 715 718 29230 0 -1 4202560 70421 13056 0 0 115848 34 5 3 20 0 15 0 77836135 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529717070064 140529346147654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=772] ppid=715 vsize=10916192 memory=4126316290023845779 CPUtime=4.67 cores=0,2,4,6
/proc/718/task/772/stat : 772 (java) S 715 718 29230 0 -1 1077944384 9239 13056 0 0 436 23 5 3 20 0 15 0 77836136 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529749477776 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=773] ppid=715 vsize=10916192 memory=7100839878645619564 CPUtime=4.65 cores=0,2,4,6
/proc/718/task/773/stat : 773 (java) S 715 718 29230 0 -1 1077944384 10048 13056 0 0 432 25 5 3 20 0 15 0 77836136 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529653680400 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=774] ppid=715 vsize=10916192 memory=-8634980985311628903 CPUtime=4.67 cores=0,2,4,6
/proc/718/task/774/stat : 774 (java) S 715 718 29230 0 -1 1077944384 8456 13056 0 0 435 24 5 3 20 0 15 0 77836136 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529317501584 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=775] ppid=715 vsize=10916192 memory=7897517683652307531 CPUtime=4.67 cores=0,2,4,6
/proc/718/task/775/stat : 775 (java) S 715 718 29230 0 -1 1077944384 5094 13056 0 0 434 25 5 3 20 0 15 0 77836136 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529316448784 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=776] ppid=715 vsize=10916192 memory=8514726395715349656 CPUtime=4.86 cores=0,2,4,6
/proc/718/task/776/stat : 776 (java) S 715 718 29230 0 -1 1077944384 6900 13056 0 0 456 22 5 3 20 0 15 0 77836138 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529271872112 140529745246850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=777] ppid=715 vsize=10916192 memory=3047711553320166262 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/777/stat : 777 (java) S 715 718 29230 0 -1 1077944384 18 13056 0 0 0 0 5 3 20 0 15 0 77836138 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529182434656 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=778] ppid=715 vsize=10916192 memory=8514701219730523551 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/778/stat : 778 (java) S 715 718 29230 0 -1 1077944384 7 13056 0 0 0 0 5 3 20 0 15 0 77836138 11178180608 177828 33554432000 4194304 4196468 140735049486896 140528511346304 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=779] ppid=715 vsize=10916192 memory=7380379873750110312 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/779/stat : 779 (java) S 715 718 29230 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140528271055440 140529745254299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=780] ppid=715 vsize=10916192 memory=6369607639053132906 CPUtime=5.06 cores=0,2,4,6
/proc/718/task/780/stat : 780 (java) S 715 718 29230 0 -1 1077944384 25915 13056 0 0 493 5 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529270818928 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=781] ppid=715 vsize=10916192 memory=7084817979802217319 CPUtime=5.41 cores=0,2,4,6
/proc/718/task/781/stat : 781 (java) S 715 718 29230 0 -1 1077944384 18291 13056 0 0 529 4 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529269766128 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=782] ppid=715 vsize=10916192 memory=7667497561383256160 CPUtime=2.84 cores=0,2,4,6
/proc/718/task/782/stat : 782 (java) S 715 718 29230 0 -1 1077944384 24772 13056 0 0 271 5 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529268713840 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=783] ppid=715 vsize=10916192 memory=7235710566141946944 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/783/stat : 783 (java) S 715 718 29230 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140528237496800 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=784] ppid=715 vsize=10916192 memory=-8813974798734826869 CPUtime=0.68 cores=0,2,4,6
/proc/718/task/784/stat : 784 (java) S 715 718 29230 0 -1 1077944384 704 13056 0 0 31 29 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529267661744 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
Current children cumulated CPU time: 1195.8 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 711312 KiB

[startup+1170.2 s]
/proc/loadavg: 1.41 1.35 1.36 3/215 844
/proc/meminfo: memFree=9746600/32770624 swapFree=67108852/67108860
[pid=718] ppid=715 vsize=10916192 memory=711312 CPUtime=1196 cores=0,2,4,6
/proc/718/stat : 718 (java) S 715 718 29230 0 -1 1077944320 182064 13056 0 0 119420 172 5 3 20 0 15 0 77836127 11178180608 177828 33554432000 4194304 4196468 140735049486896 140735049469440 140529745235703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
/proc/718/statm: 2729048 177828 3518 1 0 2690701 0
[pid=718/tid=771] ppid=715 vsize=10916192 memory=7012483291771660905 CPUtime=1159.09 cores=0,2,4,6
/proc/718/task/771/stat : 771 (java) R 715 718 29230 0 -1 4202560 70422 13056 0 0 115867 34 5 3 20 0 15 0 77836135 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529717070544 140529347346180 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=772] ppid=715 vsize=10916192 memory=7012483291771660905 CPUtime=4.67 cores=0,2,4,6
/proc/718/task/772/stat : 772 (java) S 715 718 29230 0 -1 1077944384 9239 13056 0 0 436 23 5 3 20 0 15 0 77836136 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529749477776 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=773] ppid=715 vsize=10916192 memory=7012483291771660905 CPUtime=4.65 cores=0,2,4,6
/proc/718/task/773/stat : 773 (java) S 715 718 29230 0 -1 1077944384 10048 13056 0 0 432 25 5 3 20 0 15 0 77836136 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529653680400 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=774] ppid=715 vsize=10916192 memory=7012483291771660905 CPUtime=4.67 cores=0,2,4,6
/proc/718/task/774/stat : 774 (java) S 715 718 29230 0 -1 1077944384 8456 13056 0 0 435 24 5 3 20 0 15 0 77836136 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529317501584 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=775] ppid=715 vsize=10916192 memory=7012483291771660905 CPUtime=4.67 cores=0,2,4,6
/proc/718/task/775/stat : 775 (java) S 715 718 29230 0 -1 1077944384 5094 13056 0 0 434 25 5 3 20 0 15 0 77836136 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529316448784 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=776] ppid=715 vsize=10916192 memory=7740683245592858968 CPUtime=4.86 cores=0,2,4,6
/proc/718/task/776/stat : 776 (java) S 715 718 29230 0 -1 1077944384 6900 13056 0 0 456 22 5 3 20 0 15 0 77836138 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529271872112 140529745246850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=777] ppid=715 vsize=10916192 memory=7524226823872602449 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/777/stat : 777 (java) S 715 718 29230 0 -1 1077944384 18 13056 0 0 0 0 5 3 20 0 15 0 77836138 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529182434656 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=778] ppid=715 vsize=10916192 memory=7524226823872602449 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/778/stat : 778 (java) S 715 718 29230 0 -1 1077944384 7 13056 0 0 0 0 5 3 20 0 15 0 77836138 11178180608 177828 33554432000 4194304 4196468 140735049486896 140528511346304 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=779] ppid=715 vsize=10916192 memory=7012483291771660905 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/779/stat : 779 (java) S 715 718 29230 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140528271055440 140529745254299 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=780] ppid=715 vsize=10916192 memory=7012483291771660905 CPUtime=5.06 cores=0,2,4,6
/proc/718/task/780/stat : 780 (java) S 715 718 29230 0 -1 1077944384 25915 13056 0 0 493 5 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529270818928 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=781] ppid=715 vsize=10916192 memory=7012483291771660905 CPUtime=5.41 cores=0,2,4,6
/proc/718/task/781/stat : 781 (java) S 715 718 29230 0 -1 1077944384 18291 13056 0 0 529 4 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529269766128 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=782] ppid=715 vsize=10916192 memory=7524226823872602449 CPUtime=2.84 cores=0,2,4,6
/proc/718/task/782/stat : 782 (java) S 715 718 29230 0 -1 1077944384 24772 13056 0 0 271 5 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529268713840 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=783] ppid=715 vsize=10916192 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/718/task/783/stat : 783 (java) S 715 718 29230 0 -1 1077944384 3 13056 0 0 0 0 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140528237496800 140529745245909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
[pid=718/tid=784] ppid=715 vsize=10916192 memory=288230583166042426 CPUtime=0.68 cores=0,2,4,6
/proc/718/task/784/stat : 784 (java) S 715 718 29230 0 -1 1077944384 704 13056 0 0 31 29 5 3 20 0 15 0 77836141 11178180608 177828 33554432000 4194304 4196468 140735049486896 140529267661744 140529745246850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10067968 140735049489006 140735049491804 140735049491804 140735049494479 0
Current children cumulated CPU time: 1196 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 711312 KiB

Child status: 0
Real time (s): 1170.32
CPU time (s): 1196.12
CPU user time (s): 1194.35
CPU system time (s): 1.76939
CPU usage (%): 102.205
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 719848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1194.35
system time used= 1.76939
maximum resident set size= 721896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197350
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131286
involuntary context switches= 4182


# summary of solver processes directly reported to runsolver:
#   pid: 718
#   total CPU time (s): 1196.12
#   total CPU user time (s): 1194.35
#   total CPU system time (s): 1.76939

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.01535 second user time and 9.93781 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-26 12:58:50
IDJOB=4295954
IDBENCH=141621
IDSOLVER=2750
FILE ID=node148/4295954-1532602730
RUNJOBID= node148-1532582651-29261
PBS_JOBID= 21021961
Free space on /tmp= 43240 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-15-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295954-1532602730/watcher-4295954-1532602730 -o /tmp/evaluation-result-4295954-1532602730/solver-4295954-1532602730 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29261 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1679540902 HOME/instance-4295954-1532602730.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=1679540902

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        10283220 kB
MemAvailable:   29175084 kB
Buffers:          226360 kB
Cached:         18600216 kB
SwapCached:            8 kB
Active:          5167028 kB
Inactive:       16462812 kB
Active(anon):    2756800 kB
Inactive(anon):    74280 kB
Active(file):    2410228 kB
Inactive(file): 16388532 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26324 kB
Writeback:             0 kB
AnonPages:       2813812 kB
Mapped:            53876 kB
Shmem:             25216 kB
Slab:             550232 kB
SReclaimable:     521564 kB
SUnreclaim:        28668 kB
KernelStack:        3696 kB
PageTables:        11512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3699408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2570240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43212 MiB
End job on node148 at 2018-07-26 13:18:20