Trace number 4292049

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-07-02? (TO) 2400.09 2379.43

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-18-0350_c18.xml
MD5SUM970c879d9e656f0525c6818b69538b39
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark162507055
Best CPU time to get the best result obtained on this benchmark68.4417
Satisfiable
(Un)Satisfiability was proved
Number of variables4976
Number of constraints3812
Number of domains49
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":4},{"size":2,"count":1771},{"size":11,"count":1425},{"size":12,"count":1},{"size":21,"count":54},{"size":22,"count":3},{"size":26,"count":5},{"size":27,"count":67},{"size":35,"count":51},{"size":41,"count":8},{"size":42,"count":5},{"size":43,"count":24},{"size":46,"count":13},{"size":47,"count":27},{"size":49,"count":29},{"size":55,"count":18},{"size":69,"count":6},{"size":75,"count":20},{"size":78,"count":3},{"size":82,"count":2},{"size":83,"count":66},{"size":85,"count":10},{"size":86,"count":78},{"size":88,"count":4},{"size":103,"count":37},{"size":111,"count":78},{"size":123,"count":7},{"size":129,"count":11},{"size":134,"count":14},{"size":135,"count":123},{"size":142,"count":28},{"size":143,"count":195},{"size":150,"count":69},{"size":151,"count":720}]
Minimum variable degree2
Maximum variable degree1426
Distribution of variable degrees[{"degree":2,"count":4277},{"degree":3,"count":4},{"degree":4,"count":14},{"degree":5,"count":20},{"degree":6,"count":25},{"degree":7,"count":40},{"degree":8,"count":48},{"degree":9,"count":61},{"degree":10,"count":81},{"degree":11,"count":74},{"degree":12,"count":95},{"degree":13,"count":88},{"degree":14,"count":68},{"degree":15,"count":55},{"degree":16,"count":21},{"degree":17,"count":4},{"degree":1426,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":962},{"arity":3,"count":1425},{"arity":6,"count":1425}]
Number of extensional constraints1425
Number of intensional constraints2387
Distribution of constraint types[{"type":"extension","count":1425},{"type":"intension","count":2387}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.56	c version: 2018-07-02
0.68/0.56	c seed: 340350225
0.68/0.56	c timeout: 2400
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
29.58/17.40	c Parsing done, starting search...
2400.05/2379.41	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 (3892 MiB free)
  memory of node 1: 16384 MiB (6901 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292049-1532282588/watcher-4292049-1532282588 -o /tmp/evaluation-result-4292049-1532282588/solver-4292049-1532282588 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532270698-27816 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 340350225 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4292049-1532282588.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=29092, runsolver pid=29089

[startup+0.100382 s]*
/proc/loadavg: 1.44 1.55 1.58 3/217 29107
/proc/meminfo: memFree=11035244/32770624 swapFree=67108860/67108860
[pid=29092] ppid=29089 vsize=14082740 memory=31180 CPUtime=0.12 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29089 29092 31076 0 -1 1077944320 6704 0 0 0 11 1 0 0 20 0 15 0 45821971 14420725760 7795 33554432000 4194304 4196468 140726040179120 140726040161664 139869106208503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
/proc/29092/statm: 3520685 7795 3155 1 0 3482761 0
[pid=29092/tid=29094] ppid=29089 vsize=14082740 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/29092/task/29094/stat : 29094 (java) R 29089 29092 31076 0 -1 4202560 4736 0 0 0 8 1 0 0 20 0 15 0 45821972 14420725760 7795 33554432000 4194304 4196468 140726040179120 139869110429568 139869106230429 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29095] ppid=29089 vsize=14082740 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29095/stat : 29095 (java) S 29089 29092 31076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45821972 14420725760 7795 33554432000 4194304 4196468 140726040179120 139869036296848 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29096] ppid=29089 vsize=14082740 memory=140502953330304 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29096/stat : 29096 (java) S 29089 29092 31076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45821972 14420725760 7795 33554432000 4194304 4196468 140726040179120 139869035244048 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29097] ppid=29089 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29097/stat : 29097 (java) S 29089 29092 31076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45821972 14420725760 7795 33554432000 4194304 4196468 140726040179120 139869034191248 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29098] ppid=29089 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29098/stat : 29098 (java) S 29089 29092 31076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45821972 14420725760 7795 33554432000 4194304 4196468 140726040179120 139868698753296 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29099] ppid=29089 vsize=14082740 memory=140502953330304 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29099/stat : 29099 (java) S 29089 29092 31076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45821974 14420725760 7795 33554432000 4194304 4196468 140726040179120 139868018539376 139869106219650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29100] ppid=29089 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29100/stat : 29100 (java) S 29089 29092 31076 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45821974 14420725760 7795 33554432000 4194304 4196468 140726040179120 139868017485344 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29101] ppid=29089 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29101/stat : 29101 (java) S 29089 29092 31076 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45821974 14420725760 7795 33554432000 4194304 4196468 140726040179120 139868016432496 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29102] ppid=29089 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29102/stat : 29102 (java) S 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14420725760 7795 33554432000 4194304 4196468 140726040179120 139868015380816 139869106227099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29103] ppid=29089 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29103/stat : 29103 (java) S 29089 29092 31076 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 45821977 14420725760 7795 33554432000 4194304 4196468 140726040179120 139868014328176 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29104] ppid=29089 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29104/stat : 29104 (java) R 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14420725760 7795 33554432000 4194304 4196468 140726040179120 139868013275376 139869106219650 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29105] ppid=29089 vsize=14082740 memory=140502953330304 CPUtime=0.01 cores=0,2,4,6
/proc/29092/task/29105/stat : 29105 (java) R 29089 29092 31076 0 -1 4202560 286 0 0 0 1 0 0 0 20 0 15 0 45821977 14420725760 7795 33554432000 4194304 4196468 140726040179120 139868012222576 139869106229850 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29106] ppid=29089 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29106/stat : 29106 (java) S 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14420725760 7795 33554432000 4194304 4196468 140726040179120 139868011170016 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29107] ppid=29089 vsize=14082740 memory=140502953330304 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29107/stat : 29107 (java) S 29089 29092 31076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45821977 14420725760 7795 33554432000 4194304 4196468 140726040179120 139868010118320 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31180 KiB

[startup+0.210497 s]*
/proc/loadavg: 1.44 1.55 1.58 5/217 29107
/proc/meminfo: memFree=11020360/32770624 swapFree=67108860/67108860
[pid=29092] ppid=29089 vsize=14082740 memory=46988 CPUtime=0.3 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29089 29092 31076 0 -1 1077944320 10320 0 0 0 27 3 0 0 20 0 15 0 45821971 14420725760 11747 33554432000 4194304 4196468 140726040179120 140726040161664 139869106208503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
/proc/29092/statm: 3520685 11747 3373 1 0 3482761 0
[pid=29092/tid=29094] ppid=29089 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/29092/task/29094/stat : 29094 (java) S 29089 29092 31076 0 -1 1077944384 8081 0 0 0 18 2 0 0 20 0 15 0 45821972 14420725760 11747 33554432000 4194304 4196468 140726040179120 139869110435856 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29095] ppid=29089 vsize=14082740 memory=342 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29095/stat : 29095 (java) S 29089 29092 31076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45821972 14420725760 11747 33554432000 4194304 4196468 140726040179120 139869036296848 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29096] ppid=29089 vsize=14082740 memory=140502953636522 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29096/stat : 29096 (java) S 29089 29092 31076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45821972 14420725760 11747 33554432000 4194304 4196468 140726040179120 139869035244048 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29097] ppid=29089 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29097/stat : 29097 (java) S 29089 29092 31076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45821972 14420725760 11747 33554432000 4194304 4196468 140726040179120 139869034191248 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29098] ppid=29089 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29098/stat : 29098 (java) S 29089 29092 31076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45821972 14420725760 11747 33554432000 4194304 4196468 140726040179120 139868698753296 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29099] ppid=29089 vsize=14082740 memory=140502953330304 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29099/stat : 29099 (java) S 29089 29092 31076 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45821974 14420725760 11747 33554432000 4194304 4196468 140726040179120 139868018539376 139869106219650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29100] ppid=29089 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29100/stat : 29100 (java) S 29089 29092 31076 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45821974 14420725760 11747 33554432000 4194304 4196468 140726040179120 139868017485344 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29101] ppid=29089 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29101/stat : 29101 (java) S 29089 29092 31076 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45821974 14420725760 11747 33554432000 4194304 4196468 140726040179120 139868016432496 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29102] ppid=29089 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29102/stat : 29102 (java) S 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14420725760 11747 33554432000 4194304 4196468 140726040179120 139868015380816 139869106227099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29103] ppid=29089 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29092/task/29103/stat : 29103 (java) R 29089 29092 31076 0 -1 1077944384 462 0 0 0 1 0 0 0 20 0 15 0 45821977 14420725760 11747 33554432000 4194304 4196468 140726040179120 139868014328176 139869106219650 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29104] ppid=29089 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/29092/task/29104/stat : 29104 (java) R 29089 29092 31076 0 -1 4202560 109 0 0 0 1 0 0 0 20 0 15 0 45821977 14420725760 11747 33554432000 4194304 4196468 140726040179120 139868013256392 139869083846928 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29105] ppid=29089 vsize=14082740 memory=140502953330304 CPUtime=0.06 cores=0,2,4,6
/proc/29092/task/29105/stat : 29105 (java) R 29089 29092 31076 0 -1 4202560 310 0 0 0 6 0 0 0 20 0 15 0 45821977 14420725760 11747 33554432000 4194304 4196468 140726040179120 139868012222576 139869106220438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29106] ppid=29089 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29106/stat : 29106 (java) S 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14420725760 11747 33554432000 4194304 4196468 140726040179120 139868011170016 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29107] ppid=29089 vsize=14082740 memory=140502953330304 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29107/stat : 29107 (java) S 29089 29092 31076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45821977 14420725760 11747 33554432000 4194304 4196468 140726040179120 139868010118320 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46988 KiB

[startup+0.310685 s]*
/proc/loadavg: 1.44 1.55 1.58 3/217 29107
/proc/meminfo: memFree=11017336/32770624 swapFree=67108860/67108860
[pid=29092] ppid=29089 vsize=14082740 memory=50520 CPUtime=0.45 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29089 29092 31076 0 -1 1077944320 10780 0 0 0 42 3 0 0 20 0 15 0 45821971 14420725760 12630 33554432000 4194304 4196468 140726040179120 140726040161664 139869106208503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
/proc/29092/statm: 3520685 12630 3389 1 0 3482761 0
[pid=29092/tid=29094] ppid=29089 vsize=14082740 memory=53476 CPUtime=0.3 cores=0,2,4,6
/proc/29092/task/29094/stat : 29094 (java) R 29089 29092 31076 0 -1 4202560 8446 0 0 0 28 2 0 0 20 0 15 0 45821972 14420725760 12630 33554432000 4194304 4196468 140726040179120 139869110420016 139869090289020 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29095] ppid=29089 vsize=14082740 memory=35 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29095/stat : 29095 (java) S 29089 29092 31076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45821972 14420725760 12630 33554432000 4194304 4196468 140726040179120 139869036296848 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29096] ppid=29089 vsize=14082740 memory=140502953388320 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29096/stat : 29096 (java) S 29089 29092 31076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45821972 14420725760 12630 33554432000 4194304 4196468 140726040179120 139869035244048 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29097] ppid=29089 vsize=14082740 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29097/stat : 29097 (java) S 29089 29092 31076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45821972 14420725760 12630 33554432000 4194304 4196468 140726040179120 139869034191248 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29098] ppid=29089 vsize=14082740 memory=35 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29098/stat : 29098 (java) S 29089 29092 31076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45821972 14420725760 12630 33554432000 4194304 4196468 140726040179120 139868698753296 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29099] ppid=29089 vsize=14082740 memory=140502953395232 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29099/stat : 29099 (java) S 29089 29092 31076 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45821974 14420725760 12630 33554432000 4194304 4196468 140726040179120 139868018539376 139869106219650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29100] ppid=29089 vsize=14082740 memory=35 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29100/stat : 29100 (java) S 29089 29092 31076 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45821974 14420725760 12630 33554432000 4194304 4196468 140726040179120 139868017485344 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29101] ppid=29089 vsize=14082740 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29101/stat : 29101 (java) S 29089 29092 31076 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45821974 14420725760 12630 33554432000 4194304 4196468 140726040179120 139868016432496 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29102] ppid=29089 vsize=14082740 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29102/stat : 29102 (java) S 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14420725760 12630 33554432000 4194304 4196468 140726040179120 139868015380816 139869106227099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29103] ppid=29089 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29092/task/29103/stat : 29103 (java) S 29089 29092 31076 0 -1 1077944384 484 0 0 0 2 0 0 0 20 0 15 0 45821977 14420725760 12630 33554432000 4194304 4196468 140726040179120 139868014328176 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29104] ppid=29089 vsize=14082740 memory=140502808776207 CPUtime=0.02 cores=0,2,4,6
/proc/29092/task/29104/stat : 29104 (java) S 29089 29092 31076 0 -1 1077944384 132 0 0 0 2 0 0 0 20 0 15 0 45821977 14420725760 12630 33554432000 4194304 4196468 140726040179120 139868013275376 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29105] ppid=29089 vsize=14082740 memory=140502953359316 CPUtime=0.08 cores=0,2,4,6
/proc/29092/task/29105/stat : 29105 (java) S 29089 29092 31076 0 -1 1077944384 335 0 0 0 8 0 0 0 20 0 15 0 45821977 14420725760 12630 33554432000 4194304 4196468 140726040179120 139868012222576 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29106] ppid=29089 vsize=14082740 memory=140502808780751 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29106/stat : 29106 (java) S 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14420725760 12630 33554432000 4194304 4196468 140726040179120 139868011170016 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29107] ppid=29089 vsize=14082740 memory=281005762127808 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29107/stat : 29107 (java) S 29089 29092 31076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45821977 14420725760 12630 33554432000 4194304 4196468 140726040179120 139868010118320 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50520 KiB

[startup+0.700801 s]
/proc/loadavg: 1.44 1.55 1.58 3/217 29107
/proc/meminfo: memFree=10993028/32770624 swapFree=67108860/67108860
[pid=29092] ppid=29089 vsize=14084808 memory=88848 CPUtime=0.99 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29089 29092 31076 0 -1 1077944320 17624 0 0 0 94 5 0 0 20 0 15 0 45821971 14422843392 22212 33554432000 4194304 4196468 140726040179120 140726040161664 139869106208503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
/proc/29092/statm: 3521202 22212 3506 1 0 3483273 0
[pid=29092/tid=29094] ppid=29089 vsize=14084808 memory=2372 CPUtime=0.66 cores=0,2,4,6
/proc/29092/task/29094/stat : 29094 (java) R 29089 29092 31076 0 -1 4202560 14891 0 0 0 63 3 0 0 20 0 15 0 45821972 14422843392 22212 33554432000 4194304 4196468 140726040179120 139869110432608 139869106230429 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29095] ppid=29089 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29095/stat : 29095 (java) S 29089 29092 31076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45821972 14422843392 22212 33554432000 4194304 4196468 140726040179120 139869036296848 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29096] ppid=29089 vsize=14084808 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29096/stat : 29096 (java) S 29089 29092 31076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45821972 14422843392 22212 33554432000 4194304 4196468 140726040179120 139869035244048 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29097] ppid=29089 vsize=14084808 memory=15868 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29097/stat : 29097 (java) S 29089 29092 31076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45821972 14422843392 22212 33554432000 4194304 4196468 140726040179120 139869034191248 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29098] ppid=29089 vsize=14084808 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29098/stat : 29098 (java) S 29089 29092 31076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45821972 14422843392 22212 33554432000 4194304 4196468 140726040179120 139868698753296 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29099] ppid=29089 vsize=14084808 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29099/stat : 29099 (java) S 29089 29092 31076 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45821974 14422843392 22212 33554432000 4194304 4196468 140726040179120 139868018539376 139869106219650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29100] ppid=29089 vsize=14084808 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29100/stat : 29100 (java) S 29089 29092 31076 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45821974 14422843392 22212 33554432000 4194304 4196468 140726040179120 139868017485344 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29101] ppid=29089 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29101/stat : 29101 (java) S 29089 29092 31076 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45821974 14422843392 22212 33554432000 4194304 4196468 140726040179120 139868016432496 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29102] ppid=29089 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29102/stat : 29102 (java) S 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14422843392 22212 33554432000 4194304 4196468 140726040179120 139868015380816 139869106227099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29103] ppid=29089 vsize=14084808 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29092/task/29103/stat : 29103 (java) S 29089 29092 31076 0 -1 1077944384 660 0 0 0 8 0 0 0 20 0 15 0 45821977 14422843392 22212 33554432000 4194304 4196468 140726040179120 139868014328176 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29104] ppid=29089 vsize=14084808 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/29092/task/29104/stat : 29104 (java) S 29089 29092 31076 0 -1 1077944384 262 0 0 0 6 0 0 0 20 0 15 0 45821977 14422843392 22212 33554432000 4194304 4196468 140726040179120 139868013275376 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29105] ppid=29089 vsize=14084808 memory=-1807685287725067907 CPUtime=0.15 cores=0,2,4,6
/proc/29092/task/29105/stat : 29105 (java) S 29089 29092 31076 0 -1 1077944384 428 0 0 0 15 0 0 0 20 0 15 0 45821977 14422843392 22212 33554432000 4194304 4196468 140726040179120 139868012222576 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29106] ppid=29089 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29106/stat : 29106 (java) S 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14422843392 22212 33554432000 4194304 4196468 140726040179120 139868011170016 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29107] ppid=29089 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29107/stat : 29107 (java) S 29089 29092 31076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45821977 14422843392 22212 33554432000 4194304 4196468 140726040179120 139868010118320 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88848 KiB

[startup+1.50084 s]
/proc/loadavg: 1.44 1.55 1.58 3/217 29107
/proc/meminfo: memFree=10755608/32770624 swapFree=67108860/67108860
[pid=29092] ppid=29089 vsize=14086856 memory=408548 CPUtime=3.14 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29089 29092 31076 0 -1 1077944320 20228 0 0 0 279 35 0 0 20 0 15 0 45821971 14424940544 102137 33554432000 4194304 4196468 140726040179120 140726040161664 139869106208503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
/proc/29092/statm: 3521714 102137 3567 1 0 3483785 0
[pid=29092/tid=29094] ppid=29089 vsize=14086856 memory=3690759509772358753 CPUtime=1.35 cores=0,2,4,6
/proc/29092/task/29094/stat : 29094 (java) R 29089 29092 31076 0 -1 4202560 15373 0 0 0 127 8 0 0 20 0 15 0 45821972 14424940544 102137 33554432000 4194304 4196468 140726040179120 139869110444384 139868717909041 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29095] ppid=29089 vsize=14086856 memory=184576 CPUtime=0.09 cores=0,2,4,6
/proc/29092/task/29095/stat : 29095 (java) S 29089 29092 31076 0 -1 1077944384 116 0 0 0 4 5 0 0 20 0 15 0 45821972 14424940544 102137 33554432000 4194304 4196468 140726040179120 139869036296848 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29096] ppid=29089 vsize=14086856 memory=2241 CPUtime=0.11 cores=0,2,4,6
/proc/29092/task/29096/stat : 29096 (java) S 29089 29092 31076 0 -1 1077944384 186 0 0 0 5 6 0 0 20 0 15 0 45821972 14424940544 102137 33554432000 4194304 4196468 140726040179120 139869035244048 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29097] ppid=29089 vsize=14086856 memory=1424 CPUtime=0.11 cores=0,2,4,6
/proc/29092/task/29097/stat : 29097 (java) S 29089 29092 31076 0 -1 1077944384 155 0 0 0 5 6 0 0 20 0 15 0 45821972 14424940544 102137 33554432000 4194304 4196468 140726040179120 139869034191248 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29098] ppid=29089 vsize=14086856 memory=15868 CPUtime=0.1 cores=0,2,4,6
/proc/29092/task/29098/stat : 29098 (java) S 29089 29092 31076 0 -1 1077944384 135 0 0 0 4 6 0 0 20 0 15 0 45821972 14424940544 102137 33554432000 4194304 4196468 140726040179120 139868698753296 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29099] ppid=29089 vsize=14086856 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29099/stat : 29099 (java) S 29089 29092 31076 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 45821974 14424940544 102137 33554432000 4194304 4196468 140726040179120 139868018539376 139869106219650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0

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

/proc/29092/task/29094/stat : 29094 (java) R 29089 29092 31076 0 -1 4202560 165238 0 0 0 219803 78 0 0 20 0 15 0 45821972 14431232000 406278 33554432000 4194304 4196468 140726040179120 139869110446288 139868714911648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29095] ppid=29089 vsize=14093000 memory=1625112 CPUtime=3.2 cores=0,2,4,6
/proc/29092/task/29095/stat : 29095 (java) S 29089 29092 31076 0 -1 1077944384 22350 0 0 0 271 49 0 0 20 0 15 0 45821972 14431232000 406278 33554432000 4194304 4196468 140726040179120 139869036296848 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29096] ppid=29089 vsize=14093000 memory=1647172 CPUtime=3.19 cores=0,2,4,6
/proc/29092/task/29096/stat : 29096 (java) S 29089 29092 31076 0 -1 1077944384 22818 0 0 0 272 47 0 0 20 0 15 0 45821972 14431232000 406278 33554432000 4194304 4196468 140726040179120 139869035244048 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29097] ppid=29089 vsize=14093000 memory=1638964 CPUtime=3.21 cores=0,2,4,6
/proc/29092/task/29097/stat : 29097 (java) S 29089 29092 31076 0 -1 1077944384 31415 0 0 0 272 49 0 0 20 0 15 0 45821972 14431232000 406278 33554432000 4194304 4196468 140726040179120 139869034191248 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29098] ppid=29089 vsize=14093000 memory=1647172 CPUtime=3.2 cores=0,2,4,6
/proc/29092/task/29098/stat : 29098 (java) S 29089 29092 31076 0 -1 1077944384 26023 0 0 0 273 47 0 0 20 0 15 0 45821972 14431232000 406278 33554432000 4194304 4196468 140726040179120 139868698753296 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29099] ppid=29089 vsize=14093000 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/29092/task/29099/stat : 29099 (java) S 29089 29092 31076 0 -1 1077944384 14365 0 0 0 19 3 0 0 20 0 15 0 45821974 14431232000 406278 33554432000 4194304 4196468 140726040179120 139868018539376 139869106219650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29100] ppid=29089 vsize=14093000 memory=1655892 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29100/stat : 29100 (java) S 29089 29092 31076 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 45821974 14431232000 406278 33554432000 4194304 4196468 140726040179120 139868017485408 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29101] ppid=29089 vsize=14093000 memory=1631780 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29101/stat : 29101 (java) S 29089 29092 31076 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 45821974 14431232000 406278 33554432000 4194304 4196468 140726040179120 139868016432512 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29102] ppid=29089 vsize=14093000 memory=1631780 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29102/stat : 29102 (java) S 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14431232000 406278 33554432000 4194304 4196468 140726040179120 139868015380816 139869106227099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29103] ppid=29089 vsize=14093000 memory=1625112 CPUtime=4.34 cores=0,2,4,6
/proc/29092/task/29103/stat : 29103 (java) S 29089 29092 31076 0 -1 1077944384 14735 0 0 0 432 2 0 0 20 0 15 0 45821977 14431232000 406278 33554432000 4194304 4196468 140726040179120 139868014328176 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29104] ppid=29089 vsize=14093000 memory=319 CPUtime=3.87 cores=0,2,4,6
/proc/29092/task/29104/stat : 29104 (java) S 29089 29092 31076 0 -1 1077944384 15523 0 0 0 385 2 0 0 20 0 15 0 45821977 14431232000 406278 33554432000 4194304 4196468 140726040179120 139868013275376 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29105] ppid=29089 vsize=14093000 memory=1625112 CPUtime=1.39 cores=0,2,4,6
/proc/29092/task/29105/stat : 29105 (java) S 29089 29092 31076 0 -1 1077944384 11045 0 0 0 136 3 0 0 20 0 15 0 45821977 14431232000 406278 33554432000 4194304 4196468 140726040179120 139868012222576 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29106] ppid=29089 vsize=14093000 memory=1625112 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29106/stat : 29106 (java) S 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14431232000 406278 33554432000 4194304 4196468 140726040179120 139868011170016 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29107] ppid=29089 vsize=14093000 memory=1625112 CPUtime=0.96 cores=0,2,4,6
/proc/29092/task/29107/stat : 29107 (java) S 29089 29092 31076 0 -1 1077944384 2306 0 0 0 48 48 0 0 20 0 15 0 45821977 14431232000 406278 33554432000 4194304 4196468 140726040179120 139868010118320 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
Current children cumulated CPU time: 2222.52 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1625112 KiB

[startup+2262.3 s]
/proc/loadavg: 1.83 1.85 1.91 3/216 29199
/proc/meminfo: memFree=9512580/32770624 swapFree=67108860/67108860
[pid=29092] ppid=29089 vsize=14093000 memory=1602028 CPUtime=2282.61 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29089 29092 31076 0 -1 1077944320 330962 0 0 0 227938 323 0 0 20 0 15 0 45821971 14431232000 400507 33554432000 4194304 4196468 140726040179120 140726040161664 139869106208503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
/proc/29092/statm: 3523250 400507 3612 1 0 3485321 0
[pid=29092/tid=29094] ppid=29089 vsize=14093000 memory=1602028 CPUtime=2258.79 cores=0,2,4,6
/proc/29092/task/29094/stat : 29094 (java) R 29089 29092 31076 0 -1 4202560 166044 0 0 0 225800 79 0 0 20 0 15 0 45821972 14431232000 400507 33554432000 4194304 4196468 140726040179120 139869110446368 139868728698055 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29095] ppid=29089 vsize=14093000 memory=1605620 CPUtime=3.22 cores=0,2,4,6
/proc/29092/task/29095/stat : 29095 (java) S 29089 29092 31076 0 -1 1077944384 22773 0 0 0 273 49 0 0 20 0 15 0 45821972 14431232000 400507 33554432000 4194304 4196468 140726040179120 139869036296848 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29096] ppid=29089 vsize=14093000 memory=1605620 CPUtime=3.21 cores=0,2,4,6
/proc/29092/task/29096/stat : 29096 (java) S 29089 29092 31076 0 -1 1077944384 23376 0 0 0 274 47 0 0 20 0 15 0 45821972 14431232000 400507 33554432000 4194304 4196468 140726040179120 139869035244048 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29097] ppid=29089 vsize=14093000 memory=281004074681463 CPUtime=3.24 cores=0,2,4,6
/proc/29092/task/29097/stat : 29097 (java) S 29089 29092 31076 0 -1 1077944384 31865 0 0 0 275 49 0 0 20 0 15 0 45821972 14431232000 400507 33554432000 4194304 4196468 140726040179120 139869034191248 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29098] ppid=29089 vsize=14093000 memory=0 CPUtime=3.23 cores=0,2,4,6
/proc/29092/task/29098/stat : 29098 (java) S 29089 29092 31076 0 -1 1077944384 27234 0 0 0 275 48 0 0 20 0 15 0 45821972 14431232000 400507 33554432000 4194304 4196468 140726040179120 139868698753296 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29099] ppid=29089 vsize=14093000 memory=1605620 CPUtime=0.23 cores=0,2,4,6
/proc/29092/task/29099/stat : 29099 (java) S 29089 29092 31076 0 -1 1077944384 14616 0 0 0 20 3 0 0 20 0 15 0 45821974 14431232000 400507 33554432000 4194304 4196468 140726040179120 139868018539376 139869106219650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29100] ppid=29089 vsize=14093000 memory=1605620 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29100/stat : 29100 (java) S 29089 29092 31076 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 45821974 14431232000 400507 33554432000 4194304 4196468 140726040179120 139868017485408 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29101] ppid=29089 vsize=14093000 memory=1605620 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29101/stat : 29101 (java) S 29089 29092 31076 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 45821974 14431232000 400507 33554432000 4194304 4196468 140726040179120 139868016432512 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29102] ppid=29089 vsize=14093000 memory=1602028 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29102/stat : 29102 (java) S 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14431232000 400507 33554432000 4194304 4196468 140726040179120 139868015380816 139869106227099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29103] ppid=29089 vsize=14093000 memory=1605620 CPUtime=4.34 cores=0,2,4,6
/proc/29092/task/29103/stat : 29103 (java) S 29089 29092 31076 0 -1 1077944384 14738 0 0 0 432 2 0 0 20 0 15 0 45821977 14431232000 400507 33554432000 4194304 4196468 140726040179120 139868014328176 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29104] ppid=29089 vsize=14093000 memory=1605620 CPUtime=3.87 cores=0,2,4,6
/proc/29092/task/29104/stat : 29104 (java) S 29089 29092 31076 0 -1 1077944384 15531 0 0 0 385 2 0 0 20 0 15 0 45821977 14431232000 400507 33554432000 4194304 4196468 140726040179120 139868013275376 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29105] ppid=29089 vsize=14093000 memory=1602028 CPUtime=1.39 cores=0,2,4,6
/proc/29092/task/29105/stat : 29105 (java) S 29089 29092 31076 0 -1 1077944384 11050 0 0 0 136 3 0 0 20 0 15 0 45821977 14431232000 400507 33554432000 4194304 4196468 140726040179120 139868012222576 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29106] ppid=29089 vsize=14093000 memory=6225496831777662824 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29106/stat : 29106 (java) S 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14431232000 400507 33554432000 4194304 4196468 140726040179120 139868011170016 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29107] ppid=29089 vsize=14093000 memory=1605620 CPUtime=0.98 cores=0,2,4,6
/proc/29092/task/29107/stat : 29107 (java) S 29089 29092 31076 0 -1 1077944384 2334 0 0 0 49 49 0 0 20 0 15 0 45821977 14431232000 400507 33554432000 4194304 4196468 140726040179120 139868010118320 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
Current children cumulated CPU time: 2282.61 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1602028 KiB

[startup+2322.3 s]
/proc/loadavg: 1.74 1.83 1.90 5/216 29277
/proc/meminfo: memFree=14116676/32770624 swapFree=67108860/67108860
[pid=29092] ppid=29089 vsize=14093000 memory=1587664 CPUtime=2342.76 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29089 29092 31076 0 -1 1077944320 334679 0 0 0 233951 325 0 0 20 0 15 0 45821971 14431232000 396916 33554432000 4194304 4196468 140726040179120 140726040161664 139869106208503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
/proc/29092/statm: 3523250 396916 3612 1 0 3485321 0
[pid=29092/tid=29094] ppid=29089 vsize=14093000 memory=1588176 CPUtime=2318.73 cores=0,2,4,6
/proc/29092/task/29094/stat : 29094 (java) R 29089 29092 31076 0 -1 4202560 166806 0 0 0 231794 79 0 0 20 0 15 0 45821972 14431232000 396916 33554432000 4194304 4196468 140726040179120 139869110446288 139868728051680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29095] ppid=29089 vsize=14093000 memory=1590740 CPUtime=3.26 cores=0,2,4,6
/proc/29092/task/29095/stat : 29095 (java) S 29089 29092 31076 0 -1 1077944384 23115 0 0 0 277 49 0 0 20 0 15 0 45821972 14431232000 396916 33554432000 4194304 4196468 140726040179120 139869036296848 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29096] ppid=29089 vsize=14093000 memory=0 CPUtime=3.25 cores=0,2,4,6
/proc/29092/task/29096/stat : 29096 (java) S 29089 29092 31076 0 -1 1077944384 24064 0 0 0 278 47 0 0 20 0 15 0 45821972 14431232000 396916 33554432000 4194304 4196468 140726040179120 139869035244048 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29097] ppid=29089 vsize=14093000 memory=1589716 CPUtime=3.27 cores=0,2,4,6
/proc/29092/task/29097/stat : 29097 (java) S 29089 29092 31076 0 -1 1077944384 32355 0 0 0 278 49 0 0 20 0 15 0 45821972 14431232000 396916 33554432000 4194304 4196468 140726040179120 139869034191248 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29098] ppid=29089 vsize=14093000 memory=1588176 CPUtime=3.27 cores=0,2,4,6
/proc/29092/task/29098/stat : 29098 (java) S 29089 29092 31076 0 -1 1077944384 28372 0 0 0 279 48 0 0 20 0 15 0 45821972 14431232000 396916 33554432000 4194304 4196468 140726040179120 139868698753296 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29099] ppid=29089 vsize=14093000 memory=1588176 CPUtime=0.24 cores=0,2,4,6
/proc/29092/task/29099/stat : 29099 (java) S 29089 29092 31076 0 -1 1077944384 14876 0 0 0 21 3 0 0 20 0 15 0 45821974 14431232000 396916 33554432000 4194304 4196468 140726040179120 139868018539376 139869106219650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29100] ppid=29089 vsize=14093000 memory=1588176 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29100/stat : 29100 (java) S 29089 29092 31076 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 45821974 14431232000 396916 33554432000 4194304 4196468 140726040179120 139868017485408 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29101] ppid=29089 vsize=14093000 memory=1587664 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29101/stat : 29101 (java) S 29089 29092 31076 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 45821974 14431232000 396916 33554432000 4194304 4196468 140726040179120 139868016432512 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29102] ppid=29089 vsize=14093000 memory=1587664 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29102/stat : 29102 (java) S 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14431232000 396916 33554432000 4194304 4196468 140726040179120 139868015380816 139869106227099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29103] ppid=29089 vsize=14093000 memory=1588176 CPUtime=4.34 cores=0,2,4,6
/proc/29092/task/29103/stat : 29103 (java) S 29089 29092 31076 0 -1 1077944384 14741 0 0 0 432 2 0 0 20 0 15 0 45821977 14431232000 396916 33554432000 4194304 4196468 140726040179120 139868014328176 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29104] ppid=29089 vsize=14093000 memory=2344 CPUtime=3.87 cores=0,2,4,6
/proc/29092/task/29104/stat : 29104 (java) S 29089 29092 31076 0 -1 1077944384 15540 0 0 0 385 2 0 0 20 0 15 0 45821977 14431232000 396916 33554432000 4194304 4196468 140726040179120 139868013275376 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29105] ppid=29089 vsize=14093000 memory=1587664 CPUtime=1.4 cores=0,2,4,6
/proc/29092/task/29105/stat : 29105 (java) S 29089 29092 31076 0 -1 1077944384 11055 0 0 0 137 3 0 0 20 0 15 0 45821977 14431232000 396916 33554432000 4194304 4196468 140726040179120 139868012222576 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29106] ppid=29089 vsize=14093000 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29106/stat : 29106 (java) S 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14431232000 396916 33554432000 4194304 4196468 140726040179120 139868011170016 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29107] ppid=29089 vsize=14093000 memory=1588176 CPUtime=1.01 cores=0,2,4,6
/proc/29092/task/29107/stat : 29107 (java) S 29089 29092 31076 0 -1 1077944384 2354 0 0 0 50 51 0 0 20 0 15 0 45821977 14431232000 396916 33554432000 4194304 4196468 140726040179120 139868010118320 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
Current children cumulated CPU time: 2342.76 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1587664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2379.4 s]
/proc/loadavg: 1.93 1.87 1.91 3/216 29277
/proc/meminfo: memFree=14101300/32770624 swapFree=67108860/67108860
[pid=29092] ppid=29089 vsize=14093000 memory=1581508 CPUtime=2400.05 cores=0,2,4,6
/proc/29092/stat : 29092 (java) S 29089 29092 31076 0 -1 1077944320 338775 0 0 0 239679 326 0 0 20 0 15 0 45821971 14431232000 395377 33554432000 4194304 4196468 140726040179120 140726040161664 139869106208503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
/proc/29092/statm: 3523250 395377 3612 1 0 3485321 0
[pid=29092/tid=29094] ppid=29089 vsize=14093000 memory=240504 CPUtime=2375.75 cores=0,2,4,6
/proc/29092/task/29094/stat : 29094 (java) R 29089 29092 31076 0 -1 4202560 167789 0 0 0 237496 79 0 0 20 0 15 0 45821972 14431232000 395377 33554432000 4194304 4196468 140726040179120 139869110446368 139868728051866 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29095] ppid=29089 vsize=14093000 memory=1692 CPUtime=3.33 cores=0,2,4,6
/proc/29092/task/29095/stat : 29095 (java) S 29089 29092 31076 0 -1 1077944384 23783 0 0 0 283 50 0 0 20 0 15 0 45821972 14431232000 395377 33554432000 4194304 4196468 140726040179120 139869036296848 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29096] ppid=29089 vsize=14093000 memory=916 CPUtime=3.32 cores=0,2,4,6
/proc/29092/task/29096/stat : 29096 (java) S 29089 29092 31076 0 -1 1077944384 24487 0 0 0 284 48 0 0 20 0 15 0 45821972 14431232000 395377 33554432000 4194304 4196468 140726040179120 139869035244048 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29097] ppid=29089 vsize=14093000 memory=3852 CPUtime=3.34 cores=0,2,4,6
/proc/29092/task/29097/stat : 29097 (java) S 29089 29092 31076 0 -1 1077944384 33040 0 0 0 284 50 0 0 20 0 15 0 45821972 14431232000 395377 33554432000 4194304 4196468 140726040179120 139869034191248 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29098] ppid=29089 vsize=14093000 memory=6935054825532540783 CPUtime=3.33 cores=0,2,4,6
/proc/29092/task/29098/stat : 29098 (java) S 29089 29092 31076 0 -1 1077944384 29414 0 0 0 285 48 0 0 20 0 15 0 45821972 14431232000 395377 33554432000 4194304 4196468 140726040179120 139868698753296 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29099] ppid=29089 vsize=14093000 memory=6791534058613427641 CPUtime=0.26 cores=0,2,4,6
/proc/29092/task/29099/stat : 29099 (java) S 29089 29092 31076 0 -1 1077944384 15140 0 0 0 22 4 0 0 20 0 15 0 45821974 14431232000 395377 33554432000 4194304 4196468 140726040179120 139868018539376 139869106219650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29100] ppid=29089 vsize=14093000 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29100/stat : 29100 (java) S 29089 29092 31076 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 45821974 14431232000 395377 33554432000 4194304 4196468 140726040179120 139868017485408 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29101] ppid=29089 vsize=14093000 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29101/stat : 29101 (java) S 29089 29092 31076 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 45821974 14431232000 395377 33554432000 4194304 4196468 140726040179120 139868016432512 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29102] ppid=29089 vsize=14093000 memory=1582020 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29102/stat : 29102 (java) S 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14431232000 395377 33554432000 4194304 4196468 140726040179120 139868015380816 139869106227099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29103] ppid=29089 vsize=14093000 memory=4136 CPUtime=4.34 cores=0,2,4,6
/proc/29092/task/29103/stat : 29103 (java) S 29089 29092 31076 0 -1 1077944384 14743 0 0 0 432 2 0 0 20 0 15 0 45821977 14431232000 395377 33554432000 4194304 4196468 140726040179120 139868014328176 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29104] ppid=29089 vsize=14093000 memory=15376 CPUtime=3.87 cores=0,2,4,6
/proc/29092/task/29104/stat : 29104 (java) S 29089 29092 31076 0 -1 1077944384 15543 0 0 0 385 2 0 0 20 0 15 0 45821977 14431232000 395377 33554432000 4194304 4196468 140726040179120 139868013275376 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29105] ppid=29089 vsize=14093000 memory=2420 CPUtime=1.4 cores=0,2,4,6
/proc/29092/task/29105/stat : 29105 (java) S 29089 29092 31076 0 -1 1077944384 11057 0 0 0 137 3 0 0 20 0 15 0 45821977 14431232000 395377 33554432000 4194304 4196468 140726040179120 139868012222576 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29106] ppid=29089 vsize=14093000 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/29092/task/29106/stat : 29106 (java) S 29089 29092 31076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45821977 14431232000 395377 33554432000 4194304 4196468 140726040179120 139868011170016 139869106218709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
[pid=29092/tid=29107] ppid=29089 vsize=14093000 memory=1728 CPUtime=1.04 cores=0,2,4,6
/proc/29092/task/29107/stat : 29107 (java) S 29089 29092 31076 0 -1 1077944384 2378 0 0 0 52 52 0 0 20 0 15 0 45821977 14431232000 395377 33554432000 4194304 4196468 140726040179120 139868010118320 139869106219650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25440256 140726040183881 140726040184073 140726040184073 140726040186831 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1581508 KiB

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

[startup+2379.43 s]
# the end of solver process 29092 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.81 s, system=3.27878 s

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

Child status: 143
Real time (s): 2379.43
CPU time (s): 2400.09
CPU user time (s): 2396.81
CPU system time (s): 3.27878
CPU usage (%): 100.868
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 4456008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.81
system time used= 3.27878
maximum resident set size= 4456020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 339311
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60207
involuntary context switches= 2787


# summary of solver processes directly reported to runsolver:
#   pid: 29092
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2396.81
#   total CPU system time (s): 3.27878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5729 second user time and 22.2681 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-22 20:03:08
IDJOB=4292049
IDBENCH=141273
IDSOLVER=2743
FILE ID=node105/4292049-1532282588
RUNJOBID= node105-1532270698-27816
PBS_JOBID= 21018967
Free space on /tmp= 44600 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-18-0350_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-4292049-1532282588/watcher-4292049-1532282588 -o /tmp/evaluation-result-4292049-1532282588/solver-4292049-1532282588 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532270698-27816 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 340350225 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4292049-1532282588.xml

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

MD5SUM BENCH= 970c879d9e656f0525c6818b69538b39
RANDOM SEED=340350225

node105.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.32
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.32
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.32
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.32
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:        11053964 kB
MemAvailable:   27328236 kB
Buffers:          173192 kB
Cached:         16060488 kB
SwapCached:            0 kB
Active:          6256768 kB
Inactive:       14633164 kB
Active(anon):    4610836 kB
Inactive(anon):    65084 kB
Active(file):    1645932 kB
Inactive(file): 14568080 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            118596 kB
Writeback:             8 kB
AnonPages:       4484836 kB
Mapped:            49508 kB
Shmem:             17036 kB
Slab:             516456 kB
SReclaimable:     488720 kB
SUnreclaim:        27736 kB
KernelStack:        3792 kB
PageTables:        14084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5810376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4337664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44772 MiB
End job on node105 at 2018-07-22 20:42:48