Trace number 4310363

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.097 244.429

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 benchmark364
Best CPU time to get the best result obtained on this benchmark252.031
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.55	c version: 2018-08-14
0.67/0.55	c seed: 255158279
0.67/0.55	c timeout: 252
0.67/0.55	c memlimit: 11000
0.67/0.55	c nbcore: 4
0.67/0.58	c Parsing instance...
9.02/3.79	c Parsing done, starting first complete search...
252.06/244.40	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 (11773 MiB free)
  memory of node 1: 16384 MiB (11614 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310363-1534327843/watcher-4310363-1534327843 -o /tmp/evaluation-result-4310363-1534327843/solver-4310363-1534327843 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534326868-25908 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 255158279 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310363-1534327843.xml 

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

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


[startup+0.100143 s]*
/proc/loadavg: 0.90 1.27 1.21 3/216 26724
/proc/meminfo: memFree=23931056/32770624 swapFree=67108372/67108860
[pid=26709] ppid=26706 vsize=14082736 memory=33260 CPUtime=0.11 cores=1,3,5,7
/proc/26709/stat : 26709 (java) S 26706 26709 21941 0 -1 1077944320 7245 0 0 0 10 1 0 0 20 0 15 0 250347466 14420721664 8315 33554432000 4194304 4196468 140737277052048 140737277034592 140267474149111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
/proc/26709/statm: 3520684 8315 3139 1 0 3482761 0
[pid=26709/tid=26711] ppid=26706 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/26709/task/26711/stat : 26711 (java) R 26706 26709 21941 0 -1 4202560 5322 0 0 0 8 1 0 0 20 0 15 0 250347467 14420721664 8315 33554432000 4194304 4196468 140737277052048 140267478343920 140267474172701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26712] ppid=26706 vsize=14082736 memory=5793855210852280761 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26712/stat : 26712 (java) S 26706 26709 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250347468 14420721664 8315 33554432000 4194304 4196468 140737277052048 140267404237328 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26713] ppid=26706 vsize=14082736 memory=139959842387584 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26713/stat : 26713 (java) S 26706 26709 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250347468 14420721664 8315 33554432000 4194304 4196468 140737277052048 140267403184784 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26714] ppid=26706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26714/stat : 26714 (java) S 26706 26709 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250347468 14420721664 8315 33554432000 4194304 4196468 140737277052048 140267402131728 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26715] ppid=26706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26715/stat : 26715 (java) S 26706 26709 21941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250347468 14420721664 8315 33554432000 4194304 4196468 140737277052048 140267401079184 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26716] ppid=26706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26716/stat : 26716 (java) S 26706 26709 21941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250347469 14420721664 8315 33554432000 4194304 4196468 140737277052048 140266655943408 140267474160258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26717] ppid=26706 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26717/stat : 26717 (java) S 26706 26709 21941 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250347469 14420721664 8315 33554432000 4194304 4196468 140737277052048 140266654889632 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26718] ppid=26706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26718/stat : 26718 (java) S 26706 26709 21941 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250347470 14420721664 8315 33554432000 4194304 4196468 140737277052048 140266653836528 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26719] ppid=26706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26719/stat : 26719 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14420721664 8315 33554432000 4194304 4196468 140737277052048 140266249906640 140267474167707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26720] ppid=26706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26720/stat : 26720 (java) R 26706 26709 21941 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 250347472 14420721664 8315 33554432000 4194304 4196468 140737277052048 140266248853744 140267474160258 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26721] ppid=26706 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26721/stat : 26721 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14420721664 8315 33554432000 4194304 4196468 140737277052048 140266247801200 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26722] ppid=26706 vsize=14082736 memory=139959842387584 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26722/stat : 26722 (java) R 26706 26709 21941 0 -1 4202560 244 0 0 0 0 0 0 0 20 0 15 0 250347472 14420721664 8315 33554432000 4194304 4196468 140737277052048 140266246748144 140267474161046 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26723] ppid=26706 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26723/stat : 26723 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14420721664 8315 33554432000 4194304 4196468 140737277052048 140266245695840 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26724] ppid=26706 vsize=14082736 memory=139959842387584 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26724/stat : 26724 (java) S 26706 26709 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250347472 14420721664 8315 33554432000 4194304 4196468 140737277052048 140266244643888 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33260 KiB

[startup+0.21334 s]*
/proc/loadavg: 0.90 1.27 1.21 4/216 26724
/proc/meminfo: memFree=23915304/32770624 swapFree=67108372/67108860
[pid=26709] ppid=26706 vsize=14082736 memory=47164 CPUtime=0.31 cores=1,3,5,7
/proc/26709/stat : 26709 (java) S 26706 26709 21941 0 -1 1077944320 10333 0 0 0 29 2 0 0 20 0 15 0 250347466 14420721664 11791 33554432000 4194304 4196468 140737277052048 140737277034592 140267474149111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
/proc/26709/statm: 3520684 11791 3420 1 0 3482761 0
[pid=26709/tid=26711] ppid=26706 vsize=14082736 memory=6735269665583770266 CPUtime=0.19 cores=1,3,5,7
/proc/26709/task/26711/stat : 26711 (java) R 26706 26709 21941 0 -1 4202560 8049 0 0 0 18 1 0 0 20 0 15 0 250347467 14420721664 11791 33554432000 4194304 4196468 140737277052048 140267478376416 140267458192741 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26712] ppid=26706 vsize=14082736 memory=4211973686047178122 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26712/stat : 26712 (java) S 26706 26709 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250347468 14420721664 11791 33554432000 4194304 4196468 140737277052048 140267404237328 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26713] ppid=26706 vsize=14082736 memory=139959842387584 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26713/stat : 26713 (java) S 26706 26709 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250347468 14420721664 11791 33554432000 4194304 4196468 140737277052048 140267403184784 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26714] ppid=26706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26714/stat : 26714 (java) S 26706 26709 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250347468 14420721664 11791 33554432000 4194304 4196468 140737277052048 140267402131728 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26715] ppid=26706 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26715/stat : 26715 (java) S 26706 26709 21941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250347468 14420721664 11791 33554432000 4194304 4196468 140737277052048 140267401079184 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26716] ppid=26706 vsize=14082736 memory=139959842387584 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26716/stat : 26716 (java) S 26706 26709 21941 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250347469 14420721664 11791 33554432000 4194304 4196468 140737277052048 140266655943408 140267474160258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26717] ppid=26706 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26717/stat : 26717 (java) S 26706 26709 21941 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250347469 14420721664 11791 33554432000 4194304 4196468 140737277052048 140266654889632 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26718] ppid=26706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26718/stat : 26718 (java) S 26706 26709 21941 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250347470 14420721664 11791 33554432000 4194304 4196468 140737277052048 140266653836528 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26719] ppid=26706 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26719/stat : 26719 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14420721664 11791 33554432000 4194304 4196468 140737277052048 140266249906640 140267474167707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26720] ppid=26706 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26709/task/26720/stat : 26720 (java) R 26706 26709 21941 0 -1 1077944384 530 0 0 0 2 0 0 0 20 0 15 0 250347472 14420721664 11791 33554432000 4194304 4196468 140737277052048 140266248853840 140267474159317 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26721] ppid=26706 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26709/task/26721/stat : 26721 (java) R 26706 26709 21941 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 15 0 250347472 14420721664 11791 33554432000 4194304 4196468 140737277052048 140266247792848 140267459256915 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26722] ppid=26706 vsize=14082736 memory=139959842387584 CPUtime=0.06 cores=1,3,5,7
/proc/26709/task/26722/stat : 26722 (java) R 26706 26709 21941 0 -1 4202560 295 0 0 0 6 0 0 0 20 0 15 0 250347472 14420721664 11791 33554432000 4194304 4196468 140737277052048 140266246743872 140267466386238 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26723] ppid=26706 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26723/stat : 26723 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14420721664 11791 33554432000 4194304 4196468 140737277052048 140266245695840 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26724] ppid=26706 vsize=14082736 memory=139959842387584 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26724/stat : 26724 (java) S 26706 26709 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250347472 14420721664 11791 33554432000 4194304 4196468 140737277052048 140266244643888 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47164 KiB

[startup+0.310798 s]*
/proc/loadavg: 0.90 1.27 1.21 3/216 26724
/proc/meminfo: memFree=23911396/32770624 swapFree=67108372/67108860
[pid=26709] ppid=26706 vsize=14082736 memory=50604 CPUtime=0.43 cores=1,3,5,7
/proc/26709/stat : 26709 (java) S 26706 26709 21941 0 -1 1077944320 10731 0 0 0 41 2 0 0 20 0 15 0 250347466 14420721664 12651 33554432000 4194304 4196468 140737277052048 140737277034592 140267474149111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
/proc/26709/statm: 3520684 12651 3422 1 0 3482761 0
[pid=26709/tid=26711] ppid=26706 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/26709/task/26711/stat : 26711 (java) R 26706 26709 21941 0 -1 4202560 8423 0 0 0 28 1 0 0 20 0 15 0 250347467 14420721664 12651 33554432000 4194304 4196468 140737277052048 140267478370208 140267454424445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26712] ppid=26706 vsize=14082736 memory=4211973686047178122 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26712/stat : 26712 (java) S 26706 26709 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250347468 14420721664 12651 33554432000 4194304 4196468 140737277052048 140267404237328 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26713] ppid=26706 vsize=14082736 memory=139959842389941 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26713/stat : 26713 (java) S 26706 26709 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250347468 14420721664 12651 33554432000 4194304 4196468 140737277052048 140267403184784 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26714] ppid=26706 vsize=14082736 memory=139959696752581 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26714/stat : 26714 (java) S 26706 26709 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250347468 14420721664 12651 33554432000 4194304 4196468 140737277052048 140267402131728 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26715] ppid=26706 vsize=14082736 memory=139959696739791 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26715/stat : 26715 (java) S 26706 26709 21941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250347468 14420721664 12651 33554432000 4194304 4196468 140737277052048 140267401079184 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26716] ppid=26706 vsize=14082736 memory=139959842409552 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26716/stat : 26716 (java) S 26706 26709 21941 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250347469 14420721664 12651 33554432000 4194304 4196468 140737277052048 140266655943408 140267474160258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26717] ppid=26706 vsize=14082736 memory=139959696748975 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26717/stat : 26717 (java) S 26706 26709 21941 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250347469 14420721664 12651 33554432000 4194304 4196468 140737277052048 140266654889632 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26718] ppid=26706 vsize=14082736 memory=279919393488784 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26718/stat : 26718 (java) S 26706 26709 21941 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250347470 14420721664 12651 33554432000 4194304 4196468 140737277052048 140266653836528 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26719] ppid=26706 vsize=14082736 memory=279919393486480 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26719/stat : 26719 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14420721664 12651 33554432000 4194304 4196468 140737277052048 140266249906640 140267474167707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26720] ppid=26706 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26709/task/26720/stat : 26720 (java) S 26706 26709 21941 0 -1 1077944384 534 0 0 0 2 0 0 0 20 0 15 0 250347472 14420721664 12651 33554432000 4194304 4196468 140737277052048 140266248853744 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26721] ppid=26706 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/26709/task/26721/stat : 26721 (java) S 26706 26709 21941 0 -1 1077944384 82 0 0 0 2 0 0 0 20 0 15 0 250347472 14420721664 12651 33554432000 4194304 4196468 140737277052048 140266247801200 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26722] ppid=26706 vsize=14082736 memory=139959842387584 CPUtime=0.08 cores=1,3,5,7
/proc/26709/task/26722/stat : 26722 (java) S 26706 26709 21941 0 -1 1077944384 312 0 0 0 8 0 0 0 20 0 15 0 250347472 14420721664 12651 33554432000 4194304 4196468 140737277052048 140266246748144 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26723] ppid=26706 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26723/stat : 26723 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14420721664 12651 33554432000 4194304 4196468 140737277052048 140266245695840 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26724] ppid=26706 vsize=14082736 memory=139959842387584 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26724/stat : 26724 (java) S 26706 26709 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250347472 14420721664 12651 33554432000 4194304 4196468 140737277052048 140266244643888 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50604 KiB

[startup+0.70076 s]
/proc/loadavg: 0.90 1.27 1.21 4/216 26724
/proc/meminfo: memFree=23889632/32770624 swapFree=67108372/67108860
[pid=26709] ppid=26706 vsize=14084804 memory=88896 CPUtime=0.99 cores=1,3,5,7
/proc/26709/stat : 26709 (java) S 26706 26709 21941 0 -1 1077944320 17569 0 0 0 95 4 0 0 20 0 15 0 250347466 14422839296 22224 33554432000 4194304 4196468 140737277052048 140737277034592 140267474149111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
/proc/26709/statm: 3521201 22224 3491 1 0 3483273 0
[pid=26709/tid=26711] ppid=26706 vsize=14084804 memory=1220 CPUtime=0.67 cores=1,3,5,7
/proc/26709/task/26711/stat : 26711 (java) R 26706 26709 21941 0 -1 4202560 14848 0 0 0 64 3 0 0 20 0 15 0 250347467 14422839296 22224 33554432000 4194304 4196468 140737277052048 140267478377888 140267474171037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26712] ppid=26706 vsize=14084804 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26712/stat : 26712 (java) S 26706 26709 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250347468 14422839296 22224 33554432000 4194304 4196468 140737277052048 140267404237328 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26713] ppid=26706 vsize=14084804 memory=868 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26713/stat : 26713 (java) S 26706 26709 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250347468 14422839296 22224 33554432000 4194304 4196468 140737277052048 140267403184784 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26714] ppid=26706 vsize=14084804 memory=7307747153392788800 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26714/stat : 26714 (java) S 26706 26709 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250347468 14422839296 22224 33554432000 4194304 4196468 140737277052048 140267402131728 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26715] ppid=26706 vsize=14084804 memory=8025788831224522324 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26715/stat : 26715 (java) S 26706 26709 21941 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250347468 14422839296 22224 33554432000 4194304 4196468 140737277052048 140267401079184 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26716] ppid=26706 vsize=14084804 memory=6370994028255662166 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26716/stat : 26716 (java) S 26706 26709 21941 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250347469 14422839296 22224 33554432000 4194304 4196468 140737277052048 140266655943408 140267474160258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26717] ppid=26706 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26717/stat : 26717 (java) S 26706 26709 21941 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250347469 14422839296 22224 33554432000 4194304 4196468 140737277052048 140266654889632 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26718] ppid=26706 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26718/stat : 26718 (java) S 26706 26709 21941 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250347470 14422839296 22224 33554432000 4194304 4196468 140737277052048 140266653836528 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26719] ppid=26706 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26719/stat : 26719 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14422839296 22224 33554432000 4194304 4196468 140737277052048 140266249906640 140267474167707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26720] ppid=26706 vsize=14084804 memory=233 CPUtime=0.07 cores=1,3,5,7
/proc/26709/task/26720/stat : 26720 (java) S 26706 26709 21941 0 -1 1077944384 669 0 0 0 7 0 0 0 20 0 15 0 250347472 14422839296 22224 33554432000 4194304 4196468 140737277052048 140266248853744 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26721] ppid=26706 vsize=14084804 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/26709/task/26721/stat : 26721 (java) S 26706 26709 21941 0 -1 1077944384 248 0 0 0 7 0 0 0 20 0 15 0 250347472 14422839296 22224 33554432000 4194304 4196468 140737277052048 140266247801200 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26722] ppid=26706 vsize=14084804 memory=713 CPUtime=0.15 cores=1,3,5,7
/proc/26709/task/26722/stat : 26722 (java) S 26706 26709 21941 0 -1 1077944384 424 0 0 0 15 0 0 0 20 0 15 0 250347472 14422839296 22224 33554432000 4194304 4196468 140737277052048 140266246748144 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26723] ppid=26706 vsize=14084804 memory=279919393672688 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26723/stat : 26723 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14422839296 22224 33554432000 4194304 4196468 140737277052048 140266245695840 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26724] ppid=26706 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26724/stat : 26724 (java) S 26706 26709 21941 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250347472 14422839296 22224 33554432000 4194304 4196468 140737277052048 140266244643888 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88896 KiB

[startup+1.50112 s]
/proc/loadavg: 1.15 1.31 1.22 3/216 26724
/proc/meminfo: memFree=23802076/32770624 swapFree=67108372/67108860
[pid=26709] ppid=26706 vsize=14086852 memory=300648 CPUtime=3.46 cores=1,3,5,7
/proc/26709/stat : 26709 (java) S 26706 26709 21941 0 -1 1077944320 26966 0 0 0 331 15 0 0 20 0 15 0 250347466 14424936448 75162 33554432000 4194304 4196468 140737277052048 140737277034592 140267474149111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
/proc/26709/statm: 3521713 75162 3570 1 0 3483785 0
[pid=26709/tid=26711] ppid=26706 vsize=14086852 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/26709/task/26711/stat : 26711 (java) R 26706 26709 21941 0 -1 4202560 15846 0 0 0 133 5 0 0 20 0 15 0 250347467 14424936448 75162 33554432000 4194304 4196468 140737277052048 140267478384640 140267076166445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26712] ppid=26706 vsize=14086852 memory=4947370893793663872 CPUtime=0.07 cores=1,3,5,7
/proc/26709/task/26712/stat : 26712 (java) S 26706 26709 21941 0 -1 1077944384 183 0 0 0 5 2 0 0 20 0 15 0 250347468 14424936448 75162 33554432000 4194304 4196468 140737277052048 140267404237328 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26713] ppid=26706 vsize=14086852 memory=-6439125508584531557 CPUtime=0.04 cores=1,3,5,7
/proc/26709/task/26713/stat : 26713 (java) S 26706 26709 21941 0 -1 1077944384 337 0 0 0 3 1 0 0 20 0 15 0 250347468 14424936448 75162 33554432000 4194304 4196468 140737277052048 140267403184784 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26714] ppid=26706 vsize=14086852 memory=-6585528546044026665 CPUtime=0.04 cores=1,3,5,7
/proc/26709/task/26714/stat : 26714 (java) S 26706 26709 21941 0 -1 1077944384 88 0 0 0 3 1 0 0 20 0 15 0 250347468 14424936448 75162 33554432000 4194304 4196468 140737277052048 140267402131728 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26715] ppid=26706 vsize=14086852 memory=-3472574513799858009 CPUtime=0.07 cores=1,3,5,7
/proc/26709/task/26715/stat : 26715 (java) S 26706 26709 21941 0 -1 1077944384 366 0 0 0 5 2 0 0 20 0 15 0 250347468 14424936448 75162 33554432000 4194304 4196468 140737277052048 140267401079184 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26716] ppid=26706 vsize=14086852 memory=-7161961837171266094 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26716/stat : 26716 (java) S 26706 26709 21941 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 250347469 14424936448 75162 33554432000 4194304 4196468 140737277052048 140266655943408 140267474160258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0

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

/proc/26709/task/26711/stat : 26711 (java) R 26706 26709 21941 0 -1 4202560 28027 0 0 0 10163 24 0 0 20 0 15 0 250347467 14429130752 457776 33554432000 4194304 4196468 140737277052048 140267478385336 140267084029432 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26712] ppid=26706 vsize=14090948 memory=229497282547896 CPUtime=0.35 cores=1,3,5,7
/proc/26709/task/26712/stat : 26712 (java) S 26706 26709 21941 0 -1 1077944384 2832 0 0 0 27 8 0 0 20 0 15 0 250347468 14429130752 457776 33554432000 4194304 4196468 140737277052048 140267404237328 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26713] ppid=26706 vsize=14090948 memory=33 CPUtime=0.31 cores=1,3,5,7
/proc/26709/task/26713/stat : 26713 (java) S 26706 26709 21941 0 -1 1077944384 1944 0 0 0 24 7 0 0 20 0 15 0 250347468 14429130752 457776 33554432000 4194304 4196468 140737277052048 140267403184784 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26714] ppid=26706 vsize=14090948 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/26709/task/26714/stat : 26714 (java) S 26706 26709 21941 0 -1 1077944384 2392 0 0 0 25 7 0 0 20 0 15 0 250347468 14429130752 457776 33554432000 4194304 4196468 140737277052048 140267402131728 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26715] ppid=26706 vsize=14090948 memory=2689 CPUtime=0.36 cores=1,3,5,7
/proc/26709/task/26715/stat : 26715 (java) S 26706 26709 21941 0 -1 1077944384 1000 0 0 0 27 9 0 0 20 0 15 0 250347468 14429130752 457776 33554432000 4194304 4196468 140737277052048 140267401079184 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26716] ppid=26706 vsize=14090948 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/26709/task/26716/stat : 26716 (java) S 26706 26709 21941 0 -1 1077944384 1850 0 0 0 2 0 0 0 20 0 15 0 250347469 14429130752 457776 33554432000 4194304 4196468 140737277052048 140266655943408 140267474160258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26717] ppid=26706 vsize=14090948 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26717/stat : 26717 (java) S 26706 26709 21941 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250347469 14429130752 457776 33554432000 4194304 4196468 140737277052048 140266654889696 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26718] ppid=26706 vsize=14090948 memory=1630396 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26718/stat : 26718 (java) S 26706 26709 21941 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 250347470 14429130752 457776 33554432000 4194304 4196468 140737277052048 140266653836544 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26719] ppid=26706 vsize=14090948 memory=14884 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26719/stat : 26719 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14429130752 457776 33554432000 4194304 4196468 140737277052048 140266249906640 140267474167707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26720] ppid=26706 vsize=14090948 memory=1369516 CPUtime=2.72 cores=1,3,5,7
/proc/26709/task/26720/stat : 26720 (java) S 26706 26709 21941 0 -1 1077944384 9772 0 0 0 270 2 0 0 20 0 15 0 250347472 14429130752 457776 33554432000 4194304 4196468 140737277052048 140266248853744 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26721] ppid=26706 vsize=14090948 memory=4400 CPUtime=2.67 cores=1,3,5,7
/proc/26709/task/26721/stat : 26721 (java) S 26706 26709 21941 0 -1 1077944384 8351 0 0 0 266 1 0 0 20 0 15 0 250347472 14429130752 457776 33554432000 4194304 4196468 140737277052048 140266247801200 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26722] ppid=26706 vsize=14090948 memory=1620 CPUtime=0.92 cores=1,3,5,7
/proc/26709/task/26722/stat : 26722 (java) S 26706 26709 21941 0 -1 1077944384 5392 0 0 0 91 1 0 0 20 0 15 0 250347472 14429130752 457776 33554432000 4194304 4196468 140737277052048 140266246748144 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26723] ppid=26706 vsize=14090948 memory=5540 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26723/stat : 26723 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14429130752 457776 33554432000 4194304 4196468 140737277052048 140266245695840 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26724] ppid=26706 vsize=14090948 memory=4400 CPUtime=0.05 cores=1,3,5,7
/proc/26709/task/26724/stat : 26724 (java) S 26706 26709 21941 0 -1 1077944384 301 0 0 0 3 2 0 0 20 0 15 0 250347472 14429130752 457776 33554432000 4194304 4196468 140737277052048 140266244643888 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
Current children cumulated CPU time: 109.7 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1831104 KiB

[startup+162.301 s]
/proc/loadavg: 1.74 1.53 1.33 3/216 26806
/proc/meminfo: memFree=20521556/32770624 swapFree=67108372/67108860
[pid=26709] ppid=26706 vsize=14090948 memory=2374568 CPUtime=169.82 cores=1,3,5,7
/proc/26709/stat : 26709 (java) S 26706 26709 21941 0 -1 1077944320 67382 0 0 0 16905 77 0 0 20 0 15 0 250347466 14429130752 593642 33554432000 4194304 4196468 140737277052048 140737277034592 140267474149111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
/proc/26709/statm: 3522737 593642 3593 1 0 3484809 0
[pid=26709/tid=26711] ppid=26706 vsize=14090948 memory=2374568 CPUtime=161.85 cores=1,3,5,7
/proc/26709/task/26711/stat : 26711 (java) R 26706 26709 21941 0 -1 4202560 31207 0 0 0 16152 33 0 0 20 0 15 0 250347467 14429130752 593642 33554432000 4194304 4196468 140737277052048 140267478387264 140267083262520 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26712] ppid=26706 vsize=14090948 memory=2374568 CPUtime=0.37 cores=1,3,5,7
/proc/26709/task/26712/stat : 26712 (java) S 26706 26709 21941 0 -1 1077944384 2845 0 0 0 29 8 0 0 20 0 15 0 250347468 14429130752 593642 33554432000 4194304 4196468 140737277052048 140267404237328 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26713] ppid=26706 vsize=14090948 memory=2374568 CPUtime=0.35 cores=1,3,5,7
/proc/26709/task/26713/stat : 26713 (java) S 26706 26709 21941 0 -1 1077944384 2146 0 0 0 27 8 0 0 20 0 15 0 250347468 14429130752 593642 33554432000 4194304 4196468 140737277052048 140267403184784 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26714] ppid=26706 vsize=14090948 memory=2374568 CPUtime=0.34 cores=1,3,5,7
/proc/26709/task/26714/stat : 26714 (java) S 26706 26709 21941 0 -1 1077944384 2424 0 0 0 27 7 0 0 20 0 15 0 250347468 14429130752 593642 33554432000 4194304 4196468 140737277052048 140267402131728 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26715] ppid=26706 vsize=14090948 memory=2374568 CPUtime=0.38 cores=1,3,5,7
/proc/26709/task/26715/stat : 26715 (java) S 26706 26709 21941 0 -1 1077944384 1011 0 0 0 29 9 0 0 20 0 15 0 250347468 14429130752 593642 33554432000 4194304 4196468 140737277052048 140267401079184 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26716] ppid=26706 vsize=14090948 memory=2374568 CPUtime=0.02 cores=1,3,5,7
/proc/26709/task/26716/stat : 26716 (java) S 26706 26709 21941 0 -1 1077944384 2464 0 0 0 2 0 0 0 20 0 15 0 250347469 14429130752 593642 33554432000 4194304 4196468 140737277052048 140266655943408 140267474160258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26717] ppid=26706 vsize=14090948 memory=2374568 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26717/stat : 26717 (java) S 26706 26709 21941 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250347469 14429130752 593642 33554432000 4194304 4196468 140737277052048 140266654889696 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26718] ppid=26706 vsize=14090948 memory=7882817122087366245 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26718/stat : 26718 (java) S 26706 26709 21941 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 250347470 14429130752 593642 33554432000 4194304 4196468 140737277052048 140266653836544 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26719] ppid=26706 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26719/stat : 26719 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14429130752 593642 33554432000 4194304 4196468 140737277052048 140266249906640 140267474167707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26720] ppid=26706 vsize=14090948 memory=2374568 CPUtime=2.72 cores=1,3,5,7
/proc/26709/task/26720/stat : 26720 (java) S 26706 26709 21941 0 -1 1077944384 9779 0 0 0 270 2 0 0 20 0 15 0 250347472 14429130752 593642 33554432000 4194304 4196468 140737277052048 140266248853744 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26721] ppid=26706 vsize=14090948 memory=2374568 CPUtime=2.67 cores=1,3,5,7
/proc/26709/task/26721/stat : 26721 (java) S 26706 26709 21941 0 -1 1077944384 8354 0 0 0 266 1 0 0 20 0 15 0 250347472 14429130752 593642 33554432000 4194304 4196468 140737277052048 140266247801200 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26722] ppid=26706 vsize=14090948 memory=2374568 CPUtime=0.92 cores=1,3,5,7
/proc/26709/task/26722/stat : 26722 (java) S 26706 26709 21941 0 -1 1077944384 5397 0 0 0 91 1 0 0 20 0 15 0 250347472 14429130752 593642 33554432000 4194304 4196468 140737277052048 140266246748144 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26723] ppid=26706 vsize=14090948 memory=7532 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26723/stat : 26723 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14429130752 593642 33554432000 4194304 4196468 140737277052048 140266245695840 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26724] ppid=26706 vsize=14090948 memory=808 CPUtime=0.09 cores=1,3,5,7
/proc/26709/task/26724/stat : 26724 (java) S 26706 26709 21941 0 -1 1077944384 340 0 0 0 5 4 0 0 20 0 15 0 250347472 14429130752 593642 33554432000 4194304 4196468 140737277052048 140266244643888 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
Current children cumulated CPU time: 169.82 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2374568 KiB

[startup+222.301 s]
/proc/loadavg: 1.75 1.59 1.36 3/216 26807
/proc/meminfo: memFree=20211908/32770624 swapFree=67108372/67108860
[pid=26709] ppid=26706 vsize=14090948 memory=2725120 CPUtime=229.91 cores=1,3,5,7
/proc/26709/stat : 26709 (java) S 26706 26709 21941 0 -1 1077944320 71066 0 0 0 22906 85 0 0 20 0 15 0 250347466 14429130752 681280 33554432000 4194304 4196468 140737277052048 140737277034592 140267474149111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
/proc/26709/statm: 3522737 681280 3593 1 0 3484809 0
[pid=26709/tid=26711] ppid=26706 vsize=14090948 memory=2532608 CPUtime=221.83 cores=1,3,5,7
/proc/26709/task/26711/stat : 26711 (java) R 26706 26709 21941 0 -1 4202560 33402 0 0 0 22145 38 0 0 20 0 15 0 250347467 14429130752 681280 33554432000 4194304 4196468 140737277052048 140267478387200 140267083549336 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26712] ppid=26706 vsize=14090948 memory=6791534058613427641 CPUtime=0.4 cores=1,3,5,7
/proc/26709/task/26712/stat : 26712 (java) S 26706 26709 21941 0 -1 1077944384 3029 0 0 0 31 9 0 0 20 0 15 0 250347468 14429130752 681280 33554432000 4194304 4196468 140737277052048 140267404237328 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26713] ppid=26706 vsize=14090948 memory=2381056 CPUtime=0.36 cores=1,3,5,7
/proc/26709/task/26713/stat : 26713 (java) S 26706 26709 21941 0 -1 1077944384 2288 0 0 0 28 8 0 0 20 0 15 0 250347468 14429130752 681280 33554432000 4194304 4196468 140737277052048 140267403184784 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26714] ppid=26706 vsize=14090948 memory=2381056 CPUtime=0.37 cores=1,3,5,7
/proc/26709/task/26714/stat : 26714 (java) S 26706 26709 21941 0 -1 1077944384 2647 0 0 0 29 8 0 0 20 0 15 0 250347468 14429130752 681280 33554432000 4194304 4196468 140737277052048 140267402131728 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26715] ppid=26706 vsize=14090948 memory=2465024 CPUtime=0.39 cores=1,3,5,7
/proc/26709/task/26715/stat : 26715 (java) S 26706 26709 21941 0 -1 1077944384 1666 0 0 0 30 9 0 0 20 0 15 0 250347468 14429130752 681280 33554432000 4194304 4196468 140737277052048 140267401079184 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26716] ppid=26706 vsize=14090948 memory=2540800 CPUtime=0.02 cores=1,3,5,7
/proc/26709/task/26716/stat : 26716 (java) S 26706 26709 21941 0 -1 1077944384 2706 0 0 0 2 0 0 0 20 0 15 0 250347469 14429130752 681280 33554432000 4194304 4196468 140737277052048 140266655943408 140267474160258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26717] ppid=26706 vsize=14090948 memory=2620672 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26717/stat : 26717 (java) S 26706 26709 21941 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250347469 14429130752 681280 33554432000 4194304 4196468 140737277052048 140266654889696 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26718] ppid=26706 vsize=14090948 memory=2667776 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26718/stat : 26718 (java) S 26706 26709 21941 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 250347470 14429130752 681280 33554432000 4194304 4196468 140737277052048 140266653836544 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26719] ppid=26706 vsize=14090948 memory=2716928 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26719/stat : 26719 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14429130752 681280 33554432000 4194304 4196468 140737277052048 140266249906640 140267474167707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26720] ppid=26706 vsize=14090948 memory=2708736 CPUtime=2.72 cores=1,3,5,7
/proc/26709/task/26720/stat : 26720 (java) S 26706 26709 21941 0 -1 1077944384 9787 0 0 0 270 2 0 0 20 0 15 0 250347472 14429130752 681280 33554432000 4194304 4196468 140737277052048 140266248853744 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26721] ppid=26706 vsize=14090948 memory=2700544 CPUtime=2.67 cores=1,3,5,7
/proc/26709/task/26721/stat : 26721 (java) S 26706 26709 21941 0 -1 1077944384 8357 0 0 0 266 1 0 0 20 0 15 0 250347472 14429130752 681280 33554432000 4194304 4196468 140737277052048 140266247801200 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26722] ppid=26706 vsize=14090948 memory=2612480 CPUtime=0.92 cores=1,3,5,7
/proc/26709/task/26722/stat : 26722 (java) S 26706 26709 21941 0 -1 1077944384 5401 0 0 0 91 1 0 0 20 0 15 0 250347472 14429130752 681280 33554432000 4194304 4196468 140737277052048 140266246748144 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26723] ppid=26706 vsize=14090948 memory=2680064 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26723/stat : 26723 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14429130752 681280 33554432000 4194304 4196468 140737277052048 140266245695840 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26724] ppid=26706 vsize=14090948 memory=1463592 CPUtime=0.13 cores=1,3,5,7
/proc/26709/task/26724/stat : 26724 (java) S 26706 26709 21941 0 -1 1077944384 368 0 0 0 7 6 0 0 20 0 15 0 250347472 14429130752 681280 33554432000 4194304 4196468 140737277052048 140266244643888 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
Current children cumulated CPU time: 229.91 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2725120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+244.401 s]
/proc/loadavg: 1.60 1.56 1.35 3/216 26807
/proc/meminfo: memFree=19318396/32770624 swapFree=67108372/67108860
[pid=26709] ppid=26706 vsize=14090948 memory=3609420 CPUtime=252.06 cores=1,3,5,7
/proc/26709/stat : 26709 (java) S 26706 26709 21941 0 -1 1077944320 73593 0 0 0 25107 99 0 0 20 0 15 0 250347466 14429130752 902355 33554432000 4194304 4196468 140737277052048 140737277034592 140267474149111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
/proc/26709/statm: 3522737 902355 3593 1 0 3484809 0
[pid=26709/tid=26711] ppid=26706 vsize=14090948 memory=752 CPUtime=243.9 cores=1,3,5,7
/proc/26709/task/26711/stat : 26711 (java) R 26706 26709 21941 0 -1 4202560 34478 0 0 0 24339 51 0 0 20 0 15 0 250347467 14429130752 902355 33554432000 4194304 4196468 140737277052048 140267478387264 140267083523208 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26712] ppid=26706 vsize=14090948 memory=1276 CPUtime=0.41 cores=1,3,5,7
/proc/26709/task/26712/stat : 26712 (java) S 26706 26709 21941 0 -1 1077944384 3101 0 0 0 32 9 0 0 20 0 15 0 250347468 14429130752 902355 33554432000 4194304 4196468 140737277052048 140267404237328 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26713] ppid=26706 vsize=14090948 memory=1068 CPUtime=0.38 cores=1,3,5,7
/proc/26709/task/26713/stat : 26713 (java) S 26706 26709 21941 0 -1 1077944384 2468 0 0 0 30 8 0 0 20 0 15 0 250347468 14429130752 902355 33554432000 4194304 4196468 140737277052048 140267403184784 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26714] ppid=26706 vsize=14090948 memory=14884 CPUtime=0.38 cores=1,3,5,7
/proc/26709/task/26714/stat : 26714 (java) S 26706 26709 21941 0 -1 1077944384 3380 0 0 0 30 8 0 0 20 0 15 0 250347468 14429130752 902355 33554432000 4194304 4196468 140737277052048 140267402131728 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26715] ppid=26706 vsize=14090948 memory=37676 CPUtime=0.41 cores=1,3,5,7
/proc/26709/task/26715/stat : 26715 (java) S 26706 26709 21941 0 -1 1077944384 1894 0 0 0 32 9 0 0 20 0 15 0 250347468 14429130752 902355 33554432000 4194304 4196468 140737277052048 140267401079184 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26716] ppid=26706 vsize=14090948 memory=3566848 CPUtime=0.02 cores=1,3,5,7
/proc/26709/task/26716/stat : 26716 (java) S 26706 26709 21941 0 -1 1077944384 2942 0 0 0 2 0 0 0 20 0 15 0 250347469 14429130752 902355 33554432000 4194304 4196468 140737277052048 140266655943408 140267474160258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26717] ppid=26706 vsize=14090948 memory=2792704 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26717/stat : 26717 (java) S 26706 26709 21941 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250347469 14429130752 902355 33554432000 4194304 4196468 140737277052048 140266654889696 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26718] ppid=26706 vsize=14090948 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26718/stat : 26718 (java) S 26706 26709 21941 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 250347470 14429130752 902355 33554432000 4194304 4196468 140737277052048 140266653836544 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26719] ppid=26706 vsize=14090948 memory=2964 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26719/stat : 26719 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14429130752 902355 33554432000 4194304 4196468 140737277052048 140266249906640 140267474167707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26720] ppid=26706 vsize=14090948 memory=1461012 CPUtime=2.72 cores=1,3,5,7
/proc/26709/task/26720/stat : 26720 (java) S 26706 26709 21941 0 -1 1077944384 9787 0 0 0 270 2 0 0 20 0 15 0 250347472 14429130752 902355 33554432000 4194304 4196468 140737277052048 140266248853744 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26721] ppid=26706 vsize=14090948 memory=6791534058613427641 CPUtime=2.67 cores=1,3,5,7
/proc/26709/task/26721/stat : 26721 (java) S 26706 26709 21941 0 -1 1077944384 8357 0 0 0 266 1 0 0 20 0 15 0 250347472 14429130752 902355 33554432000 4194304 4196468 140737277052048 140266247801200 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26722] ppid=26706 vsize=14090948 memory=1572 CPUtime=0.92 cores=1,3,5,7
/proc/26709/task/26722/stat : 26722 (java) S 26706 26709 21941 0 -1 1077944384 5401 0 0 0 91 1 0 0 20 0 15 0 250347472 14429130752 902355 33554432000 4194304 4196468 140737277052048 140266246748144 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26723] ppid=26706 vsize=14090948 memory=928 CPUtime=0 cores=1,3,5,7
/proc/26709/task/26723/stat : 26723 (java) S 26706 26709 21941 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250347472 14429130752 902355 33554432000 4194304 4196468 140737277052048 140266245695840 140267474159317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
[pid=26709/tid=26724] ppid=26706 vsize=14090948 memory=2196 CPUtime=0.14 cores=1,3,5,7
/proc/26709/task/26724/stat : 26724 (java) S 26706 26709 21941 0 -1 1077944384 370 0 0 0 7 7 0 0 20 0 15 0 250347472 14429130752 902355 33554432000 4194304 4196468 140737277052048 140266244643888 140267474160258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20066304 140737277056091 140737277056270 140737277056270 140737277059023 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 3609420 KiB

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

[startup+244.429 s]
# the end of solver process 26709 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.082 s, system=1.01457 s

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

Child status: 143
Real time (s): 244.429
CPU time (s): 252.097
CPU user time (s): 251.082
CPU system time (s): 1.01457
CPU usage (%): 103.137
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 3609420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.082
system time used= 1.01457
maximum resident set size= 3614244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74147
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8860
involuntary context switches= 185


# summary of solver processes directly reported to runsolver:
#   pid: 26709
#   total CPU time (s): 252.097
#   total CPU user time (s): 251.082
#   total CPU system time (s): 1.01457

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.52522 second user time and 2.39576 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-15 12:10:43
IDJOB=4310363
IDBENCH=141111
IDSOLVER=2796
FILE ID=node137/4310363-1534327843
RUNJOBID= node137-1534326868-25908
PBS_JOBID= 21038143
Free space on /tmp= 29252 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ10-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-4310363-1534327843/watcher-4310363-1534327843 -o /tmp/evaluation-result-4310363-1534327843/solver-4310363-1534327843 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534326868-25908 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 255158279 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310363-1534327843.xml

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

MD5SUM BENCH= 2a9d5e672b2129585e8bdcc62e976dce
RANDOM SEED=255158279

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23948556 kB
MemAvailable:   31470140 kB
Buffers:          167064 kB
Cached:          7572116 kB
SwapCached:            8 kB
Active:          4438444 kB
Inactive:        3781228 kB
Active(anon):     427464 kB
Inactive(anon):   113400 kB
Active(file):    4010980 kB
Inactive(file):  3667828 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             38688 kB
Writeback:             0 kB
AnonPages:        518348 kB
Mapped:            69484 kB
Shmem:             57816 kB
Slab:             300144 kB
SReclaimable:     271236 kB
SUnreclaim:        28908 kB
KernelStack:        3824 kB
PageTables:         6524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1479144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 29216 MiB
End job on node137 at 2018-08-15 12:14:48