Trace number 4299864

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
GG's minicp 2018-04-29UNSAT 1884.5 1871.48

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g11-g44_c18.xml
MD5SUM691a51199f261ec138535be56fe101c2
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 benchmark444.933
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints157
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":42}]
Minimum variable degree3
Maximum variable degree12
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":4},{"degree":6,"count":6},{"degree":7,"count":10},{"degree":8,"count":6},{"degree":9,"count":11},{"degree":10,"count":2},{"degree":12,"count":1}]
Minimum constraint arity1
Maximum constraint arity42
Distribution of constraint arities[{"arity":1,"count":42},{"arity":2,"count":114},{"arity":42,"count":1}]
Number of extensional constraints156
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":156},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
1884.41/1871.46	s UNSATISFIABLE

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

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

solver pid=1156, runsolver pid=1153

[startup+0.100127 s]*
/proc/loadavg: 1.87 1.62 1.48 4/215 1171
/proc/meminfo: memFree=17528608/32770624 swapFree=67108860/67108860
[pid=1156] ppid=1153 vsize=10661056 memory=27548 CPUtime=0.12 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 31971 0 -1 1077944320 5280 0 0 0 11 1 0 0 20 0 15 0 99792257 10916921344 6887 33554432000 4194304 4196468 140727944995072 140727944977616 140538173361911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
/proc/1156/statm: 2665264 6887 2842 1 0 2627263 0
[pid=1156/tid=1158] ppid=1153 vsize=10661056 memory=8940607975817108597 CPUtime=0.09 cores=0,2,4,6
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 31971 0 -1 4202560 3164 0 0 0 8 1 0 0 20 0 15 0 99792257 10916921344 6887 33554432000 4194304 4196468 140727944995072 140538177591392 140538173373846 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1159] ppid=1153 vsize=10661056 memory=-7001736328920018669 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99792258 10916921344 6887 33554432000 4194304 4196468 140727944995072 140538110053008 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1160] ppid=1153 vsize=10661056 memory=139841917073024 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99792258 10916921344 6887 33554432000 4194304 4196468 140727944995072 140538109000208 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1161] ppid=1153 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99792258 10916921344 6887 33554432000 4194304 4196468 140727944995072 140537778530704 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1162] ppid=1153 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99792258 10916921344 6887 33554432000 4194304 4196468 140727944995072 140537777477904 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1163] ppid=1153 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99792259 10916921344 6887 33554432000 4194304 4196468 140727944995072 140537530940272 140538173373058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1164] ppid=1153 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99792260 10916921344 6887 33554432000 4194304 4196468 140727944995072 140537529886240 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1165] ppid=1153 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99792260 10916921344 6887 33554432000 4194304 4196468 140727944995072 140537528833392 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1166] ppid=1153 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916921344 6887 33554432000 4194304 4196468 140727944995072 140537527781712 140538173380507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1167] ppid=1153 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 31971 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 99792262 10916921344 6887 33554432000 4194304 4196468 140727944995072 140537526729072 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1168] ppid=1153 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1168/stat : 1168 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916921344 6887 33554432000 4194304 4196468 140727944995072 140537525676272 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1169] ppid=1153 vsize=10661056 memory=139841917073024 CPUtime=0.01 cores=0,2,4,6
/proc/1156/task/1169/stat : 1169 (java) R 1153 1156 31971 0 -1 4202560 321 0 0 0 1 0 0 0 20 0 15 0 99792262 10916921344 6887 33554432000 4194304 4196468 140727944995072 140537524623472 140538157483205 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1170] ppid=1153 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1170/stat : 1170 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916921344 6887 33554432000 4194304 4196468 140727944995072 140537523570912 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1171] ppid=1153 vsize=10661056 memory=139841917073024 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1171/stat : 1171 (java) S 1153 1156 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99792263 10916921344 6887 33554432000 4194304 4196468 140727944995072 140537522519216 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27548 KiB

[startup+0.210515 s]*
/proc/loadavg: 1.87 1.62 1.48 4/215 1171
/proc/meminfo: memFree=17517352/32770624 swapFree=67108860/67108860
[pid=1156] ppid=1153 vsize=10661056 memory=40544 CPUtime=0.33 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 31971 0 -1 1077944320 8174 0 0 0 31 2 0 0 20 0 15 0 99792257 10916921344 10136 33554432000 4194304 4196468 140727944995072 140727944977616 140538173361911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
/proc/1156/statm: 2665264 10136 3002 1 0 2627263 0
[pid=1156/tid=1158] ppid=1153 vsize=10661056 memory=8940607975817108597 CPUtime=0.2 cores=0,2,4,6
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 31971 0 -1 4202560 5202 0 0 0 18 2 0 0 20 0 15 0 99792257 10916921344 10136 33554432000 4194304 4196468 140727944995072 140538177596912 140538157442398 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1159] ppid=1153 vsize=10661056 memory=-7001736328920018669 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99792258 10916921344 10136 33554432000 4194304 4196468 140727944995072 140538110053008 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1160] ppid=1153 vsize=10661056 memory=139841917073024 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99792258 10916921344 10136 33554432000 4194304 4196468 140727944995072 140538109000208 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1161] ppid=1153 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99792258 10916921344 10136 33554432000 4194304 4196468 140727944995072 140537778530704 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1162] ppid=1153 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99792258 10916921344 10136 33554432000 4194304 4196468 140727944995072 140537777477904 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1163] ppid=1153 vsize=10661056 memory=139841917073024 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99792259 10916921344 10136 33554432000 4194304 4196468 140727944995072 140537530940272 140538173373058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1164] ppid=1153 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99792260 10916921344 10201 33554432000 4194304 4196468 140727944995072 140537529886240 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1165] ppid=1153 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99792260 10916921344 10201 33554432000 4194304 4196468 140727944995072 140537528833392 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1166] ppid=1153 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916921344 10201 33554432000 4194304 4196468 140727944995072 140537527781712 140538173380507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1167] ppid=1153 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 31971 0 -1 1077944384 538 0 0 0 2 0 0 0 20 0 15 0 99792262 10916921344 10203 33554432000 4194304 4196468 140727944995072 140537526729072 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1168] ppid=1153 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1156/task/1168/stat : 1168 (java) S 1153 1156 31971 0 -1 1077944384 209 0 0 0 1 0 0 0 20 0 15 0 99792262 10916921344 10203 33554432000 4194304 4196468 140727944995072 140537525676272 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1169] ppid=1153 vsize=10661056 memory=139841917073024 CPUtime=0.08 cores=0,2,4,6
/proc/1156/task/1169/stat : 1169 (java) S 1153 1156 31971 0 -1 1077944384 879 0 0 0 8 0 0 0 20 0 15 0 99792262 10916921344 10203 33554432000 4194304 4196468 140727944995072 140537524623472 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1170] ppid=1153 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1170/stat : 1170 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916921344 10203 33554432000 4194304 4196468 140727944995072 140537523570912 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1171] ppid=1153 vsize=10661056 memory=139841917073024 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1171/stat : 1171 (java) S 1153 1156 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99792263 10916921344 10203 33554432000 4194304 4196468 140727944995072 140537522519216 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40544 KiB

[startup+0.311579 s]*
/proc/loadavg: 1.87 1.62 1.48 6/215 1171
/proc/meminfo: memFree=17508916/32770624 swapFree=67108860/67108860
[pid=1156] ppid=1153 vsize=10661132 memory=48504 CPUtime=0.61 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 31971 0 -1 1077944320 9265 0 0 0 58 3 0 0 20 0 15 0 99792257 10916999168 12126 33554432000 4194304 4196468 140727944995072 140727944977616 140538173361911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
/proc/1156/statm: 2665283 12126 3069 1 0 2627263 0
[pid=1156/tid=1158] ppid=1153 vsize=10661132 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 31971 0 -1 4202560 5488 0 0 0 28 2 0 0 20 0 15 0 99792257 10916999168 12192 33554432000 4194304 4196468 140727944995072 140538177598384 140538173383258 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1159] ppid=1153 vsize=10661132 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99792258 10916999168 12192 33554432000 4194304 4196468 140727944995072 140538110053008 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1160] ppid=1153 vsize=10661132 memory=16496 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99792258 10916999168 12192 33554432000 4194304 4196468 140727944995072 140538109000208 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1161] ppid=1153 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99792258 10916999168 12192 33554432000 4194304 4196468 140727944995072 140537778530704 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1162] ppid=1153 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99792258 10916999168 12192 33554432000 4194304 4196468 140727944995072 140537777477904 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1163] ppid=1153 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99792259 10916999168 12192 33554432000 4194304 4196468 140727944995072 140537530940272 140538173373058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1164] ppid=1153 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99792260 10916999168 12192 33554432000 4194304 4196468 140727944995072 140537529886240 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1165] ppid=1153 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99792260 10916999168 12192 33554432000 4194304 4196468 140727944995072 140537528833392 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1166] ppid=1153 vsize=10661132 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916999168 12192 33554432000 4194304 4196468 140727944995072 140537527781712 140538173380507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1167] ppid=1153 vsize=10661132 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/1156/task/1167/stat : 1167 (java) R 1153 1156 31971 0 -1 4202560 904 0 0 0 6 0 0 0 20 0 15 0 99792262 10916999168 12192 33554432000 4194304 4196468 140727944995072 140537526728208 140538152619584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1168] ppid=1153 vsize=10661132 memory=10916999167 CPUtime=0.07 cores=0,2,4,6
/proc/1156/task/1168/stat : 1168 (java) R 1153 1156 31971 0 -1 4202560 503 0 0 0 7 0 0 0 20 0 15 0 99792262 10916999168 12192 33554432000 4194304 4196468 140727944995072 140537525661456 140538151250432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1169] ppid=1153 vsize=10661132 memory=139842016865280 CPUtime=0.15 cores=0,2,4,6
/proc/1156/task/1169/stat : 1169 (java) R 1153 1156 31971 0 -1 1077944384 1052 0 0 0 15 0 0 0 20 0 15 0 99792262 10916999168 12192 33554432000 4194304 4196468 140727944995072 140537524623472 140538173373058 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1170] ppid=1153 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1170/stat : 1170 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916999168 12192 33554432000 4194304 4196468 140727944995072 140537523570912 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1171] ppid=1153 vsize=10661132 memory=279683703578608 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1171/stat : 1171 (java) S 1153 1156 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99792263 10916999168 12192 33554432000 4194304 4196468 140727944995072 140537522519216 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 48504 KiB

[startup+0.70094 s]
/proc/loadavg: 1.87 1.62 1.48 5/215 1171
/proc/meminfo: memFree=17333164/32770624 swapFree=67108860/67108860
[pid=1156] ppid=1153 vsize=10661132 memory=237168 CPUtime=1.65 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 31971 0 -1 1077944320 12584 0 0 0 158 7 0 0 20 0 15 0 99792257 10916999168 59292 33554432000 4194304 4196468 140727944995072 140727944977616 140538173361911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
/proc/1156/statm: 2665283 59292 3123 1 0 2627263 0
[pid=1156/tid=1158] ppid=1153 vsize=10661132 memory=1724 CPUtime=0.65 cores=0,2,4,6
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 31971 0 -1 4202560 5844 0 0 0 61 4 0 0 20 0 15 0 99792257 10916999168 59292 33554432000 4194304 4196468 140727944995072 140538177598488 140537792148948 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1159] ppid=1153 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 31971 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 99792258 10916999168 59292 33554432000 4194304 4196468 140727944995072 140538110053008 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1160] ppid=1153 vsize=10661132 memory=7302135314614015842 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 31971 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 99792258 10916999168 59292 33554432000 4194304 4196468 140727944995072 140538109000208 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1161] ppid=1153 vsize=10661132 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99792258 10916999168 59292 33554432000 4194304 4196468 140727944995072 140537778530704 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1162] ppid=1153 vsize=10661132 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 31971 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 99792258 10916999168 59292 33554432000 4194304 4196468 140727944995072 140537777477904 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1163] ppid=1153 vsize=10661132 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 31971 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 99792259 10916999168 59292 33554432000 4194304 4196468 140727944995072 140537530940272 140538173373058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1164] ppid=1153 vsize=10661132 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99792260 10916999168 59292 33554432000 4194304 4196468 140727944995072 140537529886240 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1165] ppid=1153 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99792260 10916999168 59292 33554432000 4194304 4196468 140727944995072 140537528833392 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1166] ppid=1153 vsize=10661132 memory=792 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916999168 59292 33554432000 4194304 4196468 140727944995072 140537527781712 140538173380507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1167] ppid=1153 vsize=10661132 memory=1716 CPUtime=0.31 cores=0,2,4,6
/proc/1156/task/1167/stat : 1167 (java) R 1153 1156 31971 0 -1 4202560 2266 0 0 0 31 0 0 0 20 0 15 0 99792262 10916999168 59292 33554432000 4194304 4196468 140727944995072 140537526710088 140538158469367 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1168] ppid=1153 vsize=10661132 memory=6296683621127704927 CPUtime=0.36 cores=0,2,4,6
/proc/1156/task/1168/stat : 1168 (java) R 1153 1156 31971 0 -1 4202560 1637 0 0 0 36 0 0 0 20 0 15 0 99792262 10916999168 59292 33554432000 4194304 4196468 140727944995072 140537525657288 140538158479088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1169] ppid=1153 vsize=10661132 memory=7156622694738973804 CPUtime=0.27 cores=0,2,4,6
/proc/1156/task/1169/stat : 1169 (java) S 1153 1156 31971 0 -1 1077944384 1344 0 0 0 27 0 0 0 20 0 15 0 99792262 10916999168 59292 33554432000 4194304 4196468 140727944995072 140537524623472 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1170] ppid=1153 vsize=10661132 memory=5787218246971642213 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1170/stat : 1170 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916999168 59292 33554432000 4194304 4196468 140727944995072 140537523570912 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1171] ppid=1153 vsize=10661132 memory=279683573033184 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1171/stat : 1171 (java) S 1153 1156 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99792263 10916999168 59292 33554432000 4194304 4196468 140727944995072 140537522519216 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 237168 KiB

[startup+1.50074 s]
/proc/loadavg: 1.87 1.62 1.48 5/215 1171
/proc/meminfo: memFree=17299668/32770624 swapFree=67108860/67108860
[pid=1156] ppid=1153 vsize=10661132 memory=294084 CPUtime=3.65 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 31971 0 -1 1077944320 18565 0 0 0 356 9 0 0 20 0 15 0 99792257 10916999168 73521 33554432000 4194304 4196468 140727944995072 140727944977616 140538173361911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
/proc/1156/statm: 2665283 73521 3127 1 0 2627263 0
[pid=1156/tid=1158] ppid=1153 vsize=10661132 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 31971 0 -1 4202560 6017 0 0 0 139 5 0 0 20 0 15 0 99792257 10916999168 73521 33554432000 4194304 4196468 140727944995072 140538177597840 140537793101572 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1159] ppid=1153 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 31971 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 99792258 10916999168 73521 33554432000 4194304 4196468 140727944995072 140538110053008 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1160] ppid=1153 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 31971 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 99792258 10916999168 73521 33554432000 4194304 4196468 140727944995072 140538109000208 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1161] ppid=1153 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99792258 10916999168 73521 33554432000 4194304 4196468 140727944995072 140537778530704 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1162] ppid=1153 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 31971 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 99792258 10916999168 73521 33554432000 4194304 4196468 140727944995072 140537777477904 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1163] ppid=1153 vsize=10661132 memory=51 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 31971 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 99792259 10916999168 73521 33554432000 4194304 4196468 140727944995072 140537530940272 140538173373058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0

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

[pid=1156/tid=1170] ppid=1153 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1170/stat : 1170 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916999168 567718 33554432000 4194304 4196468 140727944995072 140537523570912 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1171] ppid=1153 vsize=10661132 memory=8112282956445269571 CPUtime=0.94 cores=0,2,4,6
/proc/1156/task/1171/stat : 1171 (java) S 1153 1156 31971 0 -1 1077944384 2322 0 0 0 49 45 0 0 20 0 15 0 99792263 10916999168 567718 33554432000 4194304 4196468 140727944995072 140537522519216 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
Current children cumulated CPU time: 1878.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2270872 KiB

[startup+1868.8 s]
/proc/loadavg: 1.16 1.36 1.45 3/215 1252
/proc/meminfo: memFree=15815548/32770624 swapFree=67108860/67108860
[pid=1156] ppid=1153 vsize=10661132 memory=2270872 CPUtime=1881.78 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 31971 0 -1 1077944320 131734 0 0 0 188023 155 0 0 20 0 15 0 99792257 10916999168 567718 33554432000 4194304 4196468 140727944995072 140727944977616 140538173361911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
/proc/1156/statm: 2665283 567718 3145 1 0 2627263 0
[pid=1156/tid=1158] ppid=1153 vsize=10661132 memory=2269348 CPUtime=1863.01 cores=0,2,4,6
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 31971 0 -1 4202560 34336 0 0 0 186261 40 0 0 20 0 15 0 99792257 10916999168 567718 33554432000 4194304 4196468 140727944995072 140538177601232 140537793101665 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1159] ppid=1153 vsize=10661132 memory=2200 CPUtime=3.43 cores=0,2,4,6
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 31971 0 -1 1077944384 14002 0 0 0 326 17 0 0 20 0 15 0 99792258 10916999168 567718 33554432000 4194304 4196468 140727944995072 140538110053008 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1160] ppid=1153 vsize=10661132 memory=1008 CPUtime=3.46 cores=0,2,4,6
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 31971 0 -1 1077944384 16450 0 0 0 328 18 0 0 20 0 15 0 99792258 10916999168 567718 33554432000 4194304 4196468 140727944995072 140538109000208 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1161] ppid=1153 vsize=10661132 memory=792 CPUtime=3.43 cores=0,2,4,6
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 31971 0 -1 1077944384 14402 0 0 0 326 17 0 0 20 0 15 0 99792258 10916999168 567718 33554432000 4194304 4196468 140727944995072 140537778530704 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1162] ppid=1153 vsize=10661132 memory=1716 CPUtime=3.44 cores=0,2,4,6
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 31971 0 -1 1077944384 14527 0 0 0 325 19 0 0 20 0 15 0 99792258 10916999168 567718 33554432000 4194304 4196468 140727944995072 140537777477904 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1163] ppid=1153 vsize=10661132 memory=2267812 CPUtime=1.47 cores=0,2,4,6
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 31971 0 -1 1077944384 16419 0 0 0 136 11 0 0 20 0 15 0 99792259 10916999168 567718 33554432000 4194304 4196468 140727944995072 140537530940272 140538173373058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1164] ppid=1153 vsize=10661132 memory=2264236 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99792260 10916999168 567718 33554432000 4194304 4196468 140727944995072 140537529886304 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1165] ppid=1153 vsize=10661132 memory=2271388 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99792260 10916999168 567718 33554432000 4194304 4196468 140727944995072 140537528833392 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1166] ppid=1153 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916999168 567718 33554432000 4194304 4196468 140727944995072 140537527781712 140538173380507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1167] ppid=1153 vsize=10661132 memory=-5587106306044206369 CPUtime=1.07 cores=0,2,4,6
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 31971 0 -1 1077944384 9378 0 0 0 107 0 0 0 20 0 15 0 99792262 10916999168 567718 33554432000 4194304 4196468 140727944995072 140537526729072 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1168] ppid=1153 vsize=10661132 memory=-2672971631320983069 CPUtime=1.09 cores=0,2,4,6
/proc/1156/task/1168/stat : 1168 (java) S 1153 1156 31971 0 -1 1077944384 6077 0 0 0 108 1 0 0 20 0 15 0 99792262 10916999168 567718 33554432000 4194304 4196468 140727944995072 140537525676272 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1169] ppid=1153 vsize=10661132 memory=2271388 CPUtime=0.34 cores=0,2,4,6
/proc/1156/task/1169/stat : 1169 (java) S 1153 1156 31971 0 -1 1077944384 2461 0 0 0 33 1 0 0 20 0 15 0 99792262 10916999168 567718 33554432000 4194304 4196468 140727944995072 140537524623472 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1170] ppid=1153 vsize=10661132 memory=2271388 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1170/stat : 1170 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916999168 567718 33554432000 4194304 4196468 140727944995072 140537523570912 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1171] ppid=1153 vsize=10661132 memory=8584 CPUtime=0.94 cores=0,2,4,6
/proc/1156/task/1171/stat : 1171 (java) S 1153 1156 31971 0 -1 1077944384 2322 0 0 0 49 45 0 0 20 0 15 0 99792263 10916999168 567718 33554432000 4194304 4196468 140727944995072 140537522519216 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
Current children cumulated CPU time: 1881.78 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2270872 KiB

[startup+1870.4 s]
/proc/loadavg: 1.16 1.36 1.45 3/215 1252
/proc/meminfo: memFree=15816304/32770624 swapFree=67108860/67108860
[pid=1156] ppid=1153 vsize=10661132 memory=2269844 CPUtime=1883.4 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 31971 0 -1 1077944320 131741 0 0 0 188185 155 0 0 20 0 15 0 99792257 10916999168 567461 33554432000 4194304 4196468 140727944995072 140727944977616 140538173361911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
/proc/1156/statm: 2665283 567461 3145 1 0 2627263 0
[pid=1156/tid=1158] ppid=1153 vsize=10661132 memory=8112282956445269571 CPUtime=1864.6 cores=0,2,4,6
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 31971 0 -1 4202560 34340 0 0 0 186420 40 0 0 20 0 15 0 99792257 10916999168 567461 33554432000 4194304 4196468 140727944995072 140538177601232 140537793101586 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1159] ppid=1153 vsize=10661132 memory=2266284 CPUtime=3.43 cores=0,2,4,6
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 31971 0 -1 1077944384 14002 0 0 0 326 17 0 0 20 0 15 0 99792258 10916999168 567461 33554432000 4194304 4196468 140727944995072 140538110053008 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1160] ppid=1153 vsize=10661132 memory=8112282956445269571 CPUtime=3.46 cores=0,2,4,6
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 31971 0 -1 1077944384 16451 0 0 0 328 18 0 0 20 0 15 0 99792258 10916999168 567461 33554432000 4194304 4196468 140727944995072 140538109000208 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1161] ppid=1153 vsize=10661132 memory=12032 CPUtime=3.44 cores=0,2,4,6
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 31971 0 -1 1077944384 14403 0 0 0 327 17 0 0 20 0 15 0 99792258 10916999168 567461 33554432000 4194304 4196468 140727944995072 140537778530704 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1162] ppid=1153 vsize=10661132 memory=1008 CPUtime=3.45 cores=0,2,4,6
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 31971 0 -1 1077944384 14527 0 0 0 326 19 0 0 20 0 15 0 99792258 10916999168 567461 33554432000 4194304 4196468 140727944995072 140537777477904 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1163] ppid=1153 vsize=10661132 memory=792 CPUtime=1.48 cores=0,2,4,6
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 31971 0 -1 1077944384 16420 0 0 0 137 11 0 0 20 0 15 0 99792259 10916999168 567461 33554432000 4194304 4196468 140727944995072 140537530940272 140538173373058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1164] ppid=1153 vsize=10661132 memory=2130076 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99792260 10916999168 567461 33554432000 4194304 4196468 140727944995072 140537529886304 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1165] ppid=1153 vsize=10661132 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99792260 10916999168 567461 33554432000 4194304 4196468 140727944995072 140537528833392 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1166] ppid=1153 vsize=10661132 memory=3188 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916999168 567461 33554432000 4194304 4196468 140727944995072 140537527781712 140538173380507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1167] ppid=1153 vsize=10661132 memory=2270872 CPUtime=1.07 cores=0,2,4,6
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 31971 0 -1 1077944384 9378 0 0 0 107 0 0 0 20 0 15 0 99792262 10916999168 567461 33554432000 4194304 4196468 140727944995072 140537526729072 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1168] ppid=1153 vsize=10661132 memory=1240 CPUtime=1.09 cores=0,2,4,6
/proc/1156/task/1168/stat : 1168 (java) S 1153 1156 31971 0 -1 1077944384 6077 0 0 0 108 1 0 0 20 0 15 0 99792262 10916999168 567461 33554432000 4194304 4196468 140727944995072 140537525676272 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1169] ppid=1153 vsize=10661132 memory=28728 CPUtime=0.34 cores=0,2,4,6
/proc/1156/task/1169/stat : 1169 (java) S 1153 1156 31971 0 -1 1077944384 2461 0 0 0 33 1 0 0 20 0 15 0 99792262 10916999168 567461 33554432000 4194304 4196468 140727944995072 140537524623472 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1170] ppid=1153 vsize=10661132 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1170/stat : 1170 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916999168 567461 33554432000 4194304 4196468 140727944995072 140537523570912 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1171] ppid=1153 vsize=10661132 memory=2412 CPUtime=0.95 cores=0,2,4,6
/proc/1156/task/1171/stat : 1171 (java) S 1153 1156 31971 0 -1 1077944384 2322 0 0 0 50 45 0 0 20 0 15 0 99792263 10916999168 567461 33554432000 4194304 4196468 140727944995072 140537522519216 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
Current children cumulated CPU time: 1883.4 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2269844 KiB

[startup+1871.2 s]
/proc/loadavg: 1.16 1.36 1.45 3/215 1252
/proc/meminfo: memFree=15815624/32770624 swapFree=67108860/67108860
[pid=1156] ppid=1153 vsize=10661132 memory=2271892 CPUtime=1884.21 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 31971 0 -1 1077944320 131747 0 0 0 188265 156 0 0 20 0 15 0 99792257 10916999168 567973 33554432000 4194304 4196468 140727944995072 140727944977616 140538173361911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
/proc/1156/statm: 2665283 567973 3145 1 0 2627263 0
[pid=1156/tid=1158] ppid=1153 vsize=10661132 memory=7451609565679871080 CPUtime=1865.39 cores=0,2,4,6
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 31971 0 -1 4202560 34341 0 0 0 186499 40 0 0 20 0 15 0 99792257 10916999168 567973 33554432000 4194304 4196468 140727944995072 140538177601120 140537793098656 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1159] ppid=1153 vsize=10661132 memory=7090462760846781545 CPUtime=3.43 cores=0,2,4,6
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 31971 0 -1 1077944384 14003 0 0 0 326 17 0 0 20 0 15 0 99792258 10916999168 567973 33554432000 4194304 4196468 140727944995072 140538110053008 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1160] ppid=1153 vsize=10661132 memory=8112282956445269571 CPUtime=3.46 cores=0,2,4,6
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 31971 0 -1 1077944384 16452 0 0 0 328 18 0 0 20 0 15 0 99792258 10916999168 567973 33554432000 4194304 4196468 140727944995072 140538109000208 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1161] ppid=1153 vsize=10661132 memory=5788 CPUtime=3.44 cores=0,2,4,6
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 31971 0 -1 1077944384 14404 0 0 0 327 17 0 0 20 0 15 0 99792258 10916999168 567973 33554432000 4194304 4196468 140727944995072 140537778530704 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1162] ppid=1153 vsize=10661132 memory=4616 CPUtime=3.45 cores=0,2,4,6
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 31971 0 -1 1077944384 14529 0 0 0 326 19 0 0 20 0 15 0 99792258 10916999168 567973 33554432000 4194304 4196468 140727944995072 140537777477904 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1163] ppid=1153 vsize=10661132 memory=12032 CPUtime=1.48 cores=0,2,4,6
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 31971 0 -1 1077944384 16420 0 0 0 137 11 0 0 20 0 15 0 99792259 10916999168 567973 33554432000 4194304 4196468 140727944995072 140537530940272 140538173373058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1164] ppid=1153 vsize=10661132 memory=2269844 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99792260 10916999168 567973 33554432000 4194304 4196468 140727944995072 140537529886304 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1165] ppid=1153 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99792260 10916999168 567973 33554432000 4194304 4196468 140727944995072 140537528833392 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1166] ppid=1153 vsize=10661132 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916999168 567973 33554432000 4194304 4196468 140727944995072 140537527781712 140538173380507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1167] ppid=1153 vsize=10661132 memory=1196 CPUtime=1.07 cores=0,2,4,6
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 31971 0 -1 1077944384 9378 0 0 0 107 0 0 0 20 0 15 0 99792262 10916999168 567973 33554432000 4194304 4196468 140727944995072 140537526729072 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1168] ppid=1153 vsize=10661132 memory=1196 CPUtime=1.09 cores=0,2,4,6
/proc/1156/task/1168/stat : 1168 (java) S 1153 1156 31971 0 -1 1077944384 6077 0 0 0 108 1 0 0 20 0 15 0 99792262 10916999168 567973 33554432000 4194304 4196468 140727944995072 140537525676272 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1169] ppid=1153 vsize=10661132 memory=5788 CPUtime=0.34 cores=0,2,4,6
/proc/1156/task/1169/stat : 1169 (java) S 1153 1156 31971 0 -1 1077944384 2461 0 0 0 33 1 0 0 20 0 15 0 99792262 10916999168 567973 33554432000 4194304 4196468 140727944995072 140537524623472 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1170] ppid=1153 vsize=10661132 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1170/stat : 1170 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916999168 567973 33554432000 4194304 4196468 140727944995072 140537523570912 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1171] ppid=1153 vsize=10661132 memory=12032 CPUtime=0.95 cores=0,2,4,6
/proc/1156/task/1171/stat : 1171 (java) S 1153 1156 31971 0 -1 1077944384 2322 0 0 0 50 45 0 0 20 0 15 0 99792263 10916999168 567973 33554432000 4194304 4196468 140727944995072 140537522519216 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
Current children cumulated CPU time: 1884.21 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2271892 KiB

[startup+1871.4 s]
/proc/loadavg: 1.16 1.36 1.45 3/215 1252
/proc/meminfo: memFree=15815624/32770624 swapFree=67108860/67108860
[pid=1156] ppid=1153 vsize=10661132 memory=2273428 CPUtime=1884.41 cores=0,2,4,6
/proc/1156/stat : 1156 (java) S 1153 1156 31971 0 -1 1077944320 131753 0 0 0 188285 156 0 0 20 0 15 0 99792257 10916999168 568357 33554432000 4194304 4196468 140727944995072 140727944977616 140538173361911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
/proc/1156/statm: 2665283 568357 3145 1 0 2627263 0
[pid=1156/tid=1158] ppid=1153 vsize=10661132 memory=792 CPUtime=1865.59 cores=0,2,4,6
/proc/1156/task/1158/stat : 1158 (java) R 1153 1156 31971 0 -1 4202560 34342 0 0 0 186519 40 0 0 20 0 15 0 99792257 10916999168 568357 33554432000 4194304 4196468 140727944995072 140538177601232 140537792713538 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1159] ppid=1153 vsize=10661132 memory=1716 CPUtime=3.43 cores=0,2,4,6
/proc/1156/task/1159/stat : 1159 (java) S 1153 1156 31971 0 -1 1077944384 14003 0 0 0 326 17 0 0 20 0 15 0 99792258 10916999168 568357 33554432000 4194304 4196468 140727944995072 140538110053008 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1160] ppid=1153 vsize=10661132 memory=8112282956445269571 CPUtime=3.47 cores=0,2,4,6
/proc/1156/task/1160/stat : 1160 (java) S 1153 1156 31971 0 -1 1077944384 16454 0 0 0 329 18 0 0 20 0 15 0 99792258 10916999168 568357 33554432000 4194304 4196468 140727944995072 140538109000208 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1161] ppid=1153 vsize=10661132 memory=8584 CPUtime=3.44 cores=0,2,4,6
/proc/1156/task/1161/stat : 1161 (java) S 1153 1156 31971 0 -1 1077944384 14405 0 0 0 327 17 0 0 20 0 15 0 99792258 10916999168 568357 33554432000 4194304 4196468 140727944995072 140537778530704 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1162] ppid=1153 vsize=10661132 memory=15872 CPUtime=3.45 cores=0,2,4,6
/proc/1156/task/1162/stat : 1162 (java) S 1153 1156 31971 0 -1 1077944384 14530 0 0 0 326 19 0 0 20 0 15 0 99792258 10916999168 568357 33554432000 4194304 4196468 140727944995072 140537777477904 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1163] ppid=1153 vsize=10661132 memory=4012 CPUtime=1.48 cores=0,2,4,6
/proc/1156/task/1163/stat : 1163 (java) S 1153 1156 31971 0 -1 1077944384 16421 0 0 0 137 11 0 0 20 0 15 0 99792259 10916999168 568357 33554432000 4194304 4196468 140727944995072 140537530940272 140538173373058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1164] ppid=1153 vsize=10661132 memory=16524 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1164/stat : 1164 (java) S 1153 1156 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99792260 10916999168 568357 33554432000 4194304 4196468 140727944995072 140537529886304 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1165] ppid=1153 vsize=10661132 memory=18484 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1165/stat : 1165 (java) S 1153 1156 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99792260 10916999168 568357 33554432000 4194304 4196468 140727944995072 140537528833392 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1166] ppid=1153 vsize=10661132 memory=644 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1166/stat : 1166 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916999168 568357 33554432000 4194304 4196468 140727944995072 140537527781712 140538173380507 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1167] ppid=1153 vsize=10661132 memory=1788 CPUtime=1.07 cores=0,2,4,6
/proc/1156/task/1167/stat : 1167 (java) S 1153 1156 31971 0 -1 1077944384 9378 0 0 0 107 0 0 0 20 0 15 0 99792262 10916999168 568357 33554432000 4194304 4196468 140727944995072 140537526729072 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1168] ppid=1153 vsize=10661132 memory=4140 CPUtime=1.09 cores=0,2,4,6
/proc/1156/task/1168/stat : 1168 (java) S 1153 1156 31971 0 -1 1077944384 6077 0 0 0 108 1 0 0 20 0 15 0 99792262 10916999168 568357 33554432000 4194304 4196468 140727944995072 140537525676272 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1169] ppid=1153 vsize=10661132 memory=28728 CPUtime=0.34 cores=0,2,4,6
/proc/1156/task/1169/stat : 1169 (java) S 1153 1156 31971 0 -1 1077944384 2461 0 0 0 33 1 0 0 20 0 15 0 99792262 10916999168 568357 33554432000 4194304 4196468 140727944995072 140537524623472 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1170] ppid=1153 vsize=10661132 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/1156/task/1170/stat : 1170 (java) S 1153 1156 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99792262 10916999168 568357 33554432000 4194304 4196468 140727944995072 140537523570912 140538173372117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
[pid=1156/tid=1171] ppid=1153 vsize=10661132 memory=2412 CPUtime=0.95 cores=0,2,4,6
/proc/1156/task/1171/stat : 1171 (java) S 1153 1156 31971 0 -1 1077944384 2322 0 0 0 50 45 0 0 20 0 15 0 99792263 10916999168 568357 33554432000 4194304 4196468 140727944995072 140537522519216 140538173373058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24416256 140727945004149 140727945004297 140727945004297 140727945007055 0
Current children cumulated CPU time: 1884.41 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2273428 KiB

Child status: 0
Real time (s): 1871.48
CPU time (s): 1884.5
CPU user time (s): 1882.92
CPU system time (s): 1.57539
CPU usage (%): 100.696
Max. virtual memory (cumulated for all children) (KiB): 10663224
Max. memory (cumulated for all children) (KiB): 2273428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1882.92
system time used= 1.57539
maximum resident set size= 2273940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132126
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80854
involuntary context switches= 3275


# summary of solver processes directly reported to runsolver:
#   pid: 1156
#   total CPU time (s): 1884.5
#   total CPU user time (s): 1882.92
#   total CPU system time (s): 1.57539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.29622 second user time and 19.232 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 01:58:11
IDJOB=4299864
IDBENCH=141501
IDSOLVER=2762
FILE ID=node103/4299864-1532822291
RUNJOBID= node103-1532811179-32002
PBS_JOBID= 21022486
Free space on /tmp= 56532 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g11-g44_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299864-1532822291/watcher-4299864-1532822291 -o /tmp/evaluation-result-4299864-1532822291/solver-4299864-1532822291 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532811179-32002 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299864-1532822291.xml

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

MD5SUM BENCH= 691a51199f261ec138535be56fe101c2
RANDOM SEED=1514343042

node103.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.48
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.48
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.48
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.48
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:        17545196 kB
MemAvailable:   29267580 kB
Buffers:          304364 kB
Cached:         11601144 kB
SwapCached:            0 kB
Active:          6586020 kB
Inactive:        8030936 kB
Active(anon):    2714012 kB
Inactive(anon):    25184 kB
Active(file):    3872008 kB
Inactive(file):  8005752 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:       2810336 kB
Mapped:            55664 kB
Shmem:             25228 kB
Slab:             300656 kB
SReclaimable:     273084 kB
SUnreclaim:        27572 kB
KernelStack:        3808 kB
PageTables:        10748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3588000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2693120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56532 MiB
End job on node103 at 2018-07-29 02:29:22