Trace number 4310194

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
OscaR - Conflict Ordering with restarts 2018-08-14? 251.881 247.466

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-14-opt_c18.xml
MD5SUM06e1d56807384f8426568c6f8eb09a57
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark251.996
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints4638
Number of domains6
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":4},{"size":24,"count":2},{"size":36,"count":426},{"size":42,"count":26},{"size":44,"count":458}]
Minimum variable degree6
Maximum variable degree27
Distribution of variable degrees[{"degree":6,"count":2},{"degree":8,"count":62},{"degree":9,"count":41},{"degree":10,"count":352},{"degree":11,"count":180},{"degree":12,"count":118},{"degree":13,"count":63},{"degree":14,"count":34},{"degree":15,"count":20},{"degree":16,"count":22},{"degree":17,"count":6},{"degree":19,"count":4},{"degree":21,"count":6},{"degree":23,"count":2},{"degree":24,"count":2},{"degree":27,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4638}]
Number of extensional constraints0
Number of intensional constraints4638
Distribution of constraint types[{"type":"intension","count":4638}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.67/0.57	c version: 2018-08-14
0.67/0.57	c seed: 1165111591
0.67/0.57	c timeout: 252
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
6.00/2.66	c Parsing done, starting search...
251.81/247.45	d NO_SOL_FOUND
251.81/247.45	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310194-1534329949/watcher-4310194-1534329949 -o /tmp/evaluation-result-4310194-1534329949/solver-4310194-1534329949 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534329949-28158 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1165111591 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310194-1534329949.xml 

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

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


[startup+0.100096 s]*
/proc/loadavg: 1.29 1.23 1.25 4/215 28216
/proc/meminfo: memFree=26899020/32770624 swapFree=67108804/67108860
[pid=28182] ppid=28178 vsize=14082736 memory=29480 CPUtime=0.11 cores=1,3,5,7
/proc/28182/stat : 28182 (java) S 28178 28182 28126 0 -1 1077944320 6835 0 0 0 10 1 0 0 20 0 15 0 250558080 14420721664 7370 33554432000 4194304 4196468 140735825104960 140735825087504 139961406381815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
/proc/28182/statm: 3520684 7370 3151 1 0 3482761 0
[pid=28182/tid=28189] ppid=28178 vsize=14082736 memory=6735269665583770266 CPUtime=0.09 cores=1,3,5,7
/proc/28182/task/28189/stat : 28189 (java) R 28178 28182 28126 0 -1 4202560 4873 0 0 0 8 1 0 0 20 0 15 0 250558080 14420721664 7436 33554432000 4194304 4196468 140735825104960 139961410584936 139961386657536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28191] ppid=28178 vsize=14082736 memory=4211973988492823946 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28191/stat : 28191 (java) S 28178 28182 28126 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250558081 14420721664 7436 33554432000 4194304 4196468 140735825104960 139961376094608 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28192] ppid=28178 vsize=14082736 memory=140262288033408 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28192/stat : 28192 (java) S 28178 28182 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250558081 14420721664 7436 33554432000 4194304 4196468 140735825104960 139961000925456 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28193] ppid=28178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28193/stat : 28193 (java) S 28178 28182 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250558081 14420721664 7436 33554432000 4194304 4196468 140735825104960 139960999873168 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28194] ppid=28178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28194/stat : 28194 (java) S 28178 28182 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250558081 14420721664 7436 33554432000 4194304 4196468 140735825104960 139960998820368 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28199] ppid=28178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28199/stat : 28199 (java) S 28178 28182 28126 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250558083 14420721664 7436 33554432000 4194304 4196468 140735825104960 139960319674992 139961406392962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28201] ppid=28178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28201/stat : 28201 (java) S 28178 28182 28126 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250558083 14420721664 7436 33554432000 4194304 4196468 140735825104960 139960318620960 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28203] ppid=28178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28203/stat : 28203 (java) S 28178 28182 28126 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250558083 14420721664 7436 33554432000 4194304 4196468 140735825104960 139960317568624 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28207] ppid=28178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28207/stat : 28207 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14420721664 7436 33554432000 4194304 4196468 140735825104960 139960316516944 139961406400411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28210] ppid=28178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28210/stat : 28210 (java) S 28178 28182 28126 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 250558086 14420721664 7436 33554432000 4194304 4196468 140735825104960 139960315463792 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28211] ppid=28178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28211/stat : 28211 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14420721664 7436 33554432000 4194304 4196468 140735825104960 139960314410992 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28212] ppid=28178 vsize=14082736 memory=140262288033408 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28212/stat : 28212 (java) S 28178 28182 28126 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 250558086 14420721664 7436 33554432000 4194304 4196468 140735825104960 139960313358704 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28214] ppid=28178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28214/stat : 28214 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14420721664 7436 33554432000 4194304 4196468 140735825104960 139960312306144 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28216] ppid=28178 vsize=14082736 memory=140262288033408 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28216/stat : 28216 (java) S 28178 28182 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250558086 14420721664 7436 33554432000 4194304 4196468 140735825104960 139960311253936 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 29480 KiB

[startup+0.210477 s]*
/proc/loadavg: 1.29 1.23 1.25 6/215 28216
/proc/meminfo: memFree=26866352/32770624 swapFree=67108804/67108860
[pid=28182] ppid=28178 vsize=14082736 memory=45960 CPUtime=0.28 cores=1,3,5,7
/proc/28182/stat : 28182 (java) S 28178 28182 28126 0 -1 1077944320 10581 0 0 0 26 2 0 0 20 0 15 0 250558080 14420721664 11490 33554432000 4194304 4196468 140735825104960 140735825087504 139961406381815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
/proc/28182/statm: 3520684 11490 3337 1 0 3482761 0
[pid=28182/tid=28189] ppid=28178 vsize=14082736 memory=6735269665583770266 CPUtime=0.19 cores=1,3,5,7
/proc/28182/task/28189/stat : 28189 (java) R 28178 28182 28126 0 -1 4202560 8258 0 0 0 18 1 0 0 20 0 15 0 250558080 14420721664 11490 33554432000 4194304 4196468 140735825104960 139961410604912 139961392545680 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28191] ppid=28178 vsize=14082736 memory=4211973988492823946 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28191/stat : 28191 (java) S 28178 28182 28126 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250558081 14420721664 11490 33554432000 4194304 4196468 140735825104960 139961376094608 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28192] ppid=28178 vsize=14082736 memory=140262288033408 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28192/stat : 28192 (java) S 28178 28182 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250558081 14420721664 11490 33554432000 4194304 4196468 140735825104960 139961000925456 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28193] ppid=28178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28193/stat : 28193 (java) S 28178 28182 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250558081 14420721664 11490 33554432000 4194304 4196468 140735825104960 139960999873168 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28194] ppid=28178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28194/stat : 28194 (java) S 28178 28182 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250558081 14420721664 11490 33554432000 4194304 4196468 140735825104960 139960998820368 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28199] ppid=28178 vsize=14082736 memory=140262288033408 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28199/stat : 28199 (java) S 28178 28182 28126 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250558083 14420721664 11490 33554432000 4194304 4196468 140735825104960 139960319674992 139961406392962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28201] ppid=28178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28201/stat : 28201 (java) S 28178 28182 28126 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250558083 14420721664 11490 33554432000 4194304 4196468 140735825104960 139960318620960 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28203] ppid=28178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28203/stat : 28203 (java) S 28178 28182 28126 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250558083 14420721664 11490 33554432000 4194304 4196468 140735825104960 139960317568624 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28207] ppid=28178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28207/stat : 28207 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14420721664 11490 33554432000 4194304 4196468 140735825104960 139960316516944 139961406400411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28210] ppid=28178 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28210/stat : 28210 (java) R 28178 28182 28126 0 -1 4202560 508 0 0 0 1 0 0 0 20 0 15 0 250558086 14420721664 11490 33554432000 4194304 4196468 140735825104960 139960315444808 139961384315200 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28211] ppid=28178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28211/stat : 28211 (java) R 28178 28182 28126 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 250558086 14420721664 11490 33554432000 4194304 4196468 140735825104960 139960314410992 139961406392962 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28212] ppid=28178 vsize=14082736 memory=140262288033408 CPUtime=0.05 cores=1,3,5,7
/proc/28182/task/28212/stat : 28212 (java) R 28178 28182 28126 0 -1 4202560 405 0 0 0 5 0 0 0 20 0 15 0 250558086 14420721664 11490 33554432000 4194304 4196468 140735825104960 139960313355640 139961399481515 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28214] ppid=28178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28214/stat : 28214 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14420721664 11490 33554432000 4194304 4196468 140735825104960 139960312306144 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28216] ppid=28178 vsize=14082736 memory=140262288033408 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28216/stat : 28216 (java) S 28178 28182 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250558086 14420721664 11490 33554432000 4194304 4196468 140735825104960 139960311253936 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 45960 KiB

[startup+0.310532 s]*
/proc/loadavg: 1.42 1.26 1.26 3/215 28216
/proc/meminfo: memFree=26858860/32770624 swapFree=67108804/67108860
[pid=28182] ppid=28178 vsize=14082736 memory=49656 CPUtime=0.44 cores=1,3,5,7
/proc/28182/stat : 28182 (java) S 28178 28182 28126 0 -1 1077944320 11088 0 0 0 42 2 0 0 20 0 15 0 250558080 14420721664 12414 33554432000 4194304 4196468 140735825104960 140735825087504 139961406381815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
/proc/28182/statm: 3520684 12414 3400 1 0 3482761 0
[pid=28182/tid=28189] ppid=28178 vsize=14082736 memory=140262156371227 CPUtime=0.3 cores=1,3,5,7
/proc/28182/task/28189/stat : 28189 (java) R 28178 28182 28126 0 -1 4202560 8585 0 0 0 28 2 0 0 20 0 15 0 250558080 14420721664 12414 33554432000 4194304 4196468 140735825104960 139961410601632 139961406403741 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28191] ppid=28178 vsize=14082736 memory=3617245072106022739 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28191/stat : 28191 (java) S 28178 28182 28126 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250558081 14420721664 12414 33554432000 4194304 4196468 140735825104960 139961376094608 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28192] ppid=28178 vsize=14082736 memory=140262288035737 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28192/stat : 28192 (java) S 28178 28182 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250558081 14420721664 12414 33554432000 4194304 4196468 140735825104960 139961000925456 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28193] ppid=28178 vsize=14082736 memory=140262156378432 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28193/stat : 28193 (java) S 28178 28182 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250558081 14420721664 12414 33554432000 4194304 4196468 140735825104960 139960999873168 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28194] ppid=28178 vsize=14082736 memory=140262156314991 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28194/stat : 28194 (java) S 28178 28182 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250558081 14420721664 12414 33554432000 4194304 4196468 140735825104960 139960998820368 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28199] ppid=28178 vsize=14082736 memory=140262288061320 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28199/stat : 28199 (java) S 28178 28182 28126 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250558083 14420721664 12414 33554432000 4194304 4196468 140735825104960 139960319674992 139961406392962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28201] ppid=28178 vsize=14082736 memory=140262156389839 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28201/stat : 28201 (java) S 28178 28182 28126 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250558083 14420721664 12414 33554432000 4194304 4196468 140735825104960 139960318620960 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28203] ppid=28178 vsize=14082736 memory=280524312775056 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28203/stat : 28203 (java) S 28178 28182 28126 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250558083 14420721664 12414 33554432000 4194304 4196468 140735825104960 139960317568624 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28207] ppid=28178 vsize=14082736 memory=280524312791152 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28207/stat : 28207 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14420721664 12414 33554432000 4194304 4196468 140735825104960 139960316516944 139961406400411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28210] ppid=28178 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28182/task/28210/stat : 28210 (java) S 28178 28182 28126 0 -1 1077944384 544 0 0 0 3 0 0 0 20 0 15 0 250558086 14420721664 12414 33554432000 4194304 4196468 140735825104960 139960315463792 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28211] ppid=28178 vsize=14082736 memory=2240 CPUtime=0.02 cores=1,3,5,7
/proc/28182/task/28211/stat : 28211 (java) S 28178 28182 28126 0 -1 1077944384 123 0 0 0 2 0 0 0 20 0 15 0 250558086 14420721664 12414 33554432000 4194304 4196468 140735825104960 139960314410992 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28212] ppid=28178 vsize=14082736 memory=140262288033408 CPUtime=0.08 cores=1,3,5,7
/proc/28182/task/28212/stat : 28212 (java) R 28178 28182 28126 0 -1 4202560 457 0 0 0 8 0 0 0 20 0 15 0 250558086 14420721664 12414 33554432000 4194304 4196468 140735825104960 139960313358704 139961387945319 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28214] ppid=28178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28214/stat : 28214 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14420721664 12414 33554432000 4194304 4196468 140735825104960 139960312306144 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28216] ppid=28178 vsize=14082736 memory=140262288033408 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28216/stat : 28216 (java) S 28178 28182 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250558086 14420721664 12414 33554432000 4194304 4196468 140735825104960 139960311253936 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49656 KiB

[startup+0.700705 s]
/proc/loadavg: 1.42 1.26 1.26 3/215 28216
/proc/meminfo: memFree=26821652/32770624 swapFree=67108804/67108860
[pid=28182] ppid=28178 vsize=14084804 memory=89568 CPUtime=0.99 cores=1,3,5,7
/proc/28182/stat : 28182 (java) S 28178 28182 28126 0 -1 1077944320 17837 0 0 0 94 5 0 0 20 0 15 0 250558080 14422839296 22392 33554432000 4194304 4196468 140735825104960 140735825087504 139961406381815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
/proc/28182/statm: 3521201 22392 3493 1 0 3483273 0
[pid=28182/tid=28189] ppid=28178 vsize=14084804 memory=4088 CPUtime=0.66 cores=1,3,5,7
/proc/28182/task/28189/stat : 28189 (java) R 28178 28182 28126 0 -1 4202560 14896 0 0 0 63 3 0 0 20 0 15 0 250558080 14422839296 22392 33554432000 4194304 4196468 140735825104960 139961410606032 139961406403741 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28191] ppid=28178 vsize=14084804 memory=1784 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28191/stat : 28191 (java) S 28178 28182 28126 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250558081 14422839296 22392 33554432000 4194304 4196468 140735825104960 139961376094608 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28192] ppid=28178 vsize=14084804 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28192/stat : 28192 (java) S 28178 28182 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250558081 14422839296 22392 33554432000 4194304 4196468 140735825104960 139961000925456 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28193] ppid=28178 vsize=14084804 memory=6945208482816681536 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28193/stat : 28193 (java) S 28178 28182 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250558081 14422839296 22392 33554432000 4194304 4196468 140735825104960 139960999873168 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28194] ppid=28178 vsize=14084804 memory=7597102420286068327 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28194/stat : 28194 (java) S 28178 28182 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250558081 14422839296 22392 33554432000 4194304 4196468 140735825104960 139960998820368 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28199] ppid=28178 vsize=14084804 memory=5787213831426565969 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28199/stat : 28199 (java) S 28178 28182 28126 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250558083 14422839296 22392 33554432000 4194304 4196468 140735825104960 139960319674992 139961406392962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28201] ppid=28178 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28201/stat : 28201 (java) S 28178 28182 28126 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250558083 14422839296 22392 33554432000 4194304 4196468 140735825104960 139960318620960 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28203] ppid=28178 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28203/stat : 28203 (java) S 28178 28182 28126 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250558083 14422839296 22392 33554432000 4194304 4196468 140735825104960 139960317568624 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28207] ppid=28178 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28207/stat : 28207 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14422839296 22392 33554432000 4194304 4196468 140735825104960 139960316516944 139961406400411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28210] ppid=28178 vsize=14084804 memory=1260 CPUtime=0.09 cores=1,3,5,7
/proc/28182/task/28210/stat : 28210 (java) S 28178 28182 28126 0 -1 1077944384 710 0 0 0 9 0 0 0 20 0 15 0 250558086 14422839296 22392 33554432000 4194304 4196468 140735825104960 139960315463792 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28211] ppid=28178 vsize=14084804 memory=14872 CPUtime=0.05 cores=1,3,5,7
/proc/28182/task/28211/stat : 28211 (java) S 28178 28182 28126 0 -1 1077944384 257 0 0 0 5 0 0 0 20 0 15 0 250558086 14422839296 22392 33554432000 4194304 4196468 140735825104960 139960314410992 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28212] ppid=28178 vsize=14084804 memory=3296 CPUtime=0.14 cores=1,3,5,7
/proc/28182/task/28212/stat : 28212 (java) S 28178 28182 28126 0 -1 1077944384 593 0 0 0 14 0 0 0 20 0 15 0 250558086 14422839296 22392 33554432000 4194304 4196468 140735825104960 139960313358704 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28214] ppid=28178 vsize=14084804 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28214/stat : 28214 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14422839296 22392 33554432000 4194304 4196468 140735825104960 139960312306144 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28216] ppid=28178 vsize=14084804 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28216/stat : 28216 (java) S 28178 28182 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250558086 14422839296 22392 33554432000 4194304 4196468 140735825104960 139960311253936 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89568 KiB

[startup+1.50134 s]
/proc/loadavg: 1.42 1.26 1.26 9/215 28216
/proc/meminfo: memFree=26711280/32770624 swapFree=67108804/67108860
[pid=28182] ppid=28178 vsize=14086852 memory=222996 CPUtime=3.39 cores=1,3,5,7
/proc/28182/stat : 28182 (java) S 28178 28182 28126 0 -1 1077944320 23639 0 0 0 330 9 0 0 20 0 15 0 250558080 14424936448 55749 33554432000 4194304 4196468 140735825104960 140735825087504 139961406381815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
/proc/28182/statm: 3521713 55749 3550 1 0 3483785 0
[pid=28182/tid=28189] ppid=28178 vsize=14086852 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/28182/task/28189/stat : 28189 (java) R 28178 28182 28126 0 -1 4202560 16712 0 0 0 139 6 0 0 20 0 15 0 250558080 14424936448 55749 33554432000 4194304 4196468 140735825104960 139961410617408 139961043548100 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28191] ppid=28178 vsize=14086852 memory=2452 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28191/stat : 28191 (java) S 28178 28182 28126 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 250558081 14424936448 55749 33554432000 4194304 4196468 140735825104960 139961376094608 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28192] ppid=28178 vsize=14086852 memory=280524312750368 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28192/stat : 28192 (java) S 28178 28182 28126 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 250558081 14424936448 55749 33554432000 4194304 4196468 140735825104960 139961000925456 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28193] ppid=28178 vsize=14086852 memory=4050477928470020128 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28193/stat : 28193 (java) S 28178 28182 28126 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 250558081 14424936448 55749 33554432000 4194304 4196468 140735825104960 139960999873168 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28194] ppid=28178 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28194/stat : 28194 (java) S 28178 28182 28126 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 250558081 14424936448 55749 33554432000 4194304 4196468 140735825104960 139960998820368 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28199] ppid=28178 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28199/stat : 28199 (java) S 28178 28182 28126 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 250558083 14424936448 55749 33554432000 4194304 4196468 140735825104960 139960319674992 139961406392962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0

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

[pid=28182/tid=28214] ppid=28178 vsize=14090948 memory=260608 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28214/stat : 28214 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960312306144 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28216] ppid=28178 vsize=14090948 memory=2944 CPUtime=0.04 cores=1,3,5,7
/proc/28182/task/28216/stat : 28216 (java) S 28178 28182 28126 0 -1 1077944384 312 0 0 0 1 3 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960311253936 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
Current children cumulated CPU time: 249.71 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 260608 KiB

[startup+246.101 s]
/proc/loadavg: 1.99 1.66 1.43 3/215 28220
/proc/meminfo: memFree=26427176/32770624 swapFree=67108804/67108860
[pid=28182] ppid=28178 vsize=14090948 memory=260608 CPUtime=250.51 cores=1,3,5,7
/proc/28182/stat : 28182 (java) S 28178 28182 28126 0 -1 1077944320 61120 0 0 0 25033 18 0 0 20 0 15 0 250558080 14429130752 65152 33554432000 4194304 4196468 140735825104960 140735825087504 139961406381815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
/proc/28182/statm: 3522737 65152 3578 1 0 3484809 0
[pid=28182/tid=28189] ppid=28178 vsize=14090948 memory=260608 CPUtime=246.05 cores=1,3,5,7
/proc/28182/task/28189/stat : 28189 (java) R 28178 28182 28126 0 -1 4202560 25220 0 0 0 24598 7 0 0 20 0 15 0 250558080 14429130752 65152 33554432000 4194304 4196468 140735825104960 139961410617480 139961052164840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28191] ppid=28178 vsize=14090948 memory=260608 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28191/stat : 28191 (java) S 28178 28182 28126 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 15 0 250558081 14429130752 65152 33554432000 4194304 4196468 140735825104960 139961376094608 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28192] ppid=28178 vsize=14090948 memory=260608 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28192/stat : 28192 (java) S 28178 28182 28126 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 250558081 14429130752 65152 33554432000 4194304 4196468 140735825104960 139961000925456 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28193] ppid=28178 vsize=14090948 memory=260564 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28193/stat : 28193 (java) S 28178 28182 28126 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 15 0 250558081 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960999873168 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28194] ppid=28178 vsize=14090948 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28194/stat : 28194 (java) S 28178 28182 28126 0 -1 1077944384 138 0 0 0 1 0 0 0 20 0 15 0 250558081 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960998820368 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28199] ppid=28178 vsize=14090948 memory=68056 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28199/stat : 28199 (java) S 28178 28182 28126 0 -1 1077944384 938 0 0 0 1 0 0 0 20 0 15 0 250558083 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960319674992 139961406392962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28201] ppid=28178 vsize=14090948 memory=2080 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28201/stat : 28201 (java) S 28178 28182 28126 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250558083 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960318621024 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28203] ppid=28178 vsize=14090948 memory=1036 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28203/stat : 28203 (java) S 28178 28182 28126 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 250558083 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960317568640 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28207] ppid=28178 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28207/stat : 28207 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960316516944 139961406400411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28210] ppid=28178 vsize=14090948 memory=3984 CPUtime=1.71 cores=1,3,5,7
/proc/28182/task/28210/stat : 28210 (java) S 28178 28182 28126 0 -1 1077944384 9728 0 0 0 170 1 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960315463792 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28211] ppid=28178 vsize=14090948 memory=1916 CPUtime=1.7 cores=1,3,5,7
/proc/28182/task/28211/stat : 28211 (java) S 28178 28182 28126 0 -1 1077944384 9374 0 0 0 169 1 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960314410992 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28212] ppid=28178 vsize=14090948 memory=7528 CPUtime=0.88 cores=1,3,5,7
/proc/28182/task/28212/stat : 28212 (java) S 28178 28182 28126 0 -1 1077944384 13875 0 0 0 86 2 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960313358704 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28214] ppid=28178 vsize=14090948 memory=808 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28214/stat : 28214 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960312306144 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28216] ppid=28178 vsize=14090948 memory=6791534058613427641 CPUtime=0.04 cores=1,3,5,7
/proc/28182/task/28216/stat : 28216 (java) S 28178 28182 28126 0 -1 1077944384 312 0 0 0 1 3 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960311253936 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
Current children cumulated CPU time: 250.51 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 260608 KiB

[startup+246.901 s]
/proc/loadavg: 1.99 1.66 1.43 3/215 28220
/proc/meminfo: memFree=26427192/32770624 swapFree=67108804/67108860
[pid=28182] ppid=28178 vsize=14090948 memory=260608 CPUtime=251.31 cores=1,3,5,7
/proc/28182/stat : 28182 (java) S 28178 28182 28126 0 -1 1077944320 61120 0 0 0 25113 18 0 0 20 0 15 0 250558080 14429130752 65152 33554432000 4194304 4196468 140735825104960 140735825087504 139961406381815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
/proc/28182/statm: 3522737 65152 3578 1 0 3484809 0
[pid=28182/tid=28189] ppid=28178 vsize=14090948 memory=3304 CPUtime=246.85 cores=1,3,5,7
/proc/28182/task/28189/stat : 28189 (java) R 28178 28182 28126 0 -1 4202560 25220 0 0 0 24678 7 0 0 20 0 15 0 250558080 14429130752 65152 33554432000 4194304 4196468 140735825104960 139961410617480 139961052164801 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28191] ppid=28178 vsize=14090948 memory=1260 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28191/stat : 28191 (java) S 28178 28182 28126 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 15 0 250558081 14429130752 65152 33554432000 4194304 4196468 140735825104960 139961376094608 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28192] ppid=28178 vsize=14090948 memory=14872 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28192/stat : 28192 (java) S 28178 28182 28126 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 250558081 14429130752 65152 33554432000 4194304 4196468 140735825104960 139961000925456 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28193] ppid=28178 vsize=14090948 memory=3296 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28193/stat : 28193 (java) S 28178 28182 28126 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 15 0 250558081 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960999873168 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28194] ppid=28178 vsize=14090948 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28194/stat : 28194 (java) S 28178 28182 28126 0 -1 1077944384 138 0 0 0 1 0 0 0 20 0 15 0 250558081 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960998820368 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28199] ppid=28178 vsize=14090948 memory=1060 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28199/stat : 28199 (java) S 28178 28182 28126 0 -1 1077944384 938 0 0 0 1 0 0 0 20 0 15 0 250558083 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960319674992 139961406392962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28201] ppid=28178 vsize=14090948 memory=5832 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28201/stat : 28201 (java) S 28178 28182 28126 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250558083 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960318621024 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28203] ppid=28178 vsize=14090948 memory=3304 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28203/stat : 28203 (java) S 28178 28182 28126 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 250558083 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960317568640 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28207] ppid=28178 vsize=14090948 memory=260608 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28207/stat : 28207 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960316516944 139961406400411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28210] ppid=28178 vsize=14090948 memory=37728 CPUtime=1.71 cores=1,3,5,7
/proc/28182/task/28210/stat : 28210 (java) S 28178 28182 28126 0 -1 1077944384 9728 0 0 0 170 1 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960315463792 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28211] ppid=28178 vsize=14090948 memory=496 CPUtime=1.7 cores=1,3,5,7
/proc/28182/task/28211/stat : 28211 (java) S 28178 28182 28126 0 -1 1077944384 9374 0 0 0 169 1 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960314410992 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28212] ppid=28178 vsize=14090948 memory=1616 CPUtime=0.88 cores=1,3,5,7
/proc/28182/task/28212/stat : 28212 (java) S 28178 28182 28126 0 -1 1077944384 13875 0 0 0 86 2 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960313358704 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28214] ppid=28178 vsize=14090948 memory=2080 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28214/stat : 28214 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960312306144 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28216] ppid=28178 vsize=14090948 memory=1036 CPUtime=0.04 cores=1,3,5,7
/proc/28182/task/28216/stat : 28216 (java) S 28178 28182 28126 0 -1 1077944384 312 0 0 0 1 3 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960311253936 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
Current children cumulated CPU time: 251.31 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 260608 KiB

[startup+247.301 s]
/proc/loadavg: 1.99 1.66 1.43 3/215 28220
/proc/meminfo: memFree=26427192/32770624 swapFree=67108804/67108860
[pid=28182] ppid=28178 vsize=14090948 memory=260608 CPUtime=251.71 cores=1,3,5,7
/proc/28182/stat : 28182 (java) S 28178 28182 28126 0 -1 1077944320 61282 0 0 0 25153 18 0 0 20 0 15 0 250558080 14429130752 65152 33554432000 4194304 4196468 140735825104960 140735825087504 139961406381815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
/proc/28182/statm: 3522737 65152 3578 1 0 3484809 0
[pid=28182/tid=28189] ppid=28178 vsize=14090948 memory=3304 CPUtime=247.25 cores=1,3,5,7
/proc/28182/task/28189/stat : 28189 (java) R 28178 28182 28126 0 -1 4202560 25220 0 0 0 24718 7 0 0 20 0 15 0 250558080 14429130752 65152 33554432000 4194304 4196468 140735825104960 139961410617480 139961052165296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28191] ppid=28178 vsize=14090948 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28191/stat : 28191 (java) S 28178 28182 28126 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 15 0 250558081 14429130752 65152 33554432000 4194304 4196468 140735825104960 139961376094608 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28192] ppid=28178 vsize=14090948 memory=920 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28192/stat : 28192 (java) S 28178 28182 28126 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 250558081 14429130752 65152 33554432000 4194304 4196468 140735825104960 139961000925456 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28193] ppid=28178 vsize=14090948 memory=1572 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28193/stat : 28193 (java) S 28178 28182 28126 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 15 0 250558081 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960999873168 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28194] ppid=28178 vsize=14090948 memory=2176 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28194/stat : 28194 (java) S 28178 28182 28126 0 -1 1077944384 138 0 0 0 1 0 0 0 20 0 15 0 250558081 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960998820368 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28199] ppid=28178 vsize=14090948 memory=3984 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28199/stat : 28199 (java) S 28178 28182 28126 0 -1 1077944384 938 0 0 0 1 0 0 0 20 0 15 0 250558083 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960319674992 139961406392962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28201] ppid=28178 vsize=14090948 memory=1916 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28201/stat : 28201 (java) S 28178 28182 28126 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250558083 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960318621024 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28203] ppid=28178 vsize=14090948 memory=7528 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28203/stat : 28203 (java) S 28178 28182 28126 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 250558083 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960317568640 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28207] ppid=28178 vsize=14090948 memory=808 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28207/stat : 28207 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960316516944 139961406400411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28210] ppid=28178 vsize=14090948 memory=4104 CPUtime=1.71 cores=1,3,5,7
/proc/28182/task/28210/stat : 28210 (java) S 28178 28182 28126 0 -1 1077944384 9728 0 0 0 170 1 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960315463792 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28211] ppid=28178 vsize=14090948 memory=1800 CPUtime=1.7 cores=1,3,5,7
/proc/28182/task/28211/stat : 28211 (java) S 28178 28182 28126 0 -1 1077944384 9374 0 0 0 169 1 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960314410992 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28212] ppid=28178 vsize=14090948 memory=920 CPUtime=0.88 cores=1,3,5,7
/proc/28182/task/28212/stat : 28212 (java) S 28178 28182 28126 0 -1 1077944384 14037 0 0 0 86 2 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960313358704 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28214] ppid=28178 vsize=14090948 memory=3796 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28214/stat : 28214 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960312306144 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28216] ppid=28178 vsize=14090948 memory=2292 CPUtime=0.04 cores=1,3,5,7
/proc/28182/task/28216/stat : 28216 (java) S 28178 28182 28126 0 -1 1077944384 312 0 0 0 1 3 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960311253936 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
Current children cumulated CPU time: 251.71 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 260608 KiB

[startup+247.401 s]
/proc/loadavg: 1.99 1.66 1.43 3/215 28220
/proc/meminfo: memFree=26427192/32770624 swapFree=67108804/67108860
[pid=28182] ppid=28178 vsize=14090948 memory=260608 CPUtime=251.81 cores=1,3,5,7
/proc/28182/stat : 28182 (java) S 28178 28182 28126 0 -1 1077944320 61282 0 0 0 25163 18 0 0 20 0 15 0 250558080 14429130752 65152 33554432000 4194304 4196468 140735825104960 140735825087504 139961406381815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
/proc/28182/statm: 3522737 65152 3578 1 0 3484809 0
[pid=28182/tid=28189] ppid=28178 vsize=14090948 memory=260608 CPUtime=247.35 cores=1,3,5,7
/proc/28182/task/28189/stat : 28189 (java) R 28178 28182 28126 0 -1 4202560 25220 0 0 0 24728 7 0 0 20 0 15 0 250558080 14429130752 65152 33554432000 4194304 4196468 140735825104960 139961410617896 139961052165347 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28191] ppid=28178 vsize=14090948 memory=260608 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28191/stat : 28191 (java) S 28178 28182 28126 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 15 0 250558081 14429130752 65152 33554432000 4194304 4196468 140735825104960 139961376094608 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28192] ppid=28178 vsize=14090948 memory=260608 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28192/stat : 28192 (java) S 28178 28182 28126 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 250558081 14429130752 65152 33554432000 4194304 4196468 140735825104960 139961000925456 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28193] ppid=28178 vsize=14090948 memory=260608 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28193/stat : 28193 (java) S 28178 28182 28126 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 15 0 250558081 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960999873168 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28194] ppid=28178 vsize=14090948 memory=260608 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28194/stat : 28194 (java) S 28178 28182 28126 0 -1 1077944384 138 0 0 0 1 0 0 0 20 0 15 0 250558081 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960998820368 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28199] ppid=28178 vsize=14090948 memory=260596 CPUtime=0.01 cores=1,3,5,7
/proc/28182/task/28199/stat : 28199 (java) S 28178 28182 28126 0 -1 1077944384 938 0 0 0 1 0 0 0 20 0 15 0 250558083 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960319674992 139961406392962 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28201] ppid=28178 vsize=14090948 memory=260608 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28201/stat : 28201 (java) S 28178 28182 28126 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250558083 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960318621024 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28203] ppid=28178 vsize=14090948 memory=260608 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28203/stat : 28203 (java) S 28178 28182 28126 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 250558083 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960317568640 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28207] ppid=28178 vsize=14090948 memory=1600 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28207/stat : 28207 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960316516944 139961406400411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28210] ppid=28178 vsize=14090948 memory=164 CPUtime=1.71 cores=1,3,5,7
/proc/28182/task/28210/stat : 28210 (java) S 28178 28182 28126 0 -1 1077944384 9728 0 0 0 170 1 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960315463792 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28211] ppid=28178 vsize=14090948 memory=260608 CPUtime=1.7 cores=1,3,5,7
/proc/28182/task/28211/stat : 28211 (java) S 28178 28182 28126 0 -1 1077944384 9374 0 0 0 169 1 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960314410992 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28212] ppid=28178 vsize=14090948 memory=4642197910265684584 CPUtime=0.88 cores=1,3,5,7
/proc/28182/task/28212/stat : 28212 (java) S 28178 28182 28126 0 -1 1077944384 14037 0 0 0 86 2 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960313358704 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28214] ppid=28178 vsize=14090948 memory=2292 CPUtime=0 cores=1,3,5,7
/proc/28182/task/28214/stat : 28214 (java) S 28178 28182 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960312306144 139961406392021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
[pid=28182/tid=28216] ppid=28178 vsize=14090948 memory=1404 CPUtime=0.04 cores=1,3,5,7
/proc/28182/task/28216/stat : 28216 (java) S 28178 28182 28126 0 -1 1077944384 312 0 0 0 1 3 0 0 20 0 15 0 250558086 14429130752 65152 33554432000 4194304 4196468 140735825104960 139960311253936 139961406392962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9834496 140735825105998 140735825106190 140735825106190 140735825108943 0
Current children cumulated CPU time: 251.81 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 260608 KiB

Child status: 0
Real time (s): 247.466
CPU time (s): 251.881
CPU user time (s): 251.692
CPU system time (s): 0.189126
CPU usage (%): 101.784
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 260608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.692
system time used= 0.189126
maximum resident set size= 261012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61746
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8563
involuntary context switches= 125


# summary of solver processes directly reported to runsolver:
#   pid: 28182
#   total CPU time (s): 251.881
#   total CPU user time (s): 251.692
#   total CPU system time (s): 0.189126

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.1625 second user time and 2.24376 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-15 12:45:49
IDJOB=4310194
IDBENCH=141211
IDSOLVER=2795
FILE ID=node105/4310194-1534329949
RUNJOBID= node105-1534329949-28158
PBS_JOBID= 21038166
Free space on /tmp= 44220 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-14-opt_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310194-1534329949/watcher-4310194-1534329949 -o /tmp/evaluation-result-4310194-1534329949/solver-4310194-1534329949 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534329949-28158 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1165111591 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310194-1534329949.xml

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

MD5SUM BENCH= 06e1d56807384f8426568c6f8eb09a57
RANDOM SEED=1165111591

node105.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.32
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.32
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.32
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.32
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:        26933144 kB
MemAvailable:   31897512 kB
Buffers:          215596 kB
Cached:          4990832 kB
SwapCached:           16 kB
Active:          2230312 kB
Inactive:        3027148 kB
Active(anon):       3008 kB
Inactive(anon):   108668 kB
Active(file):    2227304 kB
Inactive(file):  2918480 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             72144 kB
Writeback:             0 kB
AnonPages:         58396 kB
Mapped:            53952 kB
Shmem:             57940 kB
Slab:             276304 kB
SReclaimable:     247044 kB
SUnreclaim:        29260 kB
KernelStack:        3216 kB
PageTables:         5152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     359000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44148 MiB
End job on node105 at 2018-08-15 12:49:57