Trace number 4273873

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26? (TO) 2520.0901 2489.4399

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-11-12-fair.xml
MD5SUM4cd037b51317e52702be0dab62f9a527
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 variables34626
Number of constraints32807
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":4598},{"size":201,"count":156},{"size":20001,"count":29872}]
Minimum variable degree2
Maximum variable degree276
Distribution of variable degrees[{"degree":2,"count":30674},{"degree":3,"count":792},{"degree":4,"count":45},{"degree":5,"count":330},{"degree":6,"count":186},{"degree":7,"count":671},{"degree":8,"count":971},{"degree":9,"count":546},{"degree":10,"count":24},{"degree":12,"count":25},{"degree":13,"count":288},{"degree":14,"count":11},{"degree":24,"count":1},{"degree":35,"count":13},{"degree":57,"count":13},{"degree":59,"count":10},{"degree":70,"count":1},{"degree":80,"count":12},{"degree":125,"count":2},{"degree":126,"count":10},{"degree":276,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":5304},{"arity":3,"count":27501}]
Number of extensional constraints0
Number of intensional constraints32807
Distribution of constraint types[{"type":"intension","count":32807}]
Optimization problemNO
Type of objective

Solver Data

0.22/0.41	c version: 2017-07-26
0.22/0.41	c seed: 561616957
0.22/0.41	c timeout: 2520
0.22/0.41	c memlimit: 11000
0.22/0.41	c nbcore: 4
0.41/0.44	c Parsing instance...
124.97/102.91	c Parsing done, starting search...
2520.05/2489.40	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15069 MiB free)
  memory of node 1: 16384 MiB (15395 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273873-1502843323/watcher-4273873-1502843323 -o /tmp/evaluation-result-4273873-1502843323/solver-4273873-1502843323 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 561616957 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273873-1502843323.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=15288, runsolver pid=15285
Current StackSize limit: 8192 KiB


[startup+0.100088 s]*
/proc/loadavg: 1.99 1.54 1.52 3/197 15290
/proc/meminfo: memFree=31194320/32770624 swapFree=67105588/67108860
[pid=15288] ppid=15285 vsize=13358552 memory=10656 CPUtime=0 cores=1,3,5,7
/proc/15288/stat : 15288 (java) S 15285 15288 12560 0 -1 1077944320 3023 0 0 0 0 0 0 0 20 0 6 0 86527588 13679157248 2664 18446744073709551615 4194304 4196468 140730985126608 140730985109152 140657994874615 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
/proc/15288/statm: 3339638 2664 1588 1 0 3329135 0
[pid=15288/tid=15290] ppid=15285 vsize=13358552 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15290/stat : 15290 (java) R 15285 15288 12560 0 -1 4202560 1809 0 0 0 0 0 0 0 20 0 6 0 86527598 13679157248 2796 18446744073709551615 4194304 4196468 140730985126608 140657999110736 140657888505718 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15291] ppid=15285 vsize=13358552 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15291/stat : 15291 (java) S 15285 15288 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 86527598 13679157248 2796 18446744073709551615 4194304 4196468 140730985126608 140657595280528 140657994884821 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15292] ppid=15285 vsize=13358552 memory=140080055654016 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15292/stat : 15292 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 86527598 13679157248 2796 18446744073709551615 4194304 4196468 140730985126608 140657594227728 140657994884821 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15293] ppid=15285 vsize=13358552 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15293/stat : 15293 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 86527598 13679157248 2796 18446744073709551615 4194304 4196468 140730985126608 140657593174928 140657994884821 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15294] ppid=15285 vsize=13358552 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15294/stat : 15294 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 86527598 13679157248 2796 18446744073709551615 4194304 4196468 140730985126608 140657592122128 140657994884821 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 10656 KiB

[startup+0.209842 s]*
/proc/loadavg: 1.99 1.54 1.52 2/209 15302
/proc/meminfo: memFree=31183932/32770624 swapFree=67105588/67108860
[pid=15288] ppid=15285 vsize=13976388 memory=24812 CPUtime=0.06 cores=1,3,5,7
/proc/15288/stat : 15288 (java) S 15285 15288 12560 0 -1 1077944320 5667 0 0 0 5 1 0 0 20 0 15 0 86527588 14311821312 6203 18446744073709551615 4194304 4196468 140730985126608 140730985109152 140657994874615 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
/proc/15288/statm: 3494097 6203 3119 1 0 3482876 0
[pid=15288/tid=15290] ppid=15285 vsize=13976388 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/15288/task/15290/stat : 15290 (java) R 15285 15288 12560 0 -1 4202560 3862 0 0 0 4 0 0 0 20 0 15 0 86527598 14311821312 6269 18446744073709551615 4194304 4196468 140730985126608 140657999109536 140657888505718 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15291] ppid=15285 vsize=13976388 memory=328 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15291/stat : 15291 (java) S 15285 15288 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86527598 14311821312 6269 18446744073709551615 4194304 4196468 140730985126608 140657595280528 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15292] ppid=15285 vsize=13976388 memory=140080055667189 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15292/stat : 15292 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86527598 14311821312 6269 18446744073709551615 4194304 4196468 140730985126608 140657594227728 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15293] ppid=15285 vsize=13976388 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15293/stat : 15293 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86527598 14311821312 6335 18446744073709551615 4194304 4196468 140730985126608 140657593174928 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15294] ppid=15285 vsize=13976388 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15294/stat : 15294 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86527598 14311821312 6335 18446744073709551615 4194304 4196468 140730985126608 140657592122128 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15295] ppid=15285 vsize=13976388 memory=140080055654016 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15295/stat : 15295 (java) S 15285 15288 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86527600 14311821312 6335 18446744073709551615 4194304 4196468 140730985126608 140657180797296 140657994885762 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15296] ppid=15285 vsize=13976388 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15296/stat : 15296 (java) S 15285 15288 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 86527600 14311821312 6335 18446744073709551615 4194304 4196468 140730985126608 140657179743264 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15297] ppid=15285 vsize=13976388 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15297/stat : 15297 (java) S 15285 15288 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 86527600 14311821312 6335 18446744073709551615 4194304 4196468 140730985126608 140657178690416 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15298] ppid=15285 vsize=13976388 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15298/stat : 15298 (java) S 15285 15288 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86527603 14311821312 6335 18446744073709551615 4194304 4196468 140730985126608 140657177638736 140657994893211 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15299] ppid=15285 vsize=13976388 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15299/stat : 15299 (java) S 15285 15288 12560 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 86527603 14311821312 6335 18446744073709551615 4194304 4196468 140730985126608 140657176587120 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15300] ppid=15285 vsize=13976388 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15300/stat : 15300 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86527603 14311821312 6335 18446744073709551615 4194304 4196468 140730985126608 140657175534320 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15301] ppid=15285 vsize=13976388 memory=140080055654016 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15301/stat : 15301 (java) S 15285 15288 12560 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 15 0 86527603 14311821312 6335 18446744073709551615 4194304 4196468 140730985126608 140657174481520 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15302] ppid=15285 vsize=13976388 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15302/stat : 15302 (java) S 15285 15288 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86527603 14311821312 6335 18446744073709551615 4194304 4196468 140730985126608 140657173428960 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15303] ppid=15285 vsize=13976388 memory=140080055654016 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15303/stat : 15303 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86527609 14311821312 6401 18446744073709551615 4194304 4196468 140730985126608 140657172376240 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13976388 KiB
Current children cumulated memory: 24812 KiB

[startup+0.310319 s]*
/proc/loadavg: 1.99 1.54 1.52 3/210 15303
/proc/meminfo: memFree=31170032/32770624 swapFree=67105588/67108860
[pid=15288] ppid=15285 vsize=13975920 memory=39420 CPUtime=0.22 cores=1,3,5,7
/proc/15288/stat : 15288 (java) S 15285 15288 12560 0 -1 1077944320 10130 0 0 0 19 3 0 0 20 0 15 0 86527588 14311342080 9855 18446744073709551615 4194304 4196468 140730985126608 140730985109152 140657994874615 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
/proc/15288/statm: 3493980 9855 3520 1 0 3482759 0
[pid=15288/tid=15290] ppid=15285 vsize=13975920 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/15288/task/15290/stat : 15290 (java) R 15285 15288 12560 0 -1 4202560 7862 0 0 0 13 2 0 0 20 0 15 0 86527598 14311342080 9855 18446744073709551615 4194304 4196468 140730985126608 140657999101808 140657994895962 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15291] ppid=15285 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15291/stat : 15291 (java) S 15285 15288 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86527598 14311342080 9855 18446744073709551615 4194304 4196468 140730985126608 140657595280528 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15292] ppid=15285 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15292/stat : 15292 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86527598 14311342080 9855 18446744073709551615 4194304 4196468 140730985126608 140657594227728 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15293] ppid=15285 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15293/stat : 15293 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86527598 14311342080 9855 18446744073709551615 4194304 4196468 140730985126608 140657593174928 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15294] ppid=15285 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15294/stat : 15294 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86527598 14311342080 9855 18446744073709551615 4194304 4196468 140730985126608 140657592122128 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15295] ppid=15285 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15295/stat : 15295 (java) S 15285 15288 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 86527600 14311342080 9855 18446744073709551615 4194304 4196468 140730985126608 140657180797296 140657994885762 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15296] ppid=15285 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15296/stat : 15296 (java) S 15285 15288 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 86527600 14311342080 9855 18446744073709551615 4194304 4196468 140730985126608 140657179743264 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15297] ppid=15285 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15297/stat : 15297 (java) S 15285 15288 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 86527600 14311342080 9855 18446744073709551615 4194304 4196468 140730985126608 140657178690416 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15298] ppid=15285 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15298/stat : 15298 (java) S 15285 15288 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86527603 14311342080 9855 18446744073709551615 4194304 4196468 140730985126608 140657177638736 140657994893211 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15299] ppid=15285 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15288/task/15299/stat : 15299 (java) S 15285 15288 12560 0 -1 1077944384 323 0 0 0 1 0 0 0 20 0 15 0 86527603 14311342080 9855 18446744073709551615 4194304 4196468 140730985126608 140657176587120 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15300] ppid=15285 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15300/stat : 15300 (java) S 15285 15288 12560 0 -1 1077944384 187 0 0 0 0 0 0 0 20 0 15 0 86527603 14311342080 9855 18446744073709551615 4194304 4196468 140730985126608 140657175534320 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15301] ppid=15285 vsize=13975920 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/15288/task/15301/stat : 15301 (java) R 15285 15288 12560 0 -1 4202560 377 0 0 0 4 0 0 0 20 0 15 0 86527603 14311342080 9855 18446744073709551615 4194304 4196468 140730985126608 140657174481328 140657994886550 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15302] ppid=15285 vsize=13975920 memory=140080055654016 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15302/stat : 15302 (java) S 15285 15288 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86527603 14311342080 9855 18446744073709551615 4194304 4196468 140730985126608 140657173428960 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15303] ppid=15285 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15303/stat : 15303 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86527609 14311342080 9855 18446744073709551615 4194304 4196468 140730985126608 140657172376240 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39420 KiB

[startup+0.701272 s]
/proc/loadavg: 1.99 1.54 1.52 4/210 15303
/proc/meminfo: memFree=31156408/32770624 swapFree=67105588/67108860
[pid=15288] ppid=15285 vsize=13975940 memory=86700 CPUtime=1.05 cores=1,3,5,7
/proc/15288/stat : 15288 (java) S 15285 15288 12560 0 -1 1077944320 14325 0 0 0 100 5 0 0 20 0 15 0 86527588 14311362560 21675 18446744073709551615 4194304 4196468 140730985126608 140730985109152 140657994874615 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
/proc/15288/statm: 3493985 21675 3728 1 0 3482759 0
[pid=15288/tid=15290] ppid=15285 vsize=13975940 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/15288/task/15290/stat : 15290 (java) R 15285 15288 12560 0 -1 4202560 10228 0 0 0 49 3 0 0 20 0 15 0 86527598 14311362560 21675 18446744073709551615 4194304 4196468 140730985126608 140657999105808 140657975723408 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15291] ppid=15285 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15291/stat : 15291 (java) S 15285 15288 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 86527598 14313459712 21675 18446744073709551615 4194304 4196468 140730985126608 140657595280528 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15292] ppid=15285 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15292/stat : 15292 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86527598 14313459712 21675 18446744073709551615 4194304 4196468 140730985126608 140657594227728 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15293] ppid=15285 vsize=13977988 memory=1229 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15293/stat : 15293 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86527598 14313459712 21675 18446744073709551615 4194304 4196468 140730985126608 140657593174928 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15294] ppid=15285 vsize=13977988 memory=4529 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15294/stat : 15294 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86527598 14313459712 21675 18446744073709551615 4194304 4196468 140730985126608 140657592122128 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15295] ppid=15285 vsize=13977988 memory=140079955991360 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15295/stat : 15295 (java) S 15285 15288 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 86527600 14313459712 21675 18446744073709551615 4194304 4196468 140730985126608 140657180797296 140657994885762 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15296] ppid=15285 vsize=13977988 memory=3472468359003648832 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15296/stat : 15296 (java) S 15285 15288 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 86527600 14313459712 21675 18446744073709551615 4194304 4196468 140730985126608 140657179743264 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15297] ppid=15285 vsize=13977988 memory=83 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15297/stat : 15297 (java) S 15285 15288 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 86527600 14313459712 21675 18446744073709551615 4194304 4196468 140730985126608 140657178690416 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15298] ppid=15285 vsize=13977988 memory=288 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15298/stat : 15298 (java) S 15285 15288 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86527603 14313459712 21675 18446744073709551615 4194304 4196468 140730985126608 140657177638736 140657994893211 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15299] ppid=15285 vsize=13977988 memory=561 CPUtime=0.17 cores=1,3,5,7
/proc/15288/task/15299/stat : 15299 (java) R 15285 15288 12560 0 -1 4202560 1203 0 0 0 17 0 0 0 20 0 15 0 86527603 14313459712 21675 18446744073709551615 4194304 4196468 140730985126608 140657176568824 140657978360870 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15300] ppid=15285 vsize=13977988 memory=393 CPUtime=0.16 cores=1,3,5,7
/proc/15288/task/15300/stat : 15300 (java) R 15285 15288 12560 0 -1 4202560 907 0 0 0 16 0 0 0 20 0 15 0 86527603 14313459712 21675 18446744073709551615 4194304 4196468 140730985126608 140657175520344 140657978259408 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15301] ppid=15285 vsize=13977988 memory=154 CPUtime=0.17 cores=1,3,5,7
/proc/15288/task/15301/stat : 15301 (java) S 15285 15288 12560 0 -1 1077944384 606 0 0 0 17 0 0 0 20 0 15 0 86527603 14313459712 21675 18446744073709551615 4194304 4196468 140730985126608 140657174481520 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15302] ppid=15285 vsize=13977988 memory=2950 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15302/stat : 15302 (java) S 15285 15288 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86527603 14313459712 21675 18446744073709551615 4194304 4196468 140730985126608 140657173428960 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15303] ppid=15285 vsize=13977988 memory=332 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15303/stat : 15303 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86527609 14313459712 21675 18446744073709551615 4194304 4196468 140730985126608 140657172376240 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 13975940 KiB
Current children cumulated memory: 86700 KiB

[startup+1.50081 s]
/proc/loadavg: 1.99 1.54 1.52 5/210 15303
/proc/meminfo: memFree=31057868/32770624 swapFree=67105588/67108860
[pid=15288] ppid=15285 vsize=13977988 memory=249576 CPUtime=3.54 cores=1,3,5,7
/proc/15288/stat : 15288 (java) S 15285 15288 12560 0 -1 1077944320 17416 0 0 0 339 15 0 0 20 0 15 0 86527588 14313459712 62394 18446744073709551615 4194304 4196468 140730985126608 140730985109152 140657994874615 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
/proc/15288/statm: 3494497 62394 3792 1 0 3483271 0
[pid=15288/tid=15290] ppid=15285 vsize=13977988 memory=109 CPUtime=1.26 cores=1,3,5,7
/proc/15288/task/15290/stat : 15290 (java) R 15285 15288 12560 0 -1 4202560 10517 0 0 0 121 5 0 0 20 0 15 0 86527598 14313459712 62394 18446744073709551615 4194304 4196468 140730985126608 140657999108704 140657641334105 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15291] ppid=15285 vsize=13977988 memory=3 CPUtime=0.04 cores=1,3,5,7
/proc/15288/task/15291/stat : 15291 (java) S 15285 15288 12560 0 -1 1077944384 75 0 0 0 3 1 0 0 20 0 15 0 86527598 14313459712 62394 18446744073709551615 4194304 4196468 140730985126608 140657595280528 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15292] ppid=15285 vsize=13977988 memory=3 CPUtime=0.05 cores=1,3,5,7
/proc/15288/task/15292/stat : 15292 (java) S 15285 15288 12560 0 -1 1077944384 83 0 0 0 3 2 0 0 20 0 15 0 86527598 14313459712 62394 18446744073709551615 4194304 4196468 140730985126608 140657594227728 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15293] ppid=15285 vsize=13977988 memory=83 CPUtime=0.04 cores=1,3,5,7
/proc/15288/task/15293/stat : 15293 (java) S 15285 15288 12560 0 -1 1077944384 101 0 0 0 3 1 0 0 20 0 15 0 86527598 14313459712 62394 18446744073709551615 4194304 4196468 140730985126608 140657593174928 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15294] ppid=15285 vsize=13977988 memory=288 CPUtime=0.04 cores=1,3,5,7
/proc/15288/task/15294/stat : 15294 (java) S 15285 15288 12560 0 -1 1077944384 60 0 0 0 3 1 0 0 20 0 15 0 86527598 14313459712 62394 18446744073709551615 4194304 4196468 140730985126608 140657592122128 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15295] ppid=15285 vsize=13977988 memory=561 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15295/stat : 15295 (java) S 15285 15288 12560 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 86527600 14313459712 62394 18446744073709551615 4194304 4196468 140730985126608 140657180797296 140657994885762 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15296] ppid=15285 vsize=13977988 memory=393 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15296/stat : 15296 (java) S 15285 15288 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 86527600 14313459712 62394 18446744073709551615 4194304 4196468 140730985126608 140657179743328 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15297] ppid=15285 vsize=13977988 memory=154 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15297/stat : 15297 (java) S 15285 15288 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 86527600 14313459712 62394 18446744073709551615 4194304 4196468 140730985126608 140657178690432 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15298] ppid=15285 vsize=13977988 memory=2950 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15298/stat : 15298 (java) S 15285 15288 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86527603 14313459712 62394 18446744073709551615 4194304 4196468 140730985126608 140657177638736 140657994893211 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15299] ppid=15285 vsize=13977988 memory=332 CPUtime=0.82 cores=1,3,5,7
/proc/15288/task/15299/stat : 15299 (java) R 15285 15288 12560 0 -1 4202560 1908 0 0 0 82 0 0 0 20 0 15 0 86527603 14313459712 62394 18446744073709551615 4194304 4196468 140730985126608 140657176570320 140657978371403 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15300] ppid=15285 vsize=13977988 memory=96416380 CPUtime=0.83 cores=1,3,5,7
/proc/15288/task/15300/stat : 15300 (java) R 15285 15288 12560 0 -1 4202560 2146 0 0 0 83 0 0 0 20 0 15 0 86527603 14313459712 62394 18446744073709551615 4194304 4196468 140730985126608 140657175513552 140657978371403 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15301] ppid=15285 vsize=13977988 memory=2372 CPUtime=0.37 cores=1,3,5,7
/proc/15288/task/15301/stat : 15301 (java) S 15285 15288 12560 0 -1 1077944384 1067 0 0 0 37 0 0 0 20 0 15 0 86527603 14313459712 62394 18446744073709551615 4194304 4196468 140730985126608 140657174481520 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15302] ppid=15285 vsize=13977988 memory=180 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15302/stat : 15302 (java) S 15285 15288 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86527603 14313459712 62394 18446744073709551615 4194304 4196468 140730985126608 140657173428960 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15303] ppid=15285 vsize=13977988 memory=288230621803979440 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15303/stat : 15303 (java) S 15285 15288 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 86527609 14313459712 62394 18446744073709551615 4194304 4196468 140730985126608 140657172376240 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
Current children cumulated CPU time: 3.54 s
Current children cumulated vsize: 13977988 KiB

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

/proc/15288/task/15290/stat : 15290 (java) R 15285 15288 12560 0 -1 4202560 164412 0 0 0 231551 72 0 0 20 0 15 0 86527598 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657999113248 140657648732336 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15291] ppid=15285 vsize=13982084 memory=5985668 CPUtime=5.33 cores=1,3,5,7
/proc/15288/task/15291/stat : 15291 (java) S 15285 15288 12560 0 -1 1077944384 16236 0 0 0 453 80 0 0 20 0 15 0 86527598 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657595280528 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15292] ppid=15285 vsize=13982084 memory=5985668 CPUtime=5.32 cores=1,3,5,7
/proc/15288/task/15292/stat : 15292 (java) S 15285 15288 12560 0 -1 1077944384 18850 0 0 0 447 85 0 0 20 0 15 0 86527598 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657594227728 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15293] ppid=15285 vsize=13982084 memory=5985668 CPUtime=5.29 cores=1,3,5,7
/proc/15288/task/15293/stat : 15293 (java) S 15285 15288 12560 0 -1 1077944384 18409 0 0 0 447 82 0 0 20 0 15 0 86527598 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657593174928 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15294] ppid=15285 vsize=13982084 memory=5985668 CPUtime=5.33 cores=1,3,5,7
/proc/15288/task/15294/stat : 15294 (java) S 15285 15288 12560 0 -1 1077944384 14064 0 0 0 452 81 0 0 20 0 15 0 86527598 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657592122128 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15295] ppid=15285 vsize=13982084 memory=5985668 CPUtime=0.32 cores=1,3,5,7
/proc/15288/task/15295/stat : 15295 (java) S 15285 15288 12560 0 -1 1077944384 10205 0 0 0 29 3 0 0 20 0 15 0 86527600 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657180797296 140657994885762 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15296] ppid=15285 vsize=13982084 memory=5985668 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15296/stat : 15296 (java) S 15285 15288 12560 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 86527600 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657179743328 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15297] ppid=15285 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15297/stat : 15297 (java) S 15285 15288 12560 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 86527600 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657178690432 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15298] ppid=15285 vsize=13982084 memory=5985668 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15298/stat : 15298 (java) S 15285 15288 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86527603 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657177638736 140657994893211 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15299] ppid=15285 vsize=13982084 memory=1232 CPUtime=6.32 cores=1,3,5,7
/proc/15288/task/15299/stat : 15299 (java) S 15285 15288 12560 0 -1 1077944384 17318 0 0 0 630 2 0 0 20 0 15 0 86527603 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657176587120 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15300] ppid=15285 vsize=13982084 memory=5985668 CPUtime=5.88 cores=1,3,5,7
/proc/15288/task/15300/stat : 15300 (java) S 15285 15288 12560 0 -1 1077944384 13673 0 0 0 585 3 0 0 20 0 15 0 86527603 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657175534320 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15301] ppid=15285 vsize=13982084 memory=4144 CPUtime=1.41 cores=1,3,5,7
/proc/15288/task/15301/stat : 15301 (java) S 15285 15288 12560 0 -1 1077944384 9876 0 0 0 138 3 0 0 20 0 15 0 86527603 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657174481520 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15302] ppid=15285 vsize=13982084 memory=920 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15302/stat : 15302 (java) S 15285 15288 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86527603 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657173428960 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15303] ppid=15285 vsize=13982084 memory=2032 CPUtime=1.22 cores=1,3,5,7
/proc/15288/task/15303/stat : 15303 (java) S 15285 15288 12560 0 -1 1077944384 1664 0 0 0 52 70 0 0 20 0 15 0 86527609 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657172376240 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
Current children cumulated CPU time: 2352.74 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 5985668 KiB

[startup+2382.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/210 15521
/proc/meminfo: memFree=21297008/32770624 swapFree=67105588/67108860
[pid=15288] ppid=15285 vsize=13982084 memory=5985668 CPUtime=2412.77 cores=1,3,5,7
/proc/15288/stat : 15288 (java) S 15285 15288 12560 0 -1 1077944320 288605 0 0 0 240801 476 0 0 20 0 15 0 86527588 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140730985109152 140657994874615 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
/proc/15288/statm: 3495521 1496417 3826 1 0 3484295 0
[pid=15288/tid=15290] ppid=15285 vsize=13982084 memory=5985668 CPUtime=2376.22 cores=1,3,5,7
/proc/15288/task/15290/stat : 15290 (java) R 15285 15288 12560 0 -1 4202560 166836 0 0 0 237550 72 0 0 20 0 15 0 86527598 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657999113248 140657649580673 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15291] ppid=15285 vsize=13982084 memory=-8774313645642428999 CPUtime=5.33 cores=1,3,5,7
/proc/15288/task/15291/stat : 15291 (java) S 15285 15288 12560 0 -1 1077944384 16236 0 0 0 453 80 0 0 20 0 15 0 86527598 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657595280528 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15292] ppid=15285 vsize=13982084 memory=5985668 CPUtime=5.32 cores=1,3,5,7
/proc/15288/task/15292/stat : 15292 (java) S 15285 15288 12560 0 -1 1077944384 18850 0 0 0 447 85 0 0 20 0 15 0 86527598 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657594227728 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15293] ppid=15285 vsize=13982084 memory=5985668 CPUtime=5.29 cores=1,3,5,7
/proc/15288/task/15293/stat : 15293 (java) S 15285 15288 12560 0 -1 1077944384 18409 0 0 0 447 82 0 0 20 0 15 0 86527598 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657593174928 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15294] ppid=15285 vsize=13982084 memory=5985668 CPUtime=5.33 cores=1,3,5,7
/proc/15288/task/15294/stat : 15294 (java) S 15285 15288 12560 0 -1 1077944384 14064 0 0 0 452 81 0 0 20 0 15 0 86527598 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657592122128 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15295] ppid=15285 vsize=13982084 memory=5985668 CPUtime=0.32 cores=1,3,5,7
/proc/15288/task/15295/stat : 15295 (java) S 15285 15288 12560 0 -1 1077944384 10213 0 0 0 29 3 0 0 20 0 15 0 86527600 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657180797296 140657994885762 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15296] ppid=15285 vsize=13982084 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15296/stat : 15296 (java) S 15285 15288 12560 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 86527600 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657179743328 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15297] ppid=15285 vsize=13982084 memory=1164 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15297/stat : 15297 (java) S 15285 15288 12560 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 86527600 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657178690432 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15298] ppid=15285 vsize=13982084 memory=5985668 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15298/stat : 15298 (java) S 15285 15288 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86527603 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657177638736 140657994893211 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15299] ppid=15285 vsize=13982084 memory=4144 CPUtime=6.32 cores=1,3,5,7
/proc/15288/task/15299/stat : 15299 (java) S 15285 15288 12560 0 -1 1077944384 17325 0 0 0 630 2 0 0 20 0 15 0 86527603 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657176587120 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15300] ppid=15285 vsize=13982084 memory=5985668 CPUtime=5.88 cores=1,3,5,7
/proc/15288/task/15300/stat : 15300 (java) S 15285 15288 12560 0 -1 1077944384 13677 0 0 0 585 3 0 0 20 0 15 0 86527603 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657175534320 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15301] ppid=15285 vsize=13982084 memory=5985668 CPUtime=1.41 cores=1,3,5,7
/proc/15288/task/15301/stat : 15301 (java) S 15285 15288 12560 0 -1 1077944384 9879 0 0 0 138 3 0 0 20 0 15 0 86527603 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657174481520 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15302] ppid=15285 vsize=13982084 memory=5985668 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15302/stat : 15302 (java) S 15285 15288 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86527603 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657173428960 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15303] ppid=15285 vsize=13982084 memory=48128 CPUtime=1.25 cores=1,3,5,7
/proc/15288/task/15303/stat : 15303 (java) S 15285 15288 12560 0 -1 1077944384 1693 0 0 0 53 72 0 0 20 0 15 0 86527609 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657172376240 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
Current children cumulated CPU time: 2412.77 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 5985668 KiB

[startup+2442.3 s]
/proc/loadavg: 1.79 1.96 1.99 3/209 15524
/proc/meminfo: memFree=21304312/32770624 swapFree=67105588/67108860
[pid=15288] ppid=15285 vsize=13982084 memory=5985668 CPUtime=2472.8 cores=1,3,5,7
/proc/15288/stat : 15288 (java) S 15285 15288 12560 0 -1 1077944320 291401 0 0 0 246802 478 0 0 20 0 15 0 86527588 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140730985109152 140657994874615 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
/proc/15288/statm: 3495521 1496417 3826 1 0 3484295 0
[pid=15288/tid=15290] ppid=15285 vsize=13982084 memory=5985668 CPUtime=2436.23 cores=1,3,5,7
/proc/15288/task/15290/stat : 15290 (java) R 15285 15288 12560 0 -1 4202560 169581 0 0 0 243550 73 0 0 20 0 15 0 86527598 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657999113248 140657648523157 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15291] ppid=15285 vsize=13982084 memory=5985668 CPUtime=5.33 cores=1,3,5,7
/proc/15288/task/15291/stat : 15291 (java) S 15285 15288 12560 0 -1 1077944384 16236 0 0 0 453 80 0 0 20 0 15 0 86527598 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657595280528 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15292] ppid=15285 vsize=13982084 memory=5985668 CPUtime=5.32 cores=1,3,5,7
/proc/15288/task/15292/stat : 15292 (java) S 15285 15288 12560 0 -1 1077944384 18850 0 0 0 447 85 0 0 20 0 15 0 86527598 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657594227728 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15293] ppid=15285 vsize=13982084 memory=5985668 CPUtime=5.29 cores=1,3,5,7
/proc/15288/task/15293/stat : 15293 (java) S 15285 15288 12560 0 -1 1077944384 18409 0 0 0 447 82 0 0 20 0 15 0 86527598 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657593174928 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15294] ppid=15285 vsize=13982084 memory=5985668 CPUtime=5.33 cores=1,3,5,7
/proc/15288/task/15294/stat : 15294 (java) S 15285 15288 12560 0 -1 1077944384 14064 0 0 0 452 81 0 0 20 0 15 0 86527598 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657592122128 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15295] ppid=15285 vsize=13982084 memory=56 CPUtime=0.32 cores=1,3,5,7
/proc/15288/task/15295/stat : 15295 (java) S 15285 15288 12560 0 -1 1077944384 10221 0 0 0 29 3 0 0 20 0 15 0 86527600 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657180797296 140657994885762 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15296] ppid=15285 vsize=13982084 memory=5985668 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15296/stat : 15296 (java) S 15285 15288 12560 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 86527600 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657179743328 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15297] ppid=15285 vsize=13982084 memory=5985668 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15297/stat : 15297 (java) S 15285 15288 12560 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 86527600 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657178690432 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15298] ppid=15285 vsize=13982084 memory=56 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15298/stat : 15298 (java) S 15285 15288 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86527603 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657177638736 140657994893211 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15299] ppid=15285 vsize=13982084 memory=5985668 CPUtime=6.32 cores=1,3,5,7
/proc/15288/task/15299/stat : 15299 (java) S 15285 15288 12560 0 -1 1077944384 17332 0 0 0 630 2 0 0 20 0 15 0 86527603 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657176587120 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15300] ppid=15285 vsize=13982084 memory=5985668 CPUtime=5.88 cores=1,3,5,7
/proc/15288/task/15300/stat : 15300 (java) S 15285 15288 12560 0 -1 1077944384 13681 0 0 0 585 3 0 0 20 0 15 0 86527603 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657175534320 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15301] ppid=15285 vsize=13982084 memory=5985668 CPUtime=1.41 cores=1,3,5,7
/proc/15288/task/15301/stat : 15301 (java) S 15285 15288 12560 0 -1 1077944384 9882 0 0 0 138 3 0 0 20 0 15 0 86527603 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657174481520 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15302] ppid=15285 vsize=13982084 memory=5985668 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15302/stat : 15302 (java) S 15285 15288 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86527603 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657173428960 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15303] ppid=15285 vsize=13982084 memory=872 CPUtime=1.28 cores=1,3,5,7
/proc/15288/task/15303/stat : 15303 (java) S 15285 15288 12560 0 -1 1077944384 1722 0 0 0 55 73 0 0 20 0 15 0 86527609 14317654016 1496417 18446744073709551615 4194304 4196468 140730985126608 140657172376240 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
Current children cumulated CPU time: 2472.8 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 5985668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.4 s]
/proc/loadavg: 1.91 1.97 1.99 3/209 15526
/proc/meminfo: memFree=21307344/32770624 swapFree=67105588/67108860
[pid=15288] ppid=15285 vsize=13982084 memory=5985760 CPUtime=2520.05 cores=1,3,5,7
/proc/15288/stat : 15288 (java) S 15285 15288 12560 0 -1 1077944320 296703 0 0 0 251526 479 0 0 20 0 15 0 86527588 14317654016 1496440 18446744073709551615 4194304 4196468 140730985126608 140730985109152 140657994874615 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
/proc/15288/statm: 3495521 1496440 3826 1 0 3484295 0
[pid=15288/tid=15290] ppid=15285 vsize=13982084 memory=288230617509003574 CPUtime=2483.28 cores=1,3,5,7
/proc/15288/task/15290/stat : 15290 (java) R 15285 15288 12560 0 -1 4202560 171613 0 0 0 248255 73 0 0 20 0 15 0 86527598 14317654016 1496440 18446744073709551615 4194304 4196468 140730985126608 140657999113344 140657649580704 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15291] ppid=15285 vsize=13982084 memory=15540738687502695 CPUtime=5.37 cores=1,3,5,7
/proc/15288/task/15291/stat : 15291 (java) S 15285 15288 12560 0 -1 1077944384 16473 0 0 0 457 80 0 0 20 0 15 0 86527598 14317654016 1496440 18446744073709551615 4194304 4196468 140730985126608 140657595280528 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15292] ppid=15285 vsize=13982084 memory=4068 CPUtime=5.36 cores=1,3,5,7
/proc/15288/task/15292/stat : 15292 (java) S 15285 15288 12560 0 -1 1077944384 19614 0 0 0 451 85 0 0 20 0 15 0 86527598 14317654016 1496440 18446744073709551615 4194304 4196468 140730985126608 140657594227728 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15293] ppid=15285 vsize=13982084 memory=1398720917958146503 CPUtime=5.33 cores=1,3,5,7
/proc/15288/task/15293/stat : 15293 (java) S 15285 15288 12560 0 -1 1077944384 19993 0 0 0 451 82 0 0 20 0 15 0 86527598 14317654016 1496440 18446744073709551615 4194304 4196468 140730985126608 140657593174928 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15294] ppid=15285 vsize=13982084 memory=4872558044660077418 CPUtime=5.37 cores=1,3,5,7
/proc/15288/task/15294/stat : 15294 (java) S 15285 15288 12560 0 -1 1077944384 14473 0 0 0 456 81 0 0 20 0 15 0 86527598 14317654016 1496440 18446744073709551615 4194304 4196468 140730985126608 140657592122128 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15295] ppid=15285 vsize=13982084 memory=832 CPUtime=0.32 cores=1,3,5,7
/proc/15288/task/15295/stat : 15295 (java) S 15285 15288 12560 0 -1 1077944384 10455 0 0 0 29 3 0 0 20 0 15 0 86527600 14317654016 1496440 18446744073709551615 4194304 4196468 140730985126608 140657180797296 140657994885762 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15296] ppid=15285 vsize=13982084 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15296/stat : 15296 (java) S 15285 15288 12560 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 86527600 14317654016 1496440 18446744073709551615 4194304 4196468 140730985126608 140657179743328 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15297] ppid=15285 vsize=13982084 memory=3652 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15297/stat : 15297 (java) S 15285 15288 12560 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 86527600 14317654016 1496440 18446744073709551615 4194304 4196468 140730985126608 140657178690432 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15298] ppid=15285 vsize=13982084 memory=3084 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15298/stat : 15298 (java) S 15285 15288 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86527603 14317654016 1496440 18446744073709551615 4194304 4196468 140730985126608 140657177638736 140657994893211 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15299] ppid=15285 vsize=13982084 memory=3908 CPUtime=6.32 cores=1,3,5,7
/proc/15288/task/15299/stat : 15299 (java) S 15285 15288 12560 0 -1 1077944384 17336 0 0 0 630 2 0 0 20 0 15 0 86527603 14317654016 1496440 18446744073709551615 4194304 4196468 140730985126608 140657176587120 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15300] ppid=15285 vsize=13982084 memory=280159911915360 CPUtime=5.88 cores=1,3,5,7
/proc/15288/task/15300/stat : 15300 (java) S 15285 15288 12560 0 -1 1077944384 13688 0 0 0 585 3 0 0 20 0 15 0 86527603 14317654016 1496440 18446744073709551615 4194304 4196468 140730985126608 140657175534320 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15301] ppid=15285 vsize=13982084 memory=9047017150487036571 CPUtime=1.41 cores=1,3,5,7
/proc/15288/task/15301/stat : 15301 (java) S 15285 15288 12560 0 -1 1077944384 9885 0 0 0 138 3 0 0 20 0 15 0 86527603 14317654016 1496440 18446744073709551615 4194304 4196468 140730985126608 140657174481520 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15302] ppid=15285 vsize=13982084 memory=-8707038579349950309 CPUtime=0 cores=1,3,5,7
/proc/15288/task/15302/stat : 15302 (java) S 15285 15288 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 86527603 14317654016 1496440 18446744073709551615 4194304 4196468 140730985126608 140657173428960 140657994884821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
[pid=15288/tid=15303] ppid=15285 vsize=13982084 memory=4144 CPUtime=1.3 cores=1,3,5,7
/proc/15288/task/15303/stat : 15303 (java) S 15285 15288 12560 0 -1 1077944384 1750 0 0 0 56 74 0 0 20 0 15 0 86527609 14317654016 1496440 18446744073709551615 4194304 4196468 140730985126608 140657172376240 140657994885762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 39342080 140730985132399 140730985132585 140730985132585 140730985136079 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 5985760 KiB

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

[startup+2489.44 s]
# the end of solver process 15288 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.27 s, system=4.82444 s

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

Child status: 143
Real time (s): 2489.44
CPU time (s): 2520.09
CPU user time (s): 2515.27
CPU system time (s): 4.82444
CPU usage (%): 101.232
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 5985772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.27
system time used= 4.82444
maximum resident set size= 5986308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297461
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59744
involuntary context switches= 1537


# summary of solver processes directly reported to runsolver:
#   pid: 15288
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2515.27
#   total CPU system time (s): 4.82444

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9426 second user time and 22.5154 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-16 02:14:40
IDJOB=4273873
IDBENCH=139206
IDSOLVER=2666
FILE ID=node126/4273873-1502843323
RUNJOBID= node126-1502662832-10388
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-11-12-fair.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-4273873-1502843323/watcher-4273873-1502843323 -o /tmp/evaluation-result-4273873-1502843323/solver-4273873-1502843323 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 561616957 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273873-1502843323.xml

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

MD5SUM BENCH= 4cd037b51317e52702be0dab62f9a527
RANDOM SEED=561616957

node126.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.81
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.81
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.81
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.81
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:        31195048 kB
MemAvailable:   31591408 kB
Buffers:          237072 kB
Cached:           441376 kB
SwapCached:          524 kB
Active:           829652 kB
Inactive:         271472 kB
Active(anon):     375160 kB
Inactive(anon):    89604 kB
Active(file):     454492 kB
Inactive(file):   181868 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             43864 kB
Writeback:             0 kB
AnonPages:        422728 kB
Mapped:            64528 kB
Shmem:             41632 kB
Slab:             178428 kB
SReclaimable:     151672 kB
SUnreclaim:        26756 kB
KernelStack:        3440 kB
PageTables:         6152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1160300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 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= 61944 MiB
End job on node126 at 2017-08-16 02:56:10