Trace number 4308921

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 - Parallel with EPS 2018-08-14OPT2 10.666 4.25737

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-1_c18.xml
MD5SUM3db83836fd15e943f67e7808e5ced101
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.17568
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints22
Number of domains6
Minimum domain size2
Maximum domain size880
Distribution of domain sizes[{"size":2,"count":3},{"size":5,"count":9},{"size":275,"count":3},{"size":550,"count":3},{"size":801,"count":3},{"size":880,"count":3}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":6},{"degree":5,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":16}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"ordered","count":1},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.66/0.55	c version: 2018-08-14
0.66/0.55	c seed: 1114164797
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
1.18/0.89	c Parsing done, starting search...
8.17/3.68	o 3
10.22/3.92	o 2
10.22/3.96	s OPTIMUM FOUND
10.22/3.96	v <instantiation>
10.22/3.96	v 	<list>
10.22/3.96	v 		d[0][0] d[0][1] d[0][2] d[1][0] d[1][1] d[1][2] d[2][0] d[2][1] d[2][2] npt[0] npt[1] npt[2] u[0] u[1] u[2] nptv[0][0] nptv[0][1] nptv[0][2] nptv[1][0] nptv[1][1] nptv[1][2] nptv[2][0] nptv[2][1] nptv[2][2]
10.22/3.96	v 	</list>
10.22/3.96	v 	<values>
10.22/3.96	v 		1 0 3 0 4 0 4 0 0 274 137 0 1 1 0 274 0 822 0 548 0 0 0 0 
10.22/3.96	v 	</values>
10.22/3.96	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308921-1534377639/watcher-4308921-1534377639 -o /tmp/evaluation-result-4308921-1534377639/solver-4308921-1534377639 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1534372486-11229 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1114164797 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308921-1534377639.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=11716, runsolver pid=11713

[startup+0.100645 s]*
/proc/loadavg: 8.77 8.83 8.82 2/202 11736
/proc/meminfo: memFree=24787348/32770624 swapFree=67108856/67108860
[pid=11716] ppid=11713 vsize=26103420 memory=30376 CPUtime=0.11 cores=0-7
/proc/11716/stat : 11716 (java) S 11713 11716 11202 0 -1 1077944320 7017 0 0 0 9 2 0 0 20 0 20 0 255327041 26729902080 7594 33554432000 4194304 4196468 140737111755440 140737111737984 140116809527031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
/proc/11716/statm: 6525855 7594 3139 1 0 6487932 0
[pid=11716/tid=11718] ppid=11713 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/11716/task/11718/stat : 11718 (java) R 11713 11716 11202 0 -1 4202560 5237 0 0 0 8 1 0 0 20 0 20 0 255327041 26729902080 7726 33554432000 4194304 4196468 140737111755440 140116813737896 140116789802845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11719] ppid=11713 vsize=26103420 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11716/task/11719/stat : 11719 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 7726 33554432000 4194304 4196468 140737111755440 140116367530640 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11720] ppid=11713 vsize=26103420 memory=140026997229184 CPUtime=0 cores=0-7
/proc/11716/task/11720/stat : 11720 (java) S 11713 11716 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 7726 33554432000 4194304 4196468 140737111755440 140116366477840 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11721] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11721/stat : 11721 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 7726 33554432000 4194304 4196468 140737111755440 140116365425040 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11722] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11722/stat : 11722 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 7726 33554432000 4194304 4196468 140737111755440 140116364372240 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11723] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11723/stat : 11723 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 7726 33554432000 4194304 4196468 140737111755440 140116363320464 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11724] ppid=11713 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11716/task/11724/stat : 11724 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 7726 33554432000 4194304 4196468 140737111755440 140116362267664 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11725] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11725/stat : 11725 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 7726 33554432000 4194304 4196468 140737111755440 140116361214864 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11726] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11726/stat : 11726 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 7792 33554432000 4194304 4196468 140737111755440 140116360162064 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11727] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11727/stat : 11727 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327044 26729902080 7792 33554432000 4194304 4196468 140737111755440 140116071795056 140116809538178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11728] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11728/stat : 11728 (java) S 11713 11716 11202 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255327044 26729902080 7792 33554432000 4194304 4196468 140737111755440 140116070741024 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11729] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11729/stat : 11729 (java) S 11713 11716 11202 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255327044 26729902080 7792 33554432000 4194304 4196468 140737111755440 140116069688176 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11730] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11730/stat : 11730 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327047 26729902080 7792 33554432000 4194304 4196468 140737111755440 140116068636496 140116809545627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11731] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11731/stat : 11731 (java) S 11713 11716 11202 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 255327047 26729902080 7792 33554432000 4194304 4196468 140737111755440 140116067584880 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11732] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11732/stat : 11732 (java) S 11713 11716 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255327047 26729902080 7792 33554432000 4194304 4196468 140737111755440 140116066532080 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11733] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11733/stat : 11733 (java) S 11713 11716 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255327047 26729902080 7792 33554432000 4194304 4196468 140737111755440 140116065479280 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11734] ppid=11713 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/11716/task/11734/stat : 11734 (java) S 11713 11716 11202 0 -1 1077944384 238 0 0 0 1 0 0 0 20 0 20 0 255327047 26729902080 7792 33554432000 4194304 4196468 140737111755440 140116064426480 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11735] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11735/stat : 11735 (java) S 11713 11716 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255327047 26729902080 7792 33554432000 4194304 4196468 140737111755440 140116063373920 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11736] ppid=11713 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11716/task/11736/stat : 11736 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327047 26729902080 7792 33554432000 4194304 4196468 140737111755440 140116062321200 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30376 KiB

[startup+0.210314 s]*
/proc/loadavg: 8.15 8.70 8.78 3/202 11736
/proc/meminfo: memFree=24773708/32770624 swapFree=67108856/67108860
[pid=11716] ppid=11713 vsize=26103420 memory=43048 CPUtime=0.3 cores=0-7
/proc/11716/stat : 11716 (java) S 11713 11716 11202 0 -1 1077944320 10414 0 0 0 27 3 0 0 20 0 20 0 255327041 26729902080 10762 33554432000 4194304 4196468 140737111755440 140737111737984 140116809527031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
/proc/11716/statm: 6525855 10762 3356 1 0 6487932 0
[pid=11716/tid=11718] ppid=11713 vsize=26103420 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/11716/task/11718/stat : 11718 (java) R 11713 11716 11202 0 -1 4202560 8188 0 0 0 18 2 0 0 20 0 20 0 255327041 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116813746032 140116793607518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11719] ppid=11713 vsize=26103420 memory=3385 CPUtime=0 cores=0-7
/proc/11716/task/11719/stat : 11719 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116367530640 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11720] ppid=11713 vsize=26103420 memory=4049494228813858464 CPUtime=0 cores=0-7
/proc/11716/task/11720/stat : 11720 (java) S 11713 11716 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116366477840 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11721] ppid=11713 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11716/task/11721/stat : 11721 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116365425040 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11722] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11722/stat : 11722 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116364372240 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11723] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11723/stat : 11723 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116363320464 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11724] ppid=11713 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11716/task/11724/stat : 11724 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116362267664 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11725] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11725/stat : 11725 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116361214864 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11726] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11726/stat : 11726 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116360162064 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11727] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11727/stat : 11727 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327044 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116071795056 140116809538178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11728] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11728/stat : 11728 (java) S 11713 11716 11202 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255327044 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116070741024 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11729] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11729/stat : 11729 (java) S 11713 11716 11202 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255327044 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116069688176 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11730] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11730/stat : 11730 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327047 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116068636496 140116809545627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11731] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11731/stat : 11731 (java) S 11713 11716 11202 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 255327047 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116067584880 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11732] ppid=11713 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/11716/task/11732/stat : 11732 (java) S 11713 11716 11202 0 -1 1077944384 84 0 0 0 1 0 0 0 20 0 20 0 255327047 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116066532080 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11733] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11733/stat : 11733 (java) S 11713 11716 11202 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 20 0 255327047 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116065479280 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11734] ppid=11713 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/11716/task/11734/stat : 11734 (java) R 11713 11716 11202 0 -1 4202560 306 0 0 0 6 0 0 0 20 0 20 0 255327047 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116064422160 140116809538966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11735] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11735/stat : 11735 (java) S 11713 11716 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255327047 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116063373920 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11736] ppid=11713 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11716/task/11736/stat : 11736 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327047 26729902080 10762 33554432000 4194304 4196468 140737111755440 140116062321200 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43048 KiB

[startup+0.310623 s]*
/proc/loadavg: 8.15 8.70 8.78 3/202 11736
/proc/meminfo: memFree=24770328/32770624 swapFree=67108856/67108860
[pid=11716] ppid=11713 vsize=26103420 memory=46564 CPUtime=0.43 cores=0-7
/proc/11716/stat : 11716 (java) S 11713 11716 11202 0 -1 1077944320 10865 0 0 0 40 3 0 0 20 0 20 0 255327041 26729902080 11641 33554432000 4194304 4196468 140737111755440 140737111737984 140116809527031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
/proc/11716/statm: 6525855 11641 3364 1 0 6487932 0
[pid=11716/tid=11718] ppid=11713 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/11716/task/11718/stat : 11718 (java) R 11713 11716 11202 0 -1 4202560 8529 0 0 0 28 2 0 0 20 0 20 0 255327041 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116813735480 140116793607518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11719] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11719/stat : 11719 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116367530640 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11720] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11720/stat : 11720 (java) S 11713 11716 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116366477840 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11721] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11721/stat : 11721 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116365425040 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11722] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11722/stat : 11722 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116364372240 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11723] ppid=11713 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/11716/task/11723/stat : 11723 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116363320464 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11724] ppid=11713 vsize=26103420 memory=140026872689583 CPUtime=0 cores=0-7
/proc/11716/task/11724/stat : 11724 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116362267664 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11725] ppid=11713 vsize=26103420 memory=140026872691888 CPUtime=0 cores=0-7
/proc/11716/task/11725/stat : 11725 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116361214864 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11726] ppid=11713 vsize=26103420 memory=140026872694192 CPUtime=0 cores=0-7
/proc/11716/task/11726/stat : 11726 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116360162064 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11727] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11727/stat : 11727 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327044 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116071795056 140116809538178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11728] ppid=11713 vsize=26103420 memory=280053745395344 CPUtime=0 cores=0-7
/proc/11716/task/11728/stat : 11728 (java) S 11713 11716 11202 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255327044 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116070741024 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11729] ppid=11713 vsize=26103420 memory=280053745402256 CPUtime=0 cores=0-7
/proc/11716/task/11729/stat : 11729 (java) S 11713 11716 11202 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255327044 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116069688176 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11730] ppid=11713 vsize=26103420 memory=280053745343536 CPUtime=0 cores=0-7
/proc/11716/task/11730/stat : 11730 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327047 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116068636496 140116809545627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11731] ppid=11713 vsize=26103420 memory=280053745416080 CPUtime=0.01 cores=0-7
/proc/11716/task/11731/stat : 11731 (java) S 11713 11716 11202 0 -1 1077944384 384 0 0 0 1 0 0 0 20 0 20 0 255327047 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116067584880 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11732] ppid=11713 vsize=26103420 memory=280053745422992 CPUtime=0.01 cores=0-7
/proc/11716/task/11732/stat : 11732 (java) S 11713 11716 11202 0 -1 1077944384 84 0 0 0 1 0 0 0 20 0 20 0 255327047 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116066532080 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11733] ppid=11713 vsize=26103420 memory=280053745420688 CPUtime=0.01 cores=0-7
/proc/11716/task/11733/stat : 11733 (java) S 11713 11716 11202 0 -1 1077944384 166 0 0 0 1 0 0 0 20 0 20 0 255327047 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116065479280 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11734] ppid=11713 vsize=26103420 memory=280053745437296 CPUtime=0.07 cores=0-7
/proc/11716/task/11734/stat : 11734 (java) S 11713 11716 11202 0 -1 1077944384 322 0 0 0 7 0 0 0 20 0 20 0 255327047 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116064426480 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11735] ppid=11713 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11735/stat : 11735 (java) S 11713 11716 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255327047 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116063373920 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11736] ppid=11713 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11716/task/11736/stat : 11736 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327047 26729902080 11641 33554432000 4194304 4196468 140737111755440 140116062321200 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46564 KiB

[startup+0.700903 s]
/proc/loadavg: 8.15 8.70 8.78 3/202 11736
/proc/meminfo: memFree=24746044/32770624 swapFree=67108856/67108860
[pid=11716] ppid=11713 vsize=26105488 memory=87488 CPUtime=0.99 cores=0-7
/proc/11716/stat : 11716 (java) S 11713 11716 11202 0 -1 1077944320 17806 0 0 0 94 5 0 0 20 0 20 0 255327041 26732019712 21872 33554432000 4194304 4196468 140737111755440 140737111737984 140116809527031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
/proc/11716/statm: 6526372 21872 3490 1 0 6488444 0
[pid=11716/tid=11718] ppid=11713 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/11716/task/11718/stat : 11718 (java) R 11713 11716 11202 0 -1 4202560 15025 0 0 0 63 4 0 0 20 0 20 0 255327041 26732019712 21872 33554432000 4194304 4196468 140737111755440 140116813752912 140116809548957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11719] ppid=11713 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11719/stat : 11719 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327042 26732019712 21872 33554432000 4194304 4196468 140737111755440 140116367530640 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11720] ppid=11713 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11720/stat : 11720 (java) S 11713 11716 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255327042 26732019712 21872 33554432000 4194304 4196468 140737111755440 140116366477840 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11721] ppid=11713 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11721/stat : 11721 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26732019712 21872 33554432000 4194304 4196468 140737111755440 140116365425040 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11722] ppid=11713 vsize=26105488 memory=1108 CPUtime=0 cores=0-7
/proc/11716/task/11722/stat : 11722 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26732019712 21872 33554432000 4194304 4196468 140737111755440 140116364372240 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11723] ppid=11713 vsize=26105488 memory=10784 CPUtime=0 cores=0-7
/proc/11716/task/11723/stat : 11723 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26732019712 21872 33554432000 4194304 4196468 140737111755440 140116363320464 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11724] ppid=11713 vsize=26105488 memory=872 CPUtime=0 cores=0-7
/proc/11716/task/11724/stat : 11724 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327042 26732019712 21872 33554432000 4194304 4196468 140737111755440 140116362267664 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11725] ppid=11713 vsize=26105488 memory=4280 CPUtime=0 cores=0-7
/proc/11716/task/11725/stat : 11725 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327042 26732019712 21872 33554432000 4194304 4196468 140737111755440 140116361214864 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11726] ppid=11713 vsize=26105488 memory=14888 CPUtime=0 cores=0-7
/proc/11716/task/11726/stat : 11726 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26732019712 21872 33554432000 4194304 4196468 140737111755440 140116360162064 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11727] ppid=11713 vsize=26105488 memory=38512 CPUtime=0 cores=0-7
/proc/11716/task/11727/stat : 11727 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327044 26732019712 21872 33554432000 4194304 4196468 140737111755440 140116071795056 140116809538178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0

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

[pid=11716/tid=11718] ppid=11713 vsize=26111632 memory=0 CPUtime=1.47 cores=0-7
/proc/11716/task/11718/stat : 11718 (java) R 11713 11716 11202 0 -1 4202560 18471 0 0 0 140 7 0 0 20 0 20 0 255327041 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116813761840 140116418969075 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11719] ppid=11713 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11719/stat : 11719 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327042 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116367530640 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11720] ppid=11713 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11720/stat : 11720 (java) S 11713 11716 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255327042 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116366477840 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11721] ppid=11713 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11721/stat : 11721 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116365425040 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11722] ppid=11713 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11722/stat : 11722 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116364372240 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11723] ppid=11713 vsize=26111632 memory=280053745877360 CPUtime=0 cores=0-7
/proc/11716/task/11723/stat : 11723 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116363320464 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11724] ppid=11713 vsize=26111632 memory=52493090292714 CPUtime=0 cores=0-7
/proc/11716/task/11724/stat : 11724 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327042 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116362267664 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11725] ppid=11713 vsize=26111632 memory=52493090292714 CPUtime=0 cores=0-7
/proc/11716/task/11725/stat : 11725 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327042 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116361214864 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11726] ppid=11713 vsize=26111632 memory=2110377480050580 CPUtime=0 cores=0-7
/proc/11716/task/11726/stat : 11726 (java) S 11713 11716 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255327042 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116360162064 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11727] ppid=11713 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11727/stat : 11727 (java) S 11713 11716 11202 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 255327044 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116071795056 140116809538178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11728] ppid=11713 vsize=26111632 memory=1108 CPUtime=0 cores=0-7
/proc/11716/task/11728/stat : 11728 (java) S 11713 11716 11202 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255327044 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116070741024 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11729] ppid=11713 vsize=26111632 memory=10784 CPUtime=0 cores=0-7
/proc/11716/task/11729/stat : 11729 (java) S 11713 11716 11202 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255327044 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116069688176 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11730] ppid=11713 vsize=26111632 memory=872 CPUtime=0 cores=0-7
/proc/11716/task/11730/stat : 11730 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327047 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116068636496 140116809545627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11731] ppid=11713 vsize=26111632 memory=4280 CPUtime=0.4 cores=0-7
/proc/11716/task/11731/stat : 11731 (java) R 11713 11716 11202 0 -1 4202560 1373 0 0 0 40 0 0 0 20 0 20 0 255327047 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116067571936 140116793023604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11732] ppid=11713 vsize=26111632 memory=14888 CPUtime=0.36 cores=0-7
/proc/11716/task/11732/stat : 11732 (java) R 11713 11716 11202 0 -1 4202560 1659 0 0 0 36 0 0 0 20 0 20 0 255327047 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116066518104 140116791052134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11733] ppid=11713 vsize=26111632 memory=38512 CPUtime=0.43 cores=0-7
/proc/11716/task/11733/stat : 11733 (java) R 11713 11716 11202 0 -1 4202560 1258 0 0 0 43 0 0 0 20 0 20 0 255327047 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116065470608 140116790833509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11734] ppid=11713 vsize=26111632 memory=15932 CPUtime=0.5 cores=0-7
/proc/11716/task/11734/stat : 11734 (java) S 11713 11716 11202 0 -1 1077944384 3200 0 0 0 50 0 0 0 20 0 20 0 255327047 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116064426480 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11735] ppid=11713 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11735/stat : 11735 (java) S 11713 11716 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255327047 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116063373920 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11736] ppid=11713 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11736/stat : 11736 (java) S 11713 11716 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255327047 26738311168 53444 33554432000 4194304 4196468 140737111755440 140116062321200 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
Current children cumulated CPU time: 3.22 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 213776 KiB

[startup+3.11005 s]
/proc/loadavg: 8.15 8.70 8.78 3/202 11736
/proc/meminfo: memFree=24429164/32770624 swapFree=67108856/67108860
[pid=11716] ppid=11713 vsize=26111632 memory=416196 CPUtime=7.08 cores=0-7
/proc/11716/stat : 11716 (java) S 11713 11716 11202 0 -1 1077944320 38604 0 0 0 686 22 0 0 20 0 20 0 255327041 26738311168 104049 33554432000 4194304 4196468 140737111755440 140737111737984 140116809527031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
/proc/11716/statm: 6527908 104049 3576 1 0 6489980 0
[pid=11716/tid=11718] ppid=11713 vsize=26111632 memory=0 CPUtime=3.02 cores=0-7
/proc/11716/task/11718/stat : 11718 (java) R 11713 11716 11202 0 -1 4202560 19952 0 0 0 292 10 0 0 20 0 20 0 255327041 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116813760336 140116809548957 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11719] ppid=11713 vsize=26111632 memory=4132 CPUtime=0.02 cores=0-7
/proc/11716/task/11719/stat : 11719 (java) S 11713 11716 11202 0 -1 1077944384 42 0 0 0 2 0 0 0 20 0 20 0 255327042 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116367530640 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11720] ppid=11713 vsize=26111632 memory=288230574492221466 CPUtime=0.01 cores=0-7
/proc/11716/task/11720/stat : 11720 (java) S 11713 11716 11202 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 20 0 255327042 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116366477840 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11721] ppid=11713 vsize=26111632 memory=282 CPUtime=0.02 cores=0-7
/proc/11716/task/11721/stat : 11721 (java) S 11713 11716 11202 0 -1 1077944384 30 0 0 0 2 0 0 0 20 0 20 0 255327042 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116365425040 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11722] ppid=11713 vsize=26111632 memory=2 CPUtime=0.01 cores=0-7
/proc/11716/task/11722/stat : 11722 (java) S 11713 11716 11202 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 20 0 255327042 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116364372240 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11723] ppid=11713 vsize=26111632 memory=0 CPUtime=0.02 cores=0-7
/proc/11716/task/11723/stat : 11723 (java) S 11713 11716 11202 0 -1 1077944384 249 0 0 0 2 0 0 0 20 0 20 0 255327042 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116363320464 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11724] ppid=11713 vsize=26111632 memory=280053745256608 CPUtime=0.02 cores=0-7
/proc/11716/task/11724/stat : 11724 (java) S 11713 11716 11202 0 -1 1077944384 51 0 0 0 2 0 0 0 20 0 20 0 255327042 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116362267664 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11725] ppid=11713 vsize=26111632 memory=0 CPUtime=0.01 cores=0-7
/proc/11716/task/11725/stat : 11725 (java) S 11713 11716 11202 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 20 0 255327042 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116361214864 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11726] ppid=11713 vsize=26111632 memory=0 CPUtime=0.02 cores=0-7
/proc/11716/task/11726/stat : 11726 (java) S 11713 11716 11202 0 -1 1077944384 430 0 0 0 2 0 0 0 20 0 20 0 255327042 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116360162064 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11727] ppid=11713 vsize=26111632 memory=0 CPUtime=0.01 cores=0-7
/proc/11716/task/11727/stat : 11727 (java) S 11713 11716 11202 0 -1 1077944384 412 0 0 0 1 0 0 0 20 0 20 0 255327044 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116071795056 140116809538178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11728] ppid=11713 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11728/stat : 11728 (java) S 11713 11716 11202 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 255327044 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116070741088 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11729] ppid=11713 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11729/stat : 11729 (java) S 11713 11716 11202 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 255327044 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116069688192 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11730] ppid=11713 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11730/stat : 11730 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255327047 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116068636496 140116809545627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11731] ppid=11713 vsize=26111632 memory=375028 CPUtime=1.11 cores=0-7
/proc/11716/task/11731/stat : 11731 (java) S 11713 11716 11202 0 -1 1077944384 4840 0 0 0 109 2 0 0 20 0 20 0 255327047 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116067584880 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11732] ppid=11713 vsize=26111632 memory=0 CPUtime=1.01 cores=0-7
/proc/11716/task/11732/stat : 11732 (java) S 11713 11716 11202 0 -1 1077944384 3810 0 0 0 100 1 0 0 20 0 20 0 255327047 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116066532080 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11733] ppid=11713 vsize=26111632 memory=0 CPUtime=1.13 cores=0-7
/proc/11716/task/11733/stat : 11733 (java) S 11713 11716 11202 0 -1 1077944384 3760 0 0 0 112 1 0 0 20 0 20 0 255327047 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116065479280 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11734] ppid=11713 vsize=26111632 memory=0 CPUtime=0.53 cores=0-7
/proc/11716/task/11734/stat : 11734 (java) S 11713 11716 11202 0 -1 1077944384 3526 0 0 0 53 0 0 0 20 0 20 0 255327047 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116064426480 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11735] ppid=11713 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11735/stat : 11735 (java) S 11713 11716 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255327047 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116063373920 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11736] ppid=11713 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11736/stat : 11736 (java) S 11713 11716 11202 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 255327047 26738311168 104049 33554432000 4194304 4196468 140737111755440 140116062321200 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
Current children cumulated CPU time: 7.08 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 416196 KiB

[startup+4.25732 s]
# the end of solver process 11716 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.3291 s, system=0.336939 s

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

[startup+3.20106 s]
/proc/loadavg: 8.15 8.70 8.78 3/202 11736
/proc/meminfo: memFree=24429164/32770624 swapFree=67108856/67108860
[pid=11716] ppid=11713 vsize=26178196 memory=427572 CPUtime=7.31 cores=0-7
/proc/11716/stat : 11716 (java) S 11713 11716 11202 0 -1 1077944320 39537 0 0 0 708 23 0 0 20 0 21 0 255327041 26806472704 106893 33554432000 4194304 4196468 140737111755440 140737111737984 140116809527031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
/proc/11716/statm: 6544549 106893 3576 1 0 6506621 0
[pid=11716/tid=11718] ppid=11713 vsize=26178196 memory=0 CPUtime=3.12 cores=0-7
/proc/11716/task/11718/stat : 11718 (java) R 11713 11716 11202 0 -1 4202560 20614 0 0 0 301 11 0 0 20 0 21 0 255327041 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116813759728 140116412732872 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11719] ppid=11713 vsize=26178196 memory=0 CPUtime=0.02 cores=0-7
/proc/11716/task/11719/stat : 11719 (java) S 11713 11716 11202 0 -1 1077944384 42 0 0 0 2 0 0 0 20 0 21 0 255327042 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116367530640 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11720] ppid=11713 vsize=26178196 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/11716/task/11720/stat : 11720 (java) S 11713 11716 11202 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 21 0 255327042 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116366477840 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11721] ppid=11713 vsize=26178196 memory=0 CPUtime=0.02 cores=0-7
/proc/11716/task/11721/stat : 11721 (java) S 11713 11716 11202 0 -1 1077944384 30 0 0 0 2 0 0 0 20 0 21 0 255327042 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116365425040 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11722] ppid=11713 vsize=26178196 memory=0 CPUtime=0.01 cores=0-7
/proc/11716/task/11722/stat : 11722 (java) S 11713 11716 11202 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 21 0 255327042 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116364372240 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11723] ppid=11713 vsize=26178196 memory=0 CPUtime=0.02 cores=0-7
/proc/11716/task/11723/stat : 11723 (java) S 11713 11716 11202 0 -1 1077944384 249 0 0 0 2 0 0 0 20 0 21 0 255327042 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116363320464 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11724] ppid=11713 vsize=26178196 memory=0 CPUtime=0.02 cores=0-7
/proc/11716/task/11724/stat : 11724 (java) S 11713 11716 11202 0 -1 1077944384 51 0 0 0 2 0 0 0 20 0 21 0 255327042 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116362267664 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11725] ppid=11713 vsize=26178196 memory=0 CPUtime=0.01 cores=0-7
/proc/11716/task/11725/stat : 11725 (java) S 11713 11716 11202 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 21 0 255327042 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116361214864 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11726] ppid=11713 vsize=26178196 memory=0 CPUtime=0.02 cores=0-7
/proc/11716/task/11726/stat : 11726 (java) S 11713 11716 11202 0 -1 1077944384 430 0 0 0 2 0 0 0 20 0 21 0 255327042 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116360162064 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11727] ppid=11713 vsize=26178196 memory=0 CPUtime=0.01 cores=0-7
/proc/11716/task/11727/stat : 11727 (java) S 11713 11716 11202 0 -1 1077944384 412 0 0 0 1 0 0 0 20 0 21 0 255327044 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116071795056 140116809538178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11728] ppid=11713 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11728/stat : 11728 (java) S 11713 11716 11202 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 255327044 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116070741088 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11729] ppid=11713 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11729/stat : 11729 (java) S 11713 11716 11202 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 21 0 255327044 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116069688192 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11730] ppid=11713 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11730/stat : 11730 (java) S 11713 11716 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 255327047 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116068636496 140116809545627 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11731] ppid=11713 vsize=26178196 memory=0 CPUtime=1.14 cores=0-7
/proc/11716/task/11731/stat : 11731 (java) S 11713 11716 11202 0 -1 1077944384 4857 0 0 0 112 2 0 0 20 0 21 0 255327047 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116067584880 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11732] ppid=11713 vsize=26178196 memory=0 CPUtime=1.03 cores=0-7
/proc/11716/task/11732/stat : 11732 (java) S 11713 11716 11202 0 -1 1077944384 3831 0 0 0 102 1 0 0 20 0 21 0 255327047 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116066532080 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11733] ppid=11713 vsize=26178196 memory=0 CPUtime=1.16 cores=0-7
/proc/11716/task/11733/stat : 11733 (java) R 11713 11716 11202 0 -1 4202560 3780 0 0 0 115 1 0 0 20 0 21 0 255327047 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116065465712 140116791071153 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11734] ppid=11713 vsize=26178196 memory=4580 CPUtime=0.61 cores=0-7
/proc/11716/task/11734/stat : 11734 (java) R 11713 11716 11202 0 -1 4202560 3711 0 0 0 60 1 0 0 20 0 21 0 255327047 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116064424016 140116788909041 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11735] ppid=11713 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11735/stat : 11735 (java) S 11713 11716 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255327047 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116063373920 140116809537237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
[pid=11716/tid=11736] ppid=11713 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/11716/task/11736/stat : 11736 (java) S 11713 11716 11202 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 21 0 255327047 26806472704 106893 33554432000 4194304 4196468 140737111755440 140116062321200 140116809538178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12722176 140737111761997 140737111762181 140737111762181 140737111764943 0
Current children cumulated CPU time: 7.31 s
Current children cumulated vsize: 26178196 KiB
Current children cumulated memory: 427572 KiB

[startup+4.00089 s]*
/proc/loadavg: 8.15 8.70 8.78 1/184 11763
/proc/meminfo: memFree=24792784/32770624 swapFree=67108856/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+4.20017 s]
/proc/loadavg: 8.15 8.70 8.78 1/184 11763
/proc/meminfo: memFree=24792784/32770624 swapFree=67108856/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.25737
CPU time (s): 10.666
CPU user time (s): 10.3291
CPU system time (s): 0.336939
CPU usage (%): 250.531
Max. virtual memory (cumulated for all children) (KiB): 27850524
Max. memory (cumulated for all children) (KiB): 476236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3291
system time used= 0.336939
maximum resident set size= 479528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45752
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6193
involuntary context switches= 332


# summary of solver processes directly reported to runsolver:
#   pid: 11716
#   total CPU time (s): 10.666
#   total CPU user time (s): 10.3291
#   total CPU system time (s): 0.336939

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.059526 second user time and 0.067463 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-16 02:00:39
IDJOB=4308921
IDBENCH=141354
IDSOLVER=2793
FILE ID=node132/4308921-1534377639
RUNJOBID= node132-1534372486-11229
PBS_JOBID= 21038286
Free space on /tmp= 47092 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-1_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308921-1534377639/watcher-4308921-1534377639 -o /tmp/evaluation-result-4308921-1534377639/solver-4308921-1534377639 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1534372486-11229 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1114164797 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308921-1534377639.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 3db83836fd15e943f67e7808e5ced101
RANDOM SEED=1114164797

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24804152 kB
MemAvailable:   31895176 kB
Buffers:          239192 kB
Cached:          7108088 kB
SwapCached:            4 kB
Active:          3914440 kB
Inactive:        3487428 kB
Active(anon):       4224 kB
Inactive(anon):   110860 kB
Active(file):    3910216 kB
Inactive(file):  3376568 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             35848 kB
Writeback:             0 kB
AnonPages:         70616 kB
Mapped:            58512 kB
Shmem:             58012 kB
Slab:             260704 kB
SReclaimable:     232700 kB
SUnreclaim:        28004 kB
KernelStack:        3584 kB
PageTables:         5400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     356848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 47060 MiB
End job on node132 at 2018-08-16 02:00:43