Trace number 4290407

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.05 2384.22

General information on the benchmark

NameNurseRostering/
NurseRostering-14_c18.xml
MD5SUM22d4927d0bd5c0ea6a9359fe3e752ee5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27589
Best CPU time to get the best result obtained on this benchmark2519.95
Satisfiable
(Un)Satisfiability was proved
Number of variables2475
Number of constraints6489
Number of domains18
Minimum domain size1
Maximum domain size43
Distribution of domain sizes[{"size":1,"count":76},{"size":2,"count":551},{"size":3,"count":3},{"size":5,"count":1344},{"size":6,"count":17},{"size":11,"count":8},{"size":22,"count":34},{"size":33,"count":378},{"size":43,"count":64}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":939},{"degree":3,"count":192},{"degree":14,"count":4},{"degree":15,"count":23},{"degree":16,"count":35},{"degree":17,"count":6},{"degree":18,"count":18},{"degree":19,"count":41},{"degree":20,"count":52},{"degree":21,"count":51},{"degree":22,"count":124},{"degree":23,"count":377},{"degree":24,"count":320},{"degree":25,"count":177},{"degree":26,"count":94},{"degree":27,"count":22}]
Minimum constraint arity2
Maximum constraint arity128
Distribution of constraint arities[{"arity":2,"count":2524},{"arity":3,"count":2080},{"arity":4,"count":273},{"arity":5,"count":32},{"arity":6,"count":957},{"arity":7,"count":252},{"arity":33,"count":210},{"arity":43,"count":160},{"arity":128,"count":1}]
Number of extensional constraints1522
Number of intensional constraints797
Distribution of constraint types[{"type":"extension","count":1522},{"type":"intension","count":797},{"type":"regular","count":2558},{"type":"sum","count":64},{"type":"count","count":1547},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.55	c version: 2018-07-02
0.66/0.55	c seed: 2051489746
0.66/0.55	c timeout: 2400
0.66/0.55	c memlimit: 11000
0.66/0.55	c nbcore: 4
0.66/0.57	c Parsing instance...
9.40/3.86	c Parsing done, starting search...
2400.03/2384.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 (7701 MiB free)
  memory of node 1: 16384 MiB (14055 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290407-1532227728/watcher-4290407-1532227728 -o /tmp/evaluation-result-4290407-1532227728/solver-4290407-1532227728 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532225337-28655 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 2051489746 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290407-1532227728.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=29003, runsolver pid=29000
Current StackSize limit: 8192 KiB


[startup+0.100088 s]*
/proc/loadavg: 1.03 1.24 1.34 3/215 29018
/proc/meminfo: memFree=22248632/32770624 swapFree=67108860/67108860
[pid=29003] ppid=29000 vsize=14082740 memory=34036 CPUtime=0.12 cores=1,3,5,7
/proc/29003/stat : 29003 (java) S 29000 29003 28623 0 -1 1077944320 6898 0 0 0 11 1 0 0 20 0 15 0 40336054 14420725760 8509 33554432000 4194304 4196468 140731420141712 140731420124256 140046196834039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
/proc/29003/statm: 3520685 8509 3156 1 0 3482761 0
[pid=29003/tid=29005] ppid=29000 vsize=14082740 memory=-8485517772678271619 CPUtime=0.08 cores=1,3,5,7
/proc/29003/task/29005/stat : 29005 (java) R 29000 29003 28623 0 -1 4202560 4948 0 0 0 8 0 0 0 20 0 15 0 40336054 14420725760 8509 33554432000 4194304 4196468 140731420141712 140046201073792 140046180914526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29006] ppid=29000 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29006/stat : 29006 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336055 14420725760 8509 33554432000 4194304 4196468 140731420141712 140046134434576 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29007] ppid=29000 vsize=14082740 memory=139756585064064 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29007/stat : 29007 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336055 14420725760 8509 33554432000 4194304 4196468 140731420141712 140045791533968 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29008] ppid=29000 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29008/stat : 29008 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336055 14420725760 8509 33554432000 4194304 4196468 140731420141712 140045790481424 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29009] ppid=29000 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29009/stat : 29009 (java) S 29000 29003 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40336055 14420725760 8509 33554432000 4194304 4196468 140731420141712 140045789428880 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29010] ppid=29000 vsize=14082740 memory=139756585064064 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29010/stat : 29010 (java) S 29000 29003 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40336056 14420725760 8509 33554432000 4194304 4196468 140731420141712 140045738924016 140046196845186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29011] ppid=29000 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29011/stat : 29011 (java) S 29000 29003 28623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40336057 14420725760 8509 33554432000 4194304 4196468 140731420141712 140045737870240 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29012] ppid=29000 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29012/stat : 29012 (java) S 29000 29003 28623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40336057 14420725760 8509 33554432000 4194304 4196468 140731420141712 140045736817648 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29013] ppid=29000 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29013/stat : 29013 (java) S 29000 29003 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40336059 14420725760 8509 33554432000 4194304 4196468 140731420141712 140045735766224 140046196852635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29014] ppid=29000 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29014/stat : 29014 (java) S 29000 29003 28623 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 40336059 14420725760 8509 33554432000 4194304 4196468 140731420141712 140045734713840 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29015] ppid=29000 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29015/stat : 29015 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336059 14420725760 8509 33554432000 4194304 4196468 140731420141712 140045733661296 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29016] ppid=29000 vsize=14082740 memory=139756585064064 CPUtime=0.01 cores=1,3,5,7
/proc/29003/task/29016/stat : 29016 (java) S 29000 29003 28623 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 15 0 40336059 14420725760 8509 33554432000 4194304 4196468 140731420141712 140045732608752 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29017] ppid=29000 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29017/stat : 29017 (java) S 29000 29003 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40336059 14420725760 8509 33554432000 4194304 4196468 140731420141712 140045731556448 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29018] ppid=29000 vsize=14082740 memory=139756585064064 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29018/stat : 29018 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336060 14420725760 8509 33554432000 4194304 4196468 140731420141712 140045101295920 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 34036 KiB

[startup+0.218142 s]*
/proc/loadavg: 1.03 1.23 1.34 7/215 29018
/proc/meminfo: memFree=22225452/32770624 swapFree=67108860/67108860
[pid=29003] ppid=29000 vsize=14082740 memory=49968 CPUtime=0.32 cores=1,3,5,7
/proc/29003/stat : 29003 (java) S 29000 29003 28623 0 -1 1077944320 10596 0 0 0 30 2 0 0 20 0 15 0 40336054 14420725760 12492 33554432000 4194304 4196468 140731420141712 140731420124256 140046196834039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
/proc/29003/statm: 3520685 12492 3365 1 0 3482761 0
[pid=29003/tid=29005] ppid=29000 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29003/task/29005/stat : 29005 (java) R 29000 29003 28623 0 -1 4202560 8296 0 0 0 19 1 0 0 20 0 15 0 40336054 14420725760 12492 33554432000 4194304 4196468 140731420141712 140046201061904 140045814206770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29006] ppid=29000 vsize=14082740 memory=340 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29006/stat : 29006 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336055 14420725760 12492 33554432000 4194304 4196468 140731420141712 140046134434576 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29007] ppid=29000 vsize=14082740 memory=139756585279649 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29007/stat : 29007 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336055 14420725760 12492 33554432000 4194304 4196468 140731420141712 140045791533968 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29008] ppid=29000 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29008/stat : 29008 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336055 14420725760 12492 33554432000 4194304 4196468 140731420141712 140045790481424 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29009] ppid=29000 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29009/stat : 29009 (java) S 29000 29003 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40336055 14420725760 12492 33554432000 4194304 4196468 140731420141712 140045789428880 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29010] ppid=29000 vsize=14082740 memory=139756585064064 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29010/stat : 29010 (java) S 29000 29003 28623 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 40336056 14420725760 12492 33554432000 4194304 4196468 140731420141712 140045738924016 140046196845186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29011] ppid=29000 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29011/stat : 29011 (java) S 29000 29003 28623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40336057 14420725760 12492 33554432000 4194304 4196468 140731420141712 140045737870240 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29012] ppid=29000 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29012/stat : 29012 (java) S 29000 29003 28623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40336057 14420725760 12492 33554432000 4194304 4196468 140731420141712 140045736817648 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29013] ppid=29000 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29013/stat : 29013 (java) S 29000 29003 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40336059 14420725760 12492 33554432000 4194304 4196468 140731420141712 140045735766224 140046196852635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29014] ppid=29000 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29003/task/29014/stat : 29014 (java) S 29000 29003 28623 0 -1 1077944384 437 0 0 0 1 0 0 0 20 0 15 0 40336059 14420725760 12492 33554432000 4194304 4196468 140731420141712 140045734713840 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29015] ppid=29000 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29003/task/29015/stat : 29015 (java) S 29000 29003 28623 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 15 0 40336059 14420725760 12492 33554432000 4194304 4196468 140731420141712 140045733661296 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29016] ppid=29000 vsize=14082740 memory=139756585064064 CPUtime=0.06 cores=1,3,5,7
/proc/29003/task/29016/stat : 29016 (java) S 29000 29003 28623 0 -1 1077944384 308 0 0 0 6 0 0 0 20 0 15 0 40336059 14420725760 12492 33554432000 4194304 4196468 140731420141712 140045732608752 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29017] ppid=29000 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29017/stat : 29017 (java) S 29000 29003 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40336059 14420725760 12492 33554432000 4194304 4196468 140731420141712 140045731556448 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29018] ppid=29000 vsize=14082740 memory=139756585064064 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29018/stat : 29018 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336060 14420725760 12492 33554432000 4194304 4196468 140731420141712 140045101295920 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 49968 KiB

[startup+0.310393 s]*
/proc/loadavg: 1.03 1.23 1.34 5/215 29018
/proc/meminfo: memFree=22216332/32770624 swapFree=67108860/67108860
[pid=29003] ppid=29000 vsize=14082740 memory=53156 CPUtime=0.43 cores=1,3,5,7
/proc/29003/stat : 29003 (java) S 29000 29003 28623 0 -1 1077944320 10922 0 0 0 41 2 0 0 20 0 15 0 40336054 14420725760 13289 33554432000 4194304 4196468 140731420141712 140731420124256 140046196834039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
/proc/29003/statm: 3520685 13289 3367 1 0 3482761 0
[pid=29003/tid=29005] ppid=29000 vsize=14082740 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/29003/task/29005/stat : 29005 (java) R 29000 29003 28623 0 -1 4202560 8610 0 0 0 28 1 0 0 20 0 15 0 40336054 14420725760 13289 33554432000 4194304 4196468 140731420141712 140046201041872 140046177109891 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29006] ppid=29000 vsize=14082740 memory=4294977867 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29006/stat : 29006 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336055 14420725760 13289 33554432000 4194304 4196468 140731420141712 140046134434576 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29007] ppid=29000 vsize=14082740 memory=139756585279410 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29007/stat : 29007 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336055 14420725760 13289 33554432000 4194304 4196468 140731420141712 140045791533968 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29008] ppid=29000 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29008/stat : 29008 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336055 14420725760 13289 33554432000 4194304 4196468 140731420141712 140045790481424 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29009] ppid=29000 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29009/stat : 29009 (java) S 29000 29003 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40336055 14420725760 13289 33554432000 4194304 4196468 140731420141712 140045789428880 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29010] ppid=29000 vsize=14082740 memory=139756585064064 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29010/stat : 29010 (java) S 29000 29003 28623 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 40336056 14420725760 13289 33554432000 4194304 4196468 140731420141712 140045738924016 140046196845186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29011] ppid=29000 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29011/stat : 29011 (java) S 29000 29003 28623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40336057 14420725760 13289 33554432000 4194304 4196468 140731420141712 140045737870240 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29012] ppid=29000 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29012/stat : 29012 (java) S 29000 29003 28623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40336057 14420725760 13289 33554432000 4194304 4196468 140731420141712 140045736817648 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29013] ppid=29000 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29013/stat : 29013 (java) S 29000 29003 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40336059 14420725760 13289 33554432000 4194304 4196468 140731420141712 140045735766224 140046196852635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29014] ppid=29000 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29003/task/29014/stat : 29014 (java) S 29000 29003 28623 0 -1 1077944384 443 0 0 0 2 0 0 0 20 0 15 0 40336059 14420725760 13289 33554432000 4194304 4196468 140731420141712 140045734713840 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29015] ppid=29000 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29003/task/29015/stat : 29015 (java) S 29000 29003 28623 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 15 0 40336059 14420725760 13289 33554432000 4194304 4196468 140731420141712 140045733661296 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29016] ppid=29000 vsize=14082740 memory=139756585064064 CPUtime=0.08 cores=1,3,5,7
/proc/29003/task/29016/stat : 29016 (java) S 29000 29003 28623 0 -1 1077944384 314 0 0 0 8 0 0 0 20 0 15 0 40336059 14420725760 13289 33554432000 4194304 4196468 140731420141712 140045732608752 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29017] ppid=29000 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29017/stat : 29017 (java) S 29000 29003 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40336059 14420725760 13289 33554432000 4194304 4196468 140731420141712 140045731556448 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29018] ppid=29000 vsize=14082740 memory=139756585064064 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29018/stat : 29018 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336060 14420725760 13289 33554432000 4194304 4196468 140731420141712 140045101295920 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 53156 KiB

[startup+0.700705 s]
/proc/loadavg: 1.03 1.23 1.34 7/215 29018
/proc/meminfo: memFree=22173596/32770624 swapFree=67108860/67108860
[pid=29003] ppid=29000 vsize=14084808 memory=93128 CPUtime=0.98 cores=1,3,5,7
/proc/29003/stat : 29003 (java) S 29000 29003 28623 0 -1 1077944320 17650 0 0 0 94 4 0 0 20 0 15 0 40336054 14422843392 23282 33554432000 4194304 4196468 140731420141712 140731420124256 140046196834039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
/proc/29003/statm: 3521202 23282 3506 1 0 3483273 0
[pid=29003/tid=29005] ppid=29000 vsize=14084808 memory=264353425163441 CPUtime=0.67 cores=1,3,5,7
/proc/29003/task/29005/stat : 29005 (java) R 29000 29003 28623 0 -1 4202560 14955 0 0 0 64 3 0 0 20 0 15 0 40336054 14422843392 23282 33554432000 4194304 4196468 140731420141712 140046201049168 140046164422561 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29006] ppid=29000 vsize=14084808 memory=4265253205551874080 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29006/stat : 29006 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336055 14422843392 23282 33554432000 4194304 4196468 140731420141712 140046134434576 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29007] ppid=29000 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29007/stat : 29007 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336055 14422843392 23282 33554432000 4194304 4196468 140731420141712 140045791533968 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29008] ppid=29000 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29008/stat : 29008 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336055 14422843392 23282 33554432000 4194304 4196468 140731420141712 140045790481424 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29009] ppid=29000 vsize=14084808 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29009/stat : 29009 (java) S 29000 29003 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40336055 14422843392 23282 33554432000 4194304 4196468 140731420141712 140045789428880 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29010] ppid=29000 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29010/stat : 29010 (java) S 29000 29003 28623 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 40336056 14422843392 23282 33554432000 4194304 4196468 140731420141712 140045738924016 140046196845186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29011] ppid=29000 vsize=14084808 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29011/stat : 29011 (java) S 29000 29003 28623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40336057 14422843392 23282 33554432000 4194304 4196468 140731420141712 140045737870240 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29012] ppid=29000 vsize=14084808 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29012/stat : 29012 (java) S 29000 29003 28623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40336057 14422843392 23282 33554432000 4194304 4196468 140731420141712 140045736817648 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29013] ppid=29000 vsize=14084808 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29013/stat : 29013 (java) S 29000 29003 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40336059 14422843392 23282 33554432000 4194304 4196468 140731420141712 140045735766224 140046196852635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29014] ppid=29000 vsize=14084808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29003/task/29014/stat : 29014 (java) S 29000 29003 28623 0 -1 1077944384 588 0 0 0 7 0 0 0 20 0 15 0 40336059 14422843392 23282 33554432000 4194304 4196468 140731420141712 140045734713840 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29015] ppid=29000 vsize=14084808 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/29003/task/29015/stat : 29015 (java) S 29000 29003 28623 0 -1 1077944384 343 0 0 0 6 0 0 0 20 0 15 0 40336059 14422843392 23282 33554432000 4194304 4196468 140731420141712 140045733661296 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29016] ppid=29000 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/29003/task/29016/stat : 29016 (java) S 29000 29003 28623 0 -1 1077944384 381 0 0 0 15 0 0 0 20 0 15 0 40336059 14422843392 23282 33554432000 4194304 4196468 140731420141712 140045732608752 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29017] ppid=29000 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29017/stat : 29017 (java) S 29000 29003 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40336059 14422843392 23282 33554432000 4194304 4196468 140731420141712 140045731556448 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29018] ppid=29000 vsize=14084808 memory=18464 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29018/stat : 29018 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336060 14422843392 23282 33554432000 4194304 4196468 140731420141712 140045101295920 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 93128 KiB

[startup+1.50159 s]
/proc/loadavg: 1.03 1.23 1.34 6/215 29018
/proc/meminfo: memFree=22083628/32770624 swapFree=67108860/67108860
[pid=29003] ppid=29000 vsize=14088904 memory=182964 CPUtime=3.5 cores=1,3,5,7
/proc/29003/stat : 29003 (java) S 29000 29003 28623 0 -1 1077944320 22898 0 0 0 343 7 0 0 20 0 15 0 40336054 14427037696 45741 33554432000 4194304 4196468 140731420141712 140731420124256 140046196834039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
/proc/29003/statm: 3522226 45741 3547 1 0 3484297 0
[pid=29003/tid=29005] ppid=29000 vsize=14088904 memory=10799 CPUtime=1.47 cores=1,3,5,7
/proc/29003/task/29005/stat : 29005 (java) R 29000 29003 28623 0 -1 4202560 16601 0 0 0 142 5 0 0 20 0 15 0 40336054 14427037696 45741 33554432000 4194304 4196468 140731420141712 140046201067216 140046177109785 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29006] ppid=29000 vsize=14088904 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29006/stat : 29006 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336055 14427037696 45741 33554432000 4194304 4196468 140731420141712 140046134434576 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29007] ppid=29000 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29007/stat : 29007 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336055 14427037696 45741 33554432000 4194304 4196468 140731420141712 140045791533968 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29008] ppid=29000 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29008/stat : 29008 (java) S 29000 29003 28623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40336055 14427037696 45741 33554432000 4194304 4196468 140731420141712 140045790481424 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29009] ppid=29000 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29009/stat : 29009 (java) S 29000 29003 28623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40336055 14427037696 45741 33554432000 4194304 4196468 140731420141712 140045789428880 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29010] ppid=29000 vsize=14088904 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29010/stat : 29010 (java) S 29000 29003 28623 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 40336056 14427037696 45741 33554432000 4194304 4196468 140731420141712 140045738924016 140046196845186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0

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

/proc/29003/task/29005/stat : 29005 (java) R 29000 29003 28623 0 -1 4202560 98510 0 0 0 225783 48 0 0 20 0 15 0 40336054 14431232000 567721 33554432000 4194304 4196468 140731420141712 140046201072192 140045828951414 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29006] ppid=29000 vsize=14093000 memory=2270884 CPUtime=2.5 cores=1,3,5,7
/proc/29003/task/29006/stat : 29006 (java) S 29000 29003 28623 0 -1 1077944384 19639 0 0 0 235 15 0 0 20 0 15 0 40336055 14431232000 567721 33554432000 4194304 4196468 140731420141712 140046134434576 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29007] ppid=29000 vsize=14093000 memory=2270884 CPUtime=2.55 cores=1,3,5,7
/proc/29003/task/29007/stat : 29007 (java) S 29000 29003 28623 0 -1 1077944384 25359 0 0 0 238 17 0 0 20 0 15 0 40336055 14431232000 567721 33554432000 4194304 4196468 140731420141712 140045791533968 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29008] ppid=29000 vsize=14093000 memory=2270884 CPUtime=2.52 cores=1,3,5,7
/proc/29003/task/29008/stat : 29008 (java) S 29000 29003 28623 0 -1 1077944384 25793 0 0 0 236 16 0 0 20 0 15 0 40336055 14431232000 567721 33554432000 4194304 4196468 140731420141712 140045790481424 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29009] ppid=29000 vsize=14093000 memory=2270884 CPUtime=2.5 cores=1,3,5,7
/proc/29003/task/29009/stat : 29009 (java) S 29000 29003 28623 0 -1 1077944384 18882 0 0 0 234 16 0 0 20 0 15 0 40336055 14431232000 567721 33554432000 4194304 4196468 140731420141712 140045789428880 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29010] ppid=29000 vsize=14093000 memory=2270884 CPUtime=1 cores=1,3,5,7
/proc/29003/task/29010/stat : 29010 (java) S 29000 29003 28623 0 -1 1077944384 18464 0 0 0 90 10 0 0 20 0 15 0 40336056 14431232000 567721 33554432000 4194304 4196468 140731420141712 140045738924016 140046196845186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29011] ppid=29000 vsize=14093000 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29011/stat : 29011 (java) S 29000 29003 28623 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 40336057 14431232000 567721 33554432000 4194304 4196468 140731420141712 140045737870304 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29012] ppid=29000 vsize=14093000 memory=18464 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29012/stat : 29012 (java) S 29000 29003 28623 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40336057 14431232000 567721 33554432000 4194304 4196468 140731420141712 140045736817664 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29013] ppid=29000 vsize=14093000 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29013/stat : 29013 (java) S 29000 29003 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40336059 14431232000 567721 33554432000 4194304 4196468 140731420141712 140045735766224 140046196852635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29014] ppid=29000 vsize=14093000 memory=14228 CPUtime=3.1 cores=1,3,5,7
/proc/29003/task/29014/stat : 29014 (java) S 29000 29003 28623 0 -1 1077944384 6470 0 0 0 309 1 0 0 20 0 15 0 40336059 14431232000 567721 33554432000 4194304 4196468 140731420141712 140045734713840 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29015] ppid=29000 vsize=14093000 memory=2270884 CPUtime=2.95 cores=1,3,5,7
/proc/29003/task/29015/stat : 29015 (java) S 29000 29003 28623 0 -1 1077944384 7855 0 0 0 294 1 0 0 20 0 15 0 40336059 14431232000 567721 33554432000 4194304 4196468 140731420141712 140045733661296 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29016] ppid=29000 vsize=14093000 memory=2270884 CPUtime=1.44 cores=1,3,5,7
/proc/29003/task/29016/stat : 29016 (java) S 29000 29003 28623 0 -1 1077944384 12306 0 0 0 142 2 0 0 20 0 15 0 40336059 14431232000 567721 33554432000 4194304 4196468 140731420141712 140045732608752 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29017] ppid=29000 vsize=14093000 memory=14228 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29017/stat : 29017 (java) S 29000 29003 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40336059 14431232000 567721 33554432000 4194304 4196468 140731420141712 140045731556448 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29018] ppid=29000 vsize=14093000 memory=1292 CPUtime=0.47 cores=1,3,5,7
/proc/29003/task/29018/stat : 29018 (java) S 29000 29003 28623 0 -1 1077944384 1375 0 0 0 19 28 0 0 20 0 15 0 40336060 14431232000 567721 33554432000 4194304 4196468 140731420141712 140045101295920 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
Current children cumulated CPU time: 2277.43 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 2270884 KiB

[startup+2322.3 s]
/proc/loadavg: 1.60 1.48 1.48 3/215 29114
/proc/meminfo: memFree=19345984/32770624 swapFree=67108860/67108860
[pid=29003] ppid=29000 vsize=14093000 memory=2272932 CPUtime=2337.76 cores=1,3,5,7
/proc/29003/stat : 29003 (java) S 29000 29003 28623 0 -1 1077944320 240675 0 0 0 233629 147 0 0 20 0 15 0 40336054 14431232000 568233 33554432000 4194304 4196468 140731420141712 140731420124256 140046196834039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
/proc/29003/statm: 3523250 568233 3601 1 0 3485321 0
[pid=29003/tid=29005] ppid=29000 vsize=14093000 memory=2272932 CPUtime=2318.13 cores=1,3,5,7
/proc/29003/task/29005/stat : 29005 (java) R 29000 29003 28623 0 -1 4202560 99749 0 0 0 231764 49 0 0 20 0 15 0 40336054 14431232000 568233 33554432000 4194304 4196468 140731420141712 140046201072192 140045817299348 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29006] ppid=29000 vsize=14093000 memory=2272932 CPUtime=2.61 cores=1,3,5,7
/proc/29003/task/29006/stat : 29006 (java) S 29000 29003 28623 0 -1 1077944384 20117 0 0 0 245 16 0 0 20 0 15 0 40336055 14431232000 568233 33554432000 4194304 4196468 140731420141712 140046134434576 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29007] ppid=29000 vsize=14093000 memory=2272932 CPUtime=2.65 cores=1,3,5,7
/proc/29003/task/29007/stat : 29007 (java) S 29000 29003 28623 0 -1 1077944384 25746 0 0 0 248 17 0 0 20 0 15 0 40336055 14431232000 568233 33554432000 4194304 4196468 140731420141712 140045791533968 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29008] ppid=29000 vsize=14093000 memory=2272932 CPUtime=2.63 cores=1,3,5,7
/proc/29003/task/29008/stat : 29008 (java) S 29000 29003 28623 0 -1 1077944384 26268 0 0 0 247 16 0 0 20 0 15 0 40336055 14431232000 568233 33554432000 4194304 4196468 140731420141712 140045790481424 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29009] ppid=29000 vsize=14093000 memory=2272932 CPUtime=2.61 cores=1,3,5,7
/proc/29003/task/29009/stat : 29009 (java) S 29000 29003 28623 0 -1 1077944384 20123 0 0 0 245 16 0 0 20 0 15 0 40336055 14431232000 568233 33554432000 4194304 4196468 140731420141712 140045789428880 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29010] ppid=29000 vsize=14093000 memory=2272932 CPUtime=1.05 cores=1,3,5,7
/proc/29003/task/29010/stat : 29010 (java) S 29000 29003 28623 0 -1 1077944384 19176 0 0 0 95 10 0 0 20 0 15 0 40336056 14431232000 568233 33554432000 4194304 4196468 140731420141712 140045738924016 140046196845186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29011] ppid=29000 vsize=14093000 memory=2272932 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29011/stat : 29011 (java) S 29000 29003 28623 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 40336057 14431232000 568233 33554432000 4194304 4196468 140731420141712 140045737870304 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29012] ppid=29000 vsize=14093000 memory=2272932 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29012/stat : 29012 (java) S 29000 29003 28623 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40336057 14431232000 568233 33554432000 4194304 4196468 140731420141712 140045736817664 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29013] ppid=29000 vsize=14093000 memory=2272932 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29013/stat : 29013 (java) S 29000 29003 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40336059 14431232000 568233 33554432000 4194304 4196468 140731420141712 140045735766224 140046196852635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29014] ppid=29000 vsize=14093000 memory=2272932 CPUtime=3.11 cores=1,3,5,7
/proc/29003/task/29014/stat : 29014 (java) S 29000 29003 28623 0 -1 1077944384 6479 0 0 0 309 2 0 0 20 0 15 0 40336059 14431232000 568233 33554432000 4194304 4196468 140731420141712 140045734713840 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29015] ppid=29000 vsize=14093000 memory=2272932 CPUtime=2.95 cores=1,3,5,7
/proc/29003/task/29015/stat : 29015 (java) S 29000 29003 28623 0 -1 1077944384 7860 0 0 0 294 1 0 0 20 0 15 0 40336059 14431232000 568233 33554432000 4194304 4196468 140731420141712 140045733661296 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29016] ppid=29000 vsize=14093000 memory=2272932 CPUtime=1.44 cores=1,3,5,7
/proc/29003/task/29016/stat : 29016 (java) S 29000 29003 28623 0 -1 1077944384 12315 0 0 0 142 2 0 0 20 0 15 0 40336059 14431232000 568233 33554432000 4194304 4196468 140731420141712 140045732608752 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29017] ppid=29000 vsize=14093000 memory=2272932 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29017/stat : 29017 (java) S 29000 29003 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40336059 14431232000 568233 33554432000 4194304 4196468 140731420141712 140045731556448 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29018] ppid=29000 vsize=14093000 memory=2272932 CPUtime=0.48 cores=1,3,5,7
/proc/29003/task/29018/stat : 29018 (java) S 29000 29003 28623 0 -1 1077944384 1433 0 0 0 20 28 0 0 20 0 15 0 40336060 14431232000 568233 33554432000 4194304 4196468 140731420141712 140045101295920 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
Current children cumulated CPU time: 2337.76 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 2272932 KiB

[startup+2382.3 s]
/proc/loadavg: 1.75 1.54 1.50 5/215 29196
/proc/meminfo: memFree=19964800/32770624 swapFree=67108860/67108860
[pid=29003] ppid=29000 vsize=14093000 memory=2273440 CPUtime=2398.11 cores=1,3,5,7
/proc/29003/stat : 29003 (java) S 29000 29003 28623 0 -1 1077944320 245670 0 0 0 239662 149 0 0 20 0 15 0 40336054 14431232000 568360 33554432000 4194304 4196468 140731420141712 140731420124256 140046196834039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
/proc/29003/statm: 3523250 568360 3601 1 0 3485321 0
[pid=29003/tid=29005] ppid=29000 vsize=14093000 memory=2273440 CPUtime=2377.95 cores=1,3,5,7
/proc/29003/task/29005/stat : 29005 (java) R 29000 29003 28623 0 -1 4202560 101040 0 0 0 237746 49 0 0 20 0 15 0 40336054 14431232000 568360 33554432000 4194304 4196468 140731420141712 140046201072080 140045816752132 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29006] ppid=29000 vsize=14093000 memory=2272932 CPUtime=2.73 cores=1,3,5,7
/proc/29003/task/29006/stat : 29006 (java) S 29000 29003 28623 0 -1 1077944384 20632 0 0 0 257 16 0 0 20 0 15 0 40336055 14431232000 568360 33554432000 4194304 4196468 140731420141712 140046134434576 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29007] ppid=29000 vsize=14093000 memory=2272932 CPUtime=2.78 cores=1,3,5,7
/proc/29003/task/29007/stat : 29007 (java) S 29000 29003 28623 0 -1 1077944384 26090 0 0 0 260 18 0 0 20 0 15 0 40336055 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045791533968 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29008] ppid=29000 vsize=14093000 memory=2273440 CPUtime=2.75 cores=1,3,5,7
/proc/29003/task/29008/stat : 29008 (java) S 29000 29003 28623 0 -1 1077944384 26912 0 0 0 258 17 0 0 20 0 15 0 40336055 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045790481424 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29009] ppid=29000 vsize=14093000 memory=2273440 CPUtime=2.74 cores=1,3,5,7
/proc/29003/task/29009/stat : 29009 (java) S 29000 29003 28623 0 -1 1077944384 20822 0 0 0 257 17 0 0 20 0 15 0 40336055 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045789428880 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29010] ppid=29000 vsize=14093000 memory=2273440 CPUtime=1.1 cores=1,3,5,7
/proc/29003/task/29010/stat : 29010 (java) S 29000 29003 28623 0 -1 1077944384 19678 0 0 0 99 11 0 0 20 0 15 0 40336056 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045738924016 140046196845186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29011] ppid=29000 vsize=14093000 memory=2273440 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29011/stat : 29011 (java) S 29000 29003 28623 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 40336057 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045737870304 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29012] ppid=29000 vsize=14093000 memory=2272932 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29012/stat : 29012 (java) S 29000 29003 28623 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40336057 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045736817664 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29013] ppid=29000 vsize=14093000 memory=2273440 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29013/stat : 29013 (java) S 29000 29003 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40336059 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045735766224 140046196852635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29014] ppid=29000 vsize=14093000 memory=2273440 CPUtime=3.11 cores=1,3,5,7
/proc/29003/task/29014/stat : 29014 (java) S 29000 29003 28623 0 -1 1077944384 6487 0 0 0 309 2 0 0 20 0 15 0 40336059 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045734713840 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29015] ppid=29000 vsize=14093000 memory=2273440 CPUtime=2.95 cores=1,3,5,7
/proc/29003/task/29015/stat : 29015 (java) S 29000 29003 28623 0 -1 1077944384 7867 0 0 0 294 1 0 0 20 0 15 0 40336059 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045733661296 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29016] ppid=29000 vsize=14093000 memory=2273440 CPUtime=1.44 cores=1,3,5,7
/proc/29003/task/29016/stat : 29016 (java) S 29000 29003 28623 0 -1 1077944384 13264 0 0 0 142 2 0 0 20 0 15 0 40336059 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045732608752 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29017] ppid=29000 vsize=14093000 memory=644 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29017/stat : 29017 (java) S 29000 29003 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40336059 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045731556448 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29018] ppid=29000 vsize=14093000 memory=2272932 CPUtime=0.49 cores=1,3,5,7
/proc/29003/task/29018/stat : 29018 (java) S 29000 29003 28623 0 -1 1077944384 1469 0 0 0 20 29 0 0 20 0 15 0 40336060 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045101295920 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
Current children cumulated CPU time: 2398.11 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 2273440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2384.2 s]
/proc/loadavg: 1.75 1.54 1.50 3/215 29272
/proc/meminfo: memFree=19996156/32770624 swapFree=67108860/67108860
[pid=29003] ppid=29000 vsize=14093000 memory=2273440 CPUtime=2400.03 cores=1,3,5,7
/proc/29003/stat : 29003 (java) S 29000 29003 28623 0 -1 1077944320 245680 0 0 0 239853 150 0 0 20 0 15 0 40336054 14431232000 568360 33554432000 4194304 4196468 140731420141712 140731420124256 140046196834039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
/proc/29003/statm: 3523250 568360 3601 1 0 3485321 0
[pid=29003/tid=29005] ppid=29000 vsize=14093000 memory=6791534058613427641 CPUtime=2379.84 cores=1,3,5,7
/proc/29003/task/29005/stat : 29005 (java) R 29000 29003 28623 0 -1 4202560 101043 0 0 0 237935 49 0 0 20 0 15 0 40336054 14431232000 568360 33554432000 4194304 4196468 140731420141712 140046201072192 140045828951330 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29006] ppid=29000 vsize=14093000 memory=2273440 CPUtime=2.73 cores=1,3,5,7
/proc/29003/task/29006/stat : 29006 (java) S 29000 29003 28623 0 -1 1077944384 20637 0 0 0 257 16 0 0 20 0 15 0 40336055 14431232000 568360 33554432000 4194304 4196468 140731420141712 140046134434576 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29007] ppid=29000 vsize=14093000 memory=1408 CPUtime=2.78 cores=1,3,5,7
/proc/29003/task/29007/stat : 29007 (java) S 29000 29003 28623 0 -1 1077944384 26090 0 0 0 260 18 0 0 20 0 15 0 40336055 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045791533968 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29008] ppid=29000 vsize=14093000 memory=2424 CPUtime=2.76 cores=1,3,5,7
/proc/29003/task/29008/stat : 29008 (java) S 29000 29003 28623 0 -1 1077944384 26913 0 0 0 259 17 0 0 20 0 15 0 40336055 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045790481424 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29009] ppid=29000 vsize=14093000 memory=121868 CPUtime=2.74 cores=1,3,5,7
/proc/29003/task/29009/stat : 29009 (java) S 29000 29003 28623 0 -1 1077944384 20823 0 0 0 257 17 0 0 20 0 15 0 40336055 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045789428880 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29010] ppid=29000 vsize=14093000 memory=6791534058613427641 CPUtime=1.11 cores=1,3,5,7
/proc/29003/task/29010/stat : 29010 (java) S 29000 29003 28623 0 -1 1077944384 19678 0 0 0 100 11 0 0 20 0 15 0 40336056 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045738924016 140046196845186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29011] ppid=29000 vsize=14093000 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29011/stat : 29011 (java) S 29000 29003 28623 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 40336057 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045737870304 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29012] ppid=29000 vsize=14093000 memory=3276 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29012/stat : 29012 (java) S 29000 29003 28623 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 40336057 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045736817664 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29013] ppid=29000 vsize=14093000 memory=736696 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29013/stat : 29013 (java) S 29000 29003 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40336059 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045735766224 140046196852635 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29014] ppid=29000 vsize=14093000 memory=1408 CPUtime=3.11 cores=1,3,5,7
/proc/29003/task/29014/stat : 29014 (java) S 29000 29003 28623 0 -1 1077944384 6487 0 0 0 309 2 0 0 20 0 15 0 40336059 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045734713840 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29015] ppid=29000 vsize=14093000 memory=5292 CPUtime=2.95 cores=1,3,5,7
/proc/29003/task/29015/stat : 29015 (java) S 29000 29003 28623 0 -1 1077944384 7867 0 0 0 294 1 0 0 20 0 15 0 40336059 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045733661296 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29016] ppid=29000 vsize=14093000 memory=288230574492221466 CPUtime=1.44 cores=1,3,5,7
/proc/29003/task/29016/stat : 29016 (java) S 29000 29003 28623 0 -1 1077944384 13264 0 0 0 142 2 0 0 20 0 15 0 40336059 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045732608752 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29017] ppid=29000 vsize=14093000 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/29003/task/29017/stat : 29017 (java) S 29000 29003 28623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40336059 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045731556448 140046196844245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
[pid=29003/tid=29018] ppid=29000 vsize=14093000 memory=14410445029116127 CPUtime=0.49 cores=1,3,5,7
/proc/29003/task/29018/stat : 29018 (java) S 29000 29003 28623 0 -1 1077944384 1469 0 0 0 20 29 0 0 20 0 15 0 40336060 14431232000 568360 33554432000 4194304 4196468 140731420141712 140045101295920 140046196845186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36974592 140731420144712 140731420144905 140731420144905 140731420147663 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 2273440 KiB

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

[startup+2384.22 s]
# the end of solver process 29003 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.54 s, system=1.51372 s

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

Child status: 143
Real time (s): 2384.22
CPU time (s): 2400.05
CPU user time (s): 2398.54
CPU system time (s): 1.51372
CPU usage (%): 100.664
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 2964188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.54
system time used= 1.51372
maximum resident set size= 2966420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246251
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83187
involuntary context switches= 1491


# summary of solver processes directly reported to runsolver:
#   pid: 29003
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2398.54
#   total CPU system time (s): 1.51372

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1218 second user time and 22.1547 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-22 04:48:48
IDJOB=4290407
IDBENCH=141045
IDSOLVER=2743
FILE ID=node150/4290407-1532227728
RUNJOBID= node150-1532225337-28655
PBS_JOBID= 21018946
Free space on /tmp= 57220 MiB

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

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

MD5SUM BENCH= 22d4927d0bd5c0ea6a9359fe3e752ee5
RANDOM SEED=2051489746

node150.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.76
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.76
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.76
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.76
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:        22285836 kB
MemAvailable:   31886564 kB
Buffers:          225736 kB
Cached:          9585940 kB
SwapCached:            0 kB
Active:          1186096 kB
Inactive:        8731980 kB
Active(anon):     109180 kB
Inactive(anon):    16868 kB
Active(file):    1076916 kB
Inactive(file):  8715112 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             71904 kB
Writeback:             4 kB
AnonPages:        132980 kB
Mapped:            47592 kB
Shmem:             17032 kB
Slab:             264084 kB
SReclaimable:     237160 kB
SUnreclaim:        26924 kB
KernelStack:        3568 kB
PageTables:         5012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1278084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57184 MiB
End job on node150 at 2018-07-22 05:28:32