Trace number 4298299

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
SuperSolver_Macq_Stevenart 2018-04-27? (TO) 2520.07 2488.22

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-06-opt_c18.xml
MD5SUM94b29932a5e8df29c9e424c4b5fb4a2d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2370
Number of constraints2170
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":1970},{"size":6,"count":34},{"size":22,"count":22},{"size":24,"count":20},{"size":36,"count":26},{"size":42,"count":66},{"size":44,"count":232}]
Minimum variable degree1
Maximum variable degree24
Distribution of variable degrees[{"degree":1,"count":1},{"degree":2,"count":1975},{"degree":3,"count":12},{"degree":4,"count":24},{"degree":5,"count":37},{"degree":6,"count":38},{"degree":7,"count":58},{"degree":8,"count":40},{"degree":9,"count":22},{"degree":10,"count":22},{"degree":11,"count":7},{"degree":12,"count":4},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":17,"count":15},{"degree":18,"count":19},{"degree":19,"count":26},{"degree":20,"count":34},{"degree":21,"count":18},{"degree":22,"count":10},{"degree":23,"count":3},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":200},{"arity":3,"count":1970}]
Number of extensional constraints2170
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2170}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.03/2488.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 (11296 MiB free)
  memory of node 1: 16384 MiB (13960 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298299-1532809147/watcher-4298299-1532809147 -o /tmp/evaluation-result-4298299-1532809147/solver-4298299-1532809147 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532808776-30744 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298299-1532809147.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=31254, runsolver pid=31251
Current StackSize limit: 8192 KiB


[startup+0.101008 s]*
/proc/loadavg: 3.39 1.93 1.31 3/214 31269
/proc/meminfo: memFree=25848256/32770624 swapFree=67108436/67108860
[pid=31254] ppid=31251 vsize=10661052 memory=27600 CPUtime=0.12 cores=1,3,5,7
/proc/31254/stat : 31254 (java) S 31251 31254 30712 0 -1 1077944320 5273 0 0 0 10 2 0 0 20 0 15 0 98477866 10916917248 6900 33554432000 4194304 4196468 140736344071376 140736344053920 140444854329079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
/proc/31254/statm: 2665263 6900 2842 1 0 2627263 0
[pid=31254/tid=31256] ppid=31251 vsize=10661052 memory=-8269626465541592445 CPUtime=0.08 cores=1,3,5,7
/proc/31254/task/31256/stat : 31256 (java) R 31251 31254 30712 0 -1 4202560 3134 0 0 0 7 1 0 0 20 0 15 0 98477866 10916917248 6900 33554432000 4194304 4196468 140736344071376 140444858558576 140444854341014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31257] ppid=31251 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31257/stat : 31257 (java) S 31251 31254 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98477867 10916917248 6900 33554432000 4194304 4196468 140736344071376 140444780403088 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31258] ppid=31251 vsize=10661052 memory=140478862784128 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31258/stat : 31258 (java) S 31251 31254 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98477867 10916917248 6900 33554432000 4194304 4196468 140736344071376 140444779350288 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31259] ppid=31251 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31259/stat : 31259 (java) S 31251 31254 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98477867 10916917248 6900 33554432000 4194304 4196468 140736344071376 140444778298000 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31260] ppid=31251 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31260/stat : 31260 (java) S 31251 31254 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98477867 10916917248 6900 33554432000 4194304 4196468 140736344071376 140444777245200 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31261] ppid=31251 vsize=10661052 memory=140478862784128 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31261/stat : 31261 (java) S 31251 31254 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98477868 10916917248 6900 33554432000 4194304 4196468 140736344071376 140444159314544 140444854340226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31262] ppid=31251 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31262/stat : 31262 (java) S 31251 31254 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98477869 10916917248 6900 33554432000 4194304 4196468 140736344071376 140444158260512 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31263] ppid=31251 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31263/stat : 31263 (java) S 31251 31254 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98477869 10916917248 6900 33554432000 4194304 4196468 140736344071376 140444157208176 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31264] ppid=31251 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31264/stat : 31264 (java) S 31251 31254 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98477871 10916917248 6900 33554432000 4194304 4196468 140736344071376 140444088396368 140444854347675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31265] ppid=31251 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31265/stat : 31265 (java) S 31251 31254 30712 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 98477871 10916917248 6900 33554432000 4194304 4196468 140736344071376 140444087343216 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31266] ppid=31251 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31266/stat : 31266 (java) S 31251 31254 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98477871 10916917248 6900 33554432000 4194304 4196468 140736344071376 140444086290416 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31267] ppid=31251 vsize=10661052 memory=140478862784128 CPUtime=0.01 cores=1,3,5,7
/proc/31254/task/31267/stat : 31267 (java) R 31251 31254 30712 0 -1 4202560 339 0 0 0 1 0 0 0 20 0 15 0 98477871 10916917248 6900 33554432000 4194304 4196468 140736344071376 140444085238128 140444838409566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31268] ppid=31251 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31268/stat : 31268 (java) S 31251 31254 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98477872 10916917248 6900 33554432000 4194304 4196468 140736344071376 140444084185568 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31269] ppid=31251 vsize=10661052 memory=140478862784128 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31269/stat : 31269 (java) S 31251 31254 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98477872 10916917248 6900 33554432000 4194304 4196468 140736344071376 140444083133360 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27600 KiB

[startup+0.210409 s]*
/proc/loadavg: 3.39 1.93 1.31 4/214 31269
/proc/meminfo: memFree=25835896/32770624 swapFree=67108436/67108860
[pid=31254] ppid=31251 vsize=10661052 memory=40688 CPUtime=0.34 cores=1,3,5,7
/proc/31254/stat : 31254 (java) S 31251 31254 30712 0 -1 1077944320 8249 0 0 0 31 3 0 0 20 0 15 0 98477866 10916917248 10172 33554432000 4194304 4196468 140736344071376 140736344053920 140444854329079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
/proc/31254/statm: 2665263 10172 2985 1 0 2627263 0
[pid=31254/tid=31256] ppid=31251 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31254/task/31256/stat : 31256 (java) R 31251 31254 30712 0 -1 4202560 5114 0 0 0 18 2 0 0 20 0 15 0 98477866 10916917248 10172 33554432000 4194304 4196468 140736344071376 140444858568000 140444854351005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31257] ppid=31251 vsize=10661052 memory=345 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31257/stat : 31257 (java) S 31251 31254 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98477867 10916917248 10172 33554432000 4194304 4196468 140736344071376 140444780403088 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31258] ppid=31251 vsize=10661052 memory=3978000070971422368 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31258/stat : 31258 (java) S 31251 31254 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98477867 10916917248 10172 33554432000 4194304 4196468 140736344071376 140444779350288 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31259] ppid=31251 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31259/stat : 31259 (java) S 31251 31254 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98477867 10916917248 10172 33554432000 4194304 4196468 140736344071376 140444778298000 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31260] ppid=31251 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31260/stat : 31260 (java) S 31251 31254 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98477867 10916917248 10172 33554432000 4194304 4196468 140736344071376 140444777245200 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31261] ppid=31251 vsize=10661052 memory=140478862784128 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31261/stat : 31261 (java) S 31251 31254 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98477868 10916917248 10172 33554432000 4194304 4196468 140736344071376 140444159314544 140444854340226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31262] ppid=31251 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31262/stat : 31262 (java) S 31251 31254 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98477869 10916917248 10172 33554432000 4194304 4196468 140736344071376 140444158260512 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31263] ppid=31251 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31263/stat : 31263 (java) S 31251 31254 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98477869 10916917248 10172 33554432000 4194304 4196468 140736344071376 140444157208176 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31264] ppid=31251 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31264/stat : 31264 (java) S 31251 31254 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98477871 10916917248 10172 33554432000 4194304 4196468 140736344071376 140444088396368 140444854347675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31265] ppid=31251 vsize=10661052 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31254/task/31265/stat : 31265 (java) R 31251 31254 30712 0 -1 4202560 657 0 0 0 3 0 0 0 20 0 15 0 98477871 10916917248 10172 33554432000 4194304 4196468 140736344071376 140444087343216 140444834964959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31266] ppid=31251 vsize=10661052 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31254/task/31266/stat : 31266 (java) R 31251 31254 30712 0 -1 1077944384 171 0 0 0 1 0 0 0 20 0 15 0 98477871 10916917248 10172 33554432000 4194304 4196468 140736344071376 140444086290416 140444854340226 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31267] ppid=31251 vsize=10661052 memory=140478862784128 CPUtime=0.08 cores=1,3,5,7
/proc/31254/task/31267/stat : 31267 (java) R 31251 31254 30712 0 -1 4202560 938 0 0 0 8 0 0 0 20 0 15 0 98477871 10916917248 10172 33554432000 4194304 4196468 140736344071376 140444085234280 140444833278871 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31268] ppid=31251 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31268/stat : 31268 (java) S 31251 31254 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98477872 10916917248 10172 33554432000 4194304 4196468 140736344071376 140444084185568 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31269] ppid=31251 vsize=10661052 memory=140478862784128 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31269/stat : 31269 (java) S 31251 31254 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98477872 10916917248 10172 33554432000 4194304 4196468 140736344071376 140444083133360 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40688 KiB

[startup+0.311277 s]*
/proc/loadavg: 3.39 1.93 1.31 5/214 31269
/proc/meminfo: memFree=25793764/32770624 swapFree=67108436/67108860
[pid=31254] ppid=31251 vsize=10661052 memory=84180 CPUtime=0.65 cores=1,3,5,7
/proc/31254/stat : 31254 (java) S 31251 31254 30712 0 -1 1077944320 9893 0 0 0 61 4 0 0 20 0 15 0 98477866 10916917248 21045 33554432000 4194304 4196468 140736344071376 140736344053920 140444854329079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
/proc/31254/statm: 2665263 21045 3049 1 0 2627263 0
[pid=31254/tid=31256] ppid=31251 vsize=10661052 memory=8390339637985935414 CPUtime=0.3 cores=1,3,5,7
/proc/31254/task/31256/stat : 31256 (java) R 31251 31254 30712 0 -1 4202560 5169 0 0 0 27 3 0 0 20 0 15 0 98477866 10916917248 21045 33554432000 4194304 4196468 140736344071376 140444858567728 140444838409566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31257] ppid=31251 vsize=10661052 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31257/stat : 31257 (java) S 31251 31254 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98477867 10916917248 21045 33554432000 4194304 4196468 140736344071376 140444780403088 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31258] ppid=31251 vsize=10661052 memory=3474446830899230368 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31258/stat : 31258 (java) S 31251 31254 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98477867 10916917248 21045 33554432000 4194304 4196468 140736344071376 140444779350288 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31259] ppid=31251 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31259/stat : 31259 (java) S 31251 31254 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98477867 10916917248 21045 33554432000 4194304 4196468 140736344071376 140444778298000 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31260] ppid=31251 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31260/stat : 31260 (java) S 31251 31254 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98477867 10916917248 21045 33554432000 4194304 4196468 140736344071376 140444777245200 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31261] ppid=31251 vsize=10661052 memory=140478862784128 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31261/stat : 31261 (java) S 31251 31254 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98477868 10916917248 21045 33554432000 4194304 4196468 140736344071376 140444159314544 140444854340226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31262] ppid=31251 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31262/stat : 31262 (java) S 31251 31254 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98477869 10916917248 21045 33554432000 4194304 4196468 140736344071376 140444158260512 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31263] ppid=31251 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31263/stat : 31263 (java) S 31251 31254 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98477869 10916917248 21045 33554432000 4194304 4196468 140736344071376 140444157208176 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31264] ppid=31251 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31264/stat : 31264 (java) S 31251 31254 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98477871 10916917248 21045 33554432000 4194304 4196468 140736344071376 140444088396368 140444854347675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31265] ppid=31251 vsize=10661052 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/31254/task/31265/stat : 31265 (java) R 31251 31254 30712 0 -1 4202560 1149 0 0 0 12 0 0 0 20 0 15 0 98477871 10916917248 21045 33554432000 4194304 4196468 140736344071376 140444087330064 140444837827993 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31266] ppid=31251 vsize=10661052 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/31254/task/31266/stat : 31266 (java) R 31251 31254 30712 0 -1 4202560 1145 0 0 0 10 0 0 0 20 0 15 0 98477871 10916917248 21045 33554432000 4194304 4196468 140736344071376 140444086271432 140444833984625 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31267] ppid=31251 vsize=10661052 memory=140478862784128 CPUtime=0.12 cores=1,3,5,7
/proc/31254/task/31267/stat : 31267 (java) R 31251 31254 30712 0 -1 1077944384 1063 0 0 0 12 0 0 0 20 0 15 0 98477871 10916917248 21045 33554432000 4194304 4196468 140736344071376 140444085238128 140444854340226 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31268] ppid=31251 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31268/stat : 31268 (java) S 31251 31254 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98477872 10916917248 21045 33554432000 4194304 4196468 140736344071376 140444084185568 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31269] ppid=31251 vsize=10661052 memory=140478862784128 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31269/stat : 31269 (java) S 31251 31254 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98477872 10916917248 21045 33554432000 4194304 4196468 140736344071376 140444083133360 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 84180 KiB

[startup+0.700745 s]
/proc/loadavg: 3.39 1.93 1.31 5/214 31269
/proc/meminfo: memFree=25760136/32770624 swapFree=67108436/67108860
[pid=31254] ppid=31251 vsize=10661128 memory=221588 CPUtime=1.92 cores=1,3,5,7
/proc/31254/stat : 31254 (java) S 31251 31254 30712 0 -1 1077944320 12686 0 0 0 183 9 0 0 20 0 15 0 98477866 10916995072 55397 33554432000 4194304 4196468 140736344071376 140736344053920 140444854329079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
/proc/31254/statm: 2665282 55397 3115 1 0 2627263 0
[pid=31254/tid=31256] ppid=31251 vsize=10661128 memory=1784 CPUtime=0.65 cores=1,3,5,7
/proc/31254/task/31256/stat : 31256 (java) R 31251 31254 30712 0 -1 4202560 5548 0 0 0 61 4 0 0 20 0 15 0 98477866 10916995072 55397 33554432000 4194304 4196468 140736344071376 140444858565232 140444443872570 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31257] ppid=31251 vsize=10661128 memory=5752 CPUtime=0.01 cores=1,3,5,7
/proc/31254/task/31257/stat : 31257 (java) S 31251 31254 30712 0 -1 1077944384 32 0 0 0 0 1 0 0 20 0 15 0 98477867 10916995072 55397 33554432000 4194304 4196468 140736344071376 140444780403088 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31258] ppid=31251 vsize=10661128 memory=4588 CPUtime=0.01 cores=1,3,5,7
/proc/31254/task/31258/stat : 31258 (java) S 31251 31254 30712 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 98477867 10916995072 55397 33554432000 4194304 4196468 140736344071376 140444779350288 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31259] ppid=31251 vsize=10661128 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/31254/task/31259/stat : 31259 (java) S 31251 31254 30712 0 -1 1077944384 26 0 0 0 0 1 0 0 20 0 15 0 98477867 10916995072 55397 33554432000 4194304 4196468 140736344071376 140444778298000 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31260] ppid=31251 vsize=10661128 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31260/stat : 31260 (java) S 31251 31254 30712 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 98477867 10916995072 55397 33554432000 4194304 4196468 140736344071376 140444777245200 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31261] ppid=31251 vsize=10661128 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31261/stat : 31261 (java) S 31251 31254 30712 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98477868 10916995072 55397 33554432000 4194304 4196468 140736344071376 140444159314544 140444854340226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31262] ppid=31251 vsize=10661128 memory=872 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31262/stat : 31262 (java) S 31251 31254 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98477869 10916995072 55397 33554432000 4194304 4196468 140736344071376 140444158260512 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31263] ppid=31251 vsize=10661128 memory=7307747153392788800 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31263/stat : 31263 (java) S 31251 31254 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98477869 10916995072 55397 33554432000 4194304 4196468 140736344071376 140444157208176 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31264] ppid=31251 vsize=10661128 memory=7453282923444727654 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31264/stat : 31264 (java) S 31251 31254 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98477871 10916995072 55397 33554432000 4194304 4196468 140736344071376 140444088396368 140444854347675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31265] ppid=31251 vsize=10661128 memory=6370994028255662166 CPUtime=0.47 cores=1,3,5,7
/proc/31254/task/31265/stat : 31265 (java) R 31251 31254 30712 0 -1 4202560 2270 0 0 0 47 0 0 0 20 0 15 0 98477871 10916995072 55397 33554432000 4194304 4196468 140736344071376 140444087329312 140444835853976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31266] ppid=31251 vsize=10661128 memory=5450916479880885802 CPUtime=0.45 cores=1,3,5,7
/proc/31254/task/31266/stat : 31266 (java) R 31251 31254 30712 0 -1 4202560 1709 0 0 0 45 0 0 0 20 0 15 0 98477871 10916995072 55397 33554432000 4194304 4196468 140736344071376 140444086269968 140444835873255 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31267] ppid=31251 vsize=10661128 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/31254/task/31267/stat : 31267 (java) S 31251 31254 30712 0 -1 1077944384 1626 0 0 0 25 0 0 0 20 0 15 0 98477871 10916995072 55397 33554432000 4194304 4196468 140736344071376 140444085238128 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31268] ppid=31251 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31268/stat : 31268 (java) S 31251 31254 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98477872 10916995072 55397 33554432000 4194304 4196468 140736344071376 140444084185568 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31269] ppid=31251 vsize=10661128 memory=31524 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31269/stat : 31269 (java) S 31251 31254 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98477872 10916995072 55397 33554432000 4194304 4196468 140736344071376 140444083133360 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 221588 KiB

[startup+1.50072 s]
/proc/loadavg: 3.39 1.93 1.31 4/214 31269
/proc/meminfo: memFree=25582708/32770624 swapFree=67108436/67108860
[pid=31254] ppid=31251 vsize=10661128 memory=420028 CPUtime=3.27 cores=1,3,5,7
/proc/31254/stat : 31254 (java) S 31251 31254 30712 0 -1 1077944320 13939 0 0 0 303 24 0 0 20 0 15 0 98477866 10916995072 105007 33554432000 4194304 4196468 140736344071376 140736344053920 140444854329079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
/proc/31254/statm: 2665282 105007 3137 1 0 2627263 0
[pid=31254/tid=31256] ppid=31251 vsize=10661128 memory=6791534058613427641 CPUtime=1.38 cores=1,3,5,7
/proc/31254/task/31256/stat : 31256 (java) R 31251 31254 30712 0 -1 4202560 5615 0 0 0 132 6 0 0 20 0 15 0 98477866 10916995072 105007 33554432000 4194304 4196468 140736344071376 140444858561128 140444443993827 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31257] ppid=31251 vsize=10661128 memory=-7737605734073681312 CPUtime=0.08 cores=1,3,5,7
/proc/31254/task/31257/stat : 31257 (java) S 31251 31254 30712 0 -1 1077944384 135 0 0 0 4 4 0 0 20 0 15 0 98477867 10916995072 105007 33554432000 4194304 4196468 140736344071376 140444780403088 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31258] ppid=31251 vsize=10661128 memory=-8412652143485227891 CPUtime=0.07 cores=1,3,5,7
/proc/31254/task/31258/stat : 31258 (java) S 31251 31254 30712 0 -1 1077944384 125 0 0 0 4 3 0 0 20 0 15 0 98477867 10916995072 105007 33554432000 4194304 4196468 140736344071376 140444779350288 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31259] ppid=31251 vsize=10661128 memory=-6160033262581301393 CPUtime=0.08 cores=1,3,5,7
/proc/31254/task/31259/stat : 31259 (java) S 31251 31254 30712 0 -1 1077944384 318 0 0 0 4 4 0 0 20 0 15 0 98477867 10916995072 105007 33554432000 4194304 4196468 140736344071376 140444778298000 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31260] ppid=31251 vsize=10661128 memory=-8171376296011865461 CPUtime=0.06 cores=1,3,5,7
/proc/31254/task/31260/stat : 31260 (java) S 31251 31254 30712 0 -1 1077944384 208 0 0 0 3 3 0 0 20 0 15 0 98477867 10916995072 105007 33554432000 4194304 4196468 140736344071376 140444777245200 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31261] ppid=31251 vsize=10661128 memory=7016952788452204857 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31261/stat : 31261 (java) S 31251 31254 30712 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 98477868 10916995072 105007 33554432000 4194304 4196468 140736344071376 140444159314544 140444854340226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0

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

/proc/31254/task/31256/stat : 31256 (java) R 31251 31254 30712 0 -1 4202560 729843 0 0 0 231040 85 0 0 20 0 15 0 98477866 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444858568624 140444447456542 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31257] ppid=31251 vsize=10661128 memory=2945644 CPUtime=8.07 cores=1,3,5,7
/proc/31254/task/31257/stat : 31257 (java) S 31251 31254 30712 0 -1 1077944384 58836 0 0 0 771 36 0 0 20 0 15 0 98477867 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444780403088 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31258] ppid=31251 vsize=10661128 memory=2943596 CPUtime=8.05 cores=1,3,5,7
/proc/31254/task/31258/stat : 31258 (java) S 31251 31254 30712 0 -1 1077944384 53066 0 0 0 769 36 0 0 20 0 15 0 98477867 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444779350288 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31259] ppid=31251 vsize=10661128 memory=2945644 CPUtime=8.05 cores=1,3,5,7
/proc/31254/task/31259/stat : 31259 (java) S 31251 31254 30712 0 -1 1077944384 57355 0 0 0 767 38 0 0 20 0 15 0 98477867 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444778298000 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31260] ppid=31251 vsize=10661128 memory=2945644 CPUtime=8.04 cores=1,3,5,7
/proc/31254/task/31260/stat : 31260 (java) S 31251 31254 30712 0 -1 1077944384 56792 0 0 0 768 36 0 0 20 0 15 0 98477867 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444777245200 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31261] ppid=31251 vsize=10661128 memory=2945644 CPUtime=2.29 cores=1,3,5,7
/proc/31254/task/31261/stat : 31261 (java) S 31251 31254 30712 0 -1 1077944384 19979 0 0 0 203 26 0 0 20 0 15 0 98477868 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444159314544 140444854340226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31262] ppid=31251 vsize=10661128 memory=2945644 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31262/stat : 31262 (java) S 31251 31254 30712 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 98477869 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444158260576 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31263] ppid=31251 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31263/stat : 31263 (java) S 31251 31254 30712 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 98477869 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444157208176 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31264] ppid=31251 vsize=10661128 memory=2945644 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31264/stat : 31264 (java) S 31251 31254 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98477871 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444088396368 140444854347675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31265] ppid=31251 vsize=10661128 memory=920 CPUtime=1.69 cores=1,3,5,7
/proc/31254/task/31265/stat : 31265 (java) S 31251 31254 30712 0 -1 1077944384 9614 0 0 0 168 1 0 0 20 0 15 0 98477871 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444087343216 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31266] ppid=31251 vsize=10661128 memory=2945644 CPUtime=1.65 cores=1,3,5,7
/proc/31254/task/31266/stat : 31266 (java) S 31251 31254 30712 0 -1 1077944384 8178 0 0 0 163 2 0 0 20 0 15 0 98477871 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444086290416 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31267] ppid=31251 vsize=10661128 memory=165 CPUtime=0.62 cores=1,3,5,7
/proc/31254/task/31267/stat : 31267 (java) S 31251 31254 30712 0 -1 1077944384 6501 0 0 0 61 1 0 0 20 0 15 0 98477871 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444085238128 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31268] ppid=31251 vsize=10661128 memory=1784 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31268/stat : 31268 (java) S 31251 31254 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98477872 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444084185568 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31269] ppid=31251 vsize=10661128 memory=5752 CPUtime=1.36 cores=1,3,5,7
/proc/31254/task/31269/stat : 31269 (java) S 31251 31254 30712 0 -1 1077944384 2416 0 0 0 61 75 0 0 20 0 15 0 98477872 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444083133360 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
Current children cumulated CPU time: 2351.18 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 2945644 KiB

[startup+2382.3 s]
/proc/loadavg: 1.62 1.60 1.67 3/215 31343
/proc/meminfo: memFree=23669896/32770624 swapFree=67108436/67108860
[pid=31254] ppid=31251 vsize=10661128 memory=2945644 CPUtime=2412.24 cores=1,3,5,7
/proc/31254/stat : 31254 (java) S 31251 31254 30712 0 -1 1077944320 1009164 0 0 0 240908 316 0 0 20 0 15 0 98477866 10916995072 736411 33554432000 4194304 4196468 140736344071376 140736344053920 140444854329079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
/proc/31254/statm: 2665282 736411 3186 1 0 2627263 0
[pid=31254/tid=31256] ppid=31251 vsize=10661128 memory=2945644 CPUtime=2370.75 cores=1,3,5,7
/proc/31254/task/31256/stat : 31256 (java) R 31251 31254 30712 0 -1 4202560 731622 0 0 0 236989 86 0 0 20 0 15 0 98477866 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444858568512 140444447109205 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31257] ppid=31251 vsize=10661128 memory=2945644 CPUtime=8.43 cores=1,3,5,7
/proc/31254/task/31257/stat : 31257 (java) S 31251 31254 30712 0 -1 1077944384 59337 0 0 0 806 37 0 0 20 0 15 0 98477867 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444780403088 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31258] ppid=31251 vsize=10661128 memory=2945644 CPUtime=8.41 cores=1,3,5,7
/proc/31254/task/31258/stat : 31258 (java) S 31251 31254 30712 0 -1 1077944384 53597 0 0 0 804 37 0 0 20 0 15 0 98477867 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444779350288 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31259] ppid=31251 vsize=10661128 memory=2945644 CPUtime=8.4 cores=1,3,5,7
/proc/31254/task/31259/stat : 31259 (java) S 31251 31254 30712 0 -1 1077944384 58012 0 0 0 802 38 0 0 20 0 15 0 98477867 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444778298000 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31260] ppid=31251 vsize=10661128 memory=2945644 CPUtime=8.39 cores=1,3,5,7
/proc/31254/task/31260/stat : 31260 (java) S 31251 31254 30712 0 -1 1077944384 57700 0 0 0 802 37 0 0 20 0 15 0 98477867 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444777245200 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31261] ppid=31251 vsize=10661128 memory=2945644 CPUtime=2.4 cores=1,3,5,7
/proc/31254/task/31261/stat : 31261 (java) S 31251 31254 30712 0 -1 1077944384 20680 0 0 0 213 27 0 0 20 0 15 0 98477868 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444159314544 140444854340226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31262] ppid=31251 vsize=10661128 memory=2945644 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31262/stat : 31262 (java) S 31251 31254 30712 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 98477869 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444158260576 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31263] ppid=31251 vsize=10661128 memory=2945644 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31263/stat : 31263 (java) S 31251 31254 30712 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 98477869 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444157208176 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31264] ppid=31251 vsize=10661128 memory=28380 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31264/stat : 31264 (java) S 31251 31254 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98477871 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444088396368 140444854347675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31265] ppid=31251 vsize=10661128 memory=4140 CPUtime=1.69 cores=1,3,5,7
/proc/31254/task/31265/stat : 31265 (java) S 31251 31254 30712 0 -1 1077944384 9620 0 0 0 168 1 0 0 20 0 15 0 98477871 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444087343216 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31266] ppid=31251 vsize=10661128 memory=2945644 CPUtime=1.65 cores=1,3,5,7
/proc/31254/task/31266/stat : 31266 (java) S 31251 31254 30712 0 -1 1077944384 8187 0 0 0 163 2 0 0 20 0 15 0 98477871 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444086290416 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31267] ppid=31251 vsize=10661128 memory=1404 CPUtime=0.62 cores=1,3,5,7
/proc/31254/task/31267/stat : 31267 (java) S 31251 31254 30712 0 -1 1077944384 6510 0 0 0 61 1 0 0 20 0 15 0 98477871 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444085238128 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31268] ppid=31251 vsize=10661128 memory=3232 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31268/stat : 31268 (java) S 31251 31254 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98477872 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444084185568 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31269] ppid=31251 vsize=10661128 memory=2945644 CPUtime=1.39 cores=1,3,5,7
/proc/31254/task/31269/stat : 31269 (java) S 31251 31254 30712 0 -1 1077944384 2477 0 0 0 63 76 0 0 20 0 15 0 98477872 10916995072 736411 33554432000 4194304 4196468 140736344071376 140444083133360 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
Current children cumulated CPU time: 2412.24 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 2945644 KiB

[startup+2442.3 s]
/proc/loadavg: 1.42 1.55 1.65 3/215 31421
/proc/meminfo: memFree=24910980/32770624 swapFree=67108436/67108860
[pid=31254] ppid=31251 vsize=10661128 memory=2947692 CPUtime=2473.3 cores=1,3,5,7
/proc/31254/stat : 31254 (java) S 31251 31254 30712 0 -1 1077944320 1012958 0 0 0 247009 321 0 0 20 0 15 0 98477866 10916995072 736923 33554432000 4194304 4196468 140736344071376 140736344053920 140444854329079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
/proc/31254/statm: 2665282 736923 3186 1 0 2627263 0
[pid=31254/tid=31256] ppid=31251 vsize=10661128 memory=2947692 CPUtime=2430.25 cores=1,3,5,7
/proc/31254/task/31256/stat : 31256 (java) R 31251 31254 30712 0 -1 4202560 733056 0 0 0 242939 86 0 0 20 0 15 0 98477866 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444858568624 140444447109144 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31257] ppid=31251 vsize=10661128 memory=2945644 CPUtime=8.78 cores=1,3,5,7
/proc/31254/task/31257/stat : 31257 (java) S 31251 31254 30712 0 -1 1077944384 59646 0 0 0 841 37 0 0 20 0 15 0 98477867 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444780403088 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31258] ppid=31251 vsize=10661128 memory=2945644 CPUtime=8.76 cores=1,3,5,7
/proc/31254/task/31258/stat : 31258 (java) S 31251 31254 30712 0 -1 1077944384 54134 0 0 0 839 37 0 0 20 0 15 0 98477867 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444779350288 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31259] ppid=31251 vsize=10661128 memory=2947692 CPUtime=8.76 cores=1,3,5,7
/proc/31254/task/31259/stat : 31259 (java) S 31251 31254 30712 0 -1 1077944384 58558 0 0 0 837 39 0 0 20 0 15 0 98477867 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444778298000 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31260] ppid=31251 vsize=10661128 memory=2947692 CPUtime=8.75 cores=1,3,5,7
/proc/31254/task/31260/stat : 31260 (java) S 31251 31254 30712 0 -1 1077944384 58139 0 0 0 837 38 0 0 20 0 15 0 98477867 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444777245200 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31261] ppid=31251 vsize=10661128 memory=2947692 CPUtime=2.52 cores=1,3,5,7
/proc/31254/task/31261/stat : 31261 (java) S 31251 31254 30712 0 -1 1077944384 21151 0 0 0 224 28 0 0 20 0 15 0 98477868 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444159314544 140444854340226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31262] ppid=31251 vsize=10661128 memory=2947692 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31262/stat : 31262 (java) S 31251 31254 30712 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 98477869 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444158260576 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31263] ppid=31251 vsize=10661128 memory=2947692 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31263/stat : 31263 (java) S 31251 31254 30712 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 98477869 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444157208176 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31264] ppid=31251 vsize=10661128 memory=2947692 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31264/stat : 31264 (java) S 31251 31254 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98477871 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444088396368 140444854347675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31265] ppid=31251 vsize=10661128 memory=2947692 CPUtime=1.69 cores=1,3,5,7
/proc/31254/task/31265/stat : 31265 (java) S 31251 31254 30712 0 -1 1077944384 9624 0 0 0 168 1 0 0 20 0 15 0 98477871 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444087343216 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31266] ppid=31251 vsize=10661128 memory=796 CPUtime=1.65 cores=1,3,5,7
/proc/31254/task/31266/stat : 31266 (java) S 31251 31254 30712 0 -1 1077944384 8193 0 0 0 163 2 0 0 20 0 15 0 98477871 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444086290416 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31267] ppid=31251 vsize=10661128 memory=2947692 CPUtime=0.62 cores=1,3,5,7
/proc/31254/task/31267/stat : 31267 (java) S 31251 31254 30712 0 -1 1077944384 6516 0 0 0 61 1 0 0 20 0 15 0 98477871 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444085238128 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31268] ppid=31251 vsize=10661128 memory=2947692 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31268/stat : 31268 (java) S 31251 31254 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98477872 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444084185568 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31269] ppid=31251 vsize=10661128 memory=-8253362762722141311 CPUtime=1.43 cores=1,3,5,7
/proc/31254/task/31269/stat : 31269 (java) S 31251 31254 30712 0 -1 1077944384 2519 0 0 0 65 78 0 0 20 0 15 0 98477872 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444083133360 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
Current children cumulated CPU time: 2473.3 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 2947692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.2 s]
/proc/loadavg: 1.39 1.52 1.64 3/216 31429
/proc/meminfo: memFree=24915568/32770624 swapFree=67108436/67108860
[pid=31254] ppid=31251 vsize=10661128 memory=2947692 CPUtime=2520.03 cores=1,3,5,7
/proc/31254/stat : 31254 (java) S 31251 31254 30712 0 -1 1077944320 1016520 0 0 0 251678 325 0 0 20 0 15 0 98477866 10916995072 736923 33554432000 4194304 4196468 140736344071376 140736344053920 140444854329079 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
/proc/31254/statm: 2665282 736923 3186 1 0 2627263 0
[pid=31254/tid=31256] ppid=31251 vsize=10661128 memory=185588 CPUtime=2475.77 cores=1,3,5,7
/proc/31254/task/31256/stat : 31256 (java) R 31251 31254 30712 0 -1 4202560 734324 0 0 0 247490 87 0 0 20 0 15 0 98477866 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444858568544 140444447458791 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31257] ppid=31251 vsize=10661128 memory=259 CPUtime=9.06 cores=1,3,5,7
/proc/31254/task/31257/stat : 31257 (java) S 31251 31254 30712 0 -1 1077944384 60089 0 0 0 868 38 0 0 20 0 15 0 98477867 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444780403088 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31258] ppid=31251 vsize=10661128 memory=0 CPUtime=9.03 cores=1,3,5,7
/proc/31254/task/31258/stat : 31258 (java) S 31251 31254 30712 0 -1 1077944384 54448 0 0 0 866 37 0 0 20 0 15 0 98477867 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444779350288 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31259] ppid=31251 vsize=10661128 memory=0 CPUtime=9.03 cores=1,3,5,7
/proc/31254/task/31259/stat : 31259 (java) S 31251 31254 30712 0 -1 1077944384 58943 0 0 0 864 39 0 0 20 0 15 0 98477867 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444778298000 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31260] ppid=31251 vsize=10661128 memory=4126316290023845779 CPUtime=9.02 cores=1,3,5,7
/proc/31254/task/31260/stat : 31260 (java) S 31251 31254 30712 0 -1 1077944384 58752 0 0 0 864 38 0 0 20 0 15 0 98477867 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444777245200 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31261] ppid=31251 vsize=10661128 memory=301793952531743010 CPUtime=2.6 cores=1,3,5,7
/proc/31254/task/31261/stat : 31261 (java) S 31251 31254 30712 0 -1 1077944384 21621 0 0 0 231 29 0 0 20 0 15 0 98477868 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444159314544 140444854340226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31262] ppid=31251 vsize=10661128 memory=288283381299676403 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31262/stat : 31262 (java) S 31251 31254 30712 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 98477869 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444158260576 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31263] ppid=31251 vsize=10661128 memory=6944613755328037012 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31263/stat : 31263 (java) S 31251 31254 30712 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 98477869 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444157208176 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31264] ppid=31251 vsize=10661128 memory=6944656592455350634 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31264/stat : 31264 (java) S 31251 31254 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98477871 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444088396368 140444854347675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31265] ppid=31251 vsize=10661128 memory=-7542518433639548358 CPUtime=1.69 cores=1,3,5,7
/proc/31254/task/31265/stat : 31265 (java) S 31251 31254 30712 0 -1 1077944384 9628 0 0 0 168 1 0 0 20 0 15 0 98477871 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444087343216 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31266] ppid=31251 vsize=10661128 memory=5792586118552764514 CPUtime=1.65 cores=1,3,5,7
/proc/31254/task/31266/stat : 31266 (java) S 31251 31254 30712 0 -1 1077944384 8199 0 0 0 163 2 0 0 20 0 15 0 98477871 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444086290416 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31267] ppid=31251 vsize=10661128 memory=6931104011493912634 CPUtime=0.62 cores=1,3,5,7
/proc/31254/task/31267/stat : 31267 (java) S 31251 31254 30712 0 -1 1077944384 6522 0 0 0 61 1 0 0 20 0 15 0 98477871 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444085238128 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31268] ppid=31251 vsize=10661128 memory=316773698948563234 CPUtime=0 cores=1,3,5,7
/proc/31254/task/31268/stat : 31268 (java) S 31251 31254 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98477872 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444084185568 140444854339285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
[pid=31254/tid=31269] ppid=31251 vsize=10661128 memory=288283381299676403 CPUtime=1.46 cores=1,3,5,7
/proc/31254/task/31269/stat : 31269 (java) S 31251 31254 30712 0 -1 1077944384 2572 0 0 0 66 80 0 0 20 0 15 0 98477872 10916995072 736923 33554432000 4194304 4196468 140736344071376 140444083133360 140444854340226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 22388736 140736344073354 140736344073481 140736344073481 140736344076239 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 2947692 KiB

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

[startup+2488.22 s]
# the end of solver process 31254 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.79 s, system=3.27483 s

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

Child status: 143
Real time (s): 2488.22
CPU time (s): 2520.07
CPU user time (s): 2516.79
CPU system time (s): 3.27483
CPU usage (%): 101.28
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 3026248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.79
system time used= 3.27483
maximum resident set size= 3031872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1016957
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116503
involuntary context switches= 2233


# summary of solver processes directly reported to runsolver:
#   pid: 31254
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.79
#   total CPU system time (s): 3.27483

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5623 second user time and 22.3867 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 22:19:07
IDJOB=4298299
IDBENCH=141097
IDSOLVER=2767
FILE ID=node137/4298299-1532809147
RUNJOBID= node137-1532808776-30744
PBS_JOBID= 21022474
Free space on /tmp= 48120 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-06-opt_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298299-1532809147/watcher-4298299-1532809147 -o /tmp/evaluation-result-4298299-1532809147/solver-4298299-1532809147 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532808776-30744 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298299-1532809147.xml

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

MD5SUM BENCH= 94b29932a5e8df29c9e424c4b5fb4a2d
RANDOM SEED=60686718

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25864224 kB
MemAvailable:   29783216 kB
Buffers:          196184 kB
Cached:          3956112 kB
SwapCached:           32 kB
Active:          3994104 kB
Inactive:        2359328 kB
Active(anon):    2148824 kB
Inactive(anon):    80052 kB
Active(file):    1845280 kB
Inactive(file):  2279276 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             17536 kB
Writeback:             0 kB
AnonPages:       2429240 kB
Mapped:            53032 kB
Shmem:             25052 kB
Slab:             248712 kB
SReclaimable:     220544 kB
SUnreclaim:        28168 kB
KernelStack:        3792 kB
PageTables:         9116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4413812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2170880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48140 MiB
End job on node137 at 2018-07-28 23:00:35