Trace number 4290408

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.04 2383.21

General information on the benchmark

NameNurseRostering/
NurseRostering-15_c18.xml
MD5SUM08877e0fafa48cd5ca524d34b6939bef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43817
Best CPU time to get the best result obtained on this benchmark2519.82
Satisfiable
(Un)Satisfiability was proved
Number of variables3553
Number of constraints9202
Number of domains26
Minimum domain size1
Maximum domain size46
Distribution of domain sizes[{"size":1,"count":135},{"size":2,"count":760},{"size":3,"count":8},{"size":4,"count":30},{"size":5,"count":14},{"size":7,"count":1890},{"size":8,"count":2},{"size":9,"count":2},{"size":12,"count":2},{"size":13,"count":11},{"size":15,"count":15},{"size":20,"count":10},{"size":22,"count":38},{"size":43,"count":90},{"size":46,"count":546}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":1393},{"degree":3,"count":270},{"degree":18,"count":2},{"degree":19,"count":33},{"degree":20,"count":47},{"degree":21,"count":9},{"degree":22,"count":30},{"degree":23,"count":52},{"degree":24,"count":74},{"degree":25,"count":66},{"degree":26,"count":110},{"degree":27,"count":537},{"degree":28,"count":506},{"degree":29,"count":252},{"degree":30,"count":135},{"degree":31,"count":37}]
Minimum constraint arity2
Maximum constraint arity180
Distribution of constraint arities[{"arity":2,"count":3337},{"arity":3,"count":3120},{"arity":4,"count":390},{"arity":6,"count":1340},{"arity":7,"count":405},{"arity":43,"count":315},{"arity":46,"count":294},{"arity":180,"count":1}]
Number of extensional constraints2139
Number of intensional constraints1116
Distribution of constraint types[{"type":"extension","count":2139},{"type":"intension","count":1116},{"type":"regular","count":3592},{"type":"sum","count":90},{"type":"count","count":2264},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.56	c seed: 524952069
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
12.04/5.35	c Parsing done, starting search...
2400.02/2383.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 (6808 MiB free)
  memory of node 1: 16384 MiB (13286 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290408-1532228911/watcher-4290408-1532228911 -o /tmp/evaluation-result-4290408-1532228911/solver-4290408-1532228911 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532226532-30727 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 524952069 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290408-1532228911.xml 

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

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
solver pid=31032, runsolver pid=31029
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 1.87 1.46 1.36 3/218 31047
/proc/meminfo: memFree=20560488/32770624 swapFree=67108860/67108860
[pid=31032] ppid=31029 vsize=14082740 memory=30604 CPUtime=0.12 cores=1,3,5,7
/proc/31032/stat : 31032 (java) S 31029 31032 30695 0 -1 1077944320 6578 0 0 0 11 1 0 0 20 0 15 0 40454244 14420725760 7651 33554432000 4194304 4196468 140731051357040 140731051339584 140588547571447 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
/proc/31032/statm: 3520685 7651 3155 1 0 3482761 0
[pid=31032/tid=31034] ppid=31029 vsize=14082740 memory=-8773748148830115197 CPUtime=0.09 cores=1,3,5,7
/proc/31032/task/31034/stat : 31034 (java) R 31029 31032 30695 0 -1 4202560 4611 0 0 0 8 1 0 0 20 0 15 0 40454245 14420725760 7651 33554432000 4194304 4196468 140731051357040 140588551810336 140588531651934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31035] ppid=31029 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31035/stat : 31035 (java) S 31029 31032 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454246 14420725760 7651 33554432000 4194304 4196468 140731051357040 140588508531856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31036] ppid=31029 vsize=14082740 memory=139728120460928 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31036/stat : 31036 (java) S 31029 31032 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454246 14420725760 7651 33554432000 4194304 4196468 140731051357040 140588142013456 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31037] ppid=31029 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31037/stat : 31037 (java) S 31029 31032 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454246 14420725760 7651 33554432000 4194304 4196468 140731051357040 140588140960656 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31038] ppid=31029 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31038/stat : 31038 (java) S 31029 31032 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454246 14420725760 7651 33554432000 4194304 4196468 140731051357040 140588139907856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31039] ppid=31029 vsize=14082740 memory=139728120460928 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31039/stat : 31039 (java) S 31029 31032 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454247 14420725760 7651 33554432000 4194304 4196468 140731051357040 140588022172016 140588547582594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31040] ppid=31029 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31040/stat : 31040 (java) S 31029 31032 30695 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40454247 14420725760 7651 33554432000 4194304 4196468 140731051357040 140588021117984 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31041] ppid=31029 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31041/stat : 31041 (java) S 31029 31032 30695 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40454248 14420725760 7651 33554432000 4194304 4196468 140731051357040 140588020065136 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31042] ppid=31029 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31042/stat : 31042 (java) S 31029 31032 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454250 14420725760 7651 33554432000 4194304 4196468 140731051357040 140588019013456 140588547590043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31043] ppid=31029 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31043/stat : 31043 (java) S 31029 31032 30695 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 40454250 14420725760 7651 33554432000 4194304 4196468 140731051357040 140588017961840 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31044] ppid=31029 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31044/stat : 31044 (java) S 31029 31032 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454250 14420725760 7651 33554432000 4194304 4196468 140731051357040 140588016909040 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31045] ppid=31029 vsize=14082740 memory=139728120460928 CPUtime=0.01 cores=1,3,5,7
/proc/31032/task/31045/stat : 31045 (java) S 31029 31032 30695 0 -1 1077944384 294 0 0 0 1 0 0 0 20 0 15 0 40454250 14420725760 7651 33554432000 4194304 4196468 140731051357040 140588015856240 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31046] ppid=31029 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31046/stat : 31046 (java) S 31029 31032 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454250 14420725760 7651 33554432000 4194304 4196468 140731051357040 140588014803680 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31047] ppid=31029 vsize=14082740 memory=139728120460928 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31047/stat : 31047 (java) S 31029 31032 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454250 14420725760 7651 33554432000 4194304 4196468 140731051357040 140588013750960 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 30604 KiB

[startup+0.213052 s]*
/proc/loadavg: 1.87 1.46 1.36 6/218 31047
/proc/meminfo: memFree=20544364/32770624 swapFree=67108860/67108860
[pid=31032] ppid=31029 vsize=14082740 memory=47252 CPUtime=0.31 cores=1,3,5,7
/proc/31032/stat : 31032 (java) S 31029 31032 30695 0 -1 1077944320 10432 0 0 0 29 2 0 0 20 0 15 0 40454244 14420725760 11813 33554432000 4194304 4196468 140731051357040 140731051339584 140588547571447 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
/proc/31032/statm: 3520685 11813 3379 1 0 3482761 0
[pid=31032/tid=31034] ppid=31029 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31032/task/31034/stat : 31034 (java) R 31029 31032 30695 0 -1 4202560 8105 0 0 0 19 1 0 0 20 0 15 0 40454245 14420725760 11813 33554432000 4194304 4196468 140731051357040 140588551790576 140588531651934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31035] ppid=31029 vsize=14082740 memory=364 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31035/stat : 31035 (java) S 31029 31032 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454246 14420725760 11813 33554432000 4194304 4196468 140731051357040 140588508531856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31036] ppid=31029 vsize=14082740 memory=4123525181723391648 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31036/stat : 31036 (java) S 31029 31032 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454246 14420725760 11813 33554432000 4194304 4196468 140731051357040 140588142013456 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31037] ppid=31029 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31037/stat : 31037 (java) S 31029 31032 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454246 14420725760 11813 33554432000 4194304 4196468 140731051357040 140588140960656 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31038] ppid=31029 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31038/stat : 31038 (java) S 31029 31032 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454246 14420725760 11813 33554432000 4194304 4196468 140731051357040 140588139907856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31039] ppid=31029 vsize=14082740 memory=139728120460928 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31039/stat : 31039 (java) S 31029 31032 30695 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40454247 14420725760 11813 33554432000 4194304 4196468 140731051357040 140588022172016 140588547582594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31040] ppid=31029 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31040/stat : 31040 (java) S 31029 31032 30695 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40454247 14420725760 11813 33554432000 4194304 4196468 140731051357040 140588021117984 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31041] ppid=31029 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31041/stat : 31041 (java) S 31029 31032 30695 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40454248 14420725760 11813 33554432000 4194304 4196468 140731051357040 140588020065136 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31042] ppid=31029 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31042/stat : 31042 (java) S 31029 31032 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454250 14420725760 11813 33554432000 4194304 4196468 140731051357040 140588019013456 140588547590043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31043] ppid=31029 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31032/task/31043/stat : 31043 (java) S 31029 31032 30695 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 15 0 40454250 14420725760 11813 33554432000 4194304 4196468 140731051357040 140588017961840 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31044] ppid=31029 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31032/task/31044/stat : 31044 (java) S 31029 31032 30695 0 -1 1077944384 96 0 0 0 1 0 0 0 20 0 15 0 40454250 14420725760 11813 33554432000 4194304 4196468 140731051357040 140588016909040 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31045] ppid=31029 vsize=14082740 memory=139728120460928 CPUtime=0.06 cores=1,3,5,7
/proc/31032/task/31045/stat : 31045 (java) R 31029 31032 30695 0 -1 4202560 341 0 0 0 6 0 0 0 20 0 15 0 40454250 14420725760 11813 33554432000 4194304 4196468 140731051357040 140588015851968 140588526540662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31046] ppid=31029 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31046/stat : 31046 (java) S 31029 31032 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454250 14420725760 11813 33554432000 4194304 4196468 140731051357040 140588014803680 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31047] ppid=31029 vsize=14082740 memory=139728120460928 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31047/stat : 31047 (java) S 31029 31032 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454250 14420725760 11813 33554432000 4194304 4196468 140731051357040 140588013750960 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47252 KiB

[startup+0.310572 s]*
/proc/loadavg: 1.87 1.46 1.36 3/218 31047
/proc/meminfo: memFree=20540404/32770624 swapFree=67108860/67108860
[pid=31032] ppid=31029 vsize=14082740 memory=50748 CPUtime=0.44 cores=1,3,5,7
/proc/31032/stat : 31032 (java) S 31029 31032 30695 0 -1 1077944320 10814 0 0 0 41 3 0 0 20 0 15 0 40454244 14420725760 12687 33554432000 4194304 4196468 140731051357040 140731051339584 140588547571447 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
/proc/31032/statm: 3520685 12687 3382 1 0 3482761 0
[pid=31032/tid=31034] ppid=31029 vsize=14082740 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/31032/task/31034/stat : 31034 (java) R 31029 31032 30695 0 -1 4202560 8456 0 0 0 28 2 0 0 20 0 15 0 40454245 14420725760 12687 33554432000 4194304 4196468 140731051357040 140588551756784 140588532737040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31035] ppid=31029 vsize=14082740 memory=4294982659 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31035/stat : 31035 (java) S 31029 31032 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454246 14420725760 12687 33554432000 4194304 4196468 140731051357040 140588508531856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31036] ppid=31029 vsize=14082740 memory=3979125220135941792 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31036/stat : 31036 (java) S 31029 31032 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454246 14420725760 12687 33554432000 4194304 4196468 140731051357040 140588142013456 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31037] ppid=31029 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31037/stat : 31037 (java) S 31029 31032 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454246 14420725760 12687 33554432000 4194304 4196468 140731051357040 140588140960656 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31038] ppid=31029 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31038/stat : 31038 (java) S 31029 31032 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454246 14420725760 12687 33554432000 4194304 4196468 140731051357040 140588139907856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31039] ppid=31029 vsize=14082740 memory=139728120460928 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31039/stat : 31039 (java) S 31029 31032 30695 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40454247 14420725760 12687 33554432000 4194304 4196468 140731051357040 140588022172016 140588547582594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31040] ppid=31029 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31040/stat : 31040 (java) S 31029 31032 30695 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40454247 14420725760 12687 33554432000 4194304 4196468 140731051357040 140588021117984 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31041] ppid=31029 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31041/stat : 31041 (java) S 31029 31032 30695 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40454248 14420725760 12687 33554432000 4194304 4196468 140731051357040 140588020065136 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31042] ppid=31029 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31042/stat : 31042 (java) S 31029 31032 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454250 14420725760 12687 33554432000 4194304 4196468 140731051357040 140588019013456 140588547590043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31043] ppid=31029 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31032/task/31043/stat : 31043 (java) S 31029 31032 30695 0 -1 1077944384 513 0 0 0 2 0 0 0 20 0 15 0 40454250 14420725760 12687 33554432000 4194304 4196468 140731051357040 140588017961840 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31044] ppid=31029 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31032/task/31044/stat : 31044 (java) S 31029 31032 30695 0 -1 1077944384 101 0 0 0 2 0 0 0 20 0 15 0 40454250 14420725760 12687 33554432000 4194304 4196468 140731051357040 140588016909040 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31045] ppid=31029 vsize=14082740 memory=139728120460928 CPUtime=0.07 cores=1,3,5,7
/proc/31032/task/31045/stat : 31045 (java) S 31029 31032 30695 0 -1 1077944384 361 0 0 0 7 0 0 0 20 0 15 0 40454250 14420725760 12687 33554432000 4194304 4196468 140731051357040 140588015856240 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31046] ppid=31029 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31046/stat : 31046 (java) S 31029 31032 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454250 14420725760 12687 33554432000 4194304 4196468 140731051357040 140588014803680 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31047] ppid=31029 vsize=14082740 memory=139728120460928 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31047/stat : 31047 (java) S 31029 31032 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454250 14420725760 12687 33554432000 4194304 4196468 140731051357040 140588013750960 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50748 KiB

[startup+0.700699 s]
/proc/loadavg: 1.87 1.46 1.36 3/218 31047
/proc/meminfo: memFree=20516376/32770624 swapFree=67108860/67108860
[pid=31032] ppid=31029 vsize=14084808 memory=88624 CPUtime=0.98 cores=1,3,5,7
/proc/31032/stat : 31032 (java) S 31029 31032 30695 0 -1 1077944320 17607 0 0 0 94 4 0 0 20 0 15 0 40454244 14422843392 22156 33554432000 4194304 4196468 140731051357040 140731051339584 140588547571447 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
/proc/31032/statm: 3521202 22156 3485 1 0 3483273 0
[pid=31032/tid=31034] ppid=31029 vsize=14084808 memory=273039459650718 CPUtime=0.67 cores=1,3,5,7
/proc/31032/task/31034/stat : 31034 (java) R 31029 31032 30695 0 -1 4202560 14908 0 0 0 64 3 0 0 20 0 15 0 40454245 14422843392 22156 33554432000 4194304 4196468 140731051357040 140588551795552 140588547593373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31035] ppid=31029 vsize=14084808 memory=175223 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31035/stat : 31035 (java) S 31029 31032 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454246 14422843392 22156 33554432000 4194304 4196468 140731051357040 140588508531856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31036] ppid=31029 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31036/stat : 31036 (java) S 31029 31032 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454246 14422843392 22156 33554432000 4194304 4196468 140731051357040 140588142013456 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31037] ppid=31029 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31037/stat : 31037 (java) S 31029 31032 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454246 14422843392 22156 33554432000 4194304 4196468 140731051357040 140588140960656 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31038] ppid=31029 vsize=14084808 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31038/stat : 31038 (java) S 31029 31032 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454246 14422843392 22156 33554432000 4194304 4196468 140731051357040 140588139907856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31039] ppid=31029 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31039/stat : 31039 (java) S 31029 31032 30695 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40454247 14422843392 22156 33554432000 4194304 4196468 140731051357040 140588022172016 140588547582594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31040] ppid=31029 vsize=14084808 memory=-6654452760286750563 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31040/stat : 31040 (java) S 31029 31032 30695 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40454247 14422843392 22156 33554432000 4194304 4196468 140731051357040 140588021117984 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31041] ppid=31029 vsize=14084808 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31041/stat : 31041 (java) S 31029 31032 30695 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40454248 14422843392 22156 33554432000 4194304 4196468 140731051357040 140588020065136 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31042] ppid=31029 vsize=14084808 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31042/stat : 31042 (java) S 31029 31032 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454250 14422843392 22156 33554432000 4194304 4196468 140731051357040 140588019013456 140588547590043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31043] ppid=31029 vsize=14084808 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/31032/task/31043/stat : 31043 (java) S 31029 31032 30695 0 -1 1077944384 649 0 0 0 8 0 0 0 20 0 15 0 40454250 14422843392 22156 33554432000 4194304 4196468 140731051357040 140588017961840 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31044] ppid=31029 vsize=14084808 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/31032/task/31044/stat : 31044 (java) S 31029 31032 30695 0 -1 1077944384 246 0 0 0 6 0 0 0 20 0 15 0 40454250 14422843392 22156 33554432000 4194304 4196468 140731051357040 140588016909040 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31045] ppid=31029 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/31032/task/31045/stat : 31045 (java) S 31029 31032 30695 0 -1 1077944384 421 0 0 0 15 0 0 0 20 0 15 0 40454250 14422843392 22156 33554432000 4194304 4196468 140731051357040 140588015856240 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31046] ppid=31029 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31046/stat : 31046 (java) S 31029 31032 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454250 14422843392 22156 33554432000 4194304 4196468 140731051357040 140588014803680 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31047] ppid=31029 vsize=14084808 memory=8848 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31047/stat : 31047 (java) S 31029 31032 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454250 14422843392 22156 33554432000 4194304 4196468 140731051357040 140588013750960 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88624 KiB

[startup+1.50079 s]
/proc/loadavg: 1.87 1.46 1.36 6/218 31047
/proc/meminfo: memFree=20476172/32770624 swapFree=67108860/67108860
[pid=31032] ppid=31029 vsize=14088904 memory=186000 CPUtime=3.42 cores=1,3,5,7
/proc/31032/stat : 31032 (java) S 31029 31032 30695 0 -1 1077944320 25990 0 0 0 333 9 0 0 20 0 15 0 40454244 14427037696 46500 33554432000 4194304 4196468 140731051357040 140731051339584 140588547571447 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
/proc/31032/statm: 3522226 46500 3555 1 0 3484297 0
[pid=31032/tid=31034] ppid=31029 vsize=14088904 memory=3303 CPUtime=1.47 cores=1,3,5,7
/proc/31032/task/31034/stat : 31034 (java) R 31029 31032 30695 0 -1 4202560 18013 0 0 0 141 6 0 0 20 0 15 0 40454245 14427037696 46500 33554432000 4194304 4196468 140731051357040 140588551804448 140588547583382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31035] ppid=31029 vsize=14088904 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31035/stat : 31035 (java) S 31029 31032 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454246 14427037696 46500 33554432000 4194304 4196468 140731051357040 140588508531856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31036] ppid=31029 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31036/stat : 31036 (java) S 31029 31032 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454246 14427037696 46500 33554432000 4194304 4196468 140731051357040 140588142013456 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31037] ppid=31029 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31037/stat : 31037 (java) S 31029 31032 30695 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454246 14427037696 46500 33554432000 4194304 4196468 140731051357040 140588140960656 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31038] ppid=31029 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31038/stat : 31038 (java) S 31029 31032 30695 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454246 14427037696 46500 33554432000 4194304 4196468 140731051357040 140588139907856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31039] ppid=31029 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31039/stat : 31039 (java) S 31029 31032 30695 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 40454247 14427037696 46500 33554432000 4194304 4196468 140731051357040 140588022172016 140588547582594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0

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

/proc/31032/task/31034/stat : 31034 (java) R 31029 31032 30695 0 -1 4202560 75630 0 0 0 225830 31 0 0 20 0 15 0 40454245 14431232000 345079 33554432000 4194304 4196468 140731051357040 140588551809648 140588188195226 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31035] ppid=31029 vsize=14093000 memory=1380316 CPUtime=2.39 cores=1,3,5,7
/proc/31032/task/31035/stat : 31035 (java) S 31029 31032 30695 0 -1 1077944384 16129 0 0 0 222 17 0 0 20 0 15 0 40454246 14431232000 345079 33554432000 4194304 4196468 140731051357040 140588508531856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31036] ppid=31029 vsize=14093000 memory=1380316 CPUtime=2.4 cores=1,3,5,7
/proc/31032/task/31036/stat : 31036 (java) S 31029 31032 30695 0 -1 1077944384 21010 0 0 0 224 16 0 0 20 0 15 0 40454246 14431232000 345079 33554432000 4194304 4196468 140731051357040 140588142013456 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31037] ppid=31029 vsize=14093000 memory=1380316 CPUtime=2.39 cores=1,3,5,7
/proc/31032/task/31037/stat : 31037 (java) S 31029 31032 30695 0 -1 1077944384 18055 0 0 0 222 17 0 0 20 0 15 0 40454246 14431232000 345079 33554432000 4194304 4196468 140731051357040 140588140960656 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31038] ppid=31029 vsize=14093000 memory=1380316 CPUtime=2.41 cores=1,3,5,7
/proc/31032/task/31038/stat : 31038 (java) S 31029 31032 30695 0 -1 1077944384 18389 0 0 0 225 16 0 0 20 0 15 0 40454246 14431232000 345079 33554432000 4194304 4196468 140731051357040 140588139907856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31039] ppid=31029 vsize=14093000 memory=13722420513464 CPUtime=0.75 cores=1,3,5,7
/proc/31032/task/31039/stat : 31039 (java) S 31029 31032 30695 0 -1 1077944384 16694 0 0 0 67 8 0 0 20 0 15 0 40454247 14431232000 345079 33554432000 4194304 4196468 140731051357040 140588022172016 140588547582594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31040] ppid=31029 vsize=14093000 memory=1380316 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31040/stat : 31040 (java) S 31029 31032 30695 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 40454247 14431232000 345079 33554432000 4194304 4196468 140731051357040 140588021118048 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31041] ppid=31029 vsize=14093000 memory=928 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31041/stat : 31041 (java) S 31029 31032 30695 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40454248 14431232000 345079 33554432000 4194304 4196468 140731051357040 140588020065152 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31042] ppid=31029 vsize=14093000 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31042/stat : 31042 (java) S 31029 31032 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454250 14431232000 345079 33554432000 4194304 4196468 140731051357040 140588019013456 140588547590043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31043] ppid=31029 vsize=14093000 memory=4132 CPUtime=3.73 cores=1,3,5,7
/proc/31032/task/31043/stat : 31043 (java) S 31029 31032 30695 0 -1 1077944384 8681 0 0 0 371 2 0 0 20 0 15 0 40454250 14431232000 345079 33554432000 4194304 4196468 140731051357040 140588017961840 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31044] ppid=31029 vsize=14093000 memory=14276 CPUtime=3.77 cores=1,3,5,7
/proc/31032/task/31044/stat : 31044 (java) S 31029 31032 30695 0 -1 1077944384 10681 0 0 0 376 1 0 0 20 0 15 0 40454250 14431232000 345079 33554432000 4194304 4196468 140731051357040 140588016909040 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31045] ppid=31029 vsize=14093000 memory=1380316 CPUtime=1.55 cores=1,3,5,7
/proc/31032/task/31045/stat : 31045 (java) S 31029 31032 30695 0 -1 1077944384 12472 0 0 0 152 3 0 0 20 0 15 0 40454250 14431232000 345079 33554432000 4194304 4196468 140731051357040 140588015856240 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31046] ppid=31029 vsize=14093000 memory=1380316 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31046/stat : 31046 (java) S 31029 31032 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454250 14431232000 345079 33554432000 4194304 4196468 140731051357040 140588014803680 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31047] ppid=31029 vsize=14093000 memory=4132 CPUtime=0.47 cores=1,3,5,7
/proc/31032/task/31047/stat : 31047 (java) S 31029 31032 30695 0 -1 1077944384 2004 0 0 0 20 27 0 0 20 0 15 0 40454250 14431232000 345079 33554432000 4194304 4196468 140731051357040 140588013750960 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
Current children cumulated CPU time: 2278.58 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1380316 KiB

[startup+2322.3 s]
/proc/loadavg: 1.39 1.32 1.39 3/218 31124
/proc/meminfo: memFree=18319036/32770624 swapFree=67108860/67108860
[pid=31032] ppid=31029 vsize=14093000 memory=1390800 CPUtime=2338.79 cores=1,3,5,7
/proc/31032/stat : 31032 (java) S 31029 31032 30695 0 -1 1077944320 203059 0 0 0 233747 132 0 0 20 0 15 0 40454244 14431232000 347700 33554432000 4194304 4196468 140731051357040 140731051339584 140588547571447 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
/proc/31032/statm: 3523250 347700 3621 1 0 3485321 0
[pid=31032/tid=31034] ppid=31029 vsize=14093000 memory=1388096 CPUtime=2318.47 cores=1,3,5,7
/proc/31032/task/31034/stat : 31034 (java) R 31029 31032 30695 0 -1 4202560 76193 0 0 0 231816 31 0 0 20 0 15 0 40454245 14431232000 347700 33554432000 4194304 4196468 140731051357040 140588551809296 140588188556182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31035] ppid=31029 vsize=14093000 memory=1390800 CPUtime=2.47 cores=1,3,5,7
/proc/31032/task/31035/stat : 31035 (java) S 31029 31032 30695 0 -1 1077944384 16190 0 0 0 230 17 0 0 20 0 15 0 40454246 14431232000 347700 33554432000 4194304 4196468 140731051357040 140588508531856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31036] ppid=31029 vsize=14093000 memory=1390800 CPUtime=2.48 cores=1,3,5,7
/proc/31032/task/31036/stat : 31036 (java) S 31029 31032 30695 0 -1 1077944384 21273 0 0 0 231 17 0 0 20 0 15 0 40454246 14431232000 347700 33554432000 4194304 4196468 140731051357040 140588142013456 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31037] ppid=31029 vsize=14093000 memory=1390800 CPUtime=2.46 cores=1,3,5,7
/proc/31032/task/31037/stat : 31037 (java) S 31029 31032 30695 0 -1 1077944384 18662 0 0 0 229 17 0 0 20 0 15 0 40454246 14431232000 347700 33554432000 4194304 4196468 140731051357040 140588140960656 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31038] ppid=31029 vsize=14093000 memory=1390800 CPUtime=2.48 cores=1,3,5,7
/proc/31032/task/31038/stat : 31038 (java) S 31029 31032 30695 0 -1 1077944384 18554 0 0 0 232 16 0 0 20 0 15 0 40454246 14431232000 347700 33554432000 4194304 4196468 140731051357040 140588139907856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31039] ppid=31029 vsize=14093000 memory=1390800 CPUtime=0.8 cores=1,3,5,7
/proc/31032/task/31039/stat : 31039 (java) S 31029 31032 30695 0 -1 1077944384 16903 0 0 0 71 9 0 0 20 0 15 0 40454247 14431232000 347700 33554432000 4194304 4196468 140731051357040 140588022172016 140588547582594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31040] ppid=31029 vsize=14093000 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31040/stat : 31040 (java) S 31029 31032 30695 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 40454247 14431232000 347700 33554432000 4194304 4196468 140731051357040 140588021118048 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31041] ppid=31029 vsize=14093000 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31041/stat : 31041 (java) S 31029 31032 30695 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40454248 14431232000 347700 33554432000 4194304 4196468 140731051357040 140588020065152 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31042] ppid=31029 vsize=14093000 memory=1390800 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31042/stat : 31042 (java) S 31029 31032 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454250 14431232000 347700 33554432000 4194304 4196468 140731051357040 140588019013456 140588547590043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31043] ppid=31029 vsize=14093000 memory=1390800 CPUtime=3.73 cores=1,3,5,7
/proc/31032/task/31043/stat : 31043 (java) S 31029 31032 30695 0 -1 1077944384 8683 0 0 0 371 2 0 0 20 0 15 0 40454250 14431232000 347700 33554432000 4194304 4196468 140731051357040 140588017961840 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31044] ppid=31029 vsize=14093000 memory=1390800 CPUtime=3.77 cores=1,3,5,7
/proc/31032/task/31044/stat : 31044 (java) S 31029 31032 30695 0 -1 1077944384 10683 0 0 0 376 1 0 0 20 0 15 0 40454250 14431232000 347700 33554432000 4194304 4196468 140731051357040 140588016909040 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31045] ppid=31029 vsize=14093000 memory=1390800 CPUtime=1.55 cores=1,3,5,7
/proc/31032/task/31045/stat : 31045 (java) S 31029 31032 30695 0 -1 1077944384 12474 0 0 0 152 3 0 0 20 0 15 0 40454250 14431232000 347700 33554432000 4194304 4196468 140731051357040 140588015856240 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31046] ppid=31029 vsize=14093000 memory=1390800 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31046/stat : 31046 (java) S 31029 31032 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454250 14431232000 347700 33554432000 4194304 4196468 140731051357040 140588014803680 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31047] ppid=31029 vsize=14093000 memory=1792 CPUtime=0.49 cores=1,3,5,7
/proc/31032/task/31047/stat : 31047 (java) S 31029 31032 30695 0 -1 1077944384 2019 0 0 0 21 28 0 0 20 0 15 0 40454250 14431232000 347700 33554432000 4194304 4196468 140731051357040 140588013750960 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
Current children cumulated CPU time: 2338.79 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1390800 KiB

[startup+2382.3 s]
/proc/loadavg: 1.48 1.34 1.40 3/219 31203
/proc/meminfo: memFree=19354524/32770624 swapFree=67108860/67108860
[pid=31032] ppid=31029 vsize=14093000 memory=1384132 CPUtime=2399.11 cores=1,3,5,7
/proc/31032/stat : 31032 (java) S 31029 31032 30695 0 -1 1077944320 204705 0 0 0 239777 134 0 0 20 0 15 0 40454244 14431232000 346033 33554432000 4194304 4196468 140731051357040 140731051339584 140588547571447 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
/proc/31032/statm: 3523250 346033 3621 1 0 3485321 0
[pid=31032/tid=31034] ppid=31029 vsize=14093000 memory=1390800 CPUtime=2378.29 cores=1,3,5,7
/proc/31032/task/31034/stat : 31034 (java) R 31029 31032 30695 0 -1 4202560 76741 0 0 0 237798 31 0 0 20 0 15 0 40454245 14431232000 346033 33554432000 4194304 4196468 140731051357040 140588551809280 140588186793746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31035] ppid=31029 vsize=14093000 memory=1385160 CPUtime=2.58 cores=1,3,5,7
/proc/31032/task/31035/stat : 31035 (java) S 31029 31032 30695 0 -1 1077944384 16602 0 0 0 241 17 0 0 20 0 15 0 40454246 14431232000 346033 33554432000 4194304 4196468 140731051357040 140588508531856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31036] ppid=31029 vsize=14093000 memory=1384132 CPUtime=2.59 cores=1,3,5,7
/proc/31032/task/31036/stat : 31036 (java) S 31029 31032 30695 0 -1 1077944384 21414 0 0 0 242 17 0 0 20 0 15 0 40454246 14431232000 346033 33554432000 4194304 4196468 140731051357040 140588142013456 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31037] ppid=31029 vsize=14093000 memory=1384132 CPUtime=2.57 cores=1,3,5,7
/proc/31032/task/31037/stat : 31037 (java) S 31029 31032 30695 0 -1 1077944384 18679 0 0 0 240 17 0 0 20 0 15 0 40454246 14431232000 346033 33554432000 4194304 4196468 140731051357040 140588140960656 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31038] ppid=31029 vsize=14093000 memory=0 CPUtime=2.59 cores=1,3,5,7
/proc/31032/task/31038/stat : 31038 (java) S 31029 31032 30695 0 -1 1077944384 18708 0 0 0 243 16 0 0 20 0 15 0 40454246 14431232000 346033 33554432000 4194304 4196468 140731051357040 140588139907856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31039] ppid=31029 vsize=14093000 memory=1389776 CPUtime=0.83 cores=1,3,5,7
/proc/31032/task/31039/stat : 31039 (java) S 31029 31032 30695 0 -1 1077944384 17090 0 0 0 74 9 0 0 20 0 15 0 40454247 14431232000 346033 33554432000 4194304 4196468 140731051357040 140588022172016 140588547582594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31040] ppid=31029 vsize=14093000 memory=83 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31040/stat : 31040 (java) S 31029 31032 30695 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 40454247 14431232000 346033 33554432000 4194304 4196468 140731051357040 140588021118048 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31041] ppid=31029 vsize=14093000 memory=1384132 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31041/stat : 31041 (java) S 31029 31032 30695 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40454248 14431232000 346033 33554432000 4194304 4196468 140731051357040 140588020065152 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31042] ppid=31029 vsize=14093000 memory=1384644 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31042/stat : 31042 (java) S 31029 31032 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454250 14431232000 346033 33554432000 4194304 4196468 140731051357040 140588019013456 140588547590043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31043] ppid=31029 vsize=14093000 memory=1386184 CPUtime=3.73 cores=1,3,5,7
/proc/31032/task/31043/stat : 31043 (java) S 31029 31032 30695 0 -1 1077944384 8685 0 0 0 371 2 0 0 20 0 15 0 40454250 14431232000 346033 33554432000 4194304 4196468 140731051357040 140588017961840 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31044] ppid=31029 vsize=14093000 memory=1386184 CPUtime=3.77 cores=1,3,5,7
/proc/31032/task/31044/stat : 31044 (java) S 31029 31032 30695 0 -1 1077944384 10685 0 0 0 376 1 0 0 20 0 15 0 40454250 14431232000 346033 33554432000 4194304 4196468 140731051357040 140588016909040 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31045] ppid=31029 vsize=14093000 memory=4048 CPUtime=1.55 cores=1,3,5,7
/proc/31032/task/31045/stat : 31045 (java) S 31029 31032 30695 0 -1 1077944384 12649 0 0 0 152 3 0 0 20 0 15 0 40454250 14431232000 346033 33554432000 4194304 4196468 140731051357040 140588015856240 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31046] ppid=31029 vsize=14093000 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31046/stat : 31046 (java) S 31029 31032 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454250 14431232000 346033 33554432000 4194304 4196468 140731051357040 140588014803680 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31047] ppid=31029 vsize=14093000 memory=1240 CPUtime=0.5 cores=1,3,5,7
/proc/31032/task/31047/stat : 31047 (java) S 31029 31032 30695 0 -1 1077944384 2027 0 0 0 21 29 0 0 20 0 15 0 40454250 14431232000 346033 33554432000 4194304 4196468 140731051357040 140588013750960 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
Current children cumulated CPU time: 2399.11 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1384132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2383.2 s]
/proc/loadavg: 1.48 1.34 1.40 3/219 31203
/proc/meminfo: memFree=19353976/32770624 swapFree=67108860/67108860
[pid=31032] ppid=31029 vsize=14093000 memory=1384640 CPUtime=2400.02 cores=1,3,5,7
/proc/31032/stat : 31032 (java) S 31029 31032 30695 0 -1 1077944320 204711 0 0 0 239868 134 0 0 20 0 15 0 40454244 14431232000 346160 33554432000 4194304 4196468 140731051357040 140731051339584 140588547571447 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
/proc/31032/statm: 3523250 346160 3621 1 0 3485321 0
[pid=31032/tid=31034] ppid=31029 vsize=14093000 memory=1292 CPUtime=2379.19 cores=1,3,5,7
/proc/31032/task/31034/stat : 31034 (java) R 31029 31032 30695 0 -1 4202560 76742 0 0 0 237888 31 0 0 20 0 15 0 40454245 14431232000 346160 33554432000 4194304 4196468 140731051357040 140588551809536 140588187955288 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31035] ppid=31029 vsize=14093000 memory=2444 CPUtime=2.58 cores=1,3,5,7
/proc/31032/task/31035/stat : 31035 (java) S 31029 31032 30695 0 -1 1077944384 16603 0 0 0 241 17 0 0 20 0 15 0 40454246 14431232000 346160 33554432000 4194304 4196468 140731051357040 140588508531856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31036] ppid=31029 vsize=14093000 memory=1389776 CPUtime=2.59 cores=1,3,5,7
/proc/31032/task/31036/stat : 31036 (java) S 31029 31032 30695 0 -1 1077944384 21415 0 0 0 242 17 0 0 20 0 15 0 40454246 14431232000 346160 33554432000 4194304 4196468 140731051357040 140588142013456 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31037] ppid=31029 vsize=14093000 memory=1387212 CPUtime=2.58 cores=1,3,5,7
/proc/31032/task/31037/stat : 31037 (java) S 31029 31032 30695 0 -1 1077944384 18680 0 0 0 240 18 0 0 20 0 15 0 40454246 14431232000 346160 33554432000 4194304 4196468 140731051357040 140588140960656 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31038] ppid=31029 vsize=14093000 memory=4048 CPUtime=2.59 cores=1,3,5,7
/proc/31032/task/31038/stat : 31038 (java) S 31029 31032 30695 0 -1 1077944384 18710 0 0 0 243 16 0 0 20 0 15 0 40454246 14431232000 346160 33554432000 4194304 4196468 140731051357040 140588139907856 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31039] ppid=31029 vsize=14093000 memory=1792 CPUtime=0.83 cores=1,3,5,7
/proc/31032/task/31039/stat : 31039 (java) S 31029 31032 30695 0 -1 1077944384 17090 0 0 0 74 9 0 0 20 0 15 0 40454247 14431232000 346160 33554432000 4194304 4196468 140731051357040 140588022172016 140588547582594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31040] ppid=31029 vsize=14093000 memory=14276 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31040/stat : 31040 (java) S 31029 31032 30695 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 40454247 14431232000 346160 33554432000 4194304 4196468 140731051357040 140588021118048 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31041] ppid=31029 vsize=14093000 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31041/stat : 31041 (java) S 31029 31032 30695 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40454248 14431232000 346160 33554432000 4194304 4196468 140731051357040 140588020065152 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31042] ppid=31029 vsize=14093000 memory=2444 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31042/stat : 31042 (java) S 31029 31032 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454250 14431232000 346160 33554432000 4194304 4196468 140731051357040 140588019013456 140588547590043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31043] ppid=31029 vsize=14093000 memory=1728 CPUtime=3.73 cores=1,3,5,7
/proc/31032/task/31043/stat : 31043 (java) S 31029 31032 30695 0 -1 1077944384 8685 0 0 0 371 2 0 0 20 0 15 0 40454250 14431232000 346160 33554432000 4194304 4196468 140731051357040 140588017961840 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31044] ppid=31029 vsize=14093000 memory=1948 CPUtime=3.77 cores=1,3,5,7
/proc/31032/task/31044/stat : 31044 (java) S 31029 31032 30695 0 -1 1077944384 10685 0 0 0 376 1 0 0 20 0 15 0 40454250 14431232000 346160 33554432000 4194304 4196468 140731051357040 140588016909040 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31045] ppid=31029 vsize=14093000 memory=1224 CPUtime=1.55 cores=1,3,5,7
/proc/31032/task/31045/stat : 31045 (java) S 31029 31032 30695 0 -1 1077944384 12649 0 0 0 152 3 0 0 20 0 15 0 40454250 14431232000 346160 33554432000 4194304 4196468 140731051357040 140588015856240 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31046] ppid=31029 vsize=14093000 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/31032/task/31046/stat : 31046 (java) S 31029 31032 30695 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454250 14431232000 346160 33554432000 4194304 4196468 140731051357040 140588014803680 140588547581653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
[pid=31032/tid=31047] ppid=31029 vsize=14093000 memory=1424 CPUtime=0.5 cores=1,3,5,7
/proc/31032/task/31047/stat : 31047 (java) S 31029 31032 30695 0 -1 1077944384 2027 0 0 0 21 29 0 0 20 0 15 0 40454250 14431232000 346160 33554432000 4194304 4196468 140731051357040 140588013750960 140588547582594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15568896 140731051361353 140731051361545 140731051361545 140731051364303 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1384640 KiB

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

[startup+2383.21 s]
# the end of solver process 31032 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.69 s, system=1.35646 s

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

Child status: 143
Real time (s): 2383.21
CPU time (s): 2400.04
CPU user time (s): 2398.69
CPU system time (s): 1.35646
CPU usage (%): 100.706
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 1845184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.69
system time used= 1.35646
maximum resident set size= 1849280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204900
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73731
involuntary context switches= 4329


# summary of solver processes directly reported to runsolver:
#   pid: 31032
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2398.69
#   total CPU system time (s): 1.35646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0611 second user time and 20.966 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-22 05:08:31
IDJOB=4290408
IDBENCH=141050
IDSOLVER=2743
FILE ID=node132/4290408-1532228911
RUNJOBID= node132-1532226532-30727
PBS_JOBID= 21018953
Free space on /tmp= 55092 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/NurseRostering/NurseRostering-15_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-4290408-1532228911/watcher-4290408-1532228911 -o /tmp/evaluation-result-4290408-1532228911/solver-4290408-1532228911 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532226532-30727 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 524952069 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290408-1532228911.xml

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

MD5SUM BENCH= 08877e0fafa48cd5ca524d34b6939bef
RANDOM SEED=524952069

node132.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.65
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.65
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.65
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.65
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:        20577692 kB
MemAvailable:   31541348 kB
Buffers:          231316 kB
Cached:         10883952 kB
SwapCached:            0 kB
Active:          2419340 kB
Inactive:        9147868 kB
Active(anon):     454648 kB
Inactive(anon):    17036 kB
Active(file):    1964692 kB
Inactive(file):  9130832 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36152 kB
Writeback:             0 kB
AnonPages:        336008 kB
Mapped:            48704 kB
Shmem:             17056 kB
Slab:             323952 kB
SReclaimable:     296592 kB
SUnreclaim:        27360 kB
KernelStack:        3888 kB
PageTables:         6220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1432276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55056 MiB
End job on node132 at 2018-07-22 05:48:14