Trace number 4299128

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.06 2487.42

General information on the benchmark

NameQuasigroups_mini/
QuasiGroup-v7-20_mini_c18.xml
MD5SUM71a4fe88cf163e0e6932f74b335a06ff
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.28691
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints820
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":780}]
Minimum variable degree0
Maximum variable degree42
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":380},{"degree":41,"count":20},{"degree":42,"count":380}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":20,"count":40},{"arity":22,"count":760}]
Number of extensional constraints0
Number of intensional constraints20
Distribution of constraint types[{"type":"intension","count":20},{"type":"allDifferent","count":40},{"type":"element","count":760}]
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.03/2487.40	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 (7328 MiB free)
  memory of node 1: 16384 MiB (12802 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299128-1532793895/watcher-4299128-1532793895 -o /tmp/evaluation-result-4299128-1532793895/solver-4299128-1532793895 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532776444-32665 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299128-1532793895.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
Current StackSize limit: 8192 KiB

solver pid=2226, runsolver pid=2223

[startup+0.100348 s]*
/proc/loadavg: 1.95 2.00 1.96 5/215 2241
/proc/meminfo: memFree=20597628/32770624 swapFree=67108860/67108860
[pid=2226] ppid=2223 vsize=10661056 memory=27544 CPUtime=0.12 cores=1,3,5,7
/proc/2226/stat : 2226 (java) S 2223 2226 32633 0 -1 1077944320 5285 0 0 0 11 1 0 0 20 0 15 0 96952741 10916921344 6886 33554432000 4194304 4196468 140730609831344 140730609813888 140480330456823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
/proc/2226/statm: 2665264 6886 2841 1 0 2627263 0
[pid=2226/tid=2228] ppid=2223 vsize=10661056 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/2226/task/2228/stat : 2228 (java) R 2223 2226 32633 0 -1 4202560 3163 0 0 0 9 0 0 0 20 0 15 0 96952741 10916921344 6886 33554432000 4194304 4196468 140730609831344 140480334679408 140479942409793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2229] ppid=2223 vsize=10661056 memory=5792869726567804975 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2229/stat : 2229 (java) S 2223 2226 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952742 10916921344 6886 33554432000 4194304 4196468 140730609831344 140480267148176 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2230] ppid=2223 vsize=10661056 memory=140346317731456 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2230/stat : 2230 (java) S 2223 2226 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952742 10916921344 6886 33554432000 4194304 4196468 140730609831344 140480266095376 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2231] ppid=2223 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2231/stat : 2231 (java) S 2223 2226 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952742 10916921344 6886 33554432000 4194304 4196468 140730609831344 140480265043088 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2232] ppid=2223 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2232/stat : 2232 (java) S 2223 2226 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952742 10916921344 6886 33554432000 4194304 4196468 140730609831344 140480263990288 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2233] ppid=2223 vsize=10661056 memory=140346317731456 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2233/stat : 2233 (java) S 2223 2226 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952744 10916921344 6886 33554432000 4194304 4196468 140730609831344 140479822579824 140480330467970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2234] ppid=2223 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2234/stat : 2234 (java) S 2223 2226 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96952744 10916921344 6886 33554432000 4194304 4196468 140730609831344 140479821525792 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2235] ppid=2223 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2235/stat : 2235 (java) S 2223 2226 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96952744 10916921344 6886 33554432000 4194304 4196468 140730609831344 140479820473456 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2236] ppid=2223 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2236/stat : 2236 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916921344 6886 33554432000 4194304 4196468 140730609831344 140479819421776 140480330475419 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2237] ppid=2223 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2237/stat : 2237 (java) S 2223 2226 32633 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 96952747 10916921344 6886 33554432000 4194304 4196468 140730609831344 140479818369648 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2238] ppid=2223 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2238/stat : 2238 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916921344 6886 33554432000 4194304 4196468 140730609831344 140479817316848 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2239] ppid=2223 vsize=10661056 memory=140346317731456 CPUtime=0.01 cores=1,3,5,7
/proc/2226/task/2239/stat : 2239 (java) R 2223 2226 32633 0 -1 4202560 324 0 0 0 1 0 0 0 20 0 15 0 96952747 10916921344 6886 33554432000 4194304 4196468 140730609831344 140479816264560 140480330468758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2240] ppid=2223 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2240/stat : 2240 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916921344 6886 33554432000 4194304 4196468 140730609831344 140479815212000 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2241] ppid=2223 vsize=10661056 memory=140346317731456 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2241/stat : 2241 (java) S 2223 2226 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952747 10916921344 6886 33554432000 4194304 4196468 140730609831344 140479814158768 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27544 KiB

[startup+0.219893 s]*
/proc/loadavg: 1.95 2.00 1.96 5/215 2241
/proc/meminfo: memFree=20585388/32770624 swapFree=67108860/67108860
[pid=2226] ppid=2223 vsize=10661056 memory=40216 CPUtime=0.36 cores=1,3,5,7
/proc/2226/stat : 2226 (java) S 2223 2226 32633 0 -1 1077944320 8184 0 0 0 34 2 0 0 20 0 15 0 96952741 10916921344 10054 33554432000 4194304 4196468 140730609831344 140730609813888 140480330456823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
/proc/2226/statm: 2665264 10054 2979 1 0 2627263 0
[pid=2226/tid=2228] ppid=2223 vsize=10661056 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/2226/task/2228/stat : 2228 (java) R 2223 2226 32633 0 -1 4202560 5121 0 0 0 19 1 0 0 20 0 15 0 96952741 10916921344 10120 33554432000 4194304 4196468 140730609831344 140480334692944 140480330478749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2229] ppid=2223 vsize=10661056 memory=4294967641 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2229/stat : 2229 (java) S 2223 2226 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952742 10916921344 10120 33554432000 4194304 4196468 140730609831344 140480267148176 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2230] ppid=2223 vsize=10661056 memory=140346318104434 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2230/stat : 2230 (java) S 2223 2226 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952742 10916921344 10120 33554432000 4194304 4196468 140730609831344 140480266095376 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2231] ppid=2223 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2231/stat : 2231 (java) S 2223 2226 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952742 10916921344 10120 33554432000 4194304 4196468 140730609831344 140480265043088 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2232] ppid=2223 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2232/stat : 2232 (java) S 2223 2226 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952742 10916921344 10120 33554432000 4194304 4196468 140730609831344 140480263990288 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2233] ppid=2223 vsize=10661056 memory=140346317731456 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2233/stat : 2233 (java) S 2223 2226 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952744 10916921344 10120 33554432000 4194304 4196468 140730609831344 140479822579824 140480330467970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2234] ppid=2223 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2234/stat : 2234 (java) S 2223 2226 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96952744 10916921344 10120 33554432000 4194304 4196468 140730609831344 140479821525792 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2235] ppid=2223 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2235/stat : 2235 (java) S 2223 2226 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96952744 10916921344 10120 33554432000 4194304 4196468 140730609831344 140479820473456 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2236] ppid=2223 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2236/stat : 2236 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916921344 10120 33554432000 4194304 4196468 140730609831344 140479819421776 140480330475419 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2237] ppid=2223 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2226/task/2237/stat : 2237 (java) R 2223 2226 32633 0 -1 1077944384 512 0 0 0 2 0 0 0 20 0 15 0 96952747 10916921344 10120 33554432000 4194304 4196468 140730609831344 140479818369648 140480330467970 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2238] ppid=2223 vsize=10661056 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/2226/task/2238/stat : 2238 (java) R 2223 2226 32633 0 -1 4202560 353 0 0 0 3 0 0 0 20 0 15 0 96952747 10916921344 10120 33554432000 4194304 4196468 140730609831344 140479817316848 140480311157853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2239] ppid=2223 vsize=10661056 memory=140346317731456 CPUtime=0.09 cores=1,3,5,7
/proc/2226/task/2239/stat : 2239 (java) R 2223 2226 32633 0 -1 4202560 855 0 0 0 9 0 0 0 20 0 15 0 96952747 10916921344 10120 33554432000 4194304 4196468 140730609831344 140479816261496 140480314537310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2240] ppid=2223 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2240/stat : 2240 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916921344 10120 33554432000 4194304 4196468 140730609831344 140479815212000 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2241] ppid=2223 vsize=10661056 memory=140346317731456 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2241/stat : 2241 (java) S 2223 2226 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952747 10916921344 10120 33554432000 4194304 4196468 140730609831344 140479814158768 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40216 KiB

[startup+0.310468 s]*
/proc/loadavg: 1.95 2.00 1.96 5/215 2241
/proc/meminfo: memFree=20580860/32770624 swapFree=67108860/67108860
[pid=2226] ppid=2223 vsize=10661132 memory=44832 CPUtime=0.58 cores=1,3,5,7
/proc/2226/stat : 2226 (java) S 2223 2226 32633 0 -1 1077944320 8837 0 0 0 55 3 0 0 20 0 15 0 96952741 10916999168 11208 33554432000 4194304 4196468 140730609831344 140730609813888 140480330456823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
/proc/2226/statm: 2665283 11208 3061 1 0 2627263 0
[pid=2226/tid=2228] ppid=2223 vsize=10661132 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/2226/task/2228/stat : 2228 (java) R 2223 2226 32633 0 -1 4202560 5490 0 0 0 28 2 0 0 20 0 15 0 96952741 10916999168 11208 33554432000 4194304 4196468 140730609831344 140480334692896 140480330468758 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2229] ppid=2223 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2229/stat : 2229 (java) S 2223 2226 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952742 10916999168 11208 33554432000 4194304 4196468 140730609831344 140480267148176 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2230] ppid=2223 vsize=10661132 memory=140346176669103 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2230/stat : 2230 (java) S 2223 2226 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952742 10916999168 11208 33554432000 4194304 4196468 140730609831344 140480266095376 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2231] ppid=2223 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2231/stat : 2231 (java) S 2223 2226 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952742 10916999168 11208 33554432000 4194304 4196468 140730609831344 140480265043088 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2232] ppid=2223 vsize=10661132 memory=67 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2232/stat : 2232 (java) S 2223 2226 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952742 10916999168 11208 33554432000 4194304 4196468 140730609831344 140480263990288 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2233] ppid=2223 vsize=10661132 memory=140346317731456 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2233/stat : 2233 (java) S 2223 2226 32633 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96952744 10916999168 11208 33554432000 4194304 4196468 140730609831344 140479822579824 140480330467970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2234] ppid=2223 vsize=10661132 memory=140346176673743 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2234/stat : 2234 (java) S 2223 2226 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96952744 10916999168 11208 33554432000 4194304 4196468 140730609831344 140479821525792 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2235] ppid=2223 vsize=10661132 memory=58084 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2235/stat : 2235 (java) S 2223 2226 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96952744 10916999168 11208 33554432000 4194304 4196468 140730609831344 140479820473456 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2236] ppid=2223 vsize=10661132 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2236/stat : 2236 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916999168 11208 33554432000 4194304 4196468 140730609831344 140479819421776 140480330475419 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2237] ppid=2223 vsize=10661132 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2226/task/2237/stat : 2237 (java) S 2223 2226 32633 0 -1 1077944384 557 0 0 0 4 0 0 0 20 0 15 0 96952747 10916999168 11208 33554432000 4194304 4196468 140730609831344 140479818369648 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2238] ppid=2223 vsize=10661132 memory=140346176676111 CPUtime=0.06 cores=1,3,5,7
/proc/2226/task/2238/stat : 2238 (java) S 2223 2226 32633 0 -1 1077944384 443 0 0 0 6 0 0 0 20 0 15 0 96952747 10916999168 11208 33554432000 4194304 4196468 140730609831344 140479817316848 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2239] ppid=2223 vsize=10661132 memory=280692494416736 CPUtime=0.15 cores=1,3,5,7
/proc/2226/task/2239/stat : 2239 (java) R 2223 2226 32633 0 -1 4202560 986 0 0 0 15 0 0 0 20 0 15 0 96952747 10916999168 11208 33554432000 4194304 4196468 140730609831344 140479816264688 140480309477792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2240] ppid=2223 vsize=10661132 memory=140346176680719 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2240/stat : 2240 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916999168 11208 33554432000 4194304 4196468 140730609831344 140479815212000 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2241] ppid=2223 vsize=10661132 memory=140346317731467 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2241/stat : 2241 (java) S 2223 2226 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952747 10916999168 11208 33554432000 4194304 4196468 140730609831344 140479814158768 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44832 KiB

[startup+0.700803 s]
/proc/loadavg: 1.95 2.00 1.96 5/215 2241
/proc/meminfo: memFree=20563116/32770624 swapFree=67108860/67108860
[pid=2226] ppid=2223 vsize=10661132 memory=84724 CPUtime=1.81 cores=1,3,5,7
/proc/2226/stat : 2226 (java) S 2223 2226 32633 0 -1 1077944320 14155 0 0 0 177 4 0 0 20 0 15 0 96952741 10916999168 21181 33554432000 4194304 4196468 140730609831344 140730609813888 140480330456823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
/proc/2226/statm: 2665283 21181 3124 1 0 2627263 0
[pid=2226/tid=2228] ppid=2223 vsize=10661132 memory=149936838548504 CPUtime=0.67 cores=1,3,5,7
/proc/2226/task/2228/stat : 2228 (java) R 2223 2226 32633 0 -1 4202560 5713 0 0 0 65 2 0 0 20 0 15 0 96952741 10916999168 21181 33554432000 4194304 4196468 140730609831344 140480334696184 140479944901407 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2229] ppid=2223 vsize=10661132 memory=14626 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2229/stat : 2229 (java) S 2223 2226 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952742 10916999168 21181 33554432000 4194304 4196468 140730609831344 140480267148176 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2230] ppid=2223 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2230/stat : 2230 (java) S 2223 2226 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952742 10916999168 21181 33554432000 4194304 4196468 140730609831344 140480266095376 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2231] ppid=2223 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2231/stat : 2231 (java) S 2223 2226 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952742 10916999168 21181 33554432000 4194304 4196468 140730609831344 140480265043088 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2232] ppid=2223 vsize=10661132 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2232/stat : 2232 (java) S 2223 2226 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952742 10916999168 21181 33554432000 4194304 4196468 140730609831344 140480263990288 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2233] ppid=2223 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2233/stat : 2233 (java) S 2223 2226 32633 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96952744 10916999168 21181 33554432000 4194304 4196468 140730609831344 140479822579824 140480330467970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2234] ppid=2223 vsize=10661132 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2234/stat : 2234 (java) S 2223 2226 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96952744 10916999168 21181 33554432000 4194304 4196468 140730609831344 140479821525792 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2235] ppid=2223 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2235/stat : 2235 (java) S 2223 2226 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96952744 10916999168 21181 33554432000 4194304 4196468 140730609831344 140479820473456 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2236] ppid=2223 vsize=10661132 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2236/stat : 2236 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916999168 21181 33554432000 4194304 4196468 140730609831344 140479819421776 140480330475419 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2237] ppid=2223 vsize=10661132 memory=6943526294502006880 CPUtime=0.37 cores=1,3,5,7
/proc/2226/task/2237/stat : 2237 (java) R 2223 2226 32633 0 -1 4202560 2863 0 0 0 37 0 0 0 20 0 15 0 96952747 10916999168 21181 33554432000 4194304 4196468 140730609831344 140479818355672 140480312000928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2238] ppid=2223 vsize=10661132 memory=6944656592455097440 CPUtime=0.39 cores=1,3,5,7
/proc/2226/task/2238/stat : 2238 (java) R 2223 2226 32633 0 -1 4202560 2567 0 0 0 39 0 0 0 20 0 15 0 96952747 10916999168 21181 33554432000 4194304 4196468 140730609831344 140479817302728 140480307680976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2239] ppid=2223 vsize=10661132 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/2226/task/2239/stat : 2239 (java) S 2223 2226 32633 0 -1 1077944384 1640 0 0 0 33 0 0 0 20 0 15 0 96952747 10916999168 21181 33554432000 4194304 4196468 140730609831344 140479816264560 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2240] ppid=2223 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2240/stat : 2240 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916999168 21181 33554432000 4194304 4196468 140730609831344 140479815212000 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2241] ppid=2223 vsize=10661132 memory=10 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2241/stat : 2241 (java) S 2223 2226 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952747 10916999168 21181 33554432000 4194304 4196468 140730609831344 140479814158768 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 84724 KiB

[startup+1.50077 s]
/proc/loadavg: 1.95 2.00 1.96 3/215 2241
/proc/meminfo: memFree=20521432/32770624 swapFree=67108860/67108860
[pid=2226] ppid=2223 vsize=10661132 memory=131152 CPUtime=3.1 cores=1,3,5,7
/proc/2226/stat : 2226 (java) S 2223 2226 32633 0 -1 1077944320 16535 0 0 0 305 5 0 0 20 0 15 0 96952741 10916999168 32788 33554432000 4194304 4196468 140730609831344 140730609813888 140480330456823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
/proc/2226/statm: 2665283 32788 3124 1 0 2627263 0
[pid=2226/tid=2228] ppid=2223 vsize=10661132 memory=2321 CPUtime=1.48 cores=1,3,5,7
/proc/2226/task/2228/stat : 2228 (java) R 2223 2226 32633 0 -1 4202560 6024 0 0 0 145 3 0 0 20 0 15 0 96952741 10916999168 32788 33554432000 4194304 4196468 140730609831344 140480334672640 140479941650532 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2229] ppid=2223 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2229/stat : 2229 (java) S 2223 2226 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952742 10916999168 32788 33554432000 4194304 4196468 140730609831344 140480267148176 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2230] ppid=2223 vsize=10661132 memory=105 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2230/stat : 2230 (java) S 2223 2226 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952742 10916999168 32788 33554432000 4194304 4196468 140730609831344 140480266095376 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2231] ppid=2223 vsize=10661132 memory=87 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2231/stat : 2231 (java) S 2223 2226 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952742 10916999168 32788 33554432000 4194304 4196468 140730609831344 140480265043088 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2232] ppid=2223 vsize=10661132 memory=3 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2232/stat : 2232 (java) S 2223 2226 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952742 10916999168 32788 33554432000 4194304 4196468 140730609831344 140480263990288 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2233] ppid=2223 vsize=10661132 memory=264 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2233/stat : 2233 (java) S 2223 2226 32633 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 96952744 10916999168 32788 33554432000 4194304 4196468 140730609831344 140479822579824 140480330467970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0

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

/proc/2226/task/2228/stat : 2228 (java) R 2223 2226 32633 0 -1 4202560 30928 0 0 0 230949 15 0 0 20 0 15 0 96952741 10916999168 700152 33554432000 4194304 4196468 140730609831344 140480334696272 140479941650537 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2229] ppid=2223 vsize=10661132 memory=2800608 CPUtime=9.65 cores=1,3,5,7
/proc/2226/task/2229/stat : 2229 (java) S 2223 2226 32633 0 -1 1077944384 8607 0 0 0 901 64 0 0 20 0 15 0 96952742 10916999168 700152 33554432000 4194304 4196468 140730609831344 140480267148176 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2230] ppid=2223 vsize=10661132 memory=2797876 CPUtime=9.6 cores=1,3,5,7
/proc/2226/task/2230/stat : 2230 (java) S 2223 2226 32633 0 -1 1077944384 5818 0 0 0 897 63 0 0 20 0 15 0 96952742 10916999168 700152 33554432000 4194304 4196468 140730609831344 140480266095376 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2231] ppid=2223 vsize=10661132 memory=2800608 CPUtime=9.6 cores=1,3,5,7
/proc/2226/task/2231/stat : 2231 (java) S 2223 2226 32633 0 -1 1077944384 6244 0 0 0 899 61 0 0 20 0 15 0 96952742 10916999168 700152 33554432000 4194304 4196468 140730609831344 140480265043088 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2232] ppid=2223 vsize=10661132 memory=2800608 CPUtime=9.62 cores=1,3,5,7
/proc/2226/task/2232/stat : 2232 (java) S 2223 2226 32633 0 -1 1077944384 5536 0 0 0 901 61 0 0 20 0 15 0 96952742 10916999168 700152 33554432000 4194304 4196468 140730609831344 140480263990288 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2233] ppid=2223 vsize=10661132 memory=2800608 CPUtime=2.81 cores=1,3,5,7
/proc/2226/task/2233/stat : 2233 (java) S 2223 2226 32633 0 -1 1077944384 10672 0 0 0 276 5 0 0 20 0 15 0 96952744 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479822579824 140480330467970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2234] ppid=2223 vsize=10661132 memory=2800608 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2234/stat : 2234 (java) S 2223 2226 32633 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 96952744 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479821525792 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2235] ppid=2223 vsize=10661132 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2235/stat : 2235 (java) S 2223 2226 32633 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96952744 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479820473456 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2236] ppid=2223 vsize=10661132 memory=28100 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2236/stat : 2236 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479819421776 140480330475419 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2237] ppid=2223 vsize=10661132 memory=2800608 CPUtime=0.74 cores=1,3,5,7
/proc/2226/task/2237/stat : 2237 (java) S 2223 2226 32633 0 -1 1077944384 6059 0 0 0 73 1 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479818369648 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2238] ppid=2223 vsize=10661132 memory=2800608 CPUtime=0.74 cores=1,3,5,7
/proc/2226/task/2238/stat : 2238 (java) S 2223 2226 32633 0 -1 1077944384 5637 0 0 0 73 1 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479817316848 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2239] ppid=2223 vsize=10661132 memory=2800608 CPUtime=0.39 cores=1,3,5,7
/proc/2226/task/2239/stat : 2239 (java) S 2223 2226 32633 0 -1 1077944384 3066 0 0 0 38 1 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479816264560 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2240] ppid=2223 vsize=10661132 memory=2800608 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2240/stat : 2240 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479815212000 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2241] ppid=2223 vsize=10661132 memory=2800608 CPUtime=1.9 cores=1,3,5,7
/proc/2226/task/2241/stat : 2241 (java) S 2223 2226 32633 0 -1 1077944384 1624 0 0 0 78 112 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479814158768 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
Current children cumulated CPU time: 2354.77 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2800608 KiB

[startup+2382.3 s]
/proc/loadavg: 2.06 2.12 2.05 3/215 2469
/proc/meminfo: memFree=16766308/32770624 swapFree=67108860/67108860
[pid=2226] ppid=2223 vsize=10661132 memory=2800608 CPUtime=2414.83 cores=1,3,5,7
/proc/2226/stat : 2226 (java) S 2223 2226 32633 0 -1 1077944320 86129 0 0 0 241117 366 0 0 20 0 15 0 96952741 10916999168 700152 33554432000 4194304 4196468 140730609831344 140730609813888 140480330456823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
/proc/2226/statm: 2665283 700152 3170 1 0 2627263 0
[pid=2226/tid=2228] ppid=2223 vsize=10661132 memory=2800608 CPUtime=2369.64 cores=1,3,5,7
/proc/2226/task/2228/stat : 2228 (java) R 2223 2226 32633 0 -1 4202560 31412 0 0 0 236949 15 0 0 20 0 15 0 96952741 10916999168 700152 33554432000 4194304 4196468 140730609831344 140480334696272 140479941650502 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2229] ppid=2223 vsize=10661132 memory=2800608 CPUtime=9.65 cores=1,3,5,7
/proc/2226/task/2229/stat : 2229 (java) S 2223 2226 32633 0 -1 1077944384 8607 0 0 0 901 64 0 0 20 0 15 0 96952742 10916999168 700152 33554432000 4194304 4196468 140730609831344 140480267148176 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2230] ppid=2223 vsize=10661132 memory=2800608 CPUtime=9.6 cores=1,3,5,7
/proc/2226/task/2230/stat : 2230 (java) S 2223 2226 32633 0 -1 1077944384 5818 0 0 0 897 63 0 0 20 0 15 0 96952742 10916999168 700152 33554432000 4194304 4196468 140730609831344 140480266095376 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2231] ppid=2223 vsize=10661132 memory=2800608 CPUtime=9.6 cores=1,3,5,7
/proc/2226/task/2231/stat : 2231 (java) S 2223 2226 32633 0 -1 1077944384 6244 0 0 0 899 61 0 0 20 0 15 0 96952742 10916999168 700152 33554432000 4194304 4196468 140730609831344 140480265043088 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2232] ppid=2223 vsize=10661132 memory=2800608 CPUtime=9.62 cores=1,3,5,7
/proc/2226/task/2232/stat : 2232 (java) S 2223 2226 32633 0 -1 1077944384 5536 0 0 0 901 61 0 0 20 0 15 0 96952742 10916999168 700152 33554432000 4194304 4196468 140730609831344 140480263990288 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2233] ppid=2223 vsize=10661132 memory=2800608 CPUtime=2.82 cores=1,3,5,7
/proc/2226/task/2233/stat : 2233 (java) S 2223 2226 32633 0 -1 1077944384 10677 0 0 0 277 5 0 0 20 0 15 0 96952744 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479822579824 140480330467970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2234] ppid=2223 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2234/stat : 2234 (java) S 2223 2226 32633 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 96952744 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479821525792 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2235] ppid=2223 vsize=10661132 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2235/stat : 2235 (java) S 2223 2226 32633 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96952744 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479820473456 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2236] ppid=2223 vsize=10661132 memory=962 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2236/stat : 2236 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479819421776 140480330475419 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2237] ppid=2223 vsize=10661132 memory=280692354939856 CPUtime=0.74 cores=1,3,5,7
/proc/2226/task/2237/stat : 2237 (java) S 2223 2226 32633 0 -1 1077944384 6061 0 0 0 73 1 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479818369648 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2238] ppid=2223 vsize=10661132 memory=2800608 CPUtime=0.74 cores=1,3,5,7
/proc/2226/task/2238/stat : 2238 (java) S 2223 2226 32633 0 -1 1077944384 5640 0 0 0 73 1 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479817316848 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2239] ppid=2223 vsize=10661132 memory=4140 CPUtime=0.39 cores=1,3,5,7
/proc/2226/task/2239/stat : 2239 (java) S 2223 2226 32633 0 -1 1077944384 3068 0 0 0 38 1 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479816264560 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2240] ppid=2223 vsize=10661132 memory=2800608 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2240/stat : 2240 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479815212000 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2241] ppid=2223 vsize=10661132 memory=2400 CPUtime=1.94 cores=1,3,5,7
/proc/2226/task/2241/stat : 2241 (java) S 2223 2226 32633 0 -1 1077944384 1651 0 0 0 79 115 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479814158768 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
Current children cumulated CPU time: 2414.83 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2800608 KiB

[startup+2442.3 s]
/proc/loadavg: 2.02 2.10 2.05 3/215 2470
/proc/meminfo: memFree=16766052/32770624 swapFree=67108860/67108860
[pid=2226] ppid=2223 vsize=10661132 memory=2800608 CPUtime=2474.89 cores=1,3,5,7
/proc/2226/stat : 2226 (java) S 2223 2226 32633 0 -1 1077944320 86683 0 0 0 247120 369 0 0 20 0 15 0 96952741 10916999168 700152 33554432000 4194304 4196468 140730609831344 140730609813888 140480330456823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
/proc/2226/statm: 2665283 700152 3170 1 0 2627263 0
[pid=2226/tid=2228] ppid=2223 vsize=10661132 memory=2800608 CPUtime=2429.64 cores=1,3,5,7
/proc/2226/task/2228/stat : 2228 (java) R 2223 2226 32633 0 -1 4202560 31930 0 0 0 242949 15 0 0 20 0 15 0 96952741 10916999168 700152 33554432000 4194304 4196468 140730609831344 140480334696272 140479941650526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2229] ppid=2223 vsize=10661132 memory=280692353932096 CPUtime=9.65 cores=1,3,5,7
/proc/2226/task/2229/stat : 2229 (java) S 2223 2226 32633 0 -1 1077944384 8607 0 0 0 901 64 0 0 20 0 15 0 96952742 10916999168 700152 33554432000 4194304 4196468 140730609831344 140480267148176 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2230] ppid=2223 vsize=10661132 memory=2800608 CPUtime=9.6 cores=1,3,5,7
/proc/2226/task/2230/stat : 2230 (java) S 2223 2226 32633 0 -1 1077944384 5818 0 0 0 897 63 0 0 20 0 15 0 96952742 10916999168 700152 33554432000 4194304 4196468 140730609831344 140480266095376 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2231] ppid=2223 vsize=10661132 memory=2800608 CPUtime=9.6 cores=1,3,5,7
/proc/2226/task/2231/stat : 2231 (java) S 2223 2226 32633 0 -1 1077944384 6244 0 0 0 899 61 0 0 20 0 15 0 96952742 10916999168 700152 33554432000 4194304 4196468 140730609831344 140480265043088 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2232] ppid=2223 vsize=10661132 memory=2800608 CPUtime=9.62 cores=1,3,5,7
/proc/2226/task/2232/stat : 2232 (java) S 2223 2226 32633 0 -1 1077944384 5536 0 0 0 901 61 0 0 20 0 15 0 96952742 10916999168 700152 33554432000 4194304 4196468 140730609831344 140480263990288 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2233] ppid=2223 vsize=10661132 memory=2800608 CPUtime=2.82 cores=1,3,5,7
/proc/2226/task/2233/stat : 2233 (java) S 2223 2226 32633 0 -1 1077944384 10682 0 0 0 277 5 0 0 20 0 15 0 96952744 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479822579824 140480330467970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2234] ppid=2223 vsize=10661132 memory=149890063667571 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2234/stat : 2234 (java) S 2223 2226 32633 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 96952744 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479821525792 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2235] ppid=2223 vsize=10661132 memory=2800608 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2235/stat : 2235 (java) S 2223 2226 32633 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96952744 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479820473456 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2236] ppid=2223 vsize=10661132 memory=2800608 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2236/stat : 2236 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479819421776 140480330475419 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2237] ppid=2223 vsize=10661132 memory=0 CPUtime=0.74 cores=1,3,5,7
/proc/2226/task/2237/stat : 2237 (java) S 2223 2226 32633 0 -1 1077944384 6064 0 0 0 73 1 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479818369648 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2238] ppid=2223 vsize=10661132 memory=4140 CPUtime=0.74 cores=1,3,5,7
/proc/2226/task/2238/stat : 2238 (java) S 2223 2226 32633 0 -1 1077944384 5642 0 0 0 73 1 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479817316848 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2239] ppid=2223 vsize=10661132 memory=2800608 CPUtime=0.39 cores=1,3,5,7
/proc/2226/task/2239/stat : 2239 (java) S 2223 2226 32633 0 -1 1077944384 3070 0 0 0 38 1 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479816264560 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2240] ppid=2223 vsize=10661132 memory=16220 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2240/stat : 2240 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479815212000 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2241] ppid=2223 vsize=10661132 memory=2800608 CPUtime=1.99 cores=1,3,5,7
/proc/2226/task/2241/stat : 2241 (java) S 2223 2226 32633 0 -1 1077944384 1675 0 0 0 81 118 0 0 20 0 15 0 96952747 10916999168 700152 33554432000 4194304 4196468 140730609831344 140479814158768 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
Current children cumulated CPU time: 2474.89 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2800608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487.4 s]
/proc/loadavg: 2.01 2.08 2.05 3/215 2471
/proc/meminfo: memFree=16765928/32770624 swapFree=67108860/67108860
[pid=2226] ppid=2223 vsize=10661132 memory=2800708 CPUtime=2520.03 cores=1,3,5,7
/proc/2226/stat : 2226 (java) S 2223 2226 32633 0 -1 1077944320 87108 0 0 0 251631 372 0 0 20 0 15 0 96952741 10916999168 700177 33554432000 4194304 4196468 140730609831344 140730609813888 140480330456823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
/proc/2226/statm: 2665283 700177 3170 1 0 2627263 0
[pid=2226/tid=2228] ppid=2223 vsize=10661132 memory=792 CPUtime=2474.74 cores=1,3,5,7
/proc/2226/task/2228/stat : 2228 (java) R 2223 2226 32633 0 -1 4202560 32310 0 0 0 247459 15 0 0 20 0 15 0 96952741 10916999168 700177 33554432000 4194304 4196468 140730609831344 140480334696272 140479941650514 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2229] ppid=2223 vsize=10661132 memory=1952 CPUtime=9.65 cores=1,3,5,7
/proc/2226/task/2229/stat : 2229 (java) S 2223 2226 32633 0 -1 1077944384 8607 0 0 0 901 64 0 0 20 0 15 0 96952742 10916999168 700177 33554432000 4194304 4196468 140730609831344 140480267148176 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2230] ppid=2223 vsize=10661132 memory=1232 CPUtime=9.6 cores=1,3,5,7
/proc/2226/task/2230/stat : 2230 (java) S 2223 2226 32633 0 -1 1077944384 5818 0 0 0 897 63 0 0 20 0 15 0 96952742 10916999168 700177 33554432000 4194304 4196468 140730609831344 140480266095376 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2231] ppid=2223 vsize=10661132 memory=8556 CPUtime=9.6 cores=1,3,5,7
/proc/2226/task/2231/stat : 2231 (java) S 2223 2226 32633 0 -1 1077944384 6244 0 0 0 899 61 0 0 20 0 15 0 96952742 10916999168 700177 33554432000 4194304 4196468 140730609831344 140480265043088 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2232] ppid=2223 vsize=10661132 memory=1712 CPUtime=9.62 cores=1,3,5,7
/proc/2226/task/2232/stat : 2232 (java) S 2223 2226 32633 0 -1 1077944384 5536 0 0 0 901 61 0 0 20 0 15 0 96952742 10916999168 700177 33554432000 4194304 4196468 140730609831344 140480263990288 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2233] ppid=2223 vsize=10661132 memory=288230574492221466 CPUtime=2.82 cores=1,3,5,7
/proc/2226/task/2233/stat : 2233 (java) S 2223 2226 32633 0 -1 1077944384 10688 0 0 0 277 5 0 0 20 0 15 0 96952744 10916999168 700177 33554432000 4194304 4196468 140730609831344 140479822579824 140480330467970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2234] ppid=2223 vsize=10661132 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2234/stat : 2234 (java) S 2223 2226 32633 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 96952744 10916999168 700177 33554432000 4194304 4196468 140730609831344 140479821525792 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2235] ppid=2223 vsize=10661132 memory=15534128732833587 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2235/stat : 2235 (java) S 2223 2226 32633 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96952744 10916999168 700177 33554432000 4194304 4196468 140730609831344 140479820473456 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2236] ppid=2223 vsize=10661132 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2236/stat : 2236 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916999168 700177 33554432000 4194304 4196468 140730609831344 140479819421776 140480330475419 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2237] ppid=2223 vsize=10661132 memory=4124 CPUtime=0.74 cores=1,3,5,7
/proc/2226/task/2237/stat : 2237 (java) S 2223 2226 32633 0 -1 1077944384 6066 0 0 0 73 1 0 0 20 0 15 0 96952747 10916999168 700177 33554432000 4194304 4196468 140730609831344 140479818369648 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2238] ppid=2223 vsize=10661132 memory=1404 CPUtime=0.74 cores=1,3,5,7
/proc/2226/task/2238/stat : 2238 (java) S 2223 2226 32633 0 -1 1077944384 5645 0 0 0 73 1 0 0 20 0 15 0 96952747 10916999168 700177 33554432000 4194304 4196468 140730609831344 140479817316848 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2239] ppid=2223 vsize=10661132 memory=3272 CPUtime=0.39 cores=1,3,5,7
/proc/2226/task/2239/stat : 2239 (java) S 2223 2226 32633 0 -1 1077944384 3072 0 0 0 38 1 0 0 20 0 15 0 96952747 10916999168 700177 33554432000 4194304 4196468 140730609831344 140479816264560 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2240] ppid=2223 vsize=10661132 memory=2800708 CPUtime=0 cores=1,3,5,7
/proc/2226/task/2240/stat : 2240 (java) S 2223 2226 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952747 10916999168 700177 33554432000 4194304 4196468 140730609831344 140479815212000 140480330467029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
[pid=2226/tid=2241] ppid=2223 vsize=10661132 memory=2200 CPUtime=2.04 cores=1,3,5,7
/proc/2226/task/2241/stat : 2241 (java) S 2223 2226 32633 0 -1 1077944384 1707 0 0 0 83 121 0 0 20 0 15 0 96952747 10916999168 700177 33554432000 4194304 4196468 140730609831344 140479814158768 140480330467970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9293824 140730609837173 140730609837321 140730609837321 140730609840079 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2800708 KiB

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

[startup+2487.42 s]
# the end of solver process 2226 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.33 s, system=3.73534 s

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

Child status: 143
Real time (s): 2487.42
CPU time (s): 2520.06
CPU user time (s): 2516.33
CPU system time (s): 3.73534
CPU usage (%): 101.312
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 2800708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.33
system time used= 3.73534
maximum resident set size= 2801160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87362
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55893
involuntary context switches= 2045


# summary of solver processes directly reported to runsolver:
#   pid: 2226
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.33
#   total CPU system time (s): 3.73534

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9365 second user time and 22.7847 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-28 18:04:56
IDJOB=4299128
IDBENCH=141298
IDSOLVER=2762
FILE ID=node107/4299128-1532793895
RUNJOBID= node107-1532776444-32665
PBS_JOBID= 21022472
Free space on /tmp= 54468 MiB

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

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

MD5SUM BENCH= 71a4fe88cf163e0e6932f74b335a06ff
RANDOM SEED=1584113273

node107.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.40
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.40
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.40
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.40
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:        20613672 kB
MemAvailable:   29288652 kB
Buffers:          230788 kB
Cached:          8680804 kB
SwapCached:            0 kB
Active:          6468316 kB
Inactive:        5139644 kB
Active(anon):    2645880 kB
Inactive(anon):    78544 kB
Active(file):    3822436 kB
Inactive(file):  5061100 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1252 kB
Writeback:             0 kB
AnonPages:       2713456 kB
Mapped:            55372 kB
Shmem:             25228 kB
Slab:             242768 kB
SReclaimable:     214556 kB
SUnreclaim:        28212 kB
KernelStack:        3792 kB
PageTables:        10556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3819788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2588672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54468 MiB
End job on node107 at 2018-07-28 18:46:23