Trace number 4310366

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 - Hybrid 2018-08-14? (TO) 252.093 246.031

General information on the benchmark

NamePseudoBoolean-opt/
Pb-circ8-3_c18.xml
MD5SUM7db04233d06e2f858d703f8c476ffab2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark178
Best CPU time to get the best result obtained on this benchmark252.036
Satisfiable
(Un)Satisfiability was proved
Number of variables1344
Number of constraints16096
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1344}]
Minimum variable degree16
Maximum variable degree158
Distribution of variable degrees[{"degree":16,"count":16},{"degree":17,"count":112},{"degree":24,"count":16},{"degree":25,"count":16},{"degree":26,"count":120},{"degree":34,"count":56},{"degree":40,"count":336},{"degree":47,"count":56},{"degree":60,"count":56},{"degree":72,"count":56},{"degree":84,"count":56},{"degree":96,"count":56},{"degree":108,"count":56},{"degree":120,"count":56},{"degree":132,"count":56},{"degree":144,"count":56},{"degree":154,"count":56},{"degree":155,"count":56},{"degree":158,"count":56}]
Minimum constraint arity2
Maximum constraint arity28
Distribution of constraint arities[{"arity":2,"count":1624},{"arity":3,"count":6496},{"arity":4,"count":760},{"arity":5,"count":672},{"arity":6,"count":672},{"arity":7,"count":912},{"arity":8,"count":784},{"arity":9,"count":672},{"arity":10,"count":672},{"arity":11,"count":672},{"arity":12,"count":672},{"arity":13,"count":672},{"arity":14,"count":728},{"arity":28,"count":88}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":16096}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 1685623330
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.59	c Parsing instance...
6.38/2.55	c Parsing done, starting first complete search...
252.06/246.01	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 (13507 MiB free)
  memory of node 1: 16384 MiB (9701 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310366-1534327953/watcher-4310366-1534327953 -o /tmp/evaluation-result-4310366-1534327953/solver-4310366-1534327953 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534323825-25433 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1685623330 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310366-1534327953.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=28372, runsolver pid=28369

[startup+0.100977 s]*
/proc/loadavg: 1.32 1.45 1.61 3/215 28387
/proc/meminfo: memFree=23747968/32770624 swapFree=67108172/67108860
[pid=28372] ppid=28369 vsize=14082736 memory=32380 CPUtime=0.11 cores=0,2,4,6
/proc/28372/stat : 28372 (java) S 28369 28372 21905 0 -1 1077944320 6514 0 0 0 10 1 0 0 20 0 15 0 250358495 14420721664 8095 33554432000 4194304 4196468 140725629475504 140725629458048 140535441198839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
/proc/28372/statm: 3520684 8095 3136 1 0 3482761 0
[pid=28372/tid=28374] ppid=28369 vsize=14082736 memory=-8629632960754519424 CPUtime=0.09 cores=0,2,4,6
/proc/28372/task/28374/stat : 28374 (java) R 28369 28372 21905 0 -1 4202560 4611 0 0 0 8 1 0 0 20 0 15 0 250358495 14420721664 8095 33554432000 4194304 4196468 140725629475504 140535445397960 140535421475664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28375] ppid=28369 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250358496 14420721664 8095 33554432000 4194304 4196468 140725629475504 140535371287184 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28376] ppid=28369 vsize=14082736 memory=139864695465600 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250358496 14420721664 8095 33554432000 4194304 4196468 140725629475504 140535370234384 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28377] ppid=28369 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250358496 14420721664 8095 33554432000 4194304 4196468 140725629475504 140535369181584 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28378] ppid=28369 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250358496 14420721664 8161 33554432000 4194304 4196468 140725629475504 140535368128784 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28379] ppid=28369 vsize=14082736 memory=139864695465600 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28379/stat : 28379 (java) S 28369 28372 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250358497 14420721664 8161 33554432000 4194304 4196468 140725629475504 140534781430640 140535441209986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28380] ppid=28369 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28380/stat : 28380 (java) S 28369 28372 21905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250358498 14420721664 8161 33554432000 4194304 4196468 140725629475504 140534780376608 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28381] ppid=28369 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28381/stat : 28381 (java) S 28369 28372 21905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250358498 14420721664 8161 33554432000 4194304 4196468 140725629475504 140534779323760 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28382] ppid=28369 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28382/stat : 28382 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14420721664 8161 33554432000 4194304 4196468 140725629475504 140534778272080 140535441217435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28383] ppid=28369 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28383/stat : 28383 (java) S 28369 28372 21905 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 250358500 14420721664 8161 33554432000 4194304 4196468 140725629475504 140534777219440 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28384] ppid=28369 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28384/stat : 28384 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14420721664 8161 33554432000 4194304 4196468 140725629475504 140534776166640 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28385] ppid=28369 vsize=14082736 memory=139864695465600 CPUtime=0.01 cores=0,2,4,6
/proc/28372/task/28385/stat : 28385 (java) S 28369 28372 21905 0 -1 1077944384 252 0 0 0 1 0 0 0 20 0 15 0 250358500 14420721664 8161 33554432000 4194304 4196468 140725629475504 140534775113840 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28386] ppid=28369 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28386/stat : 28386 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14420721664 8161 33554432000 4194304 4196468 140725629475504 140534774061280 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28387] ppid=28369 vsize=14082736 memory=139864695465600 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28387/stat : 28387 (java) S 28369 28372 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250358501 14420721664 8161 33554432000 4194304 4196468 140725629475504 140534773009584 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32380 KiB

[startup+0.210375 s]*
/proc/loadavg: 1.32 1.45 1.61 5/215 28387
/proc/meminfo: memFree=23733016/32770624 swapFree=67108172/67108860
[pid=28372] ppid=28369 vsize=14082736 memory=47088 CPUtime=0.28 cores=0,2,4,6
/proc/28372/stat : 28372 (java) S 28369 28372 21905 0 -1 1077944320 9861 0 0 0 26 2 0 0 20 0 15 0 250358495 14420721664 11772 33554432000 4194304 4196468 140725629475504 140725629458048 140535441198839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
/proc/28372/statm: 3520684 11772 3356 1 0 3482761 0
[pid=28372/tid=28374] ppid=28369 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/28372/task/28374/stat : 28374 (java) R 28369 28372 21905 0 -1 4202560 7672 0 0 0 18 1 0 0 20 0 15 0 250358495 14420721664 11772 33554432000 4194304 4196468 140725629475504 140535445425696 140535441220765 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28375] ppid=28369 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250358496 14420721664 11772 33554432000 4194304 4196468 140725629475504 140535371287184 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28376] ppid=28369 vsize=14082736 memory=139864695488939 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250358496 14420721664 11772 33554432000 4194304 4196468 140725629475504 140535370234384 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28377] ppid=28369 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250358496 14420721664 11772 33554432000 4194304 4196468 140725629475504 140535369181584 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28378] ppid=28369 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250358496 14420721664 11772 33554432000 4194304 4196468 140725629475504 140535368128784 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28379] ppid=28369 vsize=14082736 memory=139864695465600 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28379/stat : 28379 (java) S 28369 28372 21905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250358497 14420721664 11772 33554432000 4194304 4196468 140725629475504 140534781430640 140535441209986 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28380] ppid=28369 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28380/stat : 28380 (java) S 28369 28372 21905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250358498 14420721664 11772 33554432000 4194304 4196468 140725629475504 140534780376608 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28381] ppid=28369 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28381/stat : 28381 (java) S 28369 28372 21905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250358498 14420721664 11772 33554432000 4194304 4196468 140725629475504 140534779323760 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28382] ppid=28369 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28382/stat : 28382 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14420721664 11772 33554432000 4194304 4196468 140725629475504 140534778272080 140535441217435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28383] ppid=28369 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28372/task/28383/stat : 28383 (java) S 28369 28372 21905 0 -1 1077944384 312 0 0 0 1 0 0 0 20 0 15 0 250358500 14420721664 11772 33554432000 4194304 4196468 140725629475504 140534777219440 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28384] ppid=28369 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28372/task/28384/stat : 28384 (java) S 28369 28372 21905 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 15 0 250358500 14420721664 11772 33554432000 4194304 4196468 140725629475504 140534776166640 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28385] ppid=28369 vsize=14082736 memory=139864695465600 CPUtime=0.05 cores=0,2,4,6
/proc/28372/task/28385/stat : 28385 (java) S 28369 28372 21905 0 -1 1077944384 290 0 0 0 5 0 0 0 20 0 15 0 250358500 14420721664 11772 33554432000 4194304 4196468 140725629475504 140534775113840 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28386] ppid=28369 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28386/stat : 28386 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14420721664 11772 33554432000 4194304 4196468 140725629475504 140534774061280 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28387] ppid=28369 vsize=14082736 memory=139864695465600 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28387/stat : 28387 (java) S 28369 28372 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250358501 14420721664 11772 33554432000 4194304 4196468 140725629475504 140534773009584 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47088 KiB

[startup+0.310298 s]*
/proc/loadavg: 1.32 1.45 1.61 3/215 28387
/proc/meminfo: memFree=23730112/32770624 swapFree=67108172/67108860
[pid=28372] ppid=28369 vsize=14082736 memory=51100 CPUtime=0.43 cores=0,2,4,6
/proc/28372/stat : 28372 (java) S 28369 28372 21905 0 -1 1077944320 10323 0 0 0 41 2 0 0 20 0 15 0 250358495 14420721664 12775 33554432000 4194304 4196468 140725629475504 140725629458048 140535441198839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
/proc/28372/statm: 3520684 12775 3418 1 0 3482761 0
[pid=28372/tid=28374] ppid=28369 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/28372/task/28374/stat : 28374 (java) R 28369 28372 21905 0 -1 4202560 8034 0 0 0 27 2 0 0 20 0 15 0 250358495 14420721664 12775 33554432000 4194304 4196468 140725629475504 140535445414240 140535421474677 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28375] ppid=28369 vsize=14082736 memory=4294977828 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250358496 14420721664 12775 33554432000 4194304 4196468 140725629475504 140535371287184 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28376] ppid=28369 vsize=14082736 memory=139864695487805 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250358496 14420721664 12775 33554432000 4194304 4196468 140725629475504 140535370234384 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28377] ppid=28369 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250358496 14420721664 12775 33554432000 4194304 4196468 140725629475504 140535369181584 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28378] ppid=28369 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250358496 14420721664 12775 33554432000 4194304 4196468 140725629475504 140535368128784 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28379] ppid=28369 vsize=14082736 memory=139864695465600 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28379/stat : 28379 (java) S 28369 28372 21905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250358497 14420721664 12775 33554432000 4194304 4196468 140725629475504 140534781430640 140535441209986 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28380] ppid=28369 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28380/stat : 28380 (java) S 28369 28372 21905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250358498 14420721664 12775 33554432000 4194304 4196468 140725629475504 140534780376608 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28381] ppid=28369 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28381/stat : 28381 (java) S 28369 28372 21905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250358498 14420721664 12775 33554432000 4194304 4196468 140725629475504 140534779323760 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28382] ppid=28369 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28382/stat : 28382 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14420721664 12775 33554432000 4194304 4196468 140725629475504 140534778272080 140535441217435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28383] ppid=28369 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28372/task/28383/stat : 28383 (java) S 28369 28372 21905 0 -1 1077944384 334 0 0 0 2 0 0 0 20 0 15 0 250358500 14420721664 12775 33554432000 4194304 4196468 140725629475504 140534777219440 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28384] ppid=28369 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28372/task/28384/stat : 28384 (java) S 28369 28372 21905 0 -1 1077944384 274 0 0 0 2 0 0 0 20 0 15 0 250358500 14420721664 12775 33554432000 4194304 4196468 140725629475504 140534776166640 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28385] ppid=28369 vsize=14082736 memory=139864695465600 CPUtime=0.08 cores=0,2,4,6
/proc/28372/task/28385/stat : 28385 (java) S 28369 28372 21905 0 -1 1077944384 300 0 0 0 8 0 0 0 20 0 15 0 250358500 14420721664 12775 33554432000 4194304 4196468 140725629475504 140534775113840 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28386] ppid=28369 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28386/stat : 28386 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14420721664 12775 33554432000 4194304 4196468 140725629475504 140534774061280 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28387] ppid=28369 vsize=14082736 memory=139864695465600 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28387/stat : 28387 (java) S 28369 28372 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250358501 14420721664 12775 33554432000 4194304 4196468 140725629475504 140534773009584 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51100 KiB

[startup+0.700848 s]
/proc/loadavg: 1.32 1.45 1.61 3/215 28387
/proc/meminfo: memFree=23708348/32770624 swapFree=67108172/67108860
[pid=28372] ppid=28369 vsize=14084804 memory=88620 CPUtime=0.99 cores=0,2,4,6
/proc/28372/stat : 28372 (java) S 28369 28372 21905 0 -1 1077944320 17062 0 0 0 94 5 0 0 20 0 15 0 250358495 14422839296 22155 33554432000 4194304 4196468 140725629475504 140725629458048 140535441198839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
/proc/28372/statm: 3521201 22155 3501 1 0 3483273 0
[pid=28372/tid=28374] ppid=28369 vsize=14084804 memory=261751413178938 CPUtime=0.67 cores=0,2,4,6
/proc/28372/task/28374/stat : 28374 (java) R 28369 28372 21905 0 -1 4202560 14362 0 0 0 63 4 0 0 20 0 15 0 250358495 14422839296 22155 33554432000 4194304 4196468 140725629475504 140535445422832 140535425279326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28375] ppid=28369 vsize=14084804 memory=288230376153010010 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250358496 14422839296 22155 33554432000 4194304 4196468 140725629475504 140535371287184 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28376] ppid=28369 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250358496 14422839296 22155 33554432000 4194304 4196468 140725629475504 140535370234384 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28377] ppid=28369 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250358496 14422839296 22155 33554432000 4194304 4196468 140725629475504 140535369181584 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28378] ppid=28369 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 21905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250358496 14422839296 22155 33554432000 4194304 4196468 140725629475504 140535368128784 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28379] ppid=28369 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28379/stat : 28379 (java) S 28369 28372 21905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250358497 14422839296 22155 33554432000 4194304 4196468 140725629475504 140534781430640 140535441209986 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28380] ppid=28369 vsize=14084804 memory=-3535359994705172066 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28380/stat : 28380 (java) S 28369 28372 21905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250358498 14422839296 22155 33554432000 4194304 4196468 140725629475504 140534780376608 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28381] ppid=28369 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28381/stat : 28381 (java) S 28369 28372 21905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250358498 14422839296 22155 33554432000 4194304 4196468 140725629475504 140534779323760 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28382] ppid=28369 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28382/stat : 28382 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14422839296 22155 33554432000 4194304 4196468 140725629475504 140534778272080 140535441217435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28383] ppid=28369 vsize=14084804 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/28372/task/28383/stat : 28383 (java) S 28369 28372 21905 0 -1 1077944384 516 0 0 0 8 0 0 0 20 0 15 0 250358500 14422839296 22155 33554432000 4194304 4196468 140725629475504 140534777219440 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28384] ppid=28369 vsize=14084804 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28372/task/28384/stat : 28384 (java) S 28369 28372 21905 0 -1 1077944384 419 0 0 0 7 0 0 0 20 0 15 0 250358500 14422839296 22155 33554432000 4194304 4196468 140725629475504 140534776166640 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28385] ppid=28369 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/28372/task/28385/stat : 28385 (java) S 28369 28372 21905 0 -1 1077944384 384 0 0 0 15 0 0 0 20 0 15 0 250358500 14422839296 22155 33554432000 4194304 4196468 140725629475504 140534775113840 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28386] ppid=28369 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28386/stat : 28386 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14422839296 22155 33554432000 4194304 4196468 140725629475504 140534774061280 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28387] ppid=28369 vsize=14084804 memory=12552 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28387/stat : 28387 (java) S 28369 28372 21905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250358501 14422839296 22155 33554432000 4194304 4196468 140725629475504 140534773009584 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88620 KiB

[startup+1.50487 s]
/proc/loadavg: 1.37 1.46 1.61 5/215 28387
/proc/meminfo: memFree=23650960/32770624 swapFree=67108172/67108860
[pid=28372] ppid=28369 vsize=14086852 memory=231828 CPUtime=3.59 cores=0,2,4,6
/proc/28372/stat : 28372 (java) S 28369 28372 21905 0 -1 1077944320 30690 0 0 0 349 10 0 0 20 0 15 0 250358495 14424936448 57957 33554432000 4194304 4196468 140725629475504 140725629458048 140535441198839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
/proc/28372/statm: 3521713 57957 3571 1 0 3483785 0
[pid=28372/tid=28374] ppid=28369 vsize=14086852 memory=10759 CPUtime=1.43 cores=0,2,4,6
/proc/28372/task/28374/stat : 28374 (java) R 28369 28372 21905 0 -1 4202560 16232 0 0 0 138 5 0 0 20 0 15 0 250358495 14424936448 57957 33554432000 4194304 4196468 140725629475504 140535445433888 140535425728746 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28375] ppid=28369 vsize=14086852 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 21905 0 -1 1077944384 186 0 0 0 1 0 0 0 20 0 15 0 250358496 14424936448 57957 33554432000 4194304 4196468 140725629475504 140535371287184 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28376] ppid=28369 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 21905 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 250358496 14424936448 57957 33554432000 4194304 4196468 140725629475504 140535370234384 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28377] ppid=28369 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 21905 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 250358496 14424936448 57957 33554432000 4194304 4196468 140725629475504 140535369181584 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28378] ppid=28369 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 21905 0 -1 1077944384 598 0 0 0 0 0 0 0 20 0 15 0 250358496 14424936448 57957 33554432000 4194304 4196468 140725629475504 140535368128784 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28379] ppid=28369 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28379/stat : 28379 (java) S 28369 28372 21905 0 -1 1077944384 265 0 0 0 0 0 0 0 20 0 15 0 250358497 14424936448 57957 33554432000 4194304 4196468 140725629475504 140534781430640 140535441209986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0

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

/proc/28372/task/28374/stat : 28374 (java) R 28369 28372 21905 0 -1 4202560 24987 0 0 0 10181 20 0 0 20 0 15 0 250358495 14429130752 310868 33554432000 4194304 4196468 140725629475504 140535445436960 140535047733693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28375] ppid=28369 vsize=14090948 memory=1243472 CPUtime=0.2 cores=0,2,4,6
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 21905 0 -1 1077944384 1025 0 0 0 15 5 0 0 20 0 15 0 250358496 14429130752 310868 33554432000 4194304 4196468 140725629475504 140535371287184 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28376] ppid=28369 vsize=14090948 memory=1243472 CPUtime=0.19 cores=0,2,4,6
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 21905 0 -1 1077944384 2955 0 0 0 14 5 0 0 20 0 15 0 250358496 14429130752 310868 33554432000 4194304 4196468 140725629475504 140535370234384 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28377] ppid=28369 vsize=14090948 memory=1240404 CPUtime=0.19 cores=0,2,4,6
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 21905 0 -1 1077944384 1833 0 0 0 14 5 0 0 20 0 15 0 250358496 14429130752 310868 33554432000 4194304 4196468 140725629475504 140535369181584 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28378] ppid=28369 vsize=14090948 memory=3752 CPUtime=0.2 cores=0,2,4,6
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 21905 0 -1 1077944384 1707 0 0 0 15 5 0 0 20 0 15 0 250358496 14429130752 310868 33554432000 4194304 4196468 140725629475504 140535368128784 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28379] ppid=28369 vsize=14090948 memory=33 CPUtime=0.02 cores=0,2,4,6
/proc/28372/task/28379/stat : 28379 (java) S 28369 28372 21905 0 -1 1077944384 1925 0 0 0 2 0 0 0 20 0 15 0 250358497 14429130752 310868 33554432000 4194304 4196468 140725629475504 140534781430640 140535441209986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28380] ppid=28369 vsize=14090948 memory=139864536286241 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28380/stat : 28380 (java) S 28369 28372 21905 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250358498 14429130752 310868 33554432000 4194304 4196468 140725629475504 140534780376672 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28381] ppid=28369 vsize=14090948 memory=1243472 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28381/stat : 28381 (java) S 28369 28372 21905 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 250358498 14429130752 310868 33554432000 4194304 4196468 140725629475504 140534779323776 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28382] ppid=28369 vsize=14090948 memory=1240404 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28382/stat : 28382 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14429130752 310868 33554432000 4194304 4196468 140725629475504 140534778272080 140535441217435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28383] ppid=28369 vsize=14090948 memory=1240404 CPUtime=2.12 cores=0,2,4,6
/proc/28372/task/28383/stat : 28383 (java) S 28369 28372 21905 0 -1 1077944384 7700 0 0 0 211 1 0 0 20 0 15 0 250358500 14429130752 310868 33554432000 4194304 4196468 140725629475504 140534777219440 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28384] ppid=28369 vsize=14090948 memory=0 CPUtime=2.13 cores=0,2,4,6
/proc/28372/task/28384/stat : 28384 (java) S 28369 28372 21905 0 -1 1077944384 7045 0 0 0 213 0 0 0 20 0 15 0 250358500 14429130752 310868 33554432000 4194304 4196468 140725629475504 140534776166640 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28385] ppid=28369 vsize=14090948 memory=4 CPUtime=0.88 cores=0,2,4,6
/proc/28372/task/28385/stat : 28385 (java) S 28369 28372 21905 0 -1 1077944384 5684 0 0 0 87 1 0 0 20 0 15 0 250358500 14429130752 310868 33554432000 4194304 4196468 140725629475504 140534775113840 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28386] ppid=28369 vsize=14090948 memory=279729073117304 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28386/stat : 28386 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14429130752 310868 33554432000 4194304 4196468 140725629475504 140534774061280 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28387] ppid=28369 vsize=14090948 memory=124033286800362 CPUtime=0.06 cores=0,2,4,6
/proc/28372/task/28387/stat : 28387 (java) S 28369 28372 21905 0 -1 1077944384 268 0 0 0 3 3 0 0 20 0 15 0 250358501 14429130752 310868 33554432000 4194304 4196468 140725629475504 140534773009584 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
Current children cumulated CPU time: 108.11 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1243472 KiB

[startup+162.301 s]
/proc/loadavg: 1.56 1.52 1.61 3/215 28466
/proc/meminfo: memFree=22938548/32770624 swapFree=67108172/67108860
[pid=28372] ppid=28369 vsize=14090948 memory=1245144 CPUtime=168.21 cores=0,2,4,6
/proc/28372/stat : 28372 (java) S 28369 28372 21905 0 -1 1077944320 59690 0 0 0 16769 52 0 0 20 0 15 0 250358495 14429130752 311286 33554432000 4194304 4196468 140725629475504 140725629458048 140535441198839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
/proc/28372/statm: 3522737 311286 3595 1 0 3484809 0
[pid=28372/tid=28374] ppid=28369 vsize=14090948 memory=1245144 CPUtime=161.99 cores=0,2,4,6
/proc/28372/task/28374/stat : 28374 (java) R 28369 28372 21905 0 -1 4202560 26886 0 0 0 16179 20 0 0 20 0 15 0 250358495 14429130752 311286 33554432000 4194304 4196468 140725629475504 140535445437040 140535047853504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28375] ppid=28369 vsize=14090948 memory=1243608 CPUtime=0.21 cores=0,2,4,6
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 21905 0 -1 1077944384 1225 0 0 0 16 5 0 0 20 0 15 0 250358496 14429130752 311286 33554432000 4194304 4196468 140725629475504 140535371287184 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28376] ppid=28369 vsize=14090948 memory=1246496 CPUtime=0.21 cores=0,2,4,6
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 21905 0 -1 1077944384 3557 0 0 0 16 5 0 0 20 0 15 0 250358496 14429130752 311286 33554432000 4194304 4196468 140725629475504 140535370234384 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28377] ppid=28369 vsize=14090948 memory=1243608 CPUtime=0.21 cores=0,2,4,6
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 21905 0 -1 1077944384 1935 0 0 0 16 5 0 0 20 0 15 0 250358496 14429130752 311286 33554432000 4194304 4196468 140725629475504 140535369181584 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28378] ppid=28369 vsize=14090948 memory=1245144 CPUtime=0.22 cores=0,2,4,6
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 21905 0 -1 1077944384 1752 0 0 0 17 5 0 0 20 0 15 0 250358496 14429130752 311286 33554432000 4194304 4196468 140725629475504 140535368128784 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28379] ppid=28369 vsize=14090948 memory=1245144 CPUtime=0.02 cores=0,2,4,6
/proc/28372/task/28379/stat : 28379 (java) S 28369 28372 21905 0 -1 1077944384 2178 0 0 0 2 0 0 0 20 0 15 0 250358497 14429130752 311286 33554432000 4194304 4196468 140725629475504 140534781430640 140535441209986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28380] ppid=28369 vsize=14090948 memory=68072 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28380/stat : 28380 (java) S 28369 28372 21905 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250358498 14429130752 311286 33554432000 4194304 4196468 140725629475504 140534780376672 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28381] ppid=28369 vsize=14090948 memory=56 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28381/stat : 28381 (java) S 28369 28372 21905 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 250358498 14429130752 311286 33554432000 4194304 4196468 140725629475504 140534779323776 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28382] ppid=28369 vsize=14090948 memory=-2127767799640501289 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28382/stat : 28382 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14429130752 311286 33554432000 4194304 4196468 140725629475504 140534778272080 140535441217435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28383] ppid=28369 vsize=14090948 memory=1245144 CPUtime=2.12 cores=0,2,4,6
/proc/28372/task/28383/stat : 28383 (java) S 28369 28372 21905 0 -1 1077944384 7705 0 0 0 211 1 0 0 20 0 15 0 250358500 14429130752 311286 33554432000 4194304 4196468 140725629475504 140534777219440 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28384] ppid=28369 vsize=14090948 memory=1245144 CPUtime=2.13 cores=0,2,4,6
/proc/28372/task/28384/stat : 28384 (java) S 28369 28372 21905 0 -1 1077944384 7048 0 0 0 213 0 0 0 20 0 15 0 250358500 14429130752 311286 33554432000 4194304 4196468 140725629475504 140534776166640 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28385] ppid=28369 vsize=14090948 memory=68072 CPUtime=0.88 cores=0,2,4,6
/proc/28372/task/28385/stat : 28385 (java) S 28369 28372 21905 0 -1 1077944384 5691 0 0 0 87 1 0 0 20 0 15 0 250358500 14429130752 311286 33554432000 4194304 4196468 140725629475504 140534775113840 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28386] ppid=28369 vsize=14090948 memory=2148 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28386/stat : 28386 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14429130752 311286 33554432000 4194304 4196468 140725629475504 140534774061280 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28387] ppid=28369 vsize=14090948 memory=1196 CPUtime=0.1 cores=0,2,4,6
/proc/28372/task/28387/stat : 28387 (java) S 28369 28372 21905 0 -1 1077944384 296 0 0 0 5 5 0 0 20 0 15 0 250358501 14429130752 311286 33554432000 4194304 4196468 140725629475504 140534773009584 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
Current children cumulated CPU time: 168.21 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1245144 KiB

[startup+222.301 s]
/proc/loadavg: 1.74 1.58 1.62 3/215 28467
/proc/meminfo: memFree=22925200/32770624 swapFree=67108172/67108860
[pid=28372] ppid=28369 vsize=14090948 memory=1245360 CPUtime=228.31 cores=0,2,4,6
/proc/28372/stat : 28372 (java) S 28369 28372 21905 0 -1 1077944320 62966 0 0 0 22776 55 0 0 20 0 15 0 250358495 14429130752 311340 33554432000 4194304 4196468 140725629475504 140725629458048 140535441198839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
/proc/28372/statm: 3522737 311340 3595 1 0 3484809 0
[pid=28372/tid=28374] ppid=28369 vsize=14090948 memory=1243404 CPUtime=221.97 cores=0,2,4,6
/proc/28372/task/28374/stat : 28374 (java) R 28369 28372 21905 0 -1 4202560 28912 0 0 0 22176 21 0 0 20 0 15 0 250358495 14429130752 311340 33554432000 4194304 4196468 140725629475504 140535445436960 140535047815806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28375] ppid=28369 vsize=14090948 memory=1243404 CPUtime=0.23 cores=0,2,4,6
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 21905 0 -1 1077944384 1455 0 0 0 18 5 0 0 20 0 15 0 250358496 14429130752 311340 33554432000 4194304 4196468 140725629475504 140535371287184 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28376] ppid=28369 vsize=14090948 memory=1245360 CPUtime=0.24 cores=0,2,4,6
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 21905 0 -1 1077944384 3567 0 0 0 18 6 0 0 20 0 15 0 250358496 14429130752 311340 33554432000 4194304 4196468 140725629475504 140535370234384 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28377] ppid=28369 vsize=14090948 memory=1245360 CPUtime=0.23 cores=0,2,4,6
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 21905 0 -1 1077944384 2591 0 0 0 18 5 0 0 20 0 15 0 250358496 14429130752 311340 33554432000 4194304 4196468 140725629475504 140535369181584 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28378] ppid=28369 vsize=14090948 memory=1245360 CPUtime=0.23 cores=0,2,4,6
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 21905 0 -1 1077944384 1821 0 0 0 18 5 0 0 20 0 15 0 250358496 14429130752 311340 33554432000 4194304 4196468 140725629475504 140535368128784 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28379] ppid=28369 vsize=14090948 memory=1245360 CPUtime=0.03 cores=0,2,4,6
/proc/28372/task/28379/stat : 28379 (java) S 28369 28372 21905 0 -1 1077944384 2420 0 0 0 3 0 0 0 20 0 15 0 250358497 14429130752 311340 33554432000 4194304 4196468 140725629475504 140534781430640 140535441209986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28380] ppid=28369 vsize=14090948 memory=3880 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28380/stat : 28380 (java) S 28369 28372 21905 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250358498 14429130752 311340 33554432000 4194304 4196468 140725629475504 140534780376672 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28381] ppid=28369 vsize=14090948 memory=1245360 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28381/stat : 28381 (java) S 28369 28372 21905 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 250358498 14429130752 311340 33554432000 4194304 4196468 140725629475504 140534779323776 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28382] ppid=28369 vsize=14090948 memory=1245360 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28382/stat : 28382 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14429130752 311340 33554432000 4194304 4196468 140725629475504 140534778272080 140535441217435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28383] ppid=28369 vsize=14090948 memory=288230574492221466 CPUtime=2.12 cores=0,2,4,6
/proc/28372/task/28383/stat : 28383 (java) S 28369 28372 21905 0 -1 1077944384 7712 0 0 0 211 1 0 0 20 0 15 0 250358500 14429130752 311340 33554432000 4194304 4196468 140725629475504 140534777219440 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28384] ppid=28369 vsize=14090948 memory=37472 CPUtime=2.13 cores=0,2,4,6
/proc/28372/task/28384/stat : 28384 (java) S 28369 28372 21905 0 -1 1077944384 7051 0 0 0 213 0 0 0 20 0 15 0 250358500 14429130752 311340 33554432000 4194304 4196468 140725629475504 140534776166640 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28385] ppid=28369 vsize=14090948 memory=2324 CPUtime=0.88 cores=0,2,4,6
/proc/28372/task/28385/stat : 28385 (java) S 28369 28372 21905 0 -1 1077944384 5696 0 0 0 87 1 0 0 20 0 15 0 250358500 14429130752 311340 33554432000 4194304 4196468 140725629475504 140534775113840 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28386] ppid=28369 vsize=14090948 memory=1245360 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28386/stat : 28386 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14429130752 311340 33554432000 4194304 4196468 140725629475504 140534774061280 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28387] ppid=28369 vsize=14090948 memory=2148 CPUtime=0.14 cores=0,2,4,6
/proc/28372/task/28387/stat : 28387 (java) S 28369 28372 21905 0 -1 1077944384 324 0 0 0 6 8 0 0 20 0 15 0 250358501 14429130752 311340 33554432000 4194304 4196468 140725629475504 140534773009584 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
Current children cumulated CPU time: 228.31 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1245360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+246.001 s]*
/proc/loadavg: 1.55 1.55 1.61 3/215 28467
/proc/meminfo: memFree=22921660/32770624 swapFree=67108172/67108860
[pid=28372] ppid=28369 vsize=14090948 memory=1244512 CPUtime=252.06 cores=0,2,4,6
/proc/28372/stat : 28372 (java) S 28369 28372 21905 0 -1 1077944320 63343 0 0 0 25151 55 0 0 20 0 15 0 250358495 14429130752 311128 33554432000 4194304 4196468 140725629475504 140725629458048 140535441198839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
/proc/28372/statm: 3522737 311128 3595 1 0 3484809 0
[pid=28372/tid=28374] ppid=28369 vsize=14090948 memory=6791534058613427641 CPUtime=245.66 cores=0,2,4,6
/proc/28372/task/28374/stat : 28374 (java) R 28369 28372 21905 0 -1 4202560 29192 0 0 0 24545 21 0 0 20 0 15 0 250358495 14429130752 311128 33554432000 4194304 4196468 140725629475504 140535445436960 140535048136664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28375] ppid=28369 vsize=14090948 memory=261705242303915 CPUtime=0.24 cores=0,2,4,6
/proc/28372/task/28375/stat : 28375 (java) S 28369 28372 21905 0 -1 1077944384 1458 0 0 0 19 5 0 0 20 0 15 0 250358496 14429130752 311128 33554432000 4194304 4196468 140725629475504 140535371287184 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28376] ppid=28369 vsize=14090948 memory=261705242303916 CPUtime=0.24 cores=0,2,4,6
/proc/28372/task/28376/stat : 28376 (java) S 28369 28372 21905 0 -1 1077944384 3571 0 0 0 18 6 0 0 20 0 15 0 250358496 14429130752 311128 33554432000 4194304 4196468 140725629475504 140535370234384 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28377] ppid=28369 vsize=14090948 memory=261705242303917 CPUtime=0.24 cores=0,2,4,6
/proc/28372/task/28377/stat : 28377 (java) S 28369 28372 21905 0 -1 1077944384 2646 0 0 0 19 5 0 0 20 0 15 0 250358496 14429130752 311128 33554432000 4194304 4196468 140725629475504 140535369181584 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28378] ppid=28369 vsize=14090948 memory=261705242303918 CPUtime=0.24 cores=0,2,4,6
/proc/28372/task/28378/stat : 28378 (java) S 28369 28372 21905 0 -1 1077944384 1852 0 0 0 19 5 0 0 20 0 15 0 250358496 14429130752 311128 33554432000 4194304 4196468 140725629475504 140535368128784 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28379] ppid=28369 vsize=14090948 memory=261705242303919 CPUtime=0.03 cores=0,2,4,6
/proc/28372/task/28379/stat : 28379 (java) S 28369 28372 21905 0 -1 1077944384 2422 0 0 0 3 0 0 0 20 0 15 0 250358497 14429130752 311128 33554432000 4194304 4196468 140725629475504 140534781430640 140535441209986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28380] ppid=28369 vsize=14090948 memory=261705242303920 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28380/stat : 28380 (java) S 28369 28372 21905 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250358498 14429130752 311128 33554432000 4194304 4196468 140725629475504 140534780376672 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28381] ppid=28369 vsize=14090948 memory=261705242303921 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28381/stat : 28381 (java) S 28369 28372 21905 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 250358498 14429130752 311128 33554432000 4194304 4196468 140725629475504 140534779323776 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28382] ppid=28369 vsize=14090948 memory=261705242303922 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28382/stat : 28382 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14429130752 311128 33554432000 4194304 4196468 140725629475504 140534778272080 140535441217435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28383] ppid=28369 vsize=14090948 memory=261705242303923 CPUtime=2.12 cores=0,2,4,6
/proc/28372/task/28383/stat : 28383 (java) S 28369 28372 21905 0 -1 1077944384 7712 0 0 0 211 1 0 0 20 0 15 0 250358500 14429130752 311128 33554432000 4194304 4196468 140725629475504 140534777219440 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28384] ppid=28369 vsize=14090948 memory=261705242303924 CPUtime=2.13 cores=0,2,4,6
/proc/28372/task/28384/stat : 28384 (java) S 28369 28372 21905 0 -1 1077944384 7051 0 0 0 213 0 0 0 20 0 15 0 250358500 14429130752 311128 33554432000 4194304 4196468 140725629475504 140534776166640 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28385] ppid=28369 vsize=14090948 memory=261705242303925 CPUtime=0.88 cores=0,2,4,6
/proc/28372/task/28385/stat : 28385 (java) S 28369 28372 21905 0 -1 1077944384 5696 0 0 0 87 1 0 0 20 0 15 0 250358500 14429130752 311128 33554432000 4194304 4196468 140725629475504 140534775113840 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28386] ppid=28369 vsize=14090948 memory=261705242303926 CPUtime=0 cores=0,2,4,6
/proc/28372/task/28386/stat : 28386 (java) S 28369 28372 21905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250358500 14429130752 311128 33554432000 4194304 4196468 140725629475504 140534774061280 140535441209045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
[pid=28372/tid=28387] ppid=28369 vsize=14090948 memory=261705242303927 CPUtime=0.15 cores=0,2,4,6
/proc/28372/task/28387/stat : 28387 (java) S 28369 28372 21905 0 -1 1077944384 326 0 0 0 7 8 0 0 20 0 15 0 250358501 14429130752 311128 33554432000 4194304 4196468 140725629475504 140534773009584 140535441209986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12836864 140725629482074 140725629482254 140725629482254 140725629485007 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1244512 KiB

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

[startup+246.031 s]
# the end of solver process 28372 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.518 s, system=0.575343 s

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

Child status: 143
Real time (s): 246.031
CPU time (s): 252.093
CPU user time (s): 251.518
CPU system time (s): 0.575343
CPU usage (%): 102.464
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 1246496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.518
system time used= 0.575343
maximum resident set size= 1248112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63815
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8413
involuntary context switches= 314


# summary of solver processes directly reported to runsolver:
#   pid: 28372
#   total CPU time (s): 252.093
#   total CPU user time (s): 251.518
#   total CPU system time (s): 0.575343

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.36564 second user time and 2.50734 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-15 12:12:33
IDJOB=4310366
IDBENCH=141113
IDSOLVER=2796
FILE ID=node136/4310366-1534327953
RUNJOBID= node136-1534323825-25433
PBS_JOBID= 21038144
Free space on /tmp= 38992 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ8-3_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310366-1534327953/watcher-4310366-1534327953 -o /tmp/evaluation-result-4310366-1534327953/solver-4310366-1534327953 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534323825-25433 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1685623330 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310366-1534327953.xml

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

MD5SUM BENCH= 7db04233d06e2f858d703f8c476ffab2
RANDOM SEED=1685623330

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23766584 kB
MemAvailable:   31098964 kB
Buffers:          130188 kB
Cached:          7431016 kB
SwapCached:           16 kB
Active:          4674356 kB
Inactive:        3736700 kB
Active(anon):     801368 kB
Inactive(anon):   109076 kB
Active(file):    3872988 kB
Inactive(file):  3627624 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108860 kB
SwapFree:       67108172 kB
Dirty:             36408 kB
Writeback:             8 kB
AnonPages:        857136 kB
Mapped:            68268 kB
Shmem:             57768 kB
Slab:             288544 kB
SReclaimable:     260228 kB
SUnreclaim:        28316 kB
KernelStack:        3568 kB
PageTables:         7168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1689848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    675840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 38956 MiB
End job on node136 at 2018-08-15 12:16:39