Trace number 4392117

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.10OPT104 1801.23 1761.77

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-10.xml
MD5SUM3c026331d7bc07d88063d95da0d404ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark38.5816
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"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.74/0.55	c Concrete v3.10.1560635388952 running
7.01/3.14	o 175
7.01/3.15	o 161
7.01/3.16	o 156
7.32/3.21	o 151
7.67/3.35	o 148
7.67/3.35	o 147
8.00/3.45	o 142
8.00/3.46	o 139
8.00/3.48	o 137
8.67/3.62	o 136
9.64/3.91	o 132
9.64/3.92	o 127
9.64/3.92	o 122
9.99/4.04	o 121
9.99/4.05	o 120
9.99/4.06	o 115
10.26/4.12	o 111
10.26/4.13	o 110
10.26/4.13	o 109
10.99/4.45	o 108
11.18/4.52	o 105
11.18/4.52	o 104
1801.15/1761.75	v <instantiation
1801.15/1761.75	v         cost = '104'>
1801.15/1761.75	v       <list>
1801.15/1761.75	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]
1801.15/1761.75	v       </list>
1801.15/1761.75	v       <values>
1801.15/1761.75	v         7 9 10 13 11 12 14 8 6 4 1 0 3 2 5 3 4 6 4 7 9 12 10 6 11 1 8 8 7 8
1801.15/1761.75	v       </values>
1801.15/1761.75	v     </instantiation>
1801.15/1761.75	s OPTIMUM FOUND

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392117-1568321161/watcher-4392117-1568321161 -o /tmp/evaluation-result-4392117-1568321161/solver-4392117-1568321161 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4657 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1724601216 HOME/instance-4392117-1568321161.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=10435, runsolver pid=10432
Current StackSize limit: 8192 KiB


[startup+0.10004 s]*
/proc/loadavg: 1.51 1.41 1.40 4/219 10492
/proc/meminfo: memFree=23088328/32770624 swapFree=66997112/67108860
[pid=10435] ppid=10432 vsize=9972712 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 14487 0 -1 1077944320 4459 13079 0 0 1 0 5 3 20 0 6 0 408369168 10212057088 4203 33554432000 4194304 4196468 140735678411888 140735678394432 140007531638519 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
/proc/10435/statm: 2493178 4203 1935 1 0 2481616 0
[pid=10435/tid=10488] ppid=10432 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 14487 0 -1 4202560 2251 13079 0 0 0 0 5 3 20 0 6 0 408369177 10212057088 4715 33554432000 4194304 4196468 140735678411888 140007503475280 140007531660445 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10489] ppid=10432 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 14487 0 -1 1077944384 1 13079 0 0 0 0 5 3 20 0 6 0 408369178 10212057088 4715 33554432000 4194304 4196468 140735678411888 140007535880976 140007531648725 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10490] ppid=10432 vsize=9972712 memory=4051462282763626144 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 6 0 408369178 10212057088 4715 33554432000 4194304 4196468 140735678411888 140007424154512 140007531648725 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10491] ppid=10432 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 14487 0 -1 1077944384 1 13079 0 0 0 0 5 3 20 0 6 0 408369178 10212057088 4715 33554432000 4194304 4196468 140735678411888 140007423101968 140007531648725 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10492] ppid=10432 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 6 0 408369178 10212057088 4715 33554432000 4194304 4196468 140735678411888 140007422049424 140007531648725 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210371 s]*
/proc/loadavg: 1.51 1.41 1.40 3/228 10501
/proc/meminfo: memFree=23067776/32770624 swapFree=66997112/67108860
[pid=10435] ppid=10432 vsize=10818940 memory=40320 CPUtime=0.26 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 14487 0 -1 1077944320 6930 13079 0 0 17 1 5 3 20 0 15 0 408369168 11078594560 10080 33554432000 4194304 4196468 140735678411888 140735678394432 140007531638519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
/proc/10435/statm: 2704735 10080 2980 1 0 2667149 0
[pid=10435/tid=10488] ppid=10432 vsize=10818940 memory=734403540614644017 CPUtime=0.2 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 14487 0 -1 4202560 3401 13079 0 0 11 1 5 3 20 0 15 0 408369177 11078594560 10080 33554432000 4194304 4196468 140735678411888 140007503426304 140007531650454 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10489] ppid=10432 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 14487 0 -1 1077944384 1 13079 0 0 0 0 5 3 20 0 15 0 408369178 11078594560 10080 33554432000 4194304 4196468 140735678411888 140007535880976 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10490] ppid=10432 vsize=10818940 memory=4051462282763626144 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 15 0 408369178 11078594560 10080 33554432000 4194304 4196468 140735678411888 140007424154512 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10491] ppid=10432 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 14487 0 -1 1077944384 1 13079 0 0 0 0 5 3 20 0 15 0 408369178 11078594560 10080 33554432000 4194304 4196468 140735678411888 140007423101968 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10492] ppid=10432 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 15 0 408369178 11078594560 10080 33554432000 4194304 4196468 140735678411888 140007422049424 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10493] ppid=10432 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10493/stat : 10493 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 15 0 408369179 11078594560 10080 33554432000 4194304 4196468 140735678411888 140006990637040 140007531649666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10494] ppid=10432 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10494/stat : 10494 (java) S 10432 10435 14487 0 -1 1077944384 33 13079 0 0 0 0 5 3 20 0 15 0 408369180 11078594560 10080 33554432000 4194304 4196468 140735678411888 140006989583264 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10495] ppid=10432 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10495/stat : 10495 (java) S 10432 10435 14487 0 -1 1077944384 1 13079 0 0 0 0 5 3 20 0 15 0 408369180 11078594560 10080 33554432000 4194304 4196468 140735678411888 140006874145776 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10496] ppid=10432 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10496/stat : 10496 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 15 0 408369182 11078594560 10080 33554432000 4194304 4196468 140735678411888 140006270167248 140007531657115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10497] ppid=10432 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10435/task/10497/stat : 10497 (java) S 10432 10435 14487 0 -1 1077944384 579 13079 0 0 1 0 5 3 20 0 15 0 408369182 11078594560 10080 33554432000 4194304 4196468 140735678411888 140006956026352 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10498] ppid=10432 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10498/stat : 10498 (java) S 10432 10435 14487 0 -1 1077944384 67 13079 0 0 0 0 5 3 20 0 15 0 408369182 11078594560 10080 33554432000 4194304 4196468 140735678411888 140006954973808 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10499] ppid=10432 vsize=10818940 memory=139959428245120 CPUtime=0.1 cores=0,2,4,6
/proc/10435/task/10499/stat : 10499 (java) S 10432 10435 14487 0 -1 1077944384 637 13079 0 0 2 0 5 3 20 0 15 0 408369182 11078594560 10080 33554432000 4194304 4196468 140735678411888 140006953921264 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10500] ppid=10432 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 14487 0 -1 1077944384 3 13079 0 0 0 0 5 3 20 0 15 0 408369183 11078594560 10080 33554432000 4194304 4196468 140735678411888 140005800406112 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10501] ppid=10432 vsize=10818940 memory=139959428245120 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 14487 0 -1 1077944384 1 13079 0 0 0 0 5 3 20 0 15 0 408369183 11078594560 10080 33554432000 4194304 4196468 140735678411888 140006952868144 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40320 KiB

[startup+0.310557 s]*
/proc/loadavg: 1.51 1.41 1.40 4/228 10501
/proc/meminfo: memFree=23056748/32770624 swapFree=66997112/67108860
[pid=10435] ppid=10432 vsize=10820096 memory=52228 CPUtime=0.41 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 14487 0 -1 1077944320 10713 13079 0 0 30 3 5 3 20 0 15 0 408369168 11079778304 13057 33554432000 4194304 4196468 140735678411888 140735678394432 140007531638519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
/proc/10435/statm: 2705024 13057 3294 1 0 2667149 0
[pid=10435/tid=10488] ppid=10432 vsize=10820096 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 14487 0 -1 4202560 7149 13079 0 0 20 2 5 3 20 0 15 0 408369177 11079778304 13057 33554432000 4194304 4196468 140735678411888 140007503459552 140007092394156 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10489] ppid=10432 vsize=10820096 memory=-6517102902069810590 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 14487 0 -1 1077944384 1 13079 0 0 0 0 5 3 20 0 15 0 408369178 11079778304 13057 33554432000 4194304 4196468 140735678411888 140007535880976 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10490] ppid=10432 vsize=10820096 memory=1398720917958146503 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 15 0 408369178 11079778304 13057 33554432000 4194304 4196468 140735678411888 140007424154512 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10491] ppid=10432 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 14487 0 -1 1077944384 1 13079 0 0 0 0 5 3 20 0 15 0 408369178 11079778304 13057 33554432000 4194304 4196468 140735678411888 140007423101968 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10492] ppid=10432 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 15 0 408369178 11079778304 13057 33554432000 4194304 4196468 140735678411888 140007422049424 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10493] ppid=10432 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10493/stat : 10493 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 15 0 408369179 11079778304 13057 33554432000 4194304 4196468 140735678411888 140006990637040 140007531649666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10494] ppid=10432 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10494/stat : 10494 (java) S 10432 10435 14487 0 -1 1077944384 33 13079 0 0 0 0 5 3 20 0 15 0 408369180 11079778304 13057 33554432000 4194304 4196468 140735678411888 140006989583264 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10495] ppid=10432 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10495/stat : 10495 (java) S 10432 10435 14487 0 -1 1077944384 1 13079 0 0 0 0 5 3 20 0 15 0 408369180 11079778304 13057 33554432000 4194304 4196468 140735678411888 140006874145776 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10496] ppid=10432 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10496/stat : 10496 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 15 0 408369182 11079778304 13057 33554432000 4194304 4196468 140735678411888 140006270167248 140007531657115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10497] ppid=10432 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/10435/task/10497/stat : 10497 (java) S 10432 10435 14487 0 -1 1077944384 579 13079 0 0 2 0 5 3 20 0 15 0 408369182 11079778304 13057 33554432000 4194304 4196468 140735678411888 140006956026352 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10498] ppid=10432 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10435/task/10498/stat : 10498 (java) S 10432 10435 14487 0 -1 1077944384 68 13079 0 0 1 0 5 3 20 0 15 0 408369182 11079778304 13057 33554432000 4194304 4196468 140735678411888 140006954973808 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10499] ppid=10432 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/10435/task/10499/stat : 10499 (java) S 10432 10435 14487 0 -1 1077944384 660 13079 0 0 5 0 5 3 20 0 15 0 408369182 11079778304 13057 33554432000 4194304 4196468 140735678411888 140006953921264 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10500] ppid=10432 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 14487 0 -1 1077944384 3 13079 0 0 0 0 5 3 20 0 15 0 408369183 11079778304 13057 33554432000 4194304 4196468 140735678411888 140005800406112 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10501] ppid=10432 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 14487 0 -1 1077944384 1 13079 0 0 0 0 5 3 20 0 15 0 408369183 11079778304 13057 33554432000 4194304 4196468 140735678411888 140006952868144 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52228 KiB

[startup+0.700778 s]
/proc/loadavg: 1.51 1.41 1.40 4/228 10501
/proc/meminfo: memFree=23041124/32770624 swapFree=66997112/67108860
[pid=10435] ppid=10432 vsize=10824340 memory=82324 CPUtime=1.15 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 14487 0 -1 1077944320 14847 13079 0 0 102 5 5 3 20 0 15 0 408369168 11084124160 20581 33554432000 4194304 4196468 140735678411888 140735678394432 140007531638519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
/proc/10435/statm: 2706085 20581 3498 1 0 2668173 0
[pid=10435/tid=10488] ppid=10432 vsize=10824340 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 14487 0 -1 4202560 10469 13079 0 0 56 3 5 3 20 0 15 0 408369177 11084124160 20581 33554432000 4194304 4196468 140735678411888 140007503468096 140007454707809 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10489] ppid=10432 vsize=10824340 memory=3504 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 14487 0 -1 1077944384 1 13079 0 0 0 0 5 3 20 0 15 0 408369178 11084124160 20581 33554432000 4194304 4196468 140735678411888 140007535880976 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10490] ppid=10432 vsize=10824340 memory=38040 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 15 0 408369178 11084124160 20581 33554432000 4194304 4196468 140735678411888 140007424154512 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10491] ppid=10432 vsize=10824340 memory=3028 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 14487 0 -1 1077944384 1 13079 0 0 0 0 5 3 20 0 15 0 408369178 11084124160 20581 33554432000 4194304 4196468 140735678411888 140007423101968 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10492] ppid=10432 vsize=10824340 memory=2012 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 15 0 408369178 11084124160 20581 33554432000 4194304 4196468 140735678411888 140007422049424 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10493] ppid=10432 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10493/stat : 10493 (java) S 10432 10435 14487 0 -1 1077944384 6 13079 0 0 0 0 5 3 20 0 15 0 408369179 11084124160 20581 33554432000 4194304 4196468 140735678411888 140006990637040 140007531649666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10494] ppid=10432 vsize=10824340 memory=-6592860228303572950 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10494/stat : 10494 (java) S 10432 10435 14487 0 -1 1077944384 33 13079 0 0 0 0 5 3 20 0 15 0 408369180 11084124160 20581 33554432000 4194304 4196468 140735678411888 140006989583264 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10495] ppid=10432 vsize=10824340 memory=3470692292451393600 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10495/stat : 10495 (java) S 10432 10435 14487 0 -1 1077944384 1 13079 0 0 0 0 5 3 20 0 15 0 408369180 11084124160 20581 33554432000 4194304 4196468 140735678411888 140006874145776 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10496] ppid=10432 vsize=10824340 memory=4207095701905760320 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10496/stat : 10496 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 15 0 408369182 11084124160 20581 33554432000 4194304 4196468 140735678411888 140006270167248 140007531657115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10497] ppid=10432 vsize=10824340 memory=7742969266734009136 CPUtime=0.21 cores=0,2,4,6
/proc/10435/task/10497/stat : 10497 (java) S 10432 10435 14487 0 -1 1077944384 844 13079 0 0 13 0 5 3 20 0 15 0 408369182 11084124160 20581 33554432000 4194304 4196468 140735678411888 140006956026352 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10498] ppid=10432 vsize=10824340 memory=6935649255911810368 CPUtime=0.22 cores=0,2,4,6
/proc/10435/task/10498/stat : 10498 (java) S 10432 10435 14487 0 -1 1077944384 427 13079 0 0 14 0 5 3 20 0 15 0 408369182 11084124160 20581 33554432000 4194304 4196468 140735678411888 140006954973808 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10499] ppid=10432 vsize=10824340 memory=7250080924377825376 CPUtime=0.25 cores=0,2,4,6
/proc/10435/task/10499/stat : 10499 (java) S 10432 10435 14487 0 -1 1077944384 847 13079 0 0 17 0 5 3 20 0 15 0 408369182 11084124160 20581 33554432000 4194304 4196468 140735678411888 140006953921264 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10500] ppid=10432 vsize=10824340 memory=4627829255015776352 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 14487 0 -1 1077944384 3 13079 0 0 0 0 5 3 20 0 15 0 408369183 11084124160 20581 33554432000 4194304 4196468 140735678411888 140005800406112 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10501] ppid=10432 vsize=10824340 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 14487 0 -1 1077944384 1 13079 0 0 0 0 5 3 20 0 15 0 408369183 11084124160 20581 33554432000 4194304 4196468 140735678411888 140006952868144 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82324 KiB

[startup+1.50078 s]
/proc/loadavg: 1.51 1.41 1.40 3/228 10501
/proc/meminfo: memFree=22998368/32770624 swapFree=66997112/67108860
[pid=10435] ppid=10432 vsize=10834656 memory=168152 CPUtime=2.45 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 14487 0 -1 1077944320 20232 13079 0 0 229 8 5 3 20 0 15 0 408369168 11094687744 42038 33554432000 4194304 4196468 140735678411888 140735678394432 140007531638519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
/proc/10435/statm: 2708664 42038 3570 1 0 2670733 0
[pid=10435/tid=10488] ppid=10432 vsize=10834656 memory=8 CPUtime=1.44 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 14487 0 -1 4202560 14984 13079 0 0 132 4 5 3 20 0 15 0 408369177 11094687744 42038 33554432000 4194304 4196468 140735678411888 140007503440464 140007092593536 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10489] ppid=10432 vsize=10834656 memory=38040 CPUtime=0.09 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 14487 0 -1 1077944384 21 13079 0 0 1 0 5 3 20 0 15 0 408369178 11094687744 42038 33554432000 4194304 4196468 140735678411888 140007535880976 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10490] ppid=10432 vsize=10834656 memory=3028 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 14487 0 -1 1077944384 47 13079 0 0 0 0 5 3 20 0 15 0 408369178 11094687744 42038 33554432000 4194304 4196468 140735678411888 140007424154512 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10491] ppid=10432 vsize=10834656 memory=2012 CPUtime=0.09 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 14487 0 -1 1077944384 19 13079 0 0 1 0 5 3 20 0 15 0 408369178 11094687744 42038 33554432000 4194304 4196468 140735678411888 140007423101968 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10492] ppid=10432 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 14487 0 -1 1077944384 21 13079 0 0 0 0 5 3 20 0 15 0 408369178 11094687744 42038 33554432000 4194304 4196468 140735678411888 140007422049424 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10493] ppid=10432 vsize=10834656 memory=3477430095703285352 CPUtime=0.09 cores=0,2,4,6
/proc/10435/task/10493/stat : 10493 (java) S 10432 10435 14487 0 -1 1077944384 43 13079 0 0 1 0 5 3 20 0 15 0 408369179 11094687744 42038 33554432000 4194304 4196468 140735678411888 140006990637040 140007531649666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10494] ppid=10432 vsize=10834656 memory=3833161624319373824 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10494/stat : 10494 (java) S 10432 10435 14487 0 -1 1077944384 35 13079 0 0 0 0 5 3 20 0 15 0 408369180 11094687744 42038 33554432000 4194304 4196468 140735678411888 140006989583328 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10495] ppid=10432 vsize=10834656 memory=4049615911407268608 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10495/stat : 10495 (java) S 10432 10435 14487 0 -1 1077944384 6 13079 0 0 0 0 5 3 20 0 15 0 408369180 11094687744 42038 33554432000 4194304 4196468 140735678411888 140006874145792 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10496] ppid=10432 vsize=10834656 memory=3543266591656653100 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10496/stat : 10496 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 15 0 408369182 11094687744 42038 33554432000 4194304 4196468 140735678411888 140006270167248 140007531657115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10497] ppid=10432 vsize=10834656 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/10435/task/10497/stat : 10497 (java) S 10432 10435 14487 0 -1 1077944384 903 13079 0 0 24 0 5 3 20 0 15 0 408369182 11094687744 42038 33554432000 4194304 4196468 140735678411888 140006956026352 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10498] ppid=10432 vsize=10834656 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/10435/task/10498/stat : 10498 (java) S 10432 10435 14487 0 -1 1077944384 481 13079 0 0 25 0 5 3 20 0 15 0 408369182 11094687744 42038 33554432000 4194304 4196468 140735678411888 140006954973808 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10499] ppid=10432 vsize=10834656 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/10435/task/10499/stat : 10499 (java) S 10432 10435 14487 0 -1 1077944384 1457 13079 0 0 40 1 5 3 20 0 15 0 408369182 11094687744 42038 33554432000 4194304 4196468 140735678411888 140006953921264 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10500] ppid=10432 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 14487 0 -1 1077944384 3 13079 0 0 0 0 5 3 20 0 15 0 408369183 11094687744 42038 33554432000 4194304 4196468 140735678411888 140005800406112 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10501] ppid=10432 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 14487 0 -1 1077944384 1 13079 0 0 0 0 5 3 20 0 15 0 408369183 11094687744 42038 33554432000 4194304 4196468 140735678411888 140006952868144 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834656 KiB

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

[pid=10435/tid=10500] ppid=10432 vsize=10849024 memory=701780 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 14487 0 -1 1077944384 3 13079 0 0 0 0 5 3 20 0 15 0 408369183 11109400576 175461 33554432000 4194304 4196468 140735678411888 140005800406112 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10501] ppid=10432 vsize=10849024 memory=932 CPUtime=1.11 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 14487 0 -1 1077944384 1467 13079 0 0 51 52 5 3 20 0 15 0 408369183 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006952868144 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
Current children cumulated CPU time: 1799.43 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 701844 KiB

[startup+1760.8 s]
/proc/loadavg: 1.69 1.63 1.55 3/228 10946
/proc/meminfo: memFree=22118308/32770624 swapFree=66997112/67108860
[pid=10435] ppid=10432 vsize=10849024 memory=701844 CPUtime=1800.24 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 14487 0 -1 1077944320 243113 13079 0 0 179740 276 5 3 20 0 15 0 408369168 11109400576 175461 33554432000 4194304 4196468 140735678411888 140735678394432 140007531638519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
/proc/10435/statm: 2712256 175461 3627 1 0 2674317 0
[pid=10435/tid=10488] ppid=10432 vsize=10849024 memory=111628 CPUtime=1742.08 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 14487 0 -1 4202560 51722 13079 0 0 174159 41 5 3 20 0 15 0 408369177 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007503473536 140007513287969 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10489] ppid=10432 vsize=10849024 memory=796 CPUtime=8.17 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 14487 0 -1 1077944384 10035 13079 0 0 765 44 5 3 20 0 15 0 408369178 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007535880976 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10490] ppid=10432 vsize=10849024 memory=6791534058613427641 CPUtime=8.2 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 14487 0 -1 1077944384 12720 13079 0 0 771 41 5 3 20 0 15 0 408369178 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007424154512 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10491] ppid=10432 vsize=10849024 memory=1408 CPUtime=8.21 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 14487 0 -1 1077944384 9657 13079 0 0 771 42 5 3 20 0 15 0 408369178 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007423101968 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10492] ppid=10432 vsize=10849024 memory=3140 CPUtime=8.18 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 14487 0 -1 1077944384 7518 13079 0 0 768 42 5 3 20 0 15 0 408369178 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007422049424 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10493] ppid=10432 vsize=10849024 memory=947652 CPUtime=7.56 cores=0,2,4,6
/proc/10435/task/10493/stat : 10493 (java) S 10432 10435 14487 0 -1 1077944384 8386 13079 0 0 710 38 5 3 20 0 15 0 408369179 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006990637040 140007531649666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10494] ppid=10432 vsize=10849024 memory=701844 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10494/stat : 10494 (java) S 10432 10435 14487 0 -1 1077944384 39 13079 0 0 0 0 5 3 20 0 15 0 408369180 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006989583392 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10495] ppid=10432 vsize=10849024 memory=1980 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10495/stat : 10495 (java) S 10432 10435 14487 0 -1 1077944384 13 13079 0 0 0 0 5 3 20 0 15 0 408369180 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006874145792 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10496] ppid=10432 vsize=10849024 memory=2512 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10496/stat : 10496 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 15 0 408369182 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006270167248 140007531657115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10497] ppid=10432 vsize=10849024 memory=1436 CPUtime=6.5 cores=0,2,4,6
/proc/10435/task/10497/stat : 10497 (java) S 10432 10435 14487 0 -1 1077944384 45721 13079 0 0 635 7 5 3 20 0 15 0 408369182 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006956026352 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10498] ppid=10432 vsize=10849024 memory=6791534058613427641 CPUtime=6.07 cores=0,2,4,6
/proc/10435/task/10498/stat : 10498 (java) S 10432 10435 14487 0 -1 1077944384 37719 13079 0 0 594 5 5 3 20 0 15 0 408369182 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006954973808 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10499] ppid=10432 vsize=10849024 memory=701780 CPUtime=4.78 cores=0,2,4,6
/proc/10435/task/10499/stat : 10499 (java) S 10432 10435 14487 0 -1 1077944384 55902 13079 0 0 459 11 5 3 20 0 15 0 408369182 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006953921264 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10500] ppid=10432 vsize=10849024 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 14487 0 -1 1077944384 3 13079 0 0 0 0 5 3 20 0 15 0 408369183 11109400576 175461 33554432000 4194304 4196468 140735678411888 140005800406112 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10501] ppid=10432 vsize=10849024 memory=701844 CPUtime=1.11 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 14487 0 -1 1077944384 1467 13079 0 0 51 52 5 3 20 0 15 0 408369183 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006952868144 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
Current children cumulated CPU time: 1800.24 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 701844 KiB

[startup+1761.2 s]
/proc/loadavg: 1.71 1.64 1.55 3/228 10946
/proc/meminfo: memFree=22121088/32770624 swapFree=66997112/67108860
[pid=10435] ppid=10432 vsize=10849024 memory=701844 CPUtime=1800.65 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 14487 0 -1 1077944320 243115 13079 0 0 179781 276 5 3 20 0 15 0 408369168 11109400576 175461 33554432000 4194304 4196468 140735678411888 140735678394432 140007531638519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
/proc/10435/statm: 2712256 175461 3627 1 0 2674317 0
[pid=10435/tid=10488] ppid=10432 vsize=10849024 memory=1704 CPUtime=1742.47 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 14487 0 -1 4202560 51724 13079 0 0 174198 41 5 3 20 0 15 0 408369177 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007503473104 140007103062959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10489] ppid=10432 vsize=10849024 memory=1112 CPUtime=8.17 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 14487 0 -1 1077944384 10035 13079 0 0 765 44 5 3 20 0 15 0 408369178 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007535880976 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10490] ppid=10432 vsize=10849024 memory=1020 CPUtime=8.21 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 14487 0 -1 1077944384 12720 13079 0 0 771 42 5 3 20 0 15 0 408369178 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007424154512 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10491] ppid=10432 vsize=10849024 memory=5968 CPUtime=8.21 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 14487 0 -1 1077944384 9657 13079 0 0 771 42 5 3 20 0 15 0 408369178 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007423101968 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10492] ppid=10432 vsize=10849024 memory=14008 CPUtime=8.18 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 14487 0 -1 1077944384 7518 13079 0 0 768 42 5 3 20 0 15 0 408369178 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007422049424 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10493] ppid=10432 vsize=10849024 memory=8317482817917895235 CPUtime=7.56 cores=0,2,4,6
/proc/10435/task/10493/stat : 10493 (java) S 10432 10435 14487 0 -1 1077944384 8386 13079 0 0 710 38 5 3 20 0 15 0 408369179 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006990637040 140007531649666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10494] ppid=10432 vsize=10849024 memory=8317482817917895235 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10494/stat : 10494 (java) S 10432 10435 14487 0 -1 1077944384 39 13079 0 0 0 0 5 3 20 0 15 0 408369180 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006989583392 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10495] ppid=10432 vsize=10849024 memory=1764 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10495/stat : 10495 (java) S 10432 10435 14487 0 -1 1077944384 13 13079 0 0 0 0 5 3 20 0 15 0 408369180 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006874145792 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10496] ppid=10432 vsize=10849024 memory=111628 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10496/stat : 10496 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 15 0 408369182 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006270167248 140007531657115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10497] ppid=10432 vsize=10849024 memory=796 CPUtime=6.5 cores=0,2,4,6
/proc/10435/task/10497/stat : 10497 (java) S 10432 10435 14487 0 -1 1077944384 45721 13079 0 0 635 7 5 3 20 0 15 0 408369182 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006956026352 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10498] ppid=10432 vsize=10849024 memory=2872 CPUtime=6.07 cores=0,2,4,6
/proc/10435/task/10498/stat : 10498 (java) S 10432 10435 14487 0 -1 1077944384 37719 13079 0 0 594 5 5 3 20 0 15 0 408369182 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006954973808 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10499] ppid=10432 vsize=10849024 memory=2944 CPUtime=4.78 cores=0,2,4,6
/proc/10435/task/10499/stat : 10499 (java) S 10432 10435 14487 0 -1 1077944384 55902 13079 0 0 459 11 5 3 20 0 15 0 408369182 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006953921264 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10500] ppid=10432 vsize=10849024 memory=4108 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 14487 0 -1 1077944384 3 13079 0 0 0 0 5 3 20 0 15 0 408369183 11109400576 175461 33554432000 4194304 4196468 140735678411888 140005800406112 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10501] ppid=10432 vsize=10849024 memory=1408 CPUtime=1.11 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 14487 0 -1 1077944384 1467 13079 0 0 51 52 5 3 20 0 15 0 408369183 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006952868144 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
Current children cumulated CPU time: 1800.65 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 701844 KiB

[startup+1761.6 s]
/proc/loadavg: 1.71 1.64 1.55 3/228 10946
/proc/meminfo: memFree=22121088/32770624 swapFree=66997112/67108860
[pid=10435] ppid=10432 vsize=10849024 memory=701844 CPUtime=1801.05 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 14487 0 -1 1077944320 243123 13079 0 0 179821 276 5 3 20 0 15 0 408369168 11109400576 175461 33554432000 4194304 4196468 140735678411888 140735678394432 140007531638519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
/proc/10435/statm: 2712256 175461 3627 1 0 2674317 0
[pid=10435/tid=10488] ppid=10432 vsize=10849024 memory=2828 CPUtime=1742.87 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 14487 0 -1 4202560 51727 13079 0 0 174238 41 5 3 20 0 15 0 408369177 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007503472192 140007102555680 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10489] ppid=10432 vsize=10849024 memory=6791534058613427641 CPUtime=8.18 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 14487 0 -1 1077944384 10035 13079 0 0 766 44 5 3 20 0 15 0 408369178 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007535880976 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10490] ppid=10432 vsize=10849024 memory=1060 CPUtime=8.21 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 14487 0 -1 1077944384 12721 13079 0 0 771 42 5 3 20 0 15 0 408369178 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007424154512 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10491] ppid=10432 vsize=10849024 memory=1548 CPUtime=8.21 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 14487 0 -1 1077944384 9657 13079 0 0 771 42 5 3 20 0 15 0 408369178 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007423101968 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10492] ppid=10432 vsize=10849024 memory=8488 CPUtime=8.18 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 14487 0 -1 1077944384 7518 13079 0 0 768 42 5 3 20 0 15 0 408369178 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007422049424 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10493] ppid=10432 vsize=10849024 memory=6791534058613427641 CPUtime=7.56 cores=0,2,4,6
/proc/10435/task/10493/stat : 10493 (java) S 10432 10435 14487 0 -1 1077944384 8388 13079 0 0 710 38 5 3 20 0 15 0 408369179 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006990637040 140007531649666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10494] ppid=10432 vsize=10849024 memory=2124 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10494/stat : 10494 (java) S 10432 10435 14487 0 -1 1077944384 39 13079 0 0 0 0 5 3 20 0 15 0 408369180 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006989583392 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10495] ppid=10432 vsize=10849024 memory=20876 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10495/stat : 10495 (java) S 10432 10435 14487 0 -1 1077944384 13 13079 0 0 0 0 5 3 20 0 15 0 408369180 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006874145792 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10496] ppid=10432 vsize=10849024 memory=701844 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10496/stat : 10496 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 15 0 408369182 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006270167248 140007531657115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10497] ppid=10432 vsize=10849024 memory=701844 CPUtime=6.5 cores=0,2,4,6
/proc/10435/task/10497/stat : 10497 (java) S 10432 10435 14487 0 -1 1077944384 45721 13079 0 0 635 7 5 3 20 0 15 0 408369182 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006956026352 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10498] ppid=10432 vsize=10849024 memory=701844 CPUtime=6.07 cores=0,2,4,6
/proc/10435/task/10498/stat : 10498 (java) S 10432 10435 14487 0 -1 1077944384 37719 13079 0 0 594 5 5 3 20 0 15 0 408369182 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006954973808 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10499] ppid=10432 vsize=10849024 memory=2944 CPUtime=4.78 cores=0,2,4,6
/proc/10435/task/10499/stat : 10499 (java) S 10432 10435 14487 0 -1 1077944384 55902 13079 0 0 459 11 5 3 20 0 15 0 408369182 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006953921264 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10500] ppid=10432 vsize=10849024 memory=4108 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 14487 0 -1 1077944384 3 13079 0 0 0 0 5 3 20 0 15 0 408369183 11109400576 175461 33554432000 4194304 4196468 140735678411888 140005800406112 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10501] ppid=10432 vsize=10849024 memory=1408 CPUtime=1.11 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 14487 0 -1 1077944384 1469 13079 0 0 51 52 5 3 20 0 15 0 408369183 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006952868144 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
Current children cumulated CPU time: 1801.05 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 701844 KiB

[startup+1761.7 s]
/proc/loadavg: 1.71 1.64 1.55 3/228 10946
/proc/meminfo: memFree=22121088/32770624 swapFree=66997112/67108860
[pid=10435] ppid=10432 vsize=10849024 memory=701844 CPUtime=1801.15 cores=0,2,4,6
/proc/10435/stat : 10435 (java) S 10432 10435 14487 0 -1 1077944320 243123 13079 0 0 179831 276 5 3 20 0 15 0 408369168 11109400576 175461 33554432000 4194304 4196468 140735678411888 140735678394432 140007531638519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
/proc/10435/statm: 2712256 175461 3627 1 0 2674317 0
[pid=10435/tid=10488] ppid=10432 vsize=10849024 memory=954320 CPUtime=1742.97 cores=0,2,4,6
/proc/10435/task/10488/stat : 10488 (java) R 10432 10435 14487 0 -1 4202560 51727 13079 0 0 174248 41 5 3 20 0 15 0 408369177 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007503472192 140007104093449 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10489] ppid=10432 vsize=10849024 memory=701844 CPUtime=8.18 cores=0,2,4,6
/proc/10435/task/10489/stat : 10489 (java) S 10432 10435 14487 0 -1 1077944384 10035 13079 0 0 766 44 5 3 20 0 15 0 408369178 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007535880976 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10490] ppid=10432 vsize=10849024 memory=701844 CPUtime=8.21 cores=0,2,4,6
/proc/10435/task/10490/stat : 10490 (java) S 10432 10435 14487 0 -1 1077944384 12721 13079 0 0 771 42 5 3 20 0 15 0 408369178 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007424154512 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10491] ppid=10432 vsize=10849024 memory=701844 CPUtime=8.21 cores=0,2,4,6
/proc/10435/task/10491/stat : 10491 (java) S 10432 10435 14487 0 -1 1077944384 9657 13079 0 0 771 42 5 3 20 0 15 0 408369178 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007423101968 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10492] ppid=10432 vsize=10849024 memory=3504 CPUtime=8.18 cores=0,2,4,6
/proc/10435/task/10492/stat : 10492 (java) S 10432 10435 14487 0 -1 1077944384 7518 13079 0 0 768 42 5 3 20 0 15 0 408369178 11109400576 175461 33554432000 4194304 4196468 140735678411888 140007422049424 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10493] ppid=10432 vsize=10849024 memory=701844 CPUtime=7.56 cores=0,2,4,6
/proc/10435/task/10493/stat : 10493 (java) S 10432 10435 14487 0 -1 1077944384 8388 13079 0 0 710 38 5 3 20 0 15 0 408369179 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006990637040 140007531649666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10494] ppid=10432 vsize=10849024 memory=701844 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10494/stat : 10494 (java) S 10432 10435 14487 0 -1 1077944384 39 13079 0 0 0 0 5 3 20 0 15 0 408369180 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006989583392 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10495] ppid=10432 vsize=10849024 memory=3296 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10495/stat : 10495 (java) S 10432 10435 14487 0 -1 1077944384 13 13079 0 0 0 0 5 3 20 0 15 0 408369180 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006874145792 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10496] ppid=10432 vsize=10849024 memory=701844 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10496/stat : 10496 (java) S 10432 10435 14487 0 -1 1077944384 2 13079 0 0 0 0 5 3 20 0 15 0 408369182 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006270167248 140007531657115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10497] ppid=10432 vsize=10849024 memory=701844 CPUtime=6.5 cores=0,2,4,6
/proc/10435/task/10497/stat : 10497 (java) S 10432 10435 14487 0 -1 1077944384 45721 13079 0 0 635 7 5 3 20 0 15 0 408369182 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006956026352 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10498] ppid=10432 vsize=10849024 memory=701844 CPUtime=6.07 cores=0,2,4,6
/proc/10435/task/10498/stat : 10498 (java) S 10432 10435 14487 0 -1 1077944384 37719 13079 0 0 594 5 5 3 20 0 15 0 408369182 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006954973808 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10499] ppid=10432 vsize=10849024 memory=701844 CPUtime=4.78 cores=0,2,4,6
/proc/10435/task/10499/stat : 10499 (java) S 10432 10435 14487 0 -1 1077944384 55902 13079 0 0 459 11 5 3 20 0 15 0 408369182 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006953921264 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10500] ppid=10432 vsize=10849024 memory=3504 CPUtime=0.08 cores=0,2,4,6
/proc/10435/task/10500/stat : 10500 (java) S 10432 10435 14487 0 -1 1077944384 3 13079 0 0 0 0 5 3 20 0 15 0 408369183 11109400576 175461 33554432000 4194304 4196468 140735678411888 140005800406112 140007531648725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
[pid=10435/tid=10501] ppid=10432 vsize=10849024 memory=701844 CPUtime=1.11 cores=0,2,4,6
/proc/10435/task/10501/stat : 10501 (java) S 10432 10435 14487 0 -1 1077944384 1469 13079 0 0 51 52 5 3 20 0 15 0 408369183 11109400576 175461 33554432000 4194304 4196468 140735678411888 140006952868144 140007531649666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29286400 140735678413557 140735678416069 140735678416069 140735678418895 0
Current children cumulated CPU time: 1801.15 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 701844 KiB

Child status: 0
Real time (s): 1761.77
CPU time (s): 1801.23
CPU user time (s): 1798.43
CPU system time (s): 2.8029
CPU usage (%): 102.24
Max. virtual memory (cumulated for all children) (KiB): 10852008
Max. memory (cumulated for all children) (KiB): 701844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.43
system time used= 2.8029
maximum resident set size= 703928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256658
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 212508
involuntary context switches= 6663


# summary of solver processes directly reported to runsolver:
#   pid: 10435
#   total CPU time (s): 1801.23
#   total CPU user time (s): 1798.43
#   total CPU system time (s): 2.8029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4867 second user time and 16.6693 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-12 22:45:02
IDJOB=4392117
IDBENCH=135736
IDSOLVER=2837
FILE ID=node103/4392117-1568321161
RUNJOBID= node103-1568301258-4657
PBS_JOBID= 21701108
Free space on /tmp= 57232 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392117-1568321161/watcher-4392117-1568321161 -o /tmp/evaluation-result-4392117-1568321161/solver-4392117-1568321161 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4657 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1724601216 HOME/instance-4392117-1568321161.xml

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

MD5SUM BENCH= 3c026331d7bc07d88063d95da0d404ae
RANDOM SEED=1724601216

node103.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.74
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.74
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.74
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.74
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:        23095144 kB
MemAvailable:   31196812 kB
Buffers:          144388 kB
Cached:          8178220 kB
SwapCached:         8920 kB
Active:          2414640 kB
Inactive:        6575996 kB
Active(anon):     656956 kB
Inactive(anon):    53084 kB
Active(file):    1757684 kB
Inactive(file):  6522912 kB
Unevictable:      107416 kB
Mlocked:          107416 kB
SwapTotal:      67108860 kB
SwapFree:       66997112 kB
Dirty:             34812 kB
Writeback:             0 kB
AnonPages:        799232 kB
Mapped:            56624 kB
Shmem:             32812 kB
Slab:             279796 kB
SReclaimable:     249532 kB
SUnreclaim:        30264 kB
KernelStack:        4048 kB
PageTables:         6556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1907052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    718848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 57196 MiB
End job on node103 at 2019-09-12 23:14:24