Trace number 4274102

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
OscaR - Conflict Ordering 2017-07-26? (TO) 2520.04 2499.8101

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0050-m1.xml
MD5SUM92365aeced42a91cd8bf53135301f3e3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.05796
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1226
Number of domains1
Minimum domain size50
Maximum domain size50
Distribution of domain sizes[{"size":50,"count":50}]
Minimum variable degree50
Maximum variable degree50
Distribution of variable degrees[{"degree":50,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":1225},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints1225
Distribution of constraint types[{"type":"intension","count":1225},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.22/0.41	c version: 2017-07-26
0.22/0.41	c seed: 1243710717
0.22/0.41	c timeout: 2520
0.22/0.41	c memlimit: 11000
0.22/0.41	c nbcore: 4
0.39/0.44	c Parsing instance...
1.80/1.10	c Parsing done, starting search...
2520.02/2499.80	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 (15085 MiB free)
  memory of node 1: 16384 MiB (13022 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274102-1502841653/watcher-4274102-1502841653 -o /tmp/evaluation-result-4274102-1502841653/solver-4274102-1502841653 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6258 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1243710717 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274102-1502841653.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=5215, runsolver pid=5212

[startup+0.10007 s]*
/proc/loadavg: 1.83 1.98 2.25 3/201 5217
/proc/meminfo: memFree=28782088/32770624 swapFree=67108860/67108860
[pid=5215] ppid=5212 vsize=13358552 memory=11764 CPUtime=0 cores=0,2,4,6
/proc/5215/stat : 5215 (java) S 5212 5215 8289 0 -1 1077944320 2794 0 0 0 0 0 0 0 20 0 6 0 131980496 13679157248 2941 18446744073709551615 4194304 4196468 140728203203024 140728203185568 140324957601527 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
/proc/5215/statm: 3339638 2941 1416 1 0 3329135 0
[pid=5215/tid=5217] ppid=5212 vsize=13358552 memory=-7173493468631824323 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5217/stat : 5217 (java) R 5212 5215 8289 0 -1 4202560 1815 0 0 0 0 0 0 0 20 0 6 0 131980506 13679157248 3271 18446744073709551615 4194304 4196468 140728203203024 140324961837648 140324918582893 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5218] ppid=5212 vsize=13358552 memory=4349475210443476153 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5218/stat : 5218 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 131980506 13679157248 3271 18446744073709551615 4194304 4196468 140728203203024 140324914567440 140324957611733 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5219] ppid=5212 vsize=13358552 memory=140419499140736 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5219/stat : 5219 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 131980506 13679157248 3337 18446744073709551615 4194304 4196468 140728203203024 140324913514896 140324957611733 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5220] ppid=5212 vsize=13358552 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5220/stat : 5220 (java) S 5212 5215 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 131980506 13679157248 3337 18446744073709551615 4194304 4196468 140728203203024 140324912462352 140324957611733 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5221] ppid=5212 vsize=13358552 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5221/stat : 5221 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 131980506 13679157248 3337 18446744073709551615 4194304 4196468 140728203203024 140324911409808 140324957611733 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 11764 KiB

[startup+0.210245 s]*
/proc/loadavg: 1.83 1.98 2.25 2/213 5229
/proc/meminfo: memFree=28771884/32770624 swapFree=67108860/67108860
[pid=5215] ppid=5212 vsize=13976388 memory=25464 CPUtime=0.06 cores=0,2,4,6
/proc/5215/stat : 5215 (java) S 5212 5215 8289 0 -1 1077944320 5848 0 0 0 6 0 0 0 20 0 15 0 131980496 14311821312 6366 18446744073709551615 4194304 4196468 140728203203024 140728203185568 140324957601527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
/proc/5215/statm: 3494097 6366 3279 1 0 3482876 0
[pid=5215/tid=5217] ppid=5212 vsize=13976388 memory=-7173493468631824323 CPUtime=0.05 cores=0,2,4,6
/proc/5215/task/5217/stat : 5217 (java) R 5212 5215 8289 0 -1 4202560 3939 0 0 0 5 0 0 0 20 0 15 0 131980506 14311821312 6366 18446744073709551615 4194304 4196468 140728203203024 140324961843808 140324939250475 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5218] ppid=5212 vsize=13976388 memory=4349475210443476153 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5218/stat : 5218 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131980506 14311821312 6366 18446744073709551615 4194304 4196468 140728203203024 140324914567440 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5219] ppid=5212 vsize=13976388 memory=140419499140736 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5219/stat : 5219 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131980506 14311821312 6366 18446744073709551615 4194304 4196468 140728203203024 140324913514896 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5220] ppid=5212 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5220/stat : 5220 (java) S 5212 5215 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 131980506 14311821312 6366 18446744073709551615 4194304 4196468 140728203203024 140324912462352 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5221] ppid=5212 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5221/stat : 5221 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131980506 14311821312 6366 18446744073709551615 4194304 4196468 140728203203024 140324911409808 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5222] ppid=5212 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5222/stat : 5222 (java) S 5212 5215 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 131980508 14311821312 6366 18446744073709551615 4194304 4196468 140728203203024 140324503185904 140324957612674 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5223] ppid=5212 vsize=13976388 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5223/stat : 5223 (java) S 5212 5215 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 131980508 14311821312 6366 18446744073709551615 4194304 4196468 140728203203024 140324502132128 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5224] ppid=5212 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5224/stat : 5224 (java) S 5212 5215 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 131980508 14311821312 6366 18446744073709551615 4194304 4196468 140728203203024 140324433290736 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5225] ppid=5212 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5225/stat : 5225 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14311821312 6366 18446744073709551615 4194304 4196468 140728203203024 140324432239312 140324957620123 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5226] ppid=5212 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5226/stat : 5226 (java) S 5212 5215 8289 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 131980511 14311821312 6366 18446744073709551615 4194304 4196468 140728203203024 140324431185904 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5227] ppid=5212 vsize=13976388 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5227/stat : 5227 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14311821312 6366 18446744073709551615 4194304 4196468 140728203203024 140324430133360 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5228] ppid=5212 vsize=13976388 memory=140419499140736 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5228/stat : 5228 (java) S 5212 5215 8289 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 15 0 131980511 14311821312 6366 18446744073709551615 4194304 4196468 140728203203024 140324429080816 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5229] ppid=5212 vsize=13976388 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5229/stat : 5229 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14311821312 6366 18446744073709551615 4194304 4196468 140728203203024 140324428028512 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5230] ppid=5212 vsize=13976388 memory=140419499140736 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5230/stat : 5230 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131980517 14311821312 6366 18446744073709551615 4194304 4196468 140728203203024 140324426976048 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13976388 KiB
Current children cumulated memory: 25464 KiB

[startup+0.313133 s]*
/proc/loadavg: 1.83 1.98 2.25 3/214 5230
/proc/meminfo: memFree=28757036/32770624 swapFree=67108860/67108860
[pid=5215] ppid=5212 vsize=13975920 memory=39592 CPUtime=0.22 cores=0,2,4,6
/proc/5215/stat : 5215 (java) S 5212 5215 8289 0 -1 1077944320 10133 0 0 0 20 2 0 0 20 0 15 0 131980496 14311342080 9898 18446744073709551615 4194304 4196468 140728203203024 140728203185568 140324957601527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
/proc/5215/statm: 3493980 9898 3543 1 0 3482759 0
[pid=5215/tid=5217] ppid=5212 vsize=13975920 memory=4209341120841998394 CPUtime=0.15 cores=0,2,4,6
/proc/5215/task/5217/stat : 5217 (java) R 5212 5215 8289 0 -1 4202560 7841 0 0 0 13 2 0 0 20 0 15 0 131980506 14311342080 9898 18446744073709551615 4194304 4196468 140728203203024 140324961809680 140324941682014 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5218] ppid=5212 vsize=13975920 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5218/stat : 5218 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131980506 14311342080 9898 18446744073709551615 4194304 4196468 140728203203024 140324914567440 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5219] ppid=5212 vsize=13975920 memory=4279135704047065247 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5219/stat : 5219 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131980506 14311342080 9898 18446744073709551615 4194304 4196468 140728203203024 140324913514896 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5220] ppid=5212 vsize=13975920 memory=-6949179150270506172 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5220/stat : 5220 (java) S 5212 5215 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 131980506 14311342080 9898 18446744073709551615 4194304 4196468 140728203203024 140324912462352 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5221] ppid=5212 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5221/stat : 5221 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131980506 14311342080 9898 18446744073709551615 4194304 4196468 140728203203024 140324911409808 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5222] ppid=5212 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5222/stat : 5222 (java) S 5212 5215 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 131980508 14311342080 9898 18446744073709551615 4194304 4196468 140728203203024 140324503185904 140324957612674 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5223] ppid=5212 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5223/stat : 5223 (java) S 5212 5215 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 131980508 14311342080 9898 18446744073709551615 4194304 4196468 140728203203024 140324502132128 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5224] ppid=5212 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5224/stat : 5224 (java) S 5212 5215 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 131980508 14311342080 9898 18446744073709551615 4194304 4196468 140728203203024 140324433290736 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5225] ppid=5212 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5225/stat : 5225 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14311342080 9898 18446744073709551615 4194304 4196468 140728203203024 140324432239312 140324957620123 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5226] ppid=5212 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5215/task/5226/stat : 5226 (java) S 5212 5215 8289 0 -1 1077944384 423 0 0 0 1 0 0 0 20 0 15 0 131980511 14311342080 9898 18446744073709551615 4194304 4196468 140728203203024 140324431185904 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5227] ppid=5212 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5227/stat : 5227 (java) S 5212 5215 8289 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 131980511 14311342080 9898 18446744073709551615 4194304 4196468 140728203203024 140324430133360 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5228] ppid=5212 vsize=13975920 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5215/task/5228/stat : 5228 (java) R 5212 5215 8289 0 -1 4202560 371 0 0 0 4 0 0 0 20 0 15 0 131980511 14311342080 9898 18446744073709551615 4194304 4196468 140728203203024 140324429080816 140324949838654 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5229] ppid=5212 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5229/stat : 5229 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14311342080 9898 18446744073709551615 4194304 4196468 140728203203024 140324428028512 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5230] ppid=5212 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5230/stat : 5230 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131980517 14311342080 9898 18446744073709551615 4194304 4196468 140728203203024 140324426976048 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39592 KiB

[startup+0.701126 s]
/proc/loadavg: 1.83 1.98 2.25 4/214 5230
/proc/meminfo: memFree=28743796/32770624 swapFree=67108860/67108860
[pid=5215] ppid=5212 vsize=13977988 memory=64220 CPUtime=0.95 cores=0,2,4,6
/proc/5215/stat : 5215 (java) S 5212 5215 8289 0 -1 1077944320 13769 0 0 0 90 5 0 0 20 0 15 0 131980496 14313459712 16055 18446744073709551615 4194304 4196468 140728203203024 140728203185568 140324957601527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
/proc/5215/statm: 3494497 16055 3724 1 0 3483271 0
[pid=5215/tid=5217] ppid=5212 vsize=13977988 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/5215/task/5217/stat : 5217 (java) R 5212 5215 8289 0 -1 4202560 10327 0 0 0 49 4 0 0 20 0 15 0 131980506 14313459712 16055 18446744073709551615 4194304 4196468 140728203203024 140324961837120 140324584405907 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5218] ppid=5212 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5218/stat : 5218 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131980506 14313459712 16055 18446744073709551615 4194304 4196468 140728203203024 140324914567440 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5219] ppid=5212 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5219/stat : 5219 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131980506 14313459712 16055 18446744073709551615 4194304 4196468 140728203203024 140324913514896 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5220] ppid=5212 vsize=13977988 memory=8751464017575884853 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5220/stat : 5220 (java) S 5212 5215 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 131980506 14313459712 16055 18446744073709551615 4194304 4196468 140728203203024 140324912462352 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5221] ppid=5212 vsize=13977988 memory=6153716168588944465 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5221/stat : 5221 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131980506 14313459712 16055 18446744073709551615 4194304 4196468 140728203203024 140324911409808 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5222] ppid=5212 vsize=13977988 memory=4168 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5222/stat : 5222 (java) S 5212 5215 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 131980508 14313459712 16055 18446744073709551615 4194304 4196468 140728203203024 140324503185904 140324957612674 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5223] ppid=5212 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5223/stat : 5223 (java) S 5212 5215 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 131980508 14313459712 16055 18446744073709551615 4194304 4196468 140728203203024 140324502132128 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5224] ppid=5212 vsize=13977988 memory=140419392479360 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5224/stat : 5224 (java) S 5212 5215 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 131980508 14313459712 16055 18446744073709551615 4194304 4196468 140728203203024 140324433290736 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5225] ppid=5212 vsize=13977988 memory=288230583132495610 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5225/stat : 5225 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14313459712 16055 18446744073709551615 4194304 4196468 140728203203024 140324432239312 140324957620123 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5226] ppid=5212 vsize=13977988 memory=14690781839503341 CPUtime=0.09 cores=0,2,4,6
/proc/5215/task/5226/stat : 5226 (java) S 5212 5215 8289 0 -1 1077944384 717 0 0 0 9 0 0 0 20 0 15 0 131980511 14313459712 16055 18446744073709551615 4194304 4196468 140728203203024 140324431185904 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5227] ppid=5212 vsize=13977988 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5215/task/5227/stat : 5227 (java) S 5212 5215 8289 0 -1 1077944384 563 0 0 0 10 0 0 0 20 0 15 0 131980511 14313459712 16055 18446744073709551615 4194304 4196468 140728203203024 140324430133360 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5228] ppid=5212 vsize=13977988 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/5215/task/5228/stat : 5228 (java) R 5212 5215 8289 0 -1 4202560 780 0 0 0 21 0 0 0 20 0 15 0 131980511 14313459712 16055 18446744073709551615 4194304 4196468 140728203203024 140324429078488 140324936557153 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5229] ppid=5212 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5229/stat : 5229 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14313459712 16055 18446744073709551615 4194304 4196468 140728203203024 140324428028512 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5230] ppid=5212 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5230/stat : 5230 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131980517 14313459712 16055 18446744073709551615 4194304 4196468 140728203203024 140324426976048 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 64220 KiB

[startup+1.50069 s]
/proc/loadavg: 1.83 1.98 2.25 3/214 5230
/proc/meminfo: memFree=28693548/32770624 swapFree=67108860/67108860
[pid=5215] ppid=5212 vsize=13980036 memory=146524 CPUtime=3.32 cores=0,2,4,6
/proc/5215/stat : 5215 (java) S 5212 5215 8289 0 -1 1077944320 28581 0 0 0 322 10 0 0 20 0 15 0 131980496 14315556864 36631 18446744073709551615 4194304 4196468 140728203203024 140728203185568 140324957601527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
/proc/5215/statm: 3495009 36631 3760 1 0 3483783 0
[pid=5215/tid=5217] ppid=5212 vsize=13980036 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/5215/task/5217/stat : 5217 (java) R 5212 5215 8289 0 -1 4202560 13437 0 0 0 125 7 0 0 20 0 15 0 131980506 14315556864 36631 18446744073709551615 4194304 4196468 140728203203024 140324961836656 140324590974709 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5218] ppid=5212 vsize=13980036 memory=11137 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5218/stat : 5218 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131980506 14315556864 36631 18446744073709551615 4194304 4196468 140728203203024 140324914567440 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5219] ppid=5212 vsize=13980036 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5219/stat : 5219 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131980506 14315556864 36631 18446744073709551615 4194304 4196468 140728203203024 140324913514896 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5220] ppid=5212 vsize=13980036 memory=14689686622832056 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5220/stat : 5220 (java) S 5212 5215 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 131980506 14315556864 36631 18446744073709551615 4194304 4196468 140728203203024 140324912462352 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5221] ppid=5212 vsize=13980036 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5221/stat : 5221 (java) S 5212 5215 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 131980506 14315556864 36631 18446744073709551615 4194304 4196468 140728203203024 140324911409808 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5222] ppid=5212 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5222/stat : 5222 (java) S 5212 5215 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 131980508 14315556864 36631 18446744073709551615 4194304 4196468 140728203203024 140324503185904 140324957612674 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5223] ppid=5212 vsize=13980036 memory=844 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5223/stat : 5223 (java) S 5212 5215 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 131980508 14315556864 36631 18446744073709551615 4194304 4196468 140728203203024 140324502132128 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5224] ppid=5212 vsize=13980036 memory=18484 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5224/stat : 5224 (java) S 5212 5215 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 131980508 14315556864 36631 18446744073709551615 4194304 4196468 140728203203024 140324433290736 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5225] ppid=5212 vsize=13980036 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5225/stat : 5225 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14315556864 36631 18446744073709551615 4194304 4196468 140728203203024 140324432239312 140324957620123 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5226] ppid=5212 vsize=13980036 memory=1152 CPUtime=0.7 cores=0,2,4,6
/proc/5215/task/5226/stat : 5226 (java) R 5212 5215 8289 0 -1 4202560 4727 0 0 0 69 1 0 0 20 0 15 0 131980511 14315556864 36631 18446744073709551615 4194304 4196468 140728203203024 140324431172448 140324943615836 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5227] ppid=5212 vsize=13980036 memory=7805416885069304689 CPUtime=0.67 cores=0,2,4,6
/proc/5215/task/5227/stat : 5227 (java) R 5212 5215 8289 0 -1 4202560 3138 0 0 0 67 0 0 0 20 0 15 0 131980511 14315556864 36631 18446744073709551615 4194304 4196468 140728203203024 140324430122160 140324941097768 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5228] ppid=5212 vsize=13980036 memory=5865774040327220590 CPUtime=0.59 cores=0,2,4,6
/proc/5215/task/5228/stat : 5228 (java) S 5212 5215 8289 0 -1 1077944384 5893 0 0 0 59 0 0 0 20 0 15 0 131980511 14315556864 36631 18446744073709551615 4194304 4196468 140728203203024 140324429080816 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5229] ppid=5212 vsize=13980036 memory=7451858042341649010 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5229/stat : 5229 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14315556864 36631 18446744073709551615 4194304 4196468 140728203203024 140324428028512 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5230] ppid=5212 vsize=13980036 memory=4640767346415259734 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5230/stat : 5230 (java) S 5212 5215 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 131980517 14315556864 36631 18446744073709551615 4194304 4196468 140728203203024 140324426976048 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
Current children cumulated CPU time: 3.32 s
Current children cumulated vsize: 13980036 KiB

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

/proc/5215/task/5217/stat : 5217 (java) R 5212 5215 8289 0 -1 4202560 31063 0 0 0 231103 17 0 0 20 0 15 0 131980506 14315556864 81475 18446744073709551615 4194304 4196468 140728203203024 140324961840128 140324591268884 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5218] ppid=5212 vsize=13980036 memory=323852 CPUtime=5.37 cores=0,2,4,6
/proc/5215/task/5218/stat : 5218 (java) S 5212 5215 8289 0 -1 1077944384 6471 0 0 0 508 29 0 0 20 0 15 0 131980506 14315556864 81475 18446744073709551615 4194304 4196468 140728203203024 140324914567440 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5219] ppid=5212 vsize=13980036 memory=323852 CPUtime=5.38 cores=0,2,4,6
/proc/5215/task/5219/stat : 5219 (java) S 5212 5215 8289 0 -1 1077944384 8880 0 0 0 505 33 0 0 20 0 15 0 131980506 14315556864 81475 18446744073709551615 4194304 4196468 140728203203024 140324913514896 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5220] ppid=5212 vsize=13980036 memory=323852 CPUtime=5.39 cores=0,2,4,6
/proc/5215/task/5220/stat : 5220 (java) S 5212 5215 8289 0 -1 1077944384 8306 0 0 0 511 28 0 0 20 0 15 0 131980506 14315556864 81475 18446744073709551615 4194304 4196468 140728203203024 140324912462352 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5221] ppid=5212 vsize=13980036 memory=325900 CPUtime=5.42 cores=0,2,4,6
/proc/5215/task/5221/stat : 5221 (java) S 5212 5215 8289 0 -1 1077944384 8154 0 0 0 511 31 0 0 20 0 15 0 131980506 14315556864 81475 18446744073709551615 4194304 4196468 140728203203024 140324911409808 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5222] ppid=5212 vsize=13980036 memory=325900 CPUtime=4.2 cores=0,2,4,6
/proc/5215/task/5222/stat : 5222 (java) S 5212 5215 8289 0 -1 1077944384 7137 0 0 0 389 31 0 0 20 0 15 0 131980508 14315556864 81475 18446744073709551615 4194304 4196468 140728203203024 140324503185904 140324957612674 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5223] ppid=5212 vsize=13980036 memory=325900 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5223/stat : 5223 (java) S 5212 5215 8289 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 131980508 14315556864 81475 18446744073709551615 4194304 4196468 140728203203024 140324502132192 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5224] ppid=5212 vsize=13980036 memory=325900 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5224/stat : 5224 (java) S 5212 5215 8289 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 131980508 14315556864 81475 18446744073709551615 4194304 4196468 140728203203024 140324433290752 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5225] ppid=5212 vsize=13980036 memory=325900 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5225/stat : 5225 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14315556864 81475 18446744073709551615 4194304 4196468 140728203203024 140324432239312 140324957620123 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5226] ppid=5212 vsize=13980036 memory=323852 CPUtime=1.12 cores=0,2,4,6
/proc/5215/task/5226/stat : 5226 (java) S 5212 5215 8289 0 -1 1077944384 7307 0 0 0 110 2 0 0 20 0 15 0 131980511 14315556864 81475 18446744073709551615 4194304 4196468 140728203203024 140324431185904 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5227] ppid=5212 vsize=13980036 memory=7680170660397595203 CPUtime=1.08 cores=0,2,4,6
/proc/5215/task/5227/stat : 5227 (java) S 5212 5215 8289 0 -1 1077944384 4322 0 0 0 107 1 0 0 20 0 15 0 131980511 14315556864 81475 18446744073709551615 4194304 4196468 140728203203024 140324430133360 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5228] ppid=5212 vsize=13980036 memory=325900 CPUtime=0.66 cores=0,2,4,6
/proc/5215/task/5228/stat : 5228 (java) S 5212 5215 8289 0 -1 1077944384 8128 0 0 0 65 1 0 0 20 0 15 0 131980511 14315556864 81475 18446744073709551615 4194304 4196468 140728203203024 140324429080816 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5229] ppid=5212 vsize=13980036 memory=325900 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5229/stat : 5229 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14315556864 81475 18446744073709551615 4194304 4196468 140728203203024 140324428028512 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5230] ppid=5212 vsize=13980036 memory=302022891367825718 CPUtime=1.17 cores=0,2,4,6
/proc/5215/task/5230/stat : 5230 (java) S 5212 5215 8289 0 -1 1077944384 938 0 0 0 62 55 0 0 20 0 15 0 131980517 14315556864 81475 18446744073709551615 4194304 4196468 140728203203024 140324426976048 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
Current children cumulated CPU time: 2341.06 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 325900 KiB

[startup+2382.3 s]
/proc/loadavg: 1.63 1.76 1.69 3/215 5960
/proc/meminfo: memFree=24695964/32770624 swapFree=67108860/67108860
[pid=5215] ppid=5212 vsize=13980036 memory=329996 CPUtime=2401.56 cores=0,2,4,6
/proc/5215/stat : 5215 (java) S 5212 5215 8289 0 -1 1077944320 93379 0 0 0 239960 196 0 0 20 0 15 0 131980496 14315556864 82499 18446744073709551615 4194304 4196468 140728203203024 140728203185568 140324957601527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
/proc/5215/statm: 3495009 82499 3789 1 0 3483783 0
[pid=5215/tid=5217] ppid=5212 vsize=13980036 memory=327948 CPUtime=2370.88 cores=0,2,4,6
/proc/5215/task/5217/stat : 5217 (java) R 5212 5215 8289 0 -1 4202560 31554 0 0 0 237071 17 0 0 20 0 15 0 131980506 14315556864 82499 18446744073709551615 4194304 4196468 140728203203024 140324961840032 140324591233136 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5218] ppid=5212 vsize=13980036 memory=1200 CPUtime=5.54 cores=0,2,4,6
/proc/5215/task/5218/stat : 5218 (java) S 5212 5215 8289 0 -1 1077944384 6570 0 0 0 524 30 0 0 20 0 15 0 131980506 14315556864 82499 18446744073709551615 4194304 4196468 140728203203024 140324914567440 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5219] ppid=5212 vsize=13980036 memory=329996 CPUtime=5.55 cores=0,2,4,6
/proc/5215/task/5219/stat : 5219 (java) S 5212 5215 8289 0 -1 1077944384 9040 0 0 0 521 34 0 0 20 0 15 0 131980506 14315556864 82499 18446744073709551615 4194304 4196468 140728203203024 140324913514896 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5220] ppid=5212 vsize=13980036 memory=327948 CPUtime=5.55 cores=0,2,4,6
/proc/5215/task/5220/stat : 5220 (java) S 5212 5215 8289 0 -1 1077944384 8561 0 0 0 527 28 0 0 20 0 15 0 131980506 14315556864 82499 18446744073709551615 4194304 4196468 140728203203024 140324912462352 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5221] ppid=5212 vsize=13980036 memory=325900 CPUtime=5.59 cores=0,2,4,6
/proc/5215/task/5221/stat : 5221 (java) S 5212 5215 8289 0 -1 1077944384 8180 0 0 0 527 32 0 0 20 0 15 0 131980506 14315556864 82499 18446744073709551615 4194304 4196468 140728203203024 140324911409808 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5222] ppid=5212 vsize=13980036 memory=327948 CPUtime=4.31 cores=0,2,4,6
/proc/5215/task/5222/stat : 5222 (java) S 5212 5215 8289 0 -1 1077944384 7313 0 0 0 399 32 0 0 20 0 15 0 131980508 14315556864 82499 18446744073709551615 4194304 4196468 140728203203024 140324503185904 140324957612674 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5223] ppid=5212 vsize=13980036 memory=329996 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5223/stat : 5223 (java) S 5212 5215 8289 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 131980508 14315556864 82499 18446744073709551615 4194304 4196468 140728203203024 140324502132192 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5224] ppid=5212 vsize=13980036 memory=329996 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5224/stat : 5224 (java) S 5212 5215 8289 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 131980508 14315556864 82499 18446744073709551615 4194304 4196468 140728203203024 140324433290752 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5225] ppid=5212 vsize=13980036 memory=329996 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5225/stat : 5225 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14315556864 82499 18446744073709551615 4194304 4196468 140728203203024 140324432239312 140324957620123 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5226] ppid=5212 vsize=13980036 memory=0 CPUtime=1.12 cores=0,2,4,6
/proc/5215/task/5226/stat : 5226 (java) S 5212 5215 8289 0 -1 1077944384 7309 0 0 0 110 2 0 0 20 0 15 0 131980511 14315556864 82499 18446744073709551615 4194304 4196468 140728203203024 140324431185904 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5227] ppid=5212 vsize=13980036 memory=329996 CPUtime=1.08 cores=0,2,4,6
/proc/5215/task/5227/stat : 5227 (java) S 5212 5215 8289 0 -1 1077944384 4324 0 0 0 107 1 0 0 20 0 15 0 131980511 14315556864 82499 18446744073709551615 4194304 4196468 140728203203024 140324430133360 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5228] ppid=5212 vsize=13980036 memory=329996 CPUtime=0.66 cores=0,2,4,6
/proc/5215/task/5228/stat : 5228 (java) S 5212 5215 8289 0 -1 1077944384 8130 0 0 0 65 1 0 0 20 0 15 0 131980511 14315556864 82499 18446744073709551615 4194304 4196468 140728203203024 140324429080816 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5229] ppid=5212 vsize=13980036 memory=329996 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5229/stat : 5229 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14315556864 82499 18446744073709551615 4194304 4196468 140728203203024 140324428028512 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5230] ppid=5212 vsize=13980036 memory=640 CPUtime=1.19 cores=0,2,4,6
/proc/5215/task/5230/stat : 5230 (java) S 5212 5215 8289 0 -1 1077944384 953 0 0 0 63 56 0 0 20 0 15 0 131980517 14315556864 82499 18446744073709551615 4194304 4196468 140728203203024 140324426976048 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
Current children cumulated CPU time: 2401.56 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 329996 KiB

[startup+2442.3 s]
/proc/loadavg: 1.76 1.78 1.70 3/212 5961
/proc/meminfo: memFree=24691720/32770624 swapFree=67108860/67108860
[pid=5215] ppid=5212 vsize=13980036 memory=334092 CPUtime=2462.03 cores=0,2,4,6
/proc/5215/stat : 5215 (java) S 5212 5215 8289 0 -1 1077944320 94596 0 0 0 246002 201 0 0 20 0 15 0 131980496 14315556864 83523 18446744073709551615 4194304 4196468 140728203203024 140728203185568 140324957601527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
/proc/5215/statm: 3495009 83523 3789 1 0 3483783 0
[pid=5215/tid=5217] ppid=5212 vsize=13980036 memory=332044 CPUtime=2430.55 cores=0,2,4,6
/proc/5215/task/5217/stat : 5217 (java) R 5212 5215 8289 0 -1 4202560 32037 0 0 0 243038 17 0 0 20 0 15 0 131980506 14315556864 83523 18446744073709551615 4194304 4196468 140728203203024 140324961840032 140324591366602 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5218] ppid=5212 vsize=13980036 memory=334092 CPUtime=5.7 cores=0,2,4,6
/proc/5215/task/5218/stat : 5218 (java) S 5212 5215 8289 0 -1 1077944384 6590 0 0 0 539 31 0 0 20 0 15 0 131980506 14315556864 83523 18446744073709551615 4194304 4196468 140728203203024 140324914567440 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5219] ppid=5212 vsize=13980036 memory=332044 CPUtime=5.71 cores=0,2,4,6
/proc/5215/task/5219/stat : 5219 (java) S 5212 5215 8289 0 -1 1077944384 9098 0 0 0 536 35 0 0 20 0 15 0 131980506 14315556864 83523 18446744073709551615 4194304 4196468 140728203203024 140324913514896 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5220] ppid=5212 vsize=13980036 memory=332044 CPUtime=5.71 cores=0,2,4,6
/proc/5215/task/5220/stat : 5220 (java) S 5212 5215 8289 0 -1 1077944384 8735 0 0 0 542 29 0 0 20 0 15 0 131980506 14315556864 83523 18446744073709551615 4194304 4196468 140728203203024 140324912462352 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5221] ppid=5212 vsize=13980036 memory=332044 CPUtime=5.76 cores=0,2,4,6
/proc/5215/task/5221/stat : 5221 (java) S 5212 5215 8289 0 -1 1077944384 8466 0 0 0 543 33 0 0 20 0 15 0 131980506 14315556864 83523 18446744073709551615 4194304 4196468 140728203203024 140324911409808 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5222] ppid=5212 vsize=13980036 memory=334092 CPUtime=4.42 cores=0,2,4,6
/proc/5215/task/5222/stat : 5222 (java) S 5212 5215 8289 0 -1 1077944384 7495 0 0 0 409 33 0 0 20 0 15 0 131980508 14315556864 83523 18446744073709551615 4194304 4196468 140728203203024 140324503185904 140324957612674 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5223] ppid=5212 vsize=13980036 memory=334092 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5223/stat : 5223 (java) S 5212 5215 8289 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 131980508 14315556864 83523 18446744073709551615 4194304 4196468 140728203203024 140324502132192 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5224] ppid=5212 vsize=13980036 memory=334092 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5224/stat : 5224 (java) S 5212 5215 8289 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 131980508 14315556864 83523 18446744073709551615 4194304 4196468 140728203203024 140324433290752 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5225] ppid=5212 vsize=13980036 memory=334092 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5225/stat : 5225 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14315556864 83523 18446744073709551615 4194304 4196468 140728203203024 140324432239312 140324957620123 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5226] ppid=5212 vsize=13980036 memory=0 CPUtime=1.12 cores=0,2,4,6
/proc/5215/task/5226/stat : 5226 (java) S 5212 5215 8289 0 -1 1077944384 7311 0 0 0 110 2 0 0 20 0 15 0 131980511 14315556864 83523 18446744073709551615 4194304 4196468 140728203203024 140324431185904 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5227] ppid=5212 vsize=13980036 memory=332044 CPUtime=1.08 cores=0,2,4,6
/proc/5215/task/5227/stat : 5227 (java) S 5212 5215 8289 0 -1 1077944384 4326 0 0 0 107 1 0 0 20 0 15 0 131980511 14315556864 83523 18446744073709551615 4194304 4196468 140728203203024 140324430133360 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5228] ppid=5212 vsize=13980036 memory=334092 CPUtime=0.66 cores=0,2,4,6
/proc/5215/task/5228/stat : 5228 (java) S 5212 5215 8289 0 -1 1077944384 8132 0 0 0 65 1 0 0 20 0 15 0 131980511 14315556864 83523 18446744073709551615 4194304 4196468 140728203203024 140324429080816 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5229] ppid=5212 vsize=13980036 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5229/stat : 5229 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14315556864 83523 18446744073709551615 4194304 4196468 140728203203024 140324428028512 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5230] ppid=5212 vsize=13980036 memory=334092 CPUtime=1.23 cores=0,2,4,6
/proc/5215/task/5230/stat : 5230 (java) S 5212 5215 8289 0 -1 1077944384 961 0 0 0 65 58 0 0 20 0 15 0 131980517 14315556864 83523 18446744073709551615 4194304 4196468 140728203203024 140324426976048 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
Current children cumulated CPU time: 2462.03 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 334092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.8 s]
/proc/loadavg: 1.65 1.76 1.69 3/212 5964
/proc/meminfo: memFree=24687664/32770624 swapFree=67108860/67108860
[pid=5215] ppid=5212 vsize=13980036 memory=338188 CPUtime=2520.02 cores=0,2,4,6
/proc/5215/stat : 5215 (java) S 5212 5215 8289 0 -1 1077944320 95851 0 0 0 251796 206 0 0 20 0 15 0 131980496 14315556864 84547 18446744073709551615 4194304 4196468 140728203203024 140728203185568 140324957601527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
/proc/5215/statm: 3495009 84547 3789 1 0 3483783 0
[pid=5215/tid=5217] ppid=5212 vsize=13980036 memory=1228 CPUtime=2487.76 cores=0,2,4,6
/proc/5215/task/5217/stat : 5217 (java) R 5212 5215 8289 0 -1 4202560 32522 0 0 0 248758 18 0 0 20 0 15 0 131980506 14315556864 84547 18446744073709551615 4194304 4196468 140728203203024 140324961840064 140324590859800 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5218] ppid=5212 vsize=13980036 memory=14356 CPUtime=5.86 cores=0,2,4,6
/proc/5215/task/5218/stat : 5218 (java) S 5212 5215 8289 0 -1 1077944384 6871 0 0 0 554 32 0 0 20 0 15 0 131980506 14315556864 84547 18446744073709551615 4194304 4196468 140728203203024 140324914567440 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5219] ppid=5212 vsize=13980036 memory=1008 CPUtime=5.87 cores=0,2,4,6
/proc/5215/task/5219/stat : 5219 (java) S 5212 5215 8289 0 -1 1077944384 9122 0 0 0 552 35 0 0 20 0 15 0 131980506 14315556864 84547 18446744073709551615 4194304 4196468 140728203203024 140324913514896 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5220] ppid=5212 vsize=13980036 memory=2012 CPUtime=5.87 cores=0,2,4,6
/proc/5215/task/5220/stat : 5220 (java) S 5212 5215 8289 0 -1 1077944384 8968 0 0 0 557 30 0 0 20 0 15 0 131980506 14315556864 84547 18446744073709551615 4194304 4196468 140728203203024 140324912462352 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5221] ppid=5212 vsize=13980036 memory=11164 CPUtime=5.93 cores=0,2,4,6
/proc/5215/task/5221/stat : 5221 (java) S 5212 5215 8289 0 -1 1077944384 8500 0 0 0 559 34 0 0 20 0 15 0 131980506 14315556864 84547 18446744073709551615 4194304 4196468 140728203203024 140324911409808 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5222] ppid=5212 vsize=13980036 memory=5788 CPUtime=4.53 cores=0,2,4,6
/proc/5215/task/5222/stat : 5222 (java) S 5212 5215 8289 0 -1 1077944384 7672 0 0 0 419 34 0 0 20 0 15 0 131980508 14315556864 84547 18446744073709551615 4194304 4196468 140728203203024 140324503185904 140324957612674 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5223] ppid=5212 vsize=13980036 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5223/stat : 5223 (java) S 5212 5215 8289 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 131980508 14315556864 84547 18446744073709551615 4194304 4196468 140728203203024 140324502132192 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5224] ppid=5212 vsize=13980036 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5224/stat : 5224 (java) S 5212 5215 8289 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 131980508 14315556864 84547 18446744073709551615 4194304 4196468 140728203203024 140324433290752 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5225] ppid=5212 vsize=13980036 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5225/stat : 5225 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14315556864 84547 18446744073709551615 4194304 4196468 140728203203024 140324432239312 140324957620123 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5226] ppid=5212 vsize=13980036 memory=15880 CPUtime=1.12 cores=0,2,4,6
/proc/5215/task/5226/stat : 5226 (java) S 5212 5215 8289 0 -1 1077944384 7313 0 0 0 110 2 0 0 20 0 15 0 131980511 14315556864 84547 18446744073709551615 4194304 4196468 140728203203024 140324431185904 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5227] ppid=5212 vsize=13980036 memory=4040 CPUtime=1.08 cores=0,2,4,6
/proc/5215/task/5227/stat : 5227 (java) S 5212 5215 8289 0 -1 1077944384 4328 0 0 0 107 1 0 0 20 0 15 0 131980511 14315556864 84547 18446744073709551615 4194304 4196468 140728203203024 140324430133360 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5228] ppid=5212 vsize=13980036 memory=39296 CPUtime=0.66 cores=0,2,4,6
/proc/5215/task/5228/stat : 5228 (java) S 5212 5215 8289 0 -1 1077944384 8134 0 0 0 65 1 0 0 20 0 15 0 131980511 14315556864 84547 18446744073709551615 4194304 4196468 140728203203024 140324429080816 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5229] ppid=5212 vsize=13980036 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/5215/task/5229/stat : 5229 (java) S 5212 5215 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 131980511 14315556864 84547 18446744073709551615 4194304 4196468 140728203203024 140324428028512 140324957611733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
[pid=5215/tid=5230] ppid=5212 vsize=13980036 memory=640 CPUtime=1.26 cores=0,2,4,6
/proc/5215/task/5230/stat : 5230 (java) S 5212 5215 8289 0 -1 1077944384 976 0 0 0 67 59 0 0 20 0 15 0 131980517 14315556864 84547 18446744073709551615 4194304 4196468 140728203203024 140324426976048 140324957612674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11644928 140728203211118 140728203211305 140728203211305 140728203214799 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 338188 KiB

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

[startup+2499.81 s]
# the end of solver process 5215 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.98 s, system=2.06356 s

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

Child status: 143
Real time (s): 2499.81
CPU time (s): 2520.04
CPU user time (s): 2517.98
CPU system time (s): 2.06356
CPU usage (%): 100.809
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 338188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.98
system time used= 2.06356
maximum resident set size= 338744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96095
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 180348
involuntary context switches= 6330


# summary of solver processes directly reported to runsolver:
#   pid: 5215
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2517.98
#   total CPU system time (s): 2.06356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1762 second user time and 22.9328 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-16 01:46:45
IDJOB=4274102
IDBENCH=138783
IDSOLVER=2666
FILE ID=node133/4274102-1502841653
RUNJOBID= node133-1502652501-6258
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0050-m1.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274102-1502841653/watcher-4274102-1502841653 -o /tmp/evaluation-result-4274102-1502841653/solver-4274102-1502841653 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6258 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1243710717 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274102-1502841653.xml

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

MD5SUM BENCH= 92365aeced42a91cd8bf53135301f3e3
RANDOM SEED=1243710717

node133.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.17
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.17
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.17
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.17
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:        28783220 kB
MemAvailable:   29583004 kB
Buffers:          279720 kB
Cached:           820516 kB
SwapCached:            0 kB
Active:          3244844 kB
Inactive:         283788 kB
Active(anon):    2369196 kB
Inactive(anon):   108952 kB
Active(file):     875648 kB
Inactive(file):   174836 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41964 kB
Writeback:             4 kB
AnonPages:       2428328 kB
Mapped:            76564 kB
Shmem:             49852 kB
Slab:             158088 kB
SReclaimable:     130268 kB
SUnreclaim:        27820 kB
KernelStack:        3488 kB
PageTables:         9812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3325364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2301952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61948 MiB
End job on node133 at 2017-08-16 02:28:25