Trace number 4312437

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-17? (TO) 252.086 231.231

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-17-0300_c18.xml
MD5SUM89893934ad5b9c06ca26522ad9c878f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark130971634
Best CPU time to get the best result obtained on this benchmark82.3593
Satisfiable
(Un)Satisfiability was proved
Number of variables6028
Number of constraints3865
Number of domains51
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":2107},{"size":11,"count":1809},{"size":12,"count":1},{"size":31,"count":40},{"size":33,"count":87},{"size":39,"count":25},{"size":59,"count":10},{"size":64,"count":57},{"size":66,"count":15},{"size":69,"count":34},{"size":70,"count":43},{"size":72,"count":1},{"size":73,"count":50},{"size":74,"count":6},{"size":76,"count":21},{"size":79,"count":26},{"size":82,"count":6},{"size":97,"count":23},{"size":99,"count":8},{"size":101,"count":32},{"size":103,"count":72},{"size":105,"count":85},{"size":107,"count":132},{"size":109,"count":12},{"size":110,"count":53},{"size":113,"count":7},{"size":115,"count":3},{"size":119,"count":40},{"size":130,"count":5},{"size":132,"count":2},{"size":134,"count":32},{"size":136,"count":22},{"size":138,"count":99},{"size":140,"count":66},{"size":143,"count":27},{"size":144,"count":90},{"size":147,"count":132},{"size":151,"count":746}]
Minimum variable degree2
Maximum variable degree1810
Distribution of variable degrees[{"degree":2,"count":5428},{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":12},{"degree":6,"count":14},{"degree":7,"count":31},{"degree":8,"count":28},{"degree":9,"count":30},{"degree":10,"count":32},{"degree":11,"count":42},{"degree":12,"count":46},{"degree":13,"count":36},{"degree":14,"count":59},{"degree":15,"count":85},{"degree":16,"count":118},{"degree":17,"count":63},{"degree":1810,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":247},{"arity":3,"count":1809},{"arity":6,"count":1809}]
Number of extensional constraints1809
Number of intensional constraints2056
Distribution of constraint types[{"type":"extension","count":1809},{"type":"intension","count":2056}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.55	c version: 2018-08-17
0.68/0.56	c seed: 1170749110
0.68/0.56	c timeout: 252
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
35.96/21.80	c Parsing done, starting search...
252.04/231.20	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312437-1534569621/watcher-4312437-1534569621 -o /tmp/evaluation-result-4312437-1534569621/solver-4312437-1534569621 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534569125-15726 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1170749110 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312437-1534569621.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=16122, runsolver pid=16119

[startup+0.100097 s]*
/proc/loadavg: 1.76 1.50 1.19 5/215 16137
/proc/meminfo: memFree=24671472/32770624 swapFree=67030684/67108860
[pid=16122] ppid=16119 vsize=14082736 memory=32028 CPUtime=0.11 cores=1,3,5,7
/proc/16122/stat : 16122 (java) S 16119 16122 12324 0 -1 1077944320 6895 0 0 0 10 1 0 0 20 0 15 0 274525352 14420721664 8007 33554432000 4194304 4196468 140728621118368 140728621100912 140238868844279 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
/proc/16122/statm: 3520684 8007 3159 1 0 3482761 0
[pid=16122/tid=16124] ppid=16119 vsize=14082736 memory=-6296206467580345168 CPUtime=0.09 cores=1,3,5,7
/proc/16122/task/16124/stat : 16124 (java) R 16119 16122 12324 0 -1 4202560 4951 0 0 0 8 1 0 0 20 0 15 0 274525353 14420721664 8007 33554432000 4194304 4196468 140728621118368 140238873057136 140238868866205 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16125] ppid=16119 vsize=14082736 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16125/stat : 16125 (java) S 16119 16122 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525354 14420721664 8007 33554432000 4194304 4196468 140728621118368 140238806444944 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16126] ppid=16119 vsize=14082736 memory=140373812971136 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16126/stat : 16126 (java) S 16119 16122 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525354 14420721664 8007 33554432000 4194304 4196468 140728621118368 140238805392144 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16127] ppid=16119 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16127/stat : 16127 (java) S 16119 16122 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525354 14420721664 8007 33554432000 4194304 4196468 140728621118368 140238804339856 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16128] ppid=16119 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16128/stat : 16128 (java) S 16119 16122 12324 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274525354 14420721664 8007 33554432000 4194304 4196468 140728621118368 140238461082640 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16129] ppid=16119 vsize=14082736 memory=140373812971136 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16129/stat : 16129 (java) S 16119 16122 12324 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274525355 14420721664 8007 33554432000 4194304 4196468 140728621118368 140238411061360 140238868855426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16130] ppid=16119 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16130/stat : 16130 (java) S 16119 16122 12324 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274525355 14420721664 8007 33554432000 4194304 4196468 140728621118368 140238410007328 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16131] ppid=16119 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16131/stat : 16131 (java) S 16119 16122 12324 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274525356 14420721664 8007 33554432000 4194304 4196468 140728621118368 140238408954992 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16132] ppid=16119 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16132/stat : 16132 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14420721664 8007 33554432000 4194304 4196468 140728621118368 140238407903312 140238868862875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16133] ppid=16119 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16133/stat : 16133 (java) S 16119 16122 12324 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 274525358 14420721664 8007 33554432000 4194304 4196468 140728621118368 140238406851184 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16134] ppid=16119 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16134/stat : 16134 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14420721664 8007 33554432000 4194304 4196468 140728621118368 140238405798384 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16135] ppid=16119 vsize=14082736 memory=140373812971136 CPUtime=0.01 cores=1,3,5,7
/proc/16122/task/16135/stat : 16135 (java) S 16119 16122 12324 0 -1 1077944384 270 0 0 0 1 0 0 0 20 0 15 0 274525358 14420721664 8007 33554432000 4194304 4196468 140728621118368 140238404746096 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16136] ppid=16119 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16136/stat : 16136 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14420721664 8007 33554432000 4194304 4196468 140728621118368 140238403693536 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16137] ppid=16119 vsize=14082736 memory=140373812971136 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16137/stat : 16137 (java) S 16119 16122 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525358 14420721664 8007 33554432000 4194304 4196468 140728621118368 140238402640304 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32028 KiB

[startup+0.211803 s]*
/proc/loadavg: 1.76 1.50 1.19 6/214 16137
/proc/meminfo: memFree=24628560/32770624 swapFree=67030684/67108860
[pid=16122] ppid=16119 vsize=14082736 memory=47840 CPUtime=0.3 cores=1,3,5,7
/proc/16122/stat : 16122 (java) S 16119 16122 12324 0 -1 1077944320 10568 0 0 0 28 2 0 0 20 0 15 0 274525352 14420721664 11960 33554432000 4194304 4196468 140728621118368 140728621100912 140238868844279 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
/proc/16122/statm: 3520684 11960 3370 1 0 3482761 0
[pid=16122/tid=16124] ppid=16119 vsize=14082736 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/16122/task/16124/stat : 16124 (java) R 16119 16122 12324 0 -1 4202560 8291 0 0 0 18 2 0 0 20 0 15 0 274525353 14420721664 11960 33554432000 4194304 4196468 140728621118368 140238873072336 140238852955303 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16125] ppid=16119 vsize=14082736 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16125/stat : 16125 (java) S 16119 16122 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525354 14420721664 11960 33554432000 4194304 4196468 140728621118368 140238806444944 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16126] ppid=16119 vsize=14082736 memory=288370749964682880 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16126/stat : 16126 (java) S 16119 16122 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525354 14420721664 11960 33554432000 4194304 4196468 140728621118368 140238805392144 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16127] ppid=16119 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16127/stat : 16127 (java) S 16119 16122 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525354 14420721664 11960 33554432000 4194304 4196468 140728621118368 140238804339856 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16128] ppid=16119 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16128/stat : 16128 (java) S 16119 16122 12324 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274525354 14420721664 11960 33554432000 4194304 4196468 140728621118368 140238461082640 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16129] ppid=16119 vsize=14082736 memory=140373812971136 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16129/stat : 16129 (java) S 16119 16122 12324 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274525355 14420721664 11960 33554432000 4194304 4196468 140728621118368 140238411061360 140238868855426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16130] ppid=16119 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16130/stat : 16130 (java) S 16119 16122 12324 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274525355 14420721664 11960 33554432000 4194304 4196468 140728621118368 140238410007328 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16131] ppid=16119 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16131/stat : 16131 (java) S 16119 16122 12324 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274525356 14420721664 11960 33554432000 4194304 4196468 140728621118368 140238408954992 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16132] ppid=16119 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16132/stat : 16132 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14420721664 11960 33554432000 4194304 4196468 140728621118368 140238407903312 140238868862875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16133] ppid=16119 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16122/task/16133/stat : 16133 (java) R 16119 16122 12324 0 -1 1077944384 379 0 0 0 2 0 0 0 20 0 15 0 274525358 14420721664 11960 33554432000 4194304 4196468 140728621118368 140238406851184 140238868855426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16134] ppid=16119 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/16122/task/16134/stat : 16134 (java) R 16119 16122 12324 0 -1 4202560 223 0 0 0 2 0 0 0 20 0 15 0 274525358 14420721664 11960 33554432000 4194304 4196468 140728621118368 140238405789888 140238850365555 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16135] ppid=16119 vsize=14082736 memory=140373812971136 CPUtime=0.06 cores=1,3,5,7
/proc/16122/task/16135/stat : 16135 (java) R 16119 16122 12324 0 -1 4202560 294 0 0 0 6 0 0 0 20 0 15 0 274525358 14420721664 11960 33554432000 4194304 4196468 140728621118368 140238404744056 140238853025706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16136] ppid=16119 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16136/stat : 16136 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14420721664 11960 33554432000 4194304 4196468 140728621118368 140238403693536 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16137] ppid=16119 vsize=14082736 memory=140373812971136 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16137/stat : 16137 (java) S 16119 16122 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525358 14420721664 11960 33554432000 4194304 4196468 140728621118368 140238402640304 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47840 KiB

[startup+0.310687 s]*
/proc/loadavg: 1.76 1.50 1.19 4/199 16137
/proc/meminfo: memFree=24794780/32770624 swapFree=67030684/67108860
[pid=16122] ppid=16119 vsize=14082736 memory=51172 CPUtime=0.45 cores=1,3,5,7
/proc/16122/stat : 16122 (java) S 16119 16122 12324 0 -1 1077944320 10920 0 0 0 42 3 0 0 20 0 15 0 274525352 14420721664 12793 33554432000 4194304 4196468 140728621118368 140728621100912 140238868844279 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
/proc/16122/statm: 3520684 12793 3373 1 0 3482761 0
[pid=16122/tid=16124] ppid=16119 vsize=14082736 memory=2209 CPUtime=0.3 cores=1,3,5,7
/proc/16122/task/16124/stat : 16124 (java) R 16119 16122 12324 0 -1 4202560 8623 0 0 0 28 2 0 0 20 0 15 0 274525353 14420721664 12793 33554432000 4194304 4196468 140728621118368 140238873055792 140238850407808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16125] ppid=16119 vsize=14082736 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16125/stat : 16125 (java) S 16119 16122 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525354 14420721664 12793 33554432000 4194304 4196468 140728621118368 140238806444944 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16126] ppid=16119 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16126/stat : 16126 (java) S 16119 16122 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525354 14420721664 12793 33554432000 4194304 4196468 140728621118368 140238805392144 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16127] ppid=16119 vsize=14082736 memory=307370903124321031 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16127/stat : 16127 (java) S 16119 16122 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525354 14420721664 12793 33554432000 4194304 4196468 140728621118368 140238804339856 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16128] ppid=16119 vsize=14082736 memory=1490309 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16128/stat : 16128 (java) S 16119 16122 12324 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274525354 14420721664 12793 33554432000 4194304 4196468 140728621118368 140238461082640 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16129] ppid=16119 vsize=14082736 memory=140373812971136 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16129/stat : 16129 (java) S 16119 16122 12324 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274525355 14420721664 12793 33554432000 4194304 4196468 140728621118368 140238411061360 140238868855426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16130] ppid=16119 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16130/stat : 16130 (java) S 16119 16122 12324 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274525355 14420721664 12793 33554432000 4194304 4196468 140728621118368 140238410007328 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16131] ppid=16119 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16131/stat : 16131 (java) S 16119 16122 12324 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274525356 14420721664 12793 33554432000 4194304 4196468 140728621118368 140238408954992 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16132] ppid=16119 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16132/stat : 16132 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14420721664 12793 33554432000 4194304 4196468 140728621118368 140238407903312 140238868862875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16133] ppid=16119 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16122/task/16133/stat : 16133 (java) S 16119 16122 12324 0 -1 1077944384 384 0 0 0 2 0 0 0 20 0 15 0 274525358 14420721664 12793 33554432000 4194304 4196468 140728621118368 140238406851184 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16134] ppid=16119 vsize=14082736 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/16122/task/16134/stat : 16134 (java) S 16119 16122 12324 0 -1 1077944384 230 0 0 0 3 0 0 0 20 0 15 0 274525358 14420721664 12793 33554432000 4194304 4196468 140728621118368 140238405798384 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16135] ppid=16119 vsize=14082736 memory=140373812971136 CPUtime=0.08 cores=1,3,5,7
/proc/16122/task/16135/stat : 16135 (java) S 16119 16122 12324 0 -1 1077944384 302 0 0 0 8 0 0 0 20 0 15 0 274525358 14420721664 12793 33554432000 4194304 4196468 140728621118368 140238404746096 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16136] ppid=16119 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16136/stat : 16136 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14420721664 12793 33554432000 4194304 4196468 140728621118368 140238403693536 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16137] ppid=16119 vsize=14082736 memory=140373812971136 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16137/stat : 16137 (java) S 16119 16122 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525358 14420721664 12793 33554432000 4194304 4196468 140728621118368 140238402640304 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51172 KiB

[startup+0.700742 s]
/proc/loadavg: 1.78 1.51 1.20 2/196 16152
/proc/meminfo: memFree=24770640/32770624 swapFree=67030684/67108860
[pid=16122] ppid=16119 vsize=14084804 memory=90616 CPUtime=0.98 cores=1,3,5,7
/proc/16122/stat : 16122 (java) S 16119 16122 12324 0 -1 1077944320 17596 0 0 0 93 5 0 0 20 0 15 0 274525352 14422839296 22654 33554432000 4194304 4196468 140728621118368 140728621100912 140238868844279 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
/proc/16122/statm: 3521201 22654 3496 1 0 3483273 0
[pid=16122/tid=16124] ppid=16119 vsize=14084804 memory=6712 CPUtime=0.67 cores=1,3,5,7
/proc/16122/task/16124/stat : 16124 (java) R 16119 16122 12324 0 -1 4202560 14959 0 0 0 63 4 0 0 20 0 15 0 274525353 14422839296 22654 33554432000 4194304 4196468 140728621118368 140238873060016 140238483728513 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16125] ppid=16119 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16125/stat : 16125 (java) S 16119 16122 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525354 14422839296 22654 33554432000 4194304 4196468 140728621118368 140238806444944 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16126] ppid=16119 vsize=14084804 memory=7522507140590889787 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16126/stat : 16126 (java) S 16119 16122 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525354 14422839296 22654 33554432000 4194304 4196468 140728621118368 140238805392144 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16127] ppid=16119 vsize=14084804 memory=-7016161123436706969 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16127/stat : 16127 (java) S 16119 16122 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525354 14422839296 22654 33554432000 4194304 4196468 140728621118368 140238804339856 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16128] ppid=16119 vsize=14084804 memory=-6005673629589543366 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16128/stat : 16128 (java) S 16119 16122 12324 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274525354 14422839296 22654 33554432000 4194304 4196468 140728621118368 140238461082640 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16129] ppid=16119 vsize=14084804 memory=4207299249869450661 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16129/stat : 16129 (java) S 16119 16122 12324 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274525355 14422839296 22654 33554432000 4194304 4196468 140728621118368 140238411061360 140238868855426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16130] ppid=16119 vsize=14084804 memory=-7379823486557641818 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16130/stat : 16130 (java) S 16119 16122 12324 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274525355 14422839296 22654 33554432000 4194304 4196468 140728621118368 140238410007328 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16131] ppid=16119 vsize=14084804 memory=4497221628629064345 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16131/stat : 16131 (java) S 16119 16122 12324 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274525356 14422839296 22654 33554432000 4194304 4196468 140728621118368 140238408954992 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16132] ppid=16119 vsize=14084804 memory=4424601067457977754 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16132/stat : 16132 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14422839296 22654 33554432000 4194304 4196468 140728621118368 140238407903312 140238868862875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16133] ppid=16119 vsize=14084804 memory=6946327888818364987 CPUtime=0.06 cores=1,3,5,7
/proc/16122/task/16133/stat : 16133 (java) S 16119 16122 12324 0 -1 1077944384 555 0 0 0 6 0 0 0 20 0 15 0 274525358 14422839296 22654 33554432000 4194304 4196468 140728621118368 140238406851184 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16134] ppid=16119 vsize=14084804 memory=4498408388473495941 CPUtime=0.07 cores=1,3,5,7
/proc/16122/task/16134/stat : 16134 (java) S 16119 16122 12324 0 -1 1077944384 325 0 0 0 7 0 0 0 20 0 15 0 274525358 14422839296 22654 33554432000 4194304 4196468 140728621118368 140238405798384 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16135] ppid=16119 vsize=14084804 memory=-9178176117148050014 CPUtime=0.15 cores=1,3,5,7
/proc/16122/task/16135/stat : 16135 (java) S 16119 16122 12324 0 -1 1077944384 376 0 0 0 15 0 0 0 20 0 15 0 274525358 14422839296 22654 33554432000 4194304 4196468 140728621118368 140238404746096 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16136] ppid=16119 vsize=14084804 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16136/stat : 16136 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14422839296 22654 33554432000 4194304 4196468 140728621118368 140238403693536 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16137] ppid=16119 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16137/stat : 16137 (java) S 16119 16122 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525358 14422839296 22719 33554432000 4194304 4196468 140728621118368 140238402640304 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90616 KiB

[startup+1.50084 s]
/proc/loadavg: 1.78 1.51 1.20 4/198 16158
/proc/meminfo: memFree=24525724/32770624 swapFree=67030684/67108860
[pid=16122] ppid=16119 vsize=14086852 memory=449228 CPUtime=3.23 cores=1,3,5,7
/proc/16122/stat : 16122 (java) S 16119 16122 12324 0 -1 1077944320 20644 0 0 0 290 33 0 0 20 0 15 0 274525352 14424936448 112307 33554432000 4194304 4196468 140728621118368 140728621100912 140238868844279 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
/proc/16122/statm: 3521713 112307 3563 1 0 3483785 0
[pid=16122/tid=16124] ppid=16119 vsize=14086852 memory=288230583166042426 CPUtime=1.34 cores=1,3,5,7
/proc/16122/task/16124/stat : 16124 (java) R 16119 16122 12324 0 -1 4202560 15435 0 0 0 126 8 0 0 20 0 15 0 274525353 14424936448 112307 33554432000 4194304 4196468 140728621118368 140238873077576 140238487829555 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16125] ppid=16119 vsize=14086852 memory=14408220252834352 CPUtime=0.1 cores=1,3,5,7
/proc/16122/task/16125/stat : 16125 (java) S 16119 16122 12324 0 -1 1077944384 258 0 0 0 4 6 0 0 20 0 15 0 274525354 14424936448 112307 33554432000 4194304 4196468 140728621118368 140238806444944 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16126] ppid=16119 vsize=14086852 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/16122/task/16126/stat : 16126 (java) S 16119 16122 12324 0 -1 1077944384 101 0 0 0 4 5 0 0 20 0 15 0 274525354 14424936448 112307 33554432000 4194304 4196468 140728621118368 140238805392144 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16127] ppid=16119 vsize=14086852 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/16122/task/16127/stat : 16127 (java) S 16119 16122 12324 0 -1 1077944384 118 0 0 0 4 4 0 0 20 0 15 0 274525354 14424936448 112307 33554432000 4194304 4196468 140728621118368 140238804339856 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16128] ppid=16119 vsize=14086852 memory=4100 CPUtime=0.1 cores=1,3,5,7
/proc/16122/task/16128/stat : 16128 (java) S 16119 16122 12324 0 -1 1077944384 120 0 0 0 4 6 0 0 20 0 15 0 274525354 14424936448 112307 33554432000 4194304 4196468 140728621118368 140238461082640 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16129] ppid=16119 vsize=14086852 memory=2804 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16129/stat : 16129 (java) S 16119 16122 12324 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 274525355 14424936448 112307 33554432000 4194304 4196468 140728621118368 140238411061360 140238868855426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0

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

/proc/16122/task/16124/stat : 16124 (java) R 16119 16122 12324 0 -1 4202560 38238 0 0 0 9763 38 0 0 20 0 15 0 274525353 14429130752 1168010 33554432000 4194304 4196468 140728621118368 140238873079888 140238496855803 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16125] ppid=16119 vsize=14090948 memory=6712 CPUtime=4.03 cores=1,3,5,7
/proc/16122/task/16125/stat : 16125 (java) S 16119 16122 12324 0 -1 1077944384 3162 0 0 0 340 63 0 0 20 0 15 0 274525354 14429130752 1168010 33554432000 4194304 4196468 140728621118368 140238806444944 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16126] ppid=16119 vsize=14090948 memory=3544 CPUtime=3.99 cores=1,3,5,7
/proc/16122/task/16126/stat : 16126 (java) S 16119 16122 12324 0 -1 1077944384 2723 0 0 0 336 63 0 0 20 0 15 0 274525354 14429130752 1168010 33554432000 4194304 4196468 140728621118368 140238805392144 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16127] ppid=16119 vsize=14090948 memory=6223407613083 CPUtime=3.97 cores=1,3,5,7
/proc/16122/task/16127/stat : 16127 (java) S 16119 16122 12324 0 -1 1077944384 3576 0 0 0 335 62 0 0 20 0 15 0 274525354 14429130752 1168010 33554432000 4194304 4196468 140728621118368 140238804339856 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16128] ppid=16119 vsize=14090948 memory=4672040 CPUtime=4 cores=1,3,5,7
/proc/16122/task/16128/stat : 16128 (java) S 16119 16122 12324 0 -1 1077944384 4149 0 0 0 337 63 0 0 20 0 15 0 274525354 14429130752 1168010 33554432000 4194304 4196468 140728621118368 140238461082640 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16129] ppid=16119 vsize=14090948 memory=2372 CPUtime=0.18 cores=1,3,5,7
/proc/16122/task/16129/stat : 16129 (java) S 16119 16122 12324 0 -1 1077944384 8907 0 0 0 17 1 0 0 20 0 15 0 274525355 14429130752 1168010 33554432000 4194304 4196468 140728621118368 140238411061360 140238868855426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16130] ppid=16119 vsize=14090948 memory=4672040 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16130/stat : 16130 (java) S 16119 16122 12324 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 274525355 14429130752 1168010 33554432000 4194304 4196468 140728621118368 140238410007392 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16131] ppid=16119 vsize=14090948 memory=4672040 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16131/stat : 16131 (java) S 16119 16122 12324 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 274525356 14429130752 1168010 33554432000 4194304 4196468 140728621118368 140238408955008 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16132] ppid=16119 vsize=14090948 memory=1192 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16132/stat : 16132 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14429130752 1168010 33554432000 4194304 4196468 140728621118368 140238407903312 140238868862875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16133] ppid=16119 vsize=14090948 memory=280747383597280 CPUtime=3.49 cores=1,3,5,7
/proc/16122/task/16133/stat : 16133 (java) S 16119 16122 12324 0 -1 1077944384 10638 0 0 0 348 1 0 0 20 0 15 0 274525358 14429130752 1168010 33554432000 4194304 4196468 140728621118368 140238406851184 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16134] ppid=16119 vsize=14090948 memory=288286696896987711 CPUtime=3.83 cores=1,3,5,7
/proc/16122/task/16134/stat : 16134 (java) S 16119 16122 12324 0 -1 1077944384 12913 0 0 0 382 1 0 0 20 0 15 0 274525358 14429130752 1168010 33554432000 4194304 4196468 140728621118368 140238405798384 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16135] ppid=16119 vsize=14090948 memory=3544 CPUtime=1.26 cores=1,3,5,7
/proc/16122/task/16135/stat : 16135 (java) S 16119 16122 12324 0 -1 1077944384 10441 0 0 0 125 1 0 0 20 0 15 0 274525358 14429130752 1168010 33554432000 4194304 4196468 140728621118368 140238404746096 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16136] ppid=16119 vsize=14090948 memory=68 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16136/stat : 16136 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14429130752 1168010 33554432000 4194304 4196468 140728621118368 140238403693536 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16137] ppid=16119 vsize=14090948 memory=280747383231960 CPUtime=0.04 cores=1,3,5,7
/proc/16122/task/16137/stat : 16137 (java) S 16119 16122 12324 0 -1 1077944384 1023 0 0 0 2 2 0 0 20 0 15 0 274525358 14429130752 1168010 33554432000 4194304 4196468 140728621118368 140238402640304 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
Current children cumulated CPU time: 122.91 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4672040 KiB

[startup+162.301 s]
/proc/loadavg: 1.88 1.66 1.30 3/216 16185
/proc/meminfo: memFree=14600600/32770624 swapFree=67030684/67108860
[pid=16122] ppid=16119 vsize=14090948 memory=4678712 CPUtime=183.03 cores=1,3,5,7
/proc/16122/stat : 16122 (java) S 16119 16122 12324 0 -1 1077944320 105502 0 0 0 17998 305 0 0 20 0 15 0 274525352 14429130752 1169678 33554432000 4194304 4196468 140728621118368 140728621100912 140238868844279 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
/proc/16122/statm: 3522737 1169678 3614 1 0 3484809 0
[pid=16122/tid=16124] ppid=16119 vsize=14090948 memory=4678712 CPUtime=157.98 cores=1,3,5,7
/proc/16122/task/16124/stat : 16124 (java) R 16119 16122 12324 0 -1 4202560 43015 0 0 0 15758 40 0 0 20 0 15 0 274525353 14429130752 1169678 33554432000 4194304 4196468 140728621118368 140238873082272 140238497502362 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16125] ppid=16119 vsize=14090948 memory=4678712 CPUtime=4.05 cores=1,3,5,7
/proc/16122/task/16125/stat : 16125 (java) S 16119 16122 12324 0 -1 1077944384 3505 0 0 0 342 63 0 0 20 0 15 0 274525354 14429130752 1169678 33554432000 4194304 4196468 140728621118368 140238806444944 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16126] ppid=16119 vsize=14090948 memory=4678712 CPUtime=4.02 cores=1,3,5,7
/proc/16122/task/16126/stat : 16126 (java) S 16119 16122 12324 0 -1 1077944384 3085 0 0 0 339 63 0 0 20 0 15 0 274525354 14429130752 1169678 33554432000 4194304 4196468 140728621118368 140238805392144 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16127] ppid=16119 vsize=14090948 memory=4678712 CPUtime=3.99 cores=1,3,5,7
/proc/16122/task/16127/stat : 16127 (java) S 16119 16122 12324 0 -1 1077944384 4647 0 0 0 337 62 0 0 20 0 15 0 274525354 14429130752 1169678 33554432000 4194304 4196468 140728621118368 140238804339856 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16128] ppid=16119 vsize=14090948 memory=4678712 CPUtime=4.03 cores=1,3,5,7
/proc/16122/task/16128/stat : 16128 (java) S 16119 16122 12324 0 -1 1077944384 4727 0 0 0 340 63 0 0 20 0 15 0 274525354 14429130752 1169678 33554432000 4194304 4196468 140728621118368 140238461082640 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16129] ppid=16119 vsize=14090948 memory=4678712 CPUtime=0.18 cores=1,3,5,7
/proc/16122/task/16129/stat : 16129 (java) S 16119 16122 12324 0 -1 1077944384 9088 0 0 0 17 1 0 0 20 0 15 0 274525355 14429130752 1169678 33554432000 4194304 4196468 140728621118368 140238411061360 140238868855426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16130] ppid=16119 vsize=14090948 memory=4678712 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16130/stat : 16130 (java) S 16119 16122 12324 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 274525355 14429130752 1169678 33554432000 4194304 4196468 140728621118368 140238410007392 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16131] ppid=16119 vsize=14090948 memory=4678712 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16131/stat : 16131 (java) S 16119 16122 12324 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 274525356 14429130752 1169678 33554432000 4194304 4196468 140728621118368 140238408955008 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16132] ppid=16119 vsize=14090948 memory=4678712 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16132/stat : 16132 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14429130752 1169678 33554432000 4194304 4196468 140728621118368 140238407903312 140238868862875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16133] ppid=16119 vsize=14090948 memory=4678712 CPUtime=3.49 cores=1,3,5,7
/proc/16122/task/16133/stat : 16133 (java) S 16119 16122 12324 0 -1 1077944384 10970 0 0 0 348 1 0 0 20 0 15 0 274525358 14429130752 1169678 33554432000 4194304 4196468 140728621118368 140238406851184 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16134] ppid=16119 vsize=14090948 memory=4678712 CPUtime=3.84 cores=1,3,5,7
/proc/16122/task/16134/stat : 16134 (java) S 16119 16122 12324 0 -1 1077944384 13203 0 0 0 382 2 0 0 20 0 15 0 274525358 14429130752 1169678 33554432000 4194304 4196468 140728621118368 140238405798384 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16135] ppid=16119 vsize=14090948 memory=3544 CPUtime=1.27 cores=1,3,5,7
/proc/16122/task/16135/stat : 16135 (java) S 16119 16122 12324 0 -1 1077944384 10751 0 0 0 126 1 0 0 20 0 15 0 274525358 14429130752 1169678 33554432000 4194304 4196468 140728621118368 140238404746096 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16136] ppid=16119 vsize=14090948 memory=4678712 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16136/stat : 16136 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14429130752 1169678 33554432000 4194304 4196468 140728621118368 140238403693536 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16137] ppid=16119 vsize=14090948 memory=1156 CPUtime=0.08 cores=1,3,5,7
/proc/16122/task/16137/stat : 16137 (java) S 16119 16122 12324 0 -1 1077944384 1052 0 0 0 4 4 0 0 20 0 15 0 274525358 14429130752 1169678 33554432000 4194304 4196468 140728621118368 140238402640304 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
Current children cumulated CPU time: 183.03 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4678712 KiB

[startup+222.301 s]
/proc/loadavg: 1.92 1.71 1.34 3/216 16186
/proc/meminfo: memFree=14598628/32770624 swapFree=67030684/67108860
[pid=16122] ppid=16119 vsize=14090948 memory=4679396 CPUtime=243.14 cores=1,3,5,7
/proc/16122/stat : 16122 (java) S 16119 16122 12324 0 -1 1077944320 112783 0 0 0 24007 307 0 0 20 0 15 0 274525352 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140728621100912 140238868844279 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
/proc/16122/statm: 3522737 1169849 3614 1 0 3484809 0
[pid=16122/tid=16124] ppid=16119 vsize=14090948 memory=4679396 CPUtime=217.95 cores=1,3,5,7
/proc/16122/task/16124/stat : 16124 (java) R 16119 16122 12324 0 -1 4202560 47409 0 0 0 21754 41 0 0 20 0 15 0 274525353 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238873082512 140238497411035 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16125] ppid=16119 vsize=14090948 memory=4679396 CPUtime=4.07 cores=1,3,5,7
/proc/16122/task/16125/stat : 16125 (java) S 16119 16122 12324 0 -1 1077944384 3810 0 0 0 344 63 0 0 20 0 15 0 274525354 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238806444944 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16126] ppid=16119 vsize=14090948 memory=4679396 CPUtime=4.04 cores=1,3,5,7
/proc/16122/task/16126/stat : 16126 (java) S 16119 16122 12324 0 -1 1077944384 3493 0 0 0 341 63 0 0 20 0 15 0 274525354 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238805392144 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16127] ppid=16119 vsize=14090948 memory=4679396 CPUtime=4.02 cores=1,3,5,7
/proc/16122/task/16127/stat : 16127 (java) S 16119 16122 12324 0 -1 1077944384 5252 0 0 0 340 62 0 0 20 0 15 0 274525354 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238804339856 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16128] ppid=16119 vsize=14090948 memory=4679396 CPUtime=4.05 cores=1,3,5,7
/proc/16122/task/16128/stat : 16128 (java) S 16119 16122 12324 0 -1 1077944384 6014 0 0 0 342 63 0 0 20 0 15 0 274525354 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238461082640 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16129] ppid=16119 vsize=14090948 memory=280747383376512 CPUtime=0.18 cores=1,3,5,7
/proc/16122/task/16129/stat : 16129 (java) S 16119 16122 12324 0 -1 1077944384 9327 0 0 0 17 1 0 0 20 0 15 0 274525355 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238411061360 140238868855426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16130] ppid=16119 vsize=14090948 memory=4679396 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16130/stat : 16130 (java) S 16119 16122 12324 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 274525355 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238410007392 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16131] ppid=16119 vsize=14090948 memory=4679396 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16131/stat : 16131 (java) S 16119 16122 12324 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 274525356 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238408955008 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16132] ppid=16119 vsize=14090948 memory=1688 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16132/stat : 16132 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238407903312 140238868862875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16133] ppid=16119 vsize=14090948 memory=768 CPUtime=3.49 cores=1,3,5,7
/proc/16122/task/16133/stat : 16133 (java) S 16119 16122 12324 0 -1 1077944384 10975 0 0 0 348 1 0 0 20 0 15 0 274525358 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238406851184 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16134] ppid=16119 vsize=14090948 memory=6791534058613427641 CPUtime=3.84 cores=1,3,5,7
/proc/16122/task/16134/stat : 16134 (java) S 16119 16122 12324 0 -1 1077944384 13206 0 0 0 382 2 0 0 20 0 15 0 274525358 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238405798384 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16135] ppid=16119 vsize=14090948 memory=7447093755344480082 CPUtime=1.27 cores=1,3,5,7
/proc/16122/task/16135/stat : 16135 (java) S 16119 16122 12324 0 -1 1077944384 10758 0 0 0 126 1 0 0 20 0 15 0 274525358 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238404746096 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16136] ppid=16119 vsize=14090948 memory=3544 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16136/stat : 16136 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238403693536 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16137] ppid=16119 vsize=14090948 memory=4872558044660077418 CPUtime=0.1 cores=1,3,5,7
/proc/16122/task/16137/stat : 16137 (java) S 16119 16122 12324 0 -1 1077944384 1080 0 0 0 5 5 0 0 20 0 15 0 274525358 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238402640304 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
Current children cumulated CPU time: 243.14 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4679396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+231.201 s]
/proc/loadavg: 1.93 1.72 1.35 3/216 16263
/proc/meminfo: memFree=19938724/32770624 swapFree=67030684/67108860
[pid=16122] ppid=16119 vsize=14090948 memory=4679396 CPUtime=252.04 cores=1,3,5,7
/proc/16122/stat : 16122 (java) S 16119 16122 12324 0 -1 1077944320 113408 0 0 0 24896 308 0 0 20 0 15 0 274525352 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140728621100912 140238868844279 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
/proc/16122/statm: 3522737 1169849 3614 1 0 3484809 0
[pid=16122/tid=16124] ppid=16119 vsize=14090948 memory=6791534058613427641 CPUtime=226.85 cores=1,3,5,7
/proc/16122/task/16124/stat : 16124 (java) R 16119 16122 12324 0 -1 4202560 48034 0 0 0 22644 41 0 0 20 0 15 0 274525353 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238873082512 140238497376522 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16125] ppid=16119 vsize=14090948 memory=1688 CPUtime=4.07 cores=1,3,5,7
/proc/16122/task/16125/stat : 16125 (java) S 16119 16122 12324 0 -1 1077944384 3810 0 0 0 344 63 0 0 20 0 15 0 274525354 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238806444944 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16126] ppid=16119 vsize=14090948 memory=768 CPUtime=4.04 cores=1,3,5,7
/proc/16122/task/16126/stat : 16126 (java) S 16119 16122 12324 0 -1 1077944384 3493 0 0 0 341 63 0 0 20 0 15 0 274525354 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238805392144 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16127] ppid=16119 vsize=14090948 memory=5312 CPUtime=4.02 cores=1,3,5,7
/proc/16122/task/16127/stat : 16127 (java) S 16119 16122 12324 0 -1 1077944384 5252 0 0 0 340 62 0 0 20 0 15 0 274525354 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238804339856 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16128] ppid=16119 vsize=14090948 memory=11068 CPUtime=4.05 cores=1,3,5,7
/proc/16122/task/16128/stat : 16128 (java) S 16119 16122 12324 0 -1 1077944384 6014 0 0 0 342 63 0 0 20 0 15 0 274525354 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238461082640 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16129] ppid=16119 vsize=14090948 memory=1192 CPUtime=0.18 cores=1,3,5,7
/proc/16122/task/16129/stat : 16129 (java) S 16119 16122 12324 0 -1 1077944384 9327 0 0 0 17 1 0 0 20 0 15 0 274525355 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238411061360 140238868855426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16130] ppid=16119 vsize=14090948 memory=1520 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16130/stat : 16130 (java) S 16119 16122 12324 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 274525355 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238410007392 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16131] ppid=16119 vsize=14090948 memory=2680 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16131/stat : 16131 (java) S 16119 16122 12324 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 274525356 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238408955008 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16132] ppid=16119 vsize=14090948 memory=4679396 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16132/stat : 16132 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238407903312 140238868862875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16133] ppid=16119 vsize=14090948 memory=11068 CPUtime=3.49 cores=1,3,5,7
/proc/16122/task/16133/stat : 16133 (java) S 16119 16122 12324 0 -1 1077944384 10975 0 0 0 348 1 0 0 20 0 15 0 274525358 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238406851184 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16134] ppid=16119 vsize=14090948 memory=1192 CPUtime=3.84 cores=1,3,5,7
/proc/16122/task/16134/stat : 16134 (java) S 16119 16122 12324 0 -1 1077944384 13206 0 0 0 382 2 0 0 20 0 15 0 274525358 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238405798384 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16135] ppid=16119 vsize=14090948 memory=1520 CPUtime=1.27 cores=1,3,5,7
/proc/16122/task/16135/stat : 16135 (java) S 16119 16122 12324 0 -1 1077944384 10758 0 0 0 126 1 0 0 20 0 15 0 274525358 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238404746096 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16136] ppid=16119 vsize=14090948 memory=2680 CPUtime=0 cores=1,3,5,7
/proc/16122/task/16136/stat : 16136 (java) S 16119 16122 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525358 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238403693536 140238868854485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
[pid=16122/tid=16137] ppid=16119 vsize=14090948 memory=3160 CPUtime=0.11 cores=1,3,5,7
/proc/16122/task/16137/stat : 16137 (java) S 16119 16122 12324 0 -1 1077944384 1080 0 0 0 5 6 0 0 20 0 15 0 274525358 14429130752 1169849 33554432000 4194304 4196468 140728621118368 140238402640304 140238868855426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6492160 140728621122638 140728621122830 140728621122830 140728621125583 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 4679396 KiB

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

[startup+231.231 s]
# the end of solver process 16122 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.976 s, system=3.11064 s

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

Child status: 143
Real time (s): 231.231
CPU time (s): 252.086
CPU user time (s): 248.976
CPU system time (s): 3.11064
CPU usage (%): 109.019
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 4679396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.976
system time used= 3.11064
maximum resident set size= 4679936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114150
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9833
involuntary context switches= 351


# summary of solver processes directly reported to runsolver:
#   pid: 16122
#   total CPU time (s): 252.086
#   total CPU user time (s): 248.976
#   total CPU system time (s): 3.11064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.54824 second user time and 2.08698 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-18 07:20:22
IDJOB=4312437
IDBENCH=141269
IDSOLVER=2800
FILE ID=node102/4312437-1534569621
RUNJOBID= node102-1534569125-15726
PBS_JOBID= 21038645
Free space on /tmp= 46416 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-17-0300_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312437-1534569621/watcher-4312437-1534569621 -o /tmp/evaluation-result-4312437-1534569621/solver-4312437-1534569621 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534569125-15726 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1170749110 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312437-1534569621.xml

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

MD5SUM BENCH= 89893934ad5b9c06ca26522ad9c878f8
RANDOM SEED=1170749110

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24717384 kB
MemAvailable:   31755732 kB
Buffers:          213544 kB
Cached:          7102460 kB
SwapCached:        51220 kB
Active:          5886844 kB
Inactive:        1624272 kB
Active(anon):     138636 kB
Inactive(anon):   124764 kB
Active(file):    5748208 kB
Inactive(file):  1499508 kB
Unevictable:        7344 kB
Mlocked:            7344 kB
SwapTotal:      67108860 kB
SwapFree:       67030684 kB
Dirty:            136736 kB
Writeback:             4 kB
AnonPages:         82680 kB
Mapped:            28612 kB
Shmem:             65388 kB
Slab:             242108 kB
SReclaimable:     212936 kB
SUnreclaim:        29172 kB
KernelStack:        3280 kB
PageTables:         5376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1322920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 46380 MiB
End job on node102 at 2018-08-18 07:24:13