Trace number 4258012

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 256.12399 89.158897

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-18-a4.xml
MD5SUMcd45d5bd6c60c6606ac40fe75fc6407d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark296
Best CPU time to get the best result obtained on this benchmark250.634
Satisfiable
(Un)Satisfiability was proved
Number of variables18
Number of constraints10814
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":18}]
Minimum variable degree2313
Maximum variable degree2314
Distribution of variable degrees[{"degree":2313,"count":16},{"degree":2314,"count":2}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1632},{"arity":4,"count":9180},{"arity":18,"count":1}]
Number of extensional constraints0
Number of intensional constraints10813
Distribution of constraint types[{"type":"intension","count":10813},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data


Verifier Data

One s line expected

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 (12152 MiB free)
  memory of node 1: 16384 MiB (15612 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258012-1502647057/watcher-4258012-1502647057 -o /tmp/evaluation-result-4258012-1502647057/solver-4258012-1502647057 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258012-1502647057.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=11390, runsolver pid=11387
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 3.40 3.92 3.86 5/195 11391
/proc/meminfo: memFree=28338660/32770624 swapFree=67108860/67108860
[pid=11390] ppid=11387 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/11390/stat : 11390 (runsolver) D 11387 11390 17093 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 66898985 34791424 113 18446744073709551615 4194304 4346622 140735209442320 140735209438952 139717541135063 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6446216 6449568 16756736 140735209447531 140735209447977 140735209447977 140735209451466 0
/proc/11390/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.209152 s]*
/proc/loadavg: 3.40 3.92 3.86 5/208 11404
/proc/meminfo: memFree=28263824/32770624 swapFree=67108860/67108860
[pid=11390] ppid=11387 vsize=10551156 memory=24640 CPUtime=0.06 cores=1,3,5,7
/proc/11390/stat : 11390 (java) S 11387 11390 17093 0 -1 1077944320 4594 0 0 0 5 1 0 0 20 0 15 0 66898985 10804383744 6160 18446744073709551615 4194304 4196468 140731587846048 140731587828592 140011180699383 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
/proc/11390/statm: 2637789 6160 2604 1 0 2627261 0
[pid=11390/tid=11392] ppid=11387 vsize=10551156 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/11390/task/11392/stat : 11392 (java) R 11387 11390 17093 0 -1 4202560 2708 0 0 0 4 0 0 0 20 0 15 0 66898997 10804383744 6160 18446744073709551615 4194304 4196468 140731587846048 140011184941664 140011172936510 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11393] ppid=11387 vsize=10551156 memory=330 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11393/stat : 11393 (java) S 11387 11390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66898997 10804383744 6160 18446744073709551615 4194304 4196468 140731587846048 140011111119248 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11394] ppid=11387 vsize=10551156 memory=3475004591405893280 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11394/stat : 11394 (java) S 11387 11390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66898997 10804383744 6160 18446744073709551615 4194304 4196468 140731587846048 140011110066448 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11395] ppid=11387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11395/stat : 11395 (java) S 11387 11390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66898997 10804383744 6160 18446744073709551615 4194304 4196468 140731587846048 140011109014160 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11396] ppid=11387 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11396/stat : 11396 (java) S 11387 11390 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66898997 10804383744 6160 18446744073709551615 4194304 4196468 140731587846048 140011107961360 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11397] ppid=11387 vsize=10551156 memory=139717544085120 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11397/stat : 11397 (java) S 11387 11390 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66898999 10804383744 6160 18446744073709551615 4194304 4196468 140731587846048 140010542008944 140011180710530 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11398] ppid=11387 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11398/stat : 11398 (java) S 11387 11390 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66898999 10804383744 6160 18446744073709551615 4194304 4196468 140731587846048 140010540954912 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11399] ppid=11387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11399/stat : 11399 (java) S 11387 11390 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66898999 10804383744 6160 18446744073709551615 4194304 4196468 140731587846048 140010539902576 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11400] ppid=11387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11400/stat : 11400 (java) S 11387 11390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66899002 10804383744 6160 18446744073709551615 4194304 4196468 140731587846048 140010538850896 140011180717979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11401] ppid=11387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11401/stat : 11401 (java) S 11387 11390 17093 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 66899002 10804383744 6160 18446744073709551615 4194304 4196468 140731587846048 140010537797744 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11402] ppid=11387 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11402/stat : 11402 (java) S 11387 11390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66899002 10804383744 6160 18446744073709551615 4194304 4196468 140731587846048 140010536744944 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11403] ppid=11387 vsize=10551156 memory=139717544085120 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11403/stat : 11403 (java) S 11387 11390 17093 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 15 0 66899002 10804383744 6160 18446744073709551615 4194304 4196468 140731587846048 140010535692656 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11404] ppid=11387 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11404/stat : 11404 (java) S 11387 11390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66899002 10804383744 6160 18446744073709551615 4194304 4196468 140731587846048 140010534640096 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11405] ppid=11387 vsize=10551156 memory=139717544085120 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11405/stat : 11405 (java) S 11387 11390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66899006 10804383744 6160 18446744073709551615 4194304 4196468 140731587846048 140010533587888 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 24640 KiB

[startup+0.310068 s]*
/proc/loadavg: 3.40 3.92 3.86 3/209 11405
/proc/meminfo: memFree=28251184/32770624 swapFree=67108860/67108860
[pid=11390] ppid=11387 vsize=10551156 memory=36260 CPUtime=0.21 cores=1,3,5,7
/proc/11390/stat : 11390 (java) S 11387 11390 17093 0 -1 1077944320 7862 0 0 0 19 2 0 0 20 0 15 0 66898985 10804383744 9065 18446744073709551615 4194304 4196468 140731587846048 140731587828592 140011180699383 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
/proc/11390/statm: 2637789 9065 2863 1 0 2627261 0
[pid=11390/tid=11392] ppid=11387 vsize=10551156 memory=-7677926825137650786 CPUtime=0.15 cores=1,3,5,7
/proc/11390/task/11392/stat : 11392 (java) R 11387 11390 17093 0 -1 4202560 5569 0 0 0 13 2 0 0 20 0 15 0 66898997 10804383744 9065 18446744073709551615 4194304 4196468 140731587846048 140011184937872 140011180721309 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11393] ppid=11387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11393/stat : 11393 (java) S 11387 11390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66898997 10804383744 9065 18446744073709551615 4194304 4196468 140731587846048 140011111119248 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11394] ppid=11387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11394/stat : 11394 (java) S 11387 11390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66898997 10804383744 9065 18446744073709551615 4194304 4196468 140731587846048 140011110066448 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11395] ppid=11387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11395/stat : 11395 (java) S 11387 11390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66898997 10804383744 9065 18446744073709551615 4194304 4196468 140731587846048 140011109014160 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11396] ppid=11387 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11396/stat : 11396 (java) S 11387 11390 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66898997 10804383744 9065 18446744073709551615 4194304 4196468 140731587846048 140011107961360 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11397] ppid=11387 vsize=10551156 memory=139717544085120 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11397/stat : 11397 (java) S 11387 11390 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66898999 10804383744 9065 18446744073709551615 4194304 4196468 140731587846048 140010542008944 140011180710530 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11398] ppid=11387 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11398/stat : 11398 (java) S 11387 11390 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66898999 10804383744 9065 18446744073709551615 4194304 4196468 140731587846048 140010540954912 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11399] ppid=11387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11399/stat : 11399 (java) S 11387 11390 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66898999 10804383744 9065 18446744073709551615 4194304 4196468 140731587846048 140010539902576 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11400] ppid=11387 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11400/stat : 11400 (java) S 11387 11390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66899002 10804383744 9065 18446744073709551615 4194304 4196468 140731587846048 140010538850896 140011180717979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11401] ppid=11387 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11390/task/11401/stat : 11401 (java) S 11387 11390 17093 0 -1 1077944384 481 0 0 0 1 0 0 0 20 0 15 0 66899002 10804383744 9065 18446744073709551615 4194304 4196468 140731587846048 140010537797744 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11402] ppid=11387 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11402/stat : 11402 (java) S 11387 11390 17093 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 66899002 10804383744 9065 18446744073709551615 4194304 4196468 140731587846048 140010536744944 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11403] ppid=11387 vsize=10551156 memory=139717544085120 CPUtime=0.03 cores=1,3,5,7
/proc/11390/task/11403/stat : 11403 (java) S 11387 11390 17093 0 -1 1077944384 396 0 0 0 3 0 0 0 20 0 15 0 66899002 10804383744 9065 18446744073709551615 4194304 4196468 140731587846048 140010535692656 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11404] ppid=11387 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11404/stat : 11404 (java) S 11387 11390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66899002 10804383744 9065 18446744073709551615 4194304 4196468 140731587846048 140010534640096 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11405] ppid=11387 vsize=10551156 memory=139717544085120 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11405/stat : 11405 (java) S 11387 11390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66899006 10804383744 9065 18446744073709551615 4194304 4196468 140731587846048 140010533587888 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36260 KiB

[startup+0.700796 s]
/proc/loadavg: 3.40 3.92 3.86 6/209 11405
/proc/meminfo: memFree=28231100/32770624 swapFree=67108860/67108860
[pid=11390] ppid=11387 vsize=10551232 memory=92856 CPUtime=1.33 cores=1,3,5,7
/proc/11390/stat : 11390 (java) S 11387 11390 17093 0 -1 1077944320 12333 0 0 0 128 5 0 0 20 0 15 0 66898985 10804461568 23214 18446744073709551615 4194304 4196468 140731587846048 140731587828592 140011180699383 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
/proc/11390/statm: 2637808 23214 3056 1 0 2627261 0
[pid=11390/tid=11392] ppid=11387 vsize=10551232 memory=228 CPUtime=0.53 cores=1,3,5,7
/proc/11390/task/11392/stat : 11392 (java) R 11387 11390 17093 0 -1 4202560 6836 0 0 0 50 3 0 0 20 0 15 0 66898997 10804461568 23214 18446744073709551615 4194304 4196468 140731587846048 140011184931536 140010785994799 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11393] ppid=11387 vsize=10551232 memory=4 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11393/stat : 11393 (java) S 11387 11390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66898997 10804461568 23214 18446744073709551615 4194304 4196468 140731587846048 140011111119248 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11394] ppid=11387 vsize=10551232 memory=1 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11394/stat : 11394 (java) S 11387 11390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66898997 10804461568 23214 18446744073709551615 4194304 4196468 140731587846048 140011110066448 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11395] ppid=11387 vsize=10551232 memory=342 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11395/stat : 11395 (java) S 11387 11390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66898997 10804461568 23214 18446744073709551615 4194304 4196468 140731587846048 140011109014160 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11396] ppid=11387 vsize=10551232 memory=1 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11396/stat : 11396 (java) S 11387 11390 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66898997 10804461568 23214 18446744073709551615 4194304 4196468 140731587846048 140011107961360 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11397] ppid=11387 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11397/stat : 11397 (java) S 11387 11390 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 66898999 10804461568 23214 18446744073709551615 4194304 4196468 140731587846048 140010542008944 140011180710530 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11398] ppid=11387 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11398/stat : 11398 (java) S 11387 11390 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66898999 10804461568 23214 18446744073709551615 4194304 4196468 140731587846048 140010540954912 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11399] ppid=11387 vsize=10551232 memory=1663 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11399/stat : 11399 (java) S 11387 11390 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66898999 10804461568 23214 18446744073709551615 4194304 4196468 140731587846048 140010539902576 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11400] ppid=11387 vsize=10551232 memory=344 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11400/stat : 11400 (java) S 11387 11390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66899002 10804461568 23214 18446744073709551615 4194304 4196468 140731587846048 140010538850896 140011180717979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11401] ppid=11387 vsize=10551232 memory=110 CPUtime=0.29 cores=1,3,5,7
/proc/11390/task/11401/stat : 11401 (java) R 11387 11390 17093 0 -1 4202560 1526 0 0 0 29 0 0 0 20 0 15 0 66899002 10804461568 23214 18446744073709551615 4194304 4196468 140731587846048 140010537797872 140011165814633 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11402] ppid=11387 vsize=10551232 memory=7379241883359864663 CPUtime=0.24 cores=1,3,5,7
/proc/11390/task/11402/stat : 11402 (java) R 11387 11390 17093 0 -1 4202560 1116 0 0 0 24 0 0 0 20 0 15 0 66899002 10804461568 23214 18446744073709551615 4194304 4196468 140731587846048 140010536730744 140011162243601 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11403] ppid=11387 vsize=10551232 memory=7092415583339767400 CPUtime=0.22 cores=1,3,5,7
/proc/11390/task/11403/stat : 11403 (java) S 11387 11390 17093 0 -1 1077944384 1486 0 0 0 22 0 0 0 20 0 15 0 66899002 10804461568 23214 18446744073709551615 4194304 4196468 140731587846048 140010535692656 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11404] ppid=11387 vsize=10551232 memory=5787213827131598673 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11404/stat : 11404 (java) S 11387 11390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66899002 10804461568 23214 18446744073709551615 4194304 4196468 140731587846048 140010534640096 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11405] ppid=11387 vsize=10551232 memory=7898351070516488779 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11405/stat : 11405 (java) S 11387 11390 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66899006 10804461568 23214 18446744073709551615 4194304 4196468 140731587846048 140010533587888 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 92856 KiB

[startup+1.50153 s]
/proc/loadavg: 3.40 3.92 3.86 11/209 11405
/proc/meminfo: memFree=27998540/32770624 swapFree=67108860/67108860
[pid=11390] ppid=11387 vsize=10551232 memory=294260 CPUtime=3.53 cores=1,3,5,7
/proc/11390/stat : 11390 (java) S 11387 11390 17093 0 -1 1077944320 14190 0 0 0 332 21 0 0 20 0 15 0 66898985 10804461568 73565 18446744073709551615 4194304 4196468 140731587846048 140731587828592 140011180699383 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
/proc/11390/statm: 2637808 73565 3094 1 0 2627261 0
[pid=11390/tid=11392] ppid=11387 vsize=10551232 memory=288230621803970871 CPUtime=1.18 cores=1,3,5,7
/proc/11390/task/11392/stat : 11392 (java) R 11387 11390 17093 0 -1 4202560 7390 0 0 0 113 5 0 0 20 0 15 0 66898997 10804461568 73565 18446744073709551615 4194304 4196468 140731587846048 140011184928040 140010787239604 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11393] ppid=11387 vsize=10551232 memory=13563795322702378 CPUtime=0.13 cores=1,3,5,7
/proc/11390/task/11393/stat : 11393 (java) S 11387 11390 17093 0 -1 1077944384 136 0 0 0 10 3 0 0 20 0 15 0 66898997 10804461568 73565 18446744073709551615 4194304 4196468 140731587846048 140011111119248 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11394] ppid=11387 vsize=10551232 memory=1444 CPUtime=0.12 cores=1,3,5,7
/proc/11390/task/11394/stat : 11394 (java) S 11387 11390 17093 0 -1 1077944384 125 0 0 0 9 3 0 0 20 0 15 0 66898997 10804461568 73565 18446744073709551615 4194304 4196468 140731587846048 140011110066448 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11395] ppid=11387 vsize=10551232 memory=1228 CPUtime=0.13 cores=1,3,5,7
/proc/11390/task/11395/stat : 11395 (java) S 11387 11390 17093 0 -1 1077944384 168 0 0 0 10 3 0 0 20 0 15 0 66898997 10804461568 73565 18446744073709551615 4194304 4196468 140731587846048 140011109014160 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11396] ppid=11387 vsize=10551232 memory=12200 CPUtime=0.13 cores=1,3,5,7
/proc/11390/task/11396/stat : 11396 (java) S 11387 11390 17093 0 -1 1077944384 170 0 0 0 10 3 0 0 20 0 15 0 66898997 10804461568 73565 18446744073709551615 4194304 4196468 140731587846048 140011107961360 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11397] ppid=11387 vsize=10551232 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11397/stat : 11397 (java) S 11387 11390 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 66898999 10804461568 73565 18446744073709551615 4194304 4196468 140731587846048 140010542008944 140011180710530 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11398] ppid=11387 vsize=10551232 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11398/stat : 11398 (java) S 11387 11390 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66898999 10804461568 73565 18446744073709551615 4194304 4196468 140731587846048 140010540954976 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11399] ppid=11387 vsize=10551232 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11399/stat : 11399 (java) S 11387 11390 17093 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 66898999 10804461568 73565 18446744073709551615 4194304 4196468 140731587846048 140010539902576 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11400] ppid=11387 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11400/stat : 11400 (java) S 11387 11390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66899002 10804461568 73565 18446744073709551615 4194304 4196468 140731587846048 140010538850896 140011180717979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11401] ppid=11387 vsize=10551232 memory=8944 CPUtime=0.75 cores=1,3,5,7
/proc/11390/task/11401/stat : 11401 (java) S 11387 11390 17093 0 -1 1077944384 1682 0 0 0 75 0 0 0 20 0 15 0 66899002 10804461568 73565 18446744073709551615 4194304 4196468 140731587846048 140010537797744 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11402] ppid=11387 vsize=10551232 memory=15876 CPUtime=0.7 cores=1,3,5,7
/proc/11390/task/11402/stat : 11402 (java) S 11387 11390 17093 0 -1 1077944384 1446 0 0 0 70 0 0 0 20 0 15 0 66899002 10804461568 73565 18446744073709551615 4194304 4196468 140731587846048 140010536744944 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11403] ppid=11387 vsize=10551232 memory=4048 CPUtime=0.3 cores=1,3,5,7
/proc/11390/task/11403/stat : 11403 (java) S 11387 11390 17093 0 -1 1077944384 1627 0 0 0 30 0 0 0 20 0 15 0 66899002 10804461568 73565 18446744073709551615 4194304 4196468 140731587846048 140010535692656 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11404] ppid=11387 vsize=10551232 memory=21204 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11404/stat : 11404 (java) S 11387 11390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66899002 10804461568 73565 18446744073709551615 4194304 4196468 140731587846048 140010534640096 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11405] ppid=11387 vsize=10551232 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11405/stat : 11405 (java) S 11387 11390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66899006 10804461568 73565 18446744073709551615 4194304 4196468 140731587846048 140010533587888 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
Current children cumulated CPU time: 3.53 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 294260 KiB

[startup+3.11096 s]
/proc/loadavg: 3.40 3.92 3.86 10/209 11405
/proc/meminfo: memFree=26516092/32770624 swapFree=67108860/67108860
[pid=11390] ppid=11387 vsize=10551232 memory=740972 CPUtime=7.68 cores=1,3,5,7
/proc/11390/stat : 11390 (java) S 11387 11390 17093 0 -1 1077944320 17654 0 0 0 712 56 0 0 20 0 15 0 66898985 10804461568 185243 18446744073709551615 4194304 4196468 140731587846048 140731587828592 140011180699383 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
/proc/11390/statm: 2637808 185243 3112 1 0 2627261 0
[pid=11390/tid=11392] ppid=11387 vsize=10551232 memory=0 CPUtime=1.63 cores=1,3,5,7
/proc/11390/task/11392/stat : 11392 (java) R 11387 11390 17093 0 -1 4202560 7466 0 0 0 158 5 0 0 20 0 15 0 66898997 10804461568 185243 18446744073709551615 4194304 4196468 140731587846048 140011184933008 140010787239579 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0

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

[startup+88.0007 s]*
/proc/loadavg: 4.51 4.09 3.92 3/209 11483
/proc/meminfo: memFree=20807936/32770624 swapFree=67108860/67108860
[pid=11390] ppid=11387 vsize=10551232 memory=8260460 CPUtime=254.06 cores=1,3,5,7
/proc/11390/stat : 11390 (java) S 11387 11390 17093 0 -1 1077944320 102515 0 0 0 24849 557 0 0 20 0 15 0 66898985 10804461568 2065115 18446744073709551615 4194304 4196468 140731587846048 140731587828592 140011180699383 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
/proc/11390/statm: 2637808 2065115 3119 1 0 2627261 0
[pid=11390/tid=11392] ppid=11387 vsize=10551232 memory=1732 CPUtime=13.53 cores=1,3,5,7
/proc/11390/task/11392/stat : 11392 (java) S 11387 11390 17093 0 -1 1077944384 15911 0 0 0 1344 9 0 0 20 0 15 0 66898997 10804461568 2065115 18446744073709551615 4194304 4196468 140731587846048 140011184936288 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11393] ppid=11387 vsize=10551232 memory=4872558044660077418 CPUtime=55.1 cores=1,3,5,7
/proc/11390/task/11393/stat : 11393 (java) S 11387 11390 17093 0 -1 1077944384 16919 0 0 0 5370 140 0 0 20 0 15 0 66898997 10804461568 2065115 18446744073709551615 4194304 4196468 140731587846048 140011111119248 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11394] ppid=11387 vsize=10551232 memory=37696 CPUtime=54.79 cores=1,3,5,7
/proc/11390/task/11394/stat : 11394 (java) S 11387 11390 17093 0 -1 1077944384 13271 0 0 0 5345 134 0 0 20 0 15 0 66898997 10804461568 2065115 18446744073709551615 4194304 4196468 140731587846048 140011110066448 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11395] ppid=11387 vsize=10551232 memory=1296 CPUtime=54.68 cores=1,3,5,7
/proc/11390/task/11395/stat : 11395 (java) S 11387 11390 17093 0 -1 1077944384 16859 0 0 0 5334 134 0 0 20 0 15 0 66898997 10804461568 2065115 18446744073709551615 4194304 4196468 140731587846048 140011109014160 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11396] ppid=11387 vsize=10551232 memory=2420 CPUtime=55.01 cores=1,3,5,7
/proc/11390/task/11396/stat : 11396 (java) S 11387 11390 17093 0 -1 1077944384 10496 0 0 0 5368 133 0 0 20 0 15 0 66898997 10804461568 2065115 18446744073709551615 4194304 4196468 140731587846048 140011107961360 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11397] ppid=11387 vsize=10551232 memory=1732 CPUtime=18.84 cores=1,3,5,7
/proc/11390/task/11397/stat : 11397 (java) R 11387 11390 17093 0 -1 4202560 18148 0 0 0 1883 1 0 0 20 0 15 0 66898999 10804461568 2065115 18446744073709551615 4194304 4196468 140731587846048 140010542007376 140011165157016 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11398] ppid=11387 vsize=10551232 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11398/stat : 11398 (java) S 11387 11390 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66898999 10804461568 2065115 18446744073709551615 4194304 4196468 140731587846048 140010540954976 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11399] ppid=11387 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11399/stat : 11399 (java) S 11387 11390 17093 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 66898999 10804461568 2065115 18446744073709551615 4194304 4196468 140731587846048 140010539902592 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11400] ppid=11387 vsize=10551232 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11400/stat : 11400 (java) S 11387 11390 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 66899002 10804461568 2065115 18446744073709551615 4194304 4196468 140731587846048 140010538850544 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11401] ppid=11387 vsize=10551232 memory=1444 CPUtime=0.82 cores=1,3,5,7
/proc/11390/task/11401/stat : 11401 (java) S 11387 11390 17093 0 -1 1077944384 2651 0 0 0 82 0 0 0 20 0 15 0 66899002 10804461568 2065115 18446744073709551615 4194304 4196468 140731587846048 140010537797792 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11402] ppid=11387 vsize=10551232 memory=1228 CPUtime=0.78 cores=1,3,5,7
/proc/11390/task/11402/stat : 11402 (java) S 11387 11390 17093 0 -1 1077944384 2294 0 0 0 77 1 0 0 20 0 15 0 66899002 10804461568 2065115 18446744073709551615 4194304 4196468 140731587846048 140010536744704 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11403] ppid=11387 vsize=10551232 memory=12200 CPUtime=0.38 cores=1,3,5,7
/proc/11390/task/11403/stat : 11403 (java) S 11387 11390 17093 0 -1 1077944384 4126 0 0 0 37 1 0 0 20 0 15 0 66899002 10804461568 2065115 18446744073709551615 4194304 4196468 140731587846048 140010535692704 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11404] ppid=11387 vsize=10551232 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11404/stat : 11404 (java) S 11387 11390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66899002 10804461568 2065115 18446744073709551615 4194304 4196468 140731587846048 140010534640096 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11405] ppid=11387 vsize=10551232 memory=1204 CPUtime=0.04 cores=1,3,5,7
/proc/11390/task/11405/stat : 11405 (java) S 11387 11390 17093 0 -1 1077944384 477 0 0 0 2 2 0 0 20 0 15 0 66899006 10804461568 2065115 18446744073709551615 4194304 4196468 140731587846048 140010533587888 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
Current children cumulated CPU time: 254.06 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8260460 KiB

[startup+88.8007 s]
/proc/loadavg: 4.51 4.09 3.92 3/209 11483
/proc/meminfo: memFree=20807936/32770624 swapFree=67108860/67108860
[pid=11390] ppid=11387 vsize=10750924 memory=8260492 CPUtime=254.86 cores=1,3,5,7
/proc/11390/stat : 11390 (java) S 11387 11390 17093 0 -1 1077944320 102642 0 0 0 24929 557 0 0 20 0 17 0 66898985 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140731587828592 140011180699383 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
/proc/11390/statm: 2687731 2065123 3121 1 0 2677184 0
[pid=11390/tid=11392] ppid=11387 vsize=10750924 memory=2160 CPUtime=13.6 cores=1,3,5,7
/proc/11390/task/11392/stat : 11392 (java) R 11387 11390 17093 0 -1 4202560 15911 0 0 0 1351 9 0 0 20 0 17 0 66898997 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140011184936288 140010787239592 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11393] ppid=11387 vsize=10750924 memory=844 CPUtime=55.1 cores=1,3,5,7
/proc/11390/task/11393/stat : 11393 (java) S 11387 11390 17093 0 -1 1077944384 16919 0 0 0 5370 140 0 0 20 0 17 0 66898997 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140011111119248 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11394] ppid=11387 vsize=10750924 memory=16448 CPUtime=54.79 cores=1,3,5,7
/proc/11390/task/11394/stat : 11394 (java) S 11387 11390 17093 0 -1 1077944384 13271 0 0 0 5345 134 0 0 20 0 17 0 66898997 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140011110066448 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11395] ppid=11387 vsize=10750924 memory=-8774313645642428999 CPUtime=54.68 cores=1,3,5,7
/proc/11390/task/11395/stat : 11395 (java) S 11387 11390 17093 0 -1 1077944384 16859 0 0 0 5334 134 0 0 20 0 17 0 66898997 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140011109014160 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11396] ppid=11387 vsize=10750924 memory=2420 CPUtime=55.01 cores=1,3,5,7
/proc/11390/task/11396/stat : 11396 (java) S 11387 11390 17093 0 -1 1077944384 10496 0 0 0 5368 133 0 0 20 0 17 0 66898997 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140011107961360 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11397] ppid=11387 vsize=10750924 memory=1732 CPUtime=19.57 cores=1,3,5,7
/proc/11390/task/11397/stat : 11397 (java) S 11387 11390 17093 0 -1 1077944384 18148 0 0 0 1956 1 0 0 20 0 17 0 66898999 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010542008944 140011180710530 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11398] ppid=11387 vsize=10750924 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11398/stat : 11398 (java) S 11387 11390 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 66898999 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010540954976 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11399] ppid=11387 vsize=10750924 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11399/stat : 11399 (java) S 11387 11390 17093 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 66898999 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010539902592 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11400] ppid=11387 vsize=10750924 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11400/stat : 11400 (java) S 11387 11390 17093 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 66899002 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010538850896 140011180717979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11401] ppid=11387 vsize=10750924 memory=1444 CPUtime=0.82 cores=1,3,5,7
/proc/11390/task/11401/stat : 11401 (java) S 11387 11390 17093 0 -1 1077944384 2651 0 0 0 82 0 0 0 20 0 17 0 66899002 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010537797744 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11402] ppid=11387 vsize=10750924 memory=1228 CPUtime=0.78 cores=1,3,5,7
/proc/11390/task/11402/stat : 11402 (java) S 11387 11390 17093 0 -1 1077944384 2294 0 0 0 77 1 0 0 20 0 17 0 66899002 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010536744944 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11403] ppid=11387 vsize=10750924 memory=12200 CPUtime=0.38 cores=1,3,5,7
/proc/11390/task/11403/stat : 11403 (java) S 11387 11390 17093 0 -1 1077944384 4126 0 0 0 37 1 0 0 20 0 17 0 66899002 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010535692656 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11404] ppid=11387 vsize=10750924 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11404/stat : 11404 (java) S 11387 11390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66899002 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010534640096 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11405] ppid=11387 vsize=10750924 memory=1204 CPUtime=0.04 cores=1,3,5,7
/proc/11390/task/11405/stat : 11405 (java) S 11387 11390 17093 0 -1 1077944384 477 0 0 0 2 2 0 0 20 0 17 0 66899006 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010533587888 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
Current children cumulated CPU time: 254.86 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 8260492 KiB

[startup+89.0015 s]*
/proc/loadavg: 4.55 4.10 3.92 6/211 11486
/proc/meminfo: memFree=20805084/32770624 swapFree=67108860/67108860
[pid=11390] ppid=11387 vsize=10750924 memory=8260492 CPUtime=255.64 cores=1,3,5,7
/proc/11390/stat : 11390 (java) S 11387 11390 17093 0 -1 1077944320 102653 0 0 0 25007 557 0 0 20 0 17 0 66898985 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140731587828592 140011180699383 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
/proc/11390/statm: 2687731 2065123 3121 1 0 2677184 0
[pid=11390/tid=11392] ppid=11387 vsize=10750924 memory=8316850467074736180 CPUtime=13.61 cores=1,3,5,7
/proc/11390/task/11392/stat : 11392 (java) S 11387 11390 17093 0 -1 1077944384 15911 0 0 0 1352 9 0 0 20 0 17 0 66898997 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140011184935184 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11393] ppid=11387 vsize=10750924 memory=0 CPUtime=55.29 cores=1,3,5,7
/proc/11390/task/11393/stat : 11393 (java) R 11387 11390 17093 0 -1 4202560 16922 0 0 0 5389 140 0 0 20 0 17 0 66898997 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140011111119248 140011162296138 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11394] ppid=11387 vsize=10750924 memory=3475004591405893280 CPUtime=54.99 cores=1,3,5,7
/proc/11390/task/11394/stat : 11394 (java) R 11387 11390 17093 0 -1 4202560 13278 0 0 0 5365 134 0 0 20 0 17 0 66898997 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140011110066448 140011165649988 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11395] ppid=11387 vsize=10750924 memory=6944656592387989600 CPUtime=54.86 cores=1,3,5,7
/proc/11390/task/11395/stat : 11395 (java) R 11387 11390 17093 0 -1 4202560 16859 0 0 0 5352 134 0 0 20 0 17 0 66898997 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140011109014048 140011165397144 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11396] ppid=11387 vsize=10750924 memory=7160575464710631028 CPUtime=55.2 cores=1,3,5,7
/proc/11390/task/11396/stat : 11396 (java) R 11387 11390 17093 0 -1 4202560 10496 0 0 0 5387 133 0 0 20 0 17 0 66898997 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140011107961560 140011165397135 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11397] ppid=11387 vsize=10750924 memory=3472463615725254320 CPUtime=19.57 cores=1,3,5,7
/proc/11390/task/11397/stat : 11397 (java) S 11387 11390 17093 0 -1 1077944384 18148 0 0 0 1956 1 0 0 20 0 17 0 66898999 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010542007264 140011180709589 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11398] ppid=11387 vsize=10750924 memory=3184097920075968559 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11398/stat : 11398 (java) S 11387 11390 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 66898999 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010540954976 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11399] ppid=11387 vsize=10750924 memory=-7025994870846939764 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11399/stat : 11399 (java) S 11387 11390 17093 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 66898999 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010539902592 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11400] ppid=11387 vsize=10750924 memory=7228704288939813266 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11400/stat : 11400 (java) S 11387 11390 17093 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 66899002 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010538850896 140011180717979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11401] ppid=11387 vsize=10750924 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/11390/task/11401/stat : 11401 (java) S 11387 11390 17093 0 -1 1077944384 2651 0 0 0 82 0 0 0 20 0 17 0 66899002 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010537797744 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11402] ppid=11387 vsize=10750924 memory=3688783584228291376 CPUtime=0.78 cores=1,3,5,7
/proc/11390/task/11402/stat : 11402 (java) S 11387 11390 17093 0 -1 1077944384 2294 0 0 0 77 1 0 0 20 0 17 0 66899002 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010536744944 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11403] ppid=11387 vsize=10750924 memory=3540060422255607009 CPUtime=0.38 cores=1,3,5,7
/proc/11390/task/11403/stat : 11403 (java) S 11387 11390 17093 0 -1 1077944384 4126 0 0 0 37 1 0 0 20 0 17 0 66899002 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010535692656 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11404] ppid=11387 vsize=10750924 memory=3688783584228291376 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11404/stat : 11404 (java) S 11387 11390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66899002 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010534640096 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11405] ppid=11387 vsize=10750924 memory=3540060422255607009 CPUtime=0.04 cores=1,3,5,7
/proc/11390/task/11405/stat : 11405 (java) S 11387 11390 17093 0 -1 1077944384 477 0 0 0 2 2 0 0 20 0 17 0 66899006 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010533587888 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11484] ppid=11387 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11484/stat : 11484 (java) S 11387 11390 17093 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 66907859 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010532532720 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11485] ppid=11387 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11485/stat : 11485 (java) S 11387 11390 17093 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 66907859 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010531481056 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
Current children cumulated CPU time: 255.64 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 8260492 KiB

[startup+89.1105 s]
/proc/loadavg: 4.55 4.10 3.92 6/211 11486
/proc/meminfo: memFree=20805084/32770624 swapFree=67108860/67108860
[pid=11390] ppid=11387 vsize=10750924 memory=8260492 CPUtime=256.04 cores=1,3,5,7
/proc/11390/stat : 11390 (java) S 11387 11390 17093 0 -1 1077944320 102653 0 0 0 25047 557 0 0 20 0 17 0 66898985 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140731587828592 140011180699383 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
/proc/11390/statm: 2687731 2065123 3121 1 0 2677184 0
[pid=11390/tid=11392] ppid=11387 vsize=10750924 memory=1000 CPUtime=13.61 cores=1,3,5,7
/proc/11390/task/11392/stat : 11392 (java) S 11387 11390 17093 0 -1 1077944384 15911 0 0 0 1352 9 0 0 20 0 17 0 66898997 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140011184935184 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11393] ppid=11387 vsize=10750924 memory=796 CPUtime=55.39 cores=1,3,5,7
/proc/11390/task/11393/stat : 11393 (java) R 11387 11390 17093 0 -1 4202560 16922 0 0 0 5399 140 0 0 20 0 17 0 66898997 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140011111119248 140011162296131 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11394] ppid=11387 vsize=10750924 memory=8260460 CPUtime=55.09 cores=1,3,5,7
/proc/11390/task/11394/stat : 11394 (java) R 11387 11390 17093 0 -1 4202560 13278 0 0 0 5375 134 0 0 20 0 17 0 66898997 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140011110066448 140011165649988 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11395] ppid=11387 vsize=10750924 memory=8260448 CPUtime=54.96 cores=1,3,5,7
/proc/11390/task/11395/stat : 11395 (java) R 11387 11390 17093 0 -1 4202560 16859 0 0 0 5362 134 0 0 20 0 17 0 66898997 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140011109014048 140011165684679 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11396] ppid=11387 vsize=10750924 memory=8217400 CPUtime=55.3 cores=1,3,5,7
/proc/11390/task/11396/stat : 11396 (java) R 11387 11390 17093 0 -1 4202560 10496 0 0 0 5397 133 0 0 20 0 17 0 66898997 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140011107961560 140011162253008 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11397] ppid=11387 vsize=10750924 memory=8260460 CPUtime=19.57 cores=1,3,5,7
/proc/11390/task/11397/stat : 11397 (java) S 11387 11390 17093 0 -1 1077944384 18148 0 0 0 1956 1 0 0 20 0 17 0 66898999 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010542007264 140011180709589 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11398] ppid=11387 vsize=10750924 memory=8260460 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11398/stat : 11398 (java) S 11387 11390 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 66898999 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010540954976 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11399] ppid=11387 vsize=10750924 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11399/stat : 11399 (java) S 11387 11390 17093 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 66898999 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010539902592 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11400] ppid=11387 vsize=10750924 memory=8260460 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11400/stat : 11400 (java) S 11387 11390 17093 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 66899002 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010538850896 140011180717979 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11401] ppid=11387 vsize=10750924 memory=8260492 CPUtime=0.82 cores=1,3,5,7
/proc/11390/task/11401/stat : 11401 (java) S 11387 11390 17093 0 -1 1077944384 2651 0 0 0 82 0 0 0 20 0 17 0 66899002 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010537797744 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11402] ppid=11387 vsize=10750924 memory=56 CPUtime=0.78 cores=1,3,5,7
/proc/11390/task/11402/stat : 11402 (java) S 11387 11390 17093 0 -1 1077944384 2294 0 0 0 77 1 0 0 20 0 17 0 66899002 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010536744944 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11403] ppid=11387 vsize=10750924 memory=1708 CPUtime=0.38 cores=1,3,5,7
/proc/11390/task/11403/stat : 11403 (java) S 11387 11390 17093 0 -1 1077944384 4126 0 0 0 37 1 0 0 20 0 17 0 66899002 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010535692656 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11404] ppid=11387 vsize=10750924 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11404/stat : 11404 (java) S 11387 11390 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66899002 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010534640096 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11405] ppid=11387 vsize=10750924 memory=288230574492221466 CPUtime=0.04 cores=1,3,5,7
/proc/11390/task/11405/stat : 11405 (java) S 11387 11390 17093 0 -1 1077944384 477 0 0 0 2 2 0 0 20 0 17 0 66899006 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010533587888 140011180710530 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11484] ppid=11387 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11484/stat : 11484 (java) S 11387 11390 17093 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 66907859 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010532532720 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
[pid=11390/tid=11485] ppid=11387 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11390/task/11485/stat : 11485 (java) S 11387 11390 17093 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 66907859 11008946176 2065123 18446744073709551615 4194304 4196468 140731587846048 140010531481056 140011180709589 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38264832 140731587850645 140731587850798 140731587850798 140731587854287 0
Current children cumulated CPU time: 256.04 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 8260492 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 89.1589
CPU time (s): 256.124
CPU user time (s): 250.512
CPU system time (s): 5.61252
CPU usage (%): 287.267
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 8260492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.512
system time used= 5.61252
maximum resident set size= 8261152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102657
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5212
involuntary context switches= 3359


# summary of solver processes directly reported to runsolver:
#   pid: 11390
#   total CPU time (s): 256.124
#   total CPU user time (s): 250.512
#   total CPU system time (s): 5.61252

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.502283 second user time and 0.946197 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 19:43:28
IDJOB=4258012
IDBENCH=126233
IDSOLVER=2643
FILE ID=node127/4258012-1502647057
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-18-a4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258012-1502647057/watcher-4258012-1502647057 -o /tmp/evaluation-result-4258012-1502647057/solver-4258012-1502647057 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258012-1502647057.xml

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

MD5SUM BENCH= cd45d5bd6c60c6606ac40fe75fc6407d
RANDOM SEED=1068300913

node127.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.92
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.92
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.92
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.92
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:        28447576 kB
MemAvailable:   28885012 kB
Buffers:          200876 kB
Cached:           532696 kB
SwapCached:            0 kB
Active:          3679932 kB
Inactive:         213744 kB
Active(anon):    3109792 kB
Inactive(anon):    83872 kB
Active(file):     570140 kB
Inactive(file):   129872 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1984 kB
Writeback:             0 kB
AnonPages:       3051652 kB
Mapped:            58904 kB
Shmem:             33444 kB
Slab:             132336 kB
SReclaimable:     106520 kB
SUnreclaim:        25816 kB
KernelStack:        3392 kB
PageTables:        10800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4556704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2934784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62024 MiB
End job on node127 at 2017-08-13 19:44:57