Trace number 4311641

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-17? (TO) 2520.12 2493.82

General information on the benchmark

NamePseudoBoolean-opt/
Pb-circ10-3_c18.xml
MD5SUM2a9d5e672b2129585e8bdcc62e976dce
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark360
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables2700
Number of constraints42620
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2700}]
Minimum variable degree20
Maximum variable degree272
Distribution of variable degrees[{"degree":20,"count":20},{"degree":21,"count":180},{"degree":30,"count":20},{"degree":31,"count":20},{"degree":32,"count":210},{"degree":42,"count":90},{"degree":52,"count":720},{"degree":59,"count":90},{"degree":76,"count":90},{"degree":92,"count":90},{"degree":108,"count":90},{"degree":124,"count":90},{"degree":140,"count":90},{"degree":156,"count":90},{"degree":172,"count":90},{"degree":188,"count":90},{"degree":204,"count":90},{"degree":220,"count":90},{"degree":236,"count":90},{"degree":252,"count":90},{"degree":266,"count":90},{"degree":267,"count":90},{"degree":272,"count":90}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":3330},{"arity":3,"count":16740},{"arity":4,"count":1590},{"arity":5,"count":1440},{"arity":6,"count":1440},{"arity":7,"count":1440},{"arity":8,"count":1440},{"arity":9,"count":1820},{"arity":10,"count":1620},{"arity":11,"count":1440},{"arity":12,"count":1440},{"arity":13,"count":1440},{"arity":14,"count":1440},{"arity":15,"count":1440},{"arity":16,"count":1440},{"arity":17,"count":1440},{"arity":18,"count":1530},{"arity":36,"count":150}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":42620}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 277283233
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
9.30/4.29	c Parsing done, starting search...
2520.08/2493.80	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 (11876 MiB free)
  memory of node 1: 16384 MiB (10594 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311641-1534543540/watcher-4311641-1534543540 -o /tmp/evaluation-result-4311641-1534543540/solver-4311641-1534543540 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534541043-15718 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 277283233 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311641-1534543540.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=15957, runsolver pid=15954

[startup+0.110425 s]*
/proc/loadavg: 1.82 1.61 1.36 4/216 15972
/proc/meminfo: memFree=22991392/32770624 swapFree=67108804/67108860
[pid=15957] ppid=15954 vsize=14082736 memory=33828 CPUtime=0.13 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15954 15957 15687 0 -1 1077944320 7365 0 0 0 12 1 0 0 20 0 15 0 271917191 14420721664 8457 33554432000 4194304 4196468 140726347438288 140726347420832 140606298726135 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
/proc/15957/statm: 3520684 8457 3160 1 0 3482761 0
[pid=15957/tid=15959] ppid=15954 vsize=14082736 memory=-8557575366716068731 CPUtime=0.1 cores=0,2,4,6
/proc/15957/task/15959/stat : 15959 (java) R 15954 15957 15687 0 -1 4202560 5402 0 0 0 9 1 0 0 20 0 15 0 271917191 14420721664 8457 33554432000 4194304 4196468 140726347438288 140606302931888 140606282806622 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15960] ppid=15954 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15960/stat : 15960 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917192 14420721664 8457 33554432000 4194304 4196468 140726347438288 140606228814352 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15961] ppid=15954 vsize=14082736 memory=139780039661184 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15961/stat : 15961 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917192 14420721664 8457 33554432000 4194304 4196468 140726347438288 140606227761808 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15962] ppid=15954 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15962/stat : 15962 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917192 14420721664 8457 33554432000 4194304 4196468 140726347438288 140606226708752 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15963] ppid=15954 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15963/stat : 15963 (java) S 15954 15957 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271917192 14420721664 8457 33554432000 4194304 4196468 140726347438288 140606225656208 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15964] ppid=15954 vsize=14082736 memory=139780039661184 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15964/stat : 15964 (java) S 15954 15957 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271917193 14420721664 8457 33554432000 4194304 4196468 140726347438288 140605211392752 140606298737282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15965] ppid=15954 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15965/stat : 15965 (java) S 15954 15957 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271917194 14420721664 8457 33554432000 4194304 4196468 140726347438288 140605210338976 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15966] ppid=15954 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15966/stat : 15966 (java) S 15954 15957 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271917194 14420721664 8457 33554432000 4194304 4196468 140726347438288 140605209285872 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15967] ppid=15954 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15967/stat : 15967 (java) S 15954 15957 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917196 14420721664 8457 33554432000 4194304 4196468 140726347438288 140605208234448 140606298744731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15968] ppid=15954 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15968/stat : 15968 (java) S 15954 15957 15687 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 271917196 14420721664 8457 33554432000 4194304 4196468 140726347438288 140605207181552 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15969] ppid=15954 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15969/stat : 15969 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917196 14420721664 8457 33554432000 4194304 4196468 140726347438288 140605206129008 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15970] ppid=15954 vsize=14082736 memory=139780039661184 CPUtime=0.01 cores=0,2,4,6
/proc/15957/task/15970/stat : 15970 (java) S 15954 15957 15687 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 15 0 271917196 14420721664 8457 33554432000 4194304 4196468 140726347438288 140605205075952 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15971] ppid=15954 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15971/stat : 15971 (java) S 15954 15957 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917197 14420721664 8457 33554432000 4194304 4196468 140726347438288 140605204023648 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15972] ppid=15954 vsize=14082736 memory=139780039661184 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15972/stat : 15972 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917197 14420721664 8457 33554432000 4194304 4196468 140726347438288 140605202971696 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33828 KiB

[startup+0.210448 s]*
/proc/loadavg: 1.82 1.61 1.36 5/216 15972
/proc/meminfo: memFree=22977828/32770624 swapFree=67108804/67108860
[pid=15957] ppid=15954 vsize=14082736 memory=46744 CPUtime=0.29 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15954 15957 15687 0 -1 1077944320 10329 0 0 0 27 2 0 0 20 0 15 0 271917191 14420721664 11686 33554432000 4194304 4196468 140726347438288 140726347420832 140606298726135 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
/proc/15957/statm: 3520684 11686 3326 1 0 3482761 0
[pid=15957/tid=15959] ppid=15954 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/15957/task/15959/stat : 15959 (java) R 15954 15957 15687 0 -1 4202560 8086 0 0 0 18 2 0 0 20 0 15 0 271917191 14420721664 11752 33554432000 4194304 4196468 140726347438288 140606302951096 140605904770172 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15960] ppid=15954 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15960/stat : 15960 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917192 14420721664 11752 33554432000 4194304 4196468 140726347438288 140606228814352 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15961] ppid=15954 vsize=14082736 memory=4050905771966224032 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15961/stat : 15961 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917192 14420721664 11752 33554432000 4194304 4196468 140726347438288 140606227761808 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15962] ppid=15954 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15962/stat : 15962 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917192 14420721664 11752 33554432000 4194304 4196468 140726347438288 140606226708752 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15963] ppid=15954 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15963/stat : 15963 (java) S 15954 15957 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271917192 14420721664 11752 33554432000 4194304 4196468 140726347438288 140606225656208 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15964] ppid=15954 vsize=14082736 memory=139780039661184 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15964/stat : 15964 (java) S 15954 15957 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271917193 14420721664 11752 33554432000 4194304 4196468 140726347438288 140605211392752 140606298737282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15965] ppid=15954 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15965/stat : 15965 (java) S 15954 15957 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271917194 14420721664 11752 33554432000 4194304 4196468 140726347438288 140605210338976 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15966] ppid=15954 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15966/stat : 15966 (java) S 15954 15957 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271917194 14420721664 11752 33554432000 4194304 4196468 140726347438288 140605209285872 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15967] ppid=15954 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15967/stat : 15967 (java) S 15954 15957 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917196 14420721664 11752 33554432000 4194304 4196468 140726347438288 140605208234448 140606298744731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15968] ppid=15954 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15957/task/15968/stat : 15968 (java) R 15954 15957 15687 0 -1 4202560 406 0 0 0 2 0 0 0 20 0 15 0 271917196 14420721664 11752 33554432000 4194304 4196468 140726347438288 140605207162568 140606276665120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15969] ppid=15954 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/15957/task/15969/stat : 15969 (java) R 15954 15957 15687 0 -1 4202560 165 0 0 0 1 0 0 0 20 0 15 0 271917196 14420721664 11752 33554432000 4194304 4196468 140726347438288 140605206129008 140606280096448 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15970] ppid=15954 vsize=14082736 memory=139780039661184 CPUtime=0.05 cores=0,2,4,6
/proc/15957/task/15970/stat : 15970 (java) R 15954 15957 15687 0 -1 1077944384 302 0 0 0 5 0 0 0 20 0 15 0 271917196 14420721664 11752 33554432000 4194304 4196468 140726347438288 140605205073744 140606298736341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15971] ppid=15954 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15971/stat : 15971 (java) S 15954 15957 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917197 14420721664 11752 33554432000 4194304 4196468 140726347438288 140605204023648 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15972] ppid=15954 vsize=14082736 memory=139780039661184 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15972/stat : 15972 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917197 14420721664 11752 33554432000 4194304 4196468 140726347438288 140605202971696 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46744 KiB

[startup+0.310721 s]*
/proc/loadavg: 1.82 1.61 1.36 2/200 15974
/proc/meminfo: memFree=23704696/32770624 swapFree=67108804/67108860
[pid=15957] ppid=15954 vsize=14082736 memory=50472 CPUtime=0.44 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15954 15957 15687 0 -1 1077944320 10770 0 0 0 41 3 0 0 20 0 15 0 271917191 14420721664 12618 33554432000 4194304 4196468 140726347438288 140726347420832 140606298726135 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
/proc/15957/statm: 3520684 12618 3365 1 0 3482761 0
[pid=15957/tid=15959] ppid=15954 vsize=14082736 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/15957/task/15959/stat : 15959 (java) R 15954 15957 15687 0 -1 4202560 8448 0 0 0 28 2 0 0 20 0 15 0 271917191 14420721664 12618 33554432000 4194304 4196468 140726347438288 140606302934416 140606280289695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15960] ppid=15954 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15960/stat : 15960 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917192 14420721664 12618 33554432000 4194304 4196468 140726347438288 140606228814352 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15961] ppid=15954 vsize=14082736 memory=304556149062238564 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15961/stat : 15961 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917192 14420721664 12618 33554432000 4194304 4196468 140726347438288 140606227761808 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15962] ppid=15954 vsize=14082736 memory=4048789070019821600 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15962/stat : 15962 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917192 14420721664 12618 33554432000 4194304 4196468 140726347438288 140606226708752 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15963] ppid=15954 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15963/stat : 15963 (java) S 15954 15957 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271917192 14420721664 12618 33554432000 4194304 4196468 140726347438288 140606225656208 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15964] ppid=15954 vsize=14082736 memory=139780039661184 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15964/stat : 15964 (java) S 15954 15957 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271917193 14420721664 12618 33554432000 4194304 4196468 140726347438288 140605211392752 140606298737282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15965] ppid=15954 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15965/stat : 15965 (java) S 15954 15957 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271917194 14420721664 12618 33554432000 4194304 4196468 140726347438288 140605210338976 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15966] ppid=15954 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15966/stat : 15966 (java) S 15954 15957 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271917194 14420721664 12618 33554432000 4194304 4196468 140726347438288 140605209285872 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15967] ppid=15954 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15967/stat : 15967 (java) S 15954 15957 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917196 14420721664 12618 33554432000 4194304 4196468 140726347438288 140605208234448 140606298744731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15968] ppid=15954 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/15957/task/15968/stat : 15968 (java) S 15954 15957 15687 0 -1 1077944384 432 0 0 0 3 0 0 0 20 0 15 0 271917196 14420721664 12618 33554432000 4194304 4196468 140726347438288 140605207181552 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15969] ppid=15954 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/15957/task/15969/stat : 15969 (java) S 15954 15957 15687 0 -1 1077944384 180 0 0 0 2 0 0 0 20 0 15 0 271917196 14420721664 12618 33554432000 4194304 4196468 140726347438288 140605206129008 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15970] ppid=15954 vsize=14082736 memory=139780039661184 CPUtime=0.08 cores=0,2,4,6
/proc/15957/task/15970/stat : 15970 (java) S 15954 15957 15687 0 -1 1077944384 328 0 0 0 8 0 0 0 20 0 15 0 271917196 14420721664 12618 33554432000 4194304 4196468 140726347438288 140605205075952 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15971] ppid=15954 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15971/stat : 15971 (java) S 15954 15957 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917197 14420721664 12618 33554432000 4194304 4196468 140726347438288 140605204023648 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15972] ppid=15954 vsize=14082736 memory=139780039661184 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15972/stat : 15972 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917197 14420721664 12618 33554432000 4194304 4196468 140726347438288 140605202971696 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50472 KiB

[startup+0.700752 s]
/proc/loadavg: 1.82 1.61 1.36 5/215 16003
/proc/meminfo: memFree=23664912/32770624 swapFree=67108804/67108860
[pid=15957] ppid=15954 vsize=14084804 memory=88876 CPUtime=0.99 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15954 15957 15687 0 -1 1077944320 17613 0 0 0 94 5 0 0 20 0 15 0 271917191 14422839296 22219 33554432000 4194304 4196468 140726347438288 140726347420832 140606298726135 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
/proc/15957/statm: 3521201 22219 3491 1 0 3483273 0
[pid=15957/tid=15959] ppid=15954 vsize=14084804 memory=139780039660129 CPUtime=0.67 cores=0,2,4,6
/proc/15957/task/15959/stat : 15959 (java) R 15954 15957 15687 0 -1 4202560 14901 0 0 0 63 4 0 0 20 0 15 0 271917191 14422839296 22219 33554432000 4194304 4196468 140726347438288 140606302950240 140606298748061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15960] ppid=15954 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15960/stat : 15960 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917192 14422839296 22219 33554432000 4194304 4196468 140726347438288 140606228814352 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15961] ppid=15954 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15961/stat : 15961 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917192 14422839296 22219 33554432000 4194304 4196468 140726347438288 140606227761808 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15962] ppid=15954 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15962/stat : 15962 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917192 14422839296 22219 33554432000 4194304 4196468 140726347438288 140606226708752 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15963] ppid=15954 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15963/stat : 15963 (java) S 15954 15957 15687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271917192 14422839296 22219 33554432000 4194304 4196468 140726347438288 140606225656208 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15964] ppid=15954 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15964/stat : 15964 (java) S 15954 15957 15687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271917193 14422839296 22219 33554432000 4194304 4196468 140726347438288 140605211392752 140606298737282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15965] ppid=15954 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15965/stat : 15965 (java) S 15954 15957 15687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271917194 14422839296 22219 33554432000 4194304 4196468 140726347438288 140605210338976 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15966] ppid=15954 vsize=14084804 memory=4211821575712185216 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15966/stat : 15966 (java) S 15954 15957 15687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271917194 14422839296 22219 33554432000 4194304 4196468 140726347438288 140605209285872 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15967] ppid=15954 vsize=14084804 memory=8029506197722357971 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15967/stat : 15967 (java) S 15954 15957 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917196 14422839296 22219 33554432000 4194304 4196468 140726347438288 140605208234448 140606298744731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15968] ppid=15954 vsize=14084804 memory=139784005616226 CPUtime=0.09 cores=0,2,4,6
/proc/15957/task/15968/stat : 15968 (java) S 15954 15957 15687 0 -1 1077944384 581 0 0 0 9 0 0 0 20 0 15 0 271917196 14422839296 22219 33554432000 4194304 4196468 140726347438288 140605207181552 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15969] ppid=15954 vsize=14084804 memory=3304 CPUtime=0.05 cores=0,2,4,6
/proc/15957/task/15969/stat : 15969 (java) S 15954 15957 15687 0 -1 1077944384 339 0 0 0 5 0 0 0 20 0 15 0 271917196 14422839296 22219 33554432000 4194304 4196468 140726347438288 140605206129008 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15970] ppid=15954 vsize=14084804 memory=3984 CPUtime=0.15 cores=0,2,4,6
/proc/15957/task/15970/stat : 15970 (java) R 15954 15957 15687 0 -1 4202560 411 0 0 0 15 0 0 0 20 0 15 0 271917196 14422839296 22219 33554432000 4194304 4196468 140726347438288 140605205075952 140606282806622 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15971] ppid=15954 vsize=14084804 memory=1916 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15971/stat : 15971 (java) S 15954 15957 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917197 14422839296 22219 33554432000 4194304 4196468 140726347438288 140605204023648 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15972] ppid=15954 vsize=14084804 memory=7528 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15972/stat : 15972 (java) S 15954 15957 15687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271917197 14422839296 22219 33554432000 4194304 4196468 140726347438288 140605202971696 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88876 KiB

[startup+1.50146 s]
/proc/loadavg: 1.82 1.61 1.36 8/215 16003
/proc/meminfo: memFree=23523868/32770624 swapFree=67108804/67108860
[pid=15957] ppid=15954 vsize=14086852 memory=280580 CPUtime=3.37 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15954 15957 15687 0 -1 1077944320 23913 0 0 0 325 12 0 0 20 0 15 0 271917191 14424936448 70145 33554432000 4194304 4196468 140726347438288 140726347420832 140606298726135 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
/proc/15957/statm: 3521713 70145 3571 1 0 3483785 0
[pid=15957/tid=15959] ppid=15954 vsize=14086852 memory=279559824019680 CPUtime=1.4 cores=0,2,4,6
/proc/15957/task/15959/stat : 15959 (java) R 15954 15957 15687 0 -1 4202560 15736 0 0 0 134 6 0 0 20 0 15 0 271917191 14424936448 70145 33554432000 4194304 4196468 140726347438288 140606302961200 140605905779341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15960] ppid=15954 vsize=14086852 memory=3708 CPUtime=0.06 cores=0,2,4,6
/proc/15957/task/15960/stat : 15960 (java) S 15954 15957 15687 0 -1 1077944384 82 0 0 0 5 1 0 0 20 0 15 0 271917192 14424936448 70145 33554432000 4194304 4196468 140726347438288 140606228814352 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15961] ppid=15954 vsize=14086852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15957/task/15961/stat : 15961 (java) S 15954 15957 15687 0 -1 1077944384 300 0 0 0 2 0 0 0 20 0 15 0 271917192 14424936448 70145 33554432000 4194304 4196468 140726347438288 140606227761808 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15962] ppid=15954 vsize=14086852 memory=3976875649749405812 CPUtime=0.04 cores=0,2,4,6
/proc/15957/task/15962/stat : 15962 (java) S 15954 15957 15687 0 -1 1077944384 109 0 0 0 4 0 0 0 20 0 15 0 271917192 14424936448 70145 33554432000 4194304 4196468 140726347438288 140606226708752 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15963] ppid=15954 vsize=14086852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/15957/task/15963/stat : 15963 (java) S 15954 15957 15687 0 -1 1077944384 93 0 0 0 4 0 0 0 20 0 15 0 271917192 14424936448 70145 33554432000 4194304 4196468 140726347438288 140606225656208 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15964] ppid=15954 vsize=14086852 memory=279559824307648 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15964/stat : 15964 (java) S 15954 15957 15687 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 271917193 14424936448 70145 33554432000 4194304 4196468 140726347438288 140605211392752 140606298737282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0

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

/proc/15957/task/15959/stat : 15959 (java) R 15954 15957 15687 0 -1 4202560 111820 0 0 0 231591 75 0 0 20 0 15 0 271917191 14429130752 725192 33554432000 4194304 4196468 140726347438288 140606302964176 140605915815764 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15960] ppid=15954 vsize=14090948 memory=2901792 CPUtime=4.99 cores=0,2,4,6
/proc/15957/task/15960/stat : 15960 (java) S 15954 15957 15687 0 -1 1077944384 15433 0 0 0 485 14 0 0 20 0 15 0 271917192 14429130752 725192 33554432000 4194304 4196468 140726347438288 140606228814352 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15961] ppid=15954 vsize=14090948 memory=2906928 CPUtime=4.97 cores=0,2,4,6
/proc/15957/task/15961/stat : 15961 (java) S 15954 15957 15687 0 -1 1077944384 18663 0 0 0 483 14 0 0 20 0 15 0 271917192 14429130752 725192 33554432000 4194304 4196468 140726347438288 140606227761808 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15962] ppid=15954 vsize=14090948 memory=2906928 CPUtime=4.99 cores=0,2,4,6
/proc/15957/task/15962/stat : 15962 (java) S 15954 15957 15687 0 -1 1077944384 20210 0 0 0 485 14 0 0 20 0 15 0 271917192 14429130752 725192 33554432000 4194304 4196468 140726347438288 140606226708752 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15963] ppid=15954 vsize=14090948 memory=2904872 CPUtime=4.95 cores=0,2,4,6
/proc/15957/task/15963/stat : 15963 (java) S 15954 15957 15687 0 -1 1077944384 19002 0 0 0 480 15 0 0 20 0 15 0 271917192 14429130752 725192 33554432000 4194304 4196468 140726347438288 140606225656208 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15964] ppid=15954 vsize=14090948 memory=2903844 CPUtime=0.38 cores=0,2,4,6
/proc/15957/task/15964/stat : 15964 (java) S 15954 15957 15687 0 -1 1077944384 14573 0 0 0 29 9 0 0 20 0 15 0 271917193 14429130752 725192 33554432000 4194304 4196468 140726347438288 140605211392752 140606298737282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15965] ppid=15954 vsize=14090948 memory=2902820 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15965/stat : 15965 (java) S 15954 15957 15687 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 271917194 14429130752 725192 33554432000 4194304 4196468 140726347438288 140605210339040 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15966] ppid=15954 vsize=14090948 memory=2902304 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15966/stat : 15966 (java) S 15954 15957 15687 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 271917194 14429130752 725192 33554432000 4194304 4196468 140726347438288 140605209285888 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15967] ppid=15954 vsize=14090948 memory=2902304 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15967/stat : 15967 (java) S 15954 15957 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917196 14429130752 725192 33554432000 4194304 4196468 140726347438288 140605208234448 140606298744731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15968] ppid=15954 vsize=14090948 memory=2901792 CPUtime=2.68 cores=0,2,4,6
/proc/15957/task/15968/stat : 15968 (java) S 15954 15957 15687 0 -1 1077944384 7724 0 0 0 267 1 0 0 20 0 15 0 271917196 14429130752 725192 33554432000 4194304 4196468 140726347438288 140605207181552 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15969] ppid=15954 vsize=14090948 memory=2900768 CPUtime=2.48 cores=0,2,4,6
/proc/15957/task/15969/stat : 15969 (java) S 15954 15957 15687 0 -1 1077944384 7502 0 0 0 247 1 0 0 20 0 15 0 271917196 14429130752 725192 33554432000 4194304 4196468 140726347438288 140605206129008 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15970] ppid=15954 vsize=14090948 memory=2900768 CPUtime=0.92 cores=0,2,4,6
/proc/15957/task/15970/stat : 15970 (java) S 15954 15957 15687 0 -1 1077944384 10292 0 0 0 90 2 0 0 20 0 15 0 271917196 14429130752 725192 33554432000 4194304 4196468 140726347438288 140605205075952 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15971] ppid=15954 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15971/stat : 15971 (java) S 15954 15957 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917197 14429130752 725192 33554432000 4194304 4196468 140726347438288 140605204023648 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15972] ppid=15954 vsize=14090948 memory=2910516 CPUtime=1.44 cores=0,2,4,6
/proc/15957/task/15972/stat : 15972 (java) S 15954 15957 15687 0 -1 1077944384 1592 0 0 0 66 78 0 0 20 0 15 0 271917197 14429130752 725192 33554432000 4194304 4196468 140726347438288 140605202971696 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
Current children cumulated CPU time: 2344.54 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2900768 KiB

[startup+2382.3 s]
/proc/loadavg: 1.22 1.40 1.50 3/215 16127
/proc/meminfo: memFree=20659828/32770624 swapFree=67108804/67108860
[pid=15957] ppid=15954 vsize=14090948 memory=2885348 CPUtime=2405.93 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15954 15957 15687 0 -1 1077944320 232348 0 0 0 240380 213 0 0 20 0 15 0 271917191 14429130752 721337 33554432000 4194304 4196468 140726347438288 140726347420832 140606298726135 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
/proc/15957/statm: 3522737 721337 3595 1 0 3484809 0
[pid=15957/tid=15959] ppid=15954 vsize=14090948 memory=2885348 CPUtime=2376.13 cores=0,2,4,6
/proc/15957/task/15959/stat : 15959 (java) R 15954 15957 15687 0 -1 4202560 113043 0 0 0 237538 75 0 0 20 0 15 0 271917191 14429130752 721337 33554432000 4194304 4196468 140726347438288 140606302964176 140605915815931 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15960] ppid=15954 vsize=14090948 memory=2891512 CPUtime=5.44 cores=0,2,4,6
/proc/15957/task/15960/stat : 15960 (java) S 15954 15957 15687 0 -1 1077944384 15929 0 0 0 530 14 0 0 20 0 15 0 271917192 14429130752 721337 33554432000 4194304 4196468 140726347438288 140606228814352 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15961] ppid=15954 vsize=14090948 memory=2891516 CPUtime=5.42 cores=0,2,4,6
/proc/15957/task/15961/stat : 15961 (java) S 15954 15957 15687 0 -1 1077944384 19250 0 0 0 528 14 0 0 20 0 15 0 271917192 14429130752 721337 33554432000 4194304 4196468 140726347438288 140606227761808 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15962] ppid=15954 vsize=14090948 memory=2891520 CPUtime=5.44 cores=0,2,4,6
/proc/15957/task/15962/stat : 15962 (java) S 15954 15957 15687 0 -1 1077944384 20904 0 0 0 530 14 0 0 20 0 15 0 271917192 14429130752 721337 33554432000 4194304 4196468 140726347438288 140606226708752 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15963] ppid=15954 vsize=14090948 memory=2893560 CPUtime=5.42 cores=0,2,4,6
/proc/15957/task/15963/stat : 15963 (java) S 15954 15957 15687 0 -1 1077944384 19530 0 0 0 526 16 0 0 20 0 15 0 271917192 14429130752 721337 33554432000 4194304 4196468 140726347438288 140606225656208 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15964] ppid=15954 vsize=14090948 memory=2889456 CPUtime=0.41 cores=0,2,4,6
/proc/15957/task/15964/stat : 15964 (java) S 15954 15957 15687 0 -1 1077944384 15093 0 0 0 31 10 0 0 20 0 15 0 271917193 14429130752 721337 33554432000 4194304 4196468 140726347438288 140605211392752 140606298737282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15965] ppid=15954 vsize=14090948 memory=2887916 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15965/stat : 15965 (java) S 15954 15957 15687 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 271917194 14429130752 721337 33554432000 4194304 4196468 140726347438288 140605210339040 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15966] ppid=15954 vsize=14090948 memory=2886888 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15966/stat : 15966 (java) S 15954 15957 15687 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 271917194 14429130752 721337 33554432000 4194304 4196468 140726347438288 140605209285888 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15967] ppid=15954 vsize=14090948 memory=2890996 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15967/stat : 15967 (java) S 15954 15957 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917196 14429130752 721337 33554432000 4194304 4196468 140726347438288 140605208234448 140606298744731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15968] ppid=15954 vsize=14090948 memory=2886888 CPUtime=2.68 cores=0,2,4,6
/proc/15957/task/15968/stat : 15968 (java) S 15954 15957 15687 0 -1 1077944384 7730 0 0 0 267 1 0 0 20 0 15 0 271917196 14429130752 721337 33554432000 4194304 4196468 140726347438288 140605207181552 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15969] ppid=15954 vsize=14090948 memory=2885348 CPUtime=2.48 cores=0,2,4,6
/proc/15957/task/15969/stat : 15969 (java) S 15954 15957 15687 0 -1 1077944384 7508 0 0 0 247 1 0 0 20 0 15 0 271917196 14429130752 721337 33554432000 4194304 4196468 140726347438288 140605206129008 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15970] ppid=15954 vsize=14090948 memory=1060 CPUtime=0.93 cores=0,2,4,6
/proc/15957/task/15970/stat : 15970 (java) S 15954 15957 15687 0 -1 1077944384 10298 0 0 0 91 2 0 0 20 0 15 0 271917196 14429130752 721337 33554432000 4194304 4196468 140726347438288 140605205075952 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15971] ppid=15954 vsize=14090948 memory=2886888 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15971/stat : 15971 (java) S 15954 15957 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917197 14429130752 721337 33554432000 4194304 4196468 140726347438288 140605204023648 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15972] ppid=15954 vsize=14090948 memory=2886888 CPUtime=1.47 cores=0,2,4,6
/proc/15957/task/15972/stat : 15972 (java) S 15954 15957 15687 0 -1 1077944384 1622 0 0 0 67 80 0 0 20 0 15 0 271917197 14429130752 721337 33554432000 4194304 4196468 140726347438288 140605202971696 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
Current children cumulated CPU time: 2405.93 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2885348 KiB

[startup+2442.3 s]
/proc/loadavg: 1.44 1.42 1.50 3/215 16128
/proc/meminfo: memFree=20670196/32770624 swapFree=67108804/67108860
[pid=15957] ppid=15954 vsize=14090948 memory=2863788 CPUtime=2467.17 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15954 15957 15687 0 -1 1077944320 235321 0 0 0 246500 217 0 0 20 0 15 0 271917191 14429130752 715947 33554432000 4194304 4196468 140726347438288 140726347420832 140606298726135 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
/proc/15957/statm: 3522737 715947 3595 1 0 3484809 0
[pid=15957/tid=15959] ppid=15954 vsize=14090948 memory=2863788 CPUtime=2435.65 cores=0,2,4,6
/proc/15957/task/15959/stat : 15959 (java) R 15954 15957 15687 0 -1 4202560 114022 0 0 0 243489 76 0 0 20 0 15 0 271917191 14429130752 715947 33554432000 4194304 4196468 140726347438288 140606302964176 140605916291452 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15960] ppid=15954 vsize=14090948 memory=2864820 CPUtime=5.86 cores=0,2,4,6
/proc/15957/task/15960/stat : 15960 (java) S 15954 15957 15687 0 -1 1077944384 16461 0 0 0 571 15 0 0 20 0 15 0 271917192 14429130752 715947 33554432000 4194304 4196468 140726347438288 140606228814352 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15961] ppid=15954 vsize=14090948 memory=2874060 CPUtime=5.83 cores=0,2,4,6
/proc/15957/task/15961/stat : 15961 (java) S 15954 15957 15687 0 -1 1077944384 19743 0 0 0 568 15 0 0 20 0 15 0 271917192 14429130752 715947 33554432000 4194304 4196468 140726347438288 140606227761808 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15962] ppid=15954 vsize=14090948 memory=2871492 CPUtime=5.86 cores=0,2,4,6
/proc/15957/task/15962/stat : 15962 (java) S 15954 15957 15687 0 -1 1077944384 21180 0 0 0 571 15 0 0 20 0 15 0 271917192 14429130752 715947 33554432000 4194304 4196468 140726347438288 140606226708752 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15963] ppid=15954 vsize=14090948 memory=2870464 CPUtime=5.83 cores=0,2,4,6
/proc/15957/task/15963/stat : 15963 (java) S 15954 15957 15687 0 -1 1077944384 19846 0 0 0 567 16 0 0 20 0 15 0 271917192 14429130752 715947 33554432000 4194304 4196468 140726347438288 140606225656208 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15964] ppid=15954 vsize=14090948 memory=2863280 CPUtime=0.44 cores=0,2,4,6
/proc/15957/task/15964/stat : 15964 (java) S 15954 15957 15687 0 -1 1077944384 15432 0 0 0 33 11 0 0 20 0 15 0 271917193 14429130752 715947 33554432000 4194304 4196468 140726347438288 140605211392752 140606298737282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15965] ppid=15954 vsize=14090948 memory=2864304 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15965/stat : 15965 (java) S 15954 15957 15687 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 271917194 14429130752 715947 33554432000 4194304 4196468 140726347438288 140605210339040 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15966] ppid=15954 vsize=14090948 memory=2861740 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15966/stat : 15966 (java) S 15954 15957 15687 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 271917194 14429130752 715947 33554432000 4194304 4196468 140726347438288 140605209285888 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15967] ppid=15954 vsize=14090948 memory=2863788 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15967/stat : 15967 (java) S 15954 15957 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917196 14429130752 715947 33554432000 4194304 4196468 140726347438288 140605208234448 140606298744731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15968] ppid=15954 vsize=14090948 memory=2862764 CPUtime=2.68 cores=0,2,4,6
/proc/15957/task/15968/stat : 15968 (java) S 15954 15957 15687 0 -1 1077944384 7734 0 0 0 267 1 0 0 20 0 15 0 271917196 14429130752 715947 33554432000 4194304 4196468 140726347438288 140605207181552 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15969] ppid=15954 vsize=14090948 memory=2863788 CPUtime=2.48 cores=0,2,4,6
/proc/15957/task/15969/stat : 15969 (java) S 15954 15957 15687 0 -1 1077944384 7512 0 0 0 247 1 0 0 20 0 15 0 271917196 14429130752 715947 33554432000 4194304 4196468 140726347438288 140605206129008 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15970] ppid=15954 vsize=14090948 memory=2865848 CPUtime=0.93 cores=0,2,4,6
/proc/15957/task/15970/stat : 15970 (java) S 15954 15957 15687 0 -1 1077944384 10302 0 0 0 91 2 0 0 20 0 15 0 271917196 14429130752 715947 33554432000 4194304 4196468 140726347438288 140605205075952 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15971] ppid=15954 vsize=14090948 memory=1260 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15971/stat : 15971 (java) S 15954 15957 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917197 14429130752 715947 33554432000 4194304 4196468 140726347438288 140605204023648 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15972] ppid=15954 vsize=14090948 memory=14872 CPUtime=1.51 cores=0,2,4,6
/proc/15957/task/15972/stat : 15972 (java) S 15954 15957 15687 0 -1 1077944384 1648 0 0 0 69 82 0 0 20 0 15 0 271917197 14429130752 715947 33554432000 4194304 4196468 140726347438288 140605202971696 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
Current children cumulated CPU time: 2467.17 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2863788 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2493.8 s]
/proc/loadavg: 1.36 1.39 1.49 3/215 16129
/proc/meminfo: memFree=20690956/32770624 swapFree=67108804/67108860
[pid=15957] ppid=15954 vsize=14090948 memory=2841712 CPUtime=2520.08 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15954 15957 15687 0 -1 1077944320 238035 0 0 0 251788 220 0 0 20 0 15 0 271917191 14429130752 710428 33554432000 4194304 4196468 140726347438288 140726347420832 140606298726135 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
/proc/15957/statm: 3522737 710428 3595 1 0 3484809 0
[pid=15957/tid=15959] ppid=15954 vsize=14090948 memory=6791534058613427641 CPUtime=2486.62 cores=0,2,4,6
/proc/15957/task/15959/stat : 15959 (java) R 15954 15957 15687 0 -1 4202560 114880 0 0 0 248586 76 0 0 20 0 15 0 271917191 14429130752 710428 33554432000 4194304 4196468 140726347438288 140606302964288 140605916002878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15960] ppid=15954 vsize=14090948 memory=3428 CPUtime=6.33 cores=0,2,4,6
/proc/15957/task/15960/stat : 15960 (java) S 15954 15957 15687 0 -1 1077944384 16772 0 0 0 618 15 0 0 20 0 15 0 271917192 14429130752 710428 33554432000 4194304 4196468 140726347438288 140606228814352 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15961] ppid=15954 vsize=14090948 memory=496 CPUtime=6.3 cores=0,2,4,6
/proc/15957/task/15961/stat : 15961 (java) S 15954 15957 15687 0 -1 1077944384 20359 0 0 0 615 15 0 0 20 0 15 0 271917192 14429130752 710428 33554432000 4194304 4196468 140726347438288 140606227761808 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15962] ppid=15954 vsize=14090948 memory=1616 CPUtime=6.33 cores=0,2,4,6
/proc/15957/task/15962/stat : 15962 (java) S 15954 15957 15687 0 -1 1077944384 21458 0 0 0 618 15 0 0 20 0 15 0 271917192 14429130752 710428 33554432000 4194304 4196468 140726347438288 140606226708752 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15963] ppid=15954 vsize=14090948 memory=932 CPUtime=6.3 cores=0,2,4,6
/proc/15957/task/15963/stat : 15963 (java) S 15954 15957 15687 0 -1 1077944384 20118 0 0 0 614 16 0 0 20 0 15 0 271917192 14429130752 710428 33554432000 4194304 4196468 140726347438288 140606225656208 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15964] ppid=15954 vsize=14090948 memory=6791534058613427641 CPUtime=0.47 cores=0,2,4,6
/proc/15957/task/15964/stat : 15964 (java) S 15954 15957 15687 0 -1 1077944384 15770 0 0 0 36 11 0 0 20 0 15 0 271917193 14429130752 710428 33554432000 4194304 4196468 140726347438288 140605211392752 140606298737282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15965] ppid=15954 vsize=14090948 memory=15292 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15965/stat : 15965 (java) S 15954 15957 15687 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 271917194 14429130752 710428 33554432000 4194304 4196468 140726347438288 140605210339040 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15966] ppid=15954 vsize=14090948 memory=3428 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15966/stat : 15966 (java) S 15954 15957 15687 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 271917194 14429130752 710428 33554432000 4194304 4196468 140726347438288 140605209285888 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15967] ppid=15954 vsize=14090948 memory=496 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15967/stat : 15967 (java) S 15954 15957 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917196 14429130752 710428 33554432000 4194304 4196468 140726347438288 140605208234448 140606298744731 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15968] ppid=15954 vsize=14090948 memory=2843252 CPUtime=2.68 cores=0,2,4,6
/proc/15957/task/15968/stat : 15968 (java) S 15954 15957 15687 0 -1 1077944384 7738 0 0 0 267 1 0 0 20 0 15 0 271917196 14429130752 710428 33554432000 4194304 4196468 140726347438288 140605207181552 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15969] ppid=15954 vsize=14090948 memory=1168 CPUtime=2.48 cores=0,2,4,6
/proc/15957/task/15969/stat : 15969 (java) S 15954 15957 15687 0 -1 1077944384 7516 0 0 0 247 1 0 0 20 0 15 0 271917196 14429130752 710428 33554432000 4194304 4196468 140726347438288 140605206129008 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15970] ppid=15954 vsize=14090948 memory=1984 CPUtime=0.93 cores=0,2,4,6
/proc/15957/task/15970/stat : 15970 (java) S 15954 15957 15687 0 -1 1077944384 10306 0 0 0 91 2 0 0 20 0 15 0 271917196 14429130752 710428 33554432000 4194304 4196468 140726347438288 140605205075952 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15971] ppid=15954 vsize=14090948 memory=920 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15971/stat : 15971 (java) S 15954 15957 15687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271917197 14429130752 710428 33554432000 4194304 4196468 140726347438288 140605204023648 140606298736341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
[pid=15957/tid=15972] ppid=15954 vsize=14090948 memory=1572 CPUtime=1.55 cores=0,2,4,6
/proc/15957/task/15972/stat : 15972 (java) S 15954 15957 15687 0 -1 1077944384 1677 0 0 0 71 84 0 0 20 0 15 0 271917197 14429130752 710428 33554432000 4194304 4196468 140726347438288 140605202971696 140606298737282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140726347445321 140726347445513 140726347445513 140726347448271 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2841712 KiB

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

[startup+2493.82 s]
# the end of solver process 15957 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.9 s, system=2.22169 s

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

Child status: 143
Real time (s): 2493.82
CPU time (s): 2520.12
CPU user time (s): 2517.9
CPU system time (s): 2.22169
CPU usage (%): 101.055
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 3656528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.9
system time used= 2.22169
maximum resident set size= 3658956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238284
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66534
involuntary context switches= 3455


# summary of solver processes directly reported to runsolver:
#   pid: 15957
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.9
#   total CPU system time (s): 2.22169

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1231 second user time and 23.971 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-18 00:05:40
IDJOB=4311641
IDBENCH=141111
IDSOLVER=2799
FILE ID=node105/4311641-1534543540
RUNJOBID= node105-1534541043-15718
PBS_JOBID= 21038642
Free space on /tmp= 52340 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ10-3_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311641-1534543540/watcher-4311641-1534543540 -o /tmp/evaluation-result-4311641-1534543540/solver-4311641-1534543540 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534541043-15718 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 277283233 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311641-1534543540.xml

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

MD5SUM BENCH= 2a9d5e672b2129585e8bdcc62e976dce
RANDOM SEED=277283233

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:        23010424 kB
MemAvailable:   31159020 kB
Buffers:          250824 kB
Cached:          8159468 kB
SwapCached:           16 kB
Active:          6213900 kB
Inactive:        2978636 kB
Active(anon):     754476 kB
Inactive(anon):    96512 kB
Active(file):    5459424 kB
Inactive(file):  2882124 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             39048 kB
Writeback:             0 kB
AnonPages:        788648 kB
Mapped:            31152 kB
Shmem:             66132 kB
Slab:             264908 kB
SReclaimable:     235508 kB
SUnreclaim:        29400 kB
KernelStack:        3520 kB
PageTables:         6824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1607344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 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= 52304 MiB
End job on node105 at 2018-08-18 00:47:14