Trace number 4301682

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.35 99.8019

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-08-0700_c18.xml
MD5SUM1726f38b1078149b3b3b5e51280bc638
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables11265
Number of constraints7122
Number of domains159
Minimum domain size1
Maximum domain size141
Distribution of domain sizes[{"size":1,"count":4},{"size":2,"count":3984},{"size":11,"count":3288},{"size":12,"count":1},{"size":21,"count":10},{"size":23,"count":9},{"size":27,"count":51},{"size":31,"count":72},{"size":34,"count":11},{"size":35,"count":15},{"size":37,"count":59},{"size":38,"count":4},{"size":39,"count":29},{"size":40,"count":1},{"size":41,"count":17},{"size":42,"count":10},{"size":43,"count":1},{"size":44,"count":7},{"size":45,"count":25},{"size":47,"count":11},{"size":49,"count":70},{"size":51,"count":80},{"size":52,"count":2},{"size":53,"count":2},{"size":54,"count":5},"...",{"size":104,"count":55}, {"size":105,"count":9}, {"size":106,"count":46}, {"size":107,"count":8}, {"size":108,"count":6}, {"size":109,"count":6}, {"size":111,"count":41}, {"size":112,"count":53}, {"size":113,"count":10}, {"size":114,"count":14}, {"size":115,"count":6}, {"size":117,"count":78}, {"size":118,"count":117}, {"size":119,"count":35}, {"size":127,"count":73}, {"size":128,"count":21}, {"size":129,"count":2}, {"size":130,"count":15}, {"size":131,"count":18}, {"size":133,"count":2}, {"size":135,"count":74}, {"size":136,"count":50}, {"size":137,"count":18}, {"size":140,"count":8}, {"size":141,"count":1776}]
Minimum variable degree1
Maximum variable degree3289
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":9869},{"degree":3,"count":14},{"degree":4,"count":31},{"degree":5,"count":51},{"degree":6,"count":71},{"degree":7,"count":99},{"degree":8,"count":104},{"degree":9,"count":116},{"degree":10,"count":158},{"degree":11,"count":226},{"degree":12,"count":258},{"degree":13,"count":171},{"degree":14,"count":35},{"degree":15,"count":26},{"degree":16,"count":18},{"degree":17,"count":8},{"degree":18,"count":6},{"degree":19,"count":1},{"degree":3289,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":546},{"arity":3,"count":3288},{"arity":6,"count":3288}]
Number of extensional constraints3288
Number of intensional constraints3834
Distribution of constraint types[{"type":"extension","count":3288},{"type":"intension","count":3834}]
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 (10154 MiB free)
  memory of node 1: 16384 MiB (13454 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301682-1532883649/watcher-4301682-1532883649 -o /tmp/evaluation-result-4301682-1532883649/solver-4301682-1532883649 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301682-1532883649.xml 

running on 4 cores: 0,2,4,6

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=10414, runsolver pid=10411

[startup+0.100128 s]*
/proc/loadavg: 4.64 2.83 1.92 3/216 10429
/proc/meminfo: memFree=24158640/32770624 swapFree=67028784/67108860
[pid=10414] ppid=10411 vsize=10659012 memory=30492 CPUtime=0.13 cores=0,2,4,6
/proc/10414/stat : 10414 (java) S 10411 10414 10029 0 -1 1077944320 6688 0 0 0 12 1 0 0 20 0 15 0 105928183 10914828288 7623 33554432000 4194304 4196468 140722881420656 140722881403200 140168349921015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
/proc/10414/statm: 2664753 7623 2826 1 0 2627263 0
[pid=10414/tid=10416] ppid=10411 vsize=10659012 memory=-8773748148829981823 CPUtime=0.09 cores=0,2,4,6
/proc/10414/task/10416/stat : 10416 (java) R 10411 10414 10029 0 -1 4202560 4530 0 0 0 8 1 0 0 20 0 15 0 105928183 10914828288 7623 33554432000 4194304 4196468 140722881420656 140168354146832 140168335615987 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10417] ppid=10411 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10417/stat : 10417 (java) S 10411 10414 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105928184 10914828288 7623 33554432000 4194304 4196468 140722881420656 140168275995024 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10418] ppid=10411 vsize=10659012 memory=140095031031424 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10418/stat : 10418 (java) S 10411 10414 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105928184 10914828288 7623 33554432000 4194304 4196468 140722881420656 140168274942224 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10419] ppid=10411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10419/stat : 10419 (java) S 10411 10414 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105928184 10914828288 7623 33554432000 4194304 4196468 140722881420656 140168273889936 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10420] ppid=10411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10420/stat : 10420 (java) S 10411 10414 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105928184 10914828288 7623 33554432000 4194304 4196468 140722881420656 140168272837136 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10421] ppid=10411 vsize=10659012 memory=140095031031424 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10421/stat : 10421 (java) S 10411 10414 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105928185 10914828288 7623 33554432000 4194304 4196468 140722881420656 140167385918064 140168349932162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10422] ppid=10411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10422/stat : 10422 (java) S 10411 10414 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105928186 10914828288 7623 33554432000 4194304 4196468 140722881420656 140167384864032 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10423] ppid=10411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10423/stat : 10423 (java) S 10411 10414 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105928186 10914828288 7623 33554432000 4194304 4196468 140722881420656 140167383811696 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10424] ppid=10411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10424/stat : 10424 (java) S 10411 10414 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105928188 10914828288 7623 33554432000 4194304 4196468 140722881420656 140167382760016 140168349939611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10425] ppid=10411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10425/stat : 10425 (java) S 10411 10414 10029 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 15 0 105928188 10914828288 7623 33554432000 4194304 4196468 140722881420656 140167381706864 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10426] ppid=10411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10426/stat : 10426 (java) S 10411 10414 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105928188 10914828288 7623 33554432000 4194304 4196468 140722881420656 140167380654064 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10427] ppid=10411 vsize=10659012 memory=140095031031424 CPUtime=0.02 cores=0,2,4,6
/proc/10414/task/10427/stat : 10427 (java) S 10411 10414 10029 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 105928188 10914828288 7623 33554432000 4194304 4196468 140722881420656 140167379601776 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10428] ppid=10411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10428/stat : 10428 (java) S 10411 10414 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105928189 10914828288 7623 33554432000 4194304 4196468 140722881420656 140167378549216 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10429] ppid=10411 vsize=10659012 memory=140095031031424 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10429/stat : 10429 (java) S 10411 10414 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105928189 10914828288 7623 33554432000 4194304 4196468 140722881420656 140167377497008 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30492 KiB

[startup+0.210828 s]*
/proc/loadavg: 4.64 2.83 1.92 4/216 10429
/proc/meminfo: memFree=24149088/32770624 swapFree=67028784/67108860
[pid=10414] ppid=10411 vsize=10659012 memory=41848 CPUtime=0.33 cores=0,2,4,6
/proc/10414/stat : 10414 (java) S 10411 10414 10029 0 -1 1077944320 8125 0 0 0 31 2 0 0 20 0 15 0 105928183 10914828288 10462 33554432000 4194304 4196468 140722881420656 140722881403200 140168349921015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
/proc/10414/statm: 2664753 10462 3007 1 0 2627263 0
[pid=10414/tid=10416] ppid=10411 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/10414/task/10416/stat : 10416 (java) R 10411 10414 10029 0 -1 4202560 5032 0 0 0 18 1 0 0 20 0 15 0 105928183 10914828288 10462 33554432000 4194304 4196468 140722881420656 140168354157296 140168333964645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10417] ppid=10411 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10417/stat : 10417 (java) S 10411 10414 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105928184 10914828288 10462 33554432000 4194304 4196468 140722881420656 140168275995024 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10418] ppid=10411 vsize=10659012 memory=288370471182743168 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10418/stat : 10418 (java) S 10411 10414 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105928184 10914828288 10462 33554432000 4194304 4196468 140722881420656 140168274942224 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10419] ppid=10411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10419/stat : 10419 (java) S 10411 10414 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105928184 10914828288 10462 33554432000 4194304 4196468 140722881420656 140168273889936 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10420] ppid=10411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10420/stat : 10420 (java) S 10411 10414 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105928184 10914828288 10462 33554432000 4194304 4196468 140722881420656 140168272837136 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10421] ppid=10411 vsize=10659012 memory=140095031031424 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10421/stat : 10421 (java) S 10411 10414 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105928185 10914828288 10462 33554432000 4194304 4196468 140722881420656 140167385918064 140168349932162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10422] ppid=10411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10422/stat : 10422 (java) S 10411 10414 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105928186 10914828288 10462 33554432000 4194304 4196468 140722881420656 140167384864032 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10423] ppid=10411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10423/stat : 10423 (java) S 10411 10414 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105928186 10914828288 10462 33554432000 4194304 4196468 140722881420656 140167383811696 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10424] ppid=10411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10424/stat : 10424 (java) S 10411 10414 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105928188 10914828288 10462 33554432000 4194304 4196468 140722881420656 140167382760016 140168349939611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10425] ppid=10411 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10414/task/10425/stat : 10425 (java) S 10411 10414 10029 0 -1 1077944384 657 0 0 0 2 0 0 0 20 0 15 0 105928188 10914828288 10462 33554432000 4194304 4196468 140722881420656 140167381706864 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10426] ppid=10411 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10414/task/10426/stat : 10426 (java) S 10411 10414 10029 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 105928188 10914828288 10462 33554432000 4194304 4196468 140722881420656 140167380654064 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10427] ppid=10411 vsize=10659012 memory=140095031031424 CPUtime=0.07 cores=0,2,4,6
/proc/10414/task/10427/stat : 10427 (java) R 10411 10414 10029 0 -1 4202560 722 0 0 0 7 0 0 0 20 0 15 0 105928188 10914828288 10462 33554432000 4194304 4196468 140722881420656 140167379601776 140168334001502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10428] ppid=10411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10428/stat : 10428 (java) S 10411 10414 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105928189 10914828288 10462 33554432000 4194304 4196468 140722881420656 140167378549216 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10429] ppid=10411 vsize=10659012 memory=140095031031424 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10429/stat : 10429 (java) S 10411 10414 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105928189 10914828288 10462 33554432000 4194304 4196468 140722881420656 140167377497008 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41848 KiB

[startup+0.310737 s]*
/proc/loadavg: 4.64 2.83 1.92 5/216 10429
/proc/meminfo: memFree=24136992/32770624 swapFree=67028784/67108860
[pid=10414] ppid=10411 vsize=10659012 memory=54720 CPUtime=0.61 cores=0,2,4,6
/proc/10414/stat : 10414 (java) S 10411 10414 10029 0 -1 1077944320 9696 0 0 0 58 3 0 0 20 0 15 0 105928183 10914828288 13680 33554432000 4194304 4196468 140722881420656 140722881403200 140168349921015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
/proc/10414/statm: 2664753 13680 3049 1 0 2627263 0
[pid=10414/tid=10416] ppid=10411 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/10414/task/10416/stat : 10416 (java) R 10411 10414 10029 0 -1 4202560 5371 0 0 0 28 2 0 0 20 0 15 0 105928183 10914828288 13680 33554432000 4194304 4196468 140722881420656 140168354158368 140168349942941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10417] ppid=10411 vsize=10659012 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10417/stat : 10417 (java) S 10411 10414 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105928184 10914828288 13680 33554432000 4194304 4196468 140722881420656 140168275995024 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10418] ppid=10411 vsize=10659012 memory=288370471182743168 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10418/stat : 10418 (java) S 10411 10414 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105928184 10914828288 13680 33554432000 4194304 4196468 140722881420656 140168274942224 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10419] ppid=10411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10419/stat : 10419 (java) S 10411 10414 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105928184 10914828288 13680 33554432000 4194304 4196468 140722881420656 140168273889936 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10420] ppid=10411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10420/stat : 10420 (java) S 10411 10414 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105928184 10914828288 13680 33554432000 4194304 4196468 140722881420656 140168272837136 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10421] ppid=10411 vsize=10659012 memory=140095031031424 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10421/stat : 10421 (java) S 10411 10414 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105928185 10914828288 13680 33554432000 4194304 4196468 140722881420656 140167385918064 140168349932162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10422] ppid=10411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10422/stat : 10422 (java) S 10411 10414 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105928186 10914828288 13680 33554432000 4194304 4196468 140722881420656 140167384864032 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10423] ppid=10411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10423/stat : 10423 (java) S 10411 10414 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105928186 10914828288 13680 33554432000 4194304 4196468 140722881420656 140167383811696 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10424] ppid=10411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10424/stat : 10424 (java) S 10411 10414 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105928188 10914828288 13680 33554432000 4194304 4196468 140722881420656 140167382760016 140168349939611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10425] ppid=10411 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10414/task/10425/stat : 10425 (java) R 10411 10414 10029 0 -1 4202560 1215 0 0 0 7 0 0 0 20 0 15 0 105928188 10914828288 13680 33554432000 4194304 4196468 140722881420656 140167381698816 140168333419993 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10426] ppid=10411 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/10414/task/10426/stat : 10426 (java) R 10411 10414 10029 0 -1 4202560 732 0 0 0 7 0 0 0 20 0 15 0 105928188 10914828288 13680 33554432000 4194304 4196468 140722881420656 140167380643984 140168342158142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10427] ppid=10411 vsize=10659012 memory=140095031031424 CPUtime=0.13 cores=0,2,4,6
/proc/10414/task/10427/stat : 10427 (java) S 10411 10414 10029 0 -1 1077944384 1013 0 0 0 13 0 0 0 20 0 15 0 105928188 10914828288 13680 33554432000 4194304 4196468 140722881420656 140167379601776 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10428] ppid=10411 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10428/stat : 10428 (java) S 10411 10414 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105928189 10914828288 13680 33554432000 4194304 4196468 140722881420656 140167378549216 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10429] ppid=10411 vsize=10659012 memory=140095031031424 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10429/stat : 10429 (java) S 10411 10414 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105928189 10914828288 13680 33554432000 4194304 4196468 140722881420656 140167377497008 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54720 KiB

[startup+0.700773 s]
/proc/loadavg: 4.64 2.83 1.92 6/216 10429
/proc/meminfo: memFree=23979796/32770624 swapFree=67028784/67108860
[pid=10414] ppid=10411 vsize=10659012 memory=291432 CPUtime=1.63 cores=0,2,4,6
/proc/10414/stat : 10414 (java) S 10411 10414 10029 0 -1 1077944320 10858 0 0 0 142 21 0 0 20 0 15 0 105928183 10914828288 72858 33554432000 4194304 4196468 140722881420656 140722881403200 140168349921015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
/proc/10414/statm: 2664753 72858 3083 1 0 2627263 0
[pid=10414/tid=10416] ppid=10411 vsize=10659012 memory=184852775189524 CPUtime=0.61 cores=0,2,4,6
/proc/10414/task/10416/stat : 10416 (java) R 10411 10414 10029 0 -1 4202560 5429 0 0 0 54 7 0 0 20 0 15 0 105928183 10914828288 72858 33554432000 4194304 4196468 140722881420656 140168354156640 140168349942941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10417] ppid=10411 vsize=10659012 memory=446152 CPUtime=0.05 cores=0,2,4,6
/proc/10414/task/10417/stat : 10417 (java) S 10411 10414 10029 0 -1 1077944384 67 0 0 0 2 3 0 0 20 0 15 0 105928184 10914828288 72858 33554432000 4194304 4196468 140722881420656 140168275995024 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10418] ppid=10411 vsize=10659012 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/10414/task/10418/stat : 10418 (java) S 10411 10414 10029 0 -1 1077944384 50 0 0 0 2 3 0 0 20 0 15 0 105928184 10914828288 72858 33554432000 4194304 4196468 140722881420656 140168274942224 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10419] ppid=10411 vsize=10659012 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/10414/task/10419/stat : 10419 (java) S 10411 10414 10029 0 -1 1077944384 56 0 0 0 2 2 0 0 20 0 15 0 105928184 10914828288 72858 33554432000 4194304 4196468 140722881420656 140168273889936 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10420] ppid=10411 vsize=10659012 memory=7809523229951467572 CPUtime=0.05 cores=0,2,4,6
/proc/10414/task/10420/stat : 10420 (java) S 10411 10414 10029 0 -1 1077944384 67 0 0 0 2 3 0 0 20 0 15 0 105928184 10914828288 72858 33554432000 4194304 4196468 140722881420656 140168272837136 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10421] ppid=10411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10421/stat : 10421 (java) S 10411 10414 10029 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105928185 10914828288 72858 33554432000 4194304 4196468 140722881420656 140167385918064 140168349932162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10422] ppid=10411 vsize=10659012 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10422/stat : 10422 (java) S 10411 10414 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105928186 10914828288 72858 33554432000 4194304 4196468 140722881420656 140167384864032 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10423] ppid=10411 vsize=10659012 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10423/stat : 10423 (java) S 10411 10414 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105928186 10914828288 72858 33554432000 4194304 4196468 140722881420656 140167383811696 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10424] ppid=10411 vsize=10659012 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10424/stat : 10424 (java) S 10411 10414 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105928188 10914828288 72858 33554432000 4194304 4196468 140722881420656 140167382760016 140168349939611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10425] ppid=10411 vsize=10659012 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/10414/task/10425/stat : 10425 (java) S 10411 10414 10029 0 -1 1077944384 1764 0 0 0 34 0 0 0 20 0 15 0 105928188 10914828288 72858 33554432000 4194304 4196468 140722881420656 140167381706864 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10426] ppid=10411 vsize=10659012 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/10414/task/10426/stat : 10426 (java) S 10411 10414 10029 0 -1 1077944384 937 0 0 0 27 0 0 0 20 0 15 0 105928188 10914828288 72858 33554432000 4194304 4196468 140722881420656 140167380654064 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10427] ppid=10411 vsize=10659012 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/10414/task/10427/stat : 10427 (java) S 10411 10414 10029 0 -1 1077944384 1046 0 0 0 15 0 0 0 20 0 15 0 105928188 10914828288 72858 33554432000 4194304 4196468 140722881420656 140167379601776 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10428] ppid=10411 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10428/stat : 10428 (java) S 10411 10414 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105928189 10914828288 72858 33554432000 4194304 4196468 140722881420656 140167378549216 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10429] ppid=10411 vsize=10659012 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10429/stat : 10429 (java) S 10411 10414 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105928189 10914828288 72858 33554432000 4194304 4196468 140722881420656 140167377497008 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 291432 KiB

[startup+1.50086 s]
/proc/loadavg: 4.64 2.83 1.92 5/216 10429
/proc/meminfo: memFree=23378932/32770624 swapFree=67028784/67108860
[pid=10414] ppid=10411 vsize=10659088 memory=813296 CPUtime=3.93 cores=0,2,4,6
/proc/10414/stat : 10414 (java) S 10411 10414 10029 0 -1 1077944320 15973 0 0 0 319 74 0 0 20 0 15 0 105928183 10914906112 203324 33554432000 4194304 4196468 140722881420656 140722881403200 140168349921015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
/proc/10414/statm: 2664772 203324 3146 1 0 2627263 0
[pid=10414/tid=10416] ppid=10411 vsize=10659088 memory=9169 CPUtime=1.13 cores=0,2,4,6
/proc/10414/task/10416/stat : 10416 (java) S 10411 10414 10029 0 -1 1077944384 5956 0 0 0 102 11 0 0 20 0 15 0 105928183 10914906112 203324 33554432000 4194304 4196468 140722881420656 140168354158400 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10417] ppid=10411 vsize=10659088 memory=6791534058613427641 CPUtime=0.31 cores=0,2,4,6
/proc/10414/task/10417/stat : 10417 (java) R 10411 10414 10029 0 -1 4202560 598 0 0 0 17 14 0 0 20 0 15 0 105928184 10914906112 203324 33554432000 4194304 4196468 140722881420656 140168275995024 140168334621703 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10418] ppid=10411 vsize=10659088 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/10414/task/10418/stat : 10418 (java) R 10411 10414 10029 0 -1 4202560 644 0 0 0 17 15 0 0 20 0 15 0 105928184 10914906112 203324 33554432000 4194304 4196468 140722881420656 140168274942224 140168342549223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10419] ppid=10411 vsize=10659088 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/10414/task/10419/stat : 10419 (java) R 10411 10414 10029 0 -1 4202560 594 0 0 0 16 14 0 0 20 0 15 0 105928184 10914906112 203324 33554432000 4194304 4196468 140722881420656 140168273890056 140168342549223 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10420] ppid=10411 vsize=10659088 memory=6943526294502006880 CPUtime=0.33 cores=0,2,4,6
/proc/10414/task/10420/stat : 10420 (java) R 10411 10414 10029 0 -1 4202560 491 0 0 0 18 15 0 0 20 0 15 0 105928184 10914906112 203324 33554432000 4194304 4196468 140722881420656 140168272837136 140168342549223 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10421] ppid=10411 vsize=10659088 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10414/task/10421/stat : 10421 (java) S 10411 10414 10029 0 -1 1077944384 439 0 0 0 1 0 0 0 20 0 15 0 105928185 10914906112 203324 33554432000 4194304 4196468 140722881420656 140167385916608 140168349931221 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0

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

[pid=10414/tid=10428] ppid=10411 vsize=10661136 memory=7649399392821325873 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10428/stat : 10428 (java) S 10411 10414 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105928189 10917003264 2046170 33554432000 4194304 4196468 140722881420656 140167378549216 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10429] ppid=10411 vsize=10661136 memory=8184676 CPUtime=0.04 cores=0,2,4,6
/proc/10414/task/10429/stat : 10429 (java) S 10411 10414 10029 0 -1 1077944384 1250 0 0 0 2 2 0 0 20 0 15 0 105928189 10917003264 2046170 33554432000 4194304 4196468 140722881420656 140167377497008 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
Current children cumulated CPU time: 254.32 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8184680 KiB

[startup+99.0006 s]
/proc/loadavg: 5.26 3.43 2.22 6/217 10528
/proc/meminfo: memFree=15323032/32770624 swapFree=67028784/67108860
[pid=10414] ppid=10411 vsize=10661136 memory=8184684 CPUtime=257.46 cores=0,2,4,6
/proc/10414/stat : 10414 (java) S 10411 10414 10029 0 -1 1077944320 483843 0 0 0 24995 751 0 0 20 0 15 0 105928183 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140722881403200 140168349921015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
/proc/10414/statm: 2665284 2046171 3187 1 0 2627775 0
[pid=10414/tid=10416] ppid=10411 vsize=10661136 memory=2160 CPUtime=35.05 cores=0,2,4,6
/proc/10414/task/10416/stat : 10416 (java) S 10411 10414 10029 0 -1 1077944384 30226 0 0 0 3482 23 0 0 20 0 15 0 105928183 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168354157088 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10417] ppid=10411 vsize=10661136 memory=6791534058613427641 CPUtime=51.05 cores=0,2,4,6
/proc/10414/task/10417/stat : 10417 (java) R 10411 10414 10029 0 -1 4202560 98425 0 0 0 4933 172 0 0 20 0 15 0 105928184 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168275994920 140168342549223 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10418] ppid=10411 vsize=10661136 memory=3008 CPUtime=51.07 cores=0,2,4,6
/proc/10414/task/10418/stat : 10418 (java) R 10411 10414 10029 0 -1 4202560 78331 0 0 0 4924 183 0 0 20 0 15 0 105928184 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168274942424 140168334872142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10419] ppid=10411 vsize=10661136 memory=2764 CPUtime=50.74 cores=0,2,4,6
/proc/10414/task/10419/stat : 10419 (java) R 10411 10414 10029 0 -1 4202560 103619 0 0 0 4894 180 0 0 20 0 15 0 105928184 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168273889824 140168331516934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10420] ppid=10411 vsize=10661136 memory=796 CPUtime=50.81 cores=0,2,4,6
/proc/10414/task/10420/stat : 10420 (java) R 10411 10414 10029 0 -1 4202560 93498 0 0 0 4901 180 0 0 20 0 15 0 105928184 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168272836720 140168342549223 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10421] ppid=10411 vsize=10661136 memory=1008 CPUtime=12.38 cores=0,2,4,6
/proc/10414/task/10421/stat : 10421 (java) S 10411 10414 10029 0 -1 1077944384 44107 0 0 0 1235 3 0 0 20 0 15 0 105928185 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167385916384 140168349931221 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10422] ppid=10411 vsize=10661136 memory=15316 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10422/stat : 10422 (java) S 10411 10414 10029 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 105928186 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167384864096 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10423] ppid=10411 vsize=10661136 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10423/stat : 10423 (java) S 10411 10414 10029 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 15 0 105928186 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167383811712 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10424] ppid=10411 vsize=10661136 memory=13720 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10424/stat : 10424 (java) S 10411 10414 10029 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 105928188 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167382759664 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10425] ppid=10411 vsize=10661136 memory=15128 CPUtime=2.35 cores=0,2,4,6
/proc/10414/task/10425/stat : 10425 (java) S 10411 10414 10029 0 -1 1077944384 10453 0 0 0 233 2 0 0 20 0 15 0 105928188 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167381706864 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10426] ppid=10411 vsize=10661136 memory=640 CPUtime=3.13 cores=0,2,4,6
/proc/10414/task/10426/stat : 10426 (java) S 10411 10414 10029 0 -1 1077944384 16163 0 0 0 311 2 0 0 20 0 15 0 105928188 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167380654064 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10427] ppid=10411 vsize=10661136 memory=1760 CPUtime=0.74 cores=0,2,4,6
/proc/10414/task/10427/stat : 10427 (java) S 10411 10414 10029 0 -1 1077944384 6307 0 0 0 73 1 0 0 20 0 15 0 105928188 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167379601776 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10428] ppid=10411 vsize=10661136 memory=960 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10428/stat : 10428 (java) S 10411 10414 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105928189 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167378549216 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10429] ppid=10411 vsize=10661136 memory=1220 CPUtime=0.04 cores=0,2,4,6
/proc/10414/task/10429/stat : 10429 (java) S 10411 10414 10029 0 -1 1077944384 1250 0 0 0 2 2 0 0 20 0 15 0 105928189 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167377497008 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
Current children cumulated CPU time: 257.46 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8184684 KiB

[startup+99.4007 s]
/proc/loadavg: 5.26 3.43 2.22 6/217 10528
/proc/meminfo: memFree=15323032/32770624 swapFree=67028784/67108860
[pid=10414] ppid=10411 vsize=10661136 memory=8184684 CPUtime=259.03 cores=0,2,4,6
/proc/10414/stat : 10414 (java) S 10411 10414 10029 0 -1 1077944320 483848 0 0 0 25151 752 0 0 20 0 15 0 105928183 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140722881403200 140168349921015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
/proc/10414/statm: 2665284 2046171 3187 1 0 2627775 0
[pid=10414/tid=10416] ppid=10411 vsize=10661136 memory=288230621803970871 CPUtime=35.05 cores=0,2,4,6
/proc/10414/task/10416/stat : 10416 (java) S 10411 10414 10029 0 -1 1077944384 30226 0 0 0 3482 23 0 0 20 0 15 0 105928183 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168354157088 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10417] ppid=10411 vsize=10661136 memory=15816686058080632 CPUtime=51.43 cores=0,2,4,6
/proc/10414/task/10417/stat : 10417 (java) R 10411 10414 10029 0 -1 4202560 98425 0 0 0 4971 172 0 0 20 0 15 0 105928184 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168275994920 140168342549223 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10418] ppid=10411 vsize=10661136 memory=1332 CPUtime=51.47 cores=0,2,4,6
/proc/10414/task/10418/stat : 10418 (java) R 10411 10414 10029 0 -1 4202560 78331 0 0 0 4964 183 0 0 20 0 15 0 105928184 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168274942424 140168334872142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10419] ppid=10411 vsize=10661136 memory=1508 CPUtime=51.14 cores=0,2,4,6
/proc/10414/task/10419/stat : 10419 (java) R 10411 10414 10029 0 -1 4202560 103622 0 0 0 4934 180 0 0 20 0 15 0 105928184 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168273889824 140168331474640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10420] ppid=10411 vsize=10661136 memory=3328 CPUtime=51.2 cores=0,2,4,6
/proc/10414/task/10420/stat : 10420 (java) R 10411 10414 10029 0 -1 4202560 93498 0 0 0 4940 180 0 0 20 0 15 0 105928184 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168272836720 140168342549223 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10421] ppid=10411 vsize=10661136 memory=3008 CPUtime=12.38 cores=0,2,4,6
/proc/10414/task/10421/stat : 10421 (java) S 10411 10414 10029 0 -1 1077944384 44107 0 0 0 1235 3 0 0 20 0 15 0 105928185 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167385916384 140168349931221 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10422] ppid=10411 vsize=10661136 memory=2764 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10422/stat : 10422 (java) S 10411 10414 10029 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 105928186 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167384864096 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10423] ppid=10411 vsize=10661136 memory=796 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10423/stat : 10423 (java) S 10411 10414 10029 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 15 0 105928186 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167383811712 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10424] ppid=10411 vsize=10661136 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10424/stat : 10424 (java) S 10411 10414 10029 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 105928188 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167382759664 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10425] ppid=10411 vsize=10661136 memory=15316 CPUtime=2.35 cores=0,2,4,6
/proc/10414/task/10425/stat : 10425 (java) S 10411 10414 10029 0 -1 1077944384 10453 0 0 0 233 2 0 0 20 0 15 0 105928188 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167381706864 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10426] ppid=10411 vsize=10661136 memory=3604 CPUtime=3.13 cores=0,2,4,6
/proc/10414/task/10426/stat : 10426 (java) S 10411 10414 10029 0 -1 1077944384 16163 0 0 0 311 2 0 0 20 0 15 0 105928188 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167380654064 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10427] ppid=10411 vsize=10661136 memory=13720 CPUtime=0.74 cores=0,2,4,6
/proc/10414/task/10427/stat : 10427 (java) S 10411 10414 10029 0 -1 1077944384 6307 0 0 0 73 1 0 0 20 0 15 0 105928188 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167379601776 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10428] ppid=10411 vsize=10661136 memory=15128 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10428/stat : 10428 (java) S 10411 10414 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105928189 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167378549216 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10429] ppid=10411 vsize=10661136 memory=280189842909632 CPUtime=0.04 cores=0,2,4,6
/proc/10414/task/10429/stat : 10429 (java) S 10411 10414 10029 0 -1 1077944384 1252 0 0 0 2 2 0 0 20 0 15 0 105928189 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167377497008 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
Current children cumulated CPU time: 259.03 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8184684 KiB

[startup+99.6006 s]*
/proc/loadavg: 5.26 3.43 2.22 9/217 10528
/proc/meminfo: memFree=14416932/32770624 swapFree=67028784/67108860
[pid=10414] ppid=10411 vsize=10661136 memory=8184684 CPUtime=259.85 cores=0,2,4,6
/proc/10414/stat : 10414 (java) S 10411 10414 10029 0 -1 1077944320 483848 0 0 0 25233 752 0 0 20 0 15 0 105928183 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140722881403200 140168349921015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
/proc/10414/statm: 2665284 2046171 3187 1 0 2627775 0
[pid=10414/tid=10416] ppid=10411 vsize=10661136 memory=6791534058613427641 CPUtime=35.05 cores=0,2,4,6
/proc/10414/task/10416/stat : 10416 (java) S 10411 10414 10029 0 -1 1077944384 30226 0 0 0 3482 23 0 0 20 0 15 0 105928183 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168354157088 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10417] ppid=10411 vsize=10661136 memory=0 CPUtime=51.62 cores=0,2,4,6
/proc/10414/task/10417/stat : 10417 (java) R 10411 10414 10029 0 -1 4202560 98425 0 0 0 4990 172 0 0 20 0 15 0 105928184 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168275994920 140168342549223 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10418] ppid=10411 vsize=10661136 memory=0 CPUtime=51.68 cores=0,2,4,6
/proc/10414/task/10418/stat : 10418 (java) R 10411 10414 10029 0 -1 4202560 78331 0 0 0 4985 183 0 0 20 0 15 0 105928184 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168274942424 140168334872132 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10419] ppid=10411 vsize=10661136 memory=0 CPUtime=51.35 cores=0,2,4,6
/proc/10414/task/10419/stat : 10419 (java) R 10411 10414 10029 0 -1 4202560 103622 0 0 0 4955 180 0 0 20 0 15 0 105928184 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168273889824 140168334375092 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10420] ppid=10411 vsize=10661136 memory=0 CPUtime=51.4 cores=0,2,4,6
/proc/10414/task/10420/stat : 10420 (java) R 10411 10414 10029 0 -1 4202560 93498 0 0 0 4960 180 0 0 20 0 15 0 105928184 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168272836720 140168342549223 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10421] ppid=10411 vsize=10661136 memory=140095031031424 CPUtime=12.38 cores=0,2,4,6
/proc/10414/task/10421/stat : 10421 (java) S 10411 10414 10029 0 -1 1077944384 44107 0 0 0 1235 3 0 0 20 0 15 0 105928185 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167385916384 140168349931221 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10422] ppid=10411 vsize=10661136 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10422/stat : 10422 (java) S 10411 10414 10029 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 105928186 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167384864096 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10423] ppid=10411 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10423/stat : 10423 (java) S 10411 10414 10029 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 15 0 105928186 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167383811712 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10424] ppid=10411 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10424/stat : 10424 (java) S 10411 10414 10029 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 105928188 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167382759664 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10425] ppid=10411 vsize=10661136 memory=0 CPUtime=2.35 cores=0,2,4,6
/proc/10414/task/10425/stat : 10425 (java) S 10411 10414 10029 0 -1 1077944384 10453 0 0 0 233 2 0 0 20 0 15 0 105928188 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167381706864 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10426] ppid=10411 vsize=10661136 memory=-1 CPUtime=3.13 cores=0,2,4,6
/proc/10414/task/10426/stat : 10426 (java) S 10411 10414 10029 0 -1 1077944384 16163 0 0 0 311 2 0 0 20 0 15 0 105928188 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167380654064 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10427] ppid=10411 vsize=10661136 memory=140095031031424 CPUtime=0.74 cores=0,2,4,6
/proc/10414/task/10427/stat : 10427 (java) S 10411 10414 10029 0 -1 1077944384 6307 0 0 0 73 1 0 0 20 0 15 0 105928188 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167379601776 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10428] ppid=10411 vsize=10661136 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10428/stat : 10428 (java) S 10411 10414 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105928189 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167378549216 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10429] ppid=10411 vsize=10661136 memory=140095031031424 CPUtime=0.04 cores=0,2,4,6
/proc/10414/task/10429/stat : 10429 (java) S 10411 10414 10029 0 -1 1077944384 1252 0 0 0 2 2 0 0 20 0 15 0 105928189 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167377497008 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
Current children cumulated CPU time: 259.85 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8184684 KiB

[startup+99.7108 s]
/proc/loadavg: 5.26 3.43 2.22 9/217 10528
/proc/meminfo: memFree=14416932/32770624 swapFree=67028784/67108860
[pid=10414] ppid=10411 vsize=10661136 memory=8184684 CPUtime=260.24 cores=0,2,4,6
/proc/10414/stat : 10414 (java) S 10411 10414 10029 0 -1 1077944320 483848 0 0 0 25272 752 0 0 20 0 15 0 105928183 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140722881403200 140168349921015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
/proc/10414/statm: 2665284 2046171 3187 1 0 2627775 0
[pid=10414/tid=10416] ppid=10411 vsize=10661136 memory=8184684 CPUtime=35.05 cores=0,2,4,6
/proc/10414/task/10416/stat : 10416 (java) S 10411 10414 10029 0 -1 1077944384 30226 0 0 0 3482 23 0 0 20 0 15 0 105928183 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168354157088 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10417] ppid=10411 vsize=10661136 memory=8184680 CPUtime=51.71 cores=0,2,4,6
/proc/10414/task/10417/stat : 10417 (java) R 10411 10414 10029 0 -1 4202560 98425 0 0 0 4999 172 0 0 20 0 15 0 105928184 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168275994920 140168342549223 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10418] ppid=10411 vsize=10661136 memory=8184676 CPUtime=51.78 cores=0,2,4,6
/proc/10414/task/10418/stat : 10418 (java) R 10411 10414 10029 0 -1 4202560 78331 0 0 0 4995 183 0 0 20 0 15 0 105928184 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168274942424 140168334872142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10419] ppid=10411 vsize=10661136 memory=8184684 CPUtime=51.45 cores=0,2,4,6
/proc/10414/task/10419/stat : 10419 (java) R 10411 10414 10029 0 -1 4202560 103622 0 0 0 4965 180 0 0 20 0 15 0 105928184 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168273889824 140168334618790 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10420] ppid=10411 vsize=10661136 memory=8184684 CPUtime=51.49 cores=0,2,4,6
/proc/10414/task/10420/stat : 10420 (java) R 10411 10414 10029 0 -1 4202560 93498 0 0 0 4969 180 0 0 20 0 15 0 105928184 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140168272836720 140168333304050 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10421] ppid=10411 vsize=10661136 memory=6791534058613427641 CPUtime=12.38 cores=0,2,4,6
/proc/10414/task/10421/stat : 10421 (java) S 10411 10414 10029 0 -1 1077944384 44107 0 0 0 1235 3 0 0 20 0 15 0 105928185 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167385916384 140168349931221 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10422] ppid=10411 vsize=10661136 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10422/stat : 10422 (java) S 10411 10414 10029 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 105928186 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167384864096 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10423] ppid=10411 vsize=10661136 memory=1332 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10423/stat : 10423 (java) S 10411 10414 10029 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 15 0 105928186 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167383811712 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10424] ppid=10411 vsize=10661136 memory=1508 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10424/stat : 10424 (java) S 10411 10414 10029 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 105928188 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167382759664 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10425] ppid=10411 vsize=10661136 memory=288230574492221466 CPUtime=2.35 cores=0,2,4,6
/proc/10414/task/10425/stat : 10425 (java) S 10411 10414 10029 0 -1 1077944384 10453 0 0 0 233 2 0 0 20 0 15 0 105928188 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167381706864 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10426] ppid=10411 vsize=10661136 memory=288230621803970871 CPUtime=3.13 cores=0,2,4,6
/proc/10414/task/10426/stat : 10426 (java) S 10411 10414 10029 0 -1 1077944384 16163 0 0 0 311 2 0 0 20 0 15 0 105928188 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167380654064 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10427] ppid=10411 vsize=10661136 memory=15816686058080632 CPUtime=0.74 cores=0,2,4,6
/proc/10414/task/10427/stat : 10427 (java) S 10411 10414 10029 0 -1 1077944384 6307 0 0 0 73 1 0 0 20 0 15 0 105928188 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167379601776 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10428] ppid=10411 vsize=10661136 memory=8184672 CPUtime=0 cores=0,2,4,6
/proc/10414/task/10428/stat : 10428 (java) S 10411 10414 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105928189 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167378549216 140168349931221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
[pid=10414/tid=10429] ppid=10411 vsize=10661136 memory=8184672 CPUtime=0.04 cores=0,2,4,6
/proc/10414/task/10429/stat : 10429 (java) S 10411 10414 10029 0 -1 1077944384 1252 0 0 0 2 2 0 0 20 0 15 0 105928189 10917003264 2046171 33554432000 4194304 4196468 140722881420656 140167377497008 140168349932162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6410240 140722881426550 140722881426702 140722881426702 140722881429455 0
Current children cumulated CPU time: 260.24 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8184684 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 99.8019
CPU time (s): 260.35
CPU user time (s): 252.742
CPU system time (s): 7.60778
CPU usage (%): 260.867
Max. virtual memory (cumulated for all children) (KiB): 10661136
Max. memory (cumulated for all children) (KiB): 8184684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.742
system time used= 7.60778
maximum resident set size= 8184868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 483852
page faults= 0
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7706
involuntary context switches= 4119


# summary of solver processes directly reported to runsolver:
#   pid: 10414
#   total CPU time (s): 260.35
#   total CPU user time (s): 252.742
#   total CPU system time (s): 7.60778

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.623198 second user time and 1.02822 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:00:50
IDJOB=4301682
IDBENCH=141271
IDSOLVER=2773
FILE ID=node102/4301682-1532883649
RUNJOBID= node102-1532883454-10060
PBS_JOBID= 21022526
Free space on /tmp= 52624 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-08-0700_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301682-1532883649/watcher-4301682-1532883649 -o /tmp/evaluation-result-4301682-1532883649/solver-4301682-1532883649 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301682-1532883649.xml

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

MD5SUM BENCH= 1726f38b1078149b3b3b5e51280bc638
RANDOM SEED=1521568720

node102.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.51
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.51
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.51
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.51
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:        24176324 kB
MemAvailable:   29681460 kB
Buffers:          230108 kB
Cached:          5519104 kB
SwapCached:        53068 kB
Active:          3772388 kB
Inactive:        4293980 kB
Active(anon):    2243224 kB
Inactive(anon):    99168 kB
Active(file):    1529164 kB
Inactive(file):  4194812 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028784 kB
Dirty:            214484 kB
Writeback:             0 kB
AnonPages:       2245040 kB
Mapped:            49616 kB
Shmem:             22548 kB
Slab:             223976 kB
SReclaimable:     193988 kB
SUnreclaim:        29988 kB
KernelStack:        3520 kB
PageTables:         9652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3607060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2125824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52696 MiB
End job on node102 at 2018-07-29 19:02:30