Trace number 4308286

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.06 2504.41

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-10-opt_c18.xml
MD5SUMd4eaac7549f90ed3ded0e25770a164a4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark394
Best CPU time to get the best result obtained on this benchmark11.8578
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3907
Number of domains6
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":40},{"size":24,"count":14},{"size":36,"count":146},{"size":42,"count":306},{"size":44,"count":174}]
Minimum variable degree4
Maximum variable degree25
Distribution of variable degrees[{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":15},{"degree":7,"count":36},{"degree":8,"count":71},{"degree":9,"count":62},{"degree":10,"count":71},{"degree":11,"count":58},{"degree":12,"count":55},{"degree":13,"count":34},{"degree":14,"count":33},{"degree":15,"count":44},{"degree":16,"count":63},{"degree":17,"count":60},{"degree":18,"count":44},{"degree":19,"count":19},{"degree":20,"count":5},{"degree":21,"count":2},{"degree":22,"count":1},{"degree":23,"count":2},{"degree":24,"count":1},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3907}]
Number of extensional constraints0
Number of intensional constraints3907
Distribution of constraint types[{"type":"intension","count":3907}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.68/0.56	c version: 2018-08-14
0.68/0.56	c seed: 849390347
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
4.97/2.08	c Parsing done, starting search...
2520.03/2504.40	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308286-1534283069/watcher-4308286-1534283069 -o /tmp/evaluation-result-4308286-1534283069/solver-4308286-1534283069 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534270595-13935 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 849390347 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308286-1534283069.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
solver pid=15213, runsolver pid=15210
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.43 1.37 1.41 4/216 15228
/proc/meminfo: memFree=22416228/32770624 swapFree=67108524/67108860
[pid=15213] ppid=15210 vsize=14082736 memory=30984 CPUtime=0.11 cores=0,2,4,6
/proc/15213/stat : 15213 (java) S 15210 15213 12120 0 -1 1077944320 6653 0 0 0 10 1 0 0 20 0 15 0 245870130 14420721664 7746 33554432000 4194304 4196468 140725557526576 140725557509120 139898351791863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
/proc/15213/statm: 3520684 7746 3154 1 0 3482761 0
[pid=15213/tid=15215] ppid=15210 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/15213/task/15215/stat : 15215 (java) R 15210 15213 12120 0 -1 4202560 4687 0 0 0 8 1 0 0 20 0 15 0 245870131 14420721664 7746 33554432000 4194304 4196468 140725557526576 139898356015888 139898351803798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15216] ppid=15210 vsize=14082736 memory=5793855265539619257 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15216/stat : 15216 (java) S 15210 15213 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245870131 14420721664 7746 33554432000 4194304 4196468 140725557526576 139898304412176 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15217] ppid=15210 vsize=14082736 memory=140014529726080 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15217/stat : 15217 (java) S 15210 15213 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245870131 14420721664 7746 33554432000 4194304 4196468 140725557526576 139898303359632 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15218] ppid=15210 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15218/stat : 15218 (java) S 15210 15213 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245870131 14420721664 7746 33554432000 4194304 4196468 140725557526576 139898302306576 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15219] ppid=15210 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15219/stat : 15219 (java) S 15210 15213 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245870131 14420721664 7746 33554432000 4194304 4196468 140725557526576 139898301254032 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15220] ppid=15210 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15220/stat : 15220 (java) S 15210 15213 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245870133 14420721664 7746 33554432000 4194304 4196468 140725557526576 139897532742384 139898351803010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15221] ppid=15210 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15221/stat : 15221 (java) S 15210 15213 12120 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245870133 14420721664 7746 33554432000 4194304 4196468 140725557526576 139897531688608 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15222] ppid=15210 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15222/stat : 15222 (java) S 15210 15213 12120 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245870133 14420721664 7746 33554432000 4194304 4196468 140725557526576 139897530635504 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15223] ppid=15210 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15223/stat : 15223 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14420721664 7746 33554432000 4194304 4196468 140725557526576 139897529584080 139898351810459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15224] ppid=15210 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15224/stat : 15224 (java) S 15210 15213 12120 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 245870136 14420721664 7746 33554432000 4194304 4196468 140725557526576 139897528531184 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15225] ppid=15210 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15225/stat : 15225 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14420721664 7746 33554432000 4194304 4196468 140725557526576 139897527478640 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15226] ppid=15210 vsize=14082736 memory=140014529726080 CPUtime=0.01 cores=0,2,4,6
/proc/15213/task/15226/stat : 15226 (java) S 15210 15213 12120 0 -1 1077944384 288 0 0 0 1 0 0 0 20 0 15 0 245870136 14420721664 7746 33554432000 4194304 4196468 140725557526576 139897526425584 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15227] ppid=15210 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15227/stat : 15227 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14420721664 7746 33554432000 4194304 4196468 140725557526576 139897525373280 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15228] ppid=15210 vsize=14082736 memory=140014529726080 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15228/stat : 15228 (java) S 15210 15213 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245870136 14420721664 7746 33554432000 4194304 4196468 140725557526576 139897524321328 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30984 KiB

[startup+0.215334 s]*
/proc/loadavg: 1.43 1.37 1.41 5/216 15228
/proc/meminfo: memFree=22400724/32770624 swapFree=67108524/67108860
[pid=15213] ppid=15210 vsize=14082736 memory=47044 CPUtime=0.31 cores=0,2,4,6
/proc/15213/stat : 15213 (java) S 15210 15213 12120 0 -1 1077944320 10394 0 0 0 29 2 0 0 20 0 15 0 245870130 14420721664 11761 33554432000 4194304 4196468 140725557526576 140725557509120 139898351791863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
/proc/15213/statm: 3520684 11761 3376 1 0 3482761 0
[pid=15213/tid=15215] ppid=15210 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/15213/task/15215/stat : 15215 (java) R 15210 15213 12120 0 -1 4202560 8067 0 0 0 19 1 0 0 20 0 15 0 245870131 14420721664 11761 33554432000 4194304 4196468 140725557526576 139898356019904 139898335872350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15216] ppid=15210 vsize=14082736 memory=4211973740734516618 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15216/stat : 15216 (java) S 15210 15213 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245870131 14420721664 11761 33554432000 4194304 4196468 140725557526576 139898304412176 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15217] ppid=15210 vsize=14082736 memory=140014529726080 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15217/stat : 15217 (java) S 15210 15213 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245870131 14420721664 11761 33554432000 4194304 4196468 140725557526576 139898303359632 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15218] ppid=15210 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15218/stat : 15218 (java) S 15210 15213 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245870131 14420721664 11761 33554432000 4194304 4196468 140725557526576 139898302306576 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15219] ppid=15210 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15219/stat : 15219 (java) S 15210 15213 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245870131 14420721664 11761 33554432000 4194304 4196468 140725557526576 139898301254032 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15220] ppid=15210 vsize=14082736 memory=140014529726080 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15220/stat : 15220 (java) S 15210 15213 12120 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245870133 14420721664 11761 33554432000 4194304 4196468 140725557526576 139897532742384 139898351803010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15221] ppid=15210 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15221/stat : 15221 (java) S 15210 15213 12120 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245870133 14420721664 11761 33554432000 4194304 4196468 140725557526576 139897531688608 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15222] ppid=15210 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15222/stat : 15222 (java) S 15210 15213 12120 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245870133 14420721664 11761 33554432000 4194304 4196468 140725557526576 139897530635504 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15223] ppid=15210 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15223/stat : 15223 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14420721664 11761 33554432000 4194304 4196468 140725557526576 139897529584080 139898351810459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15224] ppid=15210 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15213/task/15224/stat : 15224 (java) R 15210 15213 12120 0 -1 1077944384 384 0 0 0 2 0 0 0 20 0 15 0 245870136 14420721664 11761 33554432000 4194304 4196468 140725557526576 139897528531184 139898351803010 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15225] ppid=15210 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/15213/task/15225/stat : 15225 (java) S 15210 15213 12120 0 -1 1077944384 219 0 0 0 2 0 0 0 20 0 15 0 245870136 14420721664 11761 33554432000 4194304 4196468 140725557526576 139897527478640 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15226] ppid=15210 vsize=14082736 memory=140014529726080 CPUtime=0.06 cores=0,2,4,6
/proc/15213/task/15226/stat : 15226 (java) R 15210 15213 12120 0 -1 4202560 341 0 0 0 6 0 0 0 20 0 15 0 245870136 14420721664 11761 33554432000 4194304 4196468 140725557526576 139897526425680 139898344028990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15227] ppid=15210 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15227/stat : 15227 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14420721664 11761 33554432000 4194304 4196468 140725557526576 139897525373280 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15228] ppid=15210 vsize=14082736 memory=140014529726080 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15228/stat : 15228 (java) S 15210 15213 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245870136 14420721664 11826 33554432000 4194304 4196468 140725557526576 139897524321328 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47044 KiB

[startup+0.310714 s]*
/proc/loadavg: 1.43 1.37 1.41 3/216 15228
/proc/meminfo: memFree=22397064/32770624 swapFree=67108524/67108860
[pid=15213] ppid=15210 vsize=14082736 memory=50700 CPUtime=0.44 cores=0,2,4,6
/proc/15213/stat : 15213 (java) S 15210 15213 12120 0 -1 1077944320 10790 0 0 0 42 2 0 0 20 0 15 0 245870130 14420721664 12675 33554432000 4194304 4196468 140725557526576 140725557509120 139898351791863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
/proc/15213/statm: 3520684 12675 3421 1 0 3482761 0
[pid=15213/tid=15215] ppid=15210 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=0,2,4,6
/proc/15213/task/15215/stat : 15215 (java) R 15210 15213 12120 0 -1 4202560 8422 0 0 0 28 1 0 0 20 0 15 0 245870131 14420721664 12675 33554432000 4194304 4196468 140725557526576 139898356003376 139898335872380 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15216] ppid=15210 vsize=14082736 memory=4211973740734516618 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15216/stat : 15216 (java) S 15210 15213 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245870131 14420721664 12675 33554432000 4194304 4196468 140725557526576 139898304412176 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15217] ppid=15210 vsize=14082736 memory=140014529728445 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15217/stat : 15217 (java) S 15210 15213 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245870131 14420721664 12675 33554432000 4194304 4196468 140725557526576 139898303359632 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15218] ppid=15210 vsize=14082736 memory=140014390466920 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15218/stat : 15218 (java) S 15210 15213 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245870131 14420721664 12675 33554432000 4194304 4196468 140725557526576 139898302306576 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15219] ppid=15210 vsize=14082736 memory=140014390463951 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15219/stat : 15219 (java) S 15210 15213 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245870131 14420721664 12675 33554432000 4194304 4196468 140725557526576 139898301254032 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15220] ppid=15210 vsize=14082736 memory=140014529738227 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15220/stat : 15220 (java) S 15210 15213 12120 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245870133 14420721664 12675 33554432000 4194304 4196468 140725557526576 139897532742384 139898351803010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15221] ppid=15210 vsize=14082736 memory=140014390473135 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15221/stat : 15221 (java) S 15210 15213 12120 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245870133 14420721664 12675 33554432000 4194304 4196468 140725557526576 139897531688608 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15222] ppid=15210 vsize=14082736 memory=280028780937104 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15222/stat : 15222 (java) S 15210 15213 12120 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245870133 14420721664 12675 33554432000 4194304 4196468 140725557526576 139897530635504 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15223] ppid=15210 vsize=14082736 memory=280028780934800 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15223/stat : 15223 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14420721664 12675 33554432000 4194304 4196468 140725557526576 139897529584080 139898351810459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15224] ppid=15210 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15213/task/15224/stat : 15224 (java) S 15210 15213 12120 0 -1 1077944384 406 0 0 0 2 0 0 0 20 0 15 0 245870136 14420721664 12675 33554432000 4194304 4196468 140725557526576 139897528531184 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15225] ppid=15210 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/15213/task/15225/stat : 15225 (java) S 15210 15213 12120 0 -1 1077944384 219 0 0 0 2 0 0 0 20 0 15 0 245870136 14420721664 12675 33554432000 4194304 4196468 140725557526576 139897527478640 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15226] ppid=15210 vsize=14082736 memory=140014529726080 CPUtime=0.08 cores=0,2,4,6
/proc/15213/task/15226/stat : 15226 (java) S 15210 15213 12120 0 -1 1077944384 360 0 0 0 8 0 0 0 20 0 15 0 245870136 14420721664 12675 33554432000 4194304 4196468 140725557526576 139897526425584 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15227] ppid=15210 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15227/stat : 15227 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14420721664 12675 33554432000 4194304 4196468 140725557526576 139897525373280 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15228] ppid=15210 vsize=14082736 memory=140014529726080 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15228/stat : 15228 (java) S 15210 15213 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245870136 14420721664 12675 33554432000 4194304 4196468 140725557526576 139897524321328 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50700 KiB

[startup+0.700818 s]
/proc/loadavg: 1.56 1.40 1.42 3/216 15228
/proc/meminfo: memFree=22373036/32770624 swapFree=67108524/67108860
[pid=15213] ppid=15210 vsize=14084804 memory=88760 CPUtime=0.97 cores=0,2,4,6
/proc/15213/stat : 15213 (java) S 15210 15213 12120 0 -1 1077944320 17572 0 0 0 93 4 0 0 20 0 15 0 245870130 14422839296 22190 33554432000 4194304 4196468 140725557526576 140725557509120 139898351791863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
/proc/15213/statm: 3521201 22190 3504 1 0 3483273 0
[pid=15213/tid=15215] ppid=15210 vsize=14084804 memory=1120 CPUtime=0.67 cores=0,2,4,6
/proc/15213/task/15215/stat : 15215 (java) R 15210 15213 12120 0 -1 4202560 14867 0 0 0 64 3 0 0 20 0 15 0 245870131 14422839296 22190 33554432000 4194304 4196468 140725557526576 139898356013928 139898351813789 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15216] ppid=15210 vsize=14084804 memory=6064 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15216/stat : 15216 (java) S 15210 15213 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245870131 14422839296 22190 33554432000 4194304 4196468 140725557526576 139898304412176 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15217] ppid=15210 vsize=14084804 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15217/stat : 15217 (java) S 15210 15213 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245870131 14422839296 22190 33554432000 4194304 4196468 140725557526576 139898303359632 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15218] ppid=15210 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15218/stat : 15218 (java) S 15210 15213 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245870131 14422839296 22190 33554432000 4194304 4196468 140725557526576 139898302306576 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15219] ppid=15210 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15219/stat : 15219 (java) S 15210 15213 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245870131 14422839296 22190 33554432000 4194304 4196468 140725557526576 139898301254032 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15220] ppid=15210 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15220/stat : 15220 (java) S 15210 15213 12120 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245870133 14422839296 22190 33554432000 4194304 4196468 140725557526576 139897532742384 139898351803010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15221] ppid=15210 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15221/stat : 15221 (java) S 15210 15213 12120 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245870133 14422839296 22190 33554432000 4194304 4196468 140725557526576 139897531688608 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15222] ppid=15210 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15222/stat : 15222 (java) S 15210 15213 12120 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245870133 14422839296 22190 33554432000 4194304 4196468 140725557526576 139897530635504 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15223] ppid=15210 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15223/stat : 15223 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14422839296 22190 33554432000 4194304 4196468 140725557526576 139897529584080 139898351810459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15224] ppid=15210 vsize=14084804 memory=220 CPUtime=0.08 cores=0,2,4,6
/proc/15213/task/15224/stat : 15224 (java) S 15210 15213 12120 0 -1 1077944384 598 0 0 0 8 0 0 0 20 0 15 0 245870136 14422839296 22190 33554432000 4194304 4196468 140725557526576 139897528531184 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15225] ppid=15210 vsize=14084804 memory=7 CPUtime=0.05 cores=0,2,4,6
/proc/15213/task/15225/stat : 15225 (java) S 15210 15213 12120 0 -1 1077944384 268 0 0 0 5 0 0 0 20 0 15 0 245870136 14422839296 22190 33554432000 4194304 4196468 140725557526576 139897527478640 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15226] ppid=15210 vsize=14084804 memory=696 CPUtime=0.15 cores=0,2,4,6
/proc/15213/task/15226/stat : 15226 (java) S 15210 15213 12120 0 -1 1077944384 456 0 0 0 15 0 0 0 20 0 15 0 245870136 14422839296 22190 33554432000 4194304 4196468 140725557526576 139897526425584 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15227] ppid=15210 vsize=14084804 memory=280028781121008 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15227/stat : 15227 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14422839296 22190 33554432000 4194304 4196468 140725557526576 139897525373280 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15228] ppid=15210 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15228/stat : 15228 (java) S 15210 15213 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245870136 14422839296 22190 33554432000 4194304 4196468 140725557526576 139897524321328 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88760 KiB

[startup+1.50162 s]
/proc/loadavg: 1.56 1.40 1.42 5/216 15228
/proc/meminfo: memFree=22325260/32770624 swapFree=67108524/67108860
[pid=15213] ppid=15210 vsize=14086852 memory=221724 CPUtime=3.42 cores=0,2,4,6
/proc/15213/stat : 15213 (java) S 15210 15213 12120 0 -1 1077944320 28658 0 0 0 333 9 0 0 20 0 15 0 245870130 14424936448 55431 33554432000 4194304 4196468 140725557526576 140725557509120 139898351791863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
/proc/15213/statm: 3521713 55431 3560 1 0 3483785 0
[pid=15213/tid=15215] ppid=15210 vsize=14086852 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/15213/task/15215/stat : 15215 (java) R 15210 15213 12120 0 -1 4202560 18047 0 0 0 141 5 0 0 20 0 15 0 245870131 14424936448 55431 33554432000 4194304 4196468 140725557526576 139898356025848 139897976956007 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15216] ppid=15210 vsize=14086852 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15216/stat : 15216 (java) S 15210 15213 12120 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 245870131 14424936448 55431 33554432000 4194304 4196468 140725557526576 139898304412176 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15217] ppid=15210 vsize=14086852 memory=-6079119013371994976 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15217/stat : 15217 (java) S 15210 15213 12120 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 15 0 245870131 14424936448 55431 33554432000 4194304 4196468 140725557526576 139898303359632 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15218] ppid=15210 vsize=14086852 memory=-7595151830623932974 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15218/stat : 15218 (java) S 15210 15213 12120 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 245870131 14424936448 55431 33554432000 4194304 4196468 140725557526576 139898302306576 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15219] ppid=15210 vsize=14086852 memory=4947658944314973056 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15219/stat : 15219 (java) S 15210 15213 12120 0 -1 1077944384 187 0 0 0 0 0 0 0 20 0 15 0 245870131 14424936448 55431 33554432000 4194304 4196468 140725557526576 139898301254032 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15220] ppid=15210 vsize=14086852 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15220/stat : 15220 (java) S 15210 15213 12120 0 -1 1077944384 177 0 0 0 0 0 0 0 20 0 15 0 245870133 14424936448 55431 33554432000 4194304 4196468 140725557526576 139897532742384 139898351803010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0

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

/proc/15213/task/15215/stat : 15215 (java) R 15210 15213 12120 0 -1 4202560 44732 0 0 0 237461 20 0 0 20 0 15 0 245870131 14429130752 193997 33554432000 4194304 4196468 140725557526576 139898356029984 139897982974504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15216] ppid=15210 vsize=14090948 memory=773940 CPUtime=3.32 cores=0,2,4,6
/proc/15213/task/15216/stat : 15216 (java) S 15210 15213 12120 0 -1 1077944384 3991 0 0 0 305 27 0 0 20 0 15 0 245870131 14429130752 193997 33554432000 4194304 4196468 140725557526576 139898304412176 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15217] ppid=15210 vsize=14090948 memory=775988 CPUtime=3.34 cores=0,2,4,6
/proc/15213/task/15217/stat : 15217 (java) S 15210 15213 12120 0 -1 1077944384 3973 0 0 0 303 31 0 0 20 0 15 0 245870131 14429130752 193997 33554432000 4194304 4196468 140725557526576 139898303359632 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15218] ppid=15210 vsize=14090948 memory=771892 CPUtime=3.29 cores=0,2,4,6
/proc/15213/task/15218/stat : 15218 (java) S 15210 15213 12120 0 -1 1077944384 4951 0 0 0 296 33 0 0 20 0 15 0 245870131 14429130752 193997 33554432000 4194304 4196468 140725557526576 139898302306576 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15219] ppid=15210 vsize=14090948 memory=773940 CPUtime=3.3 cores=0,2,4,6
/proc/15213/task/15219/stat : 15219 (java) S 15210 15213 12120 0 -1 1077944384 7135 0 0 0 302 28 0 0 20 0 15 0 245870131 14429130752 193997 33554432000 4194304 4196468 140725557526576 139898301254032 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15220] ppid=15210 vsize=14090948 memory=773940 CPUtime=2.8 cores=0,2,4,6
/proc/15213/task/15220/stat : 15220 (java) S 15210 15213 12120 0 -1 1077944384 7549 0 0 0 262 18 0 0 20 0 15 0 245870133 14429130752 193997 33554432000 4194304 4196468 140725557526576 139897532742384 139898351803010 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15221] ppid=15210 vsize=14090948 memory=775988 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15221/stat : 15221 (java) S 15210 15213 12120 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 245870133 14429130752 193997 33554432000 4194304 4196468 140725557526576 139897531688672 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15222] ppid=15210 vsize=14090948 memory=775988 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15222/stat : 15222 (java) S 15210 15213 12120 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 245870133 14429130752 193997 33554432000 4194304 4196468 140725557526576 139897530635520 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15223] ppid=15210 vsize=14090948 memory=775988 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15223/stat : 15223 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14429130752 193997 33554432000 4194304 4196468 140725557526576 139897529584080 139898351810459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15224] ppid=15210 vsize=14090948 memory=775988 CPUtime=2.46 cores=0,2,4,6
/proc/15213/task/15224/stat : 15224 (java) S 15210 15213 12120 0 -1 1077944384 7475 0 0 0 245 1 0 0 20 0 15 0 245870136 14429130752 193997 33554432000 4194304 4196468 140725557526576 139897528531184 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15225] ppid=15210 vsize=14090948 memory=775988 CPUtime=2.33 cores=0,2,4,6
/proc/15213/task/15225/stat : 15225 (java) S 15210 15213 12120 0 -1 1077944384 7788 0 0 0 232 1 0 0 20 0 15 0 245870136 14429130752 193997 33554432000 4194304 4196468 140725557526576 139897527478640 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15226] ppid=15210 vsize=14090948 memory=773940 CPUtime=0.87 cores=0,2,4,6
/proc/15213/task/15226/stat : 15226 (java) S 15210 15213 12120 0 -1 1077944384 7275 0 0 0 86 1 0 0 20 0 15 0 245870136 14429130752 193997 33554432000 4194304 4196468 140725557526576 139897526425584 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15227] ppid=15210 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15227/stat : 15227 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14429130752 193997 33554432000 4194304 4196468 140725557526576 139897525373280 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15228] ppid=15210 vsize=14090948 memory=6064 CPUtime=0.73 cores=0,2,4,6
/proc/15213/task/15228/stat : 15228 (java) S 15210 15213 12120 0 -1 1077944384 643 0 0 0 32 41 0 0 20 0 15 0 245870136 14429130752 193997 33554432000 4194304 4196468 140725557526576 139897524321328 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
Current children cumulated CPU time: 2397.36 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 775988 KiB

[startup+2442.3 s]
/proc/loadavg: 1.69 1.71 1.68 3/215 15421
/proc/meminfo: memFree=20582980/32770624 swapFree=67108524/67108860
[pid=15213] ppid=15210 vsize=14090948 memory=780084 CPUtime=2457.63 cores=0,2,4,6
/proc/15213/stat : 15213 (java) S 15210 15213 12120 0 -1 1077944320 97685 0 0 0 245598 165 0 0 20 0 15 0 245870130 14429130752 195021 33554432000 4194304 4196468 140725557526576 140725557509120 139898351791863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
/proc/15213/statm: 3522737 195021 3583 1 0 3484809 0
[pid=15213/tid=15215] ppid=15210 vsize=14090948 memory=780084 CPUtime=2434.61 cores=0,2,4,6
/proc/15213/task/15215/stat : 15215 (java) R 15210 15213 12120 0 -1 4202560 45001 0 0 0 243441 20 0 0 20 0 15 0 245870131 14429130752 195021 33554432000 4194304 4196468 140725557526576 139898356030320 139897983301580 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15216] ppid=15210 vsize=14090948 memory=778036 CPUtime=3.41 cores=0,2,4,6
/proc/15213/task/15216/stat : 15216 (java) S 15210 15213 12120 0 -1 1077944384 4045 0 0 0 314 27 0 0 20 0 15 0 245870131 14429130752 195021 33554432000 4194304 4196468 140725557526576 139898304412176 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15217] ppid=15210 vsize=14090948 memory=778036 CPUtime=3.43 cores=0,2,4,6
/proc/15213/task/15217/stat : 15217 (java) S 15210 15213 12120 0 -1 1077944384 4111 0 0 0 312 31 0 0 20 0 15 0 245870131 14429130752 195021 33554432000 4194304 4196468 140725557526576 139898303359632 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15218] ppid=15210 vsize=14090948 memory=778036 CPUtime=3.39 cores=0,2,4,6
/proc/15213/task/15218/stat : 15218 (java) S 15210 15213 12120 0 -1 1077944384 5030 0 0 0 305 34 0 0 20 0 15 0 245870131 14429130752 195021 33554432000 4194304 4196468 140725557526576 139898302306576 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15219] ppid=15210 vsize=14090948 memory=778036 CPUtime=3.4 cores=0,2,4,6
/proc/15213/task/15219/stat : 15219 (java) S 15210 15213 12120 0 -1 1077944384 7145 0 0 0 311 29 0 0 20 0 15 0 245870131 14429130752 195021 33554432000 4194304 4196468 140725557526576 139898301254032 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15220] ppid=15210 vsize=14090948 memory=778036 CPUtime=2.87 cores=0,2,4,6
/proc/15213/task/15220/stat : 15220 (java) S 15210 15213 12120 0 -1 1077944384 7726 0 0 0 268 19 0 0 20 0 15 0 245870133 14429130752 195021 33554432000 4194304 4196468 140725557526576 139897532742384 139898351803010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15221] ppid=15210 vsize=14090948 memory=778036 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15221/stat : 15221 (java) S 15210 15213 12120 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 245870133 14429130752 195021 33554432000 4194304 4196468 140725557526576 139897531688672 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15222] ppid=15210 vsize=14090948 memory=780084 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15222/stat : 15222 (java) S 15210 15213 12120 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 245870133 14429130752 195021 33554432000 4194304 4196468 140725557526576 139897530635520 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15223] ppid=15210 vsize=14090948 memory=3712 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15223/stat : 15223 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14429130752 195021 33554432000 4194304 4196468 140725557526576 139897529584080 139898351810459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15224] ppid=15210 vsize=14090948 memory=780084 CPUtime=2.46 cores=0,2,4,6
/proc/15213/task/15224/stat : 15224 (java) S 15210 15213 12120 0 -1 1077944384 7477 0 0 0 245 1 0 0 20 0 15 0 245870136 14429130752 195021 33554432000 4194304 4196468 140725557526576 139897528531184 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15225] ppid=15210 vsize=14090948 memory=780084 CPUtime=2.33 cores=0,2,4,6
/proc/15213/task/15225/stat : 15225 (java) S 15210 15213 12120 0 -1 1077944384 7790 0 0 0 232 1 0 0 20 0 15 0 245870136 14429130752 195021 33554432000 4194304 4196468 140725557526576 139897527478640 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15226] ppid=15210 vsize=14090948 memory=780084 CPUtime=0.87 cores=0,2,4,6
/proc/15213/task/15226/stat : 15226 (java) S 15210 15213 12120 0 -1 1077944384 7277 0 0 0 86 1 0 0 20 0 15 0 245870136 14429130752 195021 33554432000 4194304 4196468 140725557526576 139897526425584 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15227] ppid=15210 vsize=14090948 memory=780084 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15227/stat : 15227 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14429130752 195021 33554432000 4194304 4196468 140725557526576 139897525373280 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15228] ppid=15210 vsize=14090948 memory=778036 CPUtime=0.75 cores=0,2,4,6
/proc/15213/task/15228/stat : 15228 (java) S 15210 15213 12120 0 -1 1077944384 658 0 0 0 33 42 0 0 20 0 15 0 245870136 14429130752 195021 33554432000 4194304 4196468 140725557526576 139897524321328 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
Current children cumulated CPU time: 2457.63 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 780084 KiB

[startup+2502.3 s]
/proc/loadavg: 1.68 1.70 1.68 3/215 15422
/proc/meminfo: memFree=20625940/32770624 swapFree=67108524/67108860
[pid=15213] ppid=15210 vsize=14090948 memory=782132 CPUtime=2517.93 cores=0,2,4,6
/proc/15213/stat : 15213 (java) S 15210 15213 12120 0 -1 1077944320 98541 0 0 0 251626 167 0 0 20 0 15 0 245870130 14429130752 195533 33554432000 4194304 4196468 140725557526576 140725557509120 139898351791863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
/proc/15213/statm: 3522737 195533 3583 1 0 3484809 0
[pid=15213/tid=15215] ppid=15210 vsize=14090948 memory=782132 CPUtime=2494.38 cores=0,2,4,6
/proc/15213/task/15215/stat : 15215 (java) R 15210 15213 12120 0 -1 4202560 45410 0 0 0 249418 20 0 0 20 0 15 0 245870131 14429130752 195533 33554432000 4194304 4196468 140725557526576 139898356030048 139897983729492 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15216] ppid=15210 vsize=14090948 memory=782132 CPUtime=3.52 cores=0,2,4,6
/proc/15213/task/15216/stat : 15216 (java) S 15210 15213 12120 0 -1 1077944384 4144 0 0 0 324 28 0 0 20 0 15 0 245870131 14429130752 195533 33554432000 4194304 4196468 140725557526576 139898304412176 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15217] ppid=15210 vsize=14090948 memory=782132 CPUtime=3.53 cores=0,2,4,6
/proc/15213/task/15217/stat : 15217 (java) S 15210 15213 12120 0 -1 1077944384 4127 0 0 0 322 31 0 0 20 0 15 0 245870131 14429130752 195533 33554432000 4194304 4196468 140725557526576 139898303359632 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15218] ppid=15210 vsize=14090948 memory=782132 CPUtime=3.49 cores=0,2,4,6
/proc/15213/task/15218/stat : 15218 (java) S 15210 15213 12120 0 -1 1077944384 5149 0 0 0 315 34 0 0 20 0 15 0 245870131 14429130752 195533 33554432000 4194304 4196468 140725557526576 139898302306576 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15219] ppid=15210 vsize=14090948 memory=782132 CPUtime=3.51 cores=0,2,4,6
/proc/15213/task/15219/stat : 15219 (java) S 15210 15213 12120 0 -1 1077944384 7167 0 0 0 322 29 0 0 20 0 15 0 245870131 14429130752 195533 33554432000 4194304 4196468 140725557526576 139898301254032 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15220] ppid=15210 vsize=14090948 memory=782132 CPUtime=2.94 cores=0,2,4,6
/proc/15213/task/15220/stat : 15220 (java) S 15210 15213 12120 0 -1 1077944384 7898 0 0 0 275 19 0 0 20 0 15 0 245870133 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897532742384 139898351803010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15221] ppid=15210 vsize=14090948 memory=3712 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15221/stat : 15221 (java) S 15210 15213 12120 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 245870133 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897531688672 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15222] ppid=15210 vsize=14090948 memory=782132 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15222/stat : 15222 (java) S 15210 15213 12120 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 245870133 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897530635520 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15223] ppid=15210 vsize=14090948 memory=782132 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15223/stat : 15223 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897529584080 139898351810459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15224] ppid=15210 vsize=14090948 memory=782132 CPUtime=2.46 cores=0,2,4,6
/proc/15213/task/15224/stat : 15224 (java) S 15210 15213 12120 0 -1 1077944384 7479 0 0 0 245 1 0 0 20 0 15 0 245870136 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897528531184 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15225] ppid=15210 vsize=14090948 memory=782132 CPUtime=2.33 cores=0,2,4,6
/proc/15213/task/15225/stat : 15225 (java) S 15210 15213 12120 0 -1 1077944384 7792 0 0 0 232 1 0 0 20 0 15 0 245870136 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897527478640 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15226] ppid=15210 vsize=14090948 memory=782132 CPUtime=0.87 cores=0,2,4,6
/proc/15213/task/15226/stat : 15226 (java) S 15210 15213 12120 0 -1 1077944384 7279 0 0 0 86 1 0 0 20 0 15 0 245870136 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897526425584 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15227] ppid=15210 vsize=14090948 memory=3005 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15227/stat : 15227 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897525373280 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15228] ppid=15210 vsize=14090948 memory=782132 CPUtime=0.77 cores=0,2,4,6
/proc/15213/task/15228/stat : 15228 (java) S 15210 15213 12120 0 -1 1077944384 671 0 0 0 34 43 0 0 20 0 15 0 245870136 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897524321328 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
Current children cumulated CPU time: 2517.93 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 782132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2504.4 s]
/proc/loadavg: 1.68 1.70 1.68 3/215 15422
/proc/meminfo: memFree=20625940/32770624 swapFree=67108524/67108860
[pid=15213] ppid=15210 vsize=14090948 memory=782132 CPUtime=2520.03 cores=0,2,4,6
/proc/15213/stat : 15213 (java) S 15210 15213 12120 0 -1 1077944320 98550 0 0 0 251836 167 0 0 20 0 15 0 245870130 14429130752 195533 33554432000 4194304 4196468 140725557526576 140725557509120 139898351791863 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
/proc/15213/statm: 3522737 195533 3583 1 0 3484809 0
[pid=15213/tid=15215] ppid=15210 vsize=14090948 memory=804 CPUtime=2496.48 cores=0,2,4,6
/proc/15213/task/15215/stat : 15215 (java) R 15210 15213 12120 0 -1 4202560 45415 0 0 0 249628 20 0 0 20 0 15 0 245870131 14429130752 195533 33554432000 4194304 4196468 140725557526576 139898356030160 139897983989881 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15216] ppid=15210 vsize=14090948 memory=1692 CPUtime=3.53 cores=0,2,4,6
/proc/15213/task/15216/stat : 15216 (java) S 15210 15213 12120 0 -1 1077944384 4144 0 0 0 325 28 0 0 20 0 15 0 245870131 14429130752 195533 33554432000 4194304 4196468 140725557526576 139898304412176 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15217] ppid=15210 vsize=14090948 memory=916 CPUtime=3.53 cores=0,2,4,6
/proc/15213/task/15217/stat : 15217 (java) S 15210 15213 12120 0 -1 1077944384 4128 0 0 0 322 31 0 0 20 0 15 0 245870131 14429130752 195533 33554432000 4194304 4196468 140725557526576 139898303359632 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15218] ppid=15210 vsize=14090948 memory=3848 CPUtime=3.49 cores=0,2,4,6
/proc/15213/task/15218/stat : 15218 (java) S 15210 15213 12120 0 -1 1077944384 5149 0 0 0 315 34 0 0 20 0 15 0 245870131 14429130752 195533 33554432000 4194304 4196468 140725557526576 139898302306576 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15219] ppid=15210 vsize=14090948 memory=2820 CPUtime=3.51 cores=0,2,4,6
/proc/15213/task/15219/stat : 15219 (java) S 15210 15213 12120 0 -1 1077944384 7167 0 0 0 322 29 0 0 20 0 15 0 245870131 14429130752 195533 33554432000 4194304 4196468 140725557526576 139898301254032 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15220] ppid=15210 vsize=14090948 memory=6791534058613427641 CPUtime=2.95 cores=0,2,4,6
/proc/15213/task/15220/stat : 15220 (java) S 15210 15213 12120 0 -1 1077944384 7899 0 0 0 276 19 0 0 20 0 15 0 245870133 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897532742384 139898351803010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 46 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15221] ppid=15210 vsize=14090948 memory=924 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15221/stat : 15221 (java) S 15210 15213 12120 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 245870133 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897531688672 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15222] ppid=15210 vsize=14090948 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15222/stat : 15222 (java) S 15210 15213 12120 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 245870133 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897530635520 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15223] ppid=15210 vsize=14090948 memory=3980 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15223/stat : 15223 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897529584080 139898351810459 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15224] ppid=15210 vsize=14090948 memory=1932 CPUtime=2.46 cores=0,2,4,6
/proc/15213/task/15224/stat : 15224 (java) S 15210 15213 12120 0 -1 1077944384 7479 0 0 0 245 1 0 0 20 0 15 0 245870136 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897528531184 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15225] ppid=15210 vsize=14090948 memory=7288 CPUtime=2.33 cores=0,2,4,6
/proc/15213/task/15225/stat : 15225 (java) S 15210 15213 12120 0 -1 1077944384 7792 0 0 0 232 1 0 0 20 0 15 0 245870136 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897527478640 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15226] ppid=15210 vsize=14090948 memory=1120 CPUtime=0.87 cores=0,2,4,6
/proc/15213/task/15226/stat : 15226 (java) S 15210 15213 12120 0 -1 1077944384 7279 0 0 0 86 1 0 0 20 0 15 0 245870136 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897526425584 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15227] ppid=15210 vsize=14090948 memory=6064 CPUtime=0 cores=0,2,4,6
/proc/15213/task/15227/stat : 15227 (java) S 15210 15213 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245870136 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897525373280 139898351802069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
[pid=15213/tid=15228] ppid=15210 vsize=14090948 memory=1168 CPUtime=0.77 cores=0,2,4,6
/proc/15213/task/15228/stat : 15228 (java) S 15210 15213 12120 0 -1 1077944384 673 0 0 0 34 43 0 0 20 0 15 0 245870136 14429130752 195533 33554432000 4194304 4196468 140725557526576 139897524321328 139898351803010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21487616 140725557531721 140725557531913 140725557531913 140725557534671 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 782132 KiB

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

[startup+2504.41 s]
# the end of solver process 15213 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.38 s, system=1.6855 s

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

Child status: 143
Real time (s): 2504.41
CPU time (s): 2520.06
CPU user time (s): 2518.38
CPU system time (s): 1.6855
CPU usage (%): 100.625
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 782132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.38
system time used= 1.6855
maximum resident set size= 782688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98738
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135148
involuntary context switches= 5384


# summary of solver processes directly reported to runsolver:
#   pid: 15213
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2518.38
#   total CPU system time (s): 1.6855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.49 second user time and 24.1931 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-14 23:44:29
IDJOB=4308286
IDBENCH=141212
IDSOLVER=2791
FILE ID=node107/4308286-1534283069
RUNJOBID= node107-1534270595-13935
PBS_JOBID= 21038126
Free space on /tmp= 42292 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-10-opt_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-4308286-1534283069/watcher-4308286-1534283069 -o /tmp/evaluation-result-4308286-1534283069/solver-4308286-1534283069 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534270595-13935 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 849390347 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308286-1534283069.xml

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

MD5SUM BENCH= d4eaac7549f90ed3ded0e25770a164a4
RANDOM SEED=849390347

node107.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.40
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.40
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.40
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.40
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:        22435232 kB
MemAvailable:   29539768 kB
Buffers:          191840 kB
Cached:          7133756 kB
SwapCached:           20 kB
Active:          6262956 kB
Inactive:        3476636 kB
Active(anon):    2363336 kB
Inactive(anon):   103184 kB
Active(file):    3899620 kB
Inactive(file):  3373452 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             36064 kB
Writeback:             0 kB
AnonPages:       2572772 kB
Mapped:            67880 kB
Shmem:             49632 kB
Slab:             288436 kB
SReclaimable:     259924 kB
SUnreclaim:        28512 kB
KernelStack:        3808 kB
PageTables:        11420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3174228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2441216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 42256 MiB
End job on node107 at 2018-08-15 00:26:14