Trace number 4258332

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
sat4j-CSP 2017-07-05? (TO) 256.89401 100.944

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n100/
TravellingSalesman-100-50-08.xml
MD5SUM8e11a97c7673f129a8c4890bd1c1105b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark443
Best CPU time to get the best result obtained on this benchmark240.02901
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size62
Maximum domain size100
Distribution of domain sizes[{"size":62,"count":100},{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258332-1502648941/watcher-4258332-1502648941 -o /tmp/evaluation-result-4258332-1502648941/solver-4258332-1502648941 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258332-1502648941.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=14021, runsolver pid=14018
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 3.49 3.31 3.61 5/196 14022
/proc/meminfo: memFree=24134456/32770624 swapFree=67108860/67108860
[pid=14021] ppid=14018 vsize=33976 memory=456 CPUtime=0 cores=1,3,5,7
/proc/14021/stat : 14021 (runsolver) D 14018 14021 17093 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 67087392 34791424 114 18446744073709551615 4194304 4346622 140732493504576 140732493501208 140714517906135 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6446216 6449568 8527872 140732493508715 140732493509161 140732493509161 140732493512650 0
/proc/14021/statm: 8494 114 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209111 s]*
/proc/loadavg: 3.49 3.31 3.61 5/209 14035
/proc/meminfo: memFree=24115280/32770624 swapFree=67108860/67108860
[pid=14021] ppid=14018 vsize=10551056 memory=23712 CPUtime=0.06 cores=1,3,5,7
/proc/14021/stat : 14021 (java) S 14018 14021 17093 0 -1 1077944320 4874 0 0 0 6 0 0 0 20 0 15 0 67087392 10804281344 5928 18446744073709551615 4194304 4196468 140728067827136 140728067809680 140294844346103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
/proc/14021/statm: 2637764 5928 2614 1 0 2627261 0
[pid=14021/tid=14023] ppid=14018 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=1,3,5,7
/proc/14021/task/14023/stat : 14023 (java) R 14018 14021 17093 0 -1 4202560 3017 0 0 0 5 0 0 0 20 0 15 0 67087403 10804383744 6440 18446744073709551615 4194304 4196468 140728067827136 140294848575848 140294829619027 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14024] ppid=14018 vsize=10551156 memory=330 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14024/stat : 14024 (java) S 14018 14021 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67087404 10804383744 6440 18446744073709551615 4194304 4196468 140728067827136 140294774766096 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14025] ppid=14018 vsize=10551156 memory=140714521509419 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14025/stat : 14025 (java) S 14018 14021 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67087404 10804383744 6440 18446744073709551615 4194304 4196468 140728067827136 140294773713552 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14026] ppid=14018 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14026/stat : 14026 (java) S 14018 14021 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67087404 10804383744 6440 18446744073709551615 4194304 4196468 140728067827136 140294772660496 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14027] ppid=14018 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14027/stat : 14027 (java) S 14018 14021 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67087404 10804383744 6440 18446744073709551615 4194304 4196468 140728067827136 140294452406672 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14028] ppid=14018 vsize=10551156 memory=140714520856192 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14028/stat : 14028 (java) S 14018 14021 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67087405 10804383744 6440 18446744073709551615 4194304 4196468 140728067827136 140294341016304 140294844357250 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14029] ppid=14018 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14029/stat : 14029 (java) S 14018 14021 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67087406 10804383744 6440 18446744073709551615 4194304 4196468 140728067827136 140294339962528 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14030] ppid=14018 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14030/stat : 14030 (java) S 14018 14021 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67087406 10804383744 6440 18446744073709551615 4194304 4196468 140728067827136 140294338909424 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14031] ppid=14018 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14031/stat : 14031 (java) S 14018 14021 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67087408 10804383744 6440 18446744073709551615 4194304 4196468 140728067827136 140294337858000 140294844364699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14032] ppid=14018 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14032/stat : 14032 (java) S 14018 14021 17093 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 67087408 10804383744 6440 18446744073709551615 4194304 4196468 140728067827136 140294336805104 140294844357250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14033] ppid=14018 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14033/stat : 14033 (java) S 14018 14021 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67087408 10804383744 6440 18446744073709551615 4194304 4196468 140728067827136 140294335752560 140294844357250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14034] ppid=14018 vsize=10551156 memory=140714520856192 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14034/stat : 14034 (java) R 14018 14021 17093 0 -1 4202560 222 0 0 0 0 0 0 0 20 0 15 0 67087409 10804383744 6440 18446744073709551615 4194304 4196468 140728067827136 140294334699504 140294823747375 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14035] ppid=14018 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14035/stat : 14035 (java) S 14018 14021 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67087409 10804383744 6440 18446744073709551615 4194304 4196468 140728067827136 140294333647200 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14036] ppid=14018 vsize=10551156 memory=140714520856192 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14036/stat : 14036 (java) S 14018 14021 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67087413 10804383744 6440 18446744073709551615 4194304 4196468 140728067827136 140294332595248 140294844357250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551056 KiB
Current children cumulated memory: 23712 KiB

[startup+0.311653 s]*
/proc/loadavg: 3.53 3.32 3.61 6/210 14036
/proc/meminfo: memFree=24016436/32770624 swapFree=67108860/67108860
[pid=14021] ppid=14018 vsize=10551156 memory=35568 CPUtime=0.22 cores=1,3,5,7
/proc/14021/stat : 14021 (java) S 14018 14021 17093 0 -1 1077944320 8185 0 0 0 20 2 0 0 20 0 15 0 67087392 10804383744 8892 18446744073709551615 4194304 4196468 140728067827136 140728067809680 140294844346103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
/proc/14021/statm: 2637789 8892 2859 1 0 2627261 0
[pid=14021/tid=14023] ppid=14018 vsize=10551156 memory=-7677926825137650786 CPUtime=0.15 cores=1,3,5,7
/proc/14021/task/14023/stat : 14023 (java) R 14018 14021 17093 0 -1 4202560 5858 0 0 0 13 2 0 0 20 0 15 0 67087403 10804383744 8892 18446744073709551615 4194304 4196468 140728067827136 140294848561488 140294828426590 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14024] ppid=14018 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14024/stat : 14024 (java) S 14018 14021 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67087404 10804383744 8892 18446744073709551615 4194304 4196468 140728067827136 140294774766096 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14025] ppid=14018 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14025/stat : 14025 (java) S 14018 14021 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67087404 10804383744 8892 18446744073709551615 4194304 4196468 140728067827136 140294773713552 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14026] ppid=14018 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14026/stat : 14026 (java) S 14018 14021 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67087404 10804383744 8892 18446744073709551615 4194304 4196468 140728067827136 140294772660496 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14027] ppid=14018 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14027/stat : 14027 (java) S 14018 14021 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67087404 10804383744 8892 18446744073709551615 4194304 4196468 140728067827136 140294452406672 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14028] ppid=14018 vsize=10551156 memory=140714520856192 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14028/stat : 14028 (java) S 14018 14021 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67087405 10804383744 8892 18446744073709551615 4194304 4196468 140728067827136 140294341016304 140294844357250 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14029] ppid=14018 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14029/stat : 14029 (java) S 14018 14021 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67087406 10804383744 8892 18446744073709551615 4194304 4196468 140728067827136 140294339962528 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14030] ppid=14018 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14030/stat : 14030 (java) S 14018 14021 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67087406 10804383744 8892 18446744073709551615 4194304 4196468 140728067827136 140294338909424 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14031] ppid=14018 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14031/stat : 14031 (java) S 14018 14021 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67087408 10804383744 8892 18446744073709551615 4194304 4196468 140728067827136 140294337858000 140294844364699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14032] ppid=14018 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14021/task/14032/stat : 14032 (java) S 14018 14021 17093 0 -1 1077944384 497 0 0 0 1 0 0 0 20 0 15 0 67087408 10804383744 8892 18446744073709551615 4194304 4196468 140728067827136 140294336805104 140294844357250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14033] ppid=14018 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14033/stat : 14033 (java) S 14018 14021 17093 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 67087408 10804383744 8892 18446744073709551615 4194304 4196468 140728067827136 140294335752560 140294844357250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14034] ppid=14018 vsize=10551156 memory=140714520856192 CPUtime=0.04 cores=1,3,5,7
/proc/14021/task/14034/stat : 14034 (java) S 14018 14021 17093 0 -1 1077944384 404 0 0 0 4 0 0 0 20 0 15 0 67087409 10804383744 8892 18446744073709551615 4194304 4196468 140728067827136 140294334699504 140294844357250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14035] ppid=14018 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14035/stat : 14035 (java) S 14018 14021 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67087409 10804383744 8892 18446744073709551615 4194304 4196468 140728067827136 140294333647200 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14036] ppid=14018 vsize=10551156 memory=140714520856192 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14036/stat : 14036 (java) S 14018 14021 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67087413 10804383744 8892 18446744073709551615 4194304 4196468 140728067827136 140294332595248 140294844357250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35568 KiB

[startup+0.70072 s]
/proc/loadavg: 3.53 3.32 3.61 8/210 14036
/proc/meminfo: memFree=23874840/32770624 swapFree=67108860/67108860
[pid=14021] ppid=14018 vsize=10551232 memory=97760 CPUtime=1.13 cores=1,3,5,7
/proc/14021/stat : 14021 (java) S 14018 14021 17093 0 -1 1077944320 12035 0 0 0 109 4 0 0 20 0 15 0 67087392 10804461568 24440 18446744073709551615 4194304 4196468 140728067827136 140728067809680 140294844346103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
/proc/14021/statm: 2637808 24440 3042 1 0 2627261 0
[pid=14021/tid=14023] ppid=14018 vsize=10551232 memory=228 CPUtime=0.52 cores=1,3,5,7
/proc/14021/task/14023/stat : 14023 (java) R 14018 14021 17093 0 -1 4202560 7410 0 0 0 49 3 0 0 20 0 15 0 67087403 10804461568 24440 18446744073709551615 4194304 4196468 140728067827136 140294848582320 140294844358038 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14024] ppid=14018 vsize=10551232 memory=4 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14024/stat : 14024 (java) S 14018 14021 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67087404 10804461568 24440 18446744073709551615 4194304 4196468 140728067827136 140294774766096 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14025] ppid=14018 vsize=10551232 memory=1 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14025/stat : 14025 (java) S 14018 14021 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67087404 10804461568 24440 18446744073709551615 4194304 4196468 140728067827136 140294773713552 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14026] ppid=14018 vsize=10551232 memory=344 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14026/stat : 14026 (java) S 14018 14021 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67087404 10804461568 24440 18446744073709551615 4194304 4196468 140728067827136 140294772660496 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14027] ppid=14018 vsize=10551232 memory=1 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14027/stat : 14027 (java) S 14018 14021 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67087404 10804461568 24440 18446744073709551615 4194304 4196468 140728067827136 140294452406672 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14028] ppid=14018 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14028/stat : 14028 (java) S 14018 14021 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67087405 10804461568 24440 18446744073709551615 4194304 4196468 140728067827136 140294341016304 140294844357250 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14029] ppid=14018 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14029/stat : 14029 (java) S 14018 14021 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67087406 10804461568 24440 18446744073709551615 4194304 4196468 140728067827136 140294339962528 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14030] ppid=14018 vsize=10551232 memory=1669 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14030/stat : 14030 (java) S 14018 14021 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67087406 10804461568 24440 18446744073709551615 4194304 4196468 140728067827136 140294338909424 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14031] ppid=14018 vsize=10551232 memory=345 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14031/stat : 14031 (java) S 14018 14021 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67087408 10804461568 24440 18446744073709551615 4194304 4196468 140728067827136 140294337858000 140294844364699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14032] ppid=14018 vsize=10551232 memory=110 CPUtime=0.18 cores=1,3,5,7
/proc/14021/task/14032/stat : 14032 (java) R 14018 14021 17093 0 -1 4202560 1264 0 0 0 18 0 0 0 20 0 15 0 67087408 10804461568 24440 18446744073709551615 4194304 4196468 140728067827136 140294336792736 140294827832045 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14033] ppid=14018 vsize=10551232 memory=7379241883359864663 CPUtime=0.18 cores=1,3,5,7
/proc/14021/task/14033/stat : 14033 (java) R 14018 14021 17093 0 -1 4202560 873 0 0 0 18 0 0 0 20 0 15 0 67087408 10804461568 24440 18446744073709551615 4194304 4196468 140728067827136 140294335752560 140294823517193 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14034] ppid=14018 vsize=10551232 memory=7092415583339767400 CPUtime=0.21 cores=1,3,5,7
/proc/14021/task/14034/stat : 14034 (java) R 14018 14021 17093 0 -1 1077944384 1122 0 0 0 21 0 0 0 20 0 15 0 67087409 10804461568 24440 18446744073709551615 4194304 4196468 140728067827136 140294334699504 140294844357250 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14035] ppid=14018 vsize=10551232 memory=5787213840016500561 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14035/stat : 14035 (java) S 14018 14021 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67087409 10804461568 24440 18446744073709551615 4194304 4196468 140728067827136 140294333647200 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14036] ppid=14018 vsize=10551232 memory=7898351070516488779 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14036/stat : 14036 (java) S 14018 14021 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67087413 10804461568 24440 18446744073709551615 4194304 4196468 140728067827136 140294332595248 140294844357250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 97760 KiB

[startup+1.50168 s]
/proc/loadavg: 3.53 3.32 3.61 7/210 14036
/proc/meminfo: memFree=23711020/32770624 swapFree=67108860/67108860
[pid=14021] ppid=14018 vsize=10551232 memory=237400 CPUtime=3.19 cores=1,3,5,7
/proc/14021/stat : 14021 (java) S 14018 14021 17093 0 -1 1077944320 26578 0 0 0 308 11 0 0 20 0 15 0 67087392 10804461568 59350 18446744073709551615 4194304 4196468 140728067827136 140728067809680 140294844346103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
/proc/14021/statm: 2637808 59350 3094 1 0 2627261 0
[pid=14021/tid=14023] ppid=14018 vsize=10551232 memory=288230621803970871 CPUtime=1.28 cores=1,3,5,7
/proc/14021/task/14023/stat : 14023 (java) R 14018 14021 17093 0 -1 4202560 8896 0 0 0 124 4 0 0 20 0 15 0 67087403 10804461568 59350 18446744073709551615 4194304 4196468 140728067827136 140294848556424 140294452701796 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14024] ppid=14018 vsize=10551232 memory=13563795322702378 CPUtime=0.04 cores=1,3,5,7
/proc/14021/task/14024/stat : 14024 (java) S 14018 14021 17093 0 -1 1077944384 168 0 0 0 3 1 0 0 20 0 15 0 67087404 10804461568 59350 18446744073709551615 4194304 4196468 140728067827136 140294774766096 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14025] ppid=14018 vsize=10551232 memory=1444 CPUtime=0.04 cores=1,3,5,7
/proc/14021/task/14025/stat : 14025 (java) S 14018 14021 17093 0 -1 1077944384 40 0 0 0 3 1 0 0 20 0 15 0 67087404 10804461568 59350 18446744073709551615 4194304 4196468 140728067827136 140294773713552 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14026] ppid=14018 vsize=10551232 memory=1228 CPUtime=0.03 cores=1,3,5,7
/proc/14021/task/14026/stat : 14026 (java) S 14018 14021 17093 0 -1 1077944384 88 0 0 0 3 0 0 0 20 0 15 0 67087404 10804461568 59350 18446744073709551615 4194304 4196468 140728067827136 140294772660496 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14027] ppid=14018 vsize=10551232 memory=12200 CPUtime=0.04 cores=1,3,5,7
/proc/14021/task/14027/stat : 14027 (java) S 14018 14021 17093 0 -1 1077944384 131 0 0 0 3 1 0 0 20 0 15 0 67087404 10804461568 59350 18446744073709551615 4194304 4196468 140728067827136 140294452406672 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14028] ppid=14018 vsize=10551232 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14028/stat : 14028 (java) S 14018 14021 17093 0 -1 1077944384 196 0 0 0 0 0 0 0 20 0 15 0 67087405 10804461568 59350 18446744073709551615 4194304 4196468 140728067827136 140294341016304 140294844357250 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14029] ppid=14018 vsize=10551232 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14029/stat : 14029 (java) S 14018 14021 17093 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 67087406 10804461568 59350 18446744073709551615 4194304 4196468 140728067827136 140294339962528 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14030] ppid=14018 vsize=10551232 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14030/stat : 14030 (java) S 14018 14021 17093 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 67087406 10804461568 59350 18446744073709551615 4194304 4196468 140728067827136 140294338909424 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14031] ppid=14018 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14031/stat : 14031 (java) S 14018 14021 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67087408 10804461568 59350 18446744073709551615 4194304 4196468 140728067827136 140294337858000 140294844364699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14032] ppid=14018 vsize=10551232 memory=8944 CPUtime=0.64 cores=1,3,5,7
/proc/14021/task/14032/stat : 14032 (java) R 14018 14021 17093 0 -1 4202560 6329 0 0 0 63 1 0 0 20 0 15 0 67087408 10804461568 59350 18446744073709551615 4194304 4196468 140728067827136 140294336790096 140294827842873 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14033] ppid=14018 vsize=10551232 memory=15876 CPUtime=0.81 cores=1,3,5,7
/proc/14021/task/14033/stat : 14033 (java) R 14018 14021 17093 0 -1 4202560 7027 0 0 0 80 1 0 0 20 0 15 0 67087408 10804461568 59350 18446744073709551615 4194304 4196468 140728067827136 140294335731632 140294827814033 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14034] ppid=14018 vsize=10551232 memory=4048 CPUtime=0.27 cores=1,3,5,7
/proc/14021/task/14034/stat : 14034 (java) S 14018 14021 17093 0 -1 1077944384 2291 0 0 0 27 0 0 0 20 0 15 0 67087409 10804461568 59350 18446744073709551615 4194304 4196468 140728067827136 140294334699504 140294844357250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14035] ppid=14018 vsize=10551232 memory=21256 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14035/stat : 14035 (java) S 14018 14021 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67087409 10804461568 59350 18446744073709551615 4194304 4196468 140728067827136 140294333647200 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14036] ppid=14018 vsize=10551232 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14036/stat : 14036 (java) S 14018 14021 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 67087413 10804461568 59350 18446744073709551615 4194304 4196468 140728067827136 140294332595248 140294844357250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
Current children cumulated CPU time: 3.19 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 237400 KiB

[startup+3.11066 s]
/proc/loadavg: 3.53 3.32 3.61 6/210 14036
/proc/meminfo: memFree=23290912/32770624 swapFree=67108860/67108860
[pid=14021] ppid=14018 vsize=10551232 memory=535928 CPUtime=7.28 cores=1,3,5,7
/proc/14021/stat : 14021 (java) S 14018 14021 17093 0 -1 1077944320 34017 0 0 0 697 31 0 0 20 0 15 0 67087392 10804461568 133982 18446744073709551615 4194304 4196468 140728067827136 140728067809680 140294844346103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
/proc/14021/statm: 2637808 133982 3105 1 0 2627261 0
[pid=14021/tid=14023] ppid=14018 vsize=10551232 memory=0 CPUtime=2.68 cores=1,3,5,7
/proc/14021/task/14023/stat : 14023 (java) S 14018 14021 17093 0 -1 1077944384 8991 0 0 0 262 6 0 0 20 0 15 0 67087403 10804461568 133982 18446744073709551615 4194304 4196468 140728067827136 140294848577584 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0

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

[pid=14021/tid=14035] ppid=14018 vsize=10551232 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14035/stat : 14035 (java) S 14018 14021 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67087409 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294333647200 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14036] ppid=14018 vsize=10551232 memory=4612 CPUtime=0.05 cores=1,3,5,7
/proc/14021/task/14036/stat : 14036 (java) S 14018 14021 17093 0 -1 1077944384 664 0 0 0 2 3 0 0 20 0 15 0 67087413 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294332595248 140294844357250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
Current children cumulated CPU time: 253.19 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8268776 KiB

[startup+100.001 s]*
/proc/loadavg: 3.85 3.51 3.65 3/209 14113
/proc/meminfo: memFree=15889984/32770624 swapFree=67108860/67108860
[pid=14021] ppid=14018 vsize=10551232 memory=8268776 CPUtime=255.95 cores=1,3,5,7
/proc/14021/stat : 14021 (java) S 14018 14021 17093 0 -1 1077944320 149430 0 0 0 25098 497 0 0 20 0 15 0 67087392 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140728067809680 140294844346103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
/proc/14021/statm: 2637808 2067194 3131 1 0 2627261 0
[pid=14021/tid=14023] ppid=14018 vsize=10551232 memory=7228760 CPUtime=38.39 cores=1,3,5,7
/proc/14021/task/14023/stat : 14023 (java) S 14018 14021 17093 0 -1 1077944384 20333 0 0 0 3823 16 0 0 20 0 15 0 67087403 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294848578608 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14024] ppid=14018 vsize=10551232 memory=3904 CPUtime=50.63 cores=1,3,5,7
/proc/14021/task/14024/stat : 14024 (java) S 14018 14021 17093 0 -1 1077944384 14375 0 0 0 4949 114 0 0 20 0 15 0 67087404 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294774766096 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14025] ppid=14018 vsize=10551232 memory=1232 CPUtime=50.88 cores=1,3,5,7
/proc/14021/task/14025/stat : 14025 (java) S 14018 14021 17093 0 -1 1077944384 20782 0 0 0 4970 118 0 0 20 0 15 0 67087404 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294773713552 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14026] ppid=14018 vsize=10551232 memory=4872558044660077418 CPUtime=50.9 cores=1,3,5,7
/proc/14021/task/14026/stat : 14026 (java) S 14018 14021 17093 0 -1 1077944384 20749 0 0 0 4977 113 0 0 20 0 15 0 67087404 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294772660496 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14027] ppid=14018 vsize=10551232 memory=8047564 CPUtime=51.1 cores=1,3,5,7
/proc/14021/task/14027/stat : 14027 (java) S 14018 14021 17093 0 -1 1077944384 21752 0 0 0 4984 126 0 0 20 0 15 0 67087404 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294452406672 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14028] ppid=14018 vsize=10551232 memory=2160 CPUtime=9.92 cores=1,3,5,7
/proc/14021/task/14028/stat : 14028 (java) R 14018 14021 17093 0 -1 4202560 23030 0 0 0 991 1 0 0 20 0 15 0 67087405 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294341014736 140294829046736 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14029] ppid=14018 vsize=10551232 memory=7996364 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14029/stat : 14029 (java) S 14018 14021 17093 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 67087406 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294339962592 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14030] ppid=14018 vsize=10551232 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14030/stat : 14030 (java) S 14018 14021 17093 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 67087406 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294338909440 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14031] ppid=14018 vsize=10551232 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14031/stat : 14031 (java) S 14018 14021 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67087408 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294337857648 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14032] ppid=14018 vsize=10551232 memory=2860 CPUtime=1.71 cores=1,3,5,7
/proc/14021/task/14032/stat : 14032 (java) S 14018 14021 17093 0 -1 1077944384 12126 0 0 0 169 2 0 0 20 0 15 0 67087408 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294336804864 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14033] ppid=14018 vsize=10551232 memory=4064 CPUtime=1.93 cores=1,3,5,7
/proc/14021/task/14033/stat : 14033 (java) S 14018 14021 17093 0 -1 1077944384 10149 0 0 0 192 1 0 0 20 0 15 0 67087408 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294335752608 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14034] ppid=14018 vsize=10551232 memory=1156 CPUtime=0.34 cores=1,3,5,7
/proc/14021/task/14034/stat : 14034 (java) S 14018 14021 17093 0 -1 1077944384 4060 0 0 0 34 0 0 0 20 0 15 0 67087409 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294334699552 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14035] ppid=14018 vsize=10551232 memory=2876 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14035/stat : 14035 (java) S 14018 14021 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67087409 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294333647200 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14036] ppid=14018 vsize=10551232 memory=7996364 CPUtime=0.05 cores=1,3,5,7
/proc/14021/task/14036/stat : 14036 (java) S 14018 14021 17093 0 -1 1077944384 664 0 0 0 2 3 0 0 20 0 15 0 67087413 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294332595248 140294844357250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
Current children cumulated CPU time: 255.95 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8268776 KiB

[startup+100.401 s]
/proc/loadavg: 3.85 3.51 3.65 3/209 14113
/proc/meminfo: memFree=15889984/32770624 swapFree=67108860/67108860
[pid=14021] ppid=14018 vsize=10551232 memory=8268776 CPUtime=256.35 cores=1,3,5,7
/proc/14021/stat : 14021 (java) S 14018 14021 17093 0 -1 1077944320 149430 0 0 0 25138 497 0 0 20 0 15 0 67087392 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140728067809680 140294844346103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
/proc/14021/statm: 2637808 2067194 3131 1 0 2627261 0
[pid=14021/tid=14023] ppid=14018 vsize=10551232 memory=4048 CPUtime=38.39 cores=1,3,5,7
/proc/14021/task/14023/stat : 14023 (java) S 14018 14021 17093 0 -1 1077944384 20333 0 0 0 3823 16 0 0 20 0 15 0 67087403 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294848578608 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14024] ppid=14018 vsize=10551232 memory=-8774313645642428999 CPUtime=50.63 cores=1,3,5,7
/proc/14021/task/14024/stat : 14024 (java) S 14018 14021 17093 0 -1 1077944384 14375 0 0 0 4949 114 0 0 20 0 15 0 67087404 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294774766096 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14025] ppid=14018 vsize=10551232 memory=8944 CPUtime=50.88 cores=1,3,5,7
/proc/14021/task/14025/stat : 14025 (java) S 14018 14021 17093 0 -1 1077944384 20782 0 0 0 4970 118 0 0 20 0 15 0 67087404 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294773713552 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14026] ppid=14018 vsize=10551232 memory=15876 CPUtime=50.9 cores=1,3,5,7
/proc/14021/task/14026/stat : 14026 (java) S 14018 14021 17093 0 -1 1077944384 20749 0 0 0 4977 113 0 0 20 0 15 0 67087404 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294772660496 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14027] ppid=14018 vsize=10551232 memory=4048 CPUtime=51.1 cores=1,3,5,7
/proc/14021/task/14027/stat : 14027 (java) S 14018 14021 17093 0 -1 1077944384 21752 0 0 0 4984 126 0 0 20 0 15 0 67087404 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294452406672 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14028] ppid=14018 vsize=10551232 memory=21256 CPUtime=10.31 cores=1,3,5,7
/proc/14021/task/14028/stat : 14028 (java) R 14018 14021 17093 0 -1 4202560 23030 0 0 0 1030 1 0 0 20 0 15 0 67087405 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294341014736 140294828803723 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14029] ppid=14018 vsize=10551232 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14029/stat : 14029 (java) S 14018 14021 17093 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 67087406 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294339962592 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14030] ppid=14018 vsize=10551232 memory=640 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14030/stat : 14030 (java) S 14018 14021 17093 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 67087406 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294338909440 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14031] ppid=14018 vsize=10551232 memory=960 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14031/stat : 14031 (java) S 14018 14021 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67087408 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294337857648 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14032] ppid=14018 vsize=10551232 memory=1232 CPUtime=1.71 cores=1,3,5,7
/proc/14021/task/14032/stat : 14032 (java) S 14018 14021 17093 0 -1 1077944384 12126 0 0 0 169 2 0 0 20 0 15 0 67087408 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294336804864 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14033] ppid=14018 vsize=10551232 memory=2248 CPUtime=1.93 cores=1,3,5,7
/proc/14021/task/14033/stat : 14033 (java) S 14018 14021 17093 0 -1 1077944384 10149 0 0 0 192 1 0 0 20 0 15 0 67087408 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294335752608 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14034] ppid=14018 vsize=10551232 memory=4300 CPUtime=0.34 cores=1,3,5,7
/proc/14021/task/14034/stat : 14034 (java) S 14018 14021 17093 0 -1 1077944384 4060 0 0 0 34 0 0 0 20 0 15 0 67087409 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294334699552 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14035] ppid=14018 vsize=10551232 memory=932 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14035/stat : 14035 (java) S 14018 14021 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67087409 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294333647200 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14036] ppid=14018 vsize=10551232 memory=1624 CPUtime=0.05 cores=1,3,5,7
/proc/14021/task/14036/stat : 14036 (java) S 14018 14021 17093 0 -1 1077944384 664 0 0 0 2 3 0 0 20 0 15 0 67087413 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294332595248 140294844357250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
Current children cumulated CPU time: 256.35 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8268776 KiB

[startup+100.801 s]
/proc/loadavg: 3.85 3.51 3.65 3/209 14113
/proc/meminfo: memFree=15889984/32770624 swapFree=67108860/67108860
[pid=14021] ppid=14018 vsize=10551232 memory=8268776 CPUtime=256.75 cores=1,3,5,7
/proc/14021/stat : 14021 (java) S 14018 14021 17093 0 -1 1077944320 149430 0 0 0 25178 497 0 0 20 0 15 0 67087392 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140728067809680 140294844346103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
/proc/14021/statm: 2637808 2067194 3131 1 0 2627261 0
[pid=14021/tid=14023] ppid=14018 vsize=10551232 memory=8268776 CPUtime=38.39 cores=1,3,5,7
/proc/14021/task/14023/stat : 14023 (java) S 14018 14021 17093 0 -1 1077944384 20333 0 0 0 3823 16 0 0 20 0 15 0 67087403 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294848578608 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14024] ppid=14018 vsize=10551232 memory=2896 CPUtime=50.63 cores=1,3,5,7
/proc/14021/task/14024/stat : 14024 (java) S 14018 14021 17093 0 -1 1077944384 14375 0 0 0 4949 114 0 0 20 0 15 0 67087404 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294774766096 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14025] ppid=14018 vsize=10551232 memory=6903820 CPUtime=50.88 cores=1,3,5,7
/proc/14021/task/14025/stat : 14025 (java) S 14018 14021 17093 0 -1 1077944384 20782 0 0 0 4970 118 0 0 20 0 15 0 67087404 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294773713552 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14026] ppid=14018 vsize=10551232 memory=-8774313645642428999 CPUtime=50.9 cores=1,3,5,7
/proc/14021/task/14026/stat : 14026 (java) S 14018 14021 17093 0 -1 1077944384 20749 0 0 0 4977 113 0 0 20 0 15 0 67087404 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294772660496 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14027] ppid=14018 vsize=10551232 memory=16448 CPUtime=51.1 cores=1,3,5,7
/proc/14021/task/14027/stat : 14027 (java) S 14018 14021 17093 0 -1 1077944384 21752 0 0 0 4984 126 0 0 20 0 15 0 67087404 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294452406672 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14028] ppid=14018 vsize=10551232 memory=2752 CPUtime=10.71 cores=1,3,5,7
/proc/14021/task/14028/stat : 14028 (java) R 14018 14021 17093 0 -1 4202560 23030 0 0 0 1070 1 0 0 20 0 15 0 67087405 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294341014736 140294829046736 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14029] ppid=14018 vsize=10551232 memory=2860 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14029/stat : 14029 (java) S 14018 14021 17093 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 67087406 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294339962592 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14030] ppid=14018 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14030/stat : 14030 (java) S 14018 14021 17093 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 67087406 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294338909440 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14031] ppid=14018 vsize=10551232 memory=21256 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14031/stat : 14031 (java) S 14018 14021 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67087408 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294337857648 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14032] ppid=14018 vsize=10551232 memory=1788 CPUtime=1.71 cores=1,3,5,7
/proc/14021/task/14032/stat : 14032 (java) S 14018 14021 17093 0 -1 1077944384 12126 0 0 0 169 2 0 0 20 0 15 0 67087408 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294336804864 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14033] ppid=14018 vsize=10551232 memory=640 CPUtime=1.93 cores=1,3,5,7
/proc/14021/task/14033/stat : 14033 (java) S 14018 14021 17093 0 -1 1077944384 10149 0 0 0 192 1 0 0 20 0 15 0 67087408 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294335752608 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14034] ppid=14018 vsize=10551232 memory=8268776 CPUtime=0.34 cores=1,3,5,7
/proc/14021/task/14034/stat : 14034 (java) S 14018 14021 17093 0 -1 1077944384 4060 0 0 0 34 0 0 0 20 0 15 0 67087409 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294334699552 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14035] ppid=14018 vsize=10551232 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14035/stat : 14035 (java) S 14018 14021 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67087409 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294333647200 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14036] ppid=14018 vsize=10551232 memory=4612 CPUtime=0.05 cores=1,3,5,7
/proc/14021/task/14036/stat : 14036 (java) S 14018 14021 17093 0 -1 1077944384 664 0 0 0 2 3 0 0 20 0 15 0 67087413 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294332595248 140294844357250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
Current children cumulated CPU time: 256.75 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8268776 KiB

[startup+100.901 s]
/proc/loadavg: 3.85 3.51 3.65 3/209 14113
/proc/meminfo: memFree=15889984/32770624 swapFree=67108860/67108860
[pid=14021] ppid=14018 vsize=10551232 memory=8268776 CPUtime=256.85 cores=1,3,5,7
/proc/14021/stat : 14021 (java) S 14018 14021 17093 0 -1 1077944320 149430 0 0 0 25188 497 0 0 20 0 15 0 67087392 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140728067809680 140294844346103 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
/proc/14021/statm: 2637808 2067194 3131 1 0 2627261 0
[pid=14021/tid=14023] ppid=14018 vsize=10551232 memory=8268776 CPUtime=38.39 cores=1,3,5,7
/proc/14021/task/14023/stat : 14023 (java) S 14018 14021 17093 0 -1 1077944384 20333 0 0 0 3823 16 0 0 20 0 15 0 67087403 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294848578608 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14024] ppid=14018 vsize=10551232 memory=8268776 CPUtime=50.63 cores=1,3,5,7
/proc/14021/task/14024/stat : 14024 (java) S 14018 14021 17093 0 -1 1077944384 14375 0 0 0 4949 114 0 0 20 0 15 0 67087404 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294774766096 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14025] ppid=14018 vsize=10551232 memory=8268772 CPUtime=50.88 cores=1,3,5,7
/proc/14021/task/14025/stat : 14025 (java) S 14018 14021 17093 0 -1 1077944384 20782 0 0 0 4970 118 0 0 20 0 15 0 67087404 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294773713552 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14026] ppid=14018 vsize=10551232 memory=164 CPUtime=50.9 cores=1,3,5,7
/proc/14021/task/14026/stat : 14026 (java) S 14018 14021 17093 0 -1 1077944384 20749 0 0 0 4977 113 0 0 20 0 15 0 67087404 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294772660496 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14027] ppid=14018 vsize=10551232 memory=7994316 CPUtime=51.1 cores=1,3,5,7
/proc/14021/task/14027/stat : 14027 (java) S 14018 14021 17093 0 -1 1077944384 21752 0 0 0 4984 126 0 0 20 0 15 0 67087404 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294452406672 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14028] ppid=14018 vsize=10551232 memory=7593980 CPUtime=10.81 cores=1,3,5,7
/proc/14021/task/14028/stat : 14028 (java) R 14018 14021 17093 0 -1 4202560 23030 0 0 0 1080 1 0 0 20 0 15 0 67087405 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294341014736 140294829046688 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14029] ppid=14018 vsize=10551232 memory=8268776 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14029/stat : 14029 (java) S 14018 14021 17093 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 67087406 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294339962592 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14030] ppid=14018 vsize=10551232 memory=6438956 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14030/stat : 14030 (java) S 14018 14021 17093 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 67087406 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294338909440 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14031] ppid=14018 vsize=10551232 memory=7589912 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14031/stat : 14031 (java) S 14018 14021 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 67087408 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294337857648 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14032] ppid=14018 vsize=10551232 memory=5714392 CPUtime=1.71 cores=1,3,5,7
/proc/14021/task/14032/stat : 14032 (java) S 14018 14021 17093 0 -1 1077944384 12126 0 0 0 169 2 0 0 20 0 15 0 67087408 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294336804864 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14033] ppid=14018 vsize=10551232 memory=-8774313645642428999 CPUtime=1.93 cores=1,3,5,7
/proc/14021/task/14033/stat : 14033 (java) S 14018 14021 17093 0 -1 1077944384 10149 0 0 0 192 1 0 0 20 0 15 0 67087408 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294335752608 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14034] ppid=14018 vsize=10551232 memory=1788 CPUtime=0.34 cores=1,3,5,7
/proc/14021/task/14034/stat : 14034 (java) S 14018 14021 17093 0 -1 1077944384 4060 0 0 0 34 0 0 0 20 0 15 0 67087409 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294334699552 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14035] ppid=14018 vsize=10551232 memory=8268756 CPUtime=0 cores=1,3,5,7
/proc/14021/task/14035/stat : 14035 (java) S 14018 14021 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67087409 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294333647200 140294844356309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
[pid=14021/tid=14036] ppid=14018 vsize=10551232 memory=1624 CPUtime=0.05 cores=1,3,5,7
/proc/14021/task/14036/stat : 14036 (java) S 14018 14021 17093 0 -1 1077944384 664 0 0 0 2 3 0 0 20 0 15 0 67087413 10804461568 2067194 18446744073709551615 4194304 4196468 140728067827136 140294332595248 140294844357250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37380096 140728067834261 140728067834414 140728067834414 140728067837903 0
Current children cumulated CPU time: 256.85 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8268776 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 100.944
CPU time (s): 256.894
CPU user time (s): 251.884
CPU system time (s): 5.00981
CPU usage (%): 254.493
Max. virtual memory (cumulated for all children) (KiB): 10553732
Max. memory (cumulated for all children) (KiB): 8268776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.884
system time used= 5.00981
maximum resident set size= 8269168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149434
page faults= 0
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5951
involuntary context switches= 3567


# summary of solver processes directly reported to runsolver:
#   pid: 14021
#   total CPU time (s): 256.894
#   total CPU user time (s): 251.884
#   total CPU system time (s): 5.00981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.605076 second user time and 0.997282 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 20:14:52
IDJOB=4258332
IDBENCH=135903
IDSOLVER=2643
FILE ID=node127/4258332-1502648941
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-08.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258332-1502648941/watcher-4258332-1502648941 -o /tmp/evaluation-result-4258332-1502648941/solver-4258332-1502648941 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258332-1502648941.xml

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

MD5SUM BENCH= 8e11a97c7673f129a8c4890bd1c1105b
RANDOM SEED=1074302011

node127.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.92
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.92
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.92
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.92
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:        24134304 kB
MemAvailable:   24574204 kB
Buffers:          201768 kB
Cached:           533752 kB
SwapCached:            0 kB
Active:          7980236 kB
Inactive:         216180 kB
Active(anon):    7410196 kB
Inactive(anon):    83872 kB
Active(file):     570040 kB
Inactive(file):   132308 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1660 kB
Writeback:             0 kB
AnonPages:       7460516 kB
Mapped:            59076 kB
Shmem:             33444 kB
Slab:             132700 kB
SReclaimable:     106776 kB
SUnreclaim:        25924 kB
KernelStack:        3440 kB
PageTables:        19092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8632148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7016448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 20:16:33