Trace number 4301676

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 2018-07-11? (TO) 260.167 89.9852

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-17-0300_c18.xml
MD5SUM89893934ad5b9c06ca26522ad9c878f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark130971634
Best CPU time to get the best result obtained on this benchmark82.3593
Satisfiable
(Un)Satisfiability was proved
Number of variables6028
Number of constraints3865
Number of domains51
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":2107},{"size":11,"count":1809},{"size":12,"count":1},{"size":31,"count":40},{"size":33,"count":87},{"size":39,"count":25},{"size":59,"count":10},{"size":64,"count":57},{"size":66,"count":15},{"size":69,"count":34},{"size":70,"count":43},{"size":72,"count":1},{"size":73,"count":50},{"size":74,"count":6},{"size":76,"count":21},{"size":79,"count":26},{"size":82,"count":6},{"size":97,"count":23},{"size":99,"count":8},{"size":101,"count":32},{"size":103,"count":72},{"size":105,"count":85},{"size":107,"count":132},{"size":109,"count":12},{"size":110,"count":53},{"size":113,"count":7},{"size":115,"count":3},{"size":119,"count":40},{"size":130,"count":5},{"size":132,"count":2},{"size":134,"count":32},{"size":136,"count":22},{"size":138,"count":99},{"size":140,"count":66},{"size":143,"count":27},{"size":144,"count":90},{"size":147,"count":132},{"size":151,"count":746}]
Minimum variable degree2
Maximum variable degree1810
Distribution of variable degrees[{"degree":2,"count":5428},{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":12},{"degree":6,"count":14},{"degree":7,"count":31},{"degree":8,"count":28},{"degree":9,"count":30},{"degree":10,"count":32},{"degree":11,"count":42},{"degree":12,"count":46},{"degree":13,"count":36},{"degree":14,"count":59},{"degree":15,"count":85},{"degree":16,"count":118},{"degree":17,"count":63},{"degree":1810,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":247},{"arity":3,"count":1809},{"arity":6,"count":1809}]
Number of extensional constraints1809
Number of intensional constraints2056
Distribution of constraint types[{"type":"extension","count":1809},{"type":"intension","count":2056}]
Optimization problemYES
Type of objectivemin SUM

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301676-1532883634/watcher-4301676-1532883634 -o /tmp/evaluation-result-4301676-1532883634/solver-4301676-1532883634 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301676-1532883634.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
Current StackSize limit: 8192 KiB

solver pid=17165, runsolver pid=17162

[startup+0.100141 s]*
/proc/loadavg: 2.02 2.23 2.53 3/218 17180
/proc/meminfo: memFree=27379188/32770624 swapFree=67108860/67108860
[pid=17165] ppid=17162 vsize=10659012 memory=30188 CPUtime=0.13 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17162 17165 13514 0 -1 1077944320 6639 0 0 0 12 1 0 0 20 0 15 0 105926650 10914828288 7547 33554432000 4194304 4196468 140729881786416 140729881768960 139759213526775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
/proc/17165/statm: 2664753 7547 2846 1 0 2627263 0
[pid=17165/tid=17167] ppid=17162 vsize=10659012 memory=-8773748148830243970 CPUtime=0.09 cores=1,3,5,7
/proc/17165/task/17167/stat : 17167 (java) R 17162 17165 13514 0 -1 4202560 4456 0 0 0 8 1 0 0 20 0 15 0 105926650 10914828288 7547 33554432000 4194304 4196468 140729881786416 139759217747904 139759213548701 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17168] ppid=17162 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17168/stat : 17168 (java) S 17162 17165 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105926651 10914828288 7547 33554432000 4194304 4196468 140729881786416 139759176632848 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17169] ppid=17162 vsize=10659012 memory=140289180300928 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17169/stat : 17169 (java) S 17162 17165 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105926651 10914828288 7547 33554432000 4194304 4196468 140729881786416 139758819531408 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17170] ppid=17162 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17170/stat : 17170 (java) S 17162 17165 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105926651 10914828288 7547 33554432000 4194304 4196468 140729881786416 139758818478352 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17171] ppid=17162 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17171/stat : 17171 (java) S 17162 17165 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105926651 10914828288 7547 33554432000 4194304 4196468 140729881786416 139758817425808 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17172] ppid=17162 vsize=10659012 memory=140289180300928 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17172/stat : 17172 (java) S 17162 17165 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105926652 10914828288 7547 33554432000 4194304 4196468 140729881786416 139758518348528 139759213537922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17173] ppid=17162 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17173/stat : 17173 (java) S 17162 17165 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105926653 10914828288 7547 33554432000 4194304 4196468 140729881786416 139758517294752 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17174] ppid=17162 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17174/stat : 17174 (java) S 17162 17165 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105926653 10914828288 7547 33554432000 4194304 4196468 140729881786416 139758516241648 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17175] ppid=17162 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17175/stat : 17175 (java) S 17162 17165 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105926655 10914828288 7547 33554432000 4194304 4196468 140729881786416 139758515190224 139759213545371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17176] ppid=17162 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17176/stat : 17176 (java) S 17162 17165 13514 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 105926655 10914828288 7547 33554432000 4194304 4196468 140729881786416 139758514137328 139759213537922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17177] ppid=17162 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17177/stat : 17177 (java) S 17162 17165 13514 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 105926655 10914828288 7547 33554432000 4194304 4196468 140729881786416 139758513084784 139759213537922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17178] ppid=17162 vsize=10659012 memory=140289180300928 CPUtime=0.02 cores=1,3,5,7
/proc/17165/task/17178/stat : 17178 (java) S 17162 17165 13514 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 15 0 105926655 10914828288 7547 33554432000 4194304 4196468 140729881786416 139758512031728 139759213537922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17179] ppid=17162 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17179/stat : 17179 (java) S 17162 17165 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105926655 10914828288 7547 33554432000 4194304 4196468 140729881786416 139758510979424 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17180] ppid=17162 vsize=10659012 memory=140289180300928 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17180/stat : 17180 (java) S 17162 17165 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105926656 10914828288 7547 33554432000 4194304 4196468 140729881786416 139758509927472 139759213537922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30188 KiB

[startup+0.210657 s]*
/proc/loadavg: 2.02 2.23 2.53 3/218 17180
/proc/meminfo: memFree=27368644/32770624 swapFree=67108860/67108860
[pid=17165] ppid=17162 vsize=10659012 memory=42172 CPUtime=0.33 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17162 17165 13514 0 -1 1077944320 8172 0 0 0 31 2 0 0 20 0 15 0 105926650 10914828288 10543 33554432000 4194304 4196468 140729881786416 140729881768960 139759213526775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
/proc/17165/statm: 2664753 10543 3006 1 0 2627263 0
[pid=17165/tid=17167] ppid=17162 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/17165/task/17167/stat : 17167 (java) R 17162 17165 13514 0 -1 4202560 5041 0 0 0 19 1 0 0 20 0 15 0 105926650 10914828288 10543 33554432000 4194304 4196468 140729881786416 139759217763056 139759195816103 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17168] ppid=17162 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17168/stat : 17168 (java) S 17162 17165 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105926651 10914828288 10543 33554432000 4194304 4196468 140729881786416 139759176632848 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17169] ppid=17162 vsize=10659012 memory=140289180925963 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17169/stat : 17169 (java) S 17162 17165 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105926651 10914828288 10543 33554432000 4194304 4196468 140729881786416 139758819531408 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17170] ppid=17162 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17170/stat : 17170 (java) S 17162 17165 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105926651 10914828288 10543 33554432000 4194304 4196468 140729881786416 139758818478352 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17171] ppid=17162 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17171/stat : 17171 (java) S 17162 17165 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105926651 10914828288 10543 33554432000 4194304 4196468 140729881786416 139758817425808 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17172] ppid=17162 vsize=10659012 memory=140289180300928 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17172/stat : 17172 (java) S 17162 17165 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105926652 10914828288 10543 33554432000 4194304 4196468 140729881786416 139758518348528 139759213537922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17173] ppid=17162 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17173/stat : 17173 (java) S 17162 17165 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105926653 10914828288 10543 33554432000 4194304 4196468 140729881786416 139758517294752 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17174] ppid=17162 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17174/stat : 17174 (java) S 17162 17165 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105926653 10914828288 10543 33554432000 4194304 4196468 140729881786416 139758516241648 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17175] ppid=17162 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17175/stat : 17175 (java) S 17162 17165 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105926655 10914828288 10543 33554432000 4194304 4196468 140729881786416 139758515190224 139759213545371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17176] ppid=17162 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17165/task/17176/stat : 17176 (java) S 17162 17165 13514 0 -1 1077944384 576 0 0 0 2 0 0 0 20 0 15 0 105926655 10914828288 10543 33554432000 4194304 4196468 140729881786416 139758514137328 139759213537922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17177] ppid=17162 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17165/task/17177/stat : 17177 (java) S 17162 17165 13514 0 -1 1077944384 468 0 0 0 2 0 0 0 20 0 15 0 105926655 10914828288 10543 33554432000 4194304 4196468 140729881786416 139758513084784 139759213537922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17178] ppid=17162 vsize=10659012 memory=140289180300928 CPUtime=0.07 cores=1,3,5,7
/proc/17165/task/17178/stat : 17178 (java) R 17162 17165 13514 0 -1 4202560 723 0 0 0 7 0 0 0 20 0 15 0 105926655 10914828288 10543 33554432000 4194304 4196468 140729881786416 139758512031728 139759199221760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17179] ppid=17162 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17179/stat : 17179 (java) S 17162 17165 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105926655 10914828288 10543 33554432000 4194304 4196468 140729881786416 139758510979424 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17180] ppid=17162 vsize=10659012 memory=140289180300928 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17180/stat : 17180 (java) S 17162 17165 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105926656 10914828288 10543 33554432000 4194304 4196468 140729881786416 139758509927472 139759213537922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42172 KiB

[startup+0.311339 s]*
/proc/loadavg: 2.02 2.23 2.53 5/218 17180
/proc/meminfo: memFree=27354500/32770624 swapFree=67108860/67108860
[pid=17165] ppid=17162 vsize=10659012 memory=56044 CPUtime=0.6 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17162 17165 13514 0 -1 1077944320 9593 0 0 0 57 3 0 0 20 0 15 0 105926650 10914828288 14011 33554432000 4194304 4196468 140729881786416 140729881768960 139759213526775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
/proc/17165/statm: 2664753 14011 3048 1 0 2627263 0
[pid=17165/tid=17167] ppid=17162 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/17165/task/17167/stat : 17167 (java) R 17162 17165 13514 0 -1 4202560 5388 0 0 0 29 1 0 0 20 0 15 0 105926650 10914828288 14011 33554432000 4194304 4196468 140729881786416 139759217757616 139759213548701 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17168] ppid=17162 vsize=10659012 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17168/stat : 17168 (java) S 17162 17165 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105926651 10914828288 14011 33554432000 4194304 4196468 140729881786416 139759176632848 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17169] ppid=17162 vsize=10659012 memory=140289180925962 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17169/stat : 17169 (java) S 17162 17165 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105926651 10914828288 14011 33554432000 4194304 4196468 140729881786416 139758819531408 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17170] ppid=17162 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17170/stat : 17170 (java) S 17162 17165 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105926651 10914828288 14011 33554432000 4194304 4196468 140729881786416 139758818478352 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17171] ppid=17162 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17171/stat : 17171 (java) S 17162 17165 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105926651 10914828288 14011 33554432000 4194304 4196468 140729881786416 139758817425808 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17172] ppid=17162 vsize=10659012 memory=140289180300928 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17172/stat : 17172 (java) S 17162 17165 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105926652 10914828288 14011 33554432000 4194304 4196468 140729881786416 139758518348528 139759213537922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17173] ppid=17162 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17173/stat : 17173 (java) S 17162 17165 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105926653 10914828288 14011 33554432000 4194304 4196468 140729881786416 139758517294752 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17174] ppid=17162 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17174/stat : 17174 (java) S 17162 17165 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105926653 10914828288 14011 33554432000 4194304 4196468 140729881786416 139758516241648 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17175] ppid=17162 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17175/stat : 17175 (java) S 17162 17165 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105926655 10914828288 14011 33554432000 4194304 4196468 140729881786416 139758515190224 139759213545371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17176] ppid=17162 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17165/task/17176/stat : 17176 (java) R 17162 17165 13514 0 -1 4202560 831 0 0 0 7 0 0 0 20 0 15 0 105926655 10914828288 14011 33554432000 4194304 4196468 140729881786416 139758514118344 139759198632858 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17177] ppid=17162 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17165/task/17177/stat : 17177 (java) R 17162 17165 13514 0 -1 4202560 1042 0 0 0 7 0 0 0 20 0 15 0 105926655 10914828288 14011 33554432000 4194304 4196468 140729881786416 139758513075976 139759193189200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17178] ppid=17162 vsize=10659012 memory=140289180300928 CPUtime=0.12 cores=1,3,5,7
/proc/17165/task/17178/stat : 17178 (java) R 17162 17165 13514 0 -1 1077944384 965 0 0 0 12 0 0 0 20 0 15 0 105926655 10914828288 14011 33554432000 4194304 4196468 140729881786416 139758512031728 139759213537922 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17179] ppid=17162 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17179/stat : 17179 (java) S 17162 17165 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105926655 10914828288 14011 33554432000 4194304 4196468 140729881786416 139758510979424 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17180] ppid=17162 vsize=10659012 memory=140289180300928 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17180/stat : 17180 (java) S 17162 17165 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105926656 10914828288 14011 33554432000 4194304 4196468 140729881786416 139758509927472 139759213537922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 56044 KiB

[startup+0.708295 s]
/proc/loadavg: 2.09 2.25 2.53 7/218 17180
/proc/meminfo: memFree=27134184/32770624 swapFree=67108860/67108860
[pid=17165] ppid=17162 vsize=10659088 memory=296392 CPUtime=1.72 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17162 17165 13514 0 -1 1077944320 12273 0 0 0 151 21 0 0 20 0 15 0 105926650 10914906112 74098 33554432000 4194304 4196468 140729881786416 140729881768960 139759213526775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
/proc/17165/statm: 2664772 74098 3100 1 0 2627263 0
[pid=17165/tid=17167] ppid=17162 vsize=10659088 memory=16844 CPUtime=0.62 cores=1,3,5,7
/proc/17165/task/17167/stat : 17167 (java) R 17162 17165 13514 0 -1 4202560 5800 0 0 0 56 6 0 0 20 0 15 0 105926650 10914906112 74098 33554432000 4194304 4196468 140729881786416 139759217761872 139758850152367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17168] ppid=17162 vsize=10659088 memory=2324 CPUtime=0.06 cores=1,3,5,7
/proc/17165/task/17168/stat : 17168 (java) S 17162 17165 13514 0 -1 1077944384 69 0 0 0 3 3 0 0 20 0 15 0 105926651 10914906112 74098 33554432000 4194304 4196468 140729881786416 139759176632848 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17169] ppid=17162 vsize=10659088 memory=1584 CPUtime=0.04 cores=1,3,5,7
/proc/17165/task/17169/stat : 17169 (java) S 17162 17165 13514 0 -1 1077944384 49 0 0 0 2 2 0 0 20 0 15 0 105926651 10914906112 74098 33554432000 4194304 4196468 140729881786416 139758819531408 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17170] ppid=17162 vsize=10659088 memory=496 CPUtime=0.06 cores=1,3,5,7
/proc/17165/task/17170/stat : 17170 (java) S 17162 17165 13514 0 -1 1077944384 65 0 0 0 3 3 0 0 20 0 15 0 105926651 10914906112 74098 33554432000 4194304 4196468 140729881786416 139758818478352 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17171] ppid=17162 vsize=10659088 memory=928 CPUtime=0.06 cores=1,3,5,7
/proc/17165/task/17171/stat : 17171 (java) S 17162 17165 13514 0 -1 1077944384 65 0 0 0 3 3 0 0 20 0 15 0 105926651 10914906112 74098 33554432000 4194304 4196468 140729881786416 139758817425808 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17172] ppid=17162 vsize=10659088 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17172/stat : 17172 (java) S 17162 17165 13514 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105926652 10914906112 74098 33554432000 4194304 4196468 140729881786416 139758518348528 139759213537922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17173] ppid=17162 vsize=10659088 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17173/stat : 17173 (java) S 17162 17165 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105926653 10914906112 74098 33554432000 4194304 4196468 140729881786416 139758517294752 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17174] ppid=17162 vsize=10659088 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17174/stat : 17174 (java) S 17162 17165 13514 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 105926653 10914906112 74098 33554432000 4194304 4196468 140729881786416 139758516241648 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17175] ppid=17162 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17175/stat : 17175 (java) S 17162 17165 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105926655 10914906112 74098 33554432000 4194304 4196468 140729881786416 139758515190224 139759213545371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17176] ppid=17162 vsize=10659088 memory=6081108994580573287 CPUtime=0.29 cores=1,3,5,7
/proc/17165/task/17176/stat : 17176 (java) R 17162 17165 13514 0 -1 4202560 1747 0 0 0 29 0 0 0 20 0 15 0 105926655 10914906112 74098 33554432000 4194304 4196468 140729881786416 139758514126320 139759195070954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17177] ppid=17162 vsize=10659088 memory=6076878065162868073 CPUtime=0.35 cores=1,3,5,7
/proc/17165/task/17177/stat : 17177 (java) R 17162 17165 13514 0 -1 4202560 1826 0 0 0 35 0 0 0 20 0 15 0 105926655 10914906112 74098 33554432000 4194304 4196468 140729881786416 139758513084704 139759197815776 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17178] ppid=17162 vsize=10659088 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/17165/task/17178/stat : 17178 (java) R 17162 17165 13514 0 -1 4202560 1206 0 0 0 18 0 0 0 20 0 15 0 105926655 10914906112 74098 33554432000 4194304 4196468 140729881786416 139758512031728 139759197607262 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17179] ppid=17162 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17179/stat : 17179 (java) S 17162 17165 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105926655 10914906112 74098 33554432000 4194304 4196468 140729881786416 139758510979424 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17180] ppid=17162 vsize=10659088 memory=756 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17180/stat : 17180 (java) S 17162 17165 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105926656 10914906112 74098 33554432000 4194304 4196468 140729881786416 139758509927472 139759213537922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 296392 KiB

[startup+1.50087 s]
/proc/loadavg: 2.09 2.25 2.53 5/218 17180
/proc/meminfo: memFree=26950880/32770624 swapFree=67108860/67108860
[pid=17165] ppid=17162 vsize=10661604 memory=482024 CPUtime=4.25 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17162 17165 13514 0 -1 1077944320 21844 0 0 0 397 28 0 0 20 0 15 0 105926650 10917482496 120506 33554432000 4194304 4196468 140729881786416 140729881768960 139759213526775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
/proc/17165/statm: 2665401 120506 3129 1 0 2627892 0
[pid=17165/tid=17167] ppid=17162 vsize=10661604 memory=436932 CPUtime=1.35 cores=1,3,5,7
/proc/17165/task/17167/stat : 17167 (java) R 17162 17165 13514 0 -1 4202560 5938 0 0 0 128 7 0 0 20 0 15 0 105926650 10917482496 120506 33554432000 4194304 4196468 140729881786416 139759217764440 139758853023793 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17168] ppid=17162 vsize=10661604 memory=33 CPUtime=0.1 cores=1,3,5,7
/proc/17165/task/17168/stat : 17168 (java) S 17162 17165 13514 0 -1 1077944384 154 0 0 0 5 5 0 0 20 0 15 0 105926651 10917482496 120506 33554432000 4194304 4196468 140729881786416 139759176632848 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17169] ppid=17162 vsize=10661604 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17165/task/17169/stat : 17169 (java) S 17162 17165 13514 0 -1 1077944384 74 0 0 0 4 3 0 0 20 0 15 0 105926651 10917482496 120506 33554432000 4194304 4196468 140729881786416 139758819531408 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17170] ppid=17162 vsize=10661604 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/17165/task/17170/stat : 17170 (java) S 17162 17165 13514 0 -1 1077944384 312 0 0 0 4 4 0 0 20 0 15 0 105926651 10917482496 120506 33554432000 4194304 4196468 140729881786416 139758818478352 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17171] ppid=17162 vsize=10661604 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17165/task/17171/stat : 17171 (java) S 17162 17165 13514 0 -1 1077944384 95 0 0 0 5 4 0 0 20 0 15 0 105926651 10917482496 120506 33554432000 4194304 4196468 140729881786416 139758817425808 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17172] ppid=17162 vsize=10661604 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17172/stat : 17172 (java) S 17162 17165 13514 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105926652 10917482496 120506 33554432000 4194304 4196468 140729881786416 139758518348528 139759213537922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0

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

[pid=17165/tid=17179] ppid=17162 vsize=10661136 memory=8976414709404591081 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17179/stat : 17179 (java) S 17162 17165 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758510979424 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17180] ppid=17162 vsize=10661136 memory=-6800859132029471843 CPUtime=0.05 cores=1,3,5,7
/proc/17165/task/17180/stat : 17180 (java) S 17162 17165 13514 0 -1 1077944384 1452 0 0 0 3 2 0 0 20 0 15 0 105926656 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758509927472 139759213537922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
Current children cumulated CPU time: 252.78 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8337180 KiB

[startup+88.8007 s]
/proc/loadavg: 2.78 2.44 2.58 6/218 17285
/proc/meminfo: memFree=15003400/32770624 swapFree=67108860/67108860
[pid=17165] ppid=17162 vsize=10661136 memory=8337180 CPUtime=255.8 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17162 17165 13514 0 -1 1077944320 1245343 0 0 0 24950 630 0 0 20 0 15 0 105926650 10917003264 2084295 33554432000 4194304 4196468 140729881786416 140729881768960 139759213526775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
/proc/17165/statm: 2665284 2084295 3185 1 0 2627775 0
[pid=17165/tid=17167] ppid=17162 vsize=10661136 memory=6791534058613427641 CPUtime=23.89 cores=1,3,5,7
/proc/17165/task/17167/stat : 17167 (java) S 17162 17165 13514 0 -1 1077944384 27939 0 0 0 2358 31 0 0 20 0 15 0 105926650 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139759217759568 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17168] ppid=17162 vsize=10661136 memory=4426639978525455914 CPUtime=53.05 cores=1,3,5,7
/proc/17165/task/17168/stat : 17168 (java) R 17162 17165 13514 0 -1 4202560 411980 0 0 0 5166 139 0 0 20 0 15 0 105926651 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139759176633048 139759198523179 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17169] ppid=17162 vsize=10661136 memory=4572164749098055210 CPUtime=52.61 cores=1,3,5,7
/proc/17165/task/17169/stat : 17169 (java) R 17162 17165 13514 0 -1 4202560 361794 0 0 0 5103 158 0 0 20 0 15 0 105926651 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758819531528 139759206154983 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17170] ppid=17162 vsize=10661136 memory=8328453600958622283 CPUtime=52.69 cores=1,3,5,7
/proc/17165/task/17170/stat : 17170 (java) R 17162 17165 13514 0 -1 4202560 177536 0 0 0 5124 145 0 0 20 0 15 0 105926651 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758818478160 139759206154983 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17171] ppid=17162 vsize=10661136 memory=-8412652160765825907 CPUtime=52.96 cores=1,3,5,7
/proc/17165/task/17171/stat : 17171 (java) R 17162 17165 13514 0 -1 4202560 171920 0 0 0 5154 142 0 0 20 0 15 0 105926651 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758817425616 139759206154983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17172] ppid=17162 vsize=10661136 memory=7100839878645619564 CPUtime=11.18 cores=1,3,5,7
/proc/17165/task/17172/stat : 17172 (java) S 17162 17165 13514 0 -1 1077944384 39847 0 0 0 1115 3 0 0 20 0 15 0 105926652 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758518347072 139759213536981 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17173] ppid=17162 vsize=10661136 memory=-8634980985311628903 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17173/stat : 17173 (java) S 17162 17165 13514 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 105926653 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758517294816 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17174] ppid=17162 vsize=10661136 memory=844 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17174/stat : 17174 (java) S 17162 17165 13514 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 105926653 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758516241664 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17175] ppid=17162 vsize=10661136 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17175/stat : 17175 (java) S 17162 17165 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758515189872 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17176] ppid=17162 vsize=10661136 memory=2724 CPUtime=4.47 cores=1,3,5,7
/proc/17165/task/17176/stat : 17176 (java) S 17162 17165 13514 0 -1 1077944384 26901 0 0 0 444 3 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758514137376 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17177] ppid=17162 vsize=10661136 memory=1256 CPUtime=4.06 cores=1,3,5,7
/proc/17165/task/17177/stat : 17177 (java) S 17162 17165 13514 0 -1 1077944384 19011 0 0 0 404 2 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758513084544 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17178] ppid=17162 vsize=10661136 memory=10368 CPUtime=0.74 cores=1,3,5,7
/proc/17165/task/17178/stat : 17178 (java) S 17162 17165 13514 0 -1 1077944384 5566 0 0 0 72 2 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758512031776 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17179] ppid=17162 vsize=10661136 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17179/stat : 17179 (java) S 17162 17165 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758510979424 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17180] ppid=17162 vsize=10661136 memory=1172 CPUtime=0.05 cores=1,3,5,7
/proc/17165/task/17180/stat : 17180 (java) S 17162 17165 13514 0 -1 1077944384 1452 0 0 0 3 2 0 0 20 0 15 0 105926656 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758509927472 139759213537922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
Current children cumulated CPU time: 255.8 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8337180 KiB

[startup+89.6007 s]
/proc/loadavg: 2.78 2.44 2.58 5/218 17285
/proc/meminfo: memFree=15003400/32770624 swapFree=67108860/67108860
[pid=17165] ppid=17162 vsize=10661136 memory=8337180 CPUtime=258.9 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17162 17165 13514 0 -1 1077944320 1245343 0 0 0 25259 631 0 0 20 0 15 0 105926650 10917003264 2084295 33554432000 4194304 4196468 140729881786416 140729881768960 139759213526775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
/proc/17165/statm: 2665284 2084295 3185 1 0 2627775 0
[pid=17165/tid=17167] ppid=17162 vsize=10661136 memory=844 CPUtime=23.89 cores=1,3,5,7
/proc/17165/task/17167/stat : 17167 (java) S 17162 17165 13514 0 -1 1077944384 27939 0 0 0 2358 31 0 0 20 0 15 0 105926650 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139759217759568 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17168] ppid=17162 vsize=10661136 memory=3360 CPUtime=53.85 cores=1,3,5,7
/proc/17165/task/17168/stat : 17168 (java) R 17162 17165 13514 0 -1 4202560 411980 0 0 0 5246 139 0 0 20 0 15 0 105926651 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139759176633048 139759198524720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17169] ppid=17162 vsize=10661136 memory=2724 CPUtime=53.38 cores=1,3,5,7
/proc/17165/task/17169/stat : 17169 (java) R 17162 17165 13514 0 -1 4202560 361794 0 0 0 5179 159 0 0 20 0 15 0 105926651 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758819531528 139759206154983 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17170] ppid=17162 vsize=10661136 memory=1256 CPUtime=53.46 cores=1,3,5,7
/proc/17165/task/17170/stat : 17170 (java) R 17162 17165 13514 0 -1 4202560 177536 0 0 0 5201 145 0 0 20 0 15 0 105926651 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758818478472 139759206154983 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17171] ppid=17162 vsize=10661136 memory=30220 CPUtime=53.74 cores=1,3,5,7
/proc/17165/task/17171/stat : 17171 (java) R 17162 17165 13514 0 -1 4202560 171920 0 0 0 5231 143 0 0 20 0 15 0 105926651 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758817425616 139759206154983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17172] ppid=17162 vsize=10661136 memory=2204 CPUtime=11.18 cores=1,3,5,7
/proc/17165/task/17172/stat : 17172 (java) S 17162 17165 13514 0 -1 1077944384 39847 0 0 0 1115 3 0 0 20 0 15 0 105926652 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758518347072 139759213536981 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17173] ppid=17162 vsize=10661136 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17173/stat : 17173 (java) S 17162 17165 13514 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 105926653 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758517294816 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17174] ppid=17162 vsize=10661136 memory=8303912 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17174/stat : 17174 (java) S 17162 17165 13514 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 105926653 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758516241664 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17175] ppid=17162 vsize=10661136 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17175/stat : 17175 (java) S 17162 17165 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758515189872 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17176] ppid=17162 vsize=10661136 memory=7665808 CPUtime=4.47 cores=1,3,5,7
/proc/17165/task/17176/stat : 17176 (java) S 17162 17165 13514 0 -1 1077944384 26901 0 0 0 444 3 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758514137376 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17177] ppid=17162 vsize=10661136 memory=6791534058613427641 CPUtime=4.06 cores=1,3,5,7
/proc/17165/task/17177/stat : 17177 (java) S 17162 17165 13514 0 -1 1077944384 19011 0 0 0 404 2 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758513084544 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17178] ppid=17162 vsize=10661136 memory=5456 CPUtime=0.74 cores=1,3,5,7
/proc/17165/task/17178/stat : 17178 (java) S 17162 17165 13514 0 -1 1077944384 5566 0 0 0 72 2 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758512031776 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17179] ppid=17162 vsize=10661136 memory=756 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17179/stat : 17179 (java) S 17162 17165 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758510979424 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17180] ppid=17162 vsize=10661136 memory=14572 CPUtime=0.05 cores=1,3,5,7
/proc/17165/task/17180/stat : 17180 (java) S 17162 17165 13514 0 -1 1077944384 1452 0 0 0 3 2 0 0 20 0 15 0 105926656 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758509927472 139759213537922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
Current children cumulated CPU time: 258.9 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8337180 KiB

[startup+89.8007 s]
/proc/loadavg: 2.78 2.44 2.58 5/218 17285
/proc/meminfo: memFree=15003400/32770624 swapFree=67108860/67108860
[pid=17165] ppid=17162 vsize=10661136 memory=8337180 CPUtime=259.67 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17162 17165 13514 0 -1 1077944320 1245343 0 0 0 25336 631 0 0 20 0 15 0 105926650 10917003264 2084295 33554432000 4194304 4196468 140729881786416 140729881768960 139759213526775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
/proc/17165/statm: 2665284 2084295 3185 1 0 2627775 0
[pid=17165/tid=17167] ppid=17162 vsize=10661136 memory=-2893623298589923098 CPUtime=23.89 cores=1,3,5,7
/proc/17165/task/17167/stat : 17167 (java) S 17162 17165 13514 0 -1 1077944384 27939 0 0 0 2358 31 0 0 20 0 15 0 105926650 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139759217759568 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17168] ppid=17162 vsize=10661136 memory=-9174445032661854264 CPUtime=54.05 cores=1,3,5,7
/proc/17165/task/17168/stat : 17168 (java) R 17162 17165 13514 0 -1 4202560 411980 0 0 0 5266 139 0 0 20 0 15 0 105926651 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139759176633048 139759198516420 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17169] ppid=17162 vsize=10661136 memory=-3253322038155611931 CPUtime=53.57 cores=1,3,5,7
/proc/17165/task/17169/stat : 17169 (java) R 17162 17165 13514 0 -1 4202560 361794 0 0 0 5198 159 0 0 20 0 15 0 105926651 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758819531528 139759206154983 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17170] ppid=17162 vsize=10661136 memory=10368 CPUtime=53.65 cores=1,3,5,7
/proc/17165/task/17170/stat : 17170 (java) R 17162 17165 13514 0 -1 4202560 177536 0 0 0 5220 145 0 0 20 0 15 0 105926651 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758818478160 139759206154983 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17171] ppid=17162 vsize=10661136 memory=1700 CPUtime=53.93 cores=1,3,5,7
/proc/17165/task/17171/stat : 17171 (java) R 17162 17165 13514 0 -1 4202560 171920 0 0 0 5250 143 0 0 20 0 15 0 105926651 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758817425616 139759206154983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17172] ppid=17162 vsize=10661136 memory=1172 CPUtime=11.18 cores=1,3,5,7
/proc/17165/task/17172/stat : 17172 (java) S 17162 17165 13514 0 -1 1077944384 39847 0 0 0 1115 3 0 0 20 0 15 0 105926652 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758518347072 139759213536981 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17173] ppid=17162 vsize=10661136 memory=1812 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17173/stat : 17173 (java) S 17162 17165 13514 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 105926653 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758517294816 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17174] ppid=17162 vsize=10661136 memory=844 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17174/stat : 17174 (java) S 17162 17165 13514 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 105926653 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758516241664 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17175] ppid=17162 vsize=10661136 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17175/stat : 17175 (java) S 17162 17165 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758515189872 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17176] ppid=17162 vsize=10661136 memory=2372 CPUtime=4.47 cores=1,3,5,7
/proc/17165/task/17176/stat : 17176 (java) S 17162 17165 13514 0 -1 1077944384 26901 0 0 0 444 3 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758514137376 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17177] ppid=17162 vsize=10661136 memory=4206468019014099040 CPUtime=4.06 cores=1,3,5,7
/proc/17165/task/17177/stat : 17177 (java) S 17162 17165 13514 0 -1 1077944384 19011 0 0 0 404 2 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758513084544 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17178] ppid=17162 vsize=10661136 memory=8128038100524242582 CPUtime=0.74 cores=1,3,5,7
/proc/17165/task/17178/stat : 17178 (java) S 17162 17165 13514 0 -1 1077944384 5566 0 0 0 72 2 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758512031776 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17179] ppid=17162 vsize=10661136 memory=-3831251742559211316 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17179/stat : 17179 (java) S 17162 17165 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758510979424 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17180] ppid=17162 vsize=10661136 memory=30220 CPUtime=0.05 cores=1,3,5,7
/proc/17165/task/17180/stat : 17180 (java) S 17162 17165 13514 0 -1 1077944384 1452 0 0 0 3 2 0 0 20 0 15 0 105926656 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758509927472 139759213537922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
Current children cumulated CPU time: 259.67 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8337180 KiB

[startup+89.9007 s]
/proc/loadavg: 2.78 2.44 2.58 5/218 17285
/proc/meminfo: memFree=15003400/32770624 swapFree=67108860/67108860
[pid=17165] ppid=17162 vsize=10661136 memory=8337180 CPUtime=260.06 cores=1,3,5,7
/proc/17165/stat : 17165 (java) S 17162 17165 13514 0 -1 1077944320 1245343 0 0 0 25375 631 0 0 20 0 15 0 105926650 10917003264 2084295 33554432000 4194304 4196468 140729881786416 140729881768960 139759213526775 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
/proc/17165/statm: 2665284 2084295 3185 1 0 2627775 0
[pid=17165/tid=17167] ppid=17162 vsize=10661136 memory=8337180 CPUtime=23.89 cores=1,3,5,7
/proc/17165/task/17167/stat : 17167 (java) S 17162 17165 13514 0 -1 1077944384 27939 0 0 0 2358 31 0 0 20 0 15 0 105926650 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139759217759568 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17168] ppid=17162 vsize=10661136 memory=8303912 CPUtime=54.15 cores=1,3,5,7
/proc/17165/task/17168/stat : 17168 (java) R 17162 17165 13514 0 -1 4202560 411980 0 0 0 5276 139 0 0 20 0 15 0 105926651 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139759176633048 139759198516418 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17169] ppid=17162 vsize=10661136 memory=8337180 CPUtime=53.66 cores=1,3,5,7
/proc/17165/task/17169/stat : 17169 (java) R 17162 17165 13514 0 -1 4202560 361794 0 0 0 5207 159 0 0 20 0 15 0 105926651 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758819531528 139759206154983 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17170] ppid=17162 vsize=10661136 memory=8337180 CPUtime=53.74 cores=1,3,5,7
/proc/17165/task/17170/stat : 17170 (java) R 17162 17165 13514 0 -1 4202560 177536 0 0 0 5229 145 0 0 20 0 15 0 105926651 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758818478160 139759206154983 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17171] ppid=17162 vsize=10661136 memory=8337180 CPUtime=54.02 cores=1,3,5,7
/proc/17165/task/17171/stat : 17171 (java) R 17162 17165 13514 0 -1 4202560 171920 0 0 0 5259 143 0 0 20 0 15 0 105926651 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758817425616 139759206154983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17172] ppid=17162 vsize=10661136 memory=8337180 CPUtime=11.18 cores=1,3,5,7
/proc/17165/task/17172/stat : 17172 (java) S 17162 17165 13514 0 -1 1077944384 39847 0 0 0 1115 3 0 0 20 0 15 0 105926652 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758518347072 139759213536981 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17173] ppid=17162 vsize=10661136 memory=8337180 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17173/stat : 17173 (java) S 17162 17165 13514 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 105926653 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758517294816 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17174] ppid=17162 vsize=10661136 memory=8337180 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17174/stat : 17174 (java) S 17162 17165 13514 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 105926653 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758516241664 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17175] ppid=17162 vsize=10661136 memory=8337180 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17175/stat : 17175 (java) S 17162 17165 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758515189872 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17176] ppid=17162 vsize=10661136 memory=4140 CPUtime=4.47 cores=1,3,5,7
/proc/17165/task/17176/stat : 17176 (java) S 17162 17165 13514 0 -1 1077944384 26901 0 0 0 444 3 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758514137376 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17177] ppid=17162 vsize=10661136 memory=8154408 CPUtime=4.06 cores=1,3,5,7
/proc/17165/task/17177/stat : 17177 (java) S 17162 17165 13514 0 -1 1077944384 19011 0 0 0 404 2 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758513084544 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17178] ppid=17162 vsize=10661136 memory=7693608 CPUtime=0.74 cores=1,3,5,7
/proc/17165/task/17178/stat : 17178 (java) S 17162 17165 13514 0 -1 1077944384 5566 0 0 0 72 2 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758512031776 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17179] ppid=17162 vsize=10661136 memory=8337180 CPUtime=0 cores=1,3,5,7
/proc/17165/task/17179/stat : 17179 (java) S 17162 17165 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105926655 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758510979424 139759213536981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
[pid=17165/tid=17180] ppid=17162 vsize=10661136 memory=8337180 CPUtime=0.05 cores=1,3,5,7
/proc/17165/task/17180/stat : 17180 (java) S 17162 17165 13514 0 -1 1077944384 1452 0 0 0 3 2 0 0 20 0 15 0 105926656 10917003264 2084295 33554432000 4194304 4196468 140729881786416 139758509927472 139759213537922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22319104 140729881789558 140729881789710 140729881789710 140729881792463 0
Current children cumulated CPU time: 260.06 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8337180 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 89.9852
CPU time (s): 260.167
CPU user time (s): 253.772
CPU system time (s): 6.3942
CPU usage (%): 289.121
Max. virtual memory (cumulated for all children) (KiB): 10661680
Max. memory (cumulated for all children) (KiB): 8337180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.772
system time used= 6.3942
maximum resident set size= 8337604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1245347
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= 10163
involuntary context switches= 3586


# summary of solver processes directly reported to runsolver:
#   pid: 17165
#   total CPU time (s): 260.167
#   total CPU user time (s): 253.772
#   total CPU system time (s): 6.3942

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.619265 second user time and 0.874191 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 19:00:35
IDJOB=4301676
IDBENCH=141269
IDSOLVER=2773
FILE ID=node136/4301676-1532883634
RUNJOBID= node136-1532879536-13547
PBS_JOBID= 21022516
Free space on /tmp= 60128 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-17-0300_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301676-1532883634/watcher-4301676-1532883634 -o /tmp/evaluation-result-4301676-1532883634/solver-4301676-1532883634 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301676-1532883634.xml

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

MD5SUM BENCH= 89893934ad5b9c06ca26522ad9c878f8
RANDOM SEED=1058759015

node136.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.50
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.50
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.50
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.50
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:        27396908 kB
MemAvailable:   30784292 kB
Buffers:          213460 kB
Cached:          3444088 kB
SwapCached:            0 kB
Active:          2957980 kB
Inactive:        1939156 kB
Active(anon):    1190384 kB
Inactive(anon):    76480 kB
Active(file):    1767596 kB
Inactive(file):  1862676 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            103376 kB
Writeback:             0 kB
AnonPages:       1248028 kB
Mapped:            46588 kB
Shmem:             25228 kB
Slab:             174160 kB
SReclaimable:     145896 kB
SUnreclaim:        28264 kB
KernelStack:        3648 kB
PageTables:         7432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2774348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1126400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60044 MiB
End job on node136 at 2018-07-29 19:02:05