Trace number 4299120

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.11 2470.04

General information on the benchmark

NameQuasigroups_mini/
QuasiGroup-v7-16_mini_c18.xml
MD5SUM90b0ae5457c21a968d0990b7ba14ba70
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 benchmark1.06797
Satisfiable
(Un)Satisfiability was proved
Number of variables512
Number of constraints528
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":496}]
Minimum variable degree0
Maximum variable degree34
Distribution of variable degrees[{"degree":0,"count":16},{"degree":2,"count":240},{"degree":33,"count":16},{"degree":34,"count":240}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":16},{"arity":16,"count":32},{"arity":18,"count":480}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"allDifferent","count":32},{"type":"element","count":480}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.07/2470.01	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 (13724 MiB free)
  memory of node 1: 16384 MiB (13289 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.105163 s]*
/proc/loadavg: 2.19 2.08 2.11 4/215 10924
/proc/meminfo: memFree=27645824/32770624 swapFree=67108860/67108860
[pid=10909] ppid=10906 vsize=10661056 memory=27696 CPUtime=0.13 cores=1,3,5,7
/proc/10909/stat : 10909 (java) S 10906 10909 8861 0 -1 1077944320 5335 0 0 0 12 1 0 0 20 0 15 0 96912879 10916921344 6924 33554432000 4194304 4196468 140726609224992 140726609207536 140545096650487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
/proc/10909/statm: 2665264 6924 2865 1 0 2627263 0
[pid=10909/tid=10911] ppid=10906 vsize=10661056 memory=-8269626465541196925 CPUtime=0.1 cores=1,3,5,7
/proc/10909/task/10911/stat : 10911 (java) R 10906 10909 8861 0 -1 4202560 3148 0 0 0 9 1 0 0 20 0 15 0 96912879 10916921344 6924 33554432000 4194304 4196468 140726609224992 140545100880752 140545076969752 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10912] ppid=10906 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10912/stat : 10912 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912880 10916921344 6924 33554432000 4194304 4196468 140726609224992 140545022724624 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10913] ppid=10906 vsize=10661056 memory=140288961037952 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10913/stat : 10913 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912880 10916921344 6924 33554432000 4194304 4196468 140726609224992 140545021672080 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10914] ppid=10906 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10914/stat : 10914 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912880 10916921344 6924 33554432000 4194304 4196468 140726609224992 140544701360400 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10915] ppid=10906 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10915/stat : 10915 (java) S 10906 10909 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96912880 10916921344 6924 33554432000 4194304 4196468 140726609224992 140544700307856 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10916] ppid=10906 vsize=10661056 memory=140288961037952 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10916/stat : 10916 (java) S 10906 10909 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96912882 10916921344 6924 33554432000 4194304 4196468 140726609224992 140544132786928 140545096661634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10917] ppid=10906 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10917/stat : 10917 (java) S 10906 10909 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96912882 10916921344 6924 33554432000 4194304 4196468 140726609224992 140544131733152 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10918] ppid=10906 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10918/stat : 10918 (java) S 10906 10909 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96912882 10916921344 6924 33554432000 4194304 4196468 140726609224992 140544130680048 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10919] ppid=10906 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10919/stat : 10919 (java) S 10906 10909 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96912885 10916921344 6924 33554432000 4194304 4196468 140726609224992 140544129628624 140545096669083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10920] ppid=10906 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10920/stat : 10920 (java) R 10906 10909 8861 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 96912885 10916921344 6924 33554432000 4194304 4196468 140726609224992 140544128575728 140545096661634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10921] ppid=10906 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10921/stat : 10921 (java) R 10906 10909 8861 0 -1 4202560 186 0 0 0 0 0 0 0 20 0 15 0 96912885 10916921344 6924 33554432000 4194304 4196468 140726609224992 140544127514688 140545078171666 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10922] ppid=10906 vsize=10661056 memory=140288961037952 CPUtime=0.02 cores=1,3,5,7
/proc/10909/task/10922/stat : 10922 (java) S 10906 10909 8861 0 -1 1077944384 335 0 0 0 2 0 0 0 20 0 15 0 96912885 10916921344 6924 33554432000 4194304 4196468 140726609224992 140544126467920 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10923] ppid=10906 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10923/stat : 10923 (java) S 10906 10909 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96912885 10916921344 6924 33554432000 4194304 4196468 140726609224992 140544125417824 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10924] ppid=10906 vsize=10661056 memory=140288961037952 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10924/stat : 10924 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912885 10916921344 6924 33554432000 4194304 4196468 140726609224992 140544124365872 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27696 KiB

[startup+0.210659 s]*
/proc/loadavg: 2.19 2.08 2.11 4/215 10924
/proc/meminfo: memFree=27634304/32770624 swapFree=67108860/67108860
[pid=10909] ppid=10906 vsize=10661056 memory=40188 CPUtime=0.34 cores=1,3,5,7
/proc/10909/stat : 10909 (java) S 10906 10909 8861 0 -1 1077944320 8137 0 0 0 32 2 0 0 20 0 15 0 96912879 10916921344 10047 33554432000 4194304 4196468 140726609224992 140726609207536 140545096650487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
/proc/10909/statm: 2665264 10047 2985 1 0 2627263 0
[pid=10909/tid=10911] ppid=10906 vsize=10661056 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/10909/task/10911/stat : 10911 (java) R 10906 10909 8861 0 -1 4202560 5100 0 0 0 18 1 0 0 20 0 15 0 96912879 10916921344 10047 33554432000 4194304 4196468 140726609224992 140545100889744 140544701499040 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10912] ppid=10906 vsize=10661056 memory=364 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10912/stat : 10912 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912880 10916921344 10047 33554432000 4194304 4196468 140726609224992 140545022724624 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10913] ppid=10906 vsize=10661056 memory=288370665112749696 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10913/stat : 10913 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912880 10916921344 10047 33554432000 4194304 4196468 140726609224992 140545021672080 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10914] ppid=10906 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10914/stat : 10914 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912880 10916921344 10047 33554432000 4194304 4196468 140726609224992 140544701360400 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10915] ppid=10906 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10915/stat : 10915 (java) S 10906 10909 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96912880 10916921344 10047 33554432000 4194304 4196468 140726609224992 140544700307856 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10916] ppid=10906 vsize=10661056 memory=140288961037952 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10916/stat : 10916 (java) S 10906 10909 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96912882 10916921344 10047 33554432000 4194304 4196468 140726609224992 140544132786928 140545096661634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10917] ppid=10906 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10917/stat : 10917 (java) S 10906 10909 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96912882 10916921344 10047 33554432000 4194304 4196468 140726609224992 140544131733152 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10918] ppid=10906 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10918/stat : 10918 (java) S 10906 10909 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96912882 10916921344 10047 33554432000 4194304 4196468 140726609224992 140544130680048 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10919] ppid=10906 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10919/stat : 10919 (java) S 10906 10909 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96912885 10916921344 10047 33554432000 4194304 4196468 140726609224992 140544129628624 140545096669083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10920] ppid=10906 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10909/task/10920/stat : 10920 (java) R 10906 10909 8861 0 -1 1077944384 633 0 0 0 2 0 0 0 20 0 15 0 96912885 10916921344 10047 33554432000 4194304 4196468 140726609224992 140544128575728 140545096661634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10921] ppid=10906 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/10909/task/10921/stat : 10921 (java) R 10906 10909 8861 0 -1 4202560 302 0 0 0 2 0 0 0 20 0 15 0 96912885 10916921344 10047 33554432000 4194304 4196468 140726609224992 140544127523184 140726609897672 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10922] ppid=10906 vsize=10661056 memory=140288961037952 CPUtime=0.08 cores=1,3,5,7
/proc/10909/task/10922/stat : 10922 (java) R 10906 10909 8861 0 -1 4202560 740 0 0 0 8 0 0 0 20 0 15 0 96912885 10916921344 10047 33554432000 4194304 4196468 140726609224992 140544126466080 140545075327553 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10923] ppid=10906 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10923/stat : 10923 (java) S 10906 10909 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96912885 10916921344 10047 33554432000 4194304 4196468 140726609224992 140544125417824 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10924] ppid=10906 vsize=10661056 memory=140288961037952 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10924/stat : 10924 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912885 10916921344 10047 33554432000 4194304 4196468 140726609224992 140544124365872 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40188 KiB

[startup+0.310616 s]*
/proc/loadavg: 2.19 2.08 2.11 4/215 10924
/proc/meminfo: memFree=27630024/32770624 swapFree=67108860/67108860
[pid=10909] ppid=10906 vsize=10661132 memory=44512 CPUtime=0.56 cores=1,3,5,7
/proc/10909/stat : 10909 (java) S 10906 10909 8861 0 -1 1077944320 8777 0 0 0 54 2 0 0 20 0 15 0 96912879 10916999168 11128 33554432000 4194304 4196468 140726609224992 140726609207536 140545096650487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
/proc/10909/statm: 2665283 11128 3070 1 0 2627263 0
[pid=10909/tid=10911] ppid=10906 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/10909/task/10911/stat : 10911 (java) R 10906 10909 8861 0 -1 4202560 5475 0 0 0 28 2 0 0 20 0 15 0 96912879 10916999168 11640 33554432000 4194304 4196468 140726609224992 140545100886448 140544701772029 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10912] ppid=10906 vsize=10661132 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10912/stat : 10912 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912880 10916999168 11640 33554432000 4194304 4196468 140726609224992 140545022724624 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10913] ppid=10906 vsize=10661132 memory=288370665112749696 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10913/stat : 10913 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912880 10916999168 11640 33554432000 4194304 4196468 140726609224992 140545021672080 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10914] ppid=10906 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10914/stat : 10914 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912880 10916999168 11640 33554432000 4194304 4196468 140726609224992 140544701360400 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10915] ppid=10906 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10915/stat : 10915 (java) S 10906 10909 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96912880 10916999168 11640 33554432000 4194304 4196468 140726609224992 140544700307856 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10916] ppid=10906 vsize=10661132 memory=140288961037952 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10916/stat : 10916 (java) S 10906 10909 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96912882 10916999168 11640 33554432000 4194304 4196468 140726609224992 140544132786928 140545096661634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10917] ppid=10906 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10917/stat : 10917 (java) S 10906 10909 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96912882 10916999168 11640 33554432000 4194304 4196468 140726609224992 140544131733152 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10918] ppid=10906 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10918/stat : 10918 (java) S 10906 10909 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96912882 10916999168 11640 33554432000 4194304 4196468 140726609224992 140544130680048 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10919] ppid=10906 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10919/stat : 10919 (java) S 10906 10909 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96912885 10916999168 11640 33554432000 4194304 4196468 140726609224992 140544129628624 140545096669083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10920] ppid=10906 vsize=10661132 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/10909/task/10920/stat : 10920 (java) S 10906 10909 8861 0 -1 1077944384 678 0 0 0 4 0 0 0 20 0 15 0 96912885 10916999168 11640 33554432000 4194304 4196468 140726609224992 140544128575728 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10921] ppid=10906 vsize=10661132 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/10909/task/10921/stat : 10921 (java) S 10906 10909 8861 0 -1 1077944384 393 0 0 0 5 0 0 0 20 0 15 0 96912885 10916999168 11640 33554432000 4194304 4196468 140726609224992 140544127523184 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10922] ppid=10906 vsize=10661132 memory=140288961037952 CPUtime=0.15 cores=1,3,5,7
/proc/10909/task/10922/stat : 10922 (java) R 10906 10909 8861 0 -1 4202560 866 0 0 0 15 0 0 0 20 0 15 0 96912885 10916999168 11640 33554432000 4194304 4196468 140726609224992 140544126470256 140545082786338 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10923] ppid=10906 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10923/stat : 10923 (java) S 10906 10909 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96912885 10916999168 11640 33554432000 4194304 4196468 140726609224992 140544125417824 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10924] ppid=10906 vsize=10661132 memory=140288961037952 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10924/stat : 10924 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912885 10916999168 11640 33554432000 4194304 4196468 140726609224992 140544124365872 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44512 KiB

[startup+0.701188 s]
/proc/loadavg: 2.19 2.08 2.11 5/215 10924
/proc/meminfo: memFree=27616376/32770624 swapFree=67108860/67108860
[pid=10909] ppid=10906 vsize=10661132 memory=81908 CPUtime=1.76 cores=1,3,5,7
/proc/10909/stat : 10909 (java) S 10906 10909 8861 0 -1 1077944320 13617 0 0 0 172 4 0 0 20 0 15 0 96912879 10916999168 20477 33554432000 4194304 4196468 140726609224992 140726609207536 140545096650487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
/proc/10909/statm: 2665283 20477 3120 1 0 2627263 0
[pid=10909/tid=10911] ppid=10906 vsize=10661132 memory=1840 CPUtime=0.67 cores=1,3,5,7
/proc/10909/task/10911/stat : 10911 (java) R 10906 10909 8861 0 -1 4202560 5827 0 0 0 65 2 0 0 20 0 15 0 96912879 10916999168 20477 33554432000 4194304 4196468 140726609224992 140545100868480 140544704726298 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10912] ppid=10906 vsize=10661132 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10912/stat : 10912 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912880 10916999168 20477 33554432000 4194304 4196468 140726609224992 140545022724624 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10913] ppid=10906 vsize=10661132 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10913/stat : 10913 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912880 10916999168 20477 33554432000 4194304 4196468 140726609224992 140545021672080 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10914] ppid=10906 vsize=10661132 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10914/stat : 10914 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912880 10916999168 20477 33554432000 4194304 4196468 140726609224992 140544701360400 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10915] ppid=10906 vsize=10661132 memory=792 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10915/stat : 10915 (java) S 10906 10909 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96912880 10916999168 20477 33554432000 4194304 4196468 140726609224992 140544700307856 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10916] ppid=10906 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10916/stat : 10916 (java) S 10906 10909 8861 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96912882 10916999168 20477 33554432000 4194304 4196468 140726609224992 140544132786928 140545096661634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10917] ppid=10906 vsize=10661132 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10917/stat : 10917 (java) S 10906 10909 8861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96912882 10916999168 20477 33554432000 4194304 4196468 140726609224992 140544131733152 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10918] ppid=10906 vsize=10661132 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10918/stat : 10918 (java) S 10906 10909 8861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96912882 10916999168 20477 33554432000 4194304 4196468 140726609224992 140544130680048 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10919] ppid=10906 vsize=10661132 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10919/stat : 10919 (java) S 10906 10909 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96912885 10916999168 20477 33554432000 4194304 4196468 140726609224992 140544129628624 140545096669083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10920] ppid=10906 vsize=10661132 memory=7163631965283378496 CPUtime=0.37 cores=1,3,5,7
/proc/10909/task/10920/stat : 10920 (java) R 10906 10909 8861 0 -1 4202560 2301 0 0 0 37 0 0 0 20 0 15 0 96912885 10916999168 20477 33554432000 4194304 4196468 140726609224992 140544128561608 140545078171598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10921] ppid=10906 vsize=10661132 memory=7667213801450137426 CPUtime=0.36 cores=1,3,5,7
/proc/10909/task/10921/stat : 10921 (java) R 10906 10909 8861 0 -1 4202560 2528 0 0 0 36 0 0 0 20 0 15 0 96912885 10916999168 20477 33554432000 4194304 4196468 140726609224992 140544127509208 140545078194210 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10922] ppid=10906 vsize=10661132 memory=7151830906713428048 CPUtime=0.32 cores=1,3,5,7
/proc/10909/task/10922/stat : 10922 (java) S 10906 10909 8861 0 -1 1077944384 1610 0 0 0 32 0 0 0 20 0 15 0 96912885 10916999168 20477 33554432000 4194304 4196468 140726609224992 140544126470128 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10923] ppid=10906 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10923/stat : 10923 (java) S 10906 10909 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96912885 10916999168 20477 33554432000 4194304 4196468 140726609224992 140544125417824 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10924] ppid=10906 vsize=10661132 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10924/stat : 10924 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912885 10916999168 20477 33554432000 4194304 4196468 140726609224992 140544124365872 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 81908 KiB

[startup+1.50081 s]
/proc/loadavg: 2.19 2.08 2.11 3/215 10924
/proc/meminfo: memFree=27571152/32770624 swapFree=67108860/67108860
[pid=10909] ppid=10906 vsize=10661132 memory=132172 CPUtime=2.94 cores=1,3,5,7
/proc/10909/stat : 10909 (java) S 10906 10909 8861 0 -1 1077944320 14991 0 0 0 290 4 0 0 20 0 15 0 96912879 10916999168 33043 33554432000 4194304 4196468 140726609224992 140726609207536 140545096650487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
/proc/10909/statm: 2665283 33043 3121 1 0 2627263 0
[pid=10909/tid=10911] ppid=10906 vsize=10661132 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/10909/task/10911/stat : 10911 (java) R 10906 10909 8861 0 -1 4202560 5896 0 0 0 144 3 0 0 20 0 15 0 96912879 10916999168 33043 33554432000 4194304 4196468 140726609224992 140545100875728 140544705530414 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10912] ppid=10906 vsize=10661132 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10912/stat : 10912 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912880 10916999168 33043 33554432000 4194304 4196468 140726609224992 140545022724624 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10913] ppid=10906 vsize=10661132 memory=-2843869621055772062 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10913/stat : 10913 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912880 10916999168 33043 33554432000 4194304 4196468 140726609224992 140545021672080 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10914] ppid=10906 vsize=10661132 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10914/stat : 10914 (java) S 10906 10909 8861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96912880 10916999168 33043 33554432000 4194304 4196468 140726609224992 140544701360400 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10915] ppid=10906 vsize=10661132 memory=7005738693937936738 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10915/stat : 10915 (java) S 10906 10909 8861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96912880 10916999168 33043 33554432000 4194304 4196468 140726609224992 140544700307856 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10916] ppid=10906 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10916/stat : 10916 (java) S 10906 10909 8861 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 96912882 10916999168 33043 33554432000 4194304 4196468 140726609224992 140544132786928 140545096661634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0

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

/proc/10909/task/10911/stat : 10911 (java) R 10906 10909 8861 0 -1 4202560 51010 0 0 0 230388 21 0 0 20 0 15 0 96912879 10916999168 911579 33554432000 4194304 4196468 140726609224992 140545100885504 140544701704286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10912] ppid=10906 vsize=10661132 memory=3646316 CPUtime=15.65 cores=1,3,5,7
/proc/10909/task/10912/stat : 10912 (java) S 10906 10909 8861 0 -1 1077944384 12787 0 0 0 1489 76 0 0 20 0 15 0 96912880 10916999168 911579 33554432000 4194304 4196468 140726609224992 140545022724624 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10913] ppid=10906 vsize=10661132 memory=3646316 CPUtime=15.44 cores=1,3,5,7
/proc/10909/task/10913/stat : 10913 (java) S 10906 10909 8861 0 -1 1077944384 13477 0 0 0 1462 82 0 0 20 0 15 0 96912880 10916999168 911579 33554432000 4194304 4196468 140726609224992 140545021672080 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10914] ppid=10906 vsize=10661132 memory=2340 CPUtime=15.41 cores=1,3,5,7
/proc/10909/task/10914/stat : 10914 (java) S 10906 10909 8861 0 -1 1077944384 9297 0 0 0 1463 78 0 0 20 0 15 0 96912880 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544701360400 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10915] ppid=10906 vsize=10661132 memory=928 CPUtime=15.47 cores=1,3,5,7
/proc/10909/task/10915/stat : 10915 (java) S 10906 10909 8861 0 -1 1077944384 12563 0 0 0 1468 79 0 0 20 0 15 0 96912880 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544700307856 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10916] ppid=10906 vsize=10661132 memory=3646316 CPUtime=2.46 cores=1,3,5,7
/proc/10909/task/10916/stat : 10916 (java) S 10906 10909 8861 0 -1 1077944384 14568 0 0 0 238 8 0 0 20 0 15 0 96912882 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544132786928 140545096661634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10917] ppid=10906 vsize=10661132 memory=3646316 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10917/stat : 10917 (java) S 10906 10909 8861 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 96912882 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544131733152 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10918] ppid=10906 vsize=10661132 memory=16780 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10918/stat : 10918 (java) S 10906 10909 8861 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96912882 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544130680048 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10919] ppid=10906 vsize=10661132 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10919/stat : 10919 (java) S 10906 10909 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544129628624 140545096669083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10920] ppid=10906 vsize=10661132 memory=3646316 CPUtime=0.69 cores=1,3,5,7
/proc/10909/task/10920/stat : 10920 (java) S 10906 10909 8861 0 -1 1077944384 5656 0 0 0 68 1 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544128575728 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10921] ppid=10906 vsize=10661132 memory=1228 CPUtime=0.78 cores=1,3,5,7
/proc/10909/task/10921/stat : 10921 (java) S 10906 10909 8861 0 -1 1077944384 7173 0 0 0 77 1 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544127523184 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10922] ppid=10906 vsize=10661132 memory=3646316 CPUtime=0.36 cores=1,3,5,7
/proc/10909/task/10922/stat : 10922 (java) S 10906 10909 8861 0 -1 1077944384 2809 0 0 0 35 1 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544126470128 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10923] ppid=10906 vsize=10661132 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10923/stat : 10923 (java) S 10906 10909 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544125417824 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10924] ppid=10906 vsize=10661132 memory=920 CPUtime=1.82 cores=1,3,5,7
/proc/10909/task/10924/stat : 10924 (java) S 10906 10909 8861 0 -1 1077944384 1591 0 0 0 64 118 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544124365872 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
Current children cumulated CPU time: 2372.24 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 3646316 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/215 11018
/proc/meminfo: memFree=21860484/32770624 swapFree=67108860/67108860
[pid=10909] ppid=10906 vsize=10661132 memory=3646316 CPUtime=2432.3 cores=1,3,5,7
/proc/10909/stat : 10909 (java) S 10906 10909 8861 0 -1 1077944320 133622 0 0 0 242764 466 0 0 20 0 15 0 96912879 10916999168 911579 33554432000 4194304 4196468 140726609224992 140726609207536 140545096650487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
/proc/10909/statm: 2665283 911579 3165 1 0 2627263 0
[pid=10909/tid=10911] ppid=10906 vsize=10661132 memory=3646316 CPUtime=2364.08 cores=1,3,5,7
/proc/10909/task/10911/stat : 10911 (java) R 10906 10909 8861 0 -1 4202560 52209 0 0 0 236387 21 0 0 20 0 15 0 96912879 10916999168 911579 33554432000 4194304 4196468 140726609224992 140545100885504 140544701704286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10912] ppid=10906 vsize=10661132 memory=3646316 CPUtime=15.65 cores=1,3,5,7
/proc/10909/task/10912/stat : 10912 (java) S 10906 10909 8861 0 -1 1077944384 12787 0 0 0 1489 76 0 0 20 0 15 0 96912880 10916999168 911579 33554432000 4194304 4196468 140726609224992 140545022724624 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10913] ppid=10906 vsize=10661132 memory=3646316 CPUtime=15.44 cores=1,3,5,7
/proc/10909/task/10913/stat : 10913 (java) S 10906 10909 8861 0 -1 1077944384 13477 0 0 0 1462 82 0 0 20 0 15 0 96912880 10916999168 911579 33554432000 4194304 4196468 140726609224992 140545021672080 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10914] ppid=10906 vsize=10661132 memory=3646316 CPUtime=15.41 cores=1,3,5,7
/proc/10909/task/10914/stat : 10914 (java) S 10906 10909 8861 0 -1 1077944384 9297 0 0 0 1463 78 0 0 20 0 15 0 96912880 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544701360400 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10915] ppid=10906 vsize=10661132 memory=3646316 CPUtime=15.47 cores=1,3,5,7
/proc/10909/task/10915/stat : 10915 (java) S 10906 10909 8861 0 -1 1077944384 12563 0 0 0 1468 79 0 0 20 0 15 0 96912880 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544700307856 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10916] ppid=10906 vsize=10661132 memory=3646316 CPUtime=2.46 cores=1,3,5,7
/proc/10909/task/10916/stat : 10916 (java) S 10906 10909 8861 0 -1 1077944384 14577 0 0 0 238 8 0 0 20 0 15 0 96912882 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544132786928 140545096661634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10917] ppid=10906 vsize=10661132 memory=3646316 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10917/stat : 10917 (java) S 10906 10909 8861 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 96912882 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544131733152 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10918] ppid=10906 vsize=10661132 memory=3646316 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10918/stat : 10918 (java) S 10906 10909 8861 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96912882 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544130680048 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10919] ppid=10906 vsize=10661132 memory=3646316 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10919/stat : 10919 (java) S 10906 10909 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544129628624 140545096669083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10920] ppid=10906 vsize=10661132 memory=3646316 CPUtime=0.69 cores=1,3,5,7
/proc/10909/task/10920/stat : 10920 (java) S 10906 10909 8861 0 -1 1077944384 5659 0 0 0 68 1 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544128575728 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10921] ppid=10906 vsize=10661132 memory=4028 CPUtime=0.79 cores=1,3,5,7
/proc/10909/task/10921/stat : 10921 (java) S 10906 10909 8861 0 -1 1077944384 7180 0 0 0 77 2 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544127523184 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10922] ppid=10906 vsize=10661132 memory=28012 CPUtime=0.36 cores=1,3,5,7
/proc/10909/task/10922/stat : 10922 (java) S 10906 10909 8861 0 -1 1077944384 2814 0 0 0 35 1 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544126470128 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10923] ppid=10906 vsize=10661132 memory=3646316 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10923/stat : 10923 (java) S 10906 10909 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544125417824 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10924] ppid=10906 vsize=10661132 memory=3646316 CPUtime=1.86 cores=1,3,5,7
/proc/10909/task/10924/stat : 10924 (java) S 10906 10909 8861 0 -1 1077944384 1635 0 0 0 66 120 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544124365872 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
Current children cumulated CPU time: 2432.3 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 3646316 KiB

[startup+2442.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/215 11324
/proc/meminfo: memFree=24407032/32770624 swapFree=67108860/67108860
[pid=10909] ppid=10906 vsize=10661132 memory=3646316 CPUtime=2492.34 cores=1,3,5,7
/proc/10909/stat : 10909 (java) S 10906 10909 8861 0 -1 1077944320 134824 0 0 0 248766 468 0 0 20 0 15 0 96912879 10916999168 911579 33554432000 4194304 4196468 140726609224992 140726609207536 140545096650487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
/proc/10909/statm: 2665283 911579 3165 1 0 2627263 0
[pid=10909/tid=10911] ppid=10906 vsize=10661132 memory=4124 CPUtime=2424.09 cores=1,3,5,7
/proc/10909/task/10911/stat : 10911 (java) R 10906 10909 8861 0 -1 4202560 53348 0 0 0 242387 22 0 0 20 0 15 0 96912879 10916999168 911579 33554432000 4194304 4196468 140726609224992 140545100885504 140544701704286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10912] ppid=10906 vsize=10661132 memory=8496 CPUtime=15.65 cores=1,3,5,7
/proc/10909/task/10912/stat : 10912 (java) S 10906 10909 8861 0 -1 1077944384 12787 0 0 0 1489 76 0 0 20 0 15 0 96912880 10916999168 911579 33554432000 4194304 4196468 140726609224992 140545022724624 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10913] ppid=10906 vsize=10661132 memory=3646316 CPUtime=15.44 cores=1,3,5,7
/proc/10909/task/10913/stat : 10913 (java) S 10906 10909 8861 0 -1 1077944384 13477 0 0 0 1462 82 0 0 20 0 15 0 96912880 10916999168 911579 33554432000 4194304 4196468 140726609224992 140545021672080 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10914] ppid=10906 vsize=10661132 memory=3646316 CPUtime=15.41 cores=1,3,5,7
/proc/10909/task/10914/stat : 10914 (java) S 10906 10909 8861 0 -1 1077944384 9297 0 0 0 1463 78 0 0 20 0 15 0 96912880 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544701360400 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10915] ppid=10906 vsize=10661132 memory=3646316 CPUtime=15.47 cores=1,3,5,7
/proc/10909/task/10915/stat : 10915 (java) S 10906 10909 8861 0 -1 1077944384 12563 0 0 0 1468 79 0 0 20 0 15 0 96912880 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544700307856 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10916] ppid=10906 vsize=10661132 memory=3646316 CPUtime=2.46 cores=1,3,5,7
/proc/10909/task/10916/stat : 10916 (java) S 10906 10909 8861 0 -1 1077944384 14586 0 0 0 238 8 0 0 20 0 15 0 96912882 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544132786928 140545096661634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10917] ppid=10906 vsize=10661132 memory=3646316 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10917/stat : 10917 (java) S 10906 10909 8861 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 96912882 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544131733152 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10918] ppid=10906 vsize=10661132 memory=3646316 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10918/stat : 10918 (java) S 10906 10909 8861 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96912882 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544130680048 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10919] ppid=10906 vsize=10661132 memory=3646316 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10919/stat : 10919 (java) S 10906 10909 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544129628624 140545096669083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10920] ppid=10906 vsize=10661132 memory=3646316 CPUtime=0.69 cores=1,3,5,7
/proc/10909/task/10920/stat : 10920 (java) S 10906 10909 8861 0 -1 1077944384 5662 0 0 0 68 1 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544128575728 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10921] ppid=10906 vsize=10661132 memory=3646316 CPUtime=0.79 cores=1,3,5,7
/proc/10909/task/10921/stat : 10921 (java) S 10906 10909 8861 0 -1 1077944384 7187 0 0 0 77 2 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544127523184 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10922] ppid=10906 vsize=10661132 memory=3646316 CPUtime=0.36 cores=1,3,5,7
/proc/10909/task/10922/stat : 10922 (java) S 10906 10909 8861 0 -1 1077944384 2819 0 0 0 35 1 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544126470128 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10923] ppid=10906 vsize=10661132 memory=3646316 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10923/stat : 10923 (java) S 10906 10909 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544125417824 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10924] ppid=10906 vsize=10661132 memory=3646316 CPUtime=1.91 cores=1,3,5,7
/proc/10909/task/10924/stat : 10924 (java) S 10906 10909 8861 0 -1 1077944384 1674 0 0 0 68 123 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544124365872 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
Current children cumulated CPU time: 2492.34 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 3646316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470 s]*
/proc/loadavg: 1.96 2.01 2.04 3/215 11324
/proc/meminfo: memFree=24307356/32770624 swapFree=67108860/67108860
[pid=10909] ppid=10906 vsize=10661132 memory=3646316 CPUtime=2520.07 cores=1,3,5,7
/proc/10909/stat : 10909 (java) S 10906 10909 8861 0 -1 1077944320 135036 0 0 0 251538 469 0 0 20 0 15 0 96912879 10916999168 911579 33554432000 4194304 4196468 140726609224992 140726609207536 140545096650487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
/proc/10909/statm: 2665283 911579 3165 1 0 2627263 0
[pid=10909/tid=10911] ppid=10906 vsize=10661132 memory=6791534058613427641 CPUtime=2451.79 cores=1,3,5,7
/proc/10909/task/10911/stat : 10911 (java) R 10906 10909 8861 0 -1 4202560 53558 0 0 0 245157 22 0 0 20 0 15 0 96912879 10916999168 911579 33554432000 4194304 4196468 140726609224992 140545100885504 140544701704297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10912] ppid=10906 vsize=10661132 memory=4872558044660077418 CPUtime=15.65 cores=1,3,5,7
/proc/10909/task/10912/stat : 10912 (java) S 10906 10909 8861 0 -1 1077944384 12787 0 0 0 1489 76 0 0 20 0 15 0 96912880 10916999168 911579 33554432000 4194304 4196468 140726609224992 140545022724624 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10913] ppid=10906 vsize=10661132 memory=15252670952770799 CPUtime=15.44 cores=1,3,5,7
/proc/10909/task/10913/stat : 10913 (java) S 10906 10909 8861 0 -1 1077944384 13477 0 0 0 1462 82 0 0 20 0 15 0 96912880 10916999168 911579 33554432000 4194304 4196468 140726609224992 140545021672080 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10914] ppid=10906 vsize=10661132 memory=301741394899501351 CPUtime=15.41 cores=1,3,5,7
/proc/10909/task/10914/stat : 10914 (java) S 10906 10909 8861 0 -1 1077944384 9297 0 0 0 1463 78 0 0 20 0 15 0 96912880 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544701360400 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10915] ppid=10906 vsize=10661132 memory=3646316 CPUtime=15.47 cores=1,3,5,7
/proc/10909/task/10915/stat : 10915 (java) S 10906 10909 8861 0 -1 1077944384 12563 0 0 0 1468 79 0 0 20 0 15 0 96912880 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544700307856 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10916] ppid=10906 vsize=10661132 memory=18570 CPUtime=2.46 cores=1,3,5,7
/proc/10909/task/10916/stat : 10916 (java) S 10906 10909 8861 0 -1 1077944384 14586 0 0 0 238 8 0 0 20 0 15 0 96912882 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544132786928 140545096661634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10917] ppid=10906 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10917/stat : 10917 (java) S 10906 10909 8861 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 96912882 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544131733152 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10918] ppid=10906 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10918/stat : 10918 (java) S 10906 10909 8861 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96912882 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544130680048 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10919] ppid=10906 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10919/stat : 10919 (java) S 10906 10909 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544129628624 140545096669083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10920] ppid=10906 vsize=10661132 memory=0 CPUtime=0.69 cores=1,3,5,7
/proc/10909/task/10920/stat : 10920 (java) S 10906 10909 8861 0 -1 1077944384 5662 0 0 0 68 1 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544128575728 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10921] ppid=10906 vsize=10661132 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/10909/task/10921/stat : 10921 (java) S 10906 10909 8861 0 -1 1077944384 7187 0 0 0 77 2 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544127523184 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10922] ppid=10906 vsize=10661132 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/10909/task/10922/stat : 10922 (java) S 10906 10909 8861 0 -1 1077944384 2819 0 0 0 35 1 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544126470128 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10923] ppid=10906 vsize=10661132 memory=3471342685120337744 CPUtime=0 cores=1,3,5,7
/proc/10909/task/10923/stat : 10923 (java) S 10906 10909 8861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544125417824 140545096660693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
[pid=10909/tid=10924] ppid=10906 vsize=10661132 memory=4026532099 CPUtime=1.93 cores=1,3,5,7
/proc/10909/task/10924/stat : 10924 (java) S 10906 10909 8861 0 -1 1077944384 1676 0 0 0 69 124 0 0 20 0 15 0 96912885 10916999168 911579 33554432000 4194304 4196468 140726609224992 140544124365872 140545096661634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36896768 140726609228917 140726609229065 140726609229065 140726609231823 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 3646316 KiB

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

[startup+2470.04 s]
# the end of solver process 10909 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.39 s, system=4.71698 s

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

Child status: 143
Real time (s): 2470.04
CPU time (s): 2520.11
CPU user time (s): 2515.39
CPU system time (s): 4.71698
CPU usage (%): 102.027
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 3646320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.39
system time used= 4.71698
maximum resident set size= 3646828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135545
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56121
involuntary context switches= 1580


# summary of solver processes directly reported to runsolver:
#   pid: 10909
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2515.39
#   total CPU system time (s): 4.71698

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.913 second user time and 25.3913 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 17:58:17
IDJOB=4299120
IDBENCH=141297
IDSOLVER=2762
FILE ID=node151/4299120-1532793497
RUNJOBID= node151-1532775757-8893
PBS_JOBID= 21022465
Free space on /tmp= 54928 MiB

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

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

MD5SUM BENCH= 90b0ae5457c21a968d0990b7ba14ba70
RANDOM SEED=1854576112

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:        27662460 kB
MemAvailable:   31333156 kB
Buffers:          191420 kB
Cached:          3748440 kB
SwapCached:            0 kB
Active:          2057692 kB
Inactive:        2572212 kB
Active(anon):     639864 kB
Inactive(anon):    78192 kB
Active(file):    1417828 kB
Inactive(file):  2494020 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1292 kB
Writeback:             0 kB
AnonPages:        691888 kB
Mapped:            54612 kB
Shmem:             25224 kB
Slab:             177292 kB
SReclaimable:     149364 kB
SUnreclaim:        27928 kB
KernelStack:        3744 kB
PageTables:         6808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1858548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    589824 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:39:27