Trace number 4274157

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26? (TO) 2520.1101 2485.8101

General information on the benchmark

NameRlfap/
Rlfap-m1-scens11/Rlfap-scen-11-f05.xml
MD5SUMf8050e8ddc741b4fb4a45c7e8cfb7628
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.0422
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size39
Distribution of domain sizes[{"size":6,"count":2},{"size":21,"count":4},{"size":22,"count":10},{"size":32,"count":336},{"size":39,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.23/0.40	c version: 2017-07-26
0.23/0.40	c seed: 47642746
0.23/0.40	c timeout: 2520
0.23/0.40	c memlimit: 11000
0.23/0.40	c nbcore: 4
0.40/0.43	c Parsing instance...
4.45/1.81	c Parsing done, starting search...
2520.09/2485.80	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274157-1502723644/watcher-4274157-1502723644 -o /tmp/evaluation-result-4274157-1502723644/solver-4274157-1502723644 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6259 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 47642746 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274157-1502723644.xml 

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

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=17051, runsolver pid=17048

[startup+0.100106 s]*
/proc/loadavg: 1.66 1.72 1.70 2/200 17052
/proc/meminfo: memFree=30413684/32770624 swapFree=67108860/67108860
[pid=17051] ppid=17048 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/17051/stat : 17051 (runsolver) D 17048 17051 8289 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 120179615 34791424 113 18446744073709551615 4194304 4346622 140733815536272 140733815532904 139968785892055 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6446216 6449568 18644992 140733815541827 140733815542308 140733815542308 140733815545802 0
/proc/17051/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.20912 s]*
/proc/loadavg: 1.66 1.72 1.70 3/214 17066
/proc/meminfo: memFree=30403932/32770624 swapFree=67108860/67108860
[pid=17051] ppid=17048 vsize=13976388 memory=26176 CPUtime=0.06 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17048 17051 8289 0 -1 1077944320 5531 0 0 0 5 1 0 0 20 0 15 0 120179615 14311821312 6544 18446744073709551615 4194304 4196468 140721956968672 140721956951216 140564770479863 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
/proc/17051/statm: 3494097 6544 3291 1 0 3482876 0
[pid=17051/tid=17053] ppid=17048 vsize=13975920 memory=8318255677412212789 CPUtime=0.05 cores=1,3,5,7
/proc/17051/task/17053/stat : 17053 (java) R 17048 17051 8289 0 -1 4202560 3625 0 0 0 4 1 0 0 20 0 15 0 120179627 14311342080 5756 18446744073709551615 4194304 4196468 140721956968672 140564774722144 140564763196967 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17054] ppid=17048 vsize=13973048 memory=330 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17054/stat : 17054 (java) S 17048 17051 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120179627 14308401152 5756 18446744073709551615 4194304 4196468 140721956968672 140564689894160 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17055] ppid=17048 vsize=13973048 memory=139968789911986 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17055/stat : 17055 (java) S 17048 17051 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120179627 14308401152 5756 18446744073709551615 4194304 4196468 140721956968672 140564688841616 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17056] ppid=17048 vsize=13973048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17056/stat : 17056 (java) S 17048 17051 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120179627 14308401152 5756 18446744073709551615 4194304 4196468 140721956968672 140564687789072 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17057] ppid=17048 vsize=13973048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17057/stat : 17057 (java) S 17048 17051 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120179627 14308401152 5756 18446744073709551615 4194304 4196468 140721956968672 140564686736528 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17058] ppid=17048 vsize=13973048 memory=139968788842112 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17058/stat : 17058 (java) S 17048 17051 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120179629 14308401152 5756 18446744073709551615 4194304 4196468 140721956968672 140564249421808 140564770491010 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17059] ppid=17048 vsize=13973048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17059/stat : 17059 (java) S 17048 17051 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120179629 14308401152 5756 18446744073709551615 4194304 4196468 140721956968672 140564248368032 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17060] ppid=17048 vsize=13973048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17060/stat : 17060 (java) S 17048 17051 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120179629 14308401152 5756 18446744073709551615 4194304 4196468 140721956968672 140564247315440 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17061] ppid=17048 vsize=13973048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17061/stat : 17061 (java) S 17048 17051 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120179632 14308401152 5756 18446744073709551615 4194304 4196468 140721956968672 140564246264016 140564770498459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17062] ppid=17048 vsize=13973048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17062/stat : 17062 (java) S 17048 17051 8289 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 120179632 14308401152 5756 18446744073709551615 4194304 4196468 140721956968672 140564245211632 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17063] ppid=17048 vsize=13973048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17063/stat : 17063 (java) S 17048 17051 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 120179632 14308401152 5756 18446744073709551615 4194304 4196468 140721956968672 140564244159088 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17064] ppid=17048 vsize=13973048 memory=139968788842112 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17064/stat : 17064 (java) R 17048 17051 8289 0 -1 4202560 222 0 0 0 0 0 0 0 20 0 15 0 120179632 14308401152 5756 18446744073709551615 4194304 4196468 140721956968672 140564243106544 140564770501210 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17065] ppid=17048 vsize=13973048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17065/stat : 17065 (java) S 17048 17051 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120179632 14308401152 5756 18446744073709551615 4194304 4196468 140721956968672 140564242054240 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17066] ppid=17048 vsize=13973048 memory=139968788842112 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17066/stat : 17066 (java) S 17048 17051 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120179636 14308401152 5756 18446744073709551615 4194304 4196468 140721956968672 140564241000752 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13976388 KiB
Current children cumulated memory: 26176 KiB

[startup+0.310543 s]*
/proc/loadavg: 1.66 1.72 1.70 3/214 17066
/proc/meminfo: memFree=30386168/32770624 swapFree=67108860/67108860
[pid=17051] ppid=17048 vsize=13975920 memory=40272 CPUtime=0.23 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17048 17051 8289 0 -1 1077944320 9797 0 0 0 20 3 0 0 20 0 15 0 120179615 14311342080 10068 18446744073709551615 4194304 4196468 140721956968672 140721956951216 140564770479863 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
/proc/17051/statm: 3493980 10068 3553 1 0 3482759 0
[pid=17051/tid=17053] ppid=17048 vsize=13975920 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/17051/task/17053/stat : 17053 (java) R 17048 17051 8289 0 -1 4202560 7524 0 0 0 13 2 0 0 20 0 15 0 120179627 14311342080 10068 18446744073709551615 4194304 4196468 140721956968672 140564774688016 140564770501789 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17054] ppid=17048 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17054/stat : 17054 (java) S 17048 17051 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120179627 14311342080 10068 18446744073709551615 4194304 4196468 140721956968672 140564689894160 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17055] ppid=17048 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17055/stat : 17055 (java) S 17048 17051 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120179627 14311342080 10068 18446744073709551615 4194304 4196468 140721956968672 140564688841616 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17056] ppid=17048 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17056/stat : 17056 (java) S 17048 17051 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120179627 14311342080 10068 18446744073709551615 4194304 4196468 140721956968672 140564687789072 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17057] ppid=17048 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17057/stat : 17057 (java) S 17048 17051 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120179627 14311342080 10068 18446744073709551615 4194304 4196468 140721956968672 140564686736528 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17058] ppid=17048 vsize=13975920 memory=139968788842112 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17058/stat : 17058 (java) S 17048 17051 8289 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 120179629 14311342080 10068 18446744073709551615 4194304 4196468 140721956968672 140564249421808 140564770491010 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17059] ppid=17048 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17059/stat : 17059 (java) S 17048 17051 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120179629 14311342080 10068 18446744073709551615 4194304 4196468 140721956968672 140564248368032 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17060] ppid=17048 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17060/stat : 17060 (java) S 17048 17051 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120179629 14311342080 10068 18446744073709551615 4194304 4196468 140721956968672 140564247315440 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17061] ppid=17048 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17061/stat : 17061 (java) S 17048 17051 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120179632 14311342080 10068 18446744073709551615 4194304 4196468 140721956968672 140564246264016 140564770498459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17062] ppid=17048 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17051/task/17062/stat : 17062 (java) S 17048 17051 8289 0 -1 1077944384 471 0 0 0 1 0 0 0 20 0 15 0 120179632 14311342080 10068 18446744073709551615 4194304 4196468 140721956968672 140564245211632 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17063] ppid=17048 vsize=13975920 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/17051/task/17063/stat : 17063 (java) S 17048 17051 8289 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 15 0 120179632 14311342080 10068 18446744073709551615 4194304 4196468 140721956968672 140564244159088 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17064] ppid=17048 vsize=13975920 memory=139968788842112 CPUtime=0.04 cores=1,3,5,7
/proc/17051/task/17064/stat : 17064 (java) R 17048 17051 8289 0 -1 4202560 377 0 0 0 4 0 0 0 20 0 15 0 120179632 14311342080 10068 18446744073709551615 4194304 4196468 140721956968672 140564243106544 140564754667559 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17065] ppid=17048 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17065/stat : 17065 (java) S 17048 17051 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120179632 14311342080 10068 18446744073709551615 4194304 4196468 140721956968672 140564242054240 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17066] ppid=17048 vsize=13975920 memory=139968788842112 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17066/stat : 17066 (java) S 17048 17051 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120179636 14311342080 10068 18446744073709551615 4194304 4196468 140721956968672 140564241000752 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40272 KiB

[startup+0.700756 s]
/proc/loadavg: 1.66 1.72 1.70 4/214 17066
/proc/meminfo: memFree=30374828/32770624 swapFree=67108860/67108860
[pid=17051] ppid=17048 vsize=13977988 memory=67988 CPUtime=0.98 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17048 17051 8289 0 -1 1077944320 13656 0 0 0 94 4 0 0 20 0 15 0 120179615 14313459712 16997 18446744073709551615 4194304 4196468 140721956968672 140721956951216 140564770479863 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
/proc/17051/statm: 3494497 16997 3727 1 0 3483271 0
[pid=17051/tid=17053] ppid=17048 vsize=13977988 memory=426 CPUtime=0.53 cores=1,3,5,7
/proc/17051/task/17053/stat : 17053 (java) R 17048 17051 8289 0 -1 4202560 10025 0 0 0 49 4 0 0 20 0 15 0 120179627 14313459712 16997 18446744073709551615 4194304 4196468 140721956968672 140564774707184 140564770501789 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17054] ppid=17048 vsize=13977988 memory=98 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17054/stat : 17054 (java) S 17048 17051 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120179627 14313459712 16997 18446744073709551615 4194304 4196468 140721956968672 140564689894160 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17055] ppid=17048 vsize=13977988 memory=7 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17055/stat : 17055 (java) S 17048 17051 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120179627 14313459712 16997 18446744073709551615 4194304 4196468 140721956968672 140564688841616 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17056] ppid=17048 vsize=13977988 memory=2 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17056/stat : 17056 (java) S 17048 17051 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120179627 14313459712 16997 18446744073709551615 4194304 4196468 140721956968672 140564687789072 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17057] ppid=17048 vsize=13977988 memory=580 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17057/stat : 17057 (java) S 17048 17051 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120179627 14313459712 16997 18446744073709551615 4194304 4196468 140721956968672 140564686736528 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17058] ppid=17048 vsize=13977988 memory=2942 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17058/stat : 17058 (java) S 17048 17051 8289 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 120179629 14313459712 16997 18446744073709551615 4194304 4196468 140721956968672 140564249421808 140564770491010 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17059] ppid=17048 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17059/stat : 17059 (java) S 17048 17051 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120179629 14313459712 16997 18446744073709551615 4194304 4196468 140721956968672 140564248368032 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17060] ppid=17048 vsize=13977988 memory=1 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17060/stat : 17060 (java) S 17048 17051 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120179629 14313459712 16997 18446744073709551615 4194304 4196468 140721956968672 140564247315440 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17061] ppid=17048 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17061/stat : 17061 (java) S 17048 17051 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120179632 14313459712 16997 18446744073709551615 4194304 4196468 140721956968672 140564246264016 140564770498459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17062] ppid=17048 vsize=13977988 memory=536 CPUtime=0.14 cores=1,3,5,7
/proc/17051/task/17062/stat : 17062 (java) S 17048 17051 8289 0 -1 1077944384 887 0 0 0 14 0 0 0 20 0 15 0 120179632 14313459712 16997 18446744073709551615 4194304 4196468 140721956968672 140564245211632 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17063] ppid=17048 vsize=13977988 memory=2164 CPUtime=0.11 cores=1,3,5,7
/proc/17051/task/17063/stat : 17063 (java) S 17048 17051 8289 0 -1 1077944384 657 0 0 0 11 0 0 0 20 0 15 0 120179632 14313459712 16997 18446744073709551615 4194304 4196468 140721956968672 140564244159088 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17064] ppid=17048 vsize=13977988 memory=928 CPUtime=0.18 cores=1,3,5,7
/proc/17051/task/17064/stat : 17064 (java) S 17048 17051 8289 0 -1 1077944384 703 0 0 0 18 0 0 0 20 0 15 0 120179632 14313459712 16997 18446744073709551615 4194304 4196468 140721956968672 140564243106544 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17065] ppid=17048 vsize=13977988 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17065/stat : 17065 (java) S 17048 17051 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120179632 14313459712 16997 18446744073709551615 4194304 4196468 140721956968672 140564242054240 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17066] ppid=17048 vsize=13977988 memory=844 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17066/stat : 17066 (java) S 17048 17051 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120179636 14313459712 16997 18446744073709551615 4194304 4196468 140721956968672 140564241000752 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 67988 KiB

[startup+1.50071 s]
/proc/loadavg: 1.66 1.72 1.70 5/214 17066
/proc/meminfo: memFree=30228504/32770624 swapFree=67108860/67108860
[pid=17051] ppid=17048 vsize=13980036 memory=211776 CPUtime=3.53 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17048 17051 8289 0 -1 1077944320 21110 0 0 0 343 10 0 0 20 0 15 0 120179615 14315556864 52944 18446744073709551615 4194304 4196468 140721956968672 140721956951216 140564770479863 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
/proc/17051/statm: 3495009 52944 3786 1 0 3483783 0
[pid=17051/tid=17053] ppid=17048 vsize=13980036 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/17051/task/17053/stat : 17053 (java) R 17048 17051 8289 0 -1 4202560 12423 0 0 0 125 6 0 0 20 0 15 0 120179627 14315556864 52944 18446744073709551615 4194304 4196468 140721956968672 140564774717088 140564770501210 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17054] ppid=17048 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17054/stat : 17054 (java) S 17048 17051 8289 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 120179627 14315556864 52944 18446744073709551615 4194304 4196468 140721956968672 140564689894160 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17055] ppid=17048 vsize=13980036 memory=170 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17055/stat : 17055 (java) S 17048 17051 8289 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 120179627 14315556864 52944 18446744073709551615 4194304 4196468 140721956968672 140564688841616 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17056] ppid=17048 vsize=13980036 memory=1 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17056/stat : 17056 (java) S 17048 17051 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120179627 14315556864 52944 18446744073709551615 4194304 4196468 140721956968672 140564687789072 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17057] ppid=17048 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17057/stat : 17057 (java) S 17048 17051 8289 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 120179627 14315556864 52944 18446744073709551615 4194304 4196468 140721956968672 140564686736528 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17058] ppid=17048 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17058/stat : 17058 (java) S 17048 17051 8289 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 120179629 14315556864 52944 18446744073709551615 4194304 4196468 140721956968672 140564249421808 140564770491010 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17059] ppid=17048 vsize=13980036 memory=27 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17059/stat : 17059 (java) S 17048 17051 8289 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 120179629 14315556864 52944 18446744073709551615 4194304 4196468 140721956968672 140564248368096 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17060] ppid=17048 vsize=13980036 memory=180 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17060/stat : 17060 (java) S 17048 17051 8289 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 120179629 14315556864 52944 18446744073709551615 4194304 4196468 140721956968672 140564247315456 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17061] ppid=17048 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17061/stat : 17061 (java) S 17048 17051 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120179632 14315556864 52944 18446744073709551615 4194304 4196468 140721956968672 140564246264016 140564770498459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17062] ppid=17048 vsize=13980036 memory=0 CPUtime=0.76 cores=1,3,5,7
/proc/17051/task/17062/stat : 17062 (java) S 17048 17051 8289 0 -1 1077944384 2061 0 0 0 76 0 0 0 20 0 15 0 120179632 14315556864 52944 18446744073709551615 4194304 4196468 140721956968672 140564245211632 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17063] ppid=17048 vsize=13980036 memory=2400 CPUtime=0.72 cores=1,3,5,7
/proc/17051/task/17063/stat : 17063 (java) R 17048 17051 8289 0 -1 4202560 2089 0 0 0 71 1 0 0 20 0 15 0 120179632 14315556864 52944 18446744073709551615 4194304 4196468 140721956968672 140564244149008 140564770501210 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17064] ppid=17048 vsize=13980036 memory=200588 CPUtime=0.67 cores=1,3,5,7
/proc/17051/task/17064/stat : 17064 (java) R 17048 17051 8289 0 -1 4202560 3018 0 0 0 66 1 0 0 20 0 15 0 120179632 14315556864 52944 18446744073709551615 4194304 4196468 140721956968672 140564243106544 140564749434249 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17065] ppid=17048 vsize=13980036 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17065/stat : 17065 (java) S 17048 17051 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120179632 14315556864 52944 18446744073709551615 4194304 4196468 140721956968672 140564242054240 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17066] ppid=17048 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17066/stat : 17066 (java) S 17048 17051 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120179636 14315556864 52944 18446744073709551615 4194304 4196468 140721956968672 140564241000752 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
Current children cumulated CPU time: 3.53 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 211776 KiB

[startup+3.10998 s]
/proc/loadavg: 1.66 1.72 1.70 3/214 17066
/proc/meminfo: memFree=30160144/32770624 swapFree=67108860/67108860
[pid=17051] ppid=17048 vsize=13982084 memory=267588 CPUtime=7.04 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17048 17051 8289 0 -1 1077944320 27518 0 0 0 688 16 0 0 20 0 15 0 120179615 14317654016 66897 18446744073709551615 4194304 4196468 140721956968672 140721956951216 140564770479863 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
/proc/17051/statm: 3495521 66897 3793 1 0 3484295 0
[pid=17051/tid=17053] ppid=17048 vsize=13982084 memory=0 CPUtime=2.88 cores=1,3,5,7
/proc/17051/task/17053/stat : 17053 (java) R 17048 17051 8289 0 -1 4202560 13030 0 0 0 281 7 0 0 20 0 15 0 120179627 14317654016 66897 18446744073709551615 4194304 4196468 140721956968672 140564774718272 140564374807645 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0

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

/proc/17051/task/17053/stat : 17053 (java) R 17048 17051 8289 0 -1 4202560 40566 0 0 0 230285 34 0 0 20 0 15 0 120179627 14317654016 263635 18446744073709551615 4194304 4196468 140721956968672 140564774718336 140564374585592 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17054] ppid=17048 vsize=13982084 memory=1050444 CPUtime=10.12 cores=1,3,5,7
/proc/17051/task/17054/stat : 17054 (java) S 17048 17051 8289 0 -1 1077944384 11651 0 0 0 969 43 0 0 20 0 15 0 120179627 14317654016 263635 18446744073709551615 4194304 4196468 140721956968672 140564689894160 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17055] ppid=17048 vsize=13982084 memory=1050444 CPUtime=10.11 cores=1,3,5,7
/proc/17051/task/17055/stat : 17055 (java) S 17048 17051 8289 0 -1 1077944384 15536 0 0 0 971 40 0 0 20 0 15 0 120179627 14317654016 263635 18446744073709551615 4194304 4196468 140721956968672 140564688841616 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17056] ppid=17048 vsize=13982084 memory=1054540 CPUtime=10.1 cores=1,3,5,7
/proc/17051/task/17056/stat : 17056 (java) S 17048 17051 8289 0 -1 1077944384 14155 0 0 0 962 48 0 0 20 0 15 0 120179627 14317654016 263635 18446744073709551615 4194304 4196468 140721956968672 140564687789072 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17057] ppid=17048 vsize=13982084 memory=1054540 CPUtime=10.08 cores=1,3,5,7
/proc/17051/task/17057/stat : 17057 (java) S 17048 17051 8289 0 -1 1077944384 12533 0 0 0 965 43 0 0 20 0 15 0 120179627 14317654016 263635 18446744073709551615 4194304 4196468 140721956968672 140564686736528 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17058] ppid=17048 vsize=13982084 memory=1052492 CPUtime=5.36 cores=1,3,5,7
/proc/17051/task/17058/stat : 17058 (java) S 17048 17051 8289 0 -1 1077944384 9991 0 0 0 498 38 0 0 20 0 15 0 120179629 14317654016 263635 18446744073709551615 4194304 4196468 140721956968672 140564249421808 140564770491010 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17059] ppid=17048 vsize=13982084 memory=1054540 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17059/stat : 17059 (java) S 17048 17051 8289 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 120179629 14317654016 263635 18446744073709551615 4194304 4196468 140721956968672 140564248368096 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17060] ppid=17048 vsize=13982084 memory=1054540 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17060/stat : 17060 (java) S 17048 17051 8289 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 120179629 14317654016 263635 18446744073709551615 4194304 4196468 140721956968672 140564247315456 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17061] ppid=17048 vsize=13982084 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17061/stat : 17061 (java) S 17048 17051 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120179632 14317654016 263635 18446744073709551615 4194304 4196468 140721956968672 140564246264016 140564770498459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17062] ppid=17048 vsize=13982084 memory=1054540 CPUtime=1.6 cores=1,3,5,7
/proc/17051/task/17062/stat : 17062 (java) S 17048 17051 8289 0 -1 1077944384 6596 0 0 0 159 1 0 0 20 0 15 0 120179632 14317654016 263635 18446744073709551615 4194304 4196468 140721956968672 140564245211632 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17063] ppid=17048 vsize=13982084 memory=1054540 CPUtime=1.49 cores=1,3,5,7
/proc/17051/task/17063/stat : 17063 (java) S 17048 17051 8289 0 -1 1077944384 2973 0 0 0 148 1 0 0 20 0 15 0 120179632 14317654016 263635 18446744073709551615 4194304 4196468 140721956968672 140564244159088 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17064] ppid=17048 vsize=13982084 memory=1054540 CPUtime=0.95 cores=1,3,5,7
/proc/17051/task/17064/stat : 17064 (java) S 17048 17051 8289 0 -1 1077944384 5384 0 0 0 93 2 0 0 20 0 15 0 120179632 14317654016 263635 18446744073709551615 4194304 4196468 140721956968672 140564243106544 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17065] ppid=17048 vsize=13982084 memory=1054540 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17065/stat : 17065 (java) S 17048 17051 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120179632 14317654016 263635 18446744073709551615 4194304 4196468 140721956968672 140564242054240 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17066] ppid=17048 vsize=13982084 memory=1054540 CPUtime=1.13 cores=1,3,5,7
/proc/17051/task/17066/stat : 17066 (java) S 17048 17051 8289 0 -1 1077944384 1449 0 0 0 51 62 0 0 20 0 15 0 120179636 14317654016 263635 18446744073709551615 4194304 4196468 140721956968672 140564241000752 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
Current children cumulated CPU time: 2354.23 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1054540 KiB

[startup+2382.3 s]
/proc/loadavg: 1.35 1.35 1.39 3/212 17312
/proc/meminfo: memFree=29984520/32770624 swapFree=67108860/67108860
[pid=17051] ppid=17048 vsize=13982084 memory=1060684 CPUtime=2415.06 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17048 17051 8289 0 -1 1077944320 123952 0 0 0 241227 279 0 0 20 0 15 0 120179615 14317654016 265171 18446744073709551615 4194304 4196468 140721956968672 140721956951216 140564770479863 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
/proc/17051/statm: 3495521 265171 3798 1 0 3484295 0
[pid=17051/tid=17053] ppid=17048 vsize=13982084 memory=1058636 CPUtime=2362.65 cores=1,3,5,7
/proc/17051/task/17053/stat : 17053 (java) R 17048 17051 8289 0 -1 4202560 41104 0 0 0 236230 35 0 0 20 0 15 0 120179627 14317654016 265171 18446744073709551615 4194304 4196468 140721956968672 140564774718400 140564374586227 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17054] ppid=17048 vsize=13982084 memory=77575699302900 CPUtime=10.42 cores=1,3,5,7
/proc/17051/task/17054/stat : 17054 (java) S 17048 17051 8289 0 -1 1077944384 12009 0 0 0 998 44 0 0 20 0 15 0 120179627 14317654016 265171 18446744073709551615 4194304 4196468 140721956968672 140564689894160 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17055] ppid=17048 vsize=13982084 memory=-8774313645642428999 CPUtime=10.42 cores=1,3,5,7
/proc/17051/task/17055/stat : 17055 (java) S 17048 17051 8289 0 -1 1077944384 15556 0 0 0 1001 41 0 0 20 0 15 0 120179627 14317654016 265171 18446744073709551615 4194304 4196468 140721956968672 140564688841616 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17056] ppid=17048 vsize=13982084 memory=1058636 CPUtime=10.41 cores=1,3,5,7
/proc/17051/task/17056/stat : 17056 (java) S 17048 17051 8289 0 -1 1077944384 14480 0 0 0 991 50 0 0 20 0 15 0 120179627 14317654016 265171 18446744073709551615 4194304 4196468 140721956968672 140564687789072 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17057] ppid=17048 vsize=13982084 memory=1058636 CPUtime=10.37 cores=1,3,5,7
/proc/17051/task/17057/stat : 17057 (java) S 17048 17051 8289 0 -1 1077944384 12812 0 0 0 993 44 0 0 20 0 15 0 120179627 14317654016 265171 18446744073709551615 4194304 4196468 140721956968672 140564686736528 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17058] ppid=17048 vsize=13982084 memory=1058636 CPUtime=5.49 cores=1,3,5,7
/proc/17051/task/17058/stat : 17058 (java) S 17048 17051 8289 0 -1 1077944384 10186 0 0 0 510 39 0 0 20 0 15 0 120179629 14317654016 265171 18446744073709551615 4194304 4196468 140721956968672 140564249421808 140564770491010 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17059] ppid=17048 vsize=13982084 memory=1058636 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17059/stat : 17059 (java) S 17048 17051 8289 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 120179629 14317654016 265171 18446744073709551615 4194304 4196468 140721956968672 140564248368096 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17060] ppid=17048 vsize=13982084 memory=1058636 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17060/stat : 17060 (java) S 17048 17051 8289 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 120179629 14317654016 265171 18446744073709551615 4194304 4196468 140721956968672 140564247315456 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17061] ppid=17048 vsize=13982084 memory=1058636 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17061/stat : 17061 (java) S 17048 17051 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120179632 14317654016 265171 18446744073709551615 4194304 4196468 140721956968672 140564246264016 140564770498459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17062] ppid=17048 vsize=13982084 memory=1058636 CPUtime=1.6 cores=1,3,5,7
/proc/17051/task/17062/stat : 17062 (java) S 17048 17051 8289 0 -1 1077944384 6600 0 0 0 159 1 0 0 20 0 15 0 120179632 14317654016 265171 18446744073709551615 4194304 4196468 140721956968672 140564245211632 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17063] ppid=17048 vsize=13982084 memory=4168 CPUtime=1.49 cores=1,3,5,7
/proc/17051/task/17063/stat : 17063 (java) S 17048 17051 8289 0 -1 1077944384 2977 0 0 0 148 1 0 0 20 0 15 0 120179632 14317654016 265171 18446744073709551615 4194304 4196468 140721956968672 140564244159088 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17064] ppid=17048 vsize=13982084 memory=0 CPUtime=0.95 cores=1,3,5,7
/proc/17051/task/17064/stat : 17064 (java) S 17048 17051 8289 0 -1 1077944384 5388 0 0 0 93 2 0 0 20 0 15 0 120179632 14317654016 265171 18446744073709551615 4194304 4196468 140721956968672 140564243106544 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17065] ppid=17048 vsize=13982084 memory=1058636 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17065/stat : 17065 (java) S 17048 17051 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120179632 14317654016 265171 18446744073709551615 4194304 4196468 140721956968672 140564242054240 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17066] ppid=17048 vsize=13982084 memory=4168 CPUtime=1.16 cores=1,3,5,7
/proc/17051/task/17066/stat : 17066 (java) S 17048 17051 8289 0 -1 1077944384 1465 0 0 0 52 64 0 0 20 0 15 0 120179636 14317654016 265171 18446744073709551615 4194304 4196468 140721956968672 140564241000752 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
Current children cumulated CPU time: 2415.06 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1060684 KiB

[startup+2442.3 s]
/proc/loadavg: 1.49 1.39 1.40 3/215 17328
/proc/meminfo: memFree=29978460/32770624 swapFree=67108860/67108860
[pid=17051] ppid=17048 vsize=13982084 memory=1064780 CPUtime=2475.92 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17048 17051 8289 0 -1 1077944320 126405 0 0 0 247306 286 0 0 20 0 15 0 120179615 14317654016 266195 18446744073709551615 4194304 4196468 140721956968672 140721956951216 140564770479863 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
/proc/17051/statm: 3495521 266195 3798 1 0 3484295 0
[pid=17051/tid=17053] ppid=17048 vsize=13982084 memory=1064780 CPUtime=2422.05 cores=1,3,5,7
/proc/17051/task/17053/stat : 17053 (java) R 17048 17051 8289 0 -1 4202560 41728 0 0 0 242170 35 0 0 20 0 15 0 120179627 14317654016 266195 18446744073709551615 4194304 4196468 140721956968672 140564774718448 140564374807744 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17054] ppid=17048 vsize=13982084 memory=1064780 CPUtime=10.74 cores=1,3,5,7
/proc/17051/task/17054/stat : 17054 (java) S 17048 17051 8289 0 -1 1077944384 12486 0 0 0 1029 45 0 0 20 0 15 0 120179627 14317654016 266195 18446744073709551615 4194304 4196468 140721956968672 140564689894160 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17055] ppid=17048 vsize=13982084 memory=1058636 CPUtime=10.74 cores=1,3,5,7
/proc/17051/task/17055/stat : 17055 (java) S 17048 17051 8289 0 -1 1077944384 16073 0 0 0 1031 43 0 0 20 0 15 0 120179627 14317654016 266195 18446744073709551615 4194304 4196468 140721956968672 140564688841616 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17056] ppid=17048 vsize=13982084 memory=1058636 CPUtime=10.73 cores=1,3,5,7
/proc/17051/task/17056/stat : 17056 (java) S 17048 17051 8289 0 -1 1077944384 14701 0 0 0 1023 50 0 0 20 0 15 0 120179627 14317654016 266195 18446744073709551615 4194304 4196468 140721956968672 140564687789072 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17057] ppid=17048 vsize=13982084 memory=1062732 CPUtime=10.69 cores=1,3,5,7
/proc/17051/task/17057/stat : 17057 (java) S 17048 17051 8289 0 -1 1077944384 13070 0 0 0 1024 45 0 0 20 0 15 0 120179627 14317654016 266195 18446744073709551615 4194304 4196468 140721956968672 140564686736528 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17058] ppid=17048 vsize=13982084 memory=148 CPUtime=5.64 cores=1,3,5,7
/proc/17051/task/17058/stat : 17058 (java) S 17048 17051 8289 0 -1 1077944384 10520 0 0 0 524 40 0 0 20 0 15 0 120179629 14317654016 266195 18446744073709551615 4194304 4196468 140721956968672 140564249421808 140564770491010 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17059] ppid=17048 vsize=13982084 memory=1064780 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17059/stat : 17059 (java) S 17048 17051 8289 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 120179629 14317654016 266195 18446744073709551615 4194304 4196468 140721956968672 140564248368096 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17060] ppid=17048 vsize=13982084 memory=1064780 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17060/stat : 17060 (java) S 17048 17051 8289 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 120179629 14317654016 266195 18446744073709551615 4194304 4196468 140721956968672 140564247315456 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17061] ppid=17048 vsize=13982084 memory=1064780 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17061/stat : 17061 (java) S 17048 17051 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120179632 14317654016 266195 18446744073709551615 4194304 4196468 140721956968672 140564246264016 140564770498459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17062] ppid=17048 vsize=13982084 memory=1064780 CPUtime=1.6 cores=1,3,5,7
/proc/17051/task/17062/stat : 17062 (java) S 17048 17051 8289 0 -1 1077944384 6602 0 0 0 159 1 0 0 20 0 15 0 120179632 14317654016 266195 18446744073709551615 4194304 4196468 140721956968672 140564245211632 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17063] ppid=17048 vsize=13982084 memory=1064780 CPUtime=1.49 cores=1,3,5,7
/proc/17051/task/17063/stat : 17063 (java) S 17048 17051 8289 0 -1 1077944384 2979 0 0 0 148 1 0 0 20 0 15 0 120179632 14317654016 266195 18446744073709551615 4194304 4196468 140721956968672 140564244159088 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17064] ppid=17048 vsize=13982084 memory=1064780 CPUtime=0.95 cores=1,3,5,7
/proc/17051/task/17064/stat : 17064 (java) S 17048 17051 8289 0 -1 1077944384 5390 0 0 0 93 2 0 0 20 0 15 0 120179632 14317654016 266195 18446744073709551615 4194304 4196468 140721956968672 140564243106544 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17065] ppid=17048 vsize=13982084 memory=1064780 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17065/stat : 17065 (java) S 17048 17051 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120179632 14317654016 266195 18446744073709551615 4194304 4196468 140721956968672 140564242054240 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17066] ppid=17048 vsize=13982084 memory=-8774313645642428999 CPUtime=1.19 cores=1,3,5,7
/proc/17051/task/17066/stat : 17066 (java) S 17048 17051 8289 0 -1 1077944384 1481 0 0 0 53 66 0 0 20 0 15 0 120179636 14317654016 266195 18446744073709551615 4194304 4196468 140721956968672 140564241000752 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
Current children cumulated CPU time: 2475.92 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1064780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2485.8 s]
/proc/loadavg: 1.61 1.43 1.42 3/215 17330
/proc/meminfo: memFree=29965612/32770624 swapFree=67108860/67108860
[pid=17051] ppid=17048 vsize=13982084 memory=1070924 CPUtime=2520.09 cores=1,3,5,7
/proc/17051/stat : 17051 (java) S 17048 17051 8289 0 -1 1077944320 127137 0 0 0 251718 291 0 0 20 0 15 0 120179615 14317654016 267731 18446744073709551615 4194304 4196468 140721956968672 140721956951216 140564770479863 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
/proc/17051/statm: 3495521 267731 3798 1 0 3484295 0
[pid=17051/tid=17053] ppid=17048 vsize=13982084 memory=1008 CPUtime=2465.12 cores=1,3,5,7
/proc/17051/task/17053/stat : 17053 (java) R 17048 17051 8289 0 -1 4202560 42088 0 0 0 246476 36 0 0 20 0 15 0 120179627 14317654016 267731 18446744073709551615 4194304 4196468 140721956968672 140564774718352 140564374801231 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17054] ppid=17048 vsize=13982084 memory=2012 CPUtime=10.98 cores=1,3,5,7
/proc/17051/task/17054/stat : 17054 (java) S 17048 17051 8289 0 -1 1077944384 12596 0 0 0 1052 46 0 0 20 0 15 0 120179627 14317654016 267731 18446744073709551615 4194304 4196468 140721956968672 140564689894160 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17055] ppid=17048 vsize=13982084 memory=11144 CPUtime=10.99 cores=1,3,5,7
/proc/17051/task/17055/stat : 17055 (java) S 17048 17051 8289 0 -1 1077944384 16130 0 0 0 1055 44 0 0 20 0 15 0 120179627 14317654016 267731 18446744073709551615 4194304 4196468 140721956968672 140564688841616 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17056] ppid=17048 vsize=13982084 memory=5788 CPUtime=10.97 cores=1,3,5,7
/proc/17051/task/17056/stat : 17056 (java) S 17048 17051 8289 0 -1 1077944384 14869 0 0 0 1046 51 0 0 20 0 15 0 120179627 14317654016 267731 18446744073709551615 4194304 4196468 140721956968672 140564687789072 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17057] ppid=17048 vsize=13982084 memory=4612 CPUtime=10.93 cores=1,3,5,7
/proc/17051/task/17057/stat : 17057 (java) S 17048 17051 8289 0 -1 1077944384 13076 0 0 0 1047 46 0 0 20 0 15 0 120179627 14317654016 267731 18446744073709551615 4194304 4196468 140721956968672 140564686736528 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17058] ppid=17048 vsize=13982084 memory=1296 CPUtime=5.75 cores=1,3,5,7
/proc/17051/task/17058/stat : 17058 (java) S 17048 17051 8289 0 -1 1077944384 10541 0 0 0 534 41 0 0 20 0 15 0 120179629 14317654016 267731 18446744073709551615 4194304 4196468 140721956968672 140564249421808 140564770491010 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17059] ppid=17048 vsize=13982084 memory=2440 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17059/stat : 17059 (java) S 17048 17051 8289 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 120179629 14317654016 267731 18446744073709551615 4194304 4196468 140721956968672 140564248368096 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17060] ppid=17048 vsize=13982084 memory=1840 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17060/stat : 17060 (java) S 17048 17051 8289 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 120179629 14317654016 267731 18446744073709551615 4194304 4196468 140721956968672 140564247315456 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17061] ppid=17048 vsize=13982084 memory=792 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17061/stat : 17061 (java) S 17048 17051 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120179632 14317654016 267731 18446744073709551615 4194304 4196468 140721956968672 140564246264016 140564770498459 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17062] ppid=17048 vsize=13982084 memory=1716 CPUtime=1.6 cores=1,3,5,7
/proc/17051/task/17062/stat : 17062 (java) S 17048 17051 8289 0 -1 1077944384 6604 0 0 0 159 1 0 0 20 0 15 0 120179632 14317654016 267731 18446744073709551615 4194304 4196468 140721956968672 140564245211632 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17063] ppid=17048 vsize=13982084 memory=1228 CPUtime=1.49 cores=1,3,5,7
/proc/17051/task/17063/stat : 17063 (java) S 17048 17051 8289 0 -1 1077944384 2981 0 0 0 148 1 0 0 20 0 15 0 120179632 14317654016 267731 18446744073709551615 4194304 4196468 140721956968672 140564244159088 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17064] ppid=17048 vsize=13982084 memory=1436 CPUtime=0.95 cores=1,3,5,7
/proc/17051/task/17064/stat : 17064 (java) S 17048 17051 8289 0 -1 1077944384 5392 0 0 0 93 2 0 0 20 0 15 0 120179632 14317654016 267731 18446744073709551615 4194304 4196468 140721956968672 140564243106544 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17065] ppid=17048 vsize=13982084 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/17051/task/17065/stat : 17065 (java) S 17048 17051 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120179632 14317654016 267731 18446744073709551615 4194304 4196468 140721956968672 140564242054240 140564770490069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
[pid=17051/tid=17066] ppid=17048 vsize=13982084 memory=15880 CPUtime=1.22 cores=1,3,5,7
/proc/17051/task/17066/stat : 17066 (java) S 17048 17051 8289 0 -1 1077944384 1485 0 0 0 54 68 0 0 20 0 15 0 120179636 14317654016 267731 18446744073709551615 4194304 4196468 140721956968672 140564241000752 140564770491010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 20267008 140721956974960 140721956975145 140721956975145 140721956978639 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1070924 KiB

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

[startup+2485.81 s]
# the end of solver process 17051 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.19 s, system=2.91702 s

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

Child status: 143
Real time (s): 2485.81
CPU time (s): 2520.11
CPU user time (s): 2517.19
CPU system time (s): 2.91702
CPU usage (%): 101.38
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 1149912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.19
system time used= 2.91702
maximum resident set size= 1149980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127351
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209446
involuntary context switches= 8526


# summary of solver processes directly reported to runsolver:
#   pid: 17051
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.19
#   total CPU system time (s): 2.91702

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9247 second user time and 22.4506 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-14 16:59:56
IDJOB=4274157
IDBENCH=120793
IDSOLVER=2666
FILE ID=node133/4274157-1502723644
RUNJOBID= node133-1502652501-6259
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens11/Rlfap-scen-11-f05.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274157-1502723644/watcher-4274157-1502723644 -o /tmp/evaluation-result-4274157-1502723644/solver-4274157-1502723644 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6259 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 47642746 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274157-1502723644.xml

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

MD5SUM BENCH= f8050e8ddc741b4fb4a45c7e8cfb7628
RANDOM SEED=47642746

node133.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.17
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.17
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.17
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.17
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:        30414380 kB
MemAvailable:   31147340 kB
Buffers:          260288 kB
Cached:           765428 kB
SwapCached:            0 kB
Active:          1671608 kB
Inactive:         228528 kB
Active(anon):     815480 kB
Inactive(anon):   100772 kB
Active(file):     856128 kB
Inactive(file):   127756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42340 kB
Writeback:             0 kB
AnonPages:        874680 kB
Mapped:            73176 kB
Shmem:             41660 kB
Slab:             157156 kB
SReclaimable:     129820 kB
SUnreclaim:        27336 kB
KernelStack:        3472 kB
PageTables:         6736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1830600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    753664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61948 MiB
End job on node133 at 2017-08-14 17:41:22