Trace number 4307908

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14? (TO) 2520.04 2487.21

General information on the benchmark

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

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 595316965
0.67/0.57	c timeout: 2520
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.59	c Parsing instance...
6.29/2.51	c Parsing done, starting search...
2520.01/2487.20	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 (13924 MiB free)
  memory of node 1: 16384 MiB (11742 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307908-1534273211/watcher-4307908-1534273211 -o /tmp/evaluation-result-4307908-1534273211/solver-4307908-1534273211 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534258226-15074 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 595316965 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307908-1534273211.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=16717, runsolver pid=16714

[startup+0.100384 s]*
/proc/loadavg: 1.48 1.36 1.34 4/216 16732
/proc/meminfo: memFree=26264468/32770624 swapFree=67030672/67108860
[pid=16717] ppid=16714 vsize=14082736 memory=32188 CPUtime=0.12 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15043 0 -1 1077944320 6429 0 0 0 11 1 0 0 20 0 15 0 244884278 14420721664 8047 33554432000 4194304 4196468 140720717361408 140720717343952 139904702119671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
/proc/16717/statm: 3520684 8047 3158 1 0 3482761 0
[pid=16717/tid=16719] ppid=16714 vsize=14082736 memory=-8629632960753995138 CPUtime=0.09 cores=0,2,4,6
/proc/16717/task/16719/stat : 16719 (java) R 16714 16717 15043 0 -1 4202560 4477 0 0 0 8 1 0 0 20 0 15 0 244884278 14420721664 8047 33554432000 4194304 4196468 140720717361408 139904706322696 139904339994764 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16720] ppid=16714 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16720/stat : 16720 (java) S 16714 16717 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884279 14420721664 8047 33554432000 4194304 4196468 140720717361408 139904298367504 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16721] ppid=16714 vsize=14082736 memory=140036054103680 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16721/stat : 16721 (java) S 16714 16717 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884279 14420721664 8047 33554432000 4194304 4196468 140720717361408 139904297314960 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16722] ppid=16714 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16722/stat : 16722 (java) S 16714 16717 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884279 14420721664 8047 33554432000 4194304 4196468 140720717361408 139904296261904 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16723] ppid=16714 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16723/stat : 16723 (java) S 16714 16717 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244884279 14420721664 8047 33554432000 4194304 4196468 140720717361408 139904295209360 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16724] ppid=16714 vsize=14082736 memory=140036054103680 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16724/stat : 16724 (java) S 16714 16717 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244884280 14420721664 8047 33554432000 4194304 4196468 140720717361408 139904176564976 139904702130818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16725] ppid=16714 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16725/stat : 16725 (java) S 16714 16717 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244884281 14420721664 8047 33554432000 4194304 4196468 140720717361408 139904175511200 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16726] ppid=16714 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16726/stat : 16726 (java) S 16714 16717 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244884281 14420721664 8047 33554432000 4194304 4196468 140720717361408 139904174458096 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16727] ppid=16714 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16727/stat : 16727 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14420721664 8047 33554432000 4194304 4196468 140720717361408 139904173406672 139904702138267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16728] ppid=16714 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16728/stat : 16728 (java) S 16714 16717 15043 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 244884283 14420721664 8047 33554432000 4194304 4196468 140720717361408 139904172353776 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16729] ppid=16714 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16729/stat : 16729 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14420721664 8047 33554432000 4194304 4196468 140720717361408 139904171301232 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16730] ppid=16714 vsize=14082736 memory=140036054103680 CPUtime=0.01 cores=0,2,4,6
/proc/16717/task/16730/stat : 16730 (java) S 16714 16717 15043 0 -1 1077944384 267 0 0 0 1 0 0 0 20 0 15 0 244884283 14420721664 8047 33554432000 4194304 4196468 140720717361408 139904170248176 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16731] ppid=16714 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16731/stat : 16731 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14420721664 8047 33554432000 4194304 4196468 140720717361408 139904169195872 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16732] ppid=16714 vsize=14082736 memory=140036054103680 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16732/stat : 16732 (java) S 16714 16717 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884284 14420721664 8047 33554432000 4194304 4196468 140720717361408 139904168143920 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32188 KiB

[startup+0.210434 s]*
/proc/loadavg: 1.48 1.36 1.34 5/216 16732
/proc/meminfo: memFree=26249088/32770624 swapFree=67030672/67108860
[pid=16717] ppid=16714 vsize=14082736 memory=47724 CPUtime=0.29 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15043 0 -1 1077944320 10023 0 0 0 27 2 0 0 20 0 15 0 244884278 14420721664 11931 33554432000 4194304 4196468 140720717361408 140720717343952 139904702119671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
/proc/16717/statm: 3520684 11931 3329 1 0 3482761 0
[pid=16717/tid=16719] ppid=16714 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/16717/task/16719/stat : 16719 (java) R 16714 16717 15043 0 -1 4202560 7805 0 0 0 18 2 0 0 20 0 15 0 244884278 14420721664 11931 33554432000 4194304 4196468 140720717361408 139904706346336 139904686673175 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16720] ppid=16714 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16720/stat : 16720 (java) S 16714 16717 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884279 14420721664 11931 33554432000 4194304 4196468 140720717361408 139904298367504 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16721] ppid=16714 vsize=14082736 memory=3546786543715137184 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16721/stat : 16721 (java) S 16714 16717 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884279 14420721664 11931 33554432000 4194304 4196468 140720717361408 139904297314960 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16722] ppid=16714 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16722/stat : 16722 (java) S 16714 16717 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884279 14420721664 11931 33554432000 4194304 4196468 140720717361408 139904296261904 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16723] ppid=16714 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16723/stat : 16723 (java) S 16714 16717 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244884279 14420721664 11931 33554432000 4194304 4196468 140720717361408 139904295209360 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16724] ppid=16714 vsize=14082736 memory=140036054103680 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16724/stat : 16724 (java) S 16714 16717 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244884280 14420721664 11931 33554432000 4194304 4196468 140720717361408 139904176564976 139904702130818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16725] ppid=16714 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16725/stat : 16725 (java) S 16714 16717 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244884281 14420721664 11931 33554432000 4194304 4196468 140720717361408 139904175511200 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16726] ppid=16714 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16726/stat : 16726 (java) S 16714 16717 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244884281 14420721664 11931 33554432000 4194304 4196468 140720717361408 139904174458096 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16727] ppid=16714 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16727/stat : 16727 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14420721664 11931 33554432000 4194304 4196468 140720717361408 139904173406672 139904702138267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16728] ppid=16714 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16717/task/16728/stat : 16728 (java) R 16714 16717 15043 0 -1 1077944384 432 0 0 0 1 0 0 0 20 0 15 0 244884283 14420721664 11931 33554432000 4194304 4196468 140720717361408 139904172353776 139904702130818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16729] ppid=16714 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/16717/task/16729/stat : 16729 (java) R 16714 16717 15043 0 -1 4202560 127 0 0 0 1 0 0 0 20 0 15 0 244884283 14420721664 11931 33554432000 4194304 4196468 140720717361408 139904171301232 139904688263296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16730] ppid=16714 vsize=14082736 memory=140036054103680 CPUtime=0.05 cores=0,2,4,6
/proc/16717/task/16730/stat : 16730 (java) R 16714 16717 15043 0 -1 4202560 291 0 0 0 5 0 0 0 20 0 15 0 244884283 14420721664 11931 33554432000 4194304 4196468 140720717361408 139904170248176 139904702122971 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16731] ppid=16714 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16731/stat : 16731 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14420721664 11931 33554432000 4194304 4196468 140720717361408 139904169195872 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16732] ppid=16714 vsize=14082736 memory=140036054103680 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16732/stat : 16732 (java) S 16714 16717 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884284 14420721664 11931 33554432000 4194304 4196468 140720717361408 139904168143920 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47724 KiB

[startup+0.310515 s]*
/proc/loadavg: 1.48 1.36 1.34 3/216 16732
/proc/meminfo: memFree=26245520/32770624 swapFree=67030672/67108860
[pid=16717] ppid=16714 vsize=14082736 memory=51372 CPUtime=0.44 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15043 0 -1 1077944320 10453 0 0 0 42 2 0 0 20 0 15 0 244884278 14420721664 12843 33554432000 4194304 4196468 140720717361408 140720717343952 139904702119671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
/proc/16717/statm: 3520684 12843 3411 1 0 3482761 0
[pid=16717/tid=16719] ppid=16714 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/16717/task/16719/stat : 16719 (java) R 16714 16717 15043 0 -1 4202560 8140 0 0 0 28 2 0 0 20 0 15 0 244884278 14420721664 12843 33554432000 4194304 4196468 140720717361408 139904706329592 139904686200158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16720] ppid=16714 vsize=14082736 memory=4294976238 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16720/stat : 16720 (java) S 16714 16717 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884279 14420721664 12843 33554432000 4194304 4196468 140720717361408 139904298367504 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16721] ppid=16714 vsize=14082736 memory=3473599751235483296 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16721/stat : 16721 (java) S 16714 16717 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884279 14420721664 12843 33554432000 4194304 4196468 140720717361408 139904297314960 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16722] ppid=16714 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16722/stat : 16722 (java) S 16714 16717 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884279 14420721664 12843 33554432000 4194304 4196468 140720717361408 139904296261904 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16723] ppid=16714 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16723/stat : 16723 (java) S 16714 16717 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244884279 14420721664 12843 33554432000 4194304 4196468 140720717361408 139904295209360 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16724] ppid=16714 vsize=14082736 memory=140036054103680 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16724/stat : 16724 (java) S 16714 16717 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244884280 14420721664 12843 33554432000 4194304 4196468 140720717361408 139904176564976 139904702130818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16725] ppid=16714 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16725/stat : 16725 (java) S 16714 16717 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244884281 14420721664 12843 33554432000 4194304 4196468 140720717361408 139904175511200 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16726] ppid=16714 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16726/stat : 16726 (java) S 16714 16717 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244884281 14420721664 12843 33554432000 4194304 4196468 140720717361408 139904174458096 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16727] ppid=16714 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16727/stat : 16727 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14420721664 12843 33554432000 4194304 4196468 140720717361408 139904173406672 139904702138267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16728] ppid=16714 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/16717/task/16728/stat : 16728 (java) S 16714 16717 15043 0 -1 1077944384 472 0 0 0 2 0 0 0 20 0 15 0 244884283 14420721664 12843 33554432000 4194304 4196468 140720717361408 139904172353776 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16729] ppid=16714 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/16717/task/16729/stat : 16729 (java) S 16714 16717 15043 0 -1 1077944384 158 0 0 0 2 0 0 0 20 0 15 0 244884283 14420721664 12843 33554432000 4194304 4196468 140720717361408 139904171301232 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16730] ppid=16714 vsize=14082736 memory=140036054103680 CPUtime=0.08 cores=0,2,4,6
/proc/16717/task/16730/stat : 16730 (java) S 16714 16717 15043 0 -1 1077944384 304 0 0 0 8 0 0 0 20 0 15 0 244884283 14420721664 12843 33554432000 4194304 4196468 140720717361408 139904170248176 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16731] ppid=16714 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16731/stat : 16731 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14420721664 12843 33554432000 4194304 4196468 140720717361408 139904169195872 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16732] ppid=16714 vsize=14082736 memory=140036054103680 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16732/stat : 16732 (java) S 16714 16717 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884284 14420721664 12843 33554432000 4194304 4196468 140720717361408 139904168143920 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51372 KiB

[startup+0.700751 s]
/proc/loadavg: 1.48 1.36 1.34 3/216 16732
/proc/meminfo: memFree=26224064/32770624 swapFree=67030672/67108860
[pid=16717] ppid=16714 vsize=14084804 memory=88724 CPUtime=0.98 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15043 0 -1 1077944320 17062 0 0 0 94 4 0 0 20 0 15 0 244884278 14422839296 22181 33554432000 4194304 4196468 140720717361408 140720717343952 139904702119671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
/proc/16717/statm: 3521201 22181 3493 1 0 3483273 0
[pid=16717/tid=16719] ppid=16714 vsize=14084804 memory=33240 CPUtime=0.66 cores=0,2,4,6
/proc/16717/task/16719/stat : 16719 (java) R 16714 16717 15043 0 -1 4202560 14457 0 0 0 63 3 0 0 20 0 15 0 244884278 14422839296 22181 33554432000 4194304 4196468 140720717361408 139904706343776 139904686200158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16720] ppid=16714 vsize=14084804 memory=11908 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16720/stat : 16720 (java) S 16714 16717 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884279 14422839296 22181 33554432000 4194304 4196468 140720717361408 139904298367504 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16721] ppid=16714 vsize=14084804 memory=492 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16721/stat : 16721 (java) S 16714 16717 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884279 14422839296 22181 33554432000 4194304 4196468 140720717361408 139904297314960 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16722] ppid=16714 vsize=14084804 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16722/stat : 16722 (java) S 16714 16717 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884279 14422839296 22181 33554432000 4194304 4196468 140720717361408 139904296261904 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16723] ppid=16714 vsize=14084804 memory=932 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16723/stat : 16723 (java) S 16714 16717 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244884279 14422839296 22181 33554432000 4194304 4196468 140720717361408 139904295209360 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16724] ppid=16714 vsize=14084804 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16724/stat : 16724 (java) S 16714 16717 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244884280 14422839296 22181 33554432000 4194304 4196468 140720717361408 139904176564976 139904702130818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16725] ppid=16714 vsize=14084804 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16725/stat : 16725 (java) S 16714 16717 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244884281 14422839296 22181 33554432000 4194304 4196468 140720717361408 139904175511200 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16726] ppid=16714 vsize=14084804 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16726/stat : 16726 (java) S 16714 16717 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244884281 14422839296 22181 33554432000 4194304 4196468 140720717361408 139904174458096 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16727] ppid=16714 vsize=14084804 memory=7086240636212695395 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16727/stat : 16727 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14422839296 22181 33554432000 4194304 4196468 140720717361408 139904173406672 139904702138267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16728] ppid=16714 vsize=14084804 memory=7881696724453321575 CPUtime=0.06 cores=0,2,4,6
/proc/16717/task/16728/stat : 16728 (java) S 16714 16717 15043 0 -1 1077944384 605 0 0 0 6 0 0 0 20 0 15 0 244884283 14422839296 22181 33554432000 4194304 4196468 140720717361408 139904172353776 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16729] ppid=16714 vsize=14084804 memory=7453282923461570405 CPUtime=0.08 cores=0,2,4,6
/proc/16717/task/16729/stat : 16729 (java) S 16714 16717 15043 0 -1 1077944384 292 0 0 0 8 0 0 0 20 0 15 0 244884283 14422839296 22181 33554432000 4194304 4196468 140720717361408 139904171301232 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16730] ppid=16714 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/16717/task/16730/stat : 16730 (java) S 16714 16717 15043 0 -1 1077944384 330 0 0 0 15 0 0 0 20 0 15 0 244884283 14422839296 22181 33554432000 4194304 4196468 140720717361408 139904170248176 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16731] ppid=16714 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16731/stat : 16731 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14422839296 22181 33554432000 4194304 4196468 140720717361408 139904169195872 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16732] ppid=16714 vsize=14084804 memory=972 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16732/stat : 16732 (java) S 16714 16717 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244884284 14422839296 22181 33554432000 4194304 4196468 140720717361408 139904168143920 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88724 KiB

[startup+1.50087 s]
/proc/loadavg: 1.48 1.36 1.34 4/216 16732
/proc/meminfo: memFree=26158048/32770624 swapFree=67030672/67108860
[pid=16717] ppid=16714 vsize=14086852 memory=237476 CPUtime=3.53 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15043 0 -1 1077944320 24524 0 0 0 344 9 0 0 20 0 15 0 244884278 14424936448 59369 33554432000 4194304 4196468 140720717361408 140720717343952 139904702119671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
/proc/16717/statm: 3521713 59369 3572 1 0 3483785 0
[pid=16717/tid=16719] ppid=16714 vsize=14086852 memory=236068 CPUtime=1.44 cores=0,2,4,6
/proc/16717/task/16719/stat : 16719 (java) R 16714 16717 15043 0 -1 4202560 16010 0 0 0 138 6 0 0 20 0 15 0 244884278 14424936448 59369 33554432000 4194304 4196468 140720717361408 139904706355040 139904702131606 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16720] ppid=16714 vsize=14086852 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/16717/task/16720/stat : 16720 (java) S 16714 16717 15043 0 -1 1077944384 133 0 0 0 1 0 0 0 20 0 15 0 244884279 14424936448 59369 33554432000 4194304 4196468 140720717361408 139904298367504 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16721] ppid=16714 vsize=14086852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16717/task/16721/stat : 16721 (java) S 16714 16717 15043 0 -1 1077944384 226 0 0 0 1 0 0 0 20 0 15 0 244884279 14424936448 59369 33554432000 4194304 4196468 140720717361408 139904297314960 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16722] ppid=16714 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16722/stat : 16722 (java) S 16714 16717 15043 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 244884279 14424936448 59369 33554432000 4194304 4196468 140720717361408 139904296261904 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16723] ppid=16714 vsize=14086852 memory=6943526294502006880 CPUtime=0.01 cores=0,2,4,6
/proc/16717/task/16723/stat : 16723 (java) S 16714 16717 15043 0 -1 1077944384 336 0 0 0 1 0 0 0 20 0 15 0 244884279 14424936448 59369 33554432000 4194304 4196468 140720717361408 139904295209360 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16724] ppid=16714 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16724/stat : 16724 (java) S 16714 16717 15043 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 15 0 244884280 14424936448 59369 33554432000 4194304 4196468 140720717361408 139904176564976 139904702130818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0

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

/proc/16717/task/16719/stat : 16719 (java) R 16714 16717 15043 0 -1 4202560 56350 0 0 0 231219 27 0 0 20 0 15 0 244884278 14429130752 355642 33554432000 4194304 4196468 140720717361408 139904706357920 139904350206389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16720] ppid=16714 vsize=14090948 memory=6791534058613427641 CPUtime=8.05 cores=0,2,4,6
/proc/16717/task/16720/stat : 16720 (java) S 16714 16717 15043 0 -1 1077944384 15119 0 0 0 784 21 0 0 20 0 15 0 244884279 14429130752 355642 33554432000 4194304 4196468 140720717361408 139904298367504 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16721] ppid=16714 vsize=14090948 memory=1424620 CPUtime=8.05 cores=0,2,4,6
/proc/16717/task/16721/stat : 16721 (java) S 16714 16717 15043 0 -1 1077944384 11165 0 0 0 785 20 0 0 20 0 15 0 244884279 14429130752 355642 33554432000 4194304 4196468 140720717361408 139904297314960 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16722] ppid=16714 vsize=14090948 memory=1422576 CPUtime=8.01 cores=0,2,4,6
/proc/16717/task/16722/stat : 16722 (java) S 16714 16717 15043 0 -1 1077944384 11483 0 0 0 782 19 0 0 20 0 15 0 244884279 14429130752 355642 33554432000 4194304 4196468 140720717361408 139904296261904 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16723] ppid=16714 vsize=14090948 memory=1422064 CPUtime=8.04 cores=0,2,4,6
/proc/16717/task/16723/stat : 16723 (java) S 16714 16717 15043 0 -1 1077944384 14344 0 0 0 786 18 0 0 20 0 15 0 244884279 14429130752 355642 33554432000 4194304 4196468 140720717361408 139904295209360 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16724] ppid=16714 vsize=14090948 memory=1424620 CPUtime=1.24 cores=0,2,4,6
/proc/16717/task/16724/stat : 16724 (java) S 16714 16717 15043 0 -1 1077944384 10511 0 0 0 109 15 0 0 20 0 15 0 244884280 14429130752 355642 33554432000 4194304 4196468 140720717361408 139904176564976 139904702130818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16725] ppid=16714 vsize=14090948 memory=1423596 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16725/stat : 16725 (java) S 16714 16717 15043 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 244884281 14429130752 355642 33554432000 4194304 4196468 140720717361408 139904175511264 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16726] ppid=16714 vsize=14090948 memory=1423080 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16726/stat : 16726 (java) S 16714 16717 15043 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 244884281 14429130752 355642 33554432000 4194304 4196468 140720717361408 139904174458112 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16727] ppid=16714 vsize=14090948 memory=1423080 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16727/stat : 16727 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14429130752 355642 33554432000 4194304 4196468 140720717361408 139904173406672 139904702138267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16728] ppid=16714 vsize=14090948 memory=1423080 CPUtime=2.2 cores=0,2,4,6
/proc/16717/task/16728/stat : 16728 (java) S 16714 16717 15043 0 -1 1077944384 7273 0 0 0 219 1 0 0 20 0 15 0 244884283 14429130752 355642 33554432000 4194304 4196468 140720717361408 139904172353776 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16729] ppid=16714 vsize=14090948 memory=1422568 CPUtime=2.28 cores=0,2,4,6
/proc/16717/task/16729/stat : 16729 (java) S 16714 16717 15043 0 -1 1077944384 7172 0 0 0 227 1 0 0 20 0 15 0 244884283 14429130752 355642 33554432000 4194304 4196468 140720717361408 139904171301232 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16730] ppid=16714 vsize=14090948 memory=1422568 CPUtime=0.95 cores=0,2,4,6
/proc/16717/task/16730/stat : 16730 (java) S 16714 16717 15043 0 -1 1077944384 9350 0 0 0 93 2 0 0 20 0 15 0 244884283 14429130752 355642 33554432000 4194304 4196468 140720717361408 139904170248176 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 26 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16731] ppid=16714 vsize=14090948 memory=64740 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16731/stat : 16731 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14429130752 355642 33554432000 4194304 4196468 140720717361408 139904169195872 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16732] ppid=16714 vsize=14090948 memory=1422568 CPUtime=1.43 cores=0,2,4,6
/proc/16717/task/16732/stat : 16732 (java) S 16714 16717 15043 0 -1 1077944384 1130 0 0 0 71 72 0 0 20 0 15 0 244884284 14429130752 355642 33554432000 4194304 4196468 140720717361408 139904168143920 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
Current children cumulated CPU time: 2352.82 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1422568 KiB

[startup+2382.3 s]
/proc/loadavg: 1.39 1.44 1.43 3/215 16899
/proc/meminfo: memFree=25894964/32770624 swapFree=67030672/67108860
[pid=16717] ppid=16714 vsize=14090948 memory=1430232 CPUtime=2413.66 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15043 0 -1 1077944320 147486 0 0 0 241185 181 0 0 20 0 15 0 244884278 14429130752 357558 33554432000 4194304 4196468 140720717361408 140720717343952 139904702119671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
/proc/16717/statm: 3522737 357558 3601 1 0 3484809 0
[pid=16717/tid=16719] ppid=16714 vsize=14090948 memory=1430232 CPUtime=2372.13 cores=0,2,4,6
/proc/16717/task/16719/stat : 16719 (java) R 16714 16717 15043 0 -1 4202560 56959 0 0 0 237185 28 0 0 20 0 15 0 244884278 14429130752 357558 33554432000 4194304 4196468 140720717361408 139904706357888 139904350206993 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16720] ppid=16714 vsize=14090948 memory=1428704 CPUtime=8.33 cores=0,2,4,6
/proc/16717/task/16720/stat : 16720 (java) S 16714 16717 15043 0 -1 1077944384 15493 0 0 0 811 22 0 0 20 0 15 0 244884279 14429130752 357558 33554432000 4194304 4196468 140720717361408 139904298367504 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16721] ppid=16714 vsize=14090948 memory=1430236 CPUtime=8.32 cores=0,2,4,6
/proc/16717/task/16721/stat : 16721 (java) S 16714 16717 15043 0 -1 1077944384 11335 0 0 0 812 20 0 0 20 0 15 0 244884279 14429130752 357558 33554432000 4194304 4196468 140720717361408 139904297314960 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16722] ppid=16714 vsize=14090948 memory=1430236 CPUtime=8.29 cores=0,2,4,6
/proc/16717/task/16722/stat : 16722 (java) S 16714 16717 15043 0 -1 1077944384 11913 0 0 0 809 20 0 0 20 0 15 0 244884279 14429130752 357558 33554432000 4194304 4196468 140720717361408 139904296261904 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16723] ppid=16714 vsize=14090948 memory=1429208 CPUtime=8.32 cores=0,2,4,6
/proc/16717/task/16723/stat : 16723 (java) S 16714 16717 15043 0 -1 1077944384 14661 0 0 0 814 18 0 0 20 0 15 0 244884279 14429130752 357558 33554432000 4194304 4196468 140720717361408 139904295209360 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16724] ppid=16714 vsize=14090948 memory=1429208 CPUtime=1.28 cores=0,2,4,6
/proc/16717/task/16724/stat : 16724 (java) S 16714 16717 15043 0 -1 1077944384 10728 0 0 0 113 15 0 0 20 0 15 0 244884280 14429130752 357558 33554432000 4194304 4196468 140720717361408 139904176564976 139904702130818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16725] ppid=16714 vsize=14090948 memory=1430744 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16725/stat : 16725 (java) S 16714 16717 15043 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 244884281 14429130752 357558 33554432000 4194304 4196468 140720717361408 139904175511264 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16726] ppid=16714 vsize=14090948 memory=1430232 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16726/stat : 16726 (java) S 16714 16717 15043 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 244884281 14429130752 357558 33554432000 4194304 4196468 140720717361408 139904174458112 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16727] ppid=16714 vsize=14090948 memory=1430232 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16727/stat : 16727 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14429130752 357558 33554432000 4194304 4196468 140720717361408 139904173406672 139904702138267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16728] ppid=16714 vsize=14090948 memory=1430232 CPUtime=2.2 cores=0,2,4,6
/proc/16717/task/16728/stat : 16728 (java) S 16714 16717 15043 0 -1 1077944384 7277 0 0 0 219 1 0 0 20 0 15 0 244884283 14429130752 357558 33554432000 4194304 4196468 140720717361408 139904172353776 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16729] ppid=16714 vsize=14090948 memory=1430232 CPUtime=2.28 cores=0,2,4,6
/proc/16717/task/16729/stat : 16729 (java) S 16714 16717 15043 0 -1 1077944384 7176 0 0 0 227 1 0 0 20 0 15 0 244884283 14429130752 357558 33554432000 4194304 4196468 140720717361408 139904171301232 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16730] ppid=16714 vsize=14090948 memory=1430236 CPUtime=0.95 cores=0,2,4,6
/proc/16717/task/16730/stat : 16730 (java) S 16714 16717 15043 0 -1 1077944384 9354 0 0 0 93 2 0 0 20 0 15 0 244884283 14429130752 357558 33554432000 4194304 4196468 140720717361408 139904170248176 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 26 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16731] ppid=16714 vsize=14090948 memory=1430232 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16731/stat : 16731 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14429130752 357558 33554432000 4194304 4196468 140720717361408 139904169195872 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16732] ppid=16714 vsize=14090948 memory=1430232 CPUtime=1.46 cores=0,2,4,6
/proc/16717/task/16732/stat : 16732 (java) S 16714 16717 15043 0 -1 1077944384 1159 0 0 0 72 74 0 0 20 0 15 0 244884284 14429130752 357558 33554432000 4194304 4196468 140720717361408 139904168143920 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
Current children cumulated CPU time: 2413.66 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1430232 KiB

[startup+2442.3 s]
/proc/loadavg: 1.16 1.35 1.40 3/215 16907
/proc/meminfo: memFree=25886472/32770624 swapFree=67030672/67108860
[pid=16717] ppid=16714 vsize=14090948 memory=1438408 CPUtime=2474.5 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15043 0 -1 1077944320 148808 0 0 0 247265 185 0 0 20 0 15 0 244884278 14429130752 359602 33554432000 4194304 4196468 140720717361408 140720717343952 139904702119671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
/proc/16717/statm: 3522737 359602 3601 1 0 3484809 0
[pid=16717/tid=16719] ppid=16714 vsize=14090948 memory=1430232 CPUtime=2431.78 cores=0,2,4,6
/proc/16717/task/16719/stat : 16719 (java) R 16714 16717 15043 0 -1 4202560 57511 0 0 0 243150 28 0 0 20 0 15 0 244884278 14429130752 359602 33554432000 4194304 4196468 140720717361408 139904706357824 139904350207468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16720] ppid=16714 vsize=14090948 memory=1432788 CPUtime=8.6 cores=0,2,4,6
/proc/16717/task/16720/stat : 16720 (java) S 16714 16717 15043 0 -1 1077944384 15541 0 0 0 838 22 0 0 20 0 15 0 244884279 14429130752 359602 33554432000 4194304 4196468 140720717361408 139904298367504 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16721] ppid=16714 vsize=14090948 memory=1432784 CPUtime=8.6 cores=0,2,4,6
/proc/16717/task/16721/stat : 16721 (java) S 16714 16717 15043 0 -1 1077944384 11449 0 0 0 839 21 0 0 20 0 15 0 244884279 14429130752 359602 33554432000 4194304 4196468 140720717361408 139904297314960 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16722] ppid=16714 vsize=14090948 memory=1435340 CPUtime=8.57 cores=0,2,4,6
/proc/16717/task/16722/stat : 16722 (java) S 16714 16717 15043 0 -1 1077944384 12234 0 0 0 836 21 0 0 20 0 15 0 244884279 14429130752 359602 33554432000 4194304 4196468 140720717361408 139904296261904 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16723] ppid=16714 vsize=14090948 memory=1433808 CPUtime=8.6 cores=0,2,4,6
/proc/16717/task/16723/stat : 16723 (java) S 16714 16717 15043 0 -1 1077944384 14813 0 0 0 841 19 0 0 20 0 15 0 244884279 14429130752 359602 33554432000 4194304 4196468 140720717361408 139904295209360 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16724] ppid=16714 vsize=14090948 memory=1435340 CPUtime=1.33 cores=0,2,4,6
/proc/16717/task/16724/stat : 16724 (java) S 16714 16717 15043 0 -1 1077944384 10839 0 0 0 117 16 0 0 20 0 15 0 244884280 14429130752 359602 33554432000 4194304 4196468 140720717361408 139904176564976 139904702130818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16725] ppid=16714 vsize=14090948 memory=1435340 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16725/stat : 16725 (java) S 16714 16717 15043 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 244884281 14429130752 359602 33554432000 4194304 4196468 140720717361408 139904175511264 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16726] ppid=16714 vsize=14090948 memory=1434824 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16726/stat : 16726 (java) S 16714 16717 15043 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 244884281 14429130752 359602 33554432000 4194304 4196468 140720717361408 139904174458112 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16727] ppid=16714 vsize=14090948 memory=1435852 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16727/stat : 16727 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14429130752 359602 33554432000 4194304 4196468 140720717361408 139904173406672 139904702138267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16728] ppid=16714 vsize=14090948 memory=1438920 CPUtime=2.2 cores=0,2,4,6
/proc/16717/task/16728/stat : 16728 (java) S 16714 16717 15043 0 -1 1077944384 7279 0 0 0 219 1 0 0 20 0 15 0 244884283 14429130752 359602 33554432000 4194304 4196468 140720717361408 139904172353776 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16729] ppid=16714 vsize=14090948 memory=1438408 CPUtime=2.28 cores=0,2,4,6
/proc/16717/task/16729/stat : 16729 (java) S 16714 16717 15043 0 -1 1077944384 7178 0 0 0 227 1 0 0 20 0 15 0 244884283 14429130752 359602 33554432000 4194304 4196468 140720717361408 139904171301232 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16730] ppid=16714 vsize=14090948 memory=1438408 CPUtime=0.95 cores=0,2,4,6
/proc/16717/task/16730/stat : 16730 (java) S 16714 16717 15043 0 -1 1077944384 9356 0 0 0 93 2 0 0 20 0 15 0 244884283 14429130752 359602 33554432000 4194304 4196468 140720717361408 139904170248176 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16731] ppid=16714 vsize=14090948 memory=1438920 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16731/stat : 16731 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14429130752 359602 33554432000 4194304 4196468 140720717361408 139904169195872 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16732] ppid=16714 vsize=14090948 memory=1438408 CPUtime=1.51 cores=0,2,4,6
/proc/16717/task/16732/stat : 16732 (java) S 16714 16717 15043 0 -1 1077944384 1177 0 0 0 75 76 0 0 20 0 15 0 244884284 14429130752 359602 33554432000 4194304 4196468 140720717361408 139904168143920 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
Current children cumulated CPU time: 2474.5 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1438408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487.2 s]
/proc/loadavg: 1.25 1.35 1.40 3/215 16908
/proc/meminfo: memFree=25882224/32770624 swapFree=67030672/67108860
[pid=16717] ppid=16714 vsize=14090948 memory=1442492 CPUtime=2520.01 cores=0,2,4,6
/proc/16717/stat : 16717 (java) S 16714 16717 15043 0 -1 1077944320 150829 0 0 0 251813 188 0 0 20 0 15 0 244884278 14429130752 360623 33554432000 4194304 4196468 140720717361408 140720717343952 139904702119671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
/proc/16717/statm: 3522737 360623 3601 1 0 3484809 0
[pid=16717/tid=16719] ppid=16714 vsize=14090948 memory=972 CPUtime=2476.43 cores=0,2,4,6
/proc/16717/task/16719/stat : 16719 (java) R 16714 16717 15043 0 -1 4202560 57952 0 0 0 247615 28 0 0 20 0 15 0 244884278 14429130752 360623 33554432000 4194304 4196468 140720717361408 139904706357808 139904350736917 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16720] ppid=16714 vsize=14090948 memory=6791534058613427641 CPUtime=8.8 cores=0,2,4,6
/proc/16717/task/16720/stat : 16720 (java) S 16714 16717 15043 0 -1 1077944384 15971 0 0 0 857 23 0 0 20 0 15 0 244884279 14429130752 360623 33554432000 4194304 4196468 140720717361408 139904298367504 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16721] ppid=16714 vsize=14090948 memory=7532 CPUtime=8.8 cores=0,2,4,6
/proc/16717/task/16721/stat : 16721 (java) S 16714 16717 15043 0 -1 1077944384 11639 0 0 0 859 21 0 0 20 0 15 0 244884279 14429130752 360623 33554432000 4194304 4196468 140720717361408 139904297314960 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16722] ppid=16714 vsize=14090948 memory=792 CPUtime=8.77 cores=0,2,4,6
/proc/16717/task/16722/stat : 16722 (java) S 16714 16717 15043 0 -1 1077944384 12553 0 0 0 856 21 0 0 20 0 15 0 244884279 14429130752 360623 33554432000 4194304 4196468 140720717361408 139904296261904 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16723] ppid=16714 vsize=14090948 memory=3544 CPUtime=8.79 cores=0,2,4,6
/proc/16717/task/16723/stat : 16723 (java) S 16714 16717 15043 0 -1 1077944384 15240 0 0 0 860 19 0 0 20 0 15 0 244884279 14429130752 360623 33554432000 4194304 4196468 140720717361408 139904295209360 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16724] ppid=16714 vsize=14090948 memory=1442492 CPUtime=1.35 cores=0,2,4,6
/proc/16717/task/16724/stat : 16724 (java) S 16714 16717 15043 0 -1 1077944384 11023 0 0 0 119 16 0 0 20 0 15 0 244884280 14429130752 360623 33554432000 4194304 4196468 140720717361408 139904176564976 139904702130818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16725] ppid=16714 vsize=14090948 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16725/stat : 16725 (java) S 16714 16717 15043 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 244884281 14429130752 360623 33554432000 4194304 4196468 140720717361408 139904175511264 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16726] ppid=16714 vsize=14090948 memory=64744 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16726/stat : 16726 (java) S 16714 16717 15043 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 244884281 14429130752 360623 33554432000 4194304 4196468 140720717361408 139904174458112 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16727] ppid=16714 vsize=14090948 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16727/stat : 16727 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14429130752 360623 33554432000 4194304 4196468 140720717361408 139904173406672 139904702138267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16728] ppid=16714 vsize=14090948 memory=13888 CPUtime=2.2 cores=0,2,4,6
/proc/16717/task/16728/stat : 16728 (java) S 16714 16717 15043 0 -1 1077944384 7283 0 0 0 219 1 0 0 20 0 15 0 244884283 14429130752 360623 33554432000 4194304 4196468 140720717361408 139904172353776 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16729] ppid=16714 vsize=14090948 memory=2228 CPUtime=2.28 cores=0,2,4,6
/proc/16717/task/16729/stat : 16729 (java) S 16714 16717 15043 0 -1 1077944384 7182 0 0 0 227 1 0 0 20 0 15 0 244884283 14429130752 360623 33554432000 4194304 4196468 140720717361408 139904171301232 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16730] ppid=16714 vsize=14090948 memory=33280 CPUtime=0.95 cores=0,2,4,6
/proc/16717/task/16730/stat : 16730 (java) S 16714 16717 15043 0 -1 1077944384 9360 0 0 0 93 2 0 0 20 0 15 0 244884283 14429130752 360623 33554432000 4194304 4196468 140720717361408 139904170248176 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 26 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16731] ppid=16714 vsize=14090948 memory=11908 CPUtime=0 cores=0,2,4,6
/proc/16717/task/16731/stat : 16731 (java) S 16714 16717 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244884283 14429130752 360623 33554432000 4194304 4196468 140720717361408 139904169195872 139904702129877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
[pid=16717/tid=16732] ppid=16714 vsize=14090948 memory=492 CPUtime=1.53 cores=0,2,4,6
/proc/16717/task/16732/stat : 16732 (java) S 16714 16717 15043 0 -1 1077944384 1195 0 0 0 75 78 0 0 20 0 15 0 244884284 14429130752 360623 33554432000 4194304 4196468 140720717361408 139904168143920 139904702130818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 34 0 0 6293624 6294260 38547456 140720717366345 140720717366537 140720717366537 140720717369295 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1442492 KiB

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

[startup+2487.21 s]
# the end of solver process 16717 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.15 s, system=1.89239 s

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

Child status: 143
Real time (s): 2487.21
CPU time (s): 2520.04
CPU user time (s): 2518.15
CPU system time (s): 1.89239
CPU usage (%): 101.32
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 1443004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.15
system time used= 1.89238
maximum resident set size= 1443004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151012
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88366
involuntary context switches= 4281


# summary of solver processes directly reported to runsolver:
#   pid: 16717
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2518.15
#   total CPU system time (s): 1.89239

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8666 second user time and 22.6408 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-14 21:00:11
IDJOB=4307908
IDBENCH=141113
IDSOLVER=2791
FILE ID=node102/4307908-1534273211
RUNJOBID= node102-1534258226-15074
PBS_JOBID= 21038131
Free space on /tmp= 39484 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ8-3_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307908-1534273211/watcher-4307908-1534273211 -o /tmp/evaluation-result-4307908-1534273211/solver-4307908-1534273211 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534258226-15074 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 595316965 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307908-1534273211.xml

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

MD5SUM BENCH= 7db04233d06e2f858d703f8c476ffab2
RANDOM SEED=595316965

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26283188 kB
MemAvailable:   30500908 kB
Buffers:          198008 kB
Cached:          4270824 kB
SwapCached:        51232 kB
Active:          3333076 kB
Inactive:        2590976 kB
Active(anon):    1380016 kB
Inactive(anon):   126904 kB
Active(file):    1953060 kB
Inactive(file):  2464072 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030672 kB
Dirty:             36884 kB
Writeback:             0 kB
AnonPages:       1411968 kB
Mapped:            66200 kB
Shmem:             48996 kB
Slab:             257940 kB
SReclaimable:     229048 kB
SUnreclaim:        28892 kB
KernelStack:        3504 kB
PageTables:         8252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2435184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1353728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 39448 MiB
End job on node102 at 2018-08-14 21:41:38