Trace number 4247257

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: OscaR - Conflict Ordering 2017-06-30? (TO) 2400.1001 2375.4099

General information on the benchmark

NameSchurrLemma/SchurrLemma-nor-s1/
SchurrLemma-nor-067-4.xml
MD5SUM22c6c6446a04b334dd8f238e60106d6c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables67
Number of constraints1089
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":67}]
Minimum variable degree33
Maximum variable degree65
Distribution of variable degrees[{"degree":33,"count":2},{"degree":34,"count":2},{"degree":35,"count":2},{"degree":36,"count":2},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":41,"count":2},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":2},{"degree":45,"count":2},{"degree":46,"count":2},{"degree":47,"count":2},{"degree":48,"count":2},{"degree":49,"count":4},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":2},{"degree":65,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":1089}]
Number of extensional constraints0
Number of intensional constraints1089
Distribution of constraint types[{"type":"intension","count":1089}]
Optimization problemNO
Type of objective

Solver Data

0.36/0.41	c version: 2017-06-30
0.36/0.41	c seed: 809812374
0.36/0.41	c timeout: 2400
0.36/0.41	c memlimit: 15500
0.36/0.41	c nbcore: 4
0.36/0.43	c Parsing instance...
2.90/1.33	c Parsing done, starting search...
2400.07/2375.40	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-4247257-1502127379/watcher-4247257-1502127379 -o /tmp/evaluation-result-4247257-1502127379/solver-4247257-1502127379 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502065585-15256 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 809812374 --timelimit 2400 --memlimit 15500 --nbcore 4 HOME/instance-4247257-1502127379.xml 

pid=26248
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.42 1.36 1.47 2/199 26251
/proc/meminfo: memFree=31090392/32770624 swapFree=0/353412
[pid=26251] ppid=26248 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/26251/stat : 26251 (runsolver) D 26248 26251 25100 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 60553171 24240128 108 18446744073709551615 4194304 4338465 140720452963568 140720452961208 140702351045335 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 16908288 140720452968550 140720452969033 140720452969033 140720452972490 0
/proc/26251/statm: 5918 108 54 36 0 2156 0

[startup+0.10015 s]
/proc/loadavg: 1.42 1.36 1.47 2/199 26251
/proc/meminfo: memFree=31090392/32770624 swapFree=0/353412
[pid=26251] ppid=26248 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/26251/stat : 26251 (runsolver) D 26248 26251 25100 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 60553171 24240128 108 18446744073709551615 4194304 4338465 140720452963568 140720452961208 140702351045335 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 16908288 140720452968550 140720452969033 140720452969033 140720452972490 0
/proc/26251/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200316 s]
/proc/loadavg: 1.42 1.36 1.47 2/199 26251
/proc/meminfo: memFree=31090392/32770624 swapFree=0/353412
[pid=26251] ppid=26248 vsize=12845076 CPUtime=0.05 cores=0,2,4,6
/proc/26251/stat : 26251 (java) S 26248 26251 25100 0 -1 1077944320 4629 0 0 0 4 1 0 0 20 0 14 0 60553171 13153357824 5171 18446744073709551615 4194304 4196468 140735273202448 140735273184992 140540740116215 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
/proc/26251/statm: 3211269 5171 2585 1 0 3200766 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12845076

[startup+0.300247 s]
/proc/loadavg: 1.42 1.36 1.47 2/199 26251
/proc/meminfo: memFree=31090392/32770624 swapFree=0/353412
[pid=26251] ppid=26248 vsize=12914512 CPUtime=0.2 cores=0,2,4,6
/proc/26251/stat : 26251 (java) S 26248 26251 25100 0 -1 1077944320 9664 0 0 0 17 3 0 0 20 0 15 0 60553171 13224460288 9076 18446744073709551615 4194304 4196468 140735273202448 140735273184992 140540740116215 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
/proc/26251/statm: 3228628 9076 3530 1 0 3217407 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 12914512

[startup+0.700959 s]
/proc/loadavg: 1.42 1.36 1.47 2/199 26251
/proc/meminfo: memFree=31090392/32770624 swapFree=0/353412
[pid=26251] ppid=26248 vsize=12916580 CPUtime=0.97 cores=0,2,4,6
/proc/26251/stat : 26251 (java) S 26248 26251 25100 0 -1 1077944320 13289 0 0 0 92 5 0 0 20 0 15 0 60553171 13226577920 15588 18446744073709551615 4194304 4196468 140735273202448 140735273184992 140540740116215 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
/proc/26251/statm: 3229145 15588 3722 1 0 3217919 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 12916580

[startup+1.50096 s]
/proc/loadavg: 1.42 1.36 1.47 4/214 26266
/proc/meminfo: memFree=30981252/32770624 swapFree=0/353432
[pid=26251] ppid=26248 vsize=12918628 CPUtime=3.56 cores=0,2,4,6
/proc/26251/stat : 26251 (java) S 26248 26251 25100 0 -1 1077944320 30076 0 0 0 346 10 0 0 20 0 15 0 60553171 13228675072 49324 18446744073709551615 4194304 4196468 140735273202448 140735273184992 140540740116215 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
/proc/26251/statm: 3229657 49324 3770 1 0 3218431 0
[pid=26251/tid=26253] ppid=26248 vsize=12918628 CPUtime=1.33 cores=0,2,4,6
/proc/26251/task/26253/stat : 26253 (java) R 26248 26251 25100 0 -1 4202560 13946 0 0 0 126 7 0 0 20 0 15 0 60553182 13228675072 49324 18446744073709551615 4194304 4196468 140735273202448 140540744354144 140540346617536 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26254] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26254/stat : 26254 (java) S 26248 26251 25100 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60553182 13228675072 49324 18446744073709551615 4194304 4196468 140735273202448 140540662942480 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26255] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26255/stat : 26255 (java) S 26248 26251 25100 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60553182 13228675072 49324 18446744073709551615 4194304 4196468 140735273202448 140540661889936 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26256] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26256/stat : 26256 (java) S 26248 26251 25100 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 60553182 13228675072 49324 18446744073709551615 4194304 4196468 140735273202448 140540660837392 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26257] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26257/stat : 26257 (java) S 26248 26251 25100 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 60553182 13228675072 49324 18446744073709551615 4194304 4196468 140735273202448 140540659784848 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26258] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26258/stat : 26258 (java) S 26248 26251 25100 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 49324 18446744073709551615 4194304 4196468 140735273202448 140540224391152 140540740127362 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26259] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26259/stat : 26259 (java) S 26248 26251 25100 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 49324 18446744073709551615 4194304 4196468 140735273202448 140540223337376 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26260] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26260/stat : 26260 (java) S 26248 26251 25100 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 49324 18446744073709551615 4194304 4196468 140735273202448 140540222284784 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26261] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26261/stat : 26261 (java) S 26248 26251 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60553187 13228675072 49324 18446744073709551615 4194304 4196468 140735273202448 140540221233360 140540740134811 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26262] ppid=26248 vsize=12918628 CPUtime=0.76 cores=0,2,4,6
/proc/26251/task/26262/stat : 26262 (java) R 26248 26251 25100 0 -1 4202560 3744 0 0 0 76 0 0 0 20 0 15 0 60553187 13228675072 49324 18446744073709551615 4194304 4196468 140735273202448 140540220161992 140540719969766 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26263] ppid=26248 vsize=12918628 CPUtime=0.82 cores=0,2,4,6
/proc/26251/task/26263/stat : 26263 (java) R 26248 26251 25100 0 -1 4202560 4428 0 0 0 81 1 0 0 20 0 15 0 60553187 13228675072 49324 18446744073709551615 4194304 4196468 140735273202448 140540219118352 140540723328432 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26264] ppid=26248 vsize=12918628 CPUtime=0.63 cores=0,2,4,6
/proc/26251/task/26264/stat : 26264 (java) S 26248 26251 25100 0 -1 1077944384 6574 0 0 0 62 1 0 0 20 0 15 0 60553187 13228675072 49324 18446744073709551615 4194304 4196468 140735273202448 140540218075888 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26265] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26265/stat : 26265 (java) S 26248 26251 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60553187 13228675072 49324 18446744073709551615 4194304 4196468 140735273202448 140540217023584 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26266] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26266/stat : 26266 (java) S 26248 26251 25100 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 60553192 13228675072 49324 18446744073709551615 4194304 4196468 140735273202448 140540215970096 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 12918628

[startup+3.10074 s]
/proc/loadavg: 1.42 1.36 1.47 3/214 26266
/proc/meminfo: memFree=30862992/32770624 swapFree=0/353432
[pid=26251] ppid=26248 vsize=12918628 CPUtime=5.67 cores=0,2,4,6
/proc/26251/stat : 26251 (java) S 26248 26251 25100 0 -1 1077944320 32886 0 0 0 551 16 0 0 20 0 15 0 60553171 13228675072 66338 18446744073709551615 4194304 4196468 140735273202448 140735273184992 140540740116215 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
/proc/26251/statm: 3229657 66338 3798 1 0 3218431 0
[pid=26251/tid=26253] ppid=26248 vsize=12918628 CPUtime=2.88 cores=0,2,4,6
/proc/26251/task/26253/stat : 26253 (java) R 26248 26251 25100 0 -1 4202560 14091 0 0 0 281 7 0 0 20 0 15 0 60553182 13228675072 66338 18446744073709551615 4194304 4196468 140735273202448 140540744354448 140540346730401 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26254] ppid=26248 vsize=12918628 CPUtime=0.02 cores=0,2,4,6
/proc/26251/task/26254/stat : 26254 (java) S 26248 26251 25100 0 -1 1077944384 569 0 0 0 1 1 0 0 20 0 15 0 60553182 13228675072 66338 18446744073709551615 4194304 4196468 140735273202448 140540662942480 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26255] ppid=26248 vsize=12918628 CPUtime=0.02 cores=0,2,4,6
/proc/26251/task/26255/stat : 26255 (java) S 26248 26251 25100 0 -1 1077944384 23 0 0 0 1 1 0 0 20 0 15 0 60553182 13228675072 66338 18446744073709551615 4194304 4196468 140735273202448 140540661889936 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26256] ppid=26248 vsize=12918628 CPUtime=0.02 cores=0,2,4,6
/proc/26251/task/26256/stat : 26256 (java) S 26248 26251 25100 0 -1 1077944384 54 0 0 0 1 1 0 0 20 0 15 0 60553182 13228675072 66338 18446744073709551615 4194304 4196468 140735273202448 140540660837392 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26257] ppid=26248 vsize=12918628 CPUtime=0.02 cores=0,2,4,6
/proc/26251/task/26257/stat : 26257 (java) S 26248 26251 25100 0 -1 1077944384 334 0 0 0 1 1 0 0 20 0 15 0 60553182 13228675072 66338 18446744073709551615 4194304 4196468 140735273202448 140540659784848 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26258] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26258/stat : 26258 (java) S 26248 26251 25100 0 -1 1077944384 248 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 66338 18446744073709551615 4194304 4196468 140735273202448 140540224391152 140540740127362 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26259] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26259/stat : 26259 (java) S 26248 26251 25100 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 66338 18446744073709551615 4194304 4196468 140735273202448 140540223337376 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26260] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26260/stat : 26260 (java) S 26248 26251 25100 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 66338 18446744073709551615 4194304 4196468 140735273202448 140540222284800 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26261] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26261/stat : 26261 (java) S 26248 26251 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60553187 13228675072 66338 18446744073709551615 4194304 4196468 140735273202448 140540221233360 140540740134811 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26262] ppid=26248 vsize=12918628 CPUtime=1 cores=0,2,4,6
/proc/26251/task/26262/stat : 26262 (java) S 26248 26251 25100 0 -1 1077944384 4498 0 0 0 99 1 0 0 20 0 15 0 60553187 13228675072 66338 18446744073709551615 4194304 4196468 140735273202448 140540220180976 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26263] ppid=26248 vsize=12918628 CPUtime=0.95 cores=0,2,4,6
/proc/26251/task/26263/stat : 26263 (java) S 26248 26251 25100 0 -1 1077944384 4469 0 0 0 94 1 0 0 20 0 15 0 60553187 13228675072 66338 18446744073709551615 4194304 4196468 140735273202448 140540219128432 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26264] ppid=26248 vsize=12918628 CPUtime=0.67 cores=0,2,4,6
/proc/26251/task/26264/stat : 26264 (java) S 26248 26251 25100 0 -1 1077944384 7177 0 0 0 66 1 0 0 20 0 15 0 60553187 13228675072 66338 18446744073709551615 4194304 4196468 140735273202448 140540218075888 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26265] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26265/stat : 26265 (java) S 26248 26251 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60553187 13228675072 66338 18446744073709551615 4194304 4196468 140735273202448 140540217023584 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26266] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26266/stat : 26266 (java) S 26248 26251 25100 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 60553192 13228675072 66338 18446744073709551615 4194304 4196468 140735273202448 140540215970096 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 12918628

[startup+6.30076 s]
/proc/loadavg: 1.39 1.35 1.47 3/214 26266
/proc/meminfo: memFree=30709920/32770624 swapFree=0/353432
[pid=26251] ppid=26248 vsize=12918628 CPUtime=9.04 cores=0,2,4,6
/proc/26251/stat : 26251 (java) S 26248 26251 25100 0 -1 1077944320 33233 0 0 0 883 21 0 0 20 0 15 0 60553171 13228675072 98160 18446744073709551615 4194304 4196468 140735273202448 140735273184992 140540740116215 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
/proc/26251/statm: 3229657 98160 3799 1 0 3218431 0
[pid=26251/tid=26253] ppid=26248 vsize=12918628 CPUtime=6.07 cores=0,2,4,6
/proc/26251/task/26253/stat : 26253 (java) R 26248 26251 25100 0 -1 4202560 14230 0 0 0 598 9 0 0 20 0 15 0 60553182 13228675072 98160 18446744073709551615 4194304 4196468 140735273202448 140540744354480 140540346727506 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26254] ppid=26248 vsize=12918628 CPUtime=0.04 cores=0,2,4,6
/proc/26251/task/26254/stat : 26254 (java) S 26248 26251 25100 0 -1 1077944384 578 0 0 0 2 2 0 0 20 0 15 0 60553182 13228675072 98160 18446744073709551615 4194304 4196468 140735273202448 140540662942480 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26255] ppid=26248 vsize=12918628 CPUtime=0.02 cores=0,2,4,6
/proc/26251/task/26255/stat : 26255 (java) S 26248 26251 25100 0 -1 1077944384 34 0 0 0 1 1 0 0 20 0 15 0 60553182 13228675072 98160 18446744073709551615 4194304 4196468 140735273202448 140540661889936 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26256] ppid=26248 vsize=12918628 CPUtime=0.04 cores=0,2,4,6
/proc/26251/task/26256/stat : 26256 (java) S 26248 26251 25100 0 -1 1077944384 63 0 0 0 2 2 0 0 20 0 15 0 60553182 13228675072 98160 18446744073709551615 4194304 4196468 140735273202448 140540660837392 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26257] ppid=26248 vsize=12918628 CPUtime=0.04 cores=0,2,4,6
/proc/26251/task/26257/stat : 26257 (java) S 26248 26251 25100 0 -1 1077944384 345 0 0 0 2 2 0 0 20 0 15 0 60553182 13228675072 98160 18446744073709551615 4194304 4196468 140735273202448 140540659784848 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26258] ppid=26248 vsize=12918628 CPUtime=0.01 cores=0,2,4,6
/proc/26251/task/26258/stat : 26258 (java) S 26248 26251 25100 0 -1 1077944384 375 0 0 0 1 0 0 0 20 0 15 0 60553184 13228675072 98160 18446744073709551615 4194304 4196468 140735273202448 140540224391152 140540740127362 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26259] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26259/stat : 26259 (java) S 26248 26251 25100 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 98160 18446744073709551615 4194304 4196468 140735273202448 140540223337376 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26260] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26260/stat : 26260 (java) S 26248 26251 25100 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 98160 18446744073709551615 4194304 4196468 140735273202448 140540222284800 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26261] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26261/stat : 26261 (java) S 26248 26251 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60553187 13228675072 98160 18446744073709551615 4194304 4196468 140735273202448 140540221233360 140540740134811 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26262] ppid=26248 vsize=12918628 CPUtime=1.06 cores=0,2,4,6
/proc/26251/task/26262/stat : 26262 (java) S 26248 26251 25100 0 -1 1077944384 4516 0 0 0 105 1 0 0 20 0 15 0 60553187 13228675072 98160 18446744073709551615 4194304 4196468 140735273202448 140540220180976 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26263] ppid=26248 vsize=12918628 CPUtime=1.01 cores=0,2,4,6
/proc/26251/task/26263/stat : 26263 (java) S 26248 26251 25100 0 -1 1077944384 4479 0 0 0 100 1 0 0 20 0 15 0 60553187 13228675072 98160 18446744073709551615 4194304 4196468 140735273202448 140540219128432 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26264] ppid=26248 vsize=12918628 CPUtime=0.67 cores=0,2,4,6
/proc/26251/task/26264/stat : 26264 (java) S 26248 26251 25100 0 -1 1077944384 7178 0 0 0 66 1 0 0 20 0 15 0 60553187 13228675072 98160 18446744073709551615 4194304 4196468 140735273202448 140540218075888 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26265] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26265/stat : 26265 (java) S 26248 26251 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60553187 13228675072 98160 18446744073709551615 4194304 4196468 140735273202448 140540217023584 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26266] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26266/stat : 26266 (java) S 26248 26251 25100 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 60553192 13228675072 98160 18446744073709551615 4194304 4196468 140735273202448 140540215970096 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
Current children cumulated CPU time (s) 9.04
Current children cumulated vsize (KiB) 12918628

[startup+12.7008 s]
/proc/loadavg: 1.28 1.33 1.46 3/214 26266
/proc/meminfo: memFree=30453672/32770624 swapFree=0/353444
[pid=26251] ppid=26248 vsize=12918628 CPUtime=15.53 cores=0,2,4,6
/proc/26251/stat : 26251 (java) S 26248 26251 25100 0 -1 1077944320 36810 0 0 0 1524 29 0 0 20 0 15 0 60553171 13228675072 162511 18446744073709551615 4194304 4196468 140735273202448 140735273184992 140540740116215 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
/proc/26251/statm: 3229657 162511 3799 1 0 3218431 0
[pid=26251/tid=26253] ppid=26248 vsize=12918628 CPUtime=12.42 cores=0,2,4,6
/proc/26251/task/26253/stat : 26253 (java) R 26248 26251 25100 0 -1 4202560 15165 0 0 0 1231 11 0 0 20 0 15 0 60553182 13228675072 162511 18446744073709551615 4194304 4196468 140735273202448 140540744351392 140540346730401 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26254] ppid=26248 vsize=12918628 CPUtime=0.07 cores=0,2,4,6
/proc/26251/task/26254/stat : 26254 (java) S 26248 26251 25100 0 -1 1077944384 624 0 0 0 4 3 0 0 20 0 15 0 60553182 13228675072 162511 18446744073709551615 4194304 4196468 140735273202448 140540662942480 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26255] ppid=26248 vsize=12918628 CPUtime=0.06 cores=0,2,4,6
/proc/26251/task/26255/stat : 26255 (java) S 26248 26251 25100 0 -1 1077944384 95 0 0 0 3 3 0 0 20 0 15 0 60553182 13228675072 162511 18446744073709551615 4194304 4196468 140735273202448 140540661889936 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26256] ppid=26248 vsize=12918628 CPUtime=0.07 cores=0,2,4,6
/proc/26251/task/26256/stat : 26256 (java) S 26248 26251 25100 0 -1 1077944384 1190 0 0 0 4 3 0 0 20 0 15 0 60553182 13228675072 162511 18446744073709551615 4194304 4196468 140735273202448 140540660837392 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26257] ppid=26248 vsize=12918628 CPUtime=0.07 cores=0,2,4,6
/proc/26251/task/26257/stat : 26257 (java) S 26248 26251 25100 0 -1 1077944384 695 0 0 0 4 3 0 0 20 0 15 0 60553182 13228675072 162511 18446744073709551615 4194304 4196468 140735273202448 140540659784848 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26258] ppid=26248 vsize=12918628 CPUtime=0.01 cores=0,2,4,6
/proc/26251/task/26258/stat : 26258 (java) S 26248 26251 25100 0 -1 1077944384 578 0 0 0 1 0 0 0 20 0 15 0 60553184 13228675072 162511 18446744073709551615 4194304 4196468 140735273202448 140540224391152 140540740127362 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26259] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26259/stat : 26259 (java) S 26248 26251 25100 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 162511 18446744073709551615 4194304 4196468 140735273202448 140540223337376 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26260] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26260/stat : 26260 (java) S 26248 26251 25100 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 162511 18446744073709551615 4194304 4196468 140735273202448 140540222284800 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26261] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26261/stat : 26261 (java) S 26248 26251 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60553187 13228675072 162511 18446744073709551615 4194304 4196468 140735273202448 140540221233360 140540740134811 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0

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

/proc/26251/task/26265/stat : 26265 (java) S 26248 26251 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60553187 13228675072 102822 18446744073709551615 4194304 4196468 140735273202448 140540217023584 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26266] ppid=26248 vsize=12918628 CPUtime=1.13 cores=0,2,4,6
/proc/26251/task/26266/stat : 26266 (java) S 26248 26251 25100 0 -1 1077944384 707 0 0 0 60 53 0 0 20 0 15 0 60553192 13228675072 102822 18446744073709551615 4194304 4196468 140735273202448 140540215970096 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
Current children cumulated CPU time (s) 2164.47
Current children cumulated vsize (KiB) 12918628

[startup+2202.31 s]
/proc/loadavg: 0.84 0.90 1.15 2/192 26441
/proc/meminfo: memFree=31010572/32770624 swapFree=0/354216
[pid=26251] ppid=26248 vsize=12918628 CPUtime=2225.11 cores=0,2,4,6
/proc/26251/stat : 26251 (java) S 26248 26251 25100 0 -1 1077944320 94350 0 0 0 222307 204 0 0 20 0 15 0 60553171 13228675072 103846 18446744073709551615 4194304 4196468 140735273202448 140735273184992 140540740116215 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
/proc/26251/statm: 3229657 103846 3799 1 0 3218431 0
[pid=26251/tid=26253] ppid=26248 vsize=12918628 CPUtime=2190.53 cores=0,2,4,6
/proc/26251/task/26253/stat : 26253 (java) R 26248 26251 25100 0 -1 4202560 39717 0 0 0 219028 25 0 0 20 0 15 0 60553182 13228675072 103846 18446744073709551615 4194304 4196468 140735273202448 140540744354848 140540346727496 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26254] ppid=26248 vsize=12918628 CPUtime=6.61 cores=0,2,4,6
/proc/26251/task/26254/stat : 26254 (java) S 26248 26251 25100 0 -1 1077944384 5946 0 0 0 631 30 0 0 20 0 15 0 60553182 13228675072 103846 18446744073709551615 4194304 4196468 140735273202448 140540662942480 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26255] ppid=26248 vsize=12918628 CPUtime=6.6 cores=0,2,4,6
/proc/26251/task/26255/stat : 26255 (java) S 26248 26251 25100 0 -1 1077944384 4332 0 0 0 630 30 0 0 20 0 15 0 60553182 13228675072 103846 18446744073709551615 4194304 4196468 140735273202448 140540661889936 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26256] ppid=26248 vsize=12918628 CPUtime=6.64 cores=0,2,4,6
/proc/26251/task/26256/stat : 26256 (java) S 26248 26251 25100 0 -1 1077944384 6310 0 0 0 634 30 0 0 20 0 15 0 60553182 13228675072 103846 18446744073709551615 4194304 4196468 140735273202448 140540660837392 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26257] ppid=26248 vsize=12918628 CPUtime=6.61 cores=0,2,4,6
/proc/26251/task/26257/stat : 26257 (java) S 26248 26251 25100 0 -1 1077944384 7311 0 0 0 630 31 0 0 20 0 15 0 60553182 13228675072 103846 18446744073709551615 4194304 4196468 140735273202448 140540659784848 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26258] ppid=26248 vsize=12918628 CPUtime=4.01 cores=0,2,4,6
/proc/26251/task/26258/stat : 26258 (java) S 26248 26251 25100 0 -1 1077944384 7983 0 0 0 372 29 0 0 20 0 15 0 60553184 13228675072 103846 18446744073709551615 4194304 4196468 140735273202448 140540224391152 140540740127362 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26259] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26259/stat : 26259 (java) S 26248 26251 25100 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 103846 18446744073709551615 4194304 4196468 140735273202448 140540223337376 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26260] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26260/stat : 26260 (java) S 26248 26251 25100 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 103846 18446744073709551615 4194304 4196468 140735273202448 140540222284800 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26261] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26261/stat : 26261 (java) S 26248 26251 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60553187 13228675072 103846 18446744073709551615 4194304 4196468 140735273202448 140540221233360 140540740134811 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26262] ppid=26248 vsize=12918628 CPUtime=1.12 cores=0,2,4,6
/proc/26251/task/26262/stat : 26262 (java) S 26248 26251 25100 0 -1 1077944384 7065 0 0 0 111 1 0 0 20 0 15 0 60553187 13228675072 103846 18446744073709551615 4194304 4196468 140735273202448 140540220180976 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26263] ppid=26248 vsize=12918628 CPUtime=1.03 cores=0,2,4,6
/proc/26251/task/26263/stat : 26263 (java) S 26248 26251 25100 0 -1 1077944384 5100 0 0 0 102 1 0 0 20 0 15 0 60553187 13228675072 103846 18446744073709551615 4194304 4196468 140735273202448 140540219128432 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26264] ppid=26248 vsize=12918628 CPUtime=0.69 cores=0,2,4,6
/proc/26251/task/26264/stat : 26264 (java) S 26248 26251 25100 0 -1 1077944384 8451 0 0 0 68 1 0 0 20 0 15 0 60553187 13228675072 103846 18446744073709551615 4194304 4196468 140735273202448 140540218075888 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26265] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26265/stat : 26265 (java) S 26248 26251 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60553187 13228675072 103846 18446744073709551615 4194304 4196468 140735273202448 140540217023584 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26266] ppid=26248 vsize=12918628 CPUtime=1.16 cores=0,2,4,6
/proc/26251/task/26266/stat : 26266 (java) S 26248 26251 25100 0 -1 1077944384 722 0 0 0 62 54 0 0 20 0 15 0 60553192 13228675072 103846 18446744073709551615 4194304 4196468 140735273202448 140540215970096 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
Current children cumulated CPU time (s) 2225.11
Current children cumulated vsize (KiB) 12918628

[startup+2262.3 s]
/proc/loadavg: 0.67 0.86 1.12 2/191 26443
/proc/meminfo: memFree=31006968/32770624 swapFree=0/354228
[pid=26251] ppid=26248 vsize=12918628 CPUtime=2285.75 cores=0,2,4,6
/proc/26251/stat : 26251 (java) S 26248 26251 25100 0 -1 1077944320 95578 0 0 0 228366 209 0 0 20 0 15 0 60553171 13228675072 104870 18446744073709551615 4194304 4196468 140735273202448 140735273184992 140540740116215 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
/proc/26251/statm: 3229657 104870 3799 1 0 3218431 0
[pid=26251/tid=26253] ppid=26248 vsize=12918628 CPUtime=2250.19 cores=0,2,4,6
/proc/26251/task/26253/stat : 26253 (java) R 26248 26251 25100 0 -1 4202560 40330 0 0 0 224994 25 0 0 20 0 15 0 60553182 13228675072 104870 18446744073709551615 4194304 4196468 140735273202448 140540744354624 140540346727506 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26254] ppid=26248 vsize=12918628 CPUtime=6.81 cores=0,2,4,6
/proc/26251/task/26254/stat : 26254 (java) S 26248 26251 25100 0 -1 1077944384 6036 0 0 0 651 30 0 0 20 0 15 0 60553182 13228675072 104870 18446744073709551615 4194304 4196468 140735273202448 140540662942480 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26255] ppid=26248 vsize=12918628 CPUtime=6.8 cores=0,2,4,6
/proc/26251/task/26255/stat : 26255 (java) S 26248 26251 25100 0 -1 1077944384 4400 0 0 0 650 30 0 0 20 0 15 0 60553182 13228675072 104870 18446744073709551615 4194304 4196468 140735273202448 140540661889936 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26256] ppid=26248 vsize=12918628 CPUtime=6.85 cores=0,2,4,6
/proc/26251/task/26256/stat : 26256 (java) S 26248 26251 25100 0 -1 1077944384 6485 0 0 0 655 30 0 0 20 0 15 0 60553182 13228675072 104870 18446744073709551615 4194304 4196468 140735273202448 140540660837392 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26257] ppid=26248 vsize=12918628 CPUtime=6.82 cores=0,2,4,6
/proc/26251/task/26257/stat : 26257 (java) S 26248 26251 25100 0 -1 1077944384 7400 0 0 0 650 32 0 0 20 0 15 0 60553182 13228675072 104870 18446744073709551615 4194304 4196468 140735273202448 140540659784848 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26258] ppid=26248 vsize=12918628 CPUtime=4.14 cores=0,2,4,6
/proc/26251/task/26258/stat : 26258 (java) S 26248 26251 25100 0 -1 1077944384 8156 0 0 0 383 31 0 0 20 0 15 0 60553184 13228675072 104870 18446744073709551615 4194304 4196468 140735273202448 140540224391152 140540740127362 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26259] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26259/stat : 26259 (java) S 26248 26251 25100 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 104870 18446744073709551615 4194304 4196468 140735273202448 140540223337376 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26260] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26260/stat : 26260 (java) S 26248 26251 25100 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 104870 18446744073709551615 4194304 4196468 140735273202448 140540222284800 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26261] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26261/stat : 26261 (java) S 26248 26251 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60553187 13228675072 104870 18446744073709551615 4194304 4196468 140735273202448 140540221233360 140540740134811 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26262] ppid=26248 vsize=12918628 CPUtime=1.12 cores=0,2,4,6
/proc/26251/task/26262/stat : 26262 (java) S 26248 26251 25100 0 -1 1077944384 7067 0 0 0 111 1 0 0 20 0 15 0 60553187 13228675072 104870 18446744073709551615 4194304 4196468 140735273202448 140540220180976 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26263] ppid=26248 vsize=12918628 CPUtime=1.03 cores=0,2,4,6
/proc/26251/task/26263/stat : 26263 (java) S 26248 26251 25100 0 -1 1077944384 5102 0 0 0 102 1 0 0 20 0 15 0 60553187 13228675072 104870 18446744073709551615 4194304 4196468 140735273202448 140540219128432 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26264] ppid=26248 vsize=12918628 CPUtime=0.69 cores=0,2,4,6
/proc/26251/task/26264/stat : 26264 (java) S 26248 26251 25100 0 -1 1077944384 8453 0 0 0 68 1 0 0 20 0 15 0 60553187 13228675072 104870 18446744073709551615 4194304 4196468 140735273202448 140540218075888 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26265] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26265/stat : 26265 (java) S 26248 26251 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60553187 13228675072 104870 18446744073709551615 4194304 4196468 140735273202448 140540217023584 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26266] ppid=26248 vsize=12918628 CPUtime=1.19 cores=0,2,4,6
/proc/26251/task/26266/stat : 26266 (java) S 26248 26251 25100 0 -1 1077944384 736 0 0 0 64 55 0 0 20 0 15 0 60553192 13228675072 104870 18446744073709551615 4194304 4196468 140735273202448 140540215970096 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
Current children cumulated CPU time (s) 2285.75
Current children cumulated vsize (KiB) 12918628

[startup+2322.3 s]
/proc/loadavg: 0.66 0.82 1.09 2/196 26461
/proc/meminfo: memFree=30998552/32770624 swapFree=0/354276
[pid=26251] ppid=26248 vsize=12918628 CPUtime=2346.41 cores=0,2,4,6
/proc/26251/stat : 26251 (java) S 26248 26251 25100 0 -1 1077944320 96835 0 0 0 234426 215 0 0 20 0 15 0 60553171 13228675072 105894 18446744073709551615 4194304 4196468 140735273202448 140735273184992 140540740116215 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
/proc/26251/statm: 3229657 105894 3799 1 0 3218431 0
[pid=26251/tid=26253] ppid=26248 vsize=12918628 CPUtime=2309.83 cores=0,2,4,6
/proc/26251/task/26253/stat : 26253 (java) R 26248 26251 25100 0 -1 4202560 40951 0 0 0 230958 25 0 0 20 0 15 0 60553182 13228675072 105894 18446744073709551615 4194304 4196468 140735273202448 140540744354624 140540347076749 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26254] ppid=26248 vsize=12918628 CPUtime=7.03 cores=0,2,4,6
/proc/26251/task/26254/stat : 26254 (java) S 26248 26251 25100 0 -1 1077944384 6189 0 0 0 672 31 0 0 20 0 15 0 60553182 13228675072 105894 18446744073709551615 4194304 4196468 140735273202448 140540662942480 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26255] ppid=26248 vsize=12918628 CPUtime=7.03 cores=0,2,4,6
/proc/26251/task/26255/stat : 26255 (java) S 26248 26251 25100 0 -1 1077944384 4548 0 0 0 672 31 0 0 20 0 15 0 60553182 13228675072 105894 18446744073709551615 4194304 4196468 140735273202448 140540661889936 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26256] ppid=26248 vsize=12918628 CPUtime=7.07 cores=0,2,4,6
/proc/26251/task/26256/stat : 26256 (java) S 26248 26251 25100 0 -1 1077944384 6605 0 0 0 675 32 0 0 20 0 15 0 60553182 13228675072 105894 18446744073709551615 4194304 4196468 140735273202448 140540660837392 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26257] ppid=26248 vsize=12918628 CPUtime=7.04 cores=0,2,4,6
/proc/26251/task/26257/stat : 26257 (java) S 26248 26251 25100 0 -1 1077944384 7421 0 0 0 671 33 0 0 20 0 15 0 60553182 13228675072 105894 18446744073709551615 4194304 4196468 140735273202448 140540659784848 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26258] ppid=26248 vsize=12918628 CPUtime=4.25 cores=0,2,4,6
/proc/26251/task/26258/stat : 26258 (java) S 26248 26251 25100 0 -1 1077944384 8329 0 0 0 393 32 0 0 20 0 15 0 60553184 13228675072 105894 18446744073709551615 4194304 4196468 140735273202448 140540224391152 140540740127362 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26259] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26259/stat : 26259 (java) S 26248 26251 25100 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 105894 18446744073709551615 4194304 4196468 140735273202448 140540223337376 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26260] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26260/stat : 26260 (java) S 26248 26251 25100 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 105894 18446744073709551615 4194304 4196468 140735273202448 140540222284800 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26261] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26261/stat : 26261 (java) S 26248 26251 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60553187 13228675072 105894 18446744073709551615 4194304 4196468 140735273202448 140540221233360 140540740134811 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26262] ppid=26248 vsize=12918628 CPUtime=1.12 cores=0,2,4,6
/proc/26251/task/26262/stat : 26262 (java) S 26248 26251 25100 0 -1 1077944384 7069 0 0 0 111 1 0 0 20 0 15 0 60553187 13228675072 105894 18446744073709551615 4194304 4196468 140735273202448 140540220180976 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26263] ppid=26248 vsize=12918628 CPUtime=1.03 cores=0,2,4,6
/proc/26251/task/26263/stat : 26263 (java) S 26248 26251 25100 0 -1 1077944384 5104 0 0 0 102 1 0 0 20 0 15 0 60553187 13228675072 105894 18446744073709551615 4194304 4196468 140735273202448 140540219128432 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26264] ppid=26248 vsize=12918628 CPUtime=0.69 cores=0,2,4,6
/proc/26251/task/26264/stat : 26264 (java) S 26248 26251 25100 0 -1 1077944384 8455 0 0 0 68 1 0 0 20 0 15 0 60553187 13228675072 105894 18446744073709551615 4194304 4196468 140735273202448 140540218075888 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26265] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26265/stat : 26265 (java) S 26248 26251 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60553187 13228675072 105894 18446744073709551615 4194304 4196468 140735273202448 140540217023584 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26266] ppid=26248 vsize=12918628 CPUtime=1.22 cores=0,2,4,6
/proc/26251/task/26266/stat : 26266 (java) S 26248 26251 25100 0 -1 1077944384 751 0 0 0 66 56 0 0 20 0 15 0 60553192 13228675072 105894 18446744073709551615 4194304 4196468 140735273202448 140540215970096 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
Current children cumulated CPU time (s) 2346.41
Current children cumulated vsize (KiB) 12918628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2375.4 s]
/proc/loadavg: 0.78 0.82 1.08 2/196 26487
/proc/meminfo: memFree=30993868/32770624 swapFree=0/354340
[pid=26251] ppid=26248 vsize=12918628 CPUtime=2400.07 cores=0,2,4,6
/proc/26251/stat : 26251 (java) S 26248 26251 25100 0 -1 1077944320 97157 0 0 0 239788 219 0 0 20 0 15 0 60553171 13228675072 106918 18446744073709551615 4194304 4196468 140735273202448 140735273184992 140540740116215 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
/proc/26251/statm: 3229657 106918 3799 1 0 3218431 0
[pid=26251/tid=26253] ppid=26248 vsize=12918628 CPUtime=2362.61 cores=0,2,4,6
/proc/26251/task/26253/stat : 26253 (java) R 26248 26251 25100 0 -1 4202560 41145 0 0 0 236235 26 0 0 20 0 15 0 60553182 13228675072 106918 18446744073709551615 4194304 4196468 140735273202448 140540744354624 140540346890921 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26254] ppid=26248 vsize=12918628 CPUtime=7.21 cores=0,2,4,6
/proc/26251/task/26254/stat : 26254 (java) S 26248 26251 25100 0 -1 1077944384 6230 0 0 0 690 31 0 0 20 0 15 0 60553182 13228675072 106918 18446744073709551615 4194304 4196468 140735273202448 140540662942480 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26255] ppid=26248 vsize=12918628 CPUtime=7.22 cores=0,2,4,6
/proc/26251/task/26255/stat : 26255 (java) S 26248 26251 25100 0 -1 1077944384 4552 0 0 0 691 31 0 0 20 0 15 0 60553182 13228675072 106918 18446744073709551615 4194304 4196468 140735273202448 140540661889936 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26256] ppid=26248 vsize=12918628 CPUtime=7.25 cores=0,2,4,6
/proc/26251/task/26256/stat : 26256 (java) S 26248 26251 25100 0 -1 1077944384 6676 0 0 0 693 32 0 0 20 0 15 0 60553182 13228675072 106918 18446744073709551615 4194304 4196468 140735273202448 140540660837392 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26257] ppid=26248 vsize=12918628 CPUtime=7.23 cores=0,2,4,6
/proc/26251/task/26257/stat : 26257 (java) S 26248 26251 25100 0 -1 1077944384 7423 0 0 0 690 33 0 0 20 0 15 0 60553182 13228675072 106918 18446744073709551615 4194304 4196468 140735273202448 140540659784848 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26258] ppid=26248 vsize=12918628 CPUtime=4.35 cores=0,2,4,6
/proc/26251/task/26258/stat : 26258 (java) S 26248 26251 25100 0 -1 1077944384 8331 0 0 0 402 33 0 0 20 0 15 0 60553184 13228675072 106918 18446744073709551615 4194304 4196468 140735273202448 140540224391152 140540740127362 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26259] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26259/stat : 26259 (java) S 26248 26251 25100 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 106918 18446744073709551615 4194304 4196468 140735273202448 140540223337376 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26260] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26260/stat : 26260 (java) S 26248 26251 25100 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 60553184 13228675072 106918 18446744073709551615 4194304 4196468 140735273202448 140540222284800 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26261] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26261/stat : 26261 (java) S 26248 26251 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60553187 13228675072 106918 18446744073709551615 4194304 4196468 140735273202448 140540221233360 140540740134811 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26262] ppid=26248 vsize=12918628 CPUtime=1.12 cores=0,2,4,6
/proc/26251/task/26262/stat : 26262 (java) S 26248 26251 25100 0 -1 1077944384 7071 0 0 0 111 1 0 0 20 0 15 0 60553187 13228675072 106918 18446744073709551615 4194304 4196468 140735273202448 140540220180976 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26263] ppid=26248 vsize=12918628 CPUtime=1.03 cores=0,2,4,6
/proc/26251/task/26263/stat : 26263 (java) S 26248 26251 25100 0 -1 1077944384 5106 0 0 0 102 1 0 0 20 0 15 0 60553187 13228675072 106918 18446744073709551615 4194304 4196468 140735273202448 140540219128432 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26264] ppid=26248 vsize=12918628 CPUtime=0.69 cores=0,2,4,6
/proc/26251/task/26264/stat : 26264 (java) S 26248 26251 25100 0 -1 1077944384 8457 0 0 0 68 1 0 0 20 0 15 0 60553187 13228675072 106918 18446744073709551615 4194304 4196468 140735273202448 140540218075888 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26265] ppid=26248 vsize=12918628 CPUtime=0 cores=0,2,4,6
/proc/26251/task/26265/stat : 26265 (java) S 26248 26251 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 60553187 13228675072 106918 18446744073709551615 4194304 4196468 140735273202448 140540217023584 140540740126421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
[pid=26251/tid=26266] ppid=26248 vsize=12918628 CPUtime=1.25 cores=0,2,4,6
/proc/26251/task/26266/stat : 26266 (java) S 26248 26251 25100 0 -1 1077944384 753 0 0 0 67 58 0 0 20 0 15 0 60553192 13228675072 106918 18446744073709551615 4194304 4196468 140735273202448 140540215970096 140540740127362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6975488 140735273206164 140735273206350 140735273206350 140735273209807 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 12918628

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 26251 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2375.41
CPU time (s): 2400.1
CPU user time (s): 2397.89
CPU system time (s): 2.20202
CPU usage (%): 101.039
Max. virtual memory (cumulated for all children) (KiB): 12918628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.9
system time used= 2.20202
maximum resident set size= 672664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97345
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 172782
involuntary context switches= 6166

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2743 second user time and 15.3114 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-07 19:22:12
IDJOB=4247257
IDBENCH=140599
IDSOLVER=2628
FILE ID=node133/4247257-1502127379
RUNJOBID= node133-1502065585-15256
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-nor-s1/SchurrLemma-nor-067-4.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247257-1502127379/watcher-4247257-1502127379 -o /tmp/evaluation-result-4247257-1502127379/solver-4247257-1502127379 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502065585-15256 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 809812374 --timelimit 2400 --memlimit 15500 --nbcore 4 HOME/instance-4247257-1502127379.xml

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

MD5SUM BENCH= 22c6c6446a04b334dd8f238e60106d6c
RANDOM SEED=809812374

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31090712 kB
MemAvailable:   31709432 kB
Buffers:          235408 kB
Cached:           673056 kB
SwapCached:            0 kB
Active:           874340 kB
Inactive:         378196 kB
Active(anon):     344556 kB
Inactive(anon):    24920 kB
Active(file):     529784 kB
Inactive(file):   353276 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41944 kB
Writeback:             4 kB
AnonPages:        438604 kB
Mapped:            56548 kB
Shmem:             25276 kB
Slab:             129716 kB
SReclaimable:     102988 kB
SUnreclaim:        26728 kB
KernelStack:        3632 kB
PageTables:         5700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1197524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    317440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61988 MiB
End job on node133 at 2017-08-07 20:01:48