Trace number 4299126

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
The dodo solver 2018-04-29? (TO) 2520.07 2480.03

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.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.04/2480.02	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 (11580 MiB free)
  memory of node 1: 16384 MiB (11304 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299126-1532804603/watcher-4299126-1532804603 -o /tmp/evaluation-result-4299126-1532804603/solver-4299126-1532804603 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532774549-6744 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299126-1532804603.xml --timelimit 2520 

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

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

solver pid=9858, runsolver pid=9855

[startup+0.100162 s]*
/proc/loadavg: 1.83 1.81 1.86 3/219 9873
/proc/meminfo: memFree=23418020/32770624 swapFree=67108860/67108860
[pid=9858] ppid=9855 vsize=10658972 memory=27860 CPUtime=0.12 cores=0,2,4,6
/proc/9858/stat : 9858 (java) S 9855 9858 6713 0 -1 1077944320 5321 0 0 0 11 1 0 0 20 0 15 0 98023518 10914787328 6965 33554432000 4194304 4196468 140730497958736 140730497941280 139821716463351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
/proc/9858/statm: 2664743 6965 2833 1 0 2627263 0
[pid=9858/tid=9860] ppid=9855 vsize=10658972 memory=-8968736631886279872 CPUtime=0.09 cores=0,2,4,6
/proc/9858/task/9860/stat : 9860 (java) R 9855 9858 6713 0 -1 4202560 3196 0 0 0 8 1 0 0 20 0 15 0 98023518 10914787328 6965 33554432000 4194304 4196468 140730497958736 139821720684512 139821716475286 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9861] ppid=9855 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9861/stat : 9861 (java) S 9855 9858 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98023519 10914787328 6965 33554432000 4194304 4196468 140730497958736 139821658467216 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9862] ppid=9855 vsize=10658972 memory=139788846302848 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9862/stat : 9862 (java) S 9855 9858 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98023519 10914787328 6965 33554432000 4194304 4196468 140730497958736 139821657414416 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9863] ppid=9855 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9863/stat : 9863 (java) S 9855 9858 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98023519 10914787328 6965 33554432000 4194304 4196468 140730497958736 139821656362128 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9864] ppid=9855 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9864/stat : 9864 (java) S 9855 9858 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98023519 10914787328 6965 33554432000 4194304 4196468 140730497958736 139821655309328 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9865] ppid=9855 vsize=10658972 memory=139788846302848 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9865/stat : 9865 (java) S 9855 9858 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98023521 10914787328 6965 33554432000 4194304 4196468 140730497958736 139821021333616 139821716474498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9866] ppid=9855 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9866/stat : 9866 (java) S 9855 9858 6713 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98023521 10914787328 6965 33554432000 4194304 4196468 140730497958736 139821020279584 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9867] ppid=9855 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9867/stat : 9867 (java) S 9855 9858 6713 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98023521 10914787328 6965 33554432000 4194304 4196468 140730497958736 139821019227248 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9868] ppid=9855 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9868/stat : 9868 (java) S 9855 9858 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98023524 10914787328 6965 33554432000 4194304 4196468 140730497958736 139821018175568 139821716481947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9869] ppid=9855 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9869/stat : 9869 (java) S 9855 9858 6713 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 98023524 10914787328 6965 33554432000 4194304 4196468 140730497958736 139821017123440 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9870] ppid=9855 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9870/stat : 9870 (java) S 9855 9858 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98023524 10914787328 6965 33554432000 4194304 4196468 140730497958736 139821016070640 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9871] ppid=9855 vsize=10658972 memory=139788846302848 CPUtime=0.01 cores=0,2,4,6
/proc/9858/task/9871/stat : 9871 (java) R 9855 9858 6713 0 -1 4202560 337 0 0 0 1 0 0 0 20 0 15 0 98023524 10914787328 6965 33554432000 4194304 4196468 140730497958736 139821015018352 139821708700478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9872] ppid=9855 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9872/stat : 9872 (java) S 9855 9858 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98023524 10914787328 6965 33554432000 4194304 4196468 140730497958736 139821013965792 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9873] ppid=9855 vsize=10658972 memory=139788846302848 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9873/stat : 9873 (java) S 9855 9858 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98023524 10914787328 6965 33554432000 4194304 4196468 140730497958736 139821012912560 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27860 KiB

[startup+0.216747 s]*
/proc/loadavg: 1.83 1.81 1.86 4/219 9873
/proc/meminfo: memFree=23405988/32770624 swapFree=67108860/67108860
[pid=9858] ppid=9855 vsize=10661056 memory=40252 CPUtime=0.36 cores=0,2,4,6
/proc/9858/stat : 9858 (java) S 9855 9858 6713 0 -1 1077944320 8198 0 0 0 33 3 0 0 20 0 15 0 98023518 10916921344 10063 33554432000 4194304 4196468 140730497958736 140730497941280 139821716463351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
/proc/9858/statm: 2665264 10063 2971 1 0 2627263 0
[pid=9858/tid=9860] ppid=9855 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/9858/task/9860/stat : 9860 (java) R 9855 9858 6713 0 -1 4202560 5146 0 0 0 18 2 0 0 20 0 15 0 98023518 10916921344 10063 33554432000 4194304 4196468 140730497958736 139821720700960 139821702158360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9861] ppid=9855 vsize=10661056 memory=365 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9861/stat : 9861 (java) S 9855 9858 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98023519 10916921344 10063 33554432000 4194304 4196468 140730497958736 139821658467216 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9862] ppid=9855 vsize=10661056 memory=139788846312662 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9862/stat : 9862 (java) S 9855 9858 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98023519 10916921344 10063 33554432000 4194304 4196468 140730497958736 139821657414416 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9863] ppid=9855 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9863/stat : 9863 (java) S 9855 9858 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98023519 10916921344 10063 33554432000 4194304 4196468 140730497958736 139821656362128 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9864] ppid=9855 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9864/stat : 9864 (java) S 9855 9858 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98023519 10916921344 10063 33554432000 4194304 4196468 140730497958736 139821655309328 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9865] ppid=9855 vsize=10661056 memory=139788846302848 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9865/stat : 9865 (java) S 9855 9858 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98023521 10916921344 10063 33554432000 4194304 4196468 140730497958736 139821021333616 139821716474498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9866] ppid=9855 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9866/stat : 9866 (java) S 9855 9858 6713 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98023521 10916921344 10063 33554432000 4194304 4196468 140730497958736 139821020279584 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9867] ppid=9855 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9867/stat : 9867 (java) S 9855 9858 6713 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98023521 10916921344 10063 33554432000 4194304 4196468 140730497958736 139821019227248 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9868] ppid=9855 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9868/stat : 9868 (java) S 9855 9858 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98023524 10916921344 10063 33554432000 4194304 4196468 140730497958736 139821018175568 139821716481947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9869] ppid=9855 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9858/task/9869/stat : 9869 (java) R 9855 9858 6713 0 -1 1077944384 523 0 0 0 2 0 0 0 20 0 15 0 98023524 10916921344 10063 33554432000 4194304 4196468 140730497958736 139821017123440 139821716474498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9870] ppid=9855 vsize=10661056 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/9858/task/9870/stat : 9870 (java) S 9855 9858 6713 0 -1 1077944384 316 0 0 0 3 0 0 0 20 0 15 0 98023524 10916921344 10063 33554432000 4194304 4196468 140730497958736 139821016070640 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9871] ppid=9855 vsize=10661056 memory=139788846302848 CPUtime=0.09 cores=0,2,4,6
/proc/9858/task/9871/stat : 9871 (java) R 9855 9858 6713 0 -1 4202560 844 0 0 0 9 0 0 0 20 0 15 0 98023524 10916921344 10063 33554432000 4194304 4196468 140730497958736 139821015014720 139821694908147 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9872] ppid=9855 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9872/stat : 9872 (java) S 9855 9858 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98023524 10916921344 10063 33554432000 4194304 4196468 140730497958736 139821013965792 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9873] ppid=9855 vsize=10661056 memory=139788846302848 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9873/stat : 9873 (java) S 9855 9858 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98023524 10916921344 10063 33554432000 4194304 4196468 140730497958736 139821012912560 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40252 KiB

[startup+0.310725 s]*
/proc/loadavg: 1.83 1.81 1.86 4/219 9873
/proc/meminfo: memFree=23401832/32770624 swapFree=67108860/67108860
[pid=9858] ppid=9855 vsize=10661132 memory=44888 CPUtime=0.57 cores=0,2,4,6
/proc/9858/stat : 9858 (java) S 9855 9858 6713 0 -1 1077944320 8822 0 0 0 54 3 0 0 20 0 15 0 98023518 10916999168 11222 33554432000 4194304 4196468 140730497958736 140730497941280 139821716463351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
/proc/9858/statm: 2665283 11222 3066 1 0 2627263 0
[pid=9858/tid=9860] ppid=9855 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/9858/task/9860/stat : 9860 (java) R 9855 9858 6713 0 -1 4202560 5493 0 0 0 28 2 0 0 20 0 15 0 98023518 10916999168 11222 33554432000 4194304 4196468 140730497958736 139821720699872 139821335015759 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9861] ppid=9855 vsize=10661132 memory=304556161963917335 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9861/stat : 9861 (java) S 9855 9858 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98023519 10916999168 11222 33554432000 4194304 4196468 140730497958736 139821658467216 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9862] ppid=9855 vsize=10661132 memory=15401221649794712 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9862/stat : 9862 (java) S 9855 9858 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98023519 10916999168 11222 33554432000 4194304 4196468 140730497958736 139821657414416 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9863] ppid=9855 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9863/stat : 9863 (java) S 9855 9858 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98023519 10916999168 11222 33554432000 4194304 4196468 140730497958736 139821656362128 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9864] ppid=9855 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9864/stat : 9864 (java) S 9855 9858 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98023519 10916999168 11222 33554432000 4194304 4196468 140730497958736 139821655309328 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9865] ppid=9855 vsize=10661132 memory=139788846302848 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9865/stat : 9865 (java) S 9855 9858 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98023521 10916999168 11222 33554432000 4194304 4196468 140730497958736 139821021333616 139821716474498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9866] ppid=9855 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9866/stat : 9866 (java) S 9855 9858 6713 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98023521 10916999168 11222 33554432000 4194304 4196468 140730497958736 139821020279584 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9867] ppid=9855 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9867/stat : 9867 (java) S 9855 9858 6713 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98023521 10916999168 11222 33554432000 4194304 4196468 140730497958736 139821019227248 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9868] ppid=9855 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9868/stat : 9868 (java) S 9855 9858 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98023524 10916999168 11222 33554432000 4194304 4196468 140730497958736 139821018175568 139821716481947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9869] ppid=9855 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/9858/task/9869/stat : 9869 (java) S 9855 9858 6713 0 -1 1077944384 642 0 0 0 5 0 0 0 20 0 15 0 98023524 10916999168 11222 33554432000 4194304 4196468 140730497958736 139821017123440 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9870] ppid=9855 vsize=10661132 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/9858/task/9870/stat : 9870 (java) S 9855 9858 6713 0 -1 1077944384 359 0 0 0 5 0 0 0 20 0 15 0 98023524 10916999168 11222 33554432000 4194304 4196468 140730497958736 139821016070640 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9871] ppid=9855 vsize=10661132 memory=139788846302848 CPUtime=0.15 cores=0,2,4,6
/proc/9858/task/9871/stat : 9871 (java) R 9855 9858 6713 0 -1 4202560 961 0 0 0 15 0 0 0 20 0 15 0 98023524 10916999168 11222 33554432000 4194304 4196468 140730497958736 139821015013424 139821701628915 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9872] ppid=9855 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9872/stat : 9872 (java) S 9855 9858 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98023524 10916999168 11222 33554432000 4194304 4196468 140730497958736 139821013965792 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9873] ppid=9855 vsize=10661132 memory=139788846302848 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9873/stat : 9873 (java) S 9855 9858 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98023524 10916999168 11222 33554432000 4194304 4196468 140730497958736 139821012912560 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44888 KiB

[startup+0.700739 s]
/proc/loadavg: 1.83 1.81 1.86 7/219 9873
/proc/meminfo: memFree=23386516/32770624 swapFree=67108860/67108860
[pid=9858] ppid=9855 vsize=10661132 memory=71140 CPUtime=1.77 cores=0,2,4,6
/proc/9858/stat : 9858 (java) S 9855 9858 6713 0 -1 1077944320 12300 0 0 0 172 5 0 0 20 0 15 0 98023518 10916999168 17785 33554432000 4194304 4196468 140730497958736 140730497941280 139821716463351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
/proc/9858/statm: 2665283 17785 3121 1 0 2627263 0
[pid=9858/tid=9860] ppid=9855 vsize=10661132 memory=16968 CPUtime=0.67 cores=0,2,4,6
/proc/9858/task/9860/stat : 9860 (java) R 9855 9858 6713 0 -1 4202560 5729 0 0 0 64 3 0 0 20 0 15 0 98023518 10916999168 17785 33554432000 4194304 4196468 140730497958736 139821720680176 139821338954689 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9861] ppid=9855 vsize=10661132 memory=18220 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9861/stat : 9861 (java) S 9855 9858 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98023519 10916999168 17785 33554432000 4194304 4196468 140730497958736 139821658467216 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9862] ppid=9855 vsize=10661132 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9862/stat : 9862 (java) S 9855 9858 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98023519 10916999168 17851 33554432000 4194304 4196468 140730497958736 139821657414416 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9863] ppid=9855 vsize=10661132 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9863/stat : 9863 (java) S 9855 9858 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98023519 10916999168 17851 33554432000 4194304 4196468 140730497958736 139821656362128 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9864] ppid=9855 vsize=10661132 memory=644 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9864/stat : 9864 (java) S 9855 9858 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98023519 10916999168 17851 33554432000 4194304 4196468 140730497958736 139821655309328 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9865] ppid=9855 vsize=10661132 memory=952 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9865/stat : 9865 (java) S 9855 9858 6713 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98023521 10916999168 17851 33554432000 4194304 4196468 140730497958736 139821021333616 139821716474498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9866] ppid=9855 vsize=10661132 memory=2376 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9866/stat : 9866 (java) S 9855 9858 6713 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98023521 10916999168 17917 33554432000 4194304 4196468 140730497958736 139821020279584 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9867] ppid=9855 vsize=10661132 memory=1536 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9867/stat : 9867 (java) S 9855 9858 6713 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98023521 10916999168 17917 33554432000 4194304 4196468 140730497958736 139821019227248 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9868] ppid=9855 vsize=10661132 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9868/stat : 9868 (java) S 9855 9858 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98023524 10916999168 17917 33554432000 4194304 4196468 140730497958736 139821018175568 139821716481947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9869] ppid=9855 vsize=10661132 memory=6081108994580113768 CPUtime=0.37 cores=0,2,4,6
/proc/9858/task/9869/stat : 9869 (java) R 9855 9858 6713 0 -1 4202560 1861 0 0 0 37 0 0 0 20 0 15 0 98023524 10916999168 17917 33554432000 4194304 4196468 140730497958736 139821017114896 139821699963734 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9870] ppid=9855 vsize=10661132 memory=6154282490091891024 CPUtime=0.37 cores=0,2,4,6
/proc/9858/task/9870/stat : 9870 (java) R 9855 9858 6713 0 -1 4202560 1833 0 0 0 37 0 0 0 20 0 15 0 98023524 10916999168 17917 33554432000 4194304 4196468 140730497958736 139821016057760 139821708752800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9871] ppid=9855 vsize=10661132 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/9858/task/9871/stat : 9871 (java) S 9855 9858 6713 0 -1 1077944384 1641 0 0 0 32 0 0 0 20 0 15 0 98023524 10916999168 17917 33554432000 4194304 4196468 140730497958736 139821015018352 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9872] ppid=9855 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9872/stat : 9872 (java) S 9855 9858 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98023524 10916999168 17917 33554432000 4194304 4196468 140730497958736 139821013965792 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9873] ppid=9855 vsize=10661132 memory=4576 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9873/stat : 9873 (java) S 9855 9858 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98023524 10916999168 17917 33554432000 4194304 4196468 140730497958736 139821012912560 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 71140 KiB

[startup+1.50076 s]
/proc/loadavg: 1.93 1.83 1.87 3/219 9873
/proc/meminfo: memFree=23357300/32770624 swapFree=67108860/67108860
[pid=9858] ppid=9855 vsize=10661132 memory=106824 CPUtime=3.01 cores=0,2,4,6
/proc/9858/stat : 9858 (java) S 9855 9858 6713 0 -1 1077944320 15322 0 0 0 295 6 0 0 20 0 15 0 98023518 10916999168 26706 33554432000 4194304 4196468 140730497958736 140730497941280 139821716463351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
/proc/9858/statm: 2665283 26706 3125 1 0 2627263 0
[pid=9858/tid=9860] ppid=9855 vsize=10661132 memory=98612 CPUtime=1.47 cores=0,2,4,6
/proc/9858/task/9860/stat : 9860 (java) R 9855 9858 6713 0 -1 4202560 6043 0 0 0 143 4 0 0 20 0 15 0 98023518 10916999168 26706 33554432000 4194304 4196468 140730497958736 139821720689824 140730497980354 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9861] ppid=9855 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9861/stat : 9861 (java) S 9855 9858 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98023519 10916999168 26706 33554432000 4194304 4196468 140730497958736 139821658467216 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9862] ppid=9855 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9862/stat : 9862 (java) S 9855 9858 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98023519 10916999168 26706 33554432000 4194304 4196468 140730497958736 139821657414416 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9863] ppid=9855 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9863/stat : 9863 (java) S 9855 9858 6713 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98023519 10916999168 26706 33554432000 4194304 4196468 140730497958736 139821656362128 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9864] ppid=9855 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9864/stat : 9864 (java) S 9855 9858 6713 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98023519 10916999168 26706 33554432000 4194304 4196468 140730497958736 139821655309328 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9865] ppid=9855 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9865/stat : 9865 (java) S 9855 9858 6713 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 98023521 10916999168 26706 33554432000 4194304 4196468 140730497958736 139821021333616 139821716474498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0

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

/proc/9858/task/9860/stat : 9860 (java) R 9855 9858 6713 0 -1 4202560 18726 0 0 0 230701 188 0 0 20 0 15 0 98023518 10916999168 363168 33554432000 4194304 4196468 140730497958736 139821720697904 139821335259218 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9861] ppid=9855 vsize=10661132 memory=1452672 CPUtime=11.74 cores=0,2,4,6
/proc/9858/task/9861/stat : 9861 (java) S 9855 9858 6713 0 -1 1077944384 16924 0 0 0 1151 23 0 0 20 0 15 0 98023519 10916999168 363168 33554432000 4194304 4196468 140730497958736 139821658467216 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9862] ppid=9855 vsize=10661132 memory=1452672 CPUtime=11.79 cores=0,2,4,6
/proc/9858/task/9862/stat : 9862 (java) S 9855 9858 6713 0 -1 1077944384 15731 0 0 0 1154 25 0 0 20 0 15 0 98023519 10916999168 363168 33554432000 4194304 4196468 140730497958736 139821657414416 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9863] ppid=9855 vsize=10661132 memory=1452672 CPUtime=11.79 cores=0,2,4,6
/proc/9858/task/9863/stat : 9863 (java) S 9855 9858 6713 0 -1 1077944384 17269 0 0 0 1155 24 0 0 20 0 15 0 98023519 10916999168 363168 33554432000 4194304 4196468 140730497958736 139821656362128 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9864] ppid=9855 vsize=10661132 memory=1452672 CPUtime=11.79 cores=0,2,4,6
/proc/9858/task/9864/stat : 9864 (java) S 9855 9858 6713 0 -1 1077944384 13484 0 0 0 1154 25 0 0 20 0 15 0 98023519 10916999168 363168 33554432000 4194304 4196468 140730497958736 139821655309328 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9865] ppid=9855 vsize=10661132 memory=2376 CPUtime=1.33 cores=0,2,4,6
/proc/9858/task/9865/stat : 9865 (java) S 9855 9858 6713 0 -1 1077944384 10974 0 0 0 129 4 0 0 20 0 15 0 98023521 10916999168 363168 33554432000 4194304 4196468 140730497958736 139821021333616 139821716474498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9866] ppid=9855 vsize=10661132 memory=1536 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9866/stat : 9866 (java) S 9855 9858 6713 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 98023521 10916999168 363168 33554432000 4194304 4196468 140730497958736 139821020279584 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9867] ppid=9855 vsize=10661132 memory=1452672 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9867/stat : 9867 (java) S 9855 9858 6713 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 98023521 10916999168 363168 33554432000 4194304 4196468 140730497958736 139821019227248 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9868] ppid=9855 vsize=10661132 memory=8476 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9868/stat : 9868 (java) S 9855 9858 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98023524 10916999168 363168 33554432000 4194304 4196468 140730497958736 139821018175568 139821716481947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9869] ppid=9855 vsize=10661132 memory=16988 CPUtime=0.87 cores=0,2,4,6
/proc/9858/task/9869/stat : 9869 (java) S 9855 9858 6713 0 -1 1077944384 6137 0 0 0 86 1 0 0 20 0 15 0 98023524 10916999168 363168 33554432000 4194304 4196468 140730497958736 139821017123440 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9870] ppid=9855 vsize=10661132 memory=18220 CPUtime=0.7 cores=0,2,4,6
/proc/9858/task/9870/stat : 9870 (java) S 9855 9858 6713 0 -1 1077944384 4022 0 0 0 69 1 0 0 20 0 15 0 98023524 10916999168 363168 33554432000 4194304 4196468 140730497958736 139821016070640 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9871] ppid=9855 vsize=10661132 memory=1452672 CPUtime=0.34 cores=0,2,4,6
/proc/9858/task/9871/stat : 9871 (java) S 9855 9858 6713 0 -1 1077944384 1805 0 0 0 33 1 0 0 20 0 15 0 98023524 10916999168 363168 33554432000 4194304 4196468 140730497958736 139821015018352 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9872] ppid=9855 vsize=10661132 memory=18220 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9872/stat : 9872 (java) S 9855 9858 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98023524 10916999168 363168 33554432000 4194304 4196468 140730497958736 139821013965792 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9873] ppid=9855 vsize=10661132 memory=1788 CPUtime=1.71 cores=0,2,4,6
/proc/9858/task/9873/stat : 9873 (java) S 9855 9858 6713 0 -1 1077944384 914 0 0 0 85 86 0 0 20 0 15 0 98023524 10916999168 363168 33554432000 4194304 4196468 140730497958736 139821012912560 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
Current children cumulated CPU time: 2361.04 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1452672 KiB

[startup+2382.3 s]
/proc/loadavg: 2.16 2.01 1.97 3/219 10025
/proc/meminfo: memFree=24261952/32770624 swapFree=67108860/67108860
[pid=9858] ppid=9855 vsize=10661132 memory=1465020 CPUtime=2421.48 cores=0,2,4,6
/proc/9858/stat : 9858 (java) S 9855 9858 6713 0 -1 1077944320 110011 0 0 0 241776 372 0 0 20 0 15 0 98023518 10916999168 366255 33554432000 4194304 4196468 140730497958736 140730497941280 139821716463351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
/proc/9858/statm: 2665283 366255 3169 1 0 2627263 0
[pid=9858/tid=9860] ppid=9855 vsize=10661132 memory=1465020 CPUtime=2368.75 cores=0,2,4,6
/proc/9858/task/9860/stat : 9860 (java) R 9855 9858 6713 0 -1 4202560 19058 0 0 0 236684 191 0 0 20 0 15 0 98023518 10916999168 366255 33554432000 4194304 4196468 140730497958736 139821720697904 139821335259206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9861] ppid=9855 vsize=10661132 memory=1465020 CPUtime=11.87 cores=0,2,4,6
/proc/9858/task/9861/stat : 9861 (java) S 9855 9858 6713 0 -1 1077944384 17394 0 0 0 1164 23 0 0 20 0 15 0 98023519 10916999168 366255 33554432000 4194304 4196468 140730497958736 139821658467216 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9862] ppid=9855 vsize=10661132 memory=1465020 CPUtime=11.92 cores=0,2,4,6
/proc/9858/task/9862/stat : 9862 (java) S 9855 9858 6713 0 -1 1077944384 16040 0 0 0 1167 25 0 0 20 0 15 0 98023519 10916999168 366255 33554432000 4194304 4196468 140730497958736 139821657414416 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9863] ppid=9855 vsize=10661132 memory=1465020 CPUtime=11.92 cores=0,2,4,6
/proc/9858/task/9863/stat : 9863 (java) S 9855 9858 6713 0 -1 1077944384 18388 0 0 0 1168 24 0 0 20 0 15 0 98023519 10916999168 366255 33554432000 4194304 4196468 140730497958736 139821656362128 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9864] ppid=9855 vsize=10661132 memory=0 CPUtime=11.92 cores=0,2,4,6
/proc/9858/task/9864/stat : 9864 (java) S 9855 9858 6713 0 -1 1077944384 13664 0 0 0 1167 25 0 0 20 0 15 0 98023519 10916999168 366255 33554432000 4194304 4196468 140730497958736 139821655309328 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9865] ppid=9855 vsize=10661132 memory=1465020 CPUtime=1.33 cores=0,2,4,6
/proc/9858/task/9865/stat : 9865 (java) S 9855 9858 6713 0 -1 1077944384 11143 0 0 0 129 4 0 0 20 0 15 0 98023521 10916999168 366255 33554432000 4194304 4196468 140730497958736 139821021333616 139821716474498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9866] ppid=9855 vsize=10661132 memory=1465020 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9866/stat : 9866 (java) S 9855 9858 6713 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 98023521 10916999168 366255 33554432000 4194304 4196468 140730497958736 139821020279584 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9867] ppid=9855 vsize=10661132 memory=1465020 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9867/stat : 9867 (java) S 9855 9858 6713 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 98023521 10916999168 366255 33554432000 4194304 4196468 140730497958736 139821019227248 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9868] ppid=9855 vsize=10661132 memory=1465020 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9868/stat : 9868 (java) S 9855 9858 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98023524 10916999168 366255 33554432000 4194304 4196468 140730497958736 139821018175568 139821716481947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9869] ppid=9855 vsize=10661132 memory=1465020 CPUtime=0.87 cores=0,2,4,6
/proc/9858/task/9869/stat : 9869 (java) S 9855 9858 6713 0 -1 1077944384 6139 0 0 0 86 1 0 0 20 0 15 0 98023524 10916999168 366255 33554432000 4194304 4196468 140730497958736 139821017123440 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9870] ppid=9855 vsize=10661132 memory=1465020 CPUtime=0.7 cores=0,2,4,6
/proc/9858/task/9870/stat : 9870 (java) S 9855 9858 6713 0 -1 1077944384 4024 0 0 0 69 1 0 0 20 0 15 0 98023524 10916999168 366255 33554432000 4194304 4196468 140730497958736 139821016070640 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9871] ppid=9855 vsize=10661132 memory=1452672 CPUtime=0.34 cores=0,2,4,6
/proc/9858/task/9871/stat : 9871 (java) S 9855 9858 6713 0 -1 1077944384 1808 0 0 0 33 1 0 0 20 0 15 0 98023524 10916999168 366255 33554432000 4194304 4196468 140730497958736 139821015018352 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9872] ppid=9855 vsize=10661132 memory=3560 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9872/stat : 9872 (java) S 9855 9858 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98023524 10916999168 366255 33554432000 4194304 4196468 140730497958736 139821013965792 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9873] ppid=9855 vsize=10661132 memory=8112282956445269571 CPUtime=1.77 cores=0,2,4,6
/proc/9858/task/9873/stat : 9873 (java) S 9855 9858 6713 0 -1 1077944384 934 0 0 0 88 89 0 0 20 0 15 0 98023524 10916999168 366255 33554432000 4194304 4196468 140730497958736 139821012912560 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
Current children cumulated CPU time: 2421.48 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1465020 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/220 10027
/proc/meminfo: memFree=24242672/32770624 swapFree=67108860/67108860
[pid=9858] ppid=9855 vsize=10661132 memory=1477300 CPUtime=2481.91 cores=0,2,4,6
/proc/9858/stat : 9858 (java) S 9855 9858 6713 0 -1 1077944320 112531 0 0 0 247812 379 0 0 20 0 15 0 98023518 10916999168 369325 33554432000 4194304 4196468 140730497958736 140730497941280 139821716463351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
/proc/9858/statm: 2665283 369325 3169 1 0 2627263 0
[pid=9858/tid=9860] ppid=9855 vsize=10661132 memory=1477300 CPUtime=2428.61 cores=0,2,4,6
/proc/9858/task/9860/stat : 9860 (java) R 9855 9858 6713 0 -1 4202560 19404 0 0 0 242667 194 0 0 20 0 15 0 98023518 10916999168 369325 33554432000 4194304 4196468 140730497958736 139821720697072 139821335259241 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9861] ppid=9855 vsize=10661132 memory=1465020 CPUtime=12 cores=0,2,4,6
/proc/9858/task/9861/stat : 9861 (java) S 9855 9858 6713 0 -1 1077944384 17684 0 0 0 1177 23 0 0 20 0 15 0 98023519 10916999168 369325 33554432000 4194304 4196468 140730497958736 139821658467216 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9862] ppid=9855 vsize=10661132 memory=1477300 CPUtime=12.05 cores=0,2,4,6
/proc/9858/task/9862/stat : 9862 (java) S 9855 9858 6713 0 -1 1077944384 17300 0 0 0 1180 25 0 0 20 0 15 0 98023519 10916999168 369325 33554432000 4194304 4196468 140730497958736 139821657414416 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9863] ppid=9855 vsize=10661132 memory=1477300 CPUtime=12.05 cores=0,2,4,6
/proc/9858/task/9863/stat : 9863 (java) S 9855 9858 6713 0 -1 1077944384 18632 0 0 0 1181 24 0 0 20 0 15 0 98023519 10916999168 369325 33554432000 4194304 4196468 140730497958736 139821656362128 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9864] ppid=9855 vsize=10661132 memory=1477300 CPUtime=12.05 cores=0,2,4,6
/proc/9858/task/9864/stat : 9864 (java) S 9855 9858 6713 0 -1 1077944384 13850 0 0 0 1180 25 0 0 20 0 15 0 98023519 10916999168 369325 33554432000 4194304 4196468 140730497958736 139821655309328 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9865] ppid=9855 vsize=10661132 memory=1477300 CPUtime=1.33 cores=0,2,4,6
/proc/9858/task/9865/stat : 9865 (java) S 9855 9858 6713 0 -1 1077944384 11310 0 0 0 129 4 0 0 20 0 15 0 98023521 10916999168 369325 33554432000 4194304 4196468 140730497958736 139821021333616 139821716474498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9866] ppid=9855 vsize=10661132 memory=1465020 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9866/stat : 9866 (java) S 9855 9858 6713 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 98023521 10916999168 369325 33554432000 4194304 4196468 140730497958736 139821020279584 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9867] ppid=9855 vsize=10661132 memory=1477300 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9867/stat : 9867 (java) S 9855 9858 6713 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 98023521 10916999168 369325 33554432000 4194304 4196468 140730497958736 139821019227248 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9868] ppid=9855 vsize=10661132 memory=1465020 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9868/stat : 9868 (java) S 9855 9858 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98023524 10916999168 369325 33554432000 4194304 4196468 140730497958736 139821018175568 139821716481947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9869] ppid=9855 vsize=10661132 memory=1465020 CPUtime=0.87 cores=0,2,4,6
/proc/9858/task/9869/stat : 9869 (java) S 9855 9858 6713 0 -1 1077944384 6141 0 0 0 86 1 0 0 20 0 15 0 98023524 10916999168 369325 33554432000 4194304 4196468 140730497958736 139821017123440 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9870] ppid=9855 vsize=10661132 memory=1477300 CPUtime=0.7 cores=0,2,4,6
/proc/9858/task/9870/stat : 9870 (java) S 9855 9858 6713 0 -1 1077944384 4026 0 0 0 69 1 0 0 20 0 15 0 98023524 10916999168 369325 33554432000 4194304 4196468 140730497958736 139821016070640 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9871] ppid=9855 vsize=10661132 memory=3560 CPUtime=0.34 cores=0,2,4,6
/proc/9858/task/9871/stat : 9871 (java) S 9855 9858 6713 0 -1 1077944384 1811 0 0 0 33 1 0 0 20 0 15 0 98023524 10916999168 369325 33554432000 4194304 4196468 140730497958736 139821015018352 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9872] ppid=9855 vsize=10661132 memory=8476 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9872/stat : 9872 (java) S 9855 9858 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98023524 10916999168 369325 33554432000 4194304 4196468 140730497958736 139821013965792 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9873] ppid=9855 vsize=10661132 memory=1477300 CPUtime=1.81 cores=0,2,4,6
/proc/9858/task/9873/stat : 9873 (java) S 9855 9858 6713 0 -1 1077944384 954 0 0 0 90 91 0 0 20 0 15 0 98023524 10916999168 369325 33554432000 4194304 4196468 140730497958736 139821012912560 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
Current children cumulated CPU time: 2481.91 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1477300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480 s]*
/proc/loadavg: 2.00 2.00 1.97 3/220 10181
/proc/meminfo: memFree=25706764/32770624 swapFree=67108860/67108860
[pid=9858] ppid=9855 vsize=10661132 memory=1489580 CPUtime=2520.04 cores=0,2,4,6
/proc/9858/stat : 9858 (java) S 9855 9858 6713 0 -1 1077944320 113338 0 0 0 251622 382 0 0 20 0 15 0 98023518 10916999168 372395 33554432000 4194304 4196468 140730497958736 140730497941280 139821716463351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
/proc/9858/statm: 2665283 372395 3169 1 0 2627263 0
[pid=9858/tid=9860] ppid=9855 vsize=10661132 memory=6791534058613427641 CPUtime=2466.19 cores=0,2,4,6
/proc/9858/task/9860/stat : 9860 (java) R 9855 9858 6713 0 -1 4202560 19616 0 0 0 246423 196 0 0 20 0 15 0 98023518 10916999168 372395 33554432000 4194304 4196468 140730497958736 139821720697488 139821335259218 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9861] ppid=9855 vsize=10661132 memory=4872558044660077418 CPUtime=12.13 cores=0,2,4,6
/proc/9858/task/9861/stat : 9861 (java) S 9855 9858 6713 0 -1 1077944384 17740 0 0 0 1190 23 0 0 20 0 15 0 98023519 10916999168 372395 33554432000 4194304 4196468 140730497958736 139821658467216 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9862] ppid=9855 vsize=10661132 memory=952 CPUtime=12.18 cores=0,2,4,6
/proc/9858/task/9862/stat : 9862 (java) S 9855 9858 6713 0 -1 1077944384 17372 0 0 0 1192 26 0 0 20 0 15 0 98023519 10916999168 372395 33554432000 4194304 4196468 140730497958736 139821657414416 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9863] ppid=9855 vsize=10661132 memory=2376 CPUtime=12.18 cores=0,2,4,6
/proc/9858/task/9863/stat : 9863 (java) S 9855 9858 6713 0 -1 1077944384 18682 0 0 0 1194 24 0 0 20 0 15 0 98023519 10916999168 372395 33554432000 4194304 4196468 140730497958736 139821656362128 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9864] ppid=9855 vsize=10661132 memory=1536 CPUtime=12.18 cores=0,2,4,6
/proc/9858/task/9864/stat : 9864 (java) S 9855 9858 6713 0 -1 1077944384 14237 0 0 0 1193 25 0 0 20 0 15 0 98023519 10916999168 372395 33554432000 4194304 4196468 140730497958736 139821655309328 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9865] ppid=9855 vsize=10661132 memory=1489580 CPUtime=1.33 cores=0,2,4,6
/proc/9858/task/9865/stat : 9865 (java) S 9855 9858 6713 0 -1 1077944384 11314 0 0 0 129 4 0 0 20 0 15 0 98023521 10916999168 372395 33554432000 4194304 4196468 140730497958736 139821021333616 139821716474498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9866] ppid=9855 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9866/stat : 9866 (java) S 9855 9858 6713 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 98023521 10916999168 372395 33554432000 4194304 4196468 140730497958736 139821020279584 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9867] ppid=9855 vsize=10661132 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9867/stat : 9867 (java) S 9855 9858 6713 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 98023521 10916999168 372395 33554432000 4194304 4196468 140730497958736 139821019227248 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9868] ppid=9855 vsize=10661132 memory=2192 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9868/stat : 9868 (java) S 9855 9858 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98023524 10916999168 372395 33554432000 4194304 4196468 140730497958736 139821018175568 139821716481947 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9869] ppid=9855 vsize=10661132 memory=8112282956445269571 CPUtime=0.87 cores=0,2,4,6
/proc/9858/task/9869/stat : 9869 (java) S 9855 9858 6713 0 -1 1077944384 6143 0 0 0 86 1 0 0 20 0 15 0 98023524 10916999168 372395 33554432000 4194304 4196468 140730497958736 139821017123440 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9870] ppid=9855 vsize=10661132 memory=288230596050944315 CPUtime=0.7 cores=0,2,4,6
/proc/9858/task/9870/stat : 9870 (java) S 9855 9858 6713 0 -1 1077944384 4028 0 0 0 69 1 0 0 20 0 15 0 98023524 10916999168 372395 33554432000 4194304 4196468 140730497958736 139821016070640 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9871] ppid=9855 vsize=10661132 memory=14410419259311685 CPUtime=0.34 cores=0,2,4,6
/proc/9858/task/9871/stat : 9871 (java) S 9855 9858 6713 0 -1 1077944384 1813 0 0 0 33 1 0 0 20 0 15 0 98023524 10916999168 372395 33554432000 4194304 4196468 140730497958736 139821015018352 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9872] ppid=9855 vsize=10661132 memory=1536 CPUtime=0 cores=0,2,4,6
/proc/9858/task/9872/stat : 9872 (java) S 9855 9858 6713 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98023524 10916999168 372395 33554432000 4194304 4196468 140730497958736 139821013965792 139821716473557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
[pid=9858/tid=9873] ppid=9855 vsize=10661132 memory=928 CPUtime=1.84 cores=0,2,4,6
/proc/9858/task/9873/stat : 9873 (java) S 9855 9858 6713 0 -1 1077944384 974 0 0 0 91 93 0 0 20 0 15 0 98023524 10916999168 372395 33554432000 4194304 4196468 140730497958736 139821012912560 139821716474498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15937536 140730497963128 140730497963273 140730497963273 140730497966031 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1489580 KiB

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

[startup+2480.03 s]
# the end of solver process 9858 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.24 s, system=3.83522 s

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

Child status: 143
Real time (s): 2480.03
CPU time (s): 2520.07
CPU user time (s): 2516.24
CPU system time (s): 3.83522
CPU usage (%): 101.615
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 1489580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.24
system time used= 3.83522
maximum resident set size= 1490076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113686
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57374
involuntary context switches= 3824


# summary of solver processes directly reported to runsolver:
#   pid: 9858
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.24
#   total CPU system time (s): 3.83522

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3225 second user time and 25.7259 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-28 21:03:24
IDJOB=4299126
IDBENCH=141297
IDSOLVER=2768
FILE ID=node135/4299126-1532804603
RUNJOBID= node135-1532774549-6744
PBS_JOBID= 21022460
Free space on /tmp= 48364 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Quasigroups_mini/QuasiGroup-v7-16_mini_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299126-1532804603/watcher-4299126-1532804603 -o /tmp/evaluation-result-4299126-1532804603/solver-4299126-1532804603 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532774549-6744 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299126-1532804603.xml --timelimit 2520

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

MD5SUM BENCH= 90b0ae5457c21a968d0990b7ba14ba70
RANDOM SEED=1952876567

node135.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.50
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.50
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.50
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.50
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:        23434764 kB
MemAvailable:   28055308 kB
Buffers:          200376 kB
Cached:          4652976 kB
SwapCached:            0 kB
Active:          5519004 kB
Inactive:        3258088 kB
Active(anon):    3874824 kB
Inactive(anon):    76932 kB
Active(file):    1644180 kB
Inactive(file):  3181156 kB
Unevictable:        7212 kB
Mlocked:            7212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1276 kB
Writeback:             0 kB
AnonPages:       3932996 kB
Mapped:            54720 kB
Shmem:             25248 kB
Slab:             249956 kB
SReclaimable:     222088 kB
SUnreclaim:        27868 kB
KernelStack:        3648 kB
PageTables:        12736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5102340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3817472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48364 MiB
End job on node135 at 2018-07-28 21:44:44