Trace number 4310183

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) 252.094 243.425

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-08-opt_c18.xml
MD5SUM9be5bd0a86f9e024d7fdf548556c4b89
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2505
Best CPU time to get the best result obtained on this benchmark251.999
Satisfiable
(Un)Satisfiability was proved
Number of variables6202
Number of constraints5744
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":5286},{"size":6,"count":6},{"size":22,"count":36},{"size":24,"count":8},{"size":36,"count":360},{"size":42,"count":22},{"size":44,"count":484}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":12},{"degree":2,"count":5287},{"degree":3,"count":38},{"degree":4,"count":17},{"degree":5,"count":102},{"degree":6,"count":22},{"degree":7,"count":111},{"degree":8,"count":16},{"degree":9,"count":111},{"degree":10,"count":35},{"degree":11,"count":48},{"degree":12,"count":33},{"degree":13,"count":52},{"degree":14,"count":19},{"degree":15,"count":61},{"degree":16,"count":14},{"degree":17,"count":33},{"degree":18,"count":10},{"degree":19,"count":26},{"degree":20,"count":19},{"degree":21,"count":18},{"degree":22,"count":8},{"degree":23,"count":15},{"degree":24,"count":11},{"degree":25,"count":13},{"degree":26,"count":1},{"degree":27,"count":14},{"degree":28,"count":12},{"degree":29,"count":6},{"degree":30,"count":10},{"degree":31,"count":2},{"degree":32,"count":2},{"degree":34,"count":3},{"degree":35,"count":4},{"degree":36,"count":4},{"degree":37,"count":1},{"degree":38,"count":2},{"degree":39,"count":4},{"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 arity3
Distribution of constraint arities[{"arity":2,"count":458},{"arity":3,"count":5286}]
Number of extensional constraints0
Number of intensional constraints5744
Distribution of constraint types[{"type":"intension","count":5744}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.57	c version: 2018-08-14
0.66/0.57	c seed: 315165360
0.66/0.57	c timeout: 252
0.66/0.57	c memlimit: 11000
0.66/0.57	c nbcore: 4
0.66/0.59	c Parsing instance...
10.95/6.04	c Parsing done, starting search...
252.06/243.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 (13469 MiB free)
  memory of node 1: 16384 MiB (10616 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310183-1534329342/watcher-4310183-1534329342 -o /tmp/evaluation-result-4310183-1534329342/solver-4310183-1534329342 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534329094-20217 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 315165360 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310183-1534329342.xml 

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

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

solver pid=20418, runsolver pid=20415

[startup+0.10874 s]*
/proc/loadavg: 1.61 1.51 1.45 3/219 20433
/proc/meminfo: memFree=24636572/32770624 swapFree=67108840/67108860
[pid=20418] ppid=20415 vsize=14082736 memory=31592 CPUtime=0.12 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 20185 0 -1 1077944320 6344 0 0 0 11 1 0 0 20 0 15 0 250497418 14420721664 7898 33554432000 4194304 4196468 140736714644128 140736714626672 140045668257527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
/proc/20418/statm: 3520684 7898 3139 1 0 3482761 0
[pid=20418/tid=20420] ppid=20415 vsize=14082736 memory=-8701690554792316030 CPUtime=0.09 cores=1,3,5,7
/proc/20418/task/20420/stat : 20420 (java) R 20415 20418 20185 0 -1 4202560 4397 0 0 0 8 1 0 0 20 0 15 0 250497418 14420721664 7898 33554432000 4194304 4196468 140736714644128 140045672454240 140045624859076 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20421] ppid=20415 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20421/stat : 20421 (java) S 20415 20418 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250497419 14420721664 7898 33554432000 4194304 4196468 140736714644128 140045598346128 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20422] ppid=20415 vsize=14082736 memory=140649771366016 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20422/stat : 20422 (java) S 20415 20418 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250497419 14420721664 7898 33554432000 4194304 4196468 140736714644128 140045597293328 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20423] ppid=20415 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20423/stat : 20423 (java) S 20415 20418 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250497419 14420721664 7898 33554432000 4194304 4196468 140736714644128 140045262175376 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20424] ppid=20415 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20424/stat : 20424 (java) S 20415 20418 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250497419 14420721664 7898 33554432000 4194304 4196468 140736714644128 140045261122576 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20425] ppid=20415 vsize=14082736 memory=140649771366016 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20425/stat : 20425 (java) S 20415 20418 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250497421 14420721664 7898 33554432000 4194304 4196468 140736714644128 140045210245232 140045668268674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20426] ppid=20415 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20426/stat : 20426 (java) S 20415 20418 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250497421 14420721664 7898 33554432000 4194304 4196468 140736714644128 140045209191200 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20427] ppid=20415 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20427/stat : 20427 (java) S 20415 20418 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250497421 14420721664 7898 33554432000 4194304 4196468 140736714644128 140045208138864 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20428] ppid=20415 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20428/stat : 20428 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14420721664 7898 33554432000 4194304 4196468 140736714644128 140045207087184 140045668276123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20429] ppid=20415 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20429/stat : 20429 (java) S 20415 20418 20185 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 250497424 14420721664 7898 33554432000 4194304 4196468 140736714644128 140045206035056 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20430] ppid=20415 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20430/stat : 20430 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14420721664 7898 33554432000 4194304 4196468 140736714644128 140045204982256 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20431] ppid=20415 vsize=14082736 memory=140649771366016 CPUtime=0.01 cores=1,3,5,7
/proc/20418/task/20431/stat : 20431 (java) S 20415 20418 20185 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 15 0 250497424 14420721664 7898 33554432000 4194304 4196468 140736714644128 140045203929968 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20432] ppid=20415 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20432/stat : 20432 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14420721664 7898 33554432000 4194304 4196468 140736714644128 140045202877408 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20433] ppid=20415 vsize=14082736 memory=140649771366016 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20433/stat : 20433 (java) S 20415 20418 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250497424 14420721664 7898 33554432000 4194304 4196468 140736714644128 140045201824176 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31592 KiB

[startup+0.219732 s]*
/proc/loadavg: 1.61 1.51 1.45 5/219 20433
/proc/meminfo: memFree=24617904/32770624 swapFree=67108840/67108860
[pid=20418] ppid=20415 vsize=14082736 memory=47652 CPUtime=0.3 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 20185 0 -1 1077944320 9978 0 0 0 28 2 0 0 20 0 15 0 250497418 14420721664 11913 33554432000 4194304 4196468 140736714644128 140736714626672 140045668257527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
/proc/20418/statm: 3520684 11913 3373 1 0 3482761 0
[pid=20418/tid=20420] ppid=20415 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/20418/task/20420/stat : 20420 (java) R 20415 20418 20185 0 -1 4202560 7729 0 0 0 18 1 0 0 20 0 15 0 250497418 14420721664 11913 33554432000 4194304 4196468 140736714644128 140045672484976 140045652301157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20421] ppid=20415 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20421/stat : 20421 (java) S 20415 20418 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250497419 14420721664 11913 33554432000 4194304 4196468 140736714644128 140045598346128 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20422] ppid=20415 vsize=14082736 memory=288371025923077760 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20422/stat : 20422 (java) S 20415 20418 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250497419 14420721664 11913 33554432000 4194304 4196468 140736714644128 140045597293328 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20423] ppid=20415 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20423/stat : 20423 (java) S 20415 20418 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250497419 14420721664 11913 33554432000 4194304 4196468 140736714644128 140045262175376 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20424] ppid=20415 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20424/stat : 20424 (java) S 20415 20418 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250497419 14420721664 11913 33554432000 4194304 4196468 140736714644128 140045261122576 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20425] ppid=20415 vsize=14082736 memory=140649771366016 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20425/stat : 20425 (java) S 20415 20418 20185 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250497421 14420721664 11913 33554432000 4194304 4196468 140736714644128 140045210245232 140045668268674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20426] ppid=20415 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20426/stat : 20426 (java) S 20415 20418 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250497421 14420721664 11913 33554432000 4194304 4196468 140736714644128 140045209191200 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20427] ppid=20415 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20427/stat : 20427 (java) S 20415 20418 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250497421 14420721664 11913 33554432000 4194304 4196468 140736714644128 140045208138864 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20428] ppid=20415 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20428/stat : 20428 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14420721664 11913 33554432000 4194304 4196468 140736714644128 140045207087184 140045668276123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20429] ppid=20415 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20418/task/20429/stat : 20429 (java) R 20415 20418 20185 0 -1 1077944384 472 0 0 0 1 0 0 0 20 0 15 0 250497424 14420721664 11913 33554432000 4194304 4196468 140736714644128 140045206035056 140045668268674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20430] ppid=20415 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/20418/task/20430/stat : 20430 (java) R 20415 20418 20185 0 -1 4202560 115 0 0 0 2 0 0 0 20 0 15 0 250497424 14420721664 11913 33554432000 4194304 4196468 140736714644128 140045204982256 140045649778291 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20431] ppid=20415 vsize=14082736 memory=140649771366016 CPUtime=0.06 cores=1,3,5,7
/proc/20418/task/20431/stat : 20431 (java) R 20415 20418 20185 0 -1 4202560 282 0 0 0 6 0 0 0 20 0 15 0 250497424 14420721664 11913 33554432000 4194304 4196468 140736714644128 140045203924352 140045647199051 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20432] ppid=20415 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20432/stat : 20432 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14420721664 11913 33554432000 4194304 4196468 140736714644128 140045202877408 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20433] ppid=20415 vsize=14082736 memory=140649771366016 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20433/stat : 20433 (java) S 20415 20418 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250497424 14420721664 11913 33554432000 4194304 4196468 140736714644128 140045201824176 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47652 KiB

[startup+0.310667 s]*
/proc/loadavg: 1.61 1.51 1.45 4/219 20433
/proc/meminfo: memFree=24606504/32770624 swapFree=67108840/67108860
[pid=20418] ppid=20415 vsize=14082736 memory=50512 CPUtime=0.43 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 20185 0 -1 1077944320 10321 0 0 0 40 3 0 0 20 0 15 0 250497418 14420721664 12628 33554432000 4194304 4196468 140736714644128 140736714626672 140045668257527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
/proc/20418/statm: 3520684 12628 3376 1 0 3482761 0
[pid=20418/tid=20420] ppid=20415 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/20418/task/20420/stat : 20420 (java) R 20415 20418 20185 0 -1 4202560 8009 0 0 0 27 2 0 0 20 0 15 0 250497418 14420721664 12628 33554432000 4194304 4196468 140736714644128 140045672469016 140045668269462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20421] ppid=20415 vsize=14082736 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20421/stat : 20421 (java) S 20415 20418 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250497419 14420721664 12628 33554432000 4194304 4196468 140736714644128 140045598346128 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20422] ppid=20415 vsize=14082736 memory=288371025923077760 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20422/stat : 20422 (java) S 20415 20418 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250497419 14420721664 12628 33554432000 4194304 4196468 140736714644128 140045597293328 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20423] ppid=20415 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20423/stat : 20423 (java) S 20415 20418 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250497419 14420721664 12628 33554432000 4194304 4196468 140736714644128 140045262175376 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20424] ppid=20415 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20424/stat : 20424 (java) S 20415 20418 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250497419 14420721664 12628 33554432000 4194304 4196468 140736714644128 140045261122576 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20425] ppid=20415 vsize=14082736 memory=140649771366016 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20425/stat : 20425 (java) S 20415 20418 20185 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250497421 14420721664 12628 33554432000 4194304 4196468 140736714644128 140045210245232 140045668268674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20426] ppid=20415 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20426/stat : 20426 (java) S 20415 20418 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250497421 14420721664 12628 33554432000 4194304 4196468 140736714644128 140045209191200 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20427] ppid=20415 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20427/stat : 20427 (java) S 20415 20418 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250497421 14420721664 12628 33554432000 4194304 4196468 140736714644128 140045208138864 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20428] ppid=20415 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20428/stat : 20428 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14420721664 12628 33554432000 4194304 4196468 140736714644128 140045207087184 140045668276123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20429] ppid=20415 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20418/task/20429/stat : 20429 (java) S 20415 20418 20185 0 -1 1077944384 510 0 0 0 2 0 0 0 20 0 15 0 250497424 14420721664 12628 33554432000 4194304 4196468 140736714644128 140045206035056 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20430] ppid=20415 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/20418/task/20430/stat : 20430 (java) S 20415 20418 20185 0 -1 1077944384 129 0 0 0 2 0 0 0 20 0 15 0 250497424 14420721664 12628 33554432000 4194304 4196468 140736714644128 140045204982256 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20431] ppid=20415 vsize=14082736 memory=140649771366016 CPUtime=0.08 cores=1,3,5,7
/proc/20418/task/20431/stat : 20431 (java) R 20415 20418 20185 0 -1 4202560 292 0 0 0 8 0 0 0 20 0 15 0 250497424 14420721664 12628 33554432000 4194304 4196468 140736714644128 140045203929968 140045668278874 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20432] ppid=20415 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20432/stat : 20432 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14420721664 12628 33554432000 4194304 4196468 140736714644128 140045202877408 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20433] ppid=20415 vsize=14082736 memory=140649771366016 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20433/stat : 20433 (java) S 20415 20418 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250497424 14420721664 12628 33554432000 4194304 4196468 140736714644128 140045201824176 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50512 KiB

[startup+0.700698 s]
/proc/loadavg: 1.61 1.51 1.45 8/219 20433
/proc/meminfo: memFree=24559684/32770624 swapFree=67108840/67108860
[pid=20418] ppid=20415 vsize=14084804 memory=90668 CPUtime=0.97 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 20185 0 -1 1077944320 17019 0 0 0 93 4 0 0 20 0 15 0 250497418 14422839296 22667 33554432000 4194304 4196468 140736714644128 140736714626672 140045668257527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
/proc/20418/statm: 3521201 22667 3500 1 0 3483273 0
[pid=20418/tid=20420] ppid=20415 vsize=14084804 memory=1784 CPUtime=0.66 cores=1,3,5,7
/proc/20418/task/20420/stat : 20420 (java) R 20415 20418 20185 0 -1 4202560 14350 0 0 0 63 3 0 0 20 0 15 0 250497418 14422839296 22667 33554432000 4194304 4196468 140736714644128 140045672479936 140045652338014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20421] ppid=20415 vsize=14084804 memory=752 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20421/stat : 20421 (java) S 20415 20418 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250497419 14422839296 22667 33554432000 4194304 4196468 140736714644128 140045598346128 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20422] ppid=20415 vsize=14084804 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20422/stat : 20422 (java) S 20415 20418 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250497419 14422839296 22667 33554432000 4194304 4196468 140736714644128 140045597293328 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20423] ppid=20415 vsize=14084804 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20423/stat : 20423 (java) S 20415 20418 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250497419 14422839296 22667 33554432000 4194304 4196468 140736714644128 140045262175376 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20424] ppid=20415 vsize=14084804 memory=5728 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20424/stat : 20424 (java) S 20415 20418 20185 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250497419 14422839296 22667 33554432000 4194304 4196468 140736714644128 140045261122576 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20425] ppid=20415 vsize=14084804 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20425/stat : 20425 (java) S 20415 20418 20185 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250497421 14422839296 22667 33554432000 4194304 4196468 140736714644128 140045210245232 140045668268674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20426] ppid=20415 vsize=14084804 memory=1092 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20426/stat : 20426 (java) S 20415 20418 20185 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250497421 14422839296 22667 33554432000 4194304 4196468 140736714644128 140045209191200 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20427] ppid=20415 vsize=14084804 memory=836 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20427/stat : 20427 (java) S 20415 20418 20185 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250497421 14422839296 22667 33554432000 4194304 4196468 140736714644128 140045208138864 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20428] ppid=20415 vsize=14084804 memory=10692 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20428/stat : 20428 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14422839296 22667 33554432000 4194304 4196468 140736714644128 140045207087184 140045668276123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20429] ppid=20415 vsize=14084804 memory=7450174591119418944 CPUtime=0.06 cores=1,3,5,7
/proc/20418/task/20429/stat : 20429 (java) S 20415 20418 20185 0 -1 1077944384 653 0 0 0 6 0 0 0 20 0 15 0 250497424 14422839296 22667 33554432000 4194304 4196468 140736714644128 140045206035056 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20430] ppid=20415 vsize=14084804 memory=6444198537895111255 CPUtime=0.08 cores=1,3,5,7
/proc/20418/task/20430/stat : 20430 (java) S 20415 20418 20185 0 -1 1077944384 277 0 0 0 8 0 0 0 20 0 15 0 250497424 14422839296 22667 33554432000 4194304 4196468 140736714644128 140045204982256 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20431] ppid=20415 vsize=14084804 memory=7523071198212214892 CPUtime=0.14 cores=1,3,5,7
/proc/20418/task/20431/stat : 20431 (java) R 20415 20418 20185 0 -1 4202560 358 0 0 0 14 0 0 0 20 0 15 0 250497424 14422839296 22667 33554432000 4194304 4196468 140736714644128 140045203929968 140045646777630 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20432] ppid=20415 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20432/stat : 20432 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14422839296 22667 33554432000 4194304 4196468 140736714644128 140045202877408 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20433] ppid=20415 vsize=14084804 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20433/stat : 20433 (java) S 20415 20418 20185 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250497424 14422839296 22667 33554432000 4194304 4196468 140736714644128 140045201824176 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90668 KiB

[startup+1.5068 s]
/proc/loadavg: 1.61 1.51 1.45 7/219 20433
/proc/meminfo: memFree=24431396/32770624 swapFree=67108840/67108860
[pid=20418] ppid=20415 vsize=14086852 memory=222156 CPUtime=3.5 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 20185 0 -1 1077944320 26089 0 0 0 340 10 0 0 20 0 15 0 250497418 14424936448 55539 33554432000 4194304 4196468 140736714644128 140736714626672 140045668257527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
/proc/20418/statm: 3521713 55539 3559 1 0 3483785 0
[pid=20418/tid=20420] ppid=20415 vsize=14086852 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/20418/task/20420/stat : 20420 (java) S 20415 20418 20185 0 -1 1077944384 17286 0 0 0 140 6 0 0 20 0 15 0 250497418 14424936448 55539 33554432000 4194304 4196468 140736714644128 140045672491632 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20421] ppid=20415 vsize=14086852 memory=-8253362762724047225 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20421/stat : 20421 (java) R 20415 20418 20185 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 15 0 250497419 14424936448 55539 33554432000 4194304 4196468 140736714644128 140045598343760 140045653284946 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20422] ppid=20415 vsize=14086852 memory=-8609294068986781045 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20422/stat : 20422 (java) R 20415 20418 20185 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 15 0 250497419 14424936448 55539 33554432000 4194304 4196468 140736714644128 140045597293328 140045653284946 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20423] ppid=20415 vsize=14086852 memory=-6517102902069810590 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20423/stat : 20423 (java) R 20415 20418 20185 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 15 0 250497419 14424936448 55539 33554432000 4194304 4196468 140736714644128 140045262175576 140045653284650 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20424] ppid=20415 vsize=14086852 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20424/stat : 20424 (java) R 20415 20418 20185 0 -1 4202560 151 0 0 0 0 0 0 0 20 0 15 0 250497419 14424936448 55539 33554432000 4194304 4196468 140736714644128 140045261122576 140045649883566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20425] ppid=20415 vsize=14086852 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20425/stat : 20425 (java) S 20415 20418 20185 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 250497421 14424936448 55539 33554432000 4194304 4196468 140736714644128 140045210243744 140045668267733 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0

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

/proc/20418/task/20420/stat : 20420 (java) R 20415 20418 20185 0 -1 4202560 28779 0 0 0 10163 36 0 0 20 0 15 0 250497418 14429130752 557451 33554432000 4194304 4196468 140736714644128 140045672495344 140045282522733 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20421] ppid=20415 vsize=14090948 memory=1224 CPUtime=0.23 cores=1,3,5,7
/proc/20418/task/20421/stat : 20421 (java) S 20415 20418 20185 0 -1 1077944384 1489 0 0 0 17 6 0 0 20 0 15 0 250497419 14429130752 557451 33554432000 4194304 4196468 140736714644128 140045598346128 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20422] ppid=20415 vsize=14090948 memory=2229804 CPUtime=0.23 cores=1,3,5,7
/proc/20418/task/20422/stat : 20422 (java) S 20415 20418 20185 0 -1 1077944384 1404 0 0 0 17 6 0 0 20 0 15 0 250497419 14429130752 557451 33554432000 4194304 4196468 140736714644128 140045597293328 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20423] ppid=20415 vsize=14090948 memory=2229804 CPUtime=0.22 cores=1,3,5,7
/proc/20418/task/20423/stat : 20423 (java) S 20415 20418 20185 0 -1 1077944384 791 0 0 0 16 6 0 0 20 0 15 0 250497419 14429130752 557451 33554432000 4194304 4196468 140736714644128 140045262175376 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20424] ppid=20415 vsize=14090948 memory=2229804 CPUtime=0.22 cores=1,3,5,7
/proc/20418/task/20424/stat : 20424 (java) S 20415 20418 20185 0 -1 1077944384 580 0 0 0 16 6 0 0 20 0 15 0 250497419 14429130752 557451 33554432000 4194304 4196468 140736714644128 140045261122576 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20425] ppid=20415 vsize=14090948 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/20418/task/20425/stat : 20425 (java) S 20415 20418 20185 0 -1 1077944384 2351 0 0 0 2 0 0 0 20 0 15 0 250497421 14429130752 557451 33554432000 4194304 4196468 140736714644128 140045210245232 140045668268674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20426] ppid=20415 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20426/stat : 20426 (java) S 20415 20418 20185 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 250497421 14429130752 557451 33554432000 4194304 4196468 140736714644128 140045209191264 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20427] ppid=20415 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20427/stat : 20427 (java) S 20415 20418 20185 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250497421 14429130752 557451 33554432000 4194304 4196468 140736714644128 140045208138880 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20428] ppid=20415 vsize=14090948 memory=2 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20428/stat : 20428 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14429130752 557451 33554432000 4194304 4196468 140736714644128 140045207087184 140045668276123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20429] ppid=20415 vsize=14090948 memory=281299286175120 CPUtime=3.35 cores=1,3,5,7
/proc/20418/task/20429/stat : 20429 (java) S 20415 20418 20185 0 -1 1077944384 8395 0 0 0 334 1 0 0 20 0 15 0 250497424 14429130752 557451 33554432000 4194304 4196468 140736714644128 140045206035056 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20430] ppid=20415 vsize=14090948 memory=0 CPUtime=3.2 cores=1,3,5,7
/proc/20418/task/20430/stat : 20430 (java) S 20415 20418 20185 0 -1 1077944384 7969 0 0 0 319 1 0 0 20 0 15 0 250497424 14429130752 557451 33554432000 4194304 4196468 140736714644128 140045204982256 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20431] ppid=20415 vsize=14090948 memory=2227200 CPUtime=1.08 cores=1,3,5,7
/proc/20418/task/20431/stat : 20431 (java) S 20415 20418 20185 0 -1 1077944384 9045 0 0 0 106 2 0 0 20 0 15 0 250497424 14429130752 557451 33554432000 4194304 4196468 140736714644128 140045203929968 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20432] ppid=20415 vsize=14090948 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20432/stat : 20432 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14429130752 557451 33554432000 4194304 4196468 140736714644128 140045202877408 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20433] ppid=20415 vsize=14090948 memory=2676 CPUtime=0.02 cores=1,3,5,7
/proc/20418/task/20433/stat : 20433 (java) S 20415 20418 20185 0 -1 1077944384 329 0 0 0 1 1 0 0 20 0 15 0 250497424 14429130752 557451 33554432000 4194304 4196468 140736714644128 140045201824176 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
Current children cumulated CPU time: 110.67 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2229804 KiB

[startup+162.301 s]
/proc/loadavg: 1.93 1.68 1.52 3/219 20435
/proc/meminfo: memFree=20262900/32770624 swapFree=67108840/67108860
[pid=20418] ppid=20415 vsize=14090948 memory=2233308 CPUtime=170.8 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 20185 0 -1 1077944320 67500 0 0 0 17007 73 0 0 20 0 15 0 250497418 14429130752 558327 33554432000 4194304 4196468 140736714644128 140736714626672 140045668257527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
/proc/20418/statm: 3522737 558327 3588 1 0 3484809 0
[pid=20418/tid=20420] ppid=20415 vsize=14090948 memory=2234008 CPUtime=161.94 cores=1,3,5,7
/proc/20418/task/20420/stat : 20420 (java) R 20415 20418 20185 0 -1 4202560 31211 0 0 0 16158 36 0 0 20 0 15 0 250497418 14429130752 558327 33554432000 4194304 4196468 140736714644128 140045672495760 140045288987414 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20421] ppid=20415 vsize=14090948 memory=2234008 CPUtime=0.26 cores=1,3,5,7
/proc/20418/task/20421/stat : 20421 (java) S 20415 20418 20185 0 -1 1077944384 1688 0 0 0 20 6 0 0 20 0 15 0 250497419 14429130752 558327 33554432000 4194304 4196468 140736714644128 140045598346128 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20422] ppid=20415 vsize=14090948 memory=2233308 CPUtime=0.27 cores=1,3,5,7
/proc/20418/task/20422/stat : 20422 (java) S 20415 20418 20185 0 -1 1077944384 1516 0 0 0 20 7 0 0 20 0 15 0 250497419 14429130752 558327 33554432000 4194304 4196468 140736714644128 140045597293328 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20423] ppid=20415 vsize=14090948 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/20418/task/20423/stat : 20423 (java) S 20415 20418 20185 0 -1 1077944384 1508 0 0 0 19 7 0 0 20 0 15 0 250497419 14429130752 558327 33554432000 4194304 4196468 140736714644128 140045262175376 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20424] ppid=20415 vsize=14090948 memory=2234008 CPUtime=0.25 cores=1,3,5,7
/proc/20418/task/20424/stat : 20424 (java) S 20415 20418 20185 0 -1 1077944384 936 0 0 0 19 6 0 0 20 0 15 0 250497419 14429130752 558327 33554432000 4194304 4196468 140736714644128 140045261122576 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20425] ppid=20415 vsize=14090948 memory=4417 CPUtime=0.03 cores=1,3,5,7
/proc/20418/task/20425/stat : 20425 (java) S 20415 20418 20185 0 -1 1077944384 2591 0 0 0 2 1 0 0 20 0 15 0 250497421 14429130752 558327 33554432000 4194304 4196468 140736714644128 140045210245232 140045668268674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20426] ppid=20415 vsize=14090948 memory=3036 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20426/stat : 20426 (java) S 20415 20418 20185 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 250497421 14429130752 558327 33554432000 4194304 4196468 140736714644128 140045209191264 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20427] ppid=20415 vsize=14090948 memory=2234008 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20427/stat : 20427 (java) S 20415 20418 20185 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250497421 14429130752 558327 33554432000 4194304 4196468 140736714644128 140045208138880 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20428] ppid=20415 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20428/stat : 20428 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14429130752 558327 33554432000 4194304 4196468 140736714644128 140045207087184 140045668276123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20429] ppid=20415 vsize=14090948 memory=68196 CPUtime=3.35 cores=1,3,5,7
/proc/20418/task/20429/stat : 20429 (java) S 20415 20418 20185 0 -1 1077944384 8403 0 0 0 334 1 0 0 20 0 15 0 250497424 14429130752 558327 33554432000 4194304 4196468 140736714644128 140045206035056 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20430] ppid=20415 vsize=14090948 memory=2234008 CPUtime=3.2 cores=1,3,5,7
/proc/20418/task/20430/stat : 20430 (java) S 20415 20418 20185 0 -1 1077944384 8217 0 0 0 319 1 0 0 20 0 15 0 250497424 14429130752 558327 33554432000 4194304 4196468 140736714644128 140045204982256 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20431] ppid=20415 vsize=14090948 memory=2234008 CPUtime=1.08 cores=1,3,5,7
/proc/20418/task/20431/stat : 20431 (java) S 20415 20418 20185 0 -1 1077944384 9640 0 0 0 106 2 0 0 20 0 15 0 250497424 14429130752 558327 33554432000 4194304 4196468 140736714644128 140045203929968 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20432] ppid=20415 vsize=14090948 memory=2234008 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20432/stat : 20432 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14429130752 558327 33554432000 4194304 4196468 140736714644128 140045202877408 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20433] ppid=20415 vsize=14090948 memory=2234008 CPUtime=0.05 cores=1,3,5,7
/proc/20418/task/20433/stat : 20433 (java) S 20415 20418 20185 0 -1 1077944384 365 0 0 0 3 2 0 0 20 0 15 0 250497424 14429130752 558327 33554432000 4194304 4196468 140736714644128 140045201824176 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
Current children cumulated CPU time: 170.8 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2233308 KiB

[startup+222.301 s]
/proc/loadavg: 1.87 1.71 1.54 3/218 20436
/proc/meminfo: memFree=20296656/32770624 swapFree=67108840/67108860
[pid=20418] ppid=20415 vsize=14090948 memory=2236288 CPUtime=230.9 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 20185 0 -1 1077944320 71287 0 0 0 23016 74 0 0 20 0 15 0 250497418 14429130752 559072 33554432000 4194304 4196468 140736714644128 140736714626672 140045668257527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
/proc/20418/statm: 3522737 559072 3590 1 0 3484809 0
[pid=20418/tid=20420] ppid=20415 vsize=14090948 memory=5948 CPUtime=221.91 cores=1,3,5,7
/proc/20418/task/20420/stat : 20420 (java) R 20415 20418 20185 0 -1 4202560 32924 0 0 0 22155 36 0 0 20 0 15 0 250497418 14429130752 559072 33554432000 4194304 4196468 140736714644128 140045672495344 140045288987395 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20421] ppid=20415 vsize=14090948 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/20418/task/20421/stat : 20421 (java) S 20415 20418 20185 0 -1 1077944384 2209 0 0 0 23 6 0 0 20 0 15 0 250497419 14429130752 559072 33554432000 4194304 4196468 140736714644128 140045598346128 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20422] ppid=20415 vsize=14090948 memory=2236288 CPUtime=0.29 cores=1,3,5,7
/proc/20418/task/20422/stat : 20422 (java) S 20415 20418 20185 0 -1 1077944384 1621 0 0 0 22 7 0 0 20 0 15 0 250497419 14429130752 559072 33554432000 4194304 4196468 140736714644128 140045597293328 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20423] ppid=20415 vsize=14090948 memory=2236288 CPUtime=0.29 cores=1,3,5,7
/proc/20418/task/20423/stat : 20423 (java) S 20415 20418 20185 0 -1 1077944384 1628 0 0 0 22 7 0 0 20 0 15 0 250497419 14429130752 559072 33554432000 4194304 4196468 140736714644128 140045262175376 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20424] ppid=20415 vsize=14090948 memory=924 CPUtime=0.29 cores=1,3,5,7
/proc/20418/task/20424/stat : 20424 (java) S 20415 20418 20185 0 -1 1077944384 1195 0 0 0 22 7 0 0 20 0 15 0 250497419 14429130752 559072 33554432000 4194304 4196468 140736714644128 140045261122576 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20425] ppid=20415 vsize=14090948 memory=2236288 CPUtime=0.04 cores=1,3,5,7
/proc/20418/task/20425/stat : 20425 (java) S 20415 20418 20185 0 -1 1077944384 2747 0 0 0 3 1 0 0 20 0 15 0 250497421 14429130752 559072 33554432000 4194304 4196468 140736714644128 140045210245232 140045668268674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20426] ppid=20415 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20426/stat : 20426 (java) S 20415 20418 20185 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 250497421 14429130752 559072 33554432000 4194304 4196468 140736714644128 140045209191264 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20427] ppid=20415 vsize=14090948 memory=2236288 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20427/stat : 20427 (java) S 20415 20418 20185 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250497421 14429130752 559072 33554432000 4194304 4196468 140736714644128 140045208138880 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20428] ppid=20415 vsize=14090948 memory=2236288 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20428/stat : 20428 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14429130752 559072 33554432000 4194304 4196468 140736714644128 140045207087184 140045668276123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20429] ppid=20415 vsize=14090948 memory=2372 CPUtime=3.36 cores=1,3,5,7
/proc/20418/task/20429/stat : 20429 (java) S 20415 20418 20185 0 -1 1077944384 9273 0 0 0 335 1 0 0 20 0 15 0 250497424 14429130752 559072 33554432000 4194304 4196468 140736714644128 140045206035056 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20430] ppid=20415 vsize=14090948 memory=2236288 CPUtime=3.2 cores=1,3,5,7
/proc/20418/task/20430/stat : 20430 (java) S 20415 20418 20185 0 -1 1077944384 8221 0 0 0 319 1 0 0 20 0 15 0 250497424 14429130752 559072 33554432000 4194304 4196468 140736714644128 140045204982256 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20431] ppid=20415 vsize=14090948 memory=2236288 CPUtime=1.08 cores=1,3,5,7
/proc/20418/task/20431/stat : 20431 (java) S 20415 20418 20185 0 -1 1077944384 9648 0 0 0 106 2 0 0 20 0 15 0 250497424 14429130752 559072 33554432000 4194304 4196468 140736714644128 140045203929968 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20432] ppid=20415 vsize=14090948 memory=1100 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20432/stat : 20432 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14429130752 559072 33554432000 4194304 4196468 140736714644128 140045202877408 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20433] ppid=20415 vsize=14090948 memory=2356 CPUtime=0.06 cores=1,3,5,7
/proc/20418/task/20433/stat : 20433 (java) S 20415 20418 20185 0 -1 1077944384 396 0 0 0 3 3 0 0 20 0 15 0 250497424 14429130752 559072 33554432000 4194304 4196468 140736714644128 140045201824176 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
Current children cumulated CPU time: 230.9 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2236288 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+243.401 s]
/proc/loadavg: 1.84 1.71 1.55 3/218 20437
/proc/meminfo: memFree=20335876/32770624 swapFree=67108840/67108860
[pid=20418] ppid=20415 vsize=14090948 memory=2236832 CPUtime=252.06 cores=1,3,5,7
/proc/20418/stat : 20418 (java) S 20415 20418 20185 0 -1 1077944320 73661 0 0 0 25130 76 0 0 20 0 15 0 250497418 14429130752 559208 33554432000 4194304 4196468 140736714644128 140736714626672 140045668257527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
/proc/20418/statm: 3522737 559208 3590 1 0 3484809 0
[pid=20418/tid=20420] ppid=20415 vsize=14090948 memory=10692 CPUtime=242.99 cores=1,3,5,7
/proc/20418/task/20420/stat : 20420 (java) R 20415 20418 20185 0 -1 4202560 33722 0 0 0 24263 36 0 0 20 0 15 0 250497418 14429130752 559208 33554432000 4194304 4196468 140736714644128 140045672495760 140045289982720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20421] ppid=20415 vsize=14090948 memory=1620 CPUtime=0.31 cores=1,3,5,7
/proc/20418/task/20421/stat : 20421 (java) S 20415 20418 20185 0 -1 1077944384 2463 0 0 0 24 7 0 0 20 0 15 0 250497419 14429130752 559208 33554432000 4194304 4196468 140736714644128 140045598346128 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20422] ppid=20415 vsize=14090948 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/20418/task/20422/stat : 20422 (java) S 20415 20418 20185 0 -1 1077944384 1854 0 0 0 23 7 0 0 20 0 15 0 250497419 14429130752 559208 33554432000 4194304 4196468 140736714644128 140045597293328 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20423] ppid=20415 vsize=14090948 memory=508 CPUtime=0.3 cores=1,3,5,7
/proc/20418/task/20423/stat : 20423 (java) S 20415 20418 20185 0 -1 1077944384 1765 0 0 0 23 7 0 0 20 0 15 0 250497419 14429130752 559208 33554432000 4194304 4196468 140736714644128 140045262175376 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20424] ppid=20415 vsize=14090948 memory=924 CPUtime=0.3 cores=1,3,5,7
/proc/20418/task/20424/stat : 20424 (java) S 20415 20418 20185 0 -1 1077944384 1242 0 0 0 23 7 0 0 20 0 15 0 250497419 14429130752 559208 33554432000 4194304 4196468 140736714644128 140045261122576 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20425] ppid=20415 vsize=14090948 memory=2372 CPUtime=0.04 cores=1,3,5,7
/proc/20418/task/20425/stat : 20425 (java) S 20415 20418 20185 0 -1 1077944384 2845 0 0 0 3 1 0 0 20 0 15 0 250497421 14429130752 559208 33554432000 4194304 4196468 140736714644128 140045210245232 140045668268674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20426] ppid=20415 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20426/stat : 20426 (java) S 20415 20418 20185 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 250497421 14429130752 559208 33554432000 4194304 4196468 140736714644128 140045209191264 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20427] ppid=20415 vsize=14090948 memory=38584 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20427/stat : 20427 (java) S 20415 20418 20185 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250497421 14429130752 559208 33554432000 4194304 4196468 140736714644128 140045208138880 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20428] ppid=20415 vsize=14090948 memory=16320 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20428/stat : 20428 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14429130752 559208 33554432000 4194304 4196468 140736714644128 140045207087184 140045668276123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20429] ppid=20415 vsize=14090948 memory=1720 CPUtime=3.36 cores=1,3,5,7
/proc/20418/task/20429/stat : 20429 (java) S 20415 20418 20185 0 -1 1077944384 9273 0 0 0 335 1 0 0 20 0 15 0 250497424 14429130752 559208 33554432000 4194304 4196468 140736714644128 140045206035056 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20430] ppid=20415 vsize=14090948 memory=6791534058613427641 CPUtime=3.21 cores=1,3,5,7
/proc/20418/task/20430/stat : 20430 (java) S 20415 20418 20185 0 -1 1077944384 9025 0 0 0 319 2 0 0 20 0 15 0 250497424 14429130752 559208 33554432000 4194304 4196468 140736714644128 140045204982256 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20431] ppid=20415 vsize=14090948 memory=4548 CPUtime=1.08 cores=1,3,5,7
/proc/20418/task/20431/stat : 20431 (java) S 20415 20418 20185 0 -1 1077944384 9648 0 0 0 106 2 0 0 20 0 15 0 250497424 14429130752 559208 33554432000 4194304 4196468 140736714644128 140045203929968 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20432] ppid=20415 vsize=14090948 memory=15188 CPUtime=0 cores=1,3,5,7
/proc/20418/task/20432/stat : 20432 (java) S 20415 20418 20185 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250497424 14429130752 559208 33554432000 4194304 4196468 140736714644128 140045202877408 140045668267733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
[pid=20418/tid=20433] ppid=20415 vsize=14090948 memory=4008 CPUtime=0.08 cores=1,3,5,7
/proc/20418/task/20433/stat : 20433 (java) S 20415 20418 20185 0 -1 1077944384 399 0 0 0 4 4 0 0 20 0 15 0 250497424 14429130752 559208 33554432000 4194304 4196468 140736714644128 140045201824176 140045668268674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17309696 140736714646607 140736714646798 140736714646798 140736714649551 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2236832 KiB

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

[startup+243.425 s]
# the end of solver process 20418 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.313 s, system=0.780456 s

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

Child status: 143
Real time (s): 243.425
CPU time (s): 252.094
CPU user time (s): 251.313
CPU system time (s): 0.780456
CPU usage (%): 103.561
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 2238932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.313
system time used= 0.780456
maximum resident set size= 2243028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74076
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9175
involuntary context switches= 197


# summary of solver processes directly reported to runsolver:
#   pid: 20418
#   total CPU time (s): 252.094
#   total CPU user time (s): 251.313
#   total CPU system time (s): 0.780456

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.59592 second user time and 2.12647 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-15 12:35:42
IDJOB=4310183
IDBENCH=141189
IDSOLVER=2795
FILE ID=node135/4310183-1534329342
RUNJOBID= node135-1534329094-20217
PBS_JOBID= 21038158
Free space on /tmp= 47172 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-08-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-4310183-1534329342/watcher-4310183-1534329342 -o /tmp/evaluation-result-4310183-1534329342/solver-4310183-1534329342 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534329094-20217 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 315165360 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310183-1534329342.xml

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

MD5SUM BENCH= 9be5bd0a86f9e024d7fdf548556c4b89
RANDOM SEED=315165360

node135.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.50
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.50
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.50
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.50
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:        24664224 kB
MemAvailable:   31871908 kB
Buffers:          160248 kB
Cached:          7281544 kB
SwapCached:           20 kB
Active:          4059332 kB
Inactive:        3463620 kB
Active(anon):      30388 kB
Inactive(anon):   111464 kB
Active(file):    4028944 kB
Inactive(file):  3352156 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:             72236 kB
Writeback:             4 kB
AnonPages:        121992 kB
Mapped:            69036 kB
Shmem:             57996 kB
Slab:             283532 kB
SReclaimable:     255044 kB
SUnreclaim:        28488 kB
KernelStack:        3584 kB
PageTables:         5360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1315840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 47136 MiB
End job on node135 at 2018-08-15 12:39:46