Trace number 4256193

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) 243.97 240.02299

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-12.xml
MD5SUM4ad29a02d37880346b32250d12348025
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 variables179
Number of constraints178
Number of domains2
Minimum domain size2
Maximum domain size144
Distribution of domain sizes[{"size":2,"count":34},{"size":144,"count":145}]
Minimum variable degree2
Maximum variable degree34
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":108},{"degree":4,"count":34},{"degree":34,"count":1}]
Minimum constraint arity2
Maximum constraint arity144
Distribution of constraint arities[{"arity":2,"count":143},{"arity":3,"count":34},{"arity":144,"count":1}]
Number of extensional constraints0
Number of intensional constraints177
Distribution of constraint types[{"type":"intension","count":177},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.28/0.36	c version: 2017-07-26
0.28/0.36	c seed: 1754381719
0.28/0.36	c timeout: 264
0.28/0.36	c memlimit: 11000
0.28/0.36	c nbcore: 4
0.28/0.38	c Parsing instance...
6.22/3.91	c Parsing done, starting search...
243.93/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-4256193-1501637129/watcher-4256193-1501637129 -o /tmp/evaluation-result-4256193-1501637129/solver-4256193-1501637129 -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 1754381719 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256193-1501637129.xml 

pid=28192
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.11 1.43 1.57 3/195 28195
/proc/meminfo: memFree=31685380/32770624 swapFree=0/212776
[pid=28195] ppid=28192 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28195/stat : 28195 (runsolver) D 28192 28195 5123 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 12329840 24240128 106 18446744073709551615 4194304 4338465 140728426453840 140728426451480 140240497660631 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 23113728 140728426459238 140728426459718 140728426459718 140728426463178 0
/proc/28195/statm: 5918 106 53 36 0 2156 0

[startup+0.100155 s]
/proc/loadavg: 1.11 1.43 1.57 3/195 28195
/proc/meminfo: memFree=31685380/32770624 swapFree=0/212776
[pid=28195] ppid=28192 vsize=13507100 CPUtime=0.01 cores=1,3,5,7
/proc/28195/stat : 28195 (java) S 28192 28195 5123 0 -1 1077944320 3913 0 0 0 1 0 0 0 20 0 8 0 12329840 13831270400 4057 18446744073709551615 4194304 4196468 140729886545456 140729886528000 140710619803383 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
/proc/28195/statm: 3376775 4057 2047 1 0 3366280 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13507100

[startup+0.200328 s]
/proc/loadavg: 1.11 1.43 1.57 3/195 28195
/proc/meminfo: memFree=31685380/32770624 swapFree=0/212776
[pid=28195] ppid=28192 vsize=13976944 CPUtime=0.11 cores=1,3,5,7
/proc/28195/stat : 28195 (java) S 28192 28195 5123 0 -1 1077944320 7126 0 0 0 10 1 0 0 20 0 15 0 12329840 14312390656 7832 18446744073709551615 4194304 4196468 140729886545456 140729886528000 140710619803383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
/proc/28195/statm: 3494236 7832 3373 1 0 3483023 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13976944

[startup+0.307208 s]
/proc/loadavg: 1.11 1.43 1.57 3/195 28195
/proc/meminfo: memFree=31685380/32770624 swapFree=0/212776
[pid=28195] ppid=28192 vsize=13975920 CPUtime=0.28 cores=1,3,5,7
/proc/28195/stat : 28195 (java) S 28192 28195 5123 0 -1 1077944320 10843 0 0 0 26 2 0 0 20 0 15 0 12329840 14311342080 10605 18446744073709551615 4194304 4196468 140729886545456 140729886528000 140710619803383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
/proc/28195/statm: 3493980 10605 3577 1 0 3482767 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13975920

[startup+0.700284 s]
/proc/loadavg: 1.11 1.43 1.57 3/195 28195
/proc/meminfo: memFree=31685380/32770624 swapFree=0/212776
[pid=28195] ppid=28192 vsize=13977988 CPUtime=1.06 cores=1,3,5,7
/proc/28195/stat : 28195 (java) S 28192 28195 5123 0 -1 1077944320 14429 0 0 0 101 5 0 0 20 0 15 0 12329840 14313459712 17231 18446744073709551615 4194304 4196468 140729886545456 140729886528000 140710619803383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
/proc/28195/statm: 3494497 17231 3729 1 0 3483279 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 13977988

[startup+1.50055 s]
/proc/loadavg: 1.11 1.43 1.57 3/210 28210
/proc/meminfo: memFree=31620028/32770624 swapFree=0/212788
[pid=28195] ppid=28192 vsize=13977988 CPUtime=2.38 cores=1,3,5,7
/proc/28195/stat : 28195 (java) S 28192 28195 5123 0 -1 1077944320 20206 0 0 0 233 5 0 0 20 0 15 0 12329840 14313459712 21591 18446744073709551615 4194304 4196468 140729886545456 140729886528000 140710619803383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
/proc/28195/statm: 3494497 21591 3749 1 0 3483279 0
[pid=28195/tid=28197] ppid=28192 vsize=13977988 CPUtime=1.37 cores=1,3,5,7
/proc/28195/task/28197/stat : 28197 (java) R 28192 28195 5123 0 -1 4202560 11634 0 0 0 134 3 0 0 20 0 15 0 12329848 14313459712 21591 18446744073709551615 4194304 4196468 140729886545456 140710624033488 140710619815318 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28198] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28198/stat : 28198 (java) S 28192 28195 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12329848 14313459712 21591 18446744073709551615 4194304 4196468 140729886545456 140710580701968 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28199] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28199/stat : 28199 (java) S 28192 28195 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12329848 14313459712 21591 18446744073709551615 4194304 4196468 140729886545456 140710579649424 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28200] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28200/stat : 28200 (java) S 28192 28195 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12329848 14313459712 21591 18446744073709551615 4194304 4196468 140729886545456 140710217444368 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28201] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28201/stat : 28201 (java) S 28192 28195 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12329848 14313459712 21591 18446744073709551615 4194304 4196468 140729886545456 140710216391824 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28202] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28202/stat : 28202 (java) S 28192 28195 5123 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 12329850 14313459712 21591 18446744073709551615 4194304 4196468 140729886545456 140710098458608 140710619814530 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28203] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28203/stat : 28203 (java) S 28192 28195 5123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12329850 14313459712 21591 18446744073709551615 4194304 4196468 140729886545456 140710097404832 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28204] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28204/stat : 28204 (java) S 28192 28195 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12329850 14313459712 21591 18446744073709551615 4194304 4196468 140729886545456 140710096352240 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28205] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28205/stat : 28205 (java) S 28192 28195 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329853 14313459712 21591 18446744073709551615 4194304 4196468 140729886545456 140710095300816 140710619821979 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28206] ppid=28192 vsize=13977988 CPUtime=0.27 cores=1,3,5,7
/proc/28195/task/28206/stat : 28206 (java) S 28192 28195 5123 0 -1 1077944384 2069 0 0 0 27 0 0 0 20 0 15 0 12329853 14313459712 21591 18446744073709551615 4194304 4196468 140729886545456 140710094248432 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28207] ppid=28192 vsize=13977988 CPUtime=0.38 cores=1,3,5,7
/proc/28195/task/28207/stat : 28207 (java) R 28192 28195 5123 0 -1 4202560 2997 0 0 0 38 0 0 0 20 0 15 0 12329853 14313459712 21591 18446744073709551615 4194304 4196468 140729886545456 140710093195888 140710612788425 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28208] ppid=28192 vsize=13977988 CPUtime=0.33 cores=1,3,5,7
/proc/28195/task/28208/stat : 28208 (java) R 28192 28195 5123 0 -1 4202560 2118 0 0 0 33 0 0 0 20 0 15 0 12329853 14313459712 21591 18446744073709551615 4194304 4196468 140729886545456 140710092143344 140710605484081 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28209] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28209/stat : 28209 (java) S 28192 28195 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329853 14313459712 21591 18446744073709551615 4194304 4196468 140729886545456 140710091091040 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28210] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28210/stat : 28210 (java) S 28192 28195 5123 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 12329857 14313459712 21591 18446744073709551615 4194304 4196468 140729886545456 140710090037552 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 13977988

[startup+3.10066 s]
/proc/loadavg: 1.18 1.44 1.57 3/210 28210
/proc/meminfo: memFree=31597684/32770624 swapFree=0/212788
[pid=28195] ppid=28192 vsize=13977988 CPUtime=4.55 cores=1,3,5,7
/proc/28195/stat : 28195 (java) S 28192 28195 5123 0 -1 1077944320 22614 0 0 0 449 6 0 0 20 0 15 0 12329840 14313459712 33408 18446744073709551615 4194304 4196468 140729886545456 140729886528000 140710619803383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
/proc/28195/statm: 3494497 33408 3755 1 0 3483279 0
[pid=28195/tid=28197] ppid=28192 vsize=13977988 CPUtime=2.98 cores=1,3,5,7
/proc/28195/task/28197/stat : 28197 (java) R 28192 28195 5123 0 -1 4202560 12056 0 0 0 294 4 0 0 20 0 15 0 12329848 14313459712 33408 18446744073709551615 4194304 4196468 140729886545456 140710624037792 140710263151780 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28198] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28198/stat : 28198 (java) S 28192 28195 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12329848 14313459712 33408 18446744073709551615 4194304 4196468 140729886545456 140710580701968 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28199] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28199/stat : 28199 (java) S 28192 28195 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12329848 14313459712 33408 18446744073709551615 4194304 4196468 140729886545456 140710579649424 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28200] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28200/stat : 28200 (java) S 28192 28195 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12329848 14313459712 33408 18446744073709551615 4194304 4196468 140729886545456 140710217444368 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28201] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28201/stat : 28201 (java) S 28192 28195 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12329848 14313459712 33408 18446744073709551615 4194304 4196468 140729886545456 140710216391824 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28202] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28202/stat : 28202 (java) S 28192 28195 5123 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 12329850 14313459712 33408 18446744073709551615 4194304 4196468 140729886545456 140710098458608 140710619814530 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28203] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28203/stat : 28203 (java) S 28192 28195 5123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12329850 14313459712 33408 18446744073709551615 4194304 4196468 140729886545456 140710097404832 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28204] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28204/stat : 28204 (java) S 28192 28195 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12329850 14313459712 33408 18446744073709551615 4194304 4196468 140729886545456 140710096352240 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28205] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28205/stat : 28205 (java) S 28192 28195 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329853 14313459712 33408 18446744073709551615 4194304 4196468 140729886545456 140710095300816 140710619821979 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28206] ppid=28192 vsize=13977988 CPUtime=0.6 cores=1,3,5,7
/proc/28195/task/28206/stat : 28206 (java) S 28192 28195 5123 0 -1 1077944384 3328 0 0 0 60 0 0 0 20 0 15 0 12329853 14313459712 33408 18446744073709551615 4194304 4196468 140729886545456 140710094248432 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28207] ppid=28192 vsize=13977988 CPUtime=0.61 cores=1,3,5,7
/proc/28195/task/28207/stat : 28207 (java) R 28192 28195 5123 0 -1 4202560 3587 0 0 0 60 1 0 0 20 0 15 0 12329853 14313459712 33408 18446744073709551615 4194304 4196468 140729886545456 140710093181728 140710600439320 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28208] ppid=28192 vsize=13977988 CPUtime=0.34 cores=1,3,5,7
/proc/28195/task/28208/stat : 28208 (java) S 28192 28195 5123 0 -1 1077944384 2205 0 0 0 34 0 0 0 20 0 15 0 12329853 14313459712 33408 18446744073709551615 4194304 4196468 140729886545456 140710092143344 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28209] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28209/stat : 28209 (java) S 28192 28195 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329853 14313459712 33408 18446744073709551615 4194304 4196468 140729886545456 140710091091040 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28210] ppid=28192 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28210/stat : 28210 (java) S 28192 28195 5123 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 12329857 14313459712 33408 18446744073709551615 4194304 4196468 140729886545456 140710090037552 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 13977988

[startup+6.30067 s]
/proc/loadavg: 1.18 1.44 1.57 3/210 28210
/proc/meminfo: memFree=31243432/32770624 swapFree=0/212800
[pid=28195] ppid=28192 vsize=13982084 CPUtime=9.85 cores=1,3,5,7
/proc/28195/stat : 28195 (java) S 28192 28195 5123 0 -1 1077944320 28787 0 0 0 959 26 0 0 20 0 15 0 12329840 14317654016 113599 18446744073709551615 4194304 4196468 140729886545456 140729886528000 140710619803383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
/proc/28195/statm: 3495521 113599 3796 1 0 3484303 0
[pid=28195/tid=28197] ppid=28192 vsize=13982084 CPUtime=6.05 cores=1,3,5,7
/proc/28195/task/28197/stat : 28197 (java) R 28192 28195 5123 0 -1 4202560 15766 0 0 0 598 7 0 0 20 0 15 0 12329848 14317654016 113599 18446744073709551615 4194304 4196468 140729886545456 140710624039208 140710265386003 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28198] ppid=28192 vsize=13982084 CPUtime=0.11 cores=1,3,5,7
/proc/28195/task/28198/stat : 28198 (java) S 28192 28195 5123 0 -1 1077944384 205 0 0 0 8 3 0 0 20 0 15 0 12329848 14317654016 113599 18446744073709551615 4194304 4196468 140729886545456 140710580701968 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28199] ppid=28192 vsize=13982084 CPUtime=0.11 cores=1,3,5,7
/proc/28195/task/28199/stat : 28199 (java) S 28192 28195 5123 0 -1 1077944384 273 0 0 0 7 4 0 0 20 0 15 0 12329848 14317654016 113599 18446744073709551615 4194304 4196468 140729886545456 140710579649424 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28200] ppid=28192 vsize=13982084 CPUtime=0.11 cores=1,3,5,7
/proc/28195/task/28200/stat : 28200 (java) S 28192 28195 5123 0 -1 1077944384 187 0 0 0 7 4 0 0 20 0 15 0 12329848 14317654016 113599 18446744073709551615 4194304 4196468 140729886545456 140710217444368 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28201] ppid=28192 vsize=13982084 CPUtime=0.11 cores=1,3,5,7
/proc/28195/task/28201/stat : 28201 (java) S 28192 28195 5123 0 -1 1077944384 159 0 0 0 8 3 0 0 20 0 15 0 12329848 14317654016 113599 18446744073709551615 4194304 4196468 140729886545456 140710216391824 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28202] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28202/stat : 28202 (java) S 28192 28195 5123 0 -1 1077944384 328 0 0 0 0 0 0 0 20 0 15 0 12329850 14317654016 113599 18446744073709551615 4194304 4196468 140729886545456 140710098458608 140710619814530 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28203] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28203/stat : 28203 (java) S 28192 28195 5123 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 12329850 14317654016 113599 18446744073709551615 4194304 4196468 140729886545456 140710097404832 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28204] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28204/stat : 28204 (java) S 28192 28195 5123 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 12329850 14317654016 113599 18446744073709551615 4194304 4196468 140729886545456 140710096352256 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28205] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28205/stat : 28205 (java) S 28192 28195 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329853 14317654016 113599 18446744073709551615 4194304 4196468 140729886545456 140710095300816 140710619821979 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28206] ppid=28192 vsize=13982084 CPUtime=1.31 cores=1,3,5,7
/proc/28195/task/28206/stat : 28206 (java) S 28192 28195 5123 0 -1 1077944384 3534 0 0 0 131 0 0 0 20 0 15 0 12329853 14317654016 113599 18446744073709551615 4194304 4196468 140729886545456 140710094248432 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28207] ppid=28192 vsize=13982084 CPUtime=1.39 cores=1,3,5,7
/proc/28195/task/28207/stat : 28207 (java) S 28192 28195 5123 0 -1 1077944384 3881 0 0 0 138 1 0 0 20 0 15 0 12329853 14317654016 113599 18446744073709551615 4194304 4196468 140729886545456 140710093195888 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28208] ppid=28192 vsize=13982084 CPUtime=0.57 cores=1,3,5,7
/proc/28195/task/28208/stat : 28208 (java) S 28192 28195 5123 0 -1 1077944384 3020 0 0 0 57 0 0 0 20 0 15 0 12329853 14317654016 113599 18446744073709551615 4194304 4196468 140729886545456 140710092143344 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28209] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28209/stat : 28209 (java) S 28192 28195 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329853 14317654016 113599 18446744073709551615 4194304 4196468 140729886545456 140710091091040 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28210] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28210/stat : 28210 (java) S 28192 28195 5123 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 12329857 14317654016 113599 18446744073709551615 4194304 4196468 140729886545456 140710090037552 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
Current children cumulated CPU time (s) 9.85
Current children cumulated vsize (KiB) 13982084

[startup+12.7007 s]
/proc/loadavg: 1.24 1.45 1.57 3/210 28210
/proc/meminfo: memFree=31219836/32770624 swapFree=0/212800
[pid=28195] ppid=28192 vsize=13982084 CPUtime=16.34 cores=1,3,5,7
/proc/28195/stat : 28195 (java) S 28192 28195 5123 0 -1 1077944320 29195 0 0 0 1605 29 0 0 20 0 15 0 12329840 14317654016 119368 18446744073709551615 4194304 4196468 140729886545456 140729886528000 140710619803383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
/proc/28195/statm: 3495521 119368 3796 1 0 3484303 0
[pid=28195/tid=28197] ppid=28192 vsize=13982084 CPUtime=12.43 cores=1,3,5,7
/proc/28195/task/28197/stat : 28197 (java) R 28192 28195 5123 0 -1 4202560 15927 0 0 0 1236 7 0 0 20 0 15 0 12329848 14317654016 119368 18446744073709551615 4194304 4196468 140729886545456 140710624041888 140710265386524 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28198] ppid=28192 vsize=13982084 CPUtime=0.12 cores=1,3,5,7
/proc/28195/task/28198/stat : 28198 (java) S 28192 28195 5123 0 -1 1077944384 229 0 0 0 8 4 0 0 20 0 15 0 12329848 14317654016 119368 18446744073709551615 4194304 4196468 140729886545456 140710580701968 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28199] ppid=28192 vsize=13982084 CPUtime=0.12 cores=1,3,5,7
/proc/28195/task/28199/stat : 28199 (java) S 28192 28195 5123 0 -1 1077944384 286 0 0 0 8 4 0 0 20 0 15 0 12329848 14317654016 119368 18446744073709551615 4194304 4196468 140729886545456 140710579649424 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28200] ppid=28192 vsize=13982084 CPUtime=0.12 cores=1,3,5,7
/proc/28195/task/28200/stat : 28200 (java) S 28192 28195 5123 0 -1 1077944384 338 0 0 0 8 4 0 0 20 0 15 0 12329848 14317654016 119368 18446744073709551615 4194304 4196468 140729886545456 140710217444368 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28201] ppid=28192 vsize=13982084 CPUtime=0.12 cores=1,3,5,7
/proc/28195/task/28201/stat : 28201 (java) S 28192 28195 5123 0 -1 1077944384 194 0 0 0 8 4 0 0 20 0 15 0 12329848 14317654016 119368 18446744073709551615 4194304 4196468 140729886545456 140710216391824 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28202] ppid=28192 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/28195/task/28202/stat : 28202 (java) S 28192 28195 5123 0 -1 1077944384 328 0 0 0 1 0 0 0 20 0 15 0 12329850 14317654016 119368 18446744073709551615 4194304 4196468 140729886545456 140710098458608 140710619814530 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28203] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28203/stat : 28203 (java) S 28192 28195 5123 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 12329850 14317654016 119368 18446744073709551615 4194304 4196468 140729886545456 140710097404832 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28204] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28204/stat : 28204 (java) S 28192 28195 5123 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 12329850 14317654016 119368 18446744073709551615 4194304 4196468 140729886545456 140710096352256 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28205] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28205/stat : 28205 (java) S 28192 28195 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329853 14317654016 119368 18446744073709551615 4194304 4196468 140729886545456 140710095300816 140710619821979 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0

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

/proc/28195/task/28209/stat : 28209 (java) S 28192 28195 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329853 14317654016 312069 18446744073709551615 4194304 4196468 140729886545456 140710091091040 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28210] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28210/stat : 28210 (java) S 28192 28195 5123 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 12329857 14317654016 312069 18446744073709551615 4194304 4196468 140729886545456 140710090037552 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
Current children cumulated CPU time (s) 54.98
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.44 1.46 1.56 3/210 28213
/proc/meminfo: memFree=29440068/32770624 swapFree=0/212868
[pid=28195] ppid=28192 vsize=13982084 CPUtime=106.2 cores=1,3,5,7
/proc/28195/stat : 28195 (java) S 28192 28195 5123 0 -1 1077944320 44868 0 0 0 10557 63 0 0 20 0 15 0 12329840 14317654016 562519 18446744073709551615 4194304 4196468 140729886545456 140729886528000 140710619803383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
/proc/28195/statm: 3495521 562519 3796 1 0 3484303 0
[pid=28195/tid=28197] ppid=28192 vsize=13982084 CPUtime=101.97 cores=1,3,5,7
/proc/28195/task/28197/stat : 28197 (java) R 28192 28195 5123 0 -1 4202560 23066 0 0 0 10165 32 0 0 20 0 15 0 12329848 14317654016 562519 18446744073709551615 4194304 4196468 140729886545456 140710624041696 140710265386238 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28198] ppid=28192 vsize=13982084 CPUtime=0.18 cores=1,3,5,7
/proc/28195/task/28198/stat : 28198 (java) S 28192 28195 5123 0 -1 1077944384 1745 0 0 0 12 6 0 0 20 0 15 0 12329848 14317654016 562519 18446744073709551615 4194304 4196468 140729886545456 140710580701968 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28199] ppid=28192 vsize=13982084 CPUtime=0.19 cores=1,3,5,7
/proc/28195/task/28199/stat : 28199 (java) S 28192 28195 5123 0 -1 1077944384 783 0 0 0 12 7 0 0 20 0 15 0 12329848 14317654016 562519 18446744073709551615 4194304 4196468 140729886545456 140710579649424 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28200] ppid=28192 vsize=13982084 CPUtime=0.19 cores=1,3,5,7
/proc/28195/task/28200/stat : 28200 (java) S 28192 28195 5123 0 -1 1077944384 627 0 0 0 12 7 0 0 20 0 15 0 12329848 14317654016 562519 18446744073709551615 4194304 4196468 140729886545456 140710217444368 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28201] ppid=28192 vsize=13982084 CPUtime=0.18 cores=1,3,5,7
/proc/28195/task/28201/stat : 28201 (java) S 28192 28195 5123 0 -1 1077944384 2197 0 0 0 12 6 0 0 20 0 15 0 12329848 14317654016 562519 18446744073709551615 4194304 4196468 140729886545456 140710216391824 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28202] ppid=28192 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/28195/task/28202/stat : 28202 (java) S 28192 28195 5123 0 -1 1077944384 2383 0 0 0 1 0 0 0 20 0 15 0 12329850 14317654016 562519 18446744073709551615 4194304 4196468 140729886545456 140710098458608 140710619814530 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28203] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28203/stat : 28203 (java) S 28192 28195 5123 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 12329850 14317654016 562519 18446744073709551615 4194304 4196468 140729886545456 140710097404832 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28204] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28204/stat : 28204 (java) S 28192 28195 5123 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 12329850 14317654016 562519 18446744073709551615 4194304 4196468 140729886545456 140710096352256 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28205] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28205/stat : 28205 (java) S 28192 28195 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329853 14317654016 562519 18446744073709551615 4194304 4196468 140729886545456 140710095300816 140710619821979 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28206] ppid=28192 vsize=13982084 CPUtime=1.34 cores=1,3,5,7
/proc/28195/task/28206/stat : 28206 (java) S 28192 28195 5123 0 -1 1077944384 5271 0 0 0 134 0 0 0 20 0 15 0 12329853 14317654016 562519 18446744073709551615 4194304 4196468 140729886545456 140710094248432 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28207] ppid=28192 vsize=13982084 CPUtime=1.45 cores=1,3,5,7
/proc/28195/task/28207/stat : 28207 (java) S 28192 28195 5123 0 -1 1077944384 4238 0 0 0 144 1 0 0 20 0 15 0 12329853 14317654016 562519 18446744073709551615 4194304 4196468 140729886545456 140710093195888 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28208] ppid=28192 vsize=13982084 CPUtime=0.58 cores=1,3,5,7
/proc/28195/task/28208/stat : 28208 (java) S 28192 28195 5123 0 -1 1077944384 3049 0 0 0 58 0 0 0 20 0 15 0 12329853 14317654016 562519 18446744073709551615 4194304 4196468 140729886545456 140710092143344 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28209] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28209/stat : 28209 (java) S 28192 28195 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329853 14317654016 562519 18446744073709551615 4194304 4196468 140729886545456 140710091091040 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28210] ppid=28192 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/28195/task/28210/stat : 28210 (java) S 28192 28195 5123 0 -1 1077944384 92 0 0 0 1 1 0 0 20 0 15 0 12329857 14317654016 562519 18446744073709551615 4194304 4196468 140729886545456 140710090037552 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
Current children cumulated CPU time (s) 106.2
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.78 1.55 1.59 3/210 28291
/proc/meminfo: memFree=25049384/32770624 swapFree=0/212980
[pid=28195] ppid=28192 vsize=13982084 CPUtime=166.21 cores=1,3,5,7
/proc/28195/stat : 28195 (java) S 28192 28195 5123 0 -1 1077944320 47670 0 0 0 16538 83 0 0 20 0 15 0 12329840 14317654016 871909 18446744073709551615 4194304 4196468 140729886545456 140729886528000 140710619803383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
/proc/28195/statm: 3495521 871909 3796 1 0 3484303 0
[pid=28195/tid=28197] ppid=28192 vsize=13982084 CPUtime=161.95 cores=1,3,5,7
/proc/28195/task/28197/stat : 28197 (java) R 28192 28195 5123 0 -1 4202560 25689 0 0 0 16144 51 0 0 20 0 15 0 12329848 14317654016 871909 18446744073709551615 4194304 4196468 140729886545456 140710624041888 140710265236205 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28198] ppid=28192 vsize=13982084 CPUtime=0.18 cores=1,3,5,7
/proc/28195/task/28198/stat : 28198 (java) S 28192 28195 5123 0 -1 1077944384 1746 0 0 0 12 6 0 0 20 0 15 0 12329848 14317654016 871909 18446744073709551615 4194304 4196468 140729886545456 140710580701968 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28199] ppid=28192 vsize=13982084 CPUtime=0.19 cores=1,3,5,7
/proc/28195/task/28199/stat : 28199 (java) S 28192 28195 5123 0 -1 1077944384 784 0 0 0 12 7 0 0 20 0 15 0 12329848 14317654016 871909 18446744073709551615 4194304 4196468 140729886545456 140710579649424 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28200] ppid=28192 vsize=13982084 CPUtime=0.19 cores=1,3,5,7
/proc/28195/task/28200/stat : 28200 (java) S 28192 28195 5123 0 -1 1077944384 638 0 0 0 12 7 0 0 20 0 15 0 12329848 14317654016 871909 18446744073709551615 4194304 4196468 140729886545456 140710217444368 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28201] ppid=28192 vsize=13982084 CPUtime=0.19 cores=1,3,5,7
/proc/28195/task/28201/stat : 28201 (java) S 28192 28195 5123 0 -1 1077944384 2210 0 0 0 13 6 0 0 20 0 15 0 12329848 14317654016 871909 18446744073709551615 4194304 4196468 140729886545456 140710216391824 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28202] ppid=28192 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/28195/task/28202/stat : 28202 (java) S 28192 28195 5123 0 -1 1077944384 2536 0 0 0 1 0 0 0 20 0 15 0 12329850 14317654016 871909 18446744073709551615 4194304 4196468 140729886545456 140710098458608 140710619814530 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28203] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28203/stat : 28203 (java) S 28192 28195 5123 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 12329850 14317654016 871909 18446744073709551615 4194304 4196468 140729886545456 140710097404832 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28204] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28204/stat : 28204 (java) S 28192 28195 5123 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 12329850 14317654016 871909 18446744073709551615 4194304 4196468 140729886545456 140710096352256 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28205] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28205/stat : 28205 (java) S 28192 28195 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329853 14317654016 871909 18446744073709551615 4194304 4196468 140729886545456 140710095300816 140710619821979 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28206] ppid=28192 vsize=13982084 CPUtime=1.34 cores=1,3,5,7
/proc/28195/task/28206/stat : 28206 (java) S 28192 28195 5123 0 -1 1077944384 5271 0 0 0 134 0 0 0 20 0 15 0 12329853 14317654016 871909 18446744073709551615 4194304 4196468 140729886545456 140710094248432 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28207] ppid=28192 vsize=13982084 CPUtime=1.45 cores=1,3,5,7
/proc/28195/task/28207/stat : 28207 (java) S 28192 28195 5123 0 -1 1077944384 4238 0 0 0 144 1 0 0 20 0 15 0 12329853 14317654016 871909 18446744073709551615 4194304 4196468 140729886545456 140710093195888 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28208] ppid=28192 vsize=13982084 CPUtime=0.58 cores=1,3,5,7
/proc/28195/task/28208/stat : 28208 (java) S 28192 28195 5123 0 -1 1077944384 3049 0 0 0 58 0 0 0 20 0 15 0 12329853 14317654016 871909 18446744073709551615 4194304 4196468 140729886545456 140710092143344 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28209] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28209/stat : 28209 (java) S 28192 28195 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329853 14317654016 871909 18446744073709551615 4194304 4196468 140729886545456 140710091091040 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28210] ppid=28192 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/28195/task/28210/stat : 28210 (java) S 28192 28195 5123 0 -1 1077944384 92 0 0 0 2 1 0 0 20 0 15 0 12329857 14317654016 871909 18446744073709551615 4194304 4196468 140729886545456 140710090037552 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
Current children cumulated CPU time (s) 166.21
Current children cumulated vsize (KiB) 13982084

[startup+222.306 s]
/proc/loadavg: 1.86 1.61 1.61 3/210 28293
/proc/meminfo: memFree=23905656/32770624 swapFree=0/213012
[pid=28195] ppid=28192 vsize=13982084 CPUtime=226.24 cores=1,3,5,7
/proc/28195/stat : 28195 (java) S 28192 28195 5123 0 -1 1077944320 51273 0 0 0 22540 84 0 0 20 0 15 0 12329840 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140729886528000 140710619803383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
/proc/28195/statm: 3495521 872406 3796 1 0 3484303 0
[pid=28195/tid=28197] ppid=28192 vsize=13982084 CPUtime=221.96 cores=1,3,5,7
/proc/28195/task/28197/stat : 28197 (java) R 28192 28195 5123 0 -1 4202560 28168 0 0 0 22145 51 0 0 20 0 15 0 12329848 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710624041536 140710265263901 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28198] ppid=28192 vsize=13982084 CPUtime=0.18 cores=1,3,5,7
/proc/28195/task/28198/stat : 28198 (java) S 28192 28195 5123 0 -1 1077944384 1816 0 0 0 12 6 0 0 20 0 15 0 12329848 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710580701968 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28199] ppid=28192 vsize=13982084 CPUtime=0.19 cores=1,3,5,7
/proc/28195/task/28199/stat : 28199 (java) S 28192 28195 5123 0 -1 1077944384 833 0 0 0 12 7 0 0 20 0 15 0 12329848 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710579649424 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28200] ppid=28192 vsize=13982084 CPUtime=0.19 cores=1,3,5,7
/proc/28195/task/28200/stat : 28200 (java) S 28192 28195 5123 0 -1 1077944384 1253 0 0 0 12 7 0 0 20 0 15 0 12329848 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710217444368 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28201] ppid=28192 vsize=13982084 CPUtime=0.19 cores=1,3,5,7
/proc/28195/task/28201/stat : 28201 (java) S 28192 28195 5123 0 -1 1077944384 2331 0 0 0 13 6 0 0 20 0 15 0 12329848 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710216391824 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28202] ppid=28192 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/28195/task/28202/stat : 28202 (java) S 28192 28195 5123 0 -1 1077944384 2767 0 0 0 1 0 0 0 20 0 15 0 12329850 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710098458608 140710619814530 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28203] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28203/stat : 28203 (java) S 28192 28195 5123 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 12329850 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710097404832 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28204] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28204/stat : 28204 (java) S 28192 28195 5123 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 12329850 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710096352256 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28205] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28205/stat : 28205 (java) S 28192 28195 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329853 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710095300816 140710619821979 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28206] ppid=28192 vsize=13982084 CPUtime=1.34 cores=1,3,5,7
/proc/28195/task/28206/stat : 28206 (java) S 28192 28195 5123 0 -1 1077944384 5279 0 0 0 134 0 0 0 20 0 15 0 12329853 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710094248432 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28207] ppid=28192 vsize=13982084 CPUtime=1.45 cores=1,3,5,7
/proc/28195/task/28207/stat : 28207 (java) S 28192 28195 5123 0 -1 1077944384 4241 0 0 0 144 1 0 0 20 0 15 0 12329853 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710093195888 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28208] ppid=28192 vsize=13982084 CPUtime=0.58 cores=1,3,5,7
/proc/28195/task/28208/stat : 28208 (java) S 28192 28195 5123 0 -1 1077944384 3052 0 0 0 58 0 0 0 20 0 15 0 12329853 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710092143344 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28209] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28209/stat : 28209 (java) S 28192 28195 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329853 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710091091040 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28210] ppid=28192 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/28195/task/28210/stat : 28210 (java) S 28192 28195 5123 0 -1 1077944384 116 0 0 0 3 1 0 0 20 0 15 0 12329857 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710090037552 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
Current children cumulated CPU time (s) 226.24
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.97 1.65 1.62 3/210 28294
/proc/meminfo: memFree=23905372/32770624 swapFree=0/213032
[pid=28195] ppid=28192 vsize=13982084 CPUtime=243.93 cores=1,3,5,7
/proc/28195/stat : 28195 (java) S 28192 28195 5123 0 -1 1077944320 51719 0 0 0 24309 84 0 0 20 0 15 0 12329840 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140729886528000 140710619803383 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
/proc/28195/statm: 3495521 872406 3796 1 0 3484303 0
[pid=28195/tid=28197] ppid=28192 vsize=13982084 CPUtime=239.65 cores=1,3,5,7
/proc/28195/task/28197/stat : 28197 (java) R 28192 28195 5123 0 -1 4202560 28614 0 0 0 23914 51 0 0 20 0 15 0 12329848 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710624041536 140710265338739 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28198] ppid=28192 vsize=13982084 CPUtime=0.18 cores=1,3,5,7
/proc/28195/task/28198/stat : 28198 (java) S 28192 28195 5123 0 -1 1077944384 1816 0 0 0 12 6 0 0 20 0 15 0 12329848 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710580701968 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28199] ppid=28192 vsize=13982084 CPUtime=0.19 cores=1,3,5,7
/proc/28195/task/28199/stat : 28199 (java) S 28192 28195 5123 0 -1 1077944384 833 0 0 0 12 7 0 0 20 0 15 0 12329848 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710579649424 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28200] ppid=28192 vsize=13982084 CPUtime=0.19 cores=1,3,5,7
/proc/28195/task/28200/stat : 28200 (java) S 28192 28195 5123 0 -1 1077944384 1253 0 0 0 12 7 0 0 20 0 15 0 12329848 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710217444368 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28201] ppid=28192 vsize=13982084 CPUtime=0.19 cores=1,3,5,7
/proc/28195/task/28201/stat : 28201 (java) S 28192 28195 5123 0 -1 1077944384 2331 0 0 0 13 6 0 0 20 0 15 0 12329848 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710216391824 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28202] ppid=28192 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/28195/task/28202/stat : 28202 (java) S 28192 28195 5123 0 -1 1077944384 2767 0 0 0 2 0 0 0 20 0 15 0 12329850 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710098458608 140710619814530 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28203] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28203/stat : 28203 (java) S 28192 28195 5123 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 12329850 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710097404832 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28204] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28204/stat : 28204 (java) S 28192 28195 5123 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 12329850 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710096352256 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28205] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28205/stat : 28205 (java) S 28192 28195 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329853 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710095300816 140710619821979 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28206] ppid=28192 vsize=13982084 CPUtime=1.34 cores=1,3,5,7
/proc/28195/task/28206/stat : 28206 (java) S 28192 28195 5123 0 -1 1077944384 5279 0 0 0 134 0 0 0 20 0 15 0 12329853 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710094248432 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28207] ppid=28192 vsize=13982084 CPUtime=1.45 cores=1,3,5,7
/proc/28195/task/28207/stat : 28207 (java) S 28192 28195 5123 0 -1 1077944384 4241 0 0 0 144 1 0 0 20 0 15 0 12329853 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710093195888 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28208] ppid=28192 vsize=13982084 CPUtime=0.58 cores=1,3,5,7
/proc/28195/task/28208/stat : 28208 (java) S 28192 28195 5123 0 -1 1077944384 3052 0 0 0 58 0 0 0 20 0 15 0 12329853 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710092143344 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28209] ppid=28192 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28195/task/28209/stat : 28209 (java) S 28192 28195 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329853 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710091091040 140710619813589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
[pid=28195/tid=28210] ppid=28192 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/28195/task/28210/stat : 28210 (java) S 28192 28195 5123 0 -1 1077944384 116 0 0 0 3 2 0 0 20 0 15 0 12329857 14317654016 872406 18446744073709551615 4194304 4196468 140729886545456 140710090037552 140710619814530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26882048 140729886548369 140729886548555 140729886548555 140729886552015 0
Current children cumulated CPU time (s) 243.93
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 28195 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): 243.97
CPU user time (s): 243.105
CPU system time (s): 0.865451
CPU usage (%): 101.644
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.105
system time used= 0.865451
maximum resident set size= 3490296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52263
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= 8317
involuntary context switches= 156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.04219 second user time and 1.40963 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-02 03:11:34
IDJOB=4256193
IDBENCH=130615
IDSOLVER=2639
FILE ID=node130/4256193-1501637129
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-12.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-4256193-1501637129/watcher-4256193-1501637129 -o /tmp/evaluation-result-4256193-1501637129/solver-4256193-1501637129 -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 1754381719 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256193-1501637129.xml

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

MD5SUM BENCH= 4ad29a02d37880346b32250d12348025
RANDOM SEED=1754381719

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:        31685384 kB
MemAvailable:   31899408 kB
Buffers:          111308 kB
Cached:           384664 kB
SwapCached:            0 kB
Active:           458684 kB
Inactive:         221320 kB
Active(anon):     184648 kB
Inactive(anon):     8544 kB
Active(file):     274036 kB
Inactive(file):   212776 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42364 kB
Writeback:             8 kB
AnonPages:        184108 kB
Mapped:            44664 kB
Shmem:              8904 kB
Slab:             110824 kB
SReclaimable:      86092 kB
SUnreclaim:        24732 kB
KernelStack:        3440 kB
PageTables:         5284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1134144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 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:15:34