Trace number 4256199

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26? (TO) 254.55901 240.02299

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-18.xml
MD5SUMc676f6660bfbd7761e9ca0de91c4f968
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables391
Number of constraints390
Number of domains2
Minimum domain size2
Maximum domain size324
Distribution of domain sizes[{"size":2,"count":66},{"size":324,"count":325}]
Minimum variable degree2
Maximum variable degree66
Distribution of variable degrees[{"degree":2,"count":68},{"degree":3,"count":256},{"degree":4,"count":66},{"degree":66,"count":1}]
Minimum constraint arity2
Maximum constraint arity324
Distribution of constraint arities[{"arity":2,"count":323},{"arity":3,"count":66},{"arity":324,"count":1}]
Number of extensional constraints0
Number of intensional constraints389
Distribution of constraint types[{"type":"intension","count":389},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.25/0.47	c version: 2017-07-26
0.25/0.47	c seed: 603524129
0.25/0.47	c timeout: 264
0.25/0.47	c memlimit: 11000
0.25/0.47	c nbcore: 4
0.25/0.49	c Parsing instance...
42.10/32.51	c Parsing done, starting search...
254.52/240.00	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4256199-1501637370/watcher-4256199-1501637370 -o /tmp/evaluation-result-4256199-1501637370/solver-4256199-1501637370 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node130-1501623088-15580 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 603524129 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256199-1501637370.xml 

pid=28353
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.97 1.65 1.62 3/195 28356
/proc/meminfo: memFree=27388924/32770624 swapFree=0/213028
[pid=28356] ppid=28353 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28356/stat : 28356 (runsolver) D 28353 28356 5123 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 12353961 24240128 106 18446744073709551615 4194304 4338465 140735916230288 140735916227928 140660604412631 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 21041152 140735916232807 140735916233286 140735916233286 140735916236746 0
/proc/28356/statm: 5918 106 53 36 0 2156 0

[startup+0.100161 s]
/proc/loadavg: 1.97 1.65 1.62 3/195 28356
/proc/meminfo: memFree=27388924/32770624 swapFree=0/213028
[pid=28356] ppid=28353 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28356/stat : 28356 (runsolver) D 28353 28356 5123 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 12353961 24240128 106 18446744073709551615 4194304 4338465 140735916230288 140735916227928 140660604412631 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 21041152 140735916232807 140735916233286 140735916233286 140735916236746 0
/proc/28356/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200261 s]
/proc/loadavg: 1.97 1.65 1.62 3/195 28356
/proc/meminfo: memFree=27388924/32770624 swapFree=0/213028
[pid=28356] ppid=28353 vsize=13440536 CPUtime=0.01 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 5123 0 -1 1077944320 3704 0 0 0 1 0 0 0 20 0 7 0 12353961 13763108864 4402 18446744073709551615 4194304 4196468 140728916370688 140728916353232 140192064138999 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 17 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
/proc/28356/statm: 3360134 4402 2033 1 0 3349639 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13440536

[startup+0.301063 s]
/proc/loadavg: 1.97 1.65 1.62 3/195 28356
/proc/meminfo: memFree=27388924/32770624 swapFree=0/213028
[pid=28356] ppid=28353 vsize=13975920 CPUtime=0.09 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 5123 0 -1 1077944320 6730 0 0 0 8 1 0 0 20 0 15 0 12353961 14311342080 7415 18446744073709551615 4194304 4196468 140728916370688 140728916353232 140192064138999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 17 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
/proc/28356/statm: 3493980 7415 3357 1 0 3482767 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13975920

[startup+0.700203 s]
/proc/loadavg: 1.97 1.65 1.62 3/195 28356
/proc/meminfo: memFree=27388924/32770624 swapFree=0/213028
[pid=28356] ppid=28353 vsize=13977988 CPUtime=0.79 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 5123 0 -1 1077944320 13423 0 0 0 74 5 0 0 20 0 15 0 12353961 14313459712 15104 18446744073709551615 4194304 4196468 140728916370688 140728916353232 140192064138999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 17 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
/proc/28356/statm: 3494497 15104 3704 1 0 3483279 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 13977988

[startup+1.5006 s]
/proc/loadavg: 1.97 1.65 1.62 3/210 28371
/proc/meminfo: memFree=27327732/32770624 swapFree=0/213048
[pid=28356] ppid=28353 vsize=13977988 CPUtime=2.08 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 5123 0 -1 1077944320 17359 0 0 0 203 5 0 0 20 0 15 0 12353961 14313459712 19349 18446744073709551615 4194304 4196468 140728916370688 140728916353232 140192064138999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 17 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
/proc/28356/statm: 3494497 19349 3741 1 0 3483279 0
[pid=28356/tid=28358] ppid=28353 vsize=13977988 CPUtime=1.26 cores=1,3,5,7
/proc/28356/task/28358/stat : 28358 (java) R 28353 28356 5123 0 -1 4202560 11503 0 0 0 123 3 0 0 20 0 15 0 12353979 14313459712 19349 18446744073709551615 4194304 4196468 140728916370688 140192068370880 140191707605447 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28359] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28359/stat : 28359 (java) S 28353 28356 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12353979 14313459712 19349 18446744073709551615 4194304 4196468 140728916370688 140192029420176 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28360] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28360/stat : 28360 (java) S 28353 28356 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12353979 14313459712 19349 18446744073709551615 4194304 4196468 140728916370688 140191662869008 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28361] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28361/stat : 28361 (java) S 28353 28356 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12353979 14313459712 19349 18446744073709551615 4194304 4196468 140728916370688 140191661816208 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28362] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28362/stat : 28362 (java) S 28353 28356 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12353979 14313459712 19349 18446744073709551615 4194304 4196468 140728916370688 140191660763408 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28363] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28363/stat : 28363 (java) S 28353 28356 5123 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12353981 14313459712 19349 18446744073709551615 4194304 4196468 140728916370688 140191543004016 140192064150146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28364] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28364/stat : 28364 (java) S 28353 28356 5123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12353981 14313459712 19349 18446744073709551615 4194304 4196468 140728916370688 140191541949984 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28365] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28365/stat : 28365 (java) S 28353 28356 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12353982 14313459712 19349 18446744073709551615 4194304 4196468 140728916370688 140191540897136 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28366] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28366/stat : 28366 (java) S 28353 28356 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12353984 14313459712 19349 18446744073709551615 4194304 4196468 140728916370688 140191539845456 140192064157595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28367] ppid=28353 vsize=13977988 CPUtime=0.24 cores=1,3,5,7
/proc/28356/task/28367/stat : 28367 (java) S 28353 28356 5123 0 -1 1077944384 1409 0 0 0 24 0 0 0 20 0 15 0 12353984 14313459712 19349 18446744073709551615 4194304 4196468 140728916370688 140191538792816 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28368] ppid=28353 vsize=13977988 CPUtime=0.26 cores=1,3,5,7
/proc/28356/task/28368/stat : 28368 (java) S 28353 28356 5123 0 -1 1077944384 1310 0 0 0 26 0 0 0 20 0 15 0 12353984 14313459712 19349 18446744073709551615 4194304 4196468 140728916370688 140191537740016 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28369] ppid=28353 vsize=13977988 CPUtime=0.28 cores=1,3,5,7
/proc/28356/task/28369/stat : 28369 (java) S 28353 28356 5123 0 -1 1077944384 1749 0 0 0 28 0 0 0 20 0 15 0 12353984 14313459712 19349 18446744073709551615 4194304 4196468 140728916370688 140191536687216 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28370] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28370/stat : 28370 (java) S 28353 28356 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12353984 14313459712 19349 18446744073709551615 4194304 4196468 140728916370688 140191535634656 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28371] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28371/stat : 28371 (java) S 28353 28356 5123 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 12353989 14313459712 19349 18446744073709551615 4194304 4196468 140728916370688 140191534582960 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 13977988

[startup+3.10059 s]
/proc/loadavg: 1.97 1.65 1.62 3/210 28371
/proc/meminfo: memFree=27321036/32770624 swapFree=0/213048
[pid=28356] ppid=28353 vsize=13977988 CPUtime=3.79 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 5123 0 -1 1077944320 19193 0 0 0 374 5 0 0 20 0 15 0 12353961 14313459712 21610 18446744073709551615 4194304 4196468 140728916370688 140728916353232 140192064138999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 17 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
/proc/28356/statm: 3494497 21610 3742 1 0 3483279 0
[pid=28356/tid=28358] ppid=28353 vsize=13977988 CPUtime=2.86 cores=1,3,5,7
/proc/28356/task/28358/stat : 28358 (java) R 28353 28356 5123 0 -1 4202560 11705 0 0 0 283 3 0 0 20 0 15 0 12353979 14313459712 21610 18446744073709551615 4194304 4196468 140728916370688 140192068368104 140191707605557 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28359] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28359/stat : 28359 (java) S 28353 28356 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12353979 14313459712 21610 18446744073709551615 4194304 4196468 140728916370688 140192029420176 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28360] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28360/stat : 28360 (java) S 28353 28356 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12353979 14313459712 21610 18446744073709551615 4194304 4196468 140728916370688 140191662869008 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28361] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28361/stat : 28361 (java) S 28353 28356 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12353979 14313459712 21610 18446744073709551615 4194304 4196468 140728916370688 140191661816208 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28362] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28362/stat : 28362 (java) S 28353 28356 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12353979 14313459712 21610 18446744073709551615 4194304 4196468 140728916370688 140191660763408 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28363] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28363/stat : 28363 (java) S 28353 28356 5123 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 12353981 14313459712 21610 18446744073709551615 4194304 4196468 140728916370688 140191543004016 140192064150146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28364] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28364/stat : 28364 (java) S 28353 28356 5123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12353981 14313459712 21610 18446744073709551615 4194304 4196468 140728916370688 140191541949984 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28365] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28365/stat : 28365 (java) S 28353 28356 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12353982 14313459712 21610 18446744073709551615 4194304 4196468 140728916370688 140191540897136 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28366] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28366/stat : 28366 (java) S 28353 28356 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12353984 14313459712 21610 18446744073709551615 4194304 4196468 140728916370688 140191539845456 140192064157595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28367] ppid=28353 vsize=13977988 CPUtime=0.29 cores=1,3,5,7
/proc/28356/task/28367/stat : 28367 (java) S 28353 28356 5123 0 -1 1077944384 1764 0 0 0 29 0 0 0 20 0 15 0 12353984 14313459712 21610 18446744073709551615 4194304 4196468 140728916370688 140191538792816 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28368] ppid=28353 vsize=13977988 CPUtime=0.27 cores=1,3,5,7
/proc/28356/task/28368/stat : 28368 (java) S 28353 28356 5123 0 -1 1077944384 1320 0 0 0 27 0 0 0 20 0 15 0 12353984 14313459712 21610 18446744073709551615 4194304 4196468 140728916370688 140191537740016 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28369] ppid=28353 vsize=13977988 CPUtime=0.33 cores=1,3,5,7
/proc/28356/task/28369/stat : 28369 (java) S 28353 28356 5123 0 -1 1077944384 2970 0 0 0 33 0 0 0 20 0 15 0 12353984 14313459712 21610 18446744073709551615 4194304 4196468 140728916370688 140191536687216 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28370] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28370/stat : 28370 (java) S 28353 28356 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12353984 14313459712 21610 18446744073709551615 4194304 4196468 140728916370688 140191535634656 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28371] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28371/stat : 28371 (java) S 28353 28356 5123 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 12353989 14313459712 21610 18446744073709551615 4194304 4196468 140728916370688 140191534582960 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 13977988

[startup+6.30058 s]
/proc/loadavg: 1.97 1.66 1.62 3/210 28371
/proc/meminfo: memFree=27305284/32770624 swapFree=0/213060
[pid=28356] ppid=28353 vsize=13977988 CPUtime=7.14 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 5123 0 -1 1077944320 21741 0 0 0 708 6 0 0 20 0 15 0 12353961 14313459712 25298 18446744073709551615 4194304 4196468 140728916370688 140728916353232 140192064138999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 17 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
/proc/28356/statm: 3494497 25298 3752 1 0 3483279 0
[pid=28356/tid=28358] ppid=28353 vsize=13977988 CPUtime=6.06 cores=1,3,5,7
/proc/28356/task/28358/stat : 28358 (java) R 28353 28356 5123 0 -1 4202560 12710 0 0 0 603 3 0 0 20 0 15 0 12353979 14313459712 25298 18446744073709551615 4194304 4196468 140728916370688 140192068373376 140191707801236 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28359] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28359/stat : 28359 (java) S 28353 28356 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12353979 14313459712 25298 18446744073709551615 4194304 4196468 140728916370688 140192029420176 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28360] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28360/stat : 28360 (java) S 28353 28356 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12353979 14313459712 25298 18446744073709551615 4194304 4196468 140728916370688 140191662869008 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28361] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28361/stat : 28361 (java) S 28353 28356 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12353979 14313459712 25298 18446744073709551615 4194304 4196468 140728916370688 140191661816208 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28362] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28362/stat : 28362 (java) S 28353 28356 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12353979 14313459712 25298 18446744073709551615 4194304 4196468 140728916370688 140191660763408 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28363] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28363/stat : 28363 (java) S 28353 28356 5123 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 12353981 14313459712 25298 18446744073709551615 4194304 4196468 140728916370688 140191543004016 140192064150146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28364] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28364/stat : 28364 (java) S 28353 28356 5123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12353981 14313459712 25298 18446744073709551615 4194304 4196468 140728916370688 140191541949984 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28365] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28365/stat : 28365 (java) S 28353 28356 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12353982 14313459712 25298 18446744073709551615 4194304 4196468 140728916370688 140191540897136 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28366] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28366/stat : 28366 (java) S 28353 28356 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12353984 14313459712 25298 18446744073709551615 4194304 4196468 140728916370688 140191539845456 140192064157595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28367] ppid=28353 vsize=13977988 CPUtime=0.34 cores=1,3,5,7
/proc/28356/task/28367/stat : 28367 (java) S 28353 28356 5123 0 -1 1077944384 1873 0 0 0 34 0 0 0 20 0 15 0 12353984 14313459712 25298 18446744073709551615 4194304 4196468 140728916370688 140191538792816 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28368] ppid=28353 vsize=13977988 CPUtime=0.34 cores=1,3,5,7
/proc/28356/task/28368/stat : 28368 (java) S 28353 28356 5123 0 -1 1077944384 1871 0 0 0 34 0 0 0 20 0 15 0 12353984 14313459712 25298 18446744073709551615 4194304 4196468 140728916370688 140191537740016 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28369] ppid=28353 vsize=13977988 CPUtime=0.35 cores=1,3,5,7
/proc/28356/task/28369/stat : 28369 (java) S 28353 28356 5123 0 -1 1077944384 3337 0 0 0 35 0 0 0 20 0 15 0 12353984 14313459712 25298 18446744073709551615 4194304 4196468 140728916370688 140191536687216 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28370] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28370/stat : 28370 (java) S 28353 28356 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12353984 14313459712 25298 18446744073709551615 4194304 4196468 140728916370688 140191535634656 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28371] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28371/stat : 28371 (java) S 28353 28356 5123 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 12353989 14313459712 25298 18446744073709551615 4194304 4196468 140728916370688 140191534582960 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 13977988

[startup+12.7006 s]
/proc/loadavg: 1.97 1.66 1.62 3/210 28371
/proc/meminfo: memFree=27265612/32770624 swapFree=0/213064
[pid=28356] ppid=28353 vsize=13977988 CPUtime=14.05 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 5123 0 -1 1077944320 28252 0 0 0 1398 7 0 0 20 0 15 0 12353961 14313459712 34658 18446744073709551615 4194304 4196468 140728916370688 140728916353232 140192064138999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 17 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
/proc/28356/statm: 3494497 34658 3761 1 0 3483279 0
[pid=28356/tid=28358] ppid=28353 vsize=13977988 CPUtime=12.47 cores=1,3,5,7
/proc/28356/task/28358/stat : 28358 (java) R 28353 28356 5123 0 -1 4202560 13750 0 0 0 1243 4 0 0 20 0 15 0 12353979 14313459712 34658 18446744073709551615 4194304 4196468 140728916370688 140192068373160 140191705497734 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28359] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28359/stat : 28359 (java) S 28353 28356 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12353979 14313459712 34658 18446744073709551615 4194304 4196468 140728916370688 140192029420176 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28360] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28360/stat : 28360 (java) S 28353 28356 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12353979 14313459712 34658 18446744073709551615 4194304 4196468 140728916370688 140191662869008 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28361] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28361/stat : 28361 (java) S 28353 28356 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12353979 14313459712 34658 18446744073709551615 4194304 4196468 140728916370688 140191661816208 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28362] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28362/stat : 28362 (java) S 28353 28356 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12353979 14313459712 34658 18446744073709551615 4194304 4196468 140728916370688 140191660763408 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28363] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28363/stat : 28363 (java) S 28353 28356 5123 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 15 0 12353981 14313459712 34658 18446744073709551615 4194304 4196468 140728916370688 140191543004016 140192064150146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28364] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28364/stat : 28364 (java) S 28353 28356 5123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12353981 14313459712 34658 18446744073709551615 4194304 4196468 140728916370688 140191541949984 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28365] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28365/stat : 28365 (java) S 28353 28356 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12353982 14313459712 34658 18446744073709551615 4194304 4196468 140728916370688 140191540897136 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28366] ppid=28353 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28366/stat : 28366 (java) S 28353 28356 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12353984 14313459712 34658 18446744073709551615 4194304 4196468 140728916370688 140191539845456 140192064157595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0

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

/proc/28356/task/28370/stat : 28370 (java) S 28353 28356 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12353984 14317654016 625306 18446744073709551615 4194304 4196468 140728916370688 140191535634656 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28371] ppid=28353 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/28356/task/28371/stat : 28371 (java) S 28353 28356 5123 0 -1 1077944384 608 0 0 0 1 0 0 0 20 0 15 0 12353989 14317654016 625306 18446744073709551615 4194304 4196468 140728916370688 140191534582960 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
Current children cumulated CPU time (s) 63.5
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 2.26 1.83 1.69 3/210 28374
/proc/meminfo: memFree=24613768/32770624 swapFree=0/213124
[pid=28356] ppid=28353 vsize=13982084 CPUtime=115.59 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 5123 0 -1 1077944320 59441 0 0 0 11287 272 0 0 20 0 15 0 12353961 14317654016 695370 18446744073709551615 4194304 4196468 140728916370688 140728916353232 140192064138999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 17 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
/proc/28356/statm: 3495521 695370 3811 1 0 3484303 0
[pid=28356/tid=28358] ppid=28353 vsize=13982084 CPUtime=97.66 cores=1,3,5,7
/proc/28356/task/28358/stat : 28358 (java) R 28353 28356 5123 0 -1 4202560 20882 0 0 0 9758 8 0 0 20 0 15 0 12353979 14317654016 695370 18446744073709551615 4194304 4196468 140728916370688 140192068377520 140191712838647 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28359] ppid=28353 vsize=13982084 CPUtime=2.9 cores=1,3,5,7
/proc/28356/task/28359/stat : 28359 (java) S 28353 28356 5123 0 -1 1077944384 2056 0 0 0 226 64 0 0 20 0 15 0 12353979 14317654016 695370 18446744073709551615 4194304 4196468 140728916370688 140192029420176 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28360] ppid=28353 vsize=13982084 CPUtime=2.89 cores=1,3,5,7
/proc/28356/task/28360/stat : 28360 (java) S 28353 28356 5123 0 -1 1077944384 2191 0 0 0 225 64 0 0 20 0 15 0 12353979 14317654016 695370 18446744073709551615 4194304 4196468 140728916370688 140191662869008 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28361] ppid=28353 vsize=13982084 CPUtime=2.9 cores=1,3,5,7
/proc/28356/task/28361/stat : 28361 (java) S 28353 28356 5123 0 -1 1077944384 2578 0 0 0 227 63 0 0 20 0 15 0 12353979 14317654016 695370 18446744073709551615 4194304 4196468 140728916370688 140191661816208 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28362] ppid=28353 vsize=13982084 CPUtime=2.9 cores=1,3,5,7
/proc/28356/task/28362/stat : 28362 (java) S 28353 28356 5123 0 -1 1077944384 2508 0 0 0 226 64 0 0 20 0 15 0 12353979 14317654016 695370 18446744073709551615 4194304 4196468 140728916370688 140191660763408 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28363] ppid=28353 vsize=13982084 CPUtime=1.47 cores=1,3,5,7
/proc/28356/task/28363/stat : 28363 (java) S 28353 28356 5123 0 -1 1077944384 3583 0 0 0 147 0 0 0 20 0 15 0 12353981 14317654016 695370 18446744073709551615 4194304 4196468 140728916370688 140191543004016 140192064150146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28364] ppid=28353 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28364/stat : 28364 (java) S 28353 28356 5123 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 12353981 14317654016 695370 18446744073709551615 4194304 4196468 140728916370688 140191541950048 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28365] ppid=28353 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28365/stat : 28365 (java) S 28353 28356 5123 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 12353982 14317654016 695370 18446744073709551615 4194304 4196468 140728916370688 140191540897152 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28366] ppid=28353 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28366/stat : 28366 (java) S 28353 28356 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12353984 14317654016 695370 18446744073709551615 4194304 4196468 140728916370688 140191539845456 140192064157595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28367] ppid=28353 vsize=13982084 CPUtime=2.02 cores=1,3,5,7
/proc/28356/task/28367/stat : 28367 (java) S 28353 28356 5123 0 -1 1077944384 6475 0 0 0 201 1 0 0 20 0 15 0 12353984 14317654016 695370 18446744073709551615 4194304 4196468 140728916370688 140191538792816 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28368] ppid=28353 vsize=13982084 CPUtime=1.97 cores=1,3,5,7
/proc/28356/task/28368/stat : 28368 (java) S 28353 28356 5123 0 -1 1077944384 6854 0 0 0 196 1 0 0 20 0 15 0 12353984 14317654016 695370 18446744073709551615 4194304 4196468 140728916370688 140191537740016 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28369] ppid=28353 vsize=13982084 CPUtime=0.75 cores=1,3,5,7
/proc/28356/task/28369/stat : 28369 (java) S 28353 28356 5123 0 -1 1077944384 10286 0 0 0 73 2 0 0 20 0 15 0 12353984 14317654016 695370 18446744073709551615 4194304 4196468 140728916370688 140191536687216 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28370] ppid=28353 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28370/stat : 28370 (java) S 28353 28356 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12353984 14317654016 695370 18446744073709551615 4194304 4196468 140728916370688 140191535634656 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28371] ppid=28353 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/28356/task/28371/stat : 28371 (java) S 28353 28356 5123 0 -1 1077944384 608 0 0 0 1 1 0 0 20 0 15 0 12353989 14317654016 695370 18446744073709551615 4194304 4196468 140728916370688 140191534582960 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
Current children cumulated CPU time (s) 115.59
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 2.18 1.89 1.71 3/210 28452
/proc/meminfo: memFree=27520188/32770624 swapFree=0/213144
[pid=28356] ppid=28353 vsize=13982084 CPUtime=176.13 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 5123 0 -1 1077944320 63273 0 0 0 17324 289 0 0 20 0 15 0 12353961 14317654016 728133 18446744073709551615 4194304 4196468 140728916370688 140728916353232 140192064138999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 17 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
/proc/28356/statm: 3495521 728133 3811 1 0 3484303 0
[pid=28356/tid=28358] ppid=28353 vsize=13982084 CPUtime=157.48 cores=1,3,5,7
/proc/28356/task/28358/stat : 28358 (java) R 28353 28356 5123 0 -1 4202560 21789 0 0 0 15740 8 0 0 20 0 15 0 12353979 14317654016 728133 18446744073709551615 4194304 4196468 140728916370688 140192068377136 140191712840686 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28359] ppid=28353 vsize=13982084 CPUtime=3.08 cores=1,3,5,7
/proc/28356/task/28359/stat : 28359 (java) S 28353 28356 5123 0 -1 1077944384 2780 0 0 0 240 68 0 0 20 0 15 0 12353979 14317654016 728133 18446744073709551615 4194304 4196468 140728916370688 140192029420176 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28360] ppid=28353 vsize=13982084 CPUtime=3.07 cores=1,3,5,7
/proc/28356/task/28360/stat : 28360 (java) S 28353 28356 5123 0 -1 1077944384 2376 0 0 0 238 69 0 0 20 0 15 0 12353979 14317654016 728133 18446744073709551615 4194304 4196468 140728916370688 140191662869008 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28361] ppid=28353 vsize=13982084 CPUtime=3.08 cores=1,3,5,7
/proc/28356/task/28361/stat : 28361 (java) S 28353 28356 5123 0 -1 1077944384 2868 0 0 0 241 67 0 0 20 0 15 0 12353979 14317654016 728133 18446744073709551615 4194304 4196468 140728916370688 140191661816208 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28362] ppid=28353 vsize=13982084 CPUtime=3.07 cores=1,3,5,7
/proc/28356/task/28362/stat : 28362 (java) S 28353 28356 5123 0 -1 1077944384 3920 0 0 0 239 68 0 0 20 0 15 0 12353979 14317654016 728133 18446744073709551615 4194304 4196468 140728916370688 140191660763408 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28363] ppid=28353 vsize=13982084 CPUtime=1.47 cores=1,3,5,7
/proc/28356/task/28363/stat : 28363 (java) S 28353 28356 5123 0 -1 1077944384 3859 0 0 0 147 0 0 0 20 0 15 0 12353981 14317654016 728133 18446744073709551615 4194304 4196468 140728916370688 140191543004016 140192064150146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28364] ppid=28353 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28364/stat : 28364 (java) S 28353 28356 5123 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 12353981 14317654016 728133 18446744073709551615 4194304 4196468 140728916370688 140191541950048 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28365] ppid=28353 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28365/stat : 28365 (java) S 28353 28356 5123 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 12353982 14317654016 728133 18446744073709551615 4194304 4196468 140728916370688 140191540897152 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28366] ppid=28353 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28366/stat : 28366 (java) S 28353 28356 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12353984 14317654016 728133 18446744073709551615 4194304 4196468 140728916370688 140191539845456 140192064157595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28367] ppid=28353 vsize=13982084 CPUtime=2.02 cores=1,3,5,7
/proc/28356/task/28367/stat : 28367 (java) S 28353 28356 5123 0 -1 1077944384 6479 0 0 0 201 1 0 0 20 0 15 0 12353984 14317654016 728133 18446744073709551615 4194304 4196468 140728916370688 140191538792816 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28368] ppid=28353 vsize=13982084 CPUtime=1.97 cores=1,3,5,7
/proc/28356/task/28368/stat : 28368 (java) S 28353 28356 5123 0 -1 1077944384 6857 0 0 0 196 1 0 0 20 0 15 0 12353984 14317654016 728133 18446744073709551615 4194304 4196468 140728916370688 140191537740016 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28369] ppid=28353 vsize=13982084 CPUtime=0.75 cores=1,3,5,7
/proc/28356/task/28369/stat : 28369 (java) S 28353 28356 5123 0 -1 1077944384 10293 0 0 0 73 2 0 0 20 0 15 0 12353984 14317654016 728133 18446744073709551615 4194304 4196468 140728916370688 140191536687216 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28370] ppid=28353 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28370/stat : 28370 (java) S 28353 28356 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12353984 14317654016 728133 18446744073709551615 4194304 4196468 140728916370688 140191535634656 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28371] ppid=28353 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/28356/task/28371/stat : 28371 (java) S 28353 28356 5123 0 -1 1077944384 632 0 0 0 2 2 0 0 20 0 15 0 12353989 14317654016 728133 18446744073709551615 4194304 4196468 140728916370688 140191534582960 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
Current children cumulated CPU time (s) 176.13
Current children cumulated vsize (KiB) 13982084

[startup+222.306 s]
/proc/loadavg: 2.07 1.91 1.73 3/210 28454
/proc/meminfo: memFree=27151064/32770624 swapFree=0/213184
[pid=28356] ppid=28353 vsize=13982084 CPUtime=236.59 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 5123 0 -1 1077944320 69323 0 0 0 23364 295 0 0 20 0 15 0 12353961 14317654016 739421 18446744073709551615 4194304 4196468 140728916370688 140728916353232 140192064138999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 17 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
/proc/28356/statm: 3495521 739421 3811 1 0 3484303 0
[pid=28356/tid=28358] ppid=28353 vsize=13982084 CPUtime=217.34 cores=1,3,5,7
/proc/28356/task/28358/stat : 28358 (java) R 28353 28356 5123 0 -1 4202560 24843 0 0 0 21726 8 0 0 20 0 15 0 12353979 14317654016 739421 18446744073709551615 4194304 4196468 140728916370688 140192068377376 140191713248540 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28359] ppid=28353 vsize=13982084 CPUtime=3.22 cores=1,3,5,7
/proc/28356/task/28359/stat : 28359 (java) S 28353 28356 5123 0 -1 1077944384 4513 0 0 0 253 69 0 0 20 0 15 0 12353979 14317654016 739421 18446744073709551615 4194304 4196468 140728916370688 140192029420176 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28360] ppid=28353 vsize=13982084 CPUtime=3.22 cores=1,3,5,7
/proc/28356/task/28360/stat : 28360 (java) S 28353 28356 5123 0 -1 1077944384 2738 0 0 0 252 70 0 0 20 0 15 0 12353979 14317654016 739421 18446744073709551615 4194304 4196468 140728916370688 140191662869008 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28361] ppid=28353 vsize=13982084 CPUtime=3.23 cores=1,3,5,7
/proc/28356/task/28361/stat : 28361 (java) S 28353 28356 5123 0 -1 1077944384 3169 0 0 0 255 68 0 0 20 0 15 0 12353979 14317654016 739421 18446744073709551615 4194304 4196468 140728916370688 140191661816208 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28362] ppid=28353 vsize=13982084 CPUtime=3.23 cores=1,3,5,7
/proc/28356/task/28362/stat : 28362 (java) S 28353 28356 5123 0 -1 1077944384 4223 0 0 0 253 70 0 0 20 0 15 0 12353979 14317654016 739421 18446744073709551615 4194304 4196468 140728916370688 140191660763408 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28363] ppid=28353 vsize=13982084 CPUtime=1.47 cores=1,3,5,7
/proc/28356/task/28363/stat : 28363 (java) S 28353 28356 5123 0 -1 1077944384 4122 0 0 0 147 0 0 0 20 0 15 0 12353981 14317654016 739421 18446744073709551615 4194304 4196468 140728916370688 140191543004016 140192064150146 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28364] ppid=28353 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28364/stat : 28364 (java) S 28353 28356 5123 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 12353981 14317654016 739421 18446744073709551615 4194304 4196468 140728916370688 140191541950048 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28365] ppid=28353 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28365/stat : 28365 (java) S 28353 28356 5123 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 12353982 14317654016 739421 18446744073709551615 4194304 4196468 140728916370688 140191540897152 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28366] ppid=28353 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28366/stat : 28366 (java) S 28353 28356 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12353984 14317654016 739421 18446744073709551615 4194304 4196468 140728916370688 140191539845456 140192064157595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28367] ppid=28353 vsize=13982084 CPUtime=2.02 cores=1,3,5,7
/proc/28356/task/28367/stat : 28367 (java) S 28353 28356 5123 0 -1 1077944384 6483 0 0 0 201 1 0 0 20 0 15 0 12353984 14317654016 739421 18446744073709551615 4194304 4196468 140728916370688 140191538792816 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28368] ppid=28353 vsize=13982084 CPUtime=1.97 cores=1,3,5,7
/proc/28356/task/28368/stat : 28368 (java) S 28353 28356 5123 0 -1 1077944384 6860 0 0 0 196 1 0 0 20 0 15 0 12353984 14317654016 739421 18446744073709551615 4194304 4196468 140728916370688 140191537740016 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28369] ppid=28353 vsize=13982084 CPUtime=0.75 cores=1,3,5,7
/proc/28356/task/28369/stat : 28369 (java) S 28353 28356 5123 0 -1 1077944384 10300 0 0 0 73 2 0 0 20 0 15 0 12353984 14317654016 739421 18446744073709551615 4194304 4196468 140728916370688 140191536687216 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28370] ppid=28353 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28370/stat : 28370 (java) S 28353 28356 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12353984 14317654016 739421 18446744073709551615 4194304 4196468 140728916370688 140191535634656 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28371] ppid=28353 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/28356/task/28371/stat : 28371 (java) S 28353 28356 5123 0 -1 1077944384 652 0 0 0 2 3 0 0 20 0 15 0 12353989 14317654016 739421 18446744073709551615 4194304 4196468 140728916370688 140191534582960 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
Current children cumulated CPU time (s) 236.59
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.05 1.91 1.74 3/210 28455
/proc/meminfo: memFree=27031996/32770624 swapFree=0/213208
[pid=28356] ppid=28353 vsize=13982084 CPUtime=254.52 cores=1,3,5,7
/proc/28356/stat : 28356 (java) S 28353 28356 5123 0 -1 1077944320 71301 0 0 0 25154 298 0 0 20 0 15 0 12353961 14317654016 747114 18446744073709551615 4194304 4196468 140728916370688 140728916353232 140192064138999 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 17 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
/proc/28356/statm: 3495521 747114 3811 1 0 3484303 0
[pid=28356/tid=28358] ppid=28353 vsize=13982084 CPUtime=234.95 cores=1,3,5,7
/proc/28356/task/28358/stat : 28358 (java) R 28353 28356 5123 0 -1 4202560 26373 0 0 0 23487 8 0 0 20 0 15 0 12353979 14317654016 747114 18446744073709551615 4194304 4196468 140728916370688 140192068377520 140191713433510 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28359] ppid=28353 vsize=13982084 CPUtime=3.3 cores=1,3,5,7
/proc/28356/task/28359/stat : 28359 (java) S 28353 28356 5123 0 -1 1077944384 4563 0 0 0 260 70 0 0 20 0 15 0 12353979 14317654016 747114 18446744073709551615 4194304 4196468 140728916370688 140192029420176 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28360] ppid=28353 vsize=13982084 CPUtime=3.29 cores=1,3,5,7
/proc/28356/task/28360/stat : 28360 (java) S 28353 28356 5123 0 -1 1077944384 3022 0 0 0 258 71 0 0 20 0 15 0 12353979 14317654016 747114 18446744073709551615 4194304 4196468 140728916370688 140191662869008 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28361] ppid=28353 vsize=13982084 CPUtime=3.31 cores=1,3,5,7
/proc/28356/task/28361/stat : 28361 (java) S 28353 28356 5123 0 -1 1077944384 3214 0 0 0 262 69 0 0 20 0 15 0 12353979 14317654016 747114 18446744073709551615 4194304 4196468 140728916370688 140191661816208 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28362] ppid=28353 vsize=13982084 CPUtime=3.3 cores=1,3,5,7
/proc/28356/task/28362/stat : 28362 (java) S 28353 28356 5123 0 -1 1077944384 4291 0 0 0 260 70 0 0 20 0 15 0 12353979 14317654016 747114 18446744073709551615 4194304 4196468 140728916370688 140191660763408 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28363] ppid=28353 vsize=13982084 CPUtime=1.48 cores=1,3,5,7
/proc/28356/task/28363/stat : 28363 (java) S 28353 28356 5123 0 -1 1077944384 4123 0 0 0 148 0 0 0 20 0 15 0 12353981 14317654016 747114 18446744073709551615 4194304 4196468 140728916370688 140191543004016 140192064150146 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28364] ppid=28353 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28364/stat : 28364 (java) S 28353 28356 5123 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 12353981 14317654016 747114 18446744073709551615 4194304 4196468 140728916370688 140191541950048 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28365] ppid=28353 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28365/stat : 28365 (java) S 28353 28356 5123 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 12353982 14317654016 747114 18446744073709551615 4194304 4196468 140728916370688 140191540897152 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28366] ppid=28353 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28366/stat : 28366 (java) S 28353 28356 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12353984 14317654016 747114 18446744073709551615 4194304 4196468 140728916370688 140191539845456 140192064157595 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28367] ppid=28353 vsize=13982084 CPUtime=2.02 cores=1,3,5,7
/proc/28356/task/28367/stat : 28367 (java) S 28353 28356 5123 0 -1 1077944384 6483 0 0 0 201 1 0 0 20 0 15 0 12353984 14317654016 747114 18446744073709551615 4194304 4196468 140728916370688 140191538792816 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28368] ppid=28353 vsize=13982084 CPUtime=1.97 cores=1,3,5,7
/proc/28356/task/28368/stat : 28368 (java) S 28353 28356 5123 0 -1 1077944384 6860 0 0 0 196 1 0 0 20 0 15 0 12353984 14317654016 747114 18446744073709551615 4194304 4196468 140728916370688 140191537740016 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28369] ppid=28353 vsize=13982084 CPUtime=0.75 cores=1,3,5,7
/proc/28356/task/28369/stat : 28369 (java) S 28353 28356 5123 0 -1 1077944384 10300 0 0 0 73 2 0 0 20 0 15 0 12353984 14317654016 747114 18446744073709551615 4194304 4196468 140728916370688 140191536687216 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28370] ppid=28353 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28356/task/28370/stat : 28370 (java) S 28353 28356 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12353984 14317654016 747114 18446744073709551615 4194304 4196468 140728916370688 140191535634656 140192064149205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
[pid=28356/tid=28371] ppid=28353 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/28356/task/28371/stat : 28371 (java) S 28353 28356 5123 0 -1 1077944384 652 0 0 0 3 3 0 0 20 0 15 0 12353989 14317654016 747114 18446744073709551615 4194304 4196468 140728916370688 140191534582960 140192064150146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140728916373906 140728916374091 140728916374091 140728916377551 0
Current children cumulated CPU time (s) 254.52
Current children cumulated vsize (KiB) 13982084

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 28356 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.023
CPU time (s): 254.559
CPU user time (s): 251.554
CPU system time (s): 3.00518
CPU usage (%): 106.056
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.554
system time used= 3.00518
maximum resident set size= 2989096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71846
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9309
involuntary context switches= 249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07026 second user time and 1.37515 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-02 03:15:35
IDJOB=4256199
IDBENCH=130619
IDSOLVER=2639
FILE ID=node130/4256199-1501637370
RUNJOBID= node130-1501623088-15580
PBS_JOBID= 
Free space on /tmp= 61616 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-18.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-4256199-1501637370/watcher-4256199-1501637370 -o /tmp/evaluation-result-4256199-1501637370/solver-4256199-1501637370 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node130-1501623088-15580 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 603524129 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256199-1501637370.xml

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

MD5SUM BENCH= c676f6660bfbd7761e9ca0de91c4f968
RANDOM SEED=603524129

node130.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.46
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.46
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.46
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.46
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:        27388948 kB
MemAvailable:   27603504 kB
Buffers:          111464 kB
Cached:           384372 kB
SwapCached:            0 kB
Active:          4749180 kB
Inactive:         221572 kB
Active(anon):    4474880 kB
Inactive(anon):     8544 kB
Active(file):     274300 kB
Inactive(file):   213028 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42364 kB
Writeback:             4 kB
AnonPages:       4474544 kB
Mapped:            44800 kB
Shmem:              8904 kB
Slab:             110932 kB
SReclaimable:      86124 kB
SUnreclaim:        24808 kB
KernelStack:        3488 kB
PageTables:        13304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6385376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4323328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61576 MiB
End job on node130 at 2017-08-02 03:19:35