Trace number 4291487

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 - Hybrid 2018-07-02SAT (TO)4 2400.07 2352.42

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-05_c18.xml
MD5SUM5e5be4f605afa886fe94f4d001b03361
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.159336
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints163
Number of domains2
Minimum domain size3
Maximum domain size12
Distribution of domain sizes[{"size":3,"count":25},{"size":12,"count":2}]
Minimum variable degree2
Maximum variable degree18
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":14,"count":16},{"degree":16,"count":8},{"degree":18,"count":1}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":161},{"arity":26,"count":2}]
Number of extensional constraints0
Number of intensional constraints161
Distribution of constraint types[{"type":"intension","count":161},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.68/0.54	c version: 2018-07-02
0.68/0.54	c seed: 1467232268
0.68/0.55	c timeout: 2400
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.57	c Parsing instance...
1.80/1.15	c Parsing done, starting first complete search...
1.80/1.17	o 0
1.80/1.17	o 1
1.80/1.18	o 2
2.00/1.22	o 3
3.94/1.90	c First complete search done, starting ALNS search...
5.60/2.70	o 4
2400.05/2352.40	s SATISFIABLE
2400.05/2352.40	v <instantiation>
2400.05/2352.40	v 	<list>
2400.05/2352.40	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] nb nw
2400.05/2352.40	v 	</list>
2400.05/2352.40	v 	<values>
2400.05/2352.40	v 		0 0 2 0 2 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 2 0 2 4 4 
2400.05/2352.40	v 	</values>
2400.05/2352.40	v </instantiation>

Verifier Data

OK	4

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 (5342 MiB free)
  memory of node 1: 16384 MiB (10527 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291487-1532256687/watcher-4291487-1532256687 -o /tmp/evaluation-result-4291487-1532256687/solver-4291487-1532256687 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532226016-29480 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1467232268 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291487-1532256687.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
Current StackSize limit: 8192 KiB
solver pid=1129, runsolver pid=1126


[startup+0.10006 s]*
/proc/loadavg: 1.46 1.34 1.35 4/214 1144
/proc/meminfo: memFree=16231408/32770624 swapFree=67108860/67108860
[pid=1129] ppid=1126 vsize=14082740 memory=33400 CPUtime=0.11 cores=1,3,5,7
/proc/1129/stat : 1129 (java) S 1126 1129 29448 0 -1 1077944320 7266 0 0 0 10 1 0 0 20 0 15 0 43231886 14420725760 8350 33554432000 4194304 4196468 140720777884608 140720777867152 140397789081335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
/proc/1129/statm: 3520685 8350 3139 1 0 3482761 0
[pid=1129/tid=1131] ppid=1126 vsize=14082740 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/1129/task/1131/stat : 1131 (java) R 1126 1129 29448 0 -1 4202560 5485 0 0 0 8 1 0 0 20 0 15 0 43231887 14420725760 8482 33554432000 4194304 4196468 140720777884608 140397793276144 140397770475069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1132] ppid=1126 vsize=14082740 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1132/stat : 1132 (java) S 1126 1129 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43231887 14420725760 8482 33554432000 4194304 4196468 140720777884608 140397719170064 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1133] ppid=1126 vsize=14082740 memory=139690932827776 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1133/stat : 1133 (java) S 1126 1129 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43231887 14420725760 8482 33554432000 4194304 4196468 140720777884608 140397718117520 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1134] ppid=1126 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1134/stat : 1134 (java) S 1126 1129 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43231887 14420725760 8482 33554432000 4194304 4196468 140720777884608 140397382384400 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1135] ppid=1126 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1135/stat : 1135 (java) S 1126 1129 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43231887 14420725760 8482 33554432000 4194304 4196468 140720777884608 140397381331856 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1136] ppid=1126 vsize=14082740 memory=139690932827776 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1136/stat : 1136 (java) S 1126 1129 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43231889 14420725760 8482 33554432000 4194304 4196468 140720777884608 140397331310832 140397789092482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1137] ppid=1126 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1137/stat : 1137 (java) S 1126 1129 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43231889 14420725760 8482 33554432000 4194304 4196468 140720777884608 140397330257056 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1138] ppid=1126 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1138/stat : 1138 (java) S 1126 1129 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43231889 14420725760 8482 33554432000 4194304 4196468 140720777884608 140397329203952 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1139] ppid=1126 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1139/stat : 1139 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14420725760 8482 33554432000 4194304 4196468 140720777884608 140397328152528 140397789099931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1140] ppid=1126 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1140/stat : 1140 (java) S 1126 1129 29448 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 43231892 14420725760 8482 33554432000 4194304 4196468 140720777884608 140397327100656 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1141] ppid=1126 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1141/stat : 1141 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14420725760 8482 33554432000 4194304 4196468 140720777884608 140397326048112 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1142] ppid=1126 vsize=14082740 memory=139690932827776 CPUtime=0.01 cores=1,3,5,7
/proc/1129/task/1142/stat : 1142 (java) R 1126 1129 29448 0 -1 4202560 256 0 0 0 1 0 0 0 20 0 15 0 43231892 14420725760 8482 33554432000 4194304 4196468 140720777884608 140397324995056 140397773160846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1143] ppid=1126 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1143/stat : 1143 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14420725760 8482 33554432000 4194304 4196468 140720777884608 140397323942752 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1144] ppid=1126 vsize=14082740 memory=139690932827776 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1144/stat : 1144 (java) S 1126 1129 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43231892 14420725760 8482 33554432000 4194304 4196468 140720777884608 140397322889776 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33400 KiB

[startup+0.212081 s]*
/proc/loadavg: 1.46 1.34 1.35 6/214 1144
/proc/meminfo: memFree=16216400/32770624 swapFree=67108860/67108860
[pid=1129] ppid=1126 vsize=14082740 memory=47552 CPUtime=0.31 cores=1,3,5,7
/proc/1129/stat : 1129 (java) S 1126 1129 29448 0 -1 1077944320 10470 0 0 0 29 2 0 0 20 0 15 0 43231886 14420725760 11888 33554432000 4194304 4196468 140720777884608 140720777867152 140397789081335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
/proc/1129/statm: 3520685 11888 3414 1 0 3482761 0
[pid=1129/tid=1131] ppid=1126 vsize=14082740 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/1129/task/1131/stat : 1131 (java) R 1126 1129 29448 0 -1 4202560 8194 0 0 0 19 1 0 0 20 0 15 0 43231887 14420725760 11952 33554432000 4194304 4196468 140720777884608 140397793302464 140397773161822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1132] ppid=1126 vsize=14082740 memory=4294967638 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1132/stat : 1132 (java) S 1126 1129 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43231887 14420725760 11952 33554432000 4194304 4196468 140720777884608 140397719170064 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1133] ppid=1126 vsize=14082740 memory=3834730718918997664 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1133/stat : 1133 (java) S 1126 1129 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43231887 14420725760 11952 33554432000 4194304 4196468 140720777884608 140397718117520 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1134] ppid=1126 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1134/stat : 1134 (java) S 1126 1129 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43231887 14420725760 11952 33554432000 4194304 4196468 140720777884608 140397382384400 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1135] ppid=1126 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1135/stat : 1135 (java) S 1126 1129 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43231887 14420725760 11952 33554432000 4194304 4196468 140720777884608 140397381331856 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1136] ppid=1126 vsize=14082740 memory=139690932827776 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1136/stat : 1136 (java) S 1126 1129 29448 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43231889 14420725760 11952 33554432000 4194304 4196468 140720777884608 140397331310832 140397789092482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1137] ppid=1126 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1137/stat : 1137 (java) S 1126 1129 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43231889 14420725760 11952 33554432000 4194304 4196468 140720777884608 140397330257056 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1138] ppid=1126 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1138/stat : 1138 (java) S 1126 1129 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43231889 14420725760 11952 33554432000 4194304 4196468 140720777884608 140397329203952 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1139] ppid=1126 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1139/stat : 1139 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14420725760 11952 33554432000 4194304 4196468 140720777884608 140397328152528 140397789099931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1140] ppid=1126 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1129/task/1140/stat : 1140 (java) S 1126 1129 29448 0 -1 1077944384 338 0 0 0 1 0 0 0 20 0 15 0 43231892 14420725760 11952 33554432000 4194304 4196468 140720777884608 140397327100656 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1141] ppid=1126 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/1129/task/1141/stat : 1141 (java) S 1126 1129 29448 0 -1 1077944384 274 0 0 0 2 0 0 0 20 0 15 0 43231892 14420725760 11952 33554432000 4194304 4196468 140720777884608 140397326048112 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1142] ppid=1126 vsize=14082740 memory=139690932827776 CPUtime=0.06 cores=1,3,5,7
/proc/1129/task/1142/stat : 1142 (java) S 1126 1129 29448 0 -1 1077944384 288 0 0 0 6 0 0 0 20 0 15 0 43231892 14420725760 11952 33554432000 4194304 4196468 140720777884608 140397324995056 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1143] ppid=1126 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1143/stat : 1143 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14420725760 11952 33554432000 4194304 4196468 140720777884608 140397323942752 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1144] ppid=1126 vsize=14082740 memory=139690932827776 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1144/stat : 1144 (java) S 1126 1129 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43231892 14420725760 11952 33554432000 4194304 4196468 140720777884608 140397322889776 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47552 KiB

[startup+0.310442 s]*
/proc/loadavg: 1.46 1.34 1.35 3/214 1144
/proc/meminfo: memFree=16212616/32770624 swapFree=67108860/67108860
[pid=1129] ppid=1126 vsize=14082740 memory=50804 CPUtime=0.43 cores=1,3,5,7
/proc/1129/stat : 1129 (java) S 1126 1129 29448 0 -1 1077944320 10811 0 0 0 41 2 0 0 20 0 15 0 43231886 14420725760 12701 33554432000 4194304 4196468 140720777884608 140720777867152 140397789081335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
/proc/1129/statm: 3520685 12701 3416 1 0 3482761 0
[pid=1129/tid=1131] ppid=1126 vsize=14082740 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/1129/task/1131/stat : 1131 (java) R 1126 1129 29448 0 -1 4202560 8534 0 0 0 28 1 0 0 20 0 15 0 43231887 14420725760 12766 33554432000 4194304 4196468 140720777884608 140397793282000 140397773161822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1132] ppid=1126 vsize=14082740 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1132/stat : 1132 (java) S 1126 1129 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43231887 14420725760 12766 33554432000 4194304 4196468 140720777884608 140397719170064 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1133] ppid=1126 vsize=14082740 memory=9680 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1133/stat : 1133 (java) S 1126 1129 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43231887 14420725760 12766 33554432000 4194304 4196468 140720777884608 140397718117520 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1134] ppid=1126 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1134/stat : 1134 (java) S 1126 1129 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43231887 14420725760 12766 33554432000 4194304 4196468 140720777884608 140397382384400 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1135] ppid=1126 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1135/stat : 1135 (java) S 1126 1129 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43231887 14420725760 12766 33554432000 4194304 4196468 140720777884608 140397381331856 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1136] ppid=1126 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1136/stat : 1136 (java) S 1126 1129 29448 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43231889 14420725760 12766 33554432000 4194304 4196468 140720777884608 140397331310832 140397789092482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1137] ppid=1126 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1137/stat : 1137 (java) S 1126 1129 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43231889 14420725760 12766 33554432000 4194304 4196468 140720777884608 140397330257056 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1138] ppid=1126 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1138/stat : 1138 (java) S 1126 1129 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43231889 14420725760 12766 33554432000 4194304 4196468 140720777884608 140397329203952 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1139] ppid=1126 vsize=14082740 memory=139690791512559 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1139/stat : 1139 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14420725760 12766 33554432000 4194304 4196468 140720777884608 140397328152528 140397789099931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1140] ppid=1126 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1129/task/1140/stat : 1140 (java) S 1126 1129 29448 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 15 0 43231892 14420725760 12766 33554432000 4194304 4196468 140720777884608 140397327100656 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1141] ppid=1126 vsize=14082740 memory=139690791496431 CPUtime=0.02 cores=1,3,5,7
/proc/1129/task/1141/stat : 1141 (java) S 1126 1129 29448 0 -1 1077944384 274 0 0 0 2 0 0 0 20 0 15 0 43231892 14420725760 12766 33554432000 4194304 4196468 140720777884608 140397326048112 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1142] ppid=1126 vsize=14082740 memory=279381724333408 CPUtime=0.08 cores=1,3,5,7
/proc/1129/task/1142/stat : 1142 (java) R 1126 1129 29448 0 -1 4202560 295 0 0 0 8 0 0 0 20 0 15 0 43231892 14420725760 12766 33554432000 4194304 4196468 140720777884608 140397324995056 140397768009530 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1143] ppid=1126 vsize=14082740 memory=139690791501071 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1143/stat : 1143 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14420725760 12766 33554432000 4194304 4196468 140720777884608 140397323942752 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1144] ppid=1126 vsize=14082740 memory=139690932827786 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1144/stat : 1144 (java) S 1126 1129 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43231892 14420725760 12766 33554432000 4194304 4196468 140720777884608 140397322889776 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50804 KiB

[startup+0.700684 s]
/proc/loadavg: 1.46 1.34 1.35 4/214 1144
/proc/meminfo: memFree=16188556/32770624 swapFree=67108860/67108860
[pid=1129] ppid=1126 vsize=14084808 memory=90628 CPUtime=1 cores=1,3,5,7
/proc/1129/stat : 1129 (java) S 1126 1129 29448 0 -1 1077944320 17557 0 0 0 95 5 0 0 20 0 15 0 43231886 14422843392 22657 33554432000 4194304 4196468 140720777884608 140720777867152 140397789081335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
/proc/1129/statm: 3521202 22657 3492 1 0 3483273 0
[pid=1129/tid=1131] ppid=1126 vsize=14084808 memory=144569874257871 CPUtime=0.67 cores=1,3,5,7
/proc/1129/task/1131/stat : 1131 (java) R 1126 1129 29448 0 -1 4202560 14862 0 0 0 64 3 0 0 20 0 15 0 43231887 14422843392 22657 33554432000 4194304 4196468 140720777884608 140397793296128 140397773161822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1132] ppid=1126 vsize=14084808 memory=21582 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1132/stat : 1132 (java) S 1126 1129 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43231887 14422843392 22657 33554432000 4194304 4196468 140720777884608 140397719170064 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1133] ppid=1126 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1133/stat : 1133 (java) S 1126 1129 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43231887 14422843392 22657 33554432000 4194304 4196468 140720777884608 140397718117520 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1134] ppid=1126 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1134/stat : 1134 (java) S 1126 1129 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43231887 14422843392 22657 33554432000 4194304 4196468 140720777884608 140397382384400 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1135] ppid=1126 vsize=14084808 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1135/stat : 1135 (java) S 1126 1129 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43231887 14422843392 22657 33554432000 4194304 4196468 140720777884608 140397381331856 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1136] ppid=1126 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1136/stat : 1136 (java) S 1126 1129 29448 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43231889 14422843392 22657 33554432000 4194304 4196468 140720777884608 140397331310832 140397789092482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1137] ppid=1126 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1137/stat : 1137 (java) S 1126 1129 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43231889 14422843392 22657 33554432000 4194304 4196468 140720777884608 140397330257056 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1138] ppid=1126 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1138/stat : 1138 (java) S 1126 1129 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43231889 14422843392 22657 33554432000 4194304 4196468 140720777884608 140397329203952 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1139] ppid=1126 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1139/stat : 1139 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14422843392 22657 33554432000 4194304 4196468 140720777884608 140397328152528 140397789099931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1140] ppid=1126 vsize=14084808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1129/task/1140/stat : 1140 (java) S 1126 1129 29448 0 -1 1077944384 513 0 0 0 7 0 0 0 20 0 15 0 43231892 14422843392 22657 33554432000 4194304 4196468 140720777884608 140397327100656 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1141] ppid=1126 vsize=14084808 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/1129/task/1141/stat : 1141 (java) S 1126 1129 29448 0 -1 1077944384 422 0 0 0 6 0 0 0 20 0 15 0 43231892 14422843392 22657 33554432000 4194304 4196468 140720777884608 140397326048112 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1142] ppid=1126 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/1129/task/1142/stat : 1142 (java) S 1126 1129 29448 0 -1 1077944384 378 0 0 0 15 0 0 0 20 0 15 0 43231892 14422843392 22657 33554432000 4194304 4196468 140720777884608 140397324995056 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1143] ppid=1126 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1143/stat : 1143 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14422843392 22657 33554432000 4194304 4196468 140720777884608 140397323942752 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1144] ppid=1126 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1144/stat : 1144 (java) S 1126 1129 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43231892 14422843392 22657 33554432000 4194304 4196468 140720777884608 140397322889776 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 90628 KiB

[startup+1.50082 s]
/proc/loadavg: 1.46 1.34 1.35 3/214 1144
/proc/meminfo: memFree=16154620/32770624 swapFree=67108860/67108860
[pid=1129] ppid=1126 vsize=14090952 memory=147212 CPUtime=2.93 cores=1,3,5,7
/proc/1129/stat : 1129 (java) S 1126 1129 29448 0 -1 1077944320 28450 0 0 0 286 7 0 0 20 0 15 0 43231886 14429134848 36803 33554432000 4194304 4196468 140720777884608 140720777867152 140397789081335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
/proc/1129/statm: 3522738 36803 3535 1 0 3484809 0
[pid=1129/tid=1131] ppid=1126 vsize=14090952 memory=13252 CPUtime=1.47 cores=1,3,5,7
/proc/1129/task/1131/stat : 1131 (java) R 1126 1129 29448 0 -1 4202560 19978 0 0 0 142 5 0 0 20 0 15 0 43231887 14429134848 36803 33554432000 4194304 4196468 140720777884608 140397793318632 140397789093270 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1132] ppid=1126 vsize=14090952 memory=13444 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1132/stat : 1132 (java) S 1126 1129 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43231887 14429134848 36803 33554432000 4194304 4196468 140720777884608 140397719170064 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1133] ppid=1126 vsize=14090952 memory=15716 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1133/stat : 1133 (java) S 1126 1129 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43231887 14429134848 36803 33554432000 4194304 4196468 140720777884608 140397718117520 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1134] ppid=1126 vsize=14090952 memory=17988 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1134/stat : 1134 (java) S 1126 1129 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43231887 14429134848 36803 33554432000 4194304 4196468 140720777884608 140397382384400 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1135] ppid=1126 vsize=14090952 memory=20260 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1135/stat : 1135 (java) S 1126 1129 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43231887 14429134848 36803 33554432000 4194304 4196468 140720777884608 140397381331856 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1136] ppid=1126 vsize=14090952 memory=22532 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1136/stat : 1136 (java) S 1126 1129 29448 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 43231889 14429134848 36803 33554432000 4194304 4196468 140720777884608 140397331310832 140397789092482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0

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

/proc/1129/task/1131/stat : 1131 (java) R 1126 1129 29448 0 -1 4202560 102558 0 0 0 217658 49 0 0 20 0 15 0 43231887 14431232000 147432 33554432000 4194304 4196468 140720777884608 140397793318560 140397401174446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1132] ppid=1126 vsize=14093000 memory=550600 CPUtime=14.26 cores=1,3,5,7
/proc/1129/task/1132/stat : 1132 (java) S 1126 1129 29448 0 -1 1077944384 7949 0 0 0 1369 57 0 0 20 0 15 0 43231887 14431232000 147432 33554432000 4194304 4196468 140720777884608 140397719170064 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1133] ppid=1126 vsize=14093000 memory=587176 CPUtime=14.25 cores=1,3,5,7
/proc/1129/task/1133/stat : 1133 (java) S 1126 1129 29448 0 -1 1077944384 8497 0 0 0 1370 55 0 0 20 0 15 0 43231887 14431232000 147432 33554432000 4194304 4196468 140720777884608 140397718117520 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1134] ppid=1126 vsize=14093000 memory=588192 CPUtime=14.25 cores=1,3,5,7
/proc/1129/task/1134/stat : 1134 (java) S 1126 1129 29448 0 -1 1077944384 8216 0 0 0 1374 51 0 0 20 0 15 0 43231887 14431232000 147432 33554432000 4194304 4196468 140720777884608 140397382384400 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1135] ppid=1126 vsize=14093000 memory=549312 CPUtime=14.19 cores=1,3,5,7
/proc/1129/task/1135/stat : 1135 (java) S 1126 1129 29448 0 -1 1077944384 9478 0 0 0 1358 61 0 0 20 0 15 0 43231887 14431232000 147432 33554432000 4194304 4196468 140720777884608 140397381331856 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1136] ppid=1126 vsize=14093000 memory=589728 CPUtime=7.75 cores=1,3,5,7
/proc/1129/task/1136/stat : 1136 (java) S 1126 1129 29448 0 -1 1077944384 6694 0 0 0 707 68 0 0 20 0 15 0 43231889 14431232000 147432 33554432000 4194304 4196468 140720777884608 140397331310832 140397789092482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1137] ppid=1126 vsize=14093000 memory=587176 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1137/stat : 1137 (java) S 1126 1129 29448 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 43231889 14431232000 147432 33554432000 4194304 4196468 140720777884608 140397330257120 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1138] ppid=1126 vsize=14093000 memory=561068 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1138/stat : 1138 (java) S 1126 1129 29448 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 43231889 14431232000 147432 33554432000 4194304 4196468 140720777884608 140397329203968 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1139] ppid=1126 vsize=14093000 memory=14736 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1139/stat : 1139 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14431232000 147432 33554432000 4194304 4196468 140720777884608 140397328152528 140397789099931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1140] ppid=1126 vsize=14093000 memory=8112282956445269571 CPUtime=1.29 cores=1,3,5,7
/proc/1129/task/1140/stat : 1140 (java) S 1126 1129 29448 0 -1 1077944384 8016 0 0 0 127 2 0 0 20 0 15 0 43231892 14431232000 147432 33554432000 4194304 4196468 140720777884608 140397327100656 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1141] ppid=1126 vsize=14093000 memory=2340 CPUtime=1.4 cores=1,3,5,7
/proc/1129/task/1141/stat : 1141 (java) S 1126 1129 29448 0 -1 1077944384 7544 0 0 0 138 2 0 0 20 0 15 0 43231892 14431232000 147432 33554432000 4194304 4196468 140720777884608 140397326048112 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1142] ppid=1126 vsize=14093000 memory=560040 CPUtime=0.81 cores=1,3,5,7
/proc/1129/task/1142/stat : 1142 (java) S 1126 1129 29448 0 -1 1077944384 20508 0 0 0 79 2 0 0 20 0 15 0 43231892 14431232000 147432 33554432000 4194304 4196468 140720777884608 140397324995056 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1143] ppid=1126 vsize=14093000 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1143/stat : 1143 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14431232000 147432 33554432000 4194304 4196468 140720777884608 140397323942752 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1144] ppid=1126 vsize=14093000 memory=589728 CPUtime=1.32 cores=1,3,5,7
/proc/1129/task/1144/stat : 1144 (java) S 1126 1129 29448 0 -1 1077944384 960 0 0 0 57 75 0 0 20 0 15 0 43231892 14431232000 147432 33554432000 4194304 4196468 140720777884608 140397322889776 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
Current children cumulated CPU time: 2246.67 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 589728 KiB

[startup+2262.3 s]
/proc/loadavg: 1.67 1.70 1.63 3/215 1307
/proc/meminfo: memFree=12064728/32770624 swapFree=67108860/67108860
[pid=1129] ppid=1126 vsize=14093000 memory=643516 CPUtime=2307.94 cores=1,3,5,7
/proc/1129/stat : 1129 (java) S 1126 1129 29448 0 -1 1077944320 191219 0 0 0 230421 373 0 0 20 0 15 0 43231886 14431232000 160879 33554432000 4194304 4196468 140720777884608 140720777867152 140397789081335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
/proc/1129/statm: 3523250 160879 3586 1 0 3485321 0
[pid=1129/tid=1131] ppid=1126 vsize=14093000 memory=644544 CPUtime=2236.45 cores=1,3,5,7
/proc/1129/task/1131/stat : 1131 (java) R 1126 1129 29448 0 -1 1077944384 110854 0 0 0 223595 50 0 0 20 0 15 0 43231887 14431232000 160879 33554432000 4194304 4196468 140720777884608 140397793318528 140397789091541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1132] ppid=1126 vsize=14093000 memory=646084 CPUtime=14.67 cores=1,3,5,7
/proc/1129/task/1132/stat : 1132 (java) S 1126 1129 29448 0 -1 1077944384 8094 0 0 0 1408 59 0 0 20 0 15 0 43231887 14431232000 160879 33554432000 4194304 4196468 140720777884608 140397719170064 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1133] ppid=1126 vsize=14093000 memory=644548 CPUtime=14.67 cores=1,3,5,7
/proc/1129/task/1133/stat : 1133 (java) R 1126 1129 29448 0 -1 1077944384 8709 0 0 0 1410 57 0 0 20 0 15 0 43231887 14431232000 160879 33554432000 4194304 4196468 140720777884608 140397718117520 140397789091541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1134] ppid=1126 vsize=14093000 memory=646080 CPUtime=14.67 cores=1,3,5,7
/proc/1129/task/1134/stat : 1134 (java) S 1126 1129 29448 0 -1 1077944384 8490 0 0 0 1415 52 0 0 20 0 15 0 43231887 14431232000 160879 33554432000 4194304 4196468 140720777884608 140397382384400 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1135] ppid=1126 vsize=14093000 memory=645056 CPUtime=14.63 cores=1,3,5,7
/proc/1129/task/1135/stat : 1135 (java) S 1126 1129 29448 0 -1 1077944384 9707 0 0 0 1399 64 0 0 20 0 15 0 43231887 14431232000 160879 33554432000 4194304 4196468 140720777884608 140397381331856 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1136] ppid=1126 vsize=14093000 memory=643516 CPUtime=7.88 cores=1,3,5,7
/proc/1129/task/1136/stat : 1136 (java) S 1126 1129 29448 0 -1 1077944384 6893 0 0 0 719 69 0 0 20 0 15 0 43231889 14431232000 160879 33554432000 4194304 4196468 140720777884608 140397331310832 140397789092482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1137] ppid=1126 vsize=14093000 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1137/stat : 1137 (java) S 1126 1129 29448 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 43231889 14431232000 160879 33554432000 4194304 4196468 140720777884608 140397330257120 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1138] ppid=1126 vsize=14093000 memory=645572 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1138/stat : 1138 (java) S 1126 1129 29448 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 43231889 14431232000 160879 33554432000 4194304 4196468 140720777884608 140397329203968 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1139] ppid=1126 vsize=14093000 memory=645572 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1139/stat : 1139 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14431232000 160879 33554432000 4194304 4196468 140720777884608 140397328152528 140397789099931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1140] ppid=1126 vsize=14093000 memory=4140 CPUtime=1.3 cores=1,3,5,7
/proc/1129/task/1140/stat : 1140 (java) S 1126 1129 29448 0 -1 1077944384 8018 0 0 0 128 2 0 0 20 0 15 0 43231892 14431232000 160879 33554432000 4194304 4196468 140720777884608 140397327100656 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1141] ppid=1126 vsize=14093000 memory=14740 CPUtime=1.4 cores=1,3,5,7
/proc/1129/task/1141/stat : 1141 (java) S 1126 1129 29448 0 -1 1077944384 7546 0 0 0 138 2 0 0 20 0 15 0 43231892 14431232000 160879 33554432000 4194304 4196468 140720777884608 140397326048112 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1142] ppid=1126 vsize=14093000 memory=645060 CPUtime=0.81 cores=1,3,5,7
/proc/1129/task/1142/stat : 1142 (java) S 1126 1129 29448 0 -1 1077944384 20510 0 0 0 79 2 0 0 20 0 15 0 43231892 14431232000 160879 33554432000 4194304 4196468 140720777884608 140397324995056 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1143] ppid=1126 vsize=14093000 memory=645060 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1143/stat : 1143 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14431232000 160879 33554432000 4194304 4196468 140720777884608 140397323942752 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1144] ppid=1126 vsize=14093000 memory=644548 CPUtime=1.36 cores=1,3,5,7
/proc/1129/task/1144/stat : 1144 (java) S 1126 1129 29448 0 -1 1077944384 975 0 0 0 59 77 0 0 20 0 15 0 43231892 14431232000 160879 33554432000 4194304 4196468 140720777884608 140397322889776 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
Current children cumulated CPU time: 2307.94 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 643516 KiB

[startup+2322.3 s]
/proc/loadavg: 1.23 1.58 1.59 3/216 1316
/proc/meminfo: memFree=12105932/32770624 swapFree=67108860/67108860
[pid=1129] ppid=1126 vsize=14093000 memory=630292 CPUtime=2369.26 cores=1,3,5,7
/proc/1129/stat : 1129 (java) S 1126 1129 29448 0 -1 1077944320 198230 0 0 0 236545 381 0 0 20 0 15 0 43231886 14431232000 157573 33554432000 4194304 4196468 140720777884608 140720777867152 140397789081335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
/proc/1129/statm: 3523250 157573 3586 1 0 3485321 0
[pid=1129/tid=1131] ppid=1126 vsize=14093000 memory=630292 CPUtime=2295.81 cores=1,3,5,7
/proc/1129/task/1131/stat : 1131 (java) R 1126 1129 29448 0 -1 4202560 116448 0 0 0 229530 51 0 0 20 0 15 0 43231887 14431232000 157573 33554432000 4194304 4196468 140720777884608 140397793318528 140397404178399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1132] ppid=1126 vsize=14093000 memory=638000 CPUtime=15.11 cores=1,3,5,7
/proc/1129/task/1132/stat : 1132 (java) S 1126 1129 29448 0 -1 1077944384 8379 0 0 0 1451 60 0 0 20 0 15 0 43231887 14431232000 157573 33554432000 4194304 4196468 140720777884608 140397719170064 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1133] ppid=1126 vsize=14093000 memory=632352 CPUtime=15.12 cores=1,3,5,7
/proc/1129/task/1133/stat : 1133 (java) S 1126 1129 29448 0 -1 1077944384 8885 0 0 0 1454 58 0 0 20 0 15 0 43231887 14431232000 157573 33554432000 4194304 4196468 140720777884608 140397718117520 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1134] ppid=1126 vsize=14093000 memory=630808 CPUtime=15.11 cores=1,3,5,7
/proc/1129/task/1134/stat : 1134 (java) S 1126 1129 29448 0 -1 1077944384 8904 0 0 0 1457 54 0 0 20 0 15 0 43231887 14431232000 157573 33554432000 4194304 4196468 140720777884608 140397382384400 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1135] ppid=1126 vsize=14093000 memory=629780 CPUtime=15.06 cores=1,3,5,7
/proc/1129/task/1135/stat : 1135 (java) S 1126 1129 29448 0 -1 1077944384 9893 0 0 0 1441 65 0 0 20 0 15 0 43231887 14431232000 157573 33554432000 4194304 4196468 140720777884608 140397381331856 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1136] ppid=1126 vsize=14093000 memory=629268 CPUtime=8.03 cores=1,3,5,7
/proc/1129/task/1136/stat : 1136 (java) S 1126 1129 29448 0 -1 1077944384 7070 0 0 0 733 70 0 0 20 0 15 0 43231889 14431232000 157573 33554432000 4194304 4196468 140720777884608 140397331310832 140397789092482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1137] ppid=1126 vsize=14093000 memory=629268 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1137/stat : 1137 (java) S 1126 1129 29448 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 43231889 14431232000 157573 33554432000 4194304 4196468 140720777884608 140397330257120 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1138] ppid=1126 vsize=14093000 memory=630804 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1138/stat : 1138 (java) S 1126 1129 29448 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 43231889 14431232000 157573 33554432000 4194304 4196468 140720777884608 140397329203968 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1139] ppid=1126 vsize=14093000 memory=630292 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1139/stat : 1139 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14431232000 157573 33554432000 4194304 4196468 140720777884608 140397328152528 140397789099931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1140] ppid=1126 vsize=14093000 memory=7451276400723715945 CPUtime=1.3 cores=1,3,5,7
/proc/1129/task/1140/stat : 1140 (java) S 1126 1129 29448 0 -1 1077944384 8178 0 0 0 128 2 0 0 20 0 15 0 43231892 14431232000 157573 33554432000 4194304 4196468 140720777884608 140397327100656 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1141] ppid=1126 vsize=14093000 memory=629780 CPUtime=1.4 cores=1,3,5,7
/proc/1129/task/1141/stat : 1141 (java) S 1126 1129 29448 0 -1 1077944384 7548 0 0 0 138 2 0 0 20 0 15 0 43231892 14431232000 157573 33554432000 4194304 4196468 140720777884608 140397326048112 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1142] ppid=1126 vsize=14093000 memory=629780 CPUtime=0.81 cores=1,3,5,7
/proc/1129/task/1142/stat : 1142 (java) S 1126 1129 29448 0 -1 1077944384 20512 0 0 0 79 2 0 0 20 0 15 0 43231892 14431232000 157573 33554432000 4194304 4196468 140720777884608 140397324995056 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1143] ppid=1126 vsize=14093000 memory=629780 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1143/stat : 1143 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14431232000 157573 33554432000 4194304 4196468 140720777884608 140397323942752 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1144] ppid=1126 vsize=14093000 memory=635944 CPUtime=1.38 cores=1,3,5,7
/proc/1129/task/1144/stat : 1144 (java) S 1126 1129 29448 0 -1 1077944384 990 0 0 0 60 78 0 0 20 0 15 0 43231892 14431232000 157573 33554432000 4194304 4196468 140720777884608 140397322889776 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
Current children cumulated CPU time: 2369.26 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 630292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2352.4 s]
/proc/loadavg: 1.22 1.54 1.58 3/216 1317
/proc/meminfo: memFree=12127164/32770624 swapFree=67108860/67108860
[pid=1129] ppid=1126 vsize=14093000 memory=623092 CPUtime=2400.05 cores=1,3,5,7
/proc/1129/stat : 1129 (java) S 1126 1129 29448 0 -1 1077944320 201472 0 0 0 239621 384 0 0 20 0 15 0 43231886 14431232000 155773 33554432000 4194304 4196468 140720777884608 140720777867152 140397789081335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
/proc/1129/statm: 3523250 155773 3586 1 0 3485321 0
[pid=1129/tid=1131] ppid=1126 vsize=14093000 memory=8112282956445269571 CPUtime=2325.58 cores=1,3,5,7
/proc/1129/task/1131/stat : 1131 (java) R 1126 1129 29448 0 -1 4202560 118389 0 0 0 232507 51 0 0 20 0 15 0 43231887 14431232000 155773 33554432000 4194304 4196468 140720777884608 140397793318592 140397403983666 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1132] ppid=1126 vsize=14093000 memory=4005056 CPUtime=15.35 cores=1,3,5,7
/proc/1129/task/1132/stat : 1132 (java) S 1126 1129 29448 0 -1 1077944384 8662 0 0 0 1474 61 0 0 20 0 15 0 43231887 14431232000 155773 33554432000 4194304 4196468 140720777884608 140397719170064 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1133] ppid=1126 vsize=14093000 memory=2340 CPUtime=15.35 cores=1,3,5,7
/proc/1129/task/1133/stat : 1133 (java) S 1126 1129 29448 0 -1 1077944384 9084 0 0 0 1476 59 0 0 20 0 15 0 43231887 14431232000 155773 33554432000 4194304 4196468 140720777884608 140397718117520 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1134] ppid=1126 vsize=14093000 memory=2240 CPUtime=15.35 cores=1,3,5,7
/proc/1129/task/1134/stat : 1134 (java) S 1126 1129 29448 0 -1 1077944384 9123 0 0 0 1480 55 0 0 20 0 15 0 43231887 14431232000 155773 33554432000 4194304 4196468 140720777884608 140397382384400 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1135] ppid=1126 vsize=14093000 memory=4132 CPUtime=15.3 cores=1,3,5,7
/proc/1129/task/1135/stat : 1135 (java) S 1126 1129 29448 0 -1 1077944384 10299 0 0 0 1464 66 0 0 20 0 15 0 43231887 14431232000 155773 33554432000 4194304 4196468 140720777884608 140397381331856 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1136] ppid=1126 vsize=14093000 memory=928 CPUtime=8.11 cores=1,3,5,7
/proc/1129/task/1136/stat : 1136 (java) S 1126 1129 29448 0 -1 1077944384 7245 0 0 0 740 71 0 0 20 0 15 0 43231889 14431232000 155773 33554432000 4194304 4196468 140720777884608 140397331310832 140397789092482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1137] ppid=1126 vsize=14093000 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1137/stat : 1137 (java) S 1126 1129 29448 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 43231889 14431232000 155773 33554432000 4194304 4196468 140720777884608 140397330257120 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1138] ppid=1126 vsize=14093000 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1138/stat : 1138 (java) S 1126 1129 29448 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 43231889 14431232000 155773 33554432000 4194304 4196468 140720777884608 140397329203968 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1139] ppid=1126 vsize=14093000 memory=6768 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1139/stat : 1139 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14431232000 155773 33554432000 4194304 4196468 140720777884608 140397328152528 140397789099931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1140] ppid=1126 vsize=14093000 memory=832 CPUtime=1.3 cores=1,3,5,7
/proc/1129/task/1140/stat : 1140 (java) S 1126 1129 29448 0 -1 1077944384 8180 0 0 0 128 2 0 0 20 0 15 0 43231892 14431232000 155773 33554432000 4194304 4196468 140720777884608 140397327100656 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1141] ppid=1126 vsize=14093000 memory=1696 CPUtime=1.41 cores=1,3,5,7
/proc/1129/task/1141/stat : 1141 (java) S 1126 1129 29448 0 -1 1077944384 7550 0 0 0 139 2 0 0 20 0 15 0 43231892 14431232000 155773 33554432000 4194304 4196468 140720777884608 140397326048112 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1142] ppid=1126 vsize=14093000 memory=920 CPUtime=0.81 cores=1,3,5,7
/proc/1129/task/1142/stat : 1142 (java) S 1126 1129 29448 0 -1 1077944384 20514 0 0 0 79 2 0 0 20 0 15 0 43231892 14431232000 155773 33554432000 4194304 4196468 140720777884608 140397324995056 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1143] ppid=1126 vsize=14093000 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/1129/task/1143/stat : 1143 (java) S 1126 1129 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43231892 14431232000 155773 33554432000 4194304 4196468 140720777884608 140397323942752 140397789091541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
[pid=1129/tid=1144] ppid=1126 vsize=14093000 memory=3456 CPUtime=1.4 cores=1,3,5,7
/proc/1129/task/1144/stat : 1144 (java) S 1126 1129 29448 0 -1 1077944384 1003 0 0 0 61 79 0 0 20 0 15 0 43231892 14431232000 155773 33554432000 4194304 4196468 140720777884608 140397322889776 140397789092482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7303168 140720777888852 140720777889033 140720777889033 140720777891791 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 623092 KiB

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

[startup+2352.42 s]
# the end of solver process 1129 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.22 s, system=3.85392 s

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

Child status: 143
Real time (s): 2352.42
CPU time (s): 2400.07
CPU user time (s): 2396.22
CPU system time (s): 3.85392
CPU usage (%): 102.026
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 650116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.22
system time used= 3.85392
maximum resident set size= 650116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201883
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 261628
involuntary context switches= 6211


# summary of solver processes directly reported to runsolver:
#   pid: 1129
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.22
#   total CPU system time (s): 3.85392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0024 second user time and 22.3426 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-22 12:51:27
IDJOB=4291487
IDBENCH=141491
IDSOLVER=2746
FILE ID=node102/4291487-1532256687
RUNJOBID= node102-1532226016-29480
PBS_JOBID= 21018947
Free space on /tmp= 53212 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-05_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291487-1532256687/watcher-4291487-1532256687 -o /tmp/evaluation-result-4291487-1532256687/solver-4291487-1532256687 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532226016-29480 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1467232268 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291487-1532256687.xml

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

MD5SUM BENCH= 5e5be4f605afa886fe94f4d001b03361
RANDOM SEED=1467232268

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16251140 kB
MemAvailable:   31433188 kB
Buffers:          236548 kB
Cached:         15034928 kB
SwapCached:            0 kB
Active:          2017832 kB
Inactive:       13813644 kB
Active(anon):     562916 kB
Inactive(anon):    16892 kB
Active(file):    1454916 kB
Inactive(file): 13796752 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35716 kB
Writeback:             0 kB
AnonPages:        566388 kB
Mapped:            49036 kB
Shmem:             17036 kB
Slab:             385980 kB
SReclaimable:     358840 kB
SUnreclaim:        27140 kB
KernelStack:        3472 kB
PageTables:         6048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1164784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    487424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 53168 MiB
End job on node102 at 2018-07-22 13:30:40