Trace number 4297991

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
MiniCPFever 2018-04-29? (TO) 2520.02 2493.41

General information on the benchmark

NameColouredQueens/
ColouredQueens-13_c18.xml
MD5SUM3785e9b0b2758b612fcaaefab5873f44
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints72
Number of domains1
Minimum domain size13
Maximum domain size13
Distribution of domain sizes[{"size":13,"count":169}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":165}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":28}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":72}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.00/2493.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 (15179 MiB free)
  memory of node 1: 16384 MiB (11723 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297991-1532741282/watcher-4297991-1532741282 -o /tmp/evaluation-result-4297991-1532741282/solver-4297991-1532741282 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532741282-23861 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4297991-1532741282.xml 

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

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


[startup+0.100615 s]*
/proc/loadavg: 7.55 8.11 8.22 6/216 23920
/proc/meminfo: memFree=27516652/32770624 swapFree=67108496/67108860
[pid=23891] ppid=23884 vsize=10658972 memory=27472 CPUtime=0.13 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23884 23891 23830 0 -1 1077944320 5296 0 0 0 12 1 0 0 20 0 15 0 91691383 10914787328 6868 33554432000 4194304 4196468 140726124212064 140726124194608 140570244194039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
/proc/23891/statm: 2664743 6868 2862 1 0 2627263 0
[pid=23891/tid=23894] ppid=23884 vsize=10658972 memory=6735269665583770266 CPUtime=0.09 cores=0,2,4,6
/proc/23891/task/23894/stat : 23894 (java) R 23884 23891 23830 0 -1 4202560 3106 0 0 0 9 0 0 0 20 0 15 0 91691383 10914787328 6868 33554432000 4194304 4196468 140726124212064 140570248423520 140570228237669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23899] ppid=23884 vsize=10658972 memory=5793855023485319609 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23899/stat : 23899 (java) S 23884 23891 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91691384 10914787328 6868 33554432000 4194304 4196468 140726124212064 140569851255568 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23900] ppid=23884 vsize=10658972 memory=139772475426432 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23900/stat : 23900 (java) S 23884 23891 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91691384 10914787328 6868 33554432000 4194304 4196468 140726124212064 140569850203024 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23901] ppid=23884 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23901/stat : 23901 (java) S 23884 23891 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91691384 10914787328 6868 33554432000 4194304 4196468 140726124212064 140569849150480 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23902] ppid=23884 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23902/stat : 23902 (java) S 23884 23891 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91691384 10914787328 6868 33554432000 4194304 4196468 140726124212064 140569848097936 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23904] ppid=23884 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23904/stat : 23904 (java) S 23884 23891 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91691385 10914787328 6868 33554432000 4194304 4196468 140726124212064 140569803823088 140570244205186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23905] ppid=23884 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23905/stat : 23905 (java) S 23884 23891 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91691386 10914787328 6868 33554432000 4194304 4196468 140726124212064 140569802769312 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23907] ppid=23884 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23907/stat : 23907 (java) S 23884 23891 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91691386 10914787328 6868 33554432000 4194304 4196468 140726124212064 140569801716720 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23909] ppid=23884 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23909/stat : 23909 (java) S 23884 23891 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91691388 10914787328 6868 33554432000 4194304 4196468 140726124212064 140569800665296 140570244212635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23910] ppid=23884 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23910/stat : 23910 (java) R 23884 23891 23830 0 -1 4202560 351 0 0 0 0 0 0 0 20 0 15 0 91691388 10914787328 6868 33554432000 4194304 4196468 140726124212064 140569799604560 140570227694221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23911] ppid=23884 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23911/stat : 23911 (java) R 23884 23891 23830 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 15 0 91691388 10914787328 6868 33554432000 4194304 4196468 140726124212064 140569798560464 140570244204245 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23912] ppid=23884 vsize=10658972 memory=139772475426432 CPUtime=0.02 cores=0,2,4,6
/proc/23891/task/23912/stat : 23912 (java) S 23884 23891 23830 0 -1 1077944384 327 0 0 0 2 0 0 0 20 0 15 0 91691388 10914787328 6868 33554432000 4194304 4196468 140726124212064 140569797507824 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23917] ppid=23884 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23917/stat : 23917 (java) S 23884 23891 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91691389 10914787328 6868 33554432000 4194304 4196468 140726124212064 140569796455520 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23919] ppid=23884 vsize=10658972 memory=139772475426432 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23919/stat : 23919 (java) S 23884 23891 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91691389 10914787328 6868 33554432000 4194304 4196468 140726124212064 140569795402032 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27472 KiB

[startup+0.210421 s]*
/proc/loadavg: 7.55 8.11 8.22 6/216 23920
/proc/meminfo: memFree=27492820/32770624 swapFree=67108496/67108860
[pid=23891] ppid=23884 vsize=10658972 memory=40620 CPUtime=0.34 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23884 23891 23830 0 -1 1077944320 8200 0 0 0 32 2 0 0 20 0 15 0 91691383 10914787328 10155 33554432000 4194304 4196468 140726124212064 140726124194608 140570244194039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
/proc/23891/statm: 2664743 10155 2944 1 0 2627263 0
[pid=23891/tid=23894] ppid=23884 vsize=10658972 memory=4871374705135476842 CPUtime=0.2 cores=0,2,4,6
/proc/23891/task/23894/stat : 23894 (java) R 23884 23891 23830 0 -1 4202560 5156 0 0 0 19 1 0 0 20 0 15 0 91691383 10914787328 10155 33554432000 4194304 4196468 140726124212064 140570248429424 140570244215965 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23899] ppid=23884 vsize=10658972 memory=4211973498680216970 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23899/stat : 23899 (java) S 23884 23891 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91691384 10914787328 10155 33554432000 4194304 4196468 140726124212064 140569851255568 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23900] ppid=23884 vsize=10658972 memory=139772475426432 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23900/stat : 23900 (java) S 23884 23891 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91691384 10914787328 10155 33554432000 4194304 4196468 140726124212064 140569850203024 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23901] ppid=23884 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23901/stat : 23901 (java) S 23884 23891 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91691384 10914787328 10155 33554432000 4194304 4196468 140726124212064 140569849150480 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23902] ppid=23884 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23902/stat : 23902 (java) S 23884 23891 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91691384 10914787328 10155 33554432000 4194304 4196468 140726124212064 140569848097936 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23904] ppid=23884 vsize=10658972 memory=139772475426432 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23904/stat : 23904 (java) S 23884 23891 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91691385 10914787328 10155 33554432000 4194304 4196468 140726124212064 140569803823088 140570244205186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23905] ppid=23884 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23905/stat : 23905 (java) S 23884 23891 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91691386 10914787328 10155 33554432000 4194304 4196468 140726124212064 140569802769312 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23907] ppid=23884 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23907/stat : 23907 (java) S 23884 23891 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91691386 10914787328 10155 33554432000 4194304 4196468 140726124212064 140569801716720 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23909] ppid=23884 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23909/stat : 23909 (java) S 23884 23891 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91691388 10914787328 10155 33554432000 4194304 4196468 140726124212064 140569800665296 140570244212635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23910] ppid=23884 vsize=10658972 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23891/task/23910/stat : 23910 (java) S 23884 23891 23830 0 -1 1077944384 448 0 0 0 2 0 0 0 20 0 15 0 91691388 10914787328 10155 33554432000 4194304 4196468 140726124212064 140569799612912 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23911] ppid=23884 vsize=10658972 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/23891/task/23911/stat : 23911 (java) S 23884 23891 23830 0 -1 1077944384 424 0 0 0 1 0 0 0 20 0 15 0 91691388 10914787328 10155 33554432000 4194304 4196468 140726124212064 140569798560368 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23912] ppid=23884 vsize=10658972 memory=139772475426432 CPUtime=0.08 cores=0,2,4,6
/proc/23891/task/23912/stat : 23912 (java) S 23884 23891 23830 0 -1 1077944384 804 0 0 0 8 0 0 0 20 0 15 0 91691388 10914787328 10155 33554432000 4194304 4196468 140726124212064 140569797507824 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23917] ppid=23884 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23917/stat : 23917 (java) S 23884 23891 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91691389 10914787328 10155 33554432000 4194304 4196468 140726124212064 140569796455520 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23919] ppid=23884 vsize=10658972 memory=139772475426432 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23919/stat : 23919 (java) S 23884 23891 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91691389 10914787328 10155 33554432000 4194304 4196468 140726124212064 140569795402032 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 40620 KiB

[startup+0.311394 s]*
/proc/loadavg: 7.55 8.11 8.22 7/216 23920
/proc/meminfo: memFree=27479180/32770624 swapFree=67108496/67108860
[pid=23891] ppid=23884 vsize=10659048 memory=46992 CPUtime=0.56 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23884 23891 23830 0 -1 1077944320 8809 0 0 0 53 3 0 0 20 0 15 0 91691383 10914865152 11748 33554432000 4194304 4196468 140726124212064 140726124194608 140570244194039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
/proc/23891/statm: 2664762 11748 3046 1 0 2627263 0
[pid=23891/tid=23894] ppid=23884 vsize=10659048 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/23891/task/23894/stat : 23894 (java) R 23884 23891 23830 0 -1 4202560 5490 0 0 0 28 2 0 0 20 0 15 0 91691383 10914865152 11748 33554432000 4194304 4196468 140726124212064 140570248431184 140570228274526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23899] ppid=23884 vsize=10659048 memory=4211973498680216970 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23899/stat : 23899 (java) S 23884 23891 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91691384 10914865152 11748 33554432000 4194304 4196468 140726124212064 140569851255568 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23900] ppid=23884 vsize=10659048 memory=139772475449910 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23900/stat : 23900 (java) S 23884 23891 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91691384 10914865152 11748 33554432000 4194304 4196468 140726124212064 140569850203024 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23901] ppid=23884 vsize=10659048 memory=139772328808398 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23901/stat : 23901 (java) S 23884 23891 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91691384 10914865152 11748 33554432000 4194304 4196468 140726124212064 140569849150480 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23902] ppid=23884 vsize=10659048 memory=139772328786895 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23902/stat : 23902 (java) S 23884 23891 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91691384 10914865152 11748 33554432000 4194304 4196468 140726124212064 140569848097936 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23904] ppid=23884 vsize=10659048 memory=139772475450288 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23904/stat : 23904 (java) S 23884 23891 23830 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 91691385 10914865152 11748 33554432000 4194304 4196468 140726124212064 140569803823088 140570244205186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23905] ppid=23884 vsize=10659048 memory=139772328796111 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23905/stat : 23905 (java) S 23884 23891 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91691386 10914865152 11748 33554432000 4194304 4196468 140726124212064 140569802769312 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23907] ppid=23884 vsize=10659048 memory=279544657589904 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23907/stat : 23907 (java) S 23884 23891 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91691386 10914865152 11748 33554432000 4194304 4196468 140726124212064 140569801716720 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23909] ppid=23884 vsize=10659048 memory=279544657596816 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23909/stat : 23909 (java) S 23884 23891 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91691388 10914865152 11748 33554432000 4194304 4196468 140726124212064 140569800665296 140570244212635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23910] ppid=23884 vsize=10659048 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/23891/task/23910/stat : 23910 (java) S 23884 23891 23830 0 -1 1077944384 477 0 0 0 4 0 0 0 20 0 15 0 91691388 10914865152 11748 33554432000 4194304 4196468 140726124212064 140569799612912 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23911] ppid=23884 vsize=10659048 memory=2208 CPUtime=0.04 cores=0,2,4,6
/proc/23891/task/23911/stat : 23911 (java) S 23884 23891 23830 0 -1 1077944384 534 0 0 0 4 0 0 0 20 0 15 0 91691388 10914865152 11748 33554432000 4194304 4196468 140726124212064 140569798560368 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23912] ppid=23884 vsize=10659048 memory=139772475426432 CPUtime=0.15 cores=0,2,4,6
/proc/23891/task/23912/stat : 23912 (java) R 23884 23891 23830 0 -1 4202560 936 0 0 0 15 0 0 0 20 0 15 0 91691388 10914865152 11748 33554432000 4194304 4196468 140726124212064 140569797507824 140570244205974 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23917] ppid=23884 vsize=10659048 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23917/stat : 23917 (java) S 23884 23891 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91691389 10914865152 11748 33554432000 4194304 4196468 140726124212064 140569796455520 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23919] ppid=23884 vsize=10659048 memory=139772475426432 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23919/stat : 23919 (java) S 23884 23891 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91691389 10914865152 11748 33554432000 4194304 4196468 140726124212064 140569795402032 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 46992 KiB

[startup+0.700771 s]
/proc/loadavg: 7.55 8.11 8.22 6/216 23920
/proc/meminfo: memFree=27418524/32770624 swapFree=67108496/67108860
[pid=23891] ppid=23884 vsize=10659048 memory=120876 CPUtime=1.35 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23884 23891 23830 0 -1 1077944320 11893 0 0 0 131 4 0 0 20 0 15 0 91691383 10914865152 30219 33554432000 4194304 4196468 140726124212064 140726124194608 140570244194039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
/proc/23891/statm: 2664762 30219 3086 1 0 2627263 0
[pid=23891/tid=23894] ppid=23884 vsize=10659048 memory=1616 CPUtime=0.68 cores=0,2,4,6
/proc/23891/task/23894/stat : 23894 (java) R 23884 23891 23830 0 -1 4202560 5564 0 0 0 65 3 0 0 20 0 15 0 91691383 10914865152 30219 33554432000 4194304 4196468 140726124212064 140570248431152 140569870023781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23899] ppid=23884 vsize=10659048 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23899/stat : 23899 (java) S 23884 23891 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91691384 10914865152 30219 33554432000 4194304 4196468 140726124212064 140569851255568 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23900] ppid=23884 vsize=10659048 memory=1132 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23900/stat : 23900 (java) S 23884 23891 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91691384 10914865152 30219 33554432000 4194304 4196468 140726124212064 140569850203024 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23901] ppid=23884 vsize=10659048 memory=7235408084361307456 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23901/stat : 23901 (java) S 23884 23891 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91691384 10914865152 30219 33554432000 4194304 4196468 140726124212064 140569849150480 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23902] ppid=23884 vsize=10659048 memory=7739276948478193257 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23902/stat : 23902 (java) S 23884 23891 23830 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91691384 10914865152 30219 33554432000 4194304 4196468 140726124212064 140569848097936 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23904] ppid=23884 vsize=10659048 memory=6154282490091891024 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23904/stat : 23904 (java) S 23884 23891 23830 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 91691385 10914865152 30219 33554432000 4194304 4196468 140726124212064 140569803823088 140570244205186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23905] ppid=23884 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23905/stat : 23905 (java) S 23884 23891 23830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91691386 10914865152 30219 33554432000 4194304 4196468 140726124212064 140569802769312 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23907] ppid=23884 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23907/stat : 23907 (java) S 23884 23891 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91691386 10914865152 30219 33554432000 4194304 4196468 140726124212064 140569801716720 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23909] ppid=23884 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23909/stat : 23909 (java) S 23884 23891 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91691388 10914865152 30219 33554432000 4194304 4196468 140726124212064 140569800665296 140570244212635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23910] ppid=23884 vsize=10659048 memory=3252 CPUtime=0.22 cores=0,2,4,6
/proc/23891/task/23910/stat : 23910 (java) S 23884 23891 23830 0 -1 1077944384 2128 0 0 0 22 0 0 0 20 0 15 0 91691388 10914865152 30219 33554432000 4194304 4196468 140726124212064 140569799612912 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23911] ppid=23884 vsize=10659048 memory=4 CPUtime=0.23 cores=0,2,4,6
/proc/23891/task/23911/stat : 23911 (java) S 23884 23891 23830 0 -1 1077944384 1573 0 0 0 23 0 0 0 20 0 15 0 91691388 10914865152 30219 33554432000 4194304 4196468 140726124212064 140569798560368 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23912] ppid=23884 vsize=10659048 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/23891/task/23912/stat : 23912 (java) S 23884 23891 23830 0 -1 1077944384 1256 0 0 0 19 0 0 0 20 0 15 0 91691388 10914865152 30219 33554432000 4194304 4196468 140726124212064 140569797507824 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23917] ppid=23884 vsize=10659048 memory=279544657780720 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23917/stat : 23917 (java) S 23884 23891 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91691389 10914865152 30219 33554432000 4194304 4196468 140726124212064 140569796455520 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23919] ppid=23884 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23919/stat : 23919 (java) S 23884 23891 23830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91691389 10914865152 30219 33554432000 4194304 4196468 140726124212064 140569795402032 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 120876 KiB

[startup+1.50072 s]
/proc/loadavg: 7.55 8.11 8.22 4/216 23920
/proc/meminfo: memFree=27207776/32770624 swapFree=67108496/67108860
[pid=23891] ppid=23884 vsize=10659048 memory=184996 CPUtime=2.36 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23884 23891 23830 0 -1 1077944320 12144 0 0 0 230 6 0 0 20 0 15 0 91691383 10914865152 46249 33554432000 4194304 4196468 140726124212064 140726124194608 140570244194039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
/proc/23891/statm: 2664762 46249 3088 1 0 2627263 0
[pid=23891/tid=23894] ppid=23884 vsize=10659048 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/23891/task/23894/stat : 23894 (java) R 23884 23891 23830 0 -1 4202560 5596 0 0 0 143 4 0 0 20 0 15 0 91691383 10914865152 46249 33554432000 4194304 4196468 140726124212064 140570248433376 140569870023848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23899] ppid=23884 vsize=10659048 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23899/stat : 23899 (java) S 23884 23891 23830 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 91691384 10914865152 46249 33554432000 4194304 4196468 140726124212064 140569851255568 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23900] ppid=23884 vsize=10659048 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23900/stat : 23900 (java) S 23884 23891 23830 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 91691384 10914865152 46249 33554432000 4194304 4196468 140726124212064 140569850203024 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23901] ppid=23884 vsize=10659048 memory=-6876588461455810464 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23901/stat : 23901 (java) S 23884 23891 23830 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91691384 10914865152 46249 33554432000 4194304 4196468 140726124212064 140569849150480 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23902] ppid=23884 vsize=10659048 memory=7085094953652088168 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23902/stat : 23902 (java) S 23884 23891 23830 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 91691384 10914865152 46249 33554432000 4194304 4196468 140726124212064 140569848097936 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23904] ppid=23884 vsize=10659048 memory=-7522837583128914061 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23904/stat : 23904 (java) S 23884 23891 23830 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 91691385 10914865152 46249 33554432000 4194304 4196468 140726124212064 140569803823088 140570244205186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0

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

/proc/23891/task/23894/stat : 23894 (java) R 23884 23891 23830 0 -1 4202560 25094 0 0 0 230297 29 0 0 20 0 15 0 91691383 10914865152 94864 33554432000 4194304 4196468 140726124212064 140570248433280 140569870053865 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23899] ppid=23884 vsize=10659048 memory=379456 CPUtime=8.3 cores=0,2,4,6
/proc/23891/task/23899/stat : 23899 (java) S 23884 23891 23830 0 -1 1077944384 6509 0 0 0 775 55 0 0 20 0 15 0 91691384 10914865152 94864 33554432000 4194304 4196468 140726124212064 140569851255568 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23900] ppid=23884 vsize=10659048 memory=379456 CPUtime=8.33 cores=0,2,4,6
/proc/23891/task/23900/stat : 23900 (java) S 23884 23891 23830 0 -1 1077944384 6506 0 0 0 781 52 0 0 20 0 15 0 91691384 10914865152 94864 33554432000 4194304 4196468 140726124212064 140569850203024 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23901] ppid=23884 vsize=10659048 memory=379456 CPUtime=8.34 cores=0,2,4,6
/proc/23891/task/23901/stat : 23901 (java) S 23884 23891 23830 0 -1 1077944384 5930 0 0 0 781 53 0 0 20 0 15 0 91691384 10914865152 94864 33554432000 4194304 4196468 140726124212064 140569849150480 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23902] ppid=23884 vsize=10659048 memory=2260 CPUtime=8.33 cores=0,2,4,6
/proc/23891/task/23902/stat : 23902 (java) S 23884 23891 23830 0 -1 1077944384 6471 0 0 0 782 51 0 0 20 0 15 0 91691384 10914865152 94864 33554432000 4194304 4196468 140726124212064 140569848097936 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23904] ppid=23884 vsize=10659048 memory=379456 CPUtime=7.77 cores=0,2,4,6
/proc/23891/task/23904/stat : 23904 (java) S 23884 23891 23830 0 -1 1077944384 6696 0 0 0 720 57 0 0 20 0 15 0 91691385 10914865152 94864 33554432000 4194304 4196468 140726124212064 140569803823088 140570244205186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23905] ppid=23884 vsize=10659048 memory=379456 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23905/stat : 23905 (java) S 23884 23891 23830 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91691386 10914865152 94864 33554432000 4194304 4196468 140726124212064 140569802769312 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23907] ppid=23884 vsize=10659048 memory=379456 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23907/stat : 23907 (java) S 23884 23891 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91691386 10914865152 94864 33554432000 4194304 4196468 140726124212064 140569801716720 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23909] ppid=23884 vsize=10659048 memory=377408 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23909/stat : 23909 (java) S 23884 23891 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91691388 10914865152 94864 33554432000 4194304 4196468 140726124212064 140569800665296 140570244212635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23910] ppid=23884 vsize=10659048 memory=1836 CPUtime=0.36 cores=0,2,4,6
/proc/23891/task/23910/stat : 23910 (java) S 23884 23891 23830 0 -1 1077944384 2275 0 0 0 36 0 0 0 20 0 15 0 91691388 10914865152 94864 33554432000 4194304 4196468 140726124212064 140569799612912 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23911] ppid=23884 vsize=10659048 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/23891/task/23911/stat : 23911 (java) S 23884 23891 23830 0 -1 1077944384 1725 0 0 0 29 0 0 0 20 0 15 0 91691388 10914865152 94864 33554432000 4194304 4196468 140726124212064 140569798560368 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23912] ppid=23884 vsize=10659048 memory=379456 CPUtime=0.22 cores=0,2,4,6
/proc/23891/task/23912/stat : 23912 (java) S 23884 23891 23830 0 -1 1077944384 1355 0 0 0 22 0 0 0 20 0 15 0 91691388 10914865152 94864 33554432000 4194304 4196468 140726124212064 140569797507824 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23917] ppid=23884 vsize=10659048 memory=379456 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23917/stat : 23917 (java) S 23884 23891 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91691389 10914865152 94864 33554432000 4194304 4196468 140726124212064 140569796455520 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23919] ppid=23884 vsize=10659048 memory=379456 CPUtime=1.16 cores=0,2,4,6
/proc/23891/task/23919/stat : 23919 (java) S 23884 23891 23830 0 -1 1077944384 952 0 0 0 59 57 0 0 20 0 15 0 91691389 10914865152 94864 33554432000 4194304 4196468 140726124212064 140569795402032 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
Current children cumulated CPU time: 2346.45 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 379456 KiB

[startup+2382.3 s]
/proc/loadavg: 1.31 1.33 1.83 4/215 24051
/proc/meminfo: memFree=26785152/32770624 swapFree=67108496/67108860
[pid=23891] ppid=23884 vsize=10659048 memory=383552 CPUtime=2407.33 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23884 23891 23830 0 -1 1077944320 66612 0 0 0 240442 291 0 0 20 0 15 0 91691383 10914865152 95888 33554432000 4194304 4196468 140726124212064 140726124194608 140570244194039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
/proc/23891/statm: 2664762 95888 3116 1 0 2627263 0
[pid=23891/tid=23894] ppid=23884 vsize=10659048 memory=-7003737579269690708 CPUtime=2362.67 cores=0,2,4,6
/proc/23891/task/23894/stat : 23894 (java) R 23884 23891 23830 0 -1 4202560 25595 0 0 0 236237 30 0 0 20 0 15 0 91691383 10914865152 95888 33554432000 4194304 4196468 140726124212064 140570248433136 140569870026324 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23899] ppid=23884 vsize=10659048 memory=383552 CPUtime=8.61 cores=0,2,4,6
/proc/23891/task/23899/stat : 23899 (java) S 23884 23891 23830 0 -1 1077944384 6777 0 0 0 805 56 0 0 20 0 15 0 91691384 10914865152 95888 33554432000 4194304 4196468 140726124212064 140569851255568 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23900] ppid=23884 vsize=10659048 memory=383552 CPUtime=8.65 cores=0,2,4,6
/proc/23891/task/23900/stat : 23900 (java) S 23884 23891 23830 0 -1 1077944384 6768 0 0 0 812 53 0 0 20 0 15 0 91691384 10914865152 95888 33554432000 4194304 4196468 140726124212064 140569850203024 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23901] ppid=23884 vsize=10659048 memory=383552 CPUtime=8.65 cores=0,2,4,6
/proc/23891/task/23901/stat : 23901 (java) S 23884 23891 23830 0 -1 1077944384 6102 0 0 0 811 54 0 0 20 0 15 0 91691384 10914865152 95888 33554432000 4194304 4196468 140726124212064 140569849150480 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23902] ppid=23884 vsize=10659048 memory=383552 CPUtime=8.64 cores=0,2,4,6
/proc/23891/task/23902/stat : 23902 (java) S 23884 23891 23830 0 -1 1077944384 6813 0 0 0 811 53 0 0 20 0 15 0 91691384 10914865152 95888 33554432000 4194304 4196468 140726124212064 140569848097936 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23904] ppid=23884 vsize=10659048 memory=383552 CPUtime=7.97 cores=0,2,4,6
/proc/23891/task/23904/stat : 23904 (java) S 23884 23891 23830 0 -1 1077944384 6865 0 0 0 739 58 0 0 20 0 15 0 91691385 10914865152 95888 33554432000 4194304 4196468 140726124212064 140569803823088 140570244205186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23905] ppid=23884 vsize=10659048 memory=383552 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23905/stat : 23905 (java) S 23884 23891 23830 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91691386 10914865152 95888 33554432000 4194304 4196468 140726124212064 140569802769312 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23907] ppid=23884 vsize=10659048 memory=383552 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23907/stat : 23907 (java) S 23884 23891 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91691386 10914865152 95888 33554432000 4194304 4196468 140726124212064 140569801716720 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23909] ppid=23884 vsize=10659048 memory=383552 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23909/stat : 23909 (java) S 23884 23891 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91691388 10914865152 95888 33554432000 4194304 4196468 140726124212064 140569800665296 140570244212635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23910] ppid=23884 vsize=10659048 memory=383552 CPUtime=0.36 cores=0,2,4,6
/proc/23891/task/23910/stat : 23910 (java) S 23884 23891 23830 0 -1 1077944384 2277 0 0 0 36 0 0 0 20 0 15 0 91691388 10914865152 95888 33554432000 4194304 4196468 140726124212064 140569799612912 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23911] ppid=23884 vsize=10659048 memory=1160 CPUtime=0.29 cores=0,2,4,6
/proc/23891/task/23911/stat : 23911 (java) S 23884 23891 23830 0 -1 1077944384 1729 0 0 0 29 0 0 0 20 0 15 0 91691388 10914865152 95888 33554432000 4194304 4196468 140726124212064 140569798560368 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23912] ppid=23884 vsize=10659048 memory=383552 CPUtime=0.22 cores=0,2,4,6
/proc/23891/task/23912/stat : 23912 (java) S 23884 23891 23830 0 -1 1077944384 1357 0 0 0 22 0 0 0 20 0 15 0 91691388 10914865152 95888 33554432000 4194304 4196468 140726124212064 140569797507824 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23917] ppid=23884 vsize=10659048 memory=383552 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23917/stat : 23917 (java) S 23884 23891 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91691389 10914865152 95888 33554432000 4194304 4196468 140726124212064 140569796455520 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23919] ppid=23884 vsize=10659048 memory=383552 CPUtime=1.18 cores=0,2,4,6
/proc/23891/task/23919/stat : 23919 (java) S 23884 23891 23830 0 -1 1077944384 968 0 0 0 60 58 0 0 20 0 15 0 91691389 10914865152 95888 33554432000 4194304 4196468 140726124212064 140569795402032 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
Current children cumulated CPU time: 2407.33 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 383552 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.37 1.81 4/215 24052
/proc/meminfo: memFree=26775068/32770624 swapFree=67108496/67108860
[pid=23891] ppid=23884 vsize=10659048 memory=387648 CPUtime=2468.14 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23884 23891 23830 0 -1 1077944320 68366 0 0 0 246516 298 0 0 20 0 15 0 91691383 10914865152 96912 33554432000 4194304 4196468 140726124212064 140726124194608 140570244194039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
/proc/23891/statm: 2664762 96912 3116 1 0 2627263 0
[pid=23891/tid=23894] ppid=23884 vsize=10659048 memory=387648 CPUtime=2422.09 cores=0,2,4,6
/proc/23891/task/23894/stat : 23894 (java) R 23884 23891 23830 0 -1 4202560 26113 0 0 0 242179 30 0 0 20 0 15 0 91691383 10914865152 96912 33554432000 4194304 4196468 140726124212064 140570248433280 140569869899471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23899] ppid=23884 vsize=10659048 memory=387648 CPUtime=8.9 cores=0,2,4,6
/proc/23891/task/23899/stat : 23899 (java) S 23884 23891 23830 0 -1 1077944384 7005 0 0 0 833 57 0 0 20 0 15 0 91691384 10914865152 96912 33554432000 4194304 4196468 140726124212064 140569851255568 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23900] ppid=23884 vsize=10659048 memory=383552 CPUtime=8.93 cores=0,2,4,6
/proc/23891/task/23900/stat : 23900 (java) S 23884 23891 23830 0 -1 1077944384 6964 0 0 0 840 53 0 0 20 0 15 0 91691384 10914865152 96912 33554432000 4194304 4196468 140726124212064 140569850203024 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23901] ppid=23884 vsize=10659048 memory=383552 CPUtime=8.93 cores=0,2,4,6
/proc/23891/task/23901/stat : 23901 (java) S 23884 23891 23830 0 -1 1077944384 6359 0 0 0 838 55 0 0 20 0 15 0 91691384 10914865152 96912 33554432000 4194304 4196468 140726124212064 140569849150480 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23902] ppid=23884 vsize=10659048 memory=387648 CPUtime=8.93 cores=0,2,4,6
/proc/23891/task/23902/stat : 23902 (java) S 23884 23891 23830 0 -1 1077944384 7177 0 0 0 838 55 0 0 20 0 15 0 91691384 10914865152 96912 33554432000 4194304 4196468 140726124212064 140569848097936 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23904] ppid=23884 vsize=10659048 memory=387648 CPUtime=8.17 cores=0,2,4,6
/proc/23891/task/23904/stat : 23904 (java) S 23884 23891 23830 0 -1 1077944384 7033 0 0 0 758 59 0 0 20 0 15 0 91691385 10914865152 96912 33554432000 4194304 4196468 140726124212064 140569803823088 140570244205186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23905] ppid=23884 vsize=10659048 memory=164 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23905/stat : 23905 (java) S 23884 23891 23830 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91691386 10914865152 96912 33554432000 4194304 4196468 140726124212064 140569802769312 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23907] ppid=23884 vsize=10659048 memory=387648 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23907/stat : 23907 (java) S 23884 23891 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91691386 10914865152 96912 33554432000 4194304 4196468 140726124212064 140569801716720 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23909] ppid=23884 vsize=10659048 memory=387648 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23909/stat : 23909 (java) S 23884 23891 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91691388 10914865152 96912 33554432000 4194304 4196468 140726124212064 140569800665296 140570244212635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23910] ppid=23884 vsize=10659048 memory=387648 CPUtime=0.36 cores=0,2,4,6
/proc/23891/task/23910/stat : 23910 (java) S 23884 23891 23830 0 -1 1077944384 2279 0 0 0 36 0 0 0 20 0 15 0 91691388 10914865152 96912 33554432000 4194304 4196468 140726124212064 140569799612912 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23911] ppid=23884 vsize=10659048 memory=387648 CPUtime=0.3 cores=0,2,4,6
/proc/23891/task/23911/stat : 23911 (java) S 23884 23891 23830 0 -1 1077944384 1731 0 0 0 30 0 0 0 20 0 15 0 91691388 10914865152 96912 33554432000 4194304 4196468 140726124212064 140569798560368 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23912] ppid=23884 vsize=10659048 memory=387648 CPUtime=0.22 cores=0,2,4,6
/proc/23891/task/23912/stat : 23912 (java) S 23884 23891 23830 0 -1 1077944384 1359 0 0 0 22 0 0 0 20 0 15 0 91691388 10914865152 96912 33554432000 4194304 4196468 140726124212064 140569797507824 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23917] ppid=23884 vsize=10659048 memory=387648 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23917/stat : 23917 (java) S 23884 23891 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91691389 10914865152 96912 33554432000 4194304 4196468 140726124212064 140569796455520 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23919] ppid=23884 vsize=10659048 memory=387648 CPUtime=1.22 cores=0,2,4,6
/proc/23891/task/23919/stat : 23919 (java) S 23884 23891 23830 0 -1 1077944384 985 0 0 0 62 60 0 0 20 0 15 0 91691389 10914865152 96912 33554432000 4194304 4196468 140726124212064 140569795402032 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
Current children cumulated CPU time: 2468.14 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 387648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2493.4 s]
/proc/loadavg: 2.79 1.73 1.91 2/205 24075
/proc/meminfo: memFree=27153836/32770624 swapFree=67108496/67108860
[pid=23891] ppid=23884 vsize=10659048 memory=391744 CPUtime=2520 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23884 23891 23830 0 -1 1077944320 69715 0 0 0 251696 304 0 0 20 0 15 0 91691383 10914865152 97936 33554432000 4194304 4196468 140726124212064 140726124194608 140570244194039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
/proc/23891/statm: 2664762 97936 3116 1 0 2627263 0
[pid=23891/tid=23894] ppid=23884 vsize=10659048 memory=4000 CPUtime=2472.65 cores=0,2,4,6
/proc/23891/task/23894/stat : 23894 (java) R 23884 23891 23830 0 -1 4202560 26554 0 0 0 247234 31 0 0 20 0 15 0 91691383 10914865152 97936 33554432000 4194304 4196468 140726124212064 140570248433392 140569869901459 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23899] ppid=23884 vsize=10659048 memory=6791534058613427641 CPUtime=9.17 cores=0,2,4,6
/proc/23891/task/23899/stat : 23899 (java) S 23884 23891 23830 0 -1 1077944384 7084 0 0 0 860 57 0 0 20 0 15 0 91691384 10914865152 97936 33554432000 4194304 4196468 140726124212064 140569851255568 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23900] ppid=23884 vsize=10659048 memory=1224 CPUtime=9.2 cores=0,2,4,6
/proc/23891/task/23900/stat : 23900 (java) S 23884 23891 23830 0 -1 1077944384 7293 0 0 0 865 55 0 0 20 0 15 0 91691384 10914865152 97936 33554432000 4194304 4196468 140726124212064 140569850203024 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23901] ppid=23884 vsize=10659048 memory=2260 CPUtime=9.21 cores=0,2,4,6
/proc/23891/task/23901/stat : 23901 (java) S 23884 23891 23830 0 -1 1077944384 6516 0 0 0 865 56 0 0 20 0 15 0 91691384 10914865152 97936 33554432000 4194304 4196468 140726124212064 140569849150480 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23902] ppid=23884 vsize=10659048 memory=1788 CPUtime=9.21 cores=0,2,4,6
/proc/23891/task/23902/stat : 23902 (java) S 23884 23891 23830 0 -1 1077944384 7335 0 0 0 865 56 0 0 20 0 15 0 91691384 10914865152 97936 33554432000 4194304 4196468 140726124212064 140569848097936 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23904] ppid=23884 vsize=10659048 memory=3824 CPUtime=8.35 cores=0,2,4,6
/proc/23891/task/23904/stat : 23904 (java) S 23884 23891 23830 0 -1 1077944384 7206 0 0 0 775 60 0 0 20 0 15 0 91691385 10914865152 97936 33554432000 4194304 4196468 140726124212064 140569803823088 140570244205186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23905] ppid=23884 vsize=10659048 memory=2296 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23905/stat : 23905 (java) S 23884 23891 23830 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91691386 10914865152 97936 33554432000 4194304 4196468 140726124212064 140569802769312 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23907] ppid=23884 vsize=10659048 memory=2296 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23907/stat : 23907 (java) S 23884 23891 23830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91691386 10914865152 97936 33554432000 4194304 4196468 140726124212064 140569801716720 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23909] ppid=23884 vsize=10659048 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23909/stat : 23909 (java) S 23884 23891 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91691388 10914865152 97936 33554432000 4194304 4196468 140726124212064 140569800665296 140570244212635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23910] ppid=23884 vsize=10659048 memory=1408 CPUtime=0.36 cores=0,2,4,6
/proc/23891/task/23910/stat : 23910 (java) S 23884 23891 23830 0 -1 1077944384 2281 0 0 0 36 0 0 0 20 0 15 0 91691388 10914865152 97936 33554432000 4194304 4196468 140726124212064 140569799612912 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23911] ppid=23884 vsize=10659048 memory=3264 CPUtime=0.3 cores=0,2,4,6
/proc/23891/task/23911/stat : 23911 (java) S 23884 23891 23830 0 -1 1077944384 1733 0 0 0 30 0 0 0 20 0 15 0 91691388 10914865152 97936 33554432000 4194304 4196468 140726124212064 140569798560368 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23912] ppid=23884 vsize=10659048 memory=3268 CPUtime=0.22 cores=0,2,4,6
/proc/23891/task/23912/stat : 23912 (java) S 23884 23891 23830 0 -1 1077944384 1361 0 0 0 22 0 0 0 20 0 15 0 91691388 10914865152 97936 33554432000 4194304 4196468 140726124212064 140569797507824 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23917] ppid=23884 vsize=10659048 memory=391744 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23917/stat : 23917 (java) S 23884 23891 23830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91691389 10914865152 97936 33554432000 4194304 4196468 140726124212064 140569796455520 140570244204245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
[pid=23891/tid=23919] ppid=23884 vsize=10659048 memory=391744 CPUtime=1.24 cores=0,2,4,6
/proc/23891/task/23919/stat : 23919 (java) S 23884 23891 23830 0 -1 1077944384 991 0 0 0 63 61 0 0 20 0 15 0 91691389 10914865152 97936 33554432000 4194304 4196468 140726124212064 140569795402032 140570244205186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16695296 140726124213421 140726124213513 140726124213513 140726124216271 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 391744 KiB

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

[startup+2493.41 s]
# the end of solver process 23891 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.97 s, system=3.04845 s

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

Child status: 143
Real time (s): 2493.41
CPU time (s): 2520.02
CPU user time (s): 2516.97
CPU system time (s): 3.04845
CPU usage (%): 101.067
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 391744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.97
system time used= 3.04845
maximum resident set size= 392268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69910
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 295048
involuntary context switches= 7450


# summary of solver processes directly reported to runsolver:
#   pid: 23891
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2516.97
#   total CPU system time (s): 3.04845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.463 second user time and 23.4616 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 03:28:02
IDJOB=4297991
IDBENCH=141022
IDSOLVER=2763
FILE ID=node149/4297991-1532741282
RUNJOBID= node149-1532741282-23861
PBS_JOBID= 21022453
Free space on /tmp= 43260 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-13_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297991-1532741282/watcher-4297991-1532741282 -o /tmp/evaluation-result-4297991-1532741282/solver-4297991-1532741282 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532741282-23861 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4297991-1532741282.xml

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

MD5SUM BENCH= 3785e9b0b2758b612fcaaefab5873f44
RANDOM SEED=47751360

node149.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.60
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.60
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.60
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.60
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:        27549796 kB
MemAvailable:   31924736 kB
Buffers:          109172 kB
Cached:          4485292 kB
SwapCached:           60 kB
Active:          1526100 kB
Inactive:        3121560 kB
Active(anon):       3148 kB
Inactive(anon):    78020 kB
Active(file):    1522952 kB
Inactive(file):  3043540 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              2372 kB
Writeback:             0 kB
AnonPages:         61068 kB
Mapped:            34468 kB
Shmem:             25072 kB
Slab:             264604 kB
SReclaimable:     236908 kB
SUnreclaim:        27696 kB
KernelStack:        3200 kB
PageTables:         4940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43256 MiB
End job on node149 at 2018-07-28 04:09:35