Trace number 4299112

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 NameAnswerCPU timeWall clock time
GG's minicp 2018-04-29? (TO) 2520.12 2473.82

General information on the benchmark

NameQuasigroups_mini/
QuasiGroup-v7-12_mini_c18.xml
MD5SUMa1c2562567ad3209fb3991c3158b061f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.880326
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints300
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":276}]
Minimum variable degree0
Maximum variable degree26
Distribution of variable degrees[{"degree":0,"count":12},{"degree":2,"count":132},{"degree":25,"count":12},{"degree":26,"count":132}]
Minimum constraint arity1
Maximum constraint arity14
Distribution of constraint arities[{"arity":1,"count":12},{"arity":12,"count":24},{"arity":14,"count":264}]
Number of extensional constraints0
Number of intensional constraints12
Distribution of constraint types[{"type":"intension","count":12},{"type":"allDifferent","count":24},{"type":"element","count":264}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.09/2473.80	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299112-1532793448/watcher-4299112-1532793448 -o /tmp/evaluation-result-4299112-1532793448/solver-4299112-1532793448 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532775757-8892 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299112-1532793448.xml 

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

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


[startup+0.100059 s]*
/proc/loadavg: 2.00 2.03 2.10 3/215 10846
/proc/meminfo: memFree=25439296/32770624 swapFree=67108860/67108860
[pid=10831] ppid=10828 vsize=10661056 memory=28408 CPUtime=0.12 cores=0,2,4,6
/proc/10831/stat : 10831 (java) S 10828 10831 8861 0 -1 1077944320 4989 0 0 0 11 1 0 0 20 0 15 0 96907954 10916921344 7102 33554432000 4194304 4196468 140736944619760 140736944602304 140469139033847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
/proc/10831/statm: 2665264 7102 2843 1 0 2627263 0
[pid=10831/tid=10833] ppid=10828 vsize=10661056 memory=-8197568871503140223 CPUtime=0.09 cores=0,2,4,6
/proc/10831/task/10833/stat : 10833 (java) R 10828 10831 8861 0 -1 4202560 2866 0 0 0 8 1 0 0 20 0 15 0 96907954 10916921344 7102 33554432000 4194304 4196468 140736944619760 140469143256736 140469123077477 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10834] ppid=10828 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10834/stat : 10834 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907955 10916921344 7102 33554432000 4194304 4196468 140736944619760 140469065107728 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10835] ppid=10828 vsize=10661056 memory=139727266834048 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10835/stat : 10835 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907955 10916921344 7102 33554432000 4194304 4196468 140736944619760 140469064055184 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10836] ppid=10828 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10836/stat : 10836 (java) S 10828 10831 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96907955 10916921344 7102 33554432000 4194304 4196468 140736944619760 140469063002640 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10837] ppid=10828 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10837/stat : 10837 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907955 10916921344 7102 33554432000 4194304 4196468 140736944619760 140469061950096 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10838] ppid=10828 vsize=10661056 memory=139727266834048 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10838/stat : 10838 (java) S 10828 10831 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96907956 10916921344 7102 33554432000 4194304 4196468 140736944619760 140468630272496 140469139044994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10839] ppid=10828 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10839/stat : 10839 (java) S 10828 10831 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96907957 10916921344 7102 33554432000 4194304 4196468 140736944619760 140468629218720 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10840] ppid=10828 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10840/stat : 10840 (java) S 10828 10831 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96907957 10916921344 7102 33554432000 4194304 4196468 140736944619760 140468628166128 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10841] ppid=10828 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10841/stat : 10841 (java) S 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916921344 7102 33554432000 4194304 4196468 140736944619760 140468627114704 140469139052443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10842] ppid=10828 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10842/stat : 10842 (java) S 10828 10831 8861 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 96907959 10916921344 7102 33554432000 4194304 4196468 140736944619760 140468626061296 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10843] ppid=10828 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10843/stat : 10843 (java) R 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916921344 7102 33554432000 4194304 4196468 140736944619760 140468625008752 140469139044994 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10844] ppid=10828 vsize=10661056 memory=139727266834048 CPUtime=0.01 cores=0,2,4,6
/proc/10831/task/10844/stat : 10844 (java) R 10828 10831 8861 0 -1 4202560 326 0 0 0 1 0 0 0 20 0 15 0 96907959 10916921344 7102 33554432000 4194304 4196468 140736944619760 140468623956208 140469124714000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10845] ppid=10828 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10845/stat : 10845 (java) S 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916921344 7102 33554432000 4194304 4196468 140736944619760 140468622903904 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10846] ppid=10828 vsize=10661056 memory=139727266834048 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10846/stat : 10846 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907960 10916921344 7102 33554432000 4194304 4196468 140736944619760 140468621851440 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28408 KiB

[startup+0.210598 s]*
/proc/loadavg: 2.00 2.03 2.10 4/215 10846
/proc/meminfo: memFree=25428484/32770624 swapFree=67108860/67108860
[pid=10831] ppid=10828 vsize=10661056 memory=40600 CPUtime=0.33 cores=0,2,4,6
/proc/10831/stat : 10831 (java) S 10828 10831 8861 0 -1 1077944320 7676 0 0 0 31 2 0 0 20 0 15 0 96907954 10916921344 10150 33554432000 4194304 4196468 140736944619760 140736944602304 140469139033847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
/proc/10831/statm: 2665264 10150 2998 1 0 2627263 0
[pid=10831/tid=10833] ppid=10828 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/10831/task/10833/stat : 10833 (java) R 10828 10831 8861 0 -1 4202560 4650 0 0 0 18 2 0 0 20 0 15 0 96907954 10916921344 10150 33554432000 4194304 4196468 140736944619760 140469143264688 140469139055773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10834] ppid=10828 vsize=10661056 memory=364 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10834/stat : 10834 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907955 10916921344 10150 33554432000 4194304 4196468 140736944619760 140469065107728 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10835] ppid=10828 vsize=10661056 memory=288370103418545792 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10835/stat : 10835 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907955 10916921344 10150 33554432000 4194304 4196468 140736944619760 140469064055184 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10836] ppid=10828 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10836/stat : 10836 (java) S 10828 10831 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96907955 10916921344 10150 33554432000 4194304 4196468 140736944619760 140469063002640 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10837] ppid=10828 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10837/stat : 10837 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907955 10916921344 10150 33554432000 4194304 4196468 140736944619760 140469061950096 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10838] ppid=10828 vsize=10661056 memory=139727266834048 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10838/stat : 10838 (java) S 10828 10831 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96907956 10916921344 10150 33554432000 4194304 4196468 140736944619760 140468630272496 140469139044994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10839] ppid=10828 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10839/stat : 10839 (java) S 10828 10831 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96907957 10916921344 10150 33554432000 4194304 4196468 140736944619760 140468629218720 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10840] ppid=10828 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10840/stat : 10840 (java) S 10828 10831 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96907957 10916921344 10150 33554432000 4194304 4196468 140736944619760 140468628166128 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10841] ppid=10828 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10841/stat : 10841 (java) S 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916921344 10150 33554432000 4194304 4196468 140736944619760 140468627114704 140469139052443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10842] ppid=10828 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10831/task/10842/stat : 10842 (java) S 10828 10831 8861 0 -1 1077944384 616 0 0 0 2 0 0 0 20 0 15 0 96907959 10916921344 10150 33554432000 4194304 4196468 140736944619760 140468626061296 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10843] ppid=10828 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10831/task/10843/stat : 10843 (java) S 10828 10831 8861 0 -1 1077944384 174 0 0 0 2 0 0 0 20 0 15 0 96907959 10916921344 10150 33554432000 4194304 4196468 140736944619760 140468625008752 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10844] ppid=10828 vsize=10661056 memory=139727266834048 CPUtime=0.08 cores=0,2,4,6
/proc/10831/task/10844/stat : 10844 (java) R 10828 10831 8861 0 -1 4202560 875 0 0 0 8 0 0 0 20 0 15 0 96907959 10916921344 10150 33554432000 4194304 4196468 140736944619760 140468623951472 140469131270974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10845] ppid=10828 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10845/stat : 10845 (java) S 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916921344 10150 33554432000 4194304 4196468 140736944619760 140468622903904 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10846] ppid=10828 vsize=10661056 memory=139727266834048 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10846/stat : 10846 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907960 10916921344 10150 33554432000 4194304 4196468 140736944619760 140468621851440 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40600 KiB

[startup+0.311172 s]*
/proc/loadavg: 2.00 2.03 2.10 4/215 10846
/proc/meminfo: memFree=25423956/32770624 swapFree=67108860/67108860
[pid=10831] ppid=10828 vsize=10661132 memory=47028 CPUtime=0.56 cores=0,2,4,6
/proc/10831/stat : 10831 (java) S 10828 10831 8861 0 -1 1077944320 8338 0 0 0 53 3 0 0 20 0 15 0 96907954 10916999168 11757 33554432000 4194304 4196468 140736944619760 140736944602304 140469139033847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
/proc/10831/statm: 2665283 11757 3070 1 0 2627263 0
[pid=10831/tid=10833] ppid=10828 vsize=10661132 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/10831/task/10833/stat : 10833 (java) R 10828 10831 8861 0 -1 4202560 5010 0 0 0 27 2 0 0 20 0 15 0 96907954 10916999168 11757 33554432000 4194304 4196468 140736944619760 140469143269840 140469139045782 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10834] ppid=10828 vsize=10661132 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10834/stat : 10834 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907955 10916999168 11757 33554432000 4194304 4196468 140736944619760 140469065107728 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10835] ppid=10828 vsize=10661132 memory=288370103418545792 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10835/stat : 10835 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907955 10916999168 11757 33554432000 4194304 4196468 140736944619760 140469064055184 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10836] ppid=10828 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10836/stat : 10836 (java) S 10828 10831 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96907955 10916999168 11757 33554432000 4194304 4196468 140736944619760 140469063002640 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10837] ppid=10828 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10837/stat : 10837 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907955 10916999168 11757 33554432000 4194304 4196468 140736944619760 140469061950096 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10838] ppid=10828 vsize=10661132 memory=139727266834048 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10838/stat : 10838 (java) S 10828 10831 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96907956 10916999168 11757 33554432000 4194304 4196468 140736944619760 140468630272496 140469139044994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10839] ppid=10828 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10839/stat : 10839 (java) S 10828 10831 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96907957 10916999168 11757 33554432000 4194304 4196468 140736944619760 140468629218720 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10840] ppid=10828 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10840/stat : 10840 (java) S 10828 10831 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96907957 10916999168 11757 33554432000 4194304 4196468 140736944619760 140468628166128 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10841] ppid=10828 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10841/stat : 10841 (java) S 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916999168 11757 33554432000 4194304 4196468 140736944619760 140468627114704 140469139052443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10842] ppid=10828 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/10831/task/10842/stat : 10842 (java) R 10828 10831 8861 0 -1 1077944384 709 0 0 0 5 0 0 0 20 0 15 0 96907959 10916999168 11757 33554432000 4194304 4196468 140736944619760 140468626061296 140469139044994 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10843] ppid=10828 vsize=10661132 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/10831/task/10843/stat : 10843 (java) S 10828 10831 8861 0 -1 1077944384 254 0 0 0 5 0 0 0 20 0 15 0 96907959 10916999168 11757 33554432000 4194304 4196468 140736944619760 140468625008752 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10844] ppid=10828 vsize=10661132 memory=139727266834048 CPUtime=0.15 cores=0,2,4,6
/proc/10831/task/10844/stat : 10844 (java) R 10828 10831 8861 0 -1 4202560 998 0 0 0 15 0 0 0 20 0 15 0 96907959 10916999168 11757 33554432000 4194304 4196468 140736944619760 140468623955392 140469117956829 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10845] ppid=10828 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10845/stat : 10845 (java) S 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916999168 11757 33554432000 4194304 4196468 140736944619760 140468622903904 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10846] ppid=10828 vsize=10661132 memory=139727266834048 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10846/stat : 10846 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907960 10916999168 11757 33554432000 4194304 4196468 140736944619760 140468621851440 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 47028 KiB

[startup+0.700786 s]
/proc/loadavg: 2.00 2.03 2.10 5/215 10846
/proc/meminfo: memFree=25405720/32770624 swapFree=67108860/67108860
[pid=10831] ppid=10828 vsize=10661132 memory=84488 CPUtime=1.74 cores=0,2,4,6
/proc/10831/stat : 10831 (java) S 10828 10831 8861 0 -1 1077944320 13136 0 0 0 169 5 0 0 20 0 15 0 96907954 10916999168 21122 33554432000 4194304 4196468 140736944619760 140736944602304 140469139033847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
/proc/10831/statm: 2665283 21122 3114 1 0 2627263 0
[pid=10831/tid=10833] ppid=10828 vsize=10661132 memory=1840 CPUtime=0.68 cores=0,2,4,6
/proc/10831/task/10833/stat : 10833 (java) R 10828 10831 8861 0 -1 4202560 5238 0 0 0 65 3 0 0 20 0 15 0 96907954 10916999168 21122 33554432000 4194304 4196468 140736944619760 140469143272664 140468737515980 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10834] ppid=10828 vsize=10661132 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10834/stat : 10834 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907955 10916999168 21122 33554432000 4194304 4196468 140736944619760 140469065107728 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10835] ppid=10828 vsize=10661132 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10835/stat : 10835 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907955 10916999168 21122 33554432000 4194304 4196468 140736944619760 140469064055184 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10836] ppid=10828 vsize=10661132 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10836/stat : 10836 (java) S 10828 10831 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96907955 10916999168 21122 33554432000 4194304 4196468 140736944619760 140469063002640 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10837] ppid=10828 vsize=10661132 memory=792 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10837/stat : 10837 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907955 10916999168 21122 33554432000 4194304 4196468 140736944619760 140469061950096 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10838] ppid=10828 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10838/stat : 10838 (java) S 10828 10831 8861 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96907956 10916999168 21122 33554432000 4194304 4196468 140736944619760 140468630272496 140469139044994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10839] ppid=10828 vsize=10661132 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10839/stat : 10839 (java) S 10828 10831 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96907957 10916999168 21122 33554432000 4194304 4196468 140736944619760 140468629218720 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10840] ppid=10828 vsize=10661132 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10840/stat : 10840 (java) S 10828 10831 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96907957 10916999168 21122 33554432000 4194304 4196468 140736944619760 140468628166128 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10841] ppid=10828 vsize=10661132 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10841/stat : 10841 (java) S 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916999168 21122 33554432000 4194304 4196468 140736944619760 140468627114704 140469139052443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10842] ppid=10828 vsize=10661132 memory=7163631965283378496 CPUtime=0.37 cores=0,2,4,6
/proc/10831/task/10842/stat : 10842 (java) R 10828 10831 8861 0 -1 4202560 2575 0 0 0 37 0 0 0 20 0 15 0 96907959 10916999168 21122 33554432000 4194304 4196468 140736944619760 140468626047320 140469120578420 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10843] ppid=10828 vsize=10661132 memory=7667213801450137426 CPUtime=0.39 cores=0,2,4,6
/proc/10831/task/10843/stat : 10843 (java) R 10828 10831 8861 0 -1 4202560 2531 0 0 0 39 0 0 0 20 0 15 0 96907959 10916999168 21122 33554432000 4194304 4196468 140736944619760 140468624996192 140469118223296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10844] ppid=10828 vsize=10661132 memory=7151830906713428048 CPUtime=0.27 cores=0,2,4,6
/proc/10831/task/10844/stat : 10844 (java) S 10828 10831 8861 0 -1 1077944384 1422 0 0 0 27 0 0 0 20 0 15 0 96907959 10916999168 21122 33554432000 4194304 4196468 140736944619760 140468623956208 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10845] ppid=10828 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10845/stat : 10845 (java) S 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916999168 21122 33554432000 4194304 4196468 140736944619760 140468622903904 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10846] ppid=10828 vsize=10661132 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10846/stat : 10846 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907960 10916999168 21122 33554432000 4194304 4196468 140736944619760 140468621851440 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 84488 KiB

[startup+1.50073 s]
/proc/loadavg: 2.00 2.03 2.10 4/215 10846
/proc/meminfo: memFree=25361424/32770624 swapFree=67108860/67108860
[pid=10831] ppid=10828 vsize=10661132 memory=136604 CPUtime=3.06 cores=0,2,4,6
/proc/10831/stat : 10831 (java) S 10828 10831 8861 0 -1 1077944320 15647 0 0 0 300 6 0 0 20 0 15 0 96907954 10916999168 34151 33554432000 4194304 4196468 140736944619760 140736944602304 140469139033847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
/proc/10831/statm: 2665283 34151 3119 1 0 2627263 0
[pid=10831/tid=10833] ppid=10828 vsize=10661132 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/10831/task/10833/stat : 10833 (java) R 10828 10831 8861 0 -1 4202560 5581 0 0 0 144 3 0 0 20 0 15 0 96907954 10916999168 34151 33554432000 4194304 4196468 140736944619760 140469143258928 140468737544158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10834] ppid=10828 vsize=10661132 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10834/stat : 10834 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907955 10916999168 34151 33554432000 4194304 4196468 140736944619760 140469065107728 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10835] ppid=10828 vsize=10661132 memory=-2843869621055772062 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10835/stat : 10835 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907955 10916999168 34151 33554432000 4194304 4196468 140736944619760 140469064055184 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10836] ppid=10828 vsize=10661132 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10836/stat : 10836 (java) S 10828 10831 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96907955 10916999168 34151 33554432000 4194304 4196468 140736944619760 140469063002640 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10837] ppid=10828 vsize=10661132 memory=7005738693937936738 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10837/stat : 10837 (java) S 10828 10831 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96907955 10916999168 34151 33554432000 4194304 4196468 140736944619760 140469061950096 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10838] ppid=10828 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10838/stat : 10838 (java) S 10828 10831 8861 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 96907956 10916999168 34151 33554432000 4194304 4196468 140736944619760 140468630272496 140469139044994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0

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

/proc/10831/task/10833/stat : 10833 (java) R 10828 10831 8861 0 -1 4202560 39814 0 0 0 230537 16 0 0 20 0 15 0 96907954 10916999168 699531 33554432000 4194304 4196468 140736944619760 140469143230512 140468734470214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10834] ppid=10828 vsize=10661132 memory=2798124 CPUtime=13.78 cores=0,2,4,6
/proc/10831/task/10834/stat : 10834 (java) S 10828 10831 8861 0 -1 1077944384 4967 0 0 0 1316 62 0 0 20 0 15 0 96907955 10916999168 699531 33554432000 4194304 4196468 140736944619760 140469065107728 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10835] ppid=10828 vsize=10661132 memory=2798124 CPUtime=13.74 cores=0,2,4,6
/proc/10831/task/10835/stat : 10835 (java) S 10828 10831 8861 0 -1 1077944384 8459 0 0 0 1312 62 0 0 20 0 15 0 96907955 10916999168 699531 33554432000 4194304 4196468 140736944619760 140469064055184 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10836] ppid=10828 vsize=10661132 memory=2798124 CPUtime=13.76 cores=0,2,4,6
/proc/10831/task/10836/stat : 10836 (java) S 10828 10831 8861 0 -1 1077944384 8320 0 0 0 1315 61 0 0 20 0 15 0 96907955 10916999168 699531 33554432000 4194304 4196468 140736944619760 140469063002640 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10837] ppid=10828 vsize=10661132 memory=2798124 CPUtime=13.86 cores=0,2,4,6
/proc/10831/task/10837/stat : 10837 (java) S 10828 10831 8861 0 -1 1077944384 4449 0 0 0 1321 65 0 0 20 0 15 0 96907955 10916999168 699531 33554432000 4194304 4196468 140736944619760 140469061950096 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10838] ppid=10828 vsize=10661132 memory=2798124 CPUtime=2.66 cores=0,2,4,6
/proc/10831/task/10838/stat : 10838 (java) S 10828 10831 8861 0 -1 1077944384 11362 0 0 0 263 3 0 0 20 0 15 0 96907956 10916999168 699531 33554432000 4194304 4196468 140736944619760 140468630272496 140469139044994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10839] ppid=10828 vsize=10661132 memory=844 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10839/stat : 10839 (java) S 10828 10831 8861 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 96907957 10916999168 699531 33554432000 4194304 4196468 140736944619760 140468629218720 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10840] ppid=10828 vsize=10661132 memory=2798124 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10840/stat : 10840 (java) S 10828 10831 8861 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96907957 10916999168 699531 33554432000 4194304 4196468 140736944619760 140468628166128 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10841] ppid=10828 vsize=10661132 memory=2798124 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10841/stat : 10841 (java) S 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916999168 699531 33554432000 4194304 4196468 140736944619760 140468627114704 140469139052443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10842] ppid=10828 vsize=10661132 memory=6791534058613427641 CPUtime=0.73 cores=0,2,4,6
/proc/10831/task/10842/stat : 10842 (java) S 10828 10831 8861 0 -1 1077944384 5753 0 0 0 72 1 0 0 20 0 15 0 96907959 10916999168 699531 33554432000 4194304 4196468 140736944619760 140468626061296 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10843] ppid=10828 vsize=10661132 memory=12060 CPUtime=0.86 cores=0,2,4,6
/proc/10831/task/10843/stat : 10843 (java) S 10828 10831 8861 0 -1 1077944384 7481 0 0 0 85 1 0 0 20 0 15 0 96907959 10916999168 699531 33554432000 4194304 4196468 140736944619760 140468625008752 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10844] ppid=10828 vsize=10661132 memory=2798124 CPUtime=0.32 cores=0,2,4,6
/proc/10831/task/10844/stat : 10844 (java) S 10828 10831 8861 0 -1 1077944384 2668 0 0 0 31 1 0 0 20 0 15 0 96907959 10916999168 699531 33554432000 4194304 4196468 140736944619760 140468623956208 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10845] ppid=10828 vsize=10661132 memory=2798124 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10845/stat : 10845 (java) S 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916999168 699531 33554432000 4194304 4196468 140736944619760 140468622903904 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10846] ppid=10828 vsize=10661132 memory=2798124 CPUtime=1.77 cores=0,2,4,6
/proc/10831/task/10846/stat : 10846 (java) S 10828 10831 8861 0 -1 1077944384 1886 0 0 0 86 91 0 0 20 0 15 0 96907960 10916999168 699531 33554432000 4194304 4196468 140736944619760 140468621851440 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
Current children cumulated CPU time: 2367.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2798124 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/215 11017
/proc/meminfo: memFree=21860372/32770624 swapFree=67108860/67108860
[pid=10831] ppid=10828 vsize=10661132 memory=2798384 CPUtime=2428.52 cores=0,2,4,6
/proc/10831/stat : 10831 (java) S 10828 10831 8861 0 -1 1077944320 98851 0 0 0 242501 351 0 0 20 0 15 0 96907954 10916999168 699596 33554432000 4194304 4196468 140736944619760 140736944602304 140469139033847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
/proc/10831/statm: 2665283 699596 3165 1 0 2627263 0
[pid=10831/tid=10833] ppid=10828 vsize=10661132 memory=2798384 CPUtime=2365.05 cores=0,2,4,6
/proc/10831/task/10833/stat : 10833 (java) R 10828 10831 8861 0 -1 4202560 40333 0 0 0 236489 16 0 0 20 0 15 0 96907954 10916999168 699596 33554432000 4194304 4196468 140736944619760 140469143266512 140468734470226 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10834] ppid=10828 vsize=10661132 memory=2798384 CPUtime=14.23 cores=0,2,4,6
/proc/10831/task/10834/stat : 10834 (java) S 10828 10831 8861 0 -1 1077944384 5898 0 0 0 1361 62 0 0 20 0 15 0 96907955 10916999168 699596 33554432000 4194304 4196468 140736944619760 140469065107728 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10835] ppid=10828 vsize=10661132 memory=2798384 CPUtime=14.2 cores=0,2,4,6
/proc/10831/task/10835/stat : 10835 (java) S 10828 10831 8861 0 -1 1077944384 8568 0 0 0 1358 62 0 0 20 0 15 0 96907955 10916999168 699596 33554432000 4194304 4196468 140736944619760 140469064055184 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10836] ppid=10828 vsize=10661132 memory=2798384 CPUtime=14.22 cores=0,2,4,6
/proc/10831/task/10836/stat : 10836 (java) S 10828 10831 8861 0 -1 1077944384 8459 0 0 0 1361 61 0 0 20 0 15 0 96907955 10916999168 699596 33554432000 4194304 4196468 140736944619760 140469063002640 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10837] ppid=10828 vsize=10661132 memory=2798384 CPUtime=14.34 cores=0,2,4,6
/proc/10831/task/10837/stat : 10837 (java) S 10828 10831 8861 0 -1 1077944384 4734 0 0 0 1368 66 0 0 20 0 15 0 96907955 10916999168 699596 33554432000 4194304 4196468 140736944619760 140469061950096 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10838] ppid=10828 vsize=10661132 memory=2798384 CPUtime=2.66 cores=0,2,4,6
/proc/10831/task/10838/stat : 10838 (java) S 10828 10831 8861 0 -1 1077944384 11625 0 0 0 263 3 0 0 20 0 15 0 96907956 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468630272496 140469139044994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10839] ppid=10828 vsize=10661132 memory=2798384 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10839/stat : 10839 (java) S 10828 10831 8861 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 96907957 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468629218720 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10840] ppid=10828 vsize=10661132 memory=2798384 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10840/stat : 10840 (java) S 10828 10831 8861 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96907957 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468628166128 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10841] ppid=10828 vsize=10661132 memory=2798384 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10841/stat : 10841 (java) S 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468627114704 140469139052443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10842] ppid=10828 vsize=10661132 memory=2798384 CPUtime=0.73 cores=0,2,4,6
/proc/10831/task/10842/stat : 10842 (java) S 10828 10831 8861 0 -1 1077944384 5756 0 0 0 72 1 0 0 20 0 15 0 96907959 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468626061296 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10843] ppid=10828 vsize=10661132 memory=2798384 CPUtime=0.86 cores=0,2,4,6
/proc/10831/task/10843/stat : 10843 (java) S 10828 10831 8861 0 -1 1077944384 7483 0 0 0 85 1 0 0 20 0 15 0 96907959 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468625008752 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10844] ppid=10828 vsize=10661132 memory=2798384 CPUtime=0.32 cores=0,2,4,6
/proc/10831/task/10844/stat : 10844 (java) S 10828 10831 8861 0 -1 1077944384 2670 0 0 0 31 1 0 0 20 0 15 0 96907959 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468623956208 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10845] ppid=10828 vsize=10661132 memory=2798384 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10845/stat : 10845 (java) S 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468622903904 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10846] ppid=10828 vsize=10661132 memory=4028 CPUtime=1.81 cores=0,2,4,6
/proc/10831/task/10846/stat : 10846 (java) S 10828 10831 8861 0 -1 1077944384 1918 0 0 0 88 93 0 0 20 0 15 0 96907960 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468621851440 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
Current children cumulated CPU time: 2428.52 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2798384 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/215 11018
/proc/meminfo: memFree=21860484/32770624 swapFree=67108860/67108860
[pid=10831] ppid=10828 vsize=10661132 memory=2798384 CPUtime=2488.56 cores=0,2,4,6
/proc/10831/stat : 10831 (java) S 10828 10831 8861 0 -1 1077944320 99457 0 0 0 248503 353 0 0 20 0 15 0 96907954 10916999168 699596 33554432000 4194304 4196468 140736944619760 140736944602304 140469139033847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
/proc/10831/statm: 2665283 699596 3165 1 0 2627263 0
[pid=10831/tid=10833] ppid=10828 vsize=10661132 memory=2798384 CPUtime=2425.05 cores=0,2,4,6
/proc/10831/task/10833/stat : 10833 (java) R 10828 10831 8861 0 -1 4202560 40903 0 0 0 242489 16 0 0 20 0 15 0 96907954 10916999168 699596 33554432000 4194304 4196468 140736944619760 140469143266512 140468734470238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10834] ppid=10828 vsize=10661132 memory=2798384 CPUtime=14.23 cores=0,2,4,6
/proc/10831/task/10834/stat : 10834 (java) S 10828 10831 8861 0 -1 1077944384 5898 0 0 0 1361 62 0 0 20 0 15 0 96907955 10916999168 699596 33554432000 4194304 4196468 140736944619760 140469065107728 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10835] ppid=10828 vsize=10661132 memory=2798384 CPUtime=14.2 cores=0,2,4,6
/proc/10831/task/10835/stat : 10835 (java) S 10828 10831 8861 0 -1 1077944384 8568 0 0 0 1358 62 0 0 20 0 15 0 96907955 10916999168 699596 33554432000 4194304 4196468 140736944619760 140469064055184 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10836] ppid=10828 vsize=10661132 memory=2798384 CPUtime=14.22 cores=0,2,4,6
/proc/10831/task/10836/stat : 10836 (java) S 10828 10831 8861 0 -1 1077944384 8459 0 0 0 1361 61 0 0 20 0 15 0 96907955 10916999168 699596 33554432000 4194304 4196468 140736944619760 140469063002640 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10837] ppid=10828 vsize=10661132 memory=2798384 CPUtime=14.34 cores=0,2,4,6
/proc/10831/task/10837/stat : 10837 (java) S 10828 10831 8861 0 -1 1077944384 4734 0 0 0 1368 66 0 0 20 0 15 0 96907955 10916999168 699596 33554432000 4194304 4196468 140736944619760 140469061950096 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10838] ppid=10828 vsize=10661132 memory=2798384 CPUtime=2.66 cores=0,2,4,6
/proc/10831/task/10838/stat : 10838 (java) S 10828 10831 8861 0 -1 1077944384 11630 0 0 0 263 3 0 0 20 0 15 0 96907956 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468630272496 140469139044994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10839] ppid=10828 vsize=10661132 memory=2798384 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10839/stat : 10839 (java) S 10828 10831 8861 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 96907957 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468629218720 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10840] ppid=10828 vsize=10661132 memory=2798384 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10840/stat : 10840 (java) S 10828 10831 8861 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96907957 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468628166128 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10841] ppid=10828 vsize=10661132 memory=2798384 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10841/stat : 10841 (java) S 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468627114704 140469139052443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10842] ppid=10828 vsize=10661132 memory=2798384 CPUtime=0.73 cores=0,2,4,6
/proc/10831/task/10842/stat : 10842 (java) S 10828 10831 8861 0 -1 1077944384 5759 0 0 0 72 1 0 0 20 0 15 0 96907959 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468626061296 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10843] ppid=10828 vsize=10661132 memory=2798384 CPUtime=0.86 cores=0,2,4,6
/proc/10831/task/10843/stat : 10843 (java) S 10828 10831 8861 0 -1 1077944384 7485 0 0 0 85 1 0 0 20 0 15 0 96907959 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468625008752 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10844] ppid=10828 vsize=10661132 memory=2798384 CPUtime=0.32 cores=0,2,4,6
/proc/10831/task/10844/stat : 10844 (java) S 10828 10831 8861 0 -1 1077944384 2672 0 0 0 31 1 0 0 20 0 15 0 96907959 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468623956208 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10845] ppid=10828 vsize=10661132 memory=2798384 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10845/stat : 10845 (java) S 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468622903904 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10846] ppid=10828 vsize=10661132 memory=2798384 CPUtime=1.86 cores=0,2,4,6
/proc/10831/task/10846/stat : 10846 (java) S 10828 10831 8861 0 -1 1077944384 1942 0 0 0 91 95 0 0 20 0 15 0 96907960 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468621851440 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
Current children cumulated CPU time: 2488.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2798384 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/215 11019
/proc/meminfo: memFree=21860300/32770624 swapFree=67108860/67108860
[pid=10831] ppid=10828 vsize=10661132 memory=2798384 CPUtime=2520.09 cores=0,2,4,6
/proc/10831/stat : 10831 (java) S 10828 10831 8861 0 -1 1077944320 99939 0 0 0 251655 354 0 0 20 0 15 0 96907954 10916999168 699596 33554432000 4194304 4196468 140736944619760 140736944602304 140469139033847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
/proc/10831/statm: 2665283 699596 3165 1 0 2627263 0
[pid=10831/tid=10833] ppid=10828 vsize=10661132 memory=6791534058613427641 CPUtime=2456.54 cores=0,2,4,6
/proc/10831/task/10833/stat : 10833 (java) R 10828 10831 8861 0 -1 4202560 41342 0 0 0 245638 16 0 0 20 0 15 0 96907954 10916999168 699596 33554432000 4194304 4196468 140736944619760 140469143266512 140468734470214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10834] ppid=10828 vsize=10661132 memory=4629771062077588875 CPUtime=14.23 cores=0,2,4,6
/proc/10831/task/10834/stat : 10834 (java) S 10828 10831 8861 0 -1 1077944384 5898 0 0 0 1361 62 0 0 20 0 15 0 96907955 10916999168 699596 33554432000 4194304 4196468 140736944619760 140469065107728 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10835] ppid=10828 vsize=10661132 memory=1408 CPUtime=14.2 cores=0,2,4,6
/proc/10831/task/10835/stat : 10835 (java) S 10828 10831 8861 0 -1 1077944384 8568 0 0 0 1358 62 0 0 20 0 15 0 96907955 10916999168 699596 33554432000 4194304 4196468 140736944619760 140469064055184 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10836] ppid=10828 vsize=10661132 memory=3220 CPUtime=14.22 cores=0,2,4,6
/proc/10831/task/10836/stat : 10836 (java) S 10828 10831 8861 0 -1 1077944384 8459 0 0 0 1361 61 0 0 20 0 15 0 96907955 10916999168 699596 33554432000 4194304 4196468 140736944619760 140469063002640 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10837] ppid=10828 vsize=10661132 memory=1236 CPUtime=14.34 cores=0,2,4,6
/proc/10831/task/10837/stat : 10837 (java) S 10828 10831 8861 0 -1 1077944384 4734 0 0 0 1368 66 0 0 20 0 15 0 96907955 10916999168 699596 33554432000 4194304 4196468 140736944619760 140469061950096 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10838] ppid=10828 vsize=10661132 memory=6791534058613427641 CPUtime=2.66 cores=0,2,4,6
/proc/10831/task/10838/stat : 10838 (java) S 10828 10831 8861 0 -1 1077944384 11648 0 0 0 263 3 0 0 20 0 15 0 96907956 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468630272496 140469139044994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10839] ppid=10828 vsize=10661132 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10839/stat : 10839 (java) S 10828 10831 8861 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 96907957 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468629218720 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10840] ppid=10828 vsize=10661132 memory=928 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10840/stat : 10840 (java) S 10828 10831 8861 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 96907957 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468628166128 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10841] ppid=10828 vsize=10661132 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10841/stat : 10841 (java) S 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468627114704 140469139052443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10842] ppid=10828 vsize=10661132 memory=1840 CPUtime=0.73 cores=0,2,4,6
/proc/10831/task/10842/stat : 10842 (java) S 10828 10831 8861 0 -1 1077944384 5762 0 0 0 72 1 0 0 20 0 15 0 96907959 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468626061296 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10843] ppid=10828 vsize=10661132 memory=1004 CPUtime=0.86 cores=0,2,4,6
/proc/10831/task/10843/stat : 10843 (java) S 10828 10831 8861 0 -1 1077944384 7487 0 0 0 85 1 0 0 20 0 15 0 96907959 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468625008752 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10844] ppid=10828 vsize=10661132 memory=12060 CPUtime=0.32 cores=0,2,4,6
/proc/10831/task/10844/stat : 10844 (java) S 10828 10831 8861 0 -1 1077944384 2674 0 0 0 31 1 0 0 20 0 15 0 96907959 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468623956208 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10845] ppid=10828 vsize=10661132 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/10831/task/10845/stat : 10845 (java) S 10828 10831 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96907959 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468622903904 140469139044053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
[pid=10831/tid=10846] ppid=10828 vsize=10661132 memory=792 CPUtime=1.88 cores=0,2,4,6
/proc/10831/task/10846/stat : 10846 (java) S 10828 10831 8861 0 -1 1077944384 1960 0 0 0 92 96 0 0 20 0 15 0 96907960 10916999168 699596 33554432000 4194304 4196468 140736944619760 140468621851440 140469139044994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13402112 140736944628853 140736944629001 140736944629001 140736944631759 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2798384 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2473.82 s]
# the end of solver process 10831 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.57 s, system=3.5533 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2473.82
CPU time (s): 2520.12
CPU user time (s): 2516.57
CPU system time (s): 3.5533
CPU usage (%): 101.872
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 2798384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.57
system time used= 3.5533
maximum resident set size= 2799008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100195
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56060
involuntary context switches= 3452


# summary of solver processes directly reported to runsolver:
#   pid: 10831
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.57
#   total CPU system time (s): 3.5533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0052 second user time and 26.4529 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 17:57:28
IDJOB=4299112
IDBENCH=141296
IDSOLVER=2762
FILE ID=node151/4299112-1532793448
RUNJOBID= node151-1532775757-8892
PBS_JOBID= 21022465
Free space on /tmp= 54928 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Quasigroups_mini/QuasiGroup-v7-12_mini_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299112-1532793448/watcher-4299112-1532793448 -o /tmp/evaluation-result-4299112-1532793448/solver-4299112-1532793448 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532775757-8892 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299112-1532793448.xml

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

MD5SUM BENCH= a1c2562567ad3209fb3991c3158b061f
RANDOM SEED=1397169365

node151.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.87
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.87
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.87
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.87
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:        25457068 kB
MemAvailable:   29128100 kB
Buffers:          191404 kB
Cached:          3748584 kB
SwapCached:            0 kB
Active:          4257720 kB
Inactive:        2572200 kB
Active(anon):    2839528 kB
Inactive(anon):    78192 kB
Active(file):    1418192 kB
Inactive(file):  2494008 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1088 kB
Writeback:             0 kB
AnonPages:       3044780 kB
Mapped:            54944 kB
Shmem:             25224 kB
Slab:             177236 kB
SReclaimable:     149332 kB
SUnreclaim:        27904 kB
KernelStack:        3808 kB
PageTables:        10176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4385100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2926592 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= 54924 MiB
End job on node151 at 2018-07-28 18:38:42