Trace number 4291152

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-07-02OPT2 10.6084 4.10441

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-07-02
0.66/0.55	c seed: 160656628
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.19/0.90	c Parsing done, starting search...
7.88/3.69	o 3
10.02/3.93	o 2
10.02/3.96	s OPTIMUM FOUND
10.02/3.96	v <instantiation>
10.02/3.96	v 	<list>
10.02/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.02/3.96	v 	</list>
10.02/3.96	v 	<values>
10.02/3.96	v 		1 0 3 0 3 1 4 0 0 240 160 0 1 1 0 240 0 720 0 480 160 0 0 0 
10.02/3.96	v 	</values>
10.02/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 (10444 MiB free)
  memory of node 1: 16384 MiB (12481 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291152-1532654585/watcher-4291152-1532654585 -o /tmp/evaluation-result-4291152-1532654585/solver-4291152-1532654585 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1532654585-3249 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 160656628 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291152-1532654585.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=3266, runsolver pid=3263

[startup+0.100136 s]*
/proc/loadavg: 7.93 8.55 8.68 2/200 3286
/proc/meminfo: memFree=23460828/32770624 swapFree=67108800/67108860
[pid=3266] ppid=3263 vsize=26103424 memory=30080 CPUtime=0.11 cores=0-7
/proc/3266/stat : 3266 (java) S 3263 3266 3222 0 -1 1077944320 6948 0 0 0 10 1 0 0 20 0 20 0 83021672 26729906176 7454 33554432000 4194304 4196468 140721425432864 140721425415408 139697905663735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
/proc/3266/statm: 6525856 7454 3138 1 0 6487932 0
[pid=3266/tid=3268] ppid=3263 vsize=26103424 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/3266/task/3268/stat : 3268 (java) R 3263 3266 3222 0 -1 4202560 5236 0 0 0 8 0 0 0 20 0 20 0 83021672 26729906176 7718 33554432000 4194304 4196468 140721425432864 139697909866864 139697885939456 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3269] ppid=3263 vsize=26103424 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/3266/task/3269/stat : 3269 (java) S 3263 3266 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 7718 33554432000 4194304 4196468 140721425432864 139697858284432 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3270] ppid=3263 vsize=26103424 memory=139944354104960 CPUtime=0 cores=0-7
/proc/3266/task/3270/stat : 3270 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 7718 33554432000 4194304 4196468 140721425432864 139697857231632 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3271] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3271/stat : 3271 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 7718 33554432000 4194304 4196468 140721425432864 139697856179344 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3272] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3272/stat : 3272 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 7718 33554432000 4194304 4196468 140721425432864 139697855126544 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3273] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3273/stat : 3273 (java) S 3263 3266 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 7718 33554432000 4194304 4196468 140721425432864 139697854073232 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3274] ppid=3263 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/3266/task/3274/stat : 3274 (java) S 3263 3266 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 7718 33554432000 4194304 4196468 140721425432864 139697853020432 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3275] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3275/stat : 3275 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 7784 33554432000 4194304 4196468 140721425432864 139697851968144 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3276] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3276/stat : 3276 (java) S 3263 3266 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 7784 33554432000 4194304 4196468 140721425432864 139697850915344 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3277] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3277/stat : 3277 (java) S 3263 3266 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83021675 26729906176 7784 33554432000 4194304 4196468 140721425432864 139696648702576 139697905674882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3278] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3278/stat : 3278 (java) S 3263 3266 3222 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83021675 26729906176 7784 33554432000 4194304 4196468 140721425432864 139696647648544 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3279] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3279/stat : 3279 (java) S 3263 3266 3222 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83021675 26729906176 7784 33554432000 4194304 4196468 140721425432864 139696646596208 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3280] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3280/stat : 3280 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021678 26729906176 7784 33554432000 4194304 4196468 140721425432864 139696645544528 139697905682331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3281] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3281/stat : 3281 (java) S 3263 3266 3222 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 83021678 26729906176 7784 33554432000 4194304 4196468 140721425432864 139696644491376 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3282] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3282/stat : 3282 (java) S 3263 3266 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83021678 26729906176 7784 33554432000 4194304 4196468 140721425432864 139696643438576 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3283] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3283/stat : 3283 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021678 26729906176 7784 33554432000 4194304 4196468 140721425432864 139696642386288 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3284] ppid=3263 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/3266/task/3284/stat : 3284 (java) S 3263 3266 3222 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 20 0 83021678 26729906176 7784 33554432000 4194304 4196468 140721425432864 139696641333488 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3285] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3285/stat : 3285 (java) S 3263 3266 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83021678 26729906176 7784 33554432000 4194304 4196468 140721425432864 139696640281440 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3286] ppid=3263 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/3266/task/3286/stat : 3286 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021678 26729906176 7784 33554432000 4194304 4196468 140721425432864 139696639228720 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 30080 KiB

[startup+0.210058 s]*
/proc/loadavg: 7.93 8.55 8.68 3/200 3286
/proc/meminfo: memFree=23446612/32770624 swapFree=67108800/67108860
[pid=3266] ppid=3263 vsize=26103424 memory=43228 CPUtime=0.3 cores=0-7
/proc/3266/stat : 3266 (java) S 3263 3266 3222 0 -1 1077944320 10413 0 0 0 28 2 0 0 20 0 20 0 83021672 26729906176 10807 33554432000 4194304 4196468 140721425432864 140721425415408 139697905663735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
/proc/3266/statm: 6525856 10807 3343 1 0 6487932 0
[pid=3266/tid=3268] ppid=3263 vsize=26103424 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/3266/task/3268/stat : 3268 (java) R 3263 3266 3222 0 -1 4202560 8155 0 0 0 18 1 0 0 20 0 20 0 83021672 26729906176 10807 33554432000 4194304 4196468 140721425432864 139697909882112 139697905675670 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3269] ppid=3263 vsize=26103424 memory=11606 CPUtime=0 cores=0-7
/proc/3266/task/3269/stat : 3269 (java) S 3263 3266 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 10807 33554432000 4194304 4196468 140721425432864 139697858284432 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3270] ppid=3263 vsize=26103424 memory=139944354451263 CPUtime=0 cores=0-7
/proc/3266/task/3270/stat : 3270 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 10807 33554432000 4194304 4196468 140721425432864 139697857231632 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3271] ppid=3263 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/3266/task/3271/stat : 3271 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 10807 33554432000 4194304 4196468 140721425432864 139697856179344 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3272] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3272/stat : 3272 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 10807 33554432000 4194304 4196468 140721425432864 139697855126544 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3273] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3273/stat : 3273 (java) S 3263 3266 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 10807 33554432000 4194304 4196468 140721425432864 139697854073232 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3274] ppid=3263 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/3266/task/3274/stat : 3274 (java) S 3263 3266 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 10807 33554432000 4194304 4196468 140721425432864 139697853020432 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3275] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3275/stat : 3275 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 10807 33554432000 4194304 4196468 140721425432864 139697851968144 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3276] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3276/stat : 3276 (java) S 3263 3266 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 10807 33554432000 4194304 4196468 140721425432864 139697850915344 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3277] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3277/stat : 3277 (java) S 3263 3266 3222 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 83021675 26729906176 10807 33554432000 4194304 4196468 140721425432864 139696648702576 139697905674882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3278] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3278/stat : 3278 (java) S 3263 3266 3222 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83021675 26729906176 10807 33554432000 4194304 4196468 140721425432864 139696647648544 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3279] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3279/stat : 3279 (java) S 3263 3266 3222 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83021675 26729906176 10807 33554432000 4194304 4196468 140721425432864 139696646596208 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3280] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3280/stat : 3280 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021678 26729906176 10807 33554432000 4194304 4196468 140721425432864 139696645544528 139697905682331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3281] ppid=3263 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/3266/task/3281/stat : 3281 (java) S 3263 3266 3222 0 -1 1077944384 373 0 0 0 1 0 0 0 20 0 20 0 83021678 26729906176 10807 33554432000 4194304 4196468 140721425432864 139696644491376 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3282] ppid=3263 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/3266/task/3282/stat : 3282 (java) S 3263 3266 3222 0 -1 1077944384 152 0 0 0 1 0 0 0 20 0 20 0 83021678 26729906176 10807 33554432000 4194304 4196468 140721425432864 139696643438576 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3283] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3283/stat : 3283 (java) S 3263 3266 3222 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 83021678 26729906176 10807 33554432000 4194304 4196468 140721425432864 139696642386288 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3284] ppid=3263 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/3266/task/3284/stat : 3284 (java) R 3263 3266 3222 0 -1 4202560 337 0 0 0 6 0 0 0 20 0 20 0 83021678 26729906176 10807 33554432000 4194304 4196468 140721425432864 139696641331280 139697889744222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3285] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3285/stat : 3285 (java) S 3263 3266 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83021678 26729906176 10807 33554432000 4194304 4196468 140721425432864 139696640281440 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3286] ppid=3263 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/3266/task/3286/stat : 3286 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021678 26729906176 10807 33554432000 4194304 4196468 140721425432864 139696639228720 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43228 KiB

[startup+0.309424 s]*
/proc/loadavg: 7.93 8.55 8.68 3/200 3286
/proc/meminfo: memFree=23443324/32770624 swapFree=67108800/67108860
[pid=3266] ppid=3263 vsize=26103424 memory=46748 CPUtime=0.43 cores=0-7
/proc/3266/stat : 3266 (java) S 3263 3266 3222 0 -1 1077944320 10872 0 0 0 41 2 0 0 20 0 20 0 83021672 26729906176 11687 33554432000 4194304 4196468 140721425432864 140721425415408 139697905663735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
/proc/3266/statm: 6525856 11687 3370 1 0 6487932 0
[pid=3266/tid=3268] ppid=3263 vsize=26103424 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/3266/task/3268/stat : 3268 (java) R 3263 3266 3222 0 -1 4202560 8506 0 0 0 28 1 0 0 20 0 20 0 83021672 26729906176 11687 33554432000 4194304 4196468 140721425432864 139697909825472 139697887227291 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3269] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3269/stat : 3269 (java) S 3263 3266 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 11687 33554432000 4194304 4196468 140721425432864 139697858284432 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3270] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3270/stat : 3270 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 11687 33554432000 4194304 4196468 140721425432864 139697857231632 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3271] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3271/stat : 3271 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 11687 33554432000 4194304 4196468 140721425432864 139697856179344 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3272] ppid=3263 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/3266/task/3272/stat : 3272 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 11687 33554432000 4194304 4196468 140721425432864 139697855126544 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3273] ppid=3263 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/3266/task/3273/stat : 3273 (java) S 3263 3266 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 11687 33554432000 4194304 4196468 140721425432864 139697854073232 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3274] ppid=3263 vsize=26103424 memory=139944194571439 CPUtime=0 cores=0-7
/proc/3266/task/3274/stat : 3274 (java) S 3263 3266 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 11687 33554432000 4194304 4196468 140721425432864 139697853020432 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3275] ppid=3263 vsize=26103424 memory=139944194573744 CPUtime=0 cores=0-7
/proc/3266/task/3275/stat : 3275 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 11687 33554432000 4194304 4196468 140721425432864 139697851968144 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3276] ppid=3263 vsize=26103424 memory=3472463842375745248 CPUtime=0 cores=0-7
/proc/3266/task/3276/stat : 3276 (java) S 3263 3266 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83021673 26729906176 11687 33554432000 4194304 4196468 140721425432864 139697850915344 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3277] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3277/stat : 3277 (java) S 3263 3266 3222 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 83021675 26729906176 11687 33554432000 4194304 4196468 140721425432864 139696648702576 139697905674882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3278] ppid=3263 vsize=26103424 memory=279888389161360 CPUtime=0 cores=0-7
/proc/3266/task/3278/stat : 3278 (java) S 3263 3266 3222 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83021675 26729906176 11687 33554432000 4194304 4196468 140721425432864 139696647648544 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3279] ppid=3263 vsize=26103424 memory=279888389102640 CPUtime=0 cores=0-7
/proc/3266/task/3279/stat : 3279 (java) S 3263 3266 3222 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83021675 26729906176 11687 33554432000 4194304 4196468 140721425432864 139696646596208 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3280] ppid=3263 vsize=26103424 memory=279888389175184 CPUtime=0 cores=0-7
/proc/3266/task/3280/stat : 3280 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021678 26729906176 11687 33554432000 4194304 4196468 140721425432864 139696645544528 139697905682331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3281] ppid=3263 vsize=26103424 memory=279888389182096 CPUtime=0.01 cores=0-7
/proc/3266/task/3281/stat : 3281 (java) S 3263 3266 3222 0 -1 1077944384 373 0 0 0 1 0 0 0 20 0 20 0 83021678 26729906176 11687 33554432000 4194304 4196468 140721425432864 139696644491376 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3282] ppid=3263 vsize=26103424 memory=279888389179792 CPUtime=0.01 cores=0-7
/proc/3266/task/3282/stat : 3282 (java) S 3263 3266 3222 0 -1 1077944384 161 0 0 0 1 0 0 0 20 0 20 0 83021678 26729906176 11687 33554432000 4194304 4196468 140721425432864 139696643438576 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3283] ppid=3263 vsize=26103424 memory=279888389195920 CPUtime=0.01 cores=0-7
/proc/3266/task/3283/stat : 3283 (java) S 3263 3266 3222 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 20 0 83021678 26729906176 11687 33554432000 4194304 4196468 140721425432864 139696642386288 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3284] ppid=3263 vsize=26103424 memory=279888389193616 CPUtime=0.08 cores=0-7
/proc/3266/task/3284/stat : 3284 (java) S 3263 3266 3222 0 -1 1077944384 353 0 0 0 8 0 0 0 20 0 20 0 83021678 26729906176 11687 33554432000 4194304 4196468 140721425432864 139696641333488 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3285] ppid=3263 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3285/stat : 3285 (java) S 3263 3266 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83021678 26729906176 11687 33554432000 4194304 4196468 140721425432864 139696640281440 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3286] ppid=3263 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/3266/task/3286/stat : 3286 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021678 26729906176 11687 33554432000 4194304 4196468 140721425432864 139696639228720 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46748 KiB

[startup+0.700842 s]
/proc/loadavg: 7.93 8.55 8.68 3/200 3286
/proc/meminfo: memFree=23419108/32770624 swapFree=67108800/67108860
[pid=3266] ppid=3263 vsize=26105492 memory=87924 CPUtime=0.99 cores=0-7
/proc/3266/stat : 3266 (java) S 3263 3266 3222 0 -1 1077944320 17879 0 0 0 94 5 0 0 20 0 20 0 83021672 26732023808 21981 33554432000 4194304 4196468 140721425432864 140721425415408 139697905663735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
/proc/3266/statm: 6526373 21981 3497 1 0 6488444 0
[pid=3266/tid=3268] ppid=3263 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/3266/task/3268/stat : 3268 (java) R 3263 3266 3222 0 -1 4202560 15005 0 0 0 64 3 0 0 20 0 20 0 83021672 26732023808 21981 33554432000 4194304 4196468 140721425432864 139697909889232 139697889744222 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3269] ppid=3263 vsize=26105492 memory=2241 CPUtime=0 cores=0-7
/proc/3266/task/3269/stat : 3269 (java) S 3263 3266 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83021673 26732023808 21981 33554432000 4194304 4196468 140721425432864 139697858284432 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3270] ppid=3263 vsize=26105492 memory=2244 CPUtime=0 cores=0-7
/proc/3266/task/3270/stat : 3270 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021673 26732023808 21981 33554432000 4194304 4196468 140721425432864 139697857231632 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3271] ppid=3263 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3271/stat : 3271 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021673 26732023808 21981 33554432000 4194304 4196468 140721425432864 139697856179344 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3272] ppid=3263 vsize=26105492 memory=8548 CPUtime=0 cores=0-7
/proc/3266/task/3272/stat : 3272 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021673 26732023808 21981 33554432000 4194304 4196468 140721425432864 139697855126544 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3273] ppid=3263 vsize=26105492 memory=1012 CPUtime=0 cores=0-7
/proc/3266/task/3273/stat : 3273 (java) S 3263 3266 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83021673 26732023808 21981 33554432000 4194304 4196468 140721425432864 139697854073232 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3274] ppid=3263 vsize=26105492 memory=1444 CPUtime=0 cores=0-7
/proc/3266/task/3274/stat : 3274 (java) S 3263 3266 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83021673 26732023808 21981 33554432000 4194304 4196468 140721425432864 139697853020432 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3275] ppid=3263 vsize=26105492 memory=1200 CPUtime=0 cores=0-7
/proc/3266/task/3275/stat : 3275 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83021673 26732023808 21981 33554432000 4194304 4196468 140721425432864 139697851968144 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3276] ppid=3263 vsize=26105492 memory=15872 CPUtime=0 cores=0-7
/proc/3266/task/3276/stat : 3276 (java) S 3263 3266 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83021673 26732023808 21981 33554432000 4194304 4196468 140721425432864 139697850915344 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3277] ppid=3263 vsize=26105492 memory=14892 CPUtime=0 cores=0-7
/proc/3266/task/3277/stat : 3277 (java) S 3263 3266 3222 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 83021675 26732023808 21981 33554432000 4194304 4196468 140721425432864 139696648702576 139697905674882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0

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

[pid=3266/tid=3284] ppid=3263 vsize=26111636 memory=153957397698968 CPUtime=0.58 cores=0-7
/proc/3266/task/3284/stat : 3284 (java) R 3263 3266 3222 0 -1 4202560 5757 0 0 0 57 1 0 0 20 0 20 0 83021678 26738315264 99933 33554432000 4194304 4196468 140721425432864 139696641333488 139697905675670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3285] ppid=3263 vsize=26111636 memory=56 CPUtime=0 cores=0-7
/proc/3266/task/3285/stat : 3285 (java) S 3263 3266 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83021678 26738315264 99933 33554432000 4194304 4196468 140721425432864 139696640281440 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3286] ppid=3263 vsize=26111636 memory=57 CPUtime=0 cores=0-7
/proc/3266/task/3286/stat : 3286 (java) S 3263 3266 3222 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 83021678 26738315264 99933 33554432000 4194304 4196468 140721425432864 139696639228720 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
Current children cumulated CPU time: 6.72 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 399732 KiB

[startup+4.10436 s]
# the end of solver process 3266 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.2819 s, system=0.326504 s

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

[startup+3.21532 s]
/proc/loadavg: 7.93 8.55 8.68 4/200 3286
/proc/meminfo: memFree=23086588/32770624 swapFree=67108800/67108860
[pid=3266] ppid=3263 vsize=26180248 memory=401016 CPUtime=6.98 cores=0-7
/proc/3266/stat : 3266 (java) S 3263 3266 3222 0 -1 1077944320 39947 0 0 0 675 23 0 0 20 0 21 0 83021672 26808573952 100254 33554432000 4194304 4196468 140721425432864 140721425415408 139697905663735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
/proc/3266/statm: 6545062 100254 3582 1 0 6507133 0
[pid=3266/tid=3268] ppid=3263 vsize=26180248 memory=54 CPUtime=3.11 cores=0-7
/proc/3266/task/3268/stat : 3268 (java) R 3263 3266 3222 0 -1 4202560 20886 0 0 0 302 9 0 0 20 0 21 0 83021672 26808573952 100254 33554432000 4194304 4196468 140721425432864 139697909899616 139697905675670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3269] ppid=3263 vsize=26180248 memory=0 CPUtime=0.02 cores=0-7
/proc/3266/task/3269/stat : 3269 (java) S 3263 3266 3222 0 -1 1077944384 221 0 0 0 2 0 0 0 20 0 21 0 83021673 26808573952 100254 33554432000 4194304 4196468 140721425432864 139697858284432 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3270] ppid=3263 vsize=26180248 memory=0 CPUtime=0.02 cores=0-7
/proc/3266/task/3270/stat : 3270 (java) S 3263 3266 3222 0 -1 1077944384 111 0 0 0 2 0 0 0 20 0 21 0 83021673 26808573952 100254 33554432000 4194304 4196468 140721425432864 139697857231632 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3271] ppid=3263 vsize=26180248 memory=1 CPUtime=0.02 cores=0-7
/proc/3266/task/3271/stat : 3271 (java) S 3263 3266 3222 0 -1 1077944384 58 0 0 0 1 1 0 0 20 0 21 0 83021673 26808573952 100254 33554432000 4194304 4196468 140721425432864 139697856179344 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3272] ppid=3263 vsize=26180248 memory=0 CPUtime=0.03 cores=0-7
/proc/3266/task/3272/stat : 3272 (java) S 3263 3266 3222 0 -1 1077944384 52 0 0 0 2 1 0 0 20 0 21 0 83021673 26808573952 100254 33554432000 4194304 4196468 140721425432864 139697855126544 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3273] ppid=3263 vsize=26180248 memory=2 CPUtime=0.01 cores=0-7
/proc/3266/task/3273/stat : 3273 (java) S 3263 3266 3222 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 21 0 83021673 26808573952 100254 33554432000 4194304 4196468 140721425432864 139697854073232 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3274] ppid=3263 vsize=26180248 memory=1 CPUtime=0.03 cores=0-7
/proc/3266/task/3274/stat : 3274 (java) S 3263 3266 3222 0 -1 1077944384 207 0 0 0 2 1 0 0 20 0 21 0 83021673 26808573952 100254 33554432000 4194304 4196468 140721425432864 139697853020432 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3275] ppid=3263 vsize=26180248 memory=322660 CPUtime=0.02 cores=0-7
/proc/3266/task/3275/stat : 3275 (java) S 3263 3266 3222 0 -1 1077944384 94 0 0 0 2 0 0 0 20 0 21 0 83021673 26808573952 100254 33554432000 4194304 4196468 140721425432864 139697851968144 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3276] ppid=3263 vsize=26180248 memory=0 CPUtime=0.01 cores=0-7
/proc/3266/task/3276/stat : 3276 (java) S 3263 3266 3222 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 21 0 83021673 26808573952 100254 33554432000 4194304 4196468 140721425432864 139697850915344 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3277] ppid=3263 vsize=26180248 memory=0 CPUtime=0.01 cores=0-7
/proc/3266/task/3277/stat : 3277 (java) S 3263 3266 3222 0 -1 1077944384 451 0 0 0 1 0 0 0 20 0 21 0 83021675 26808573952 100254 33554432000 4194304 4196468 140721425432864 139696648702576 139697905674882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3278] ppid=3263 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3278/stat : 3278 (java) S 3263 3266 3222 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 83021675 26808573952 100254 33554432000 4194304 4196468 140721425432864 139696647648608 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3279] ppid=3263 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3279/stat : 3279 (java) S 3263 3266 3222 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 83021675 26808573952 100254 33554432000 4194304 4196468 140721425432864 139696646596224 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3280] ppid=3263 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3280/stat : 3280 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 83021678 26808573952 100254 33554432000 4194304 4196468 140721425432864 139696645544528 139697905682331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3281] ppid=3263 vsize=26180248 memory=0 CPUtime=0.89 cores=0-7
/proc/3266/task/3281/stat : 3281 (java) S 3263 3266 3222 0 -1 1077944384 3293 0 0 0 88 1 0 0 20 0 21 0 83021678 26808573952 100254 33554432000 4194304 4196468 140721425432864 139696644491376 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3282] ppid=3263 vsize=26180248 memory=0 CPUtime=1.05 cores=0-7
/proc/3266/task/3282/stat : 3282 (java) S 3263 3266 3222 0 -1 1077944384 3896 0 0 0 103 2 0 0 20 0 21 0 83021678 26808573952 100254 33554432000 4194304 4196468 140721425432864 139696643438576 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3283] ppid=3263 vsize=26180248 memory=0 CPUtime=0.97 cores=0-7
/proc/3266/task/3283/stat : 3283 (java) S 3263 3266 3222 0 -1 1077944384 3204 0 0 0 96 1 0 0 20 0 21 0 83021678 26808573952 100254 33554432000 4194304 4196468 140721425432864 139696642386288 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3284] ppid=3263 vsize=26180248 memory=0 CPUtime=0.65 cores=0-7
/proc/3266/task/3284/stat : 3284 (java) S 3263 3266 3222 0 -1 1077944384 5903 0 0 0 64 1 0 0 20 0 21 0 83021678 26808573952 100254 33554432000 4194304 4196468 140721425432864 139696641333488 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3285] ppid=3263 vsize=26180248 memory=0 CPUtime=0 cores=0-7
/proc/3266/task/3285/stat : 3285 (java) S 3263 3266 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 83021678 26808573952 100254 33554432000 4194304 4196468 140721425432864 139696640281440 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3286] ppid=3263 vsize=26180248 memory=243472 CPUtime=0 cores=0-7
/proc/3266/task/3286/stat : 3286 (java) S 3263 3266 3222 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 21 0 83021678 26808573952 100254 33554432000 4194304 4196468 140721425432864 139696639228720 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
Current children cumulated CPU time: 6.98 s
Current children cumulated vsize: 26180248 KiB
Current children cumulated memory: 401016 KiB

[startup+3.60095 s]
/proc/loadavg: 7.93 8.55 8.68 4/200 3286
/proc/meminfo: memFree=23086588/32770624 swapFree=67108800/67108860
[pid=3266] ppid=3263 vsize=26450600 memory=439836 CPUtime=7.88 cores=0-7
/proc/3266/stat : 3266 (java) S 3263 3266 3222 0 -1 1077944320 43466 0 0 0 759 29 0 0 20 0 25 0 83021672 27085414400 109959 33554432000 4194304 4196468 140721425432864 140721425415408 139697905663735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
/proc/3266/statm: 6612650 109959 3594 1 0 6574721 0
[pid=3266/tid=3268] ppid=3263 vsize=26450600 memory=792 CPUtime=3.42 cores=0-7
/proc/3266/task/3268/stat : 3268 (java) R 3263 3266 3222 0 -1 4202560 22491 0 0 0 333 9 0 0 20 0 25 0 83021672 27085414400 109959 33554432000 4194304 4196468 140721425432864 139697909887888 139697887228352 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3269] ppid=3263 vsize=26450600 memory=8112282956445269571 CPUtime=0.07 cores=0-7
/proc/3266/task/3269/stat : 3269 (java) S 3263 3266 3222 0 -1 1077944384 243 0 0 0 6 1 0 0 20 0 25 0 83021673 27085414400 109959 33554432000 4194304 4196468 140721425432864 139697858284432 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3270] ppid=3263 vsize=26450600 memory=153957397698962 CPUtime=0.07 cores=0-7
/proc/3266/task/3270/stat : 3270 (java) S 3263 3266 3222 0 -1 1077944384 120 0 0 0 6 1 0 0 20 0 25 0 83021673 27085414400 109959 33554432000 4194304 4196468 140721425432864 139697857231632 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3271] ppid=3263 vsize=26450600 memory=153957397698963 CPUtime=0.07 cores=0-7
/proc/3266/task/3271/stat : 3271 (java) S 3263 3266 3222 0 -1 1077944384 71 0 0 0 6 1 0 0 20 0 25 0 83021673 27085414400 109959 33554432000 4194304 4196468 140721425432864 139697856179344 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3272] ppid=3263 vsize=26450600 memory=153957397698964 CPUtime=0.07 cores=0-7
/proc/3266/task/3272/stat : 3272 (java) S 3263 3266 3222 0 -1 1077944384 62 0 0 0 6 1 0 0 20 0 25 0 83021673 27085414400 109959 33554432000 4194304 4196468 140721425432864 139697855126544 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3273] ppid=3263 vsize=26450600 memory=153957397698965 CPUtime=0.06 cores=0-7
/proc/3266/task/3273/stat : 3273 (java) S 3263 3266 3222 0 -1 1077944384 70 0 0 0 5 1 0 0 20 0 25 0 83021673 27085414400 109959 33554432000 4194304 4196468 140721425432864 139697854073232 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3274] ppid=3263 vsize=26450600 memory=153957397698966 CPUtime=0.07 cores=0-7
/proc/3266/task/3274/stat : 3274 (java) S 3263 3266 3222 0 -1 1077944384 227 0 0 0 6 1 0 0 20 0 25 0 83021673 27085414400 109959 33554432000 4194304 4196468 140721425432864 139697853020432 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3275] ppid=3263 vsize=26450600 memory=153957397698967 CPUtime=0.07 cores=0-7
/proc/3266/task/3275/stat : 3275 (java) S 3263 3266 3222 0 -1 1077944384 118 0 0 0 6 1 0 0 20 0 25 0 83021673 27085414400 109959 33554432000 4194304 4196468 140721425432864 139697851968144 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3276] ppid=3263 vsize=26450600 memory=153957397698968 CPUtime=0.06 cores=0-7
/proc/3266/task/3276/stat : 3276 (java) S 3263 3266 3222 0 -1 1077944384 72 0 0 0 5 1 0 0 20 0 25 0 83021673 27085414400 109959 33554432000 4194304 4196468 140721425432864 139697850915344 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3277] ppid=3263 vsize=26450600 memory=0 CPUtime=0.03 cores=0-7
/proc/3266/task/3277/stat : 3277 (java) S 3263 3266 3222 0 -1 1077944384 1827 0 0 0 3 0 0 0 20 0 25 0 83021675 27085414400 109959 33554432000 4194304 4196468 140721425432864 139696648702576 139697905674882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3278] ppid=3263 vsize=26450600 memory=5787495302074360640 CPUtime=0 cores=0-7
/proc/3266/task/3278/stat : 3278 (java) S 3263 3266 3222 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 25 0 83021675 27085414400 109959 33554432000 4194304 4196468 140721425432864 139696647648608 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3279] ppid=3263 vsize=26450600 memory=6008435656782537280 CPUtime=0 cores=0-7
/proc/3266/task/3279/stat : 3279 (java) S 3263 3266 3222 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 25 0 83021675 27085414400 109959 33554432000 4194304 4196468 140721425432864 139696646596224 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3280] ppid=3263 vsize=26450600 memory=5936397798085775696 CPUtime=0 cores=0-7
/proc/3266/task/3280/stat : 3280 (java) S 3263 3266 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 25 0 83021678 27085414400 109959 33554432000 4194304 4196468 140721425432864 139696645544528 139697905682331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3281] ppid=3263 vsize=26450600 memory=7517159042835567716 CPUtime=0.93 cores=0-7
/proc/3266/task/3281/stat : 3281 (java) S 3263 3266 3222 0 -1 1077944384 3308 0 0 0 91 2 0 0 20 0 25 0 83021678 27085414400 109959 33554432000 4194304 4196468 140721425432864 139696644491376 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3282] ppid=3263 vsize=26450600 memory=5787220424116429906 CPUtime=1.1 cores=0-7
/proc/3266/task/3282/stat : 3282 (java) S 3263 3266 3222 0 -1 1077944384 3916 0 0 0 108 2 0 0 20 0 25 0 83021678 27085414400 109959 33554432000 4194304 4196468 140721425432864 139696643438576 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3283] ppid=3263 vsize=26450600 memory=6945747337920725092 CPUtime=1 cores=0-7
/proc/3266/task/3283/stat : 3283 (java) S 3263 3266 3222 0 -1 1077944384 3225 0 0 0 99 1 0 0 20 0 25 0 83021678 27085414400 109959 33554432000 4194304 4196468 140721425432864 139696642386288 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3284] ppid=3263 vsize=26450600 memory=5859271460108129895 CPUtime=0.71 cores=0-7
/proc/3266/task/3284/stat : 3284 (java) S 3263 3266 3222 0 -1 1077944384 6073 0 0 0 70 1 0 0 20 0 25 0 83021678 27085414400 109959 33554432000 4194304 4196468 140721425432864 139696641333488 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3285] ppid=3263 vsize=26450600 memory=5859292342155104336 CPUtime=0 cores=0-7
/proc/3266/task/3285/stat : 3285 (java) S 3263 3266 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 25 0 83021678 27085414400 109959 33554432000 4194304 4196468 140721425432864 139696640281440 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3286] ppid=3263 vsize=26450600 memory=7012755875661107282 CPUtime=0 cores=0-7
/proc/3266/task/3286/stat : 3286 (java) S 3263 3266 3222 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 25 0 83021678 27085414400 109959 33554432000 4194304 4196468 140721425432864 139696639228720 139697905674882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
Current children cumulated CPU time: 7.88 s
Current children cumulated vsize: 26450600 KiB
Current children cumulated memory: 439836 KiB

[startup+4.00089 s]*
/proc/loadavg: 7.93 8.55 8.68 3/199 3313
/proc/meminfo: memFree=23038604/32770624 swapFree=67108800/67108860
[pid=3266] ppid=3263 vsize=27852576 memory=449136 CPUtime=10.51 cores=0-7
/proc/3266/stat : 3266 (java) S 3263 3266 3222 0 -1 1077944320 48136 0 0 0 1020 31 0 0 20 0 19 0 83021672 28521037824 112284 33554432000 4194304 4196468 140721425432864 140721425415408 139697905663735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
/proc/3266/statm: 6963144 112284 3605 1 0 6924694 0
[pid=3266/tid=3268] ppid=3263 vsize=27852576 memory=8112282956445269571 CPUtime=3.47 cores=0-7
/proc/3266/task/3268/stat : 3268 (java) S 3263 3266 3222 0 -1 1077944384 22644 0 0 0 337 10 0 0 20 0 19 0 83021672 28521037824 112284 33554432000 4194304 4196468 140721425432864 139697909906576 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3269] ppid=3263 vsize=27852576 memory=0 CPUtime=0.07 cores=0-7
/proc/3266/task/3269/stat : 3269 (java) S 3263 3266 3222 0 -1 1077944384 243 0 0 0 6 1 0 0 20 0 19 0 83021673 28521037824 112284 33554432000 4194304 4196468 140721425432864 139697858284432 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3270] ppid=3263 vsize=27852576 memory=0 CPUtime=0.07 cores=0-7
/proc/3266/task/3270/stat : 3270 (java) S 3263 3266 3222 0 -1 1077944384 120 0 0 0 6 1 0 0 20 0 19 0 83021673 28521037824 112284 33554432000 4194304 4196468 140721425432864 139697857231632 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3271] ppid=3263 vsize=27852576 memory=0 CPUtime=0.07 cores=0-7
/proc/3266/task/3271/stat : 3271 (java) S 3263 3266 3222 0 -1 1077944384 71 0 0 0 6 1 0 0 20 0 19 0 83021673 28521037824 112284 33554432000 4194304 4196468 140721425432864 139697856179344 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3272] ppid=3263 vsize=27852576 memory=35 CPUtime=0.07 cores=0-7
/proc/3266/task/3272/stat : 3272 (java) S 3263 3266 3222 0 -1 1077944384 62 0 0 0 6 1 0 0 20 0 19 0 83021673 28521037824 112284 33554432000 4194304 4196468 140721425432864 139697855126544 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3273] ppid=3263 vsize=27852576 memory=37860 CPUtime=0.06 cores=0-7
/proc/3266/task/3273/stat : 3273 (java) S 3263 3266 3222 0 -1 1077944384 70 0 0 0 5 1 0 0 20 0 19 0 83021673 28521037824 112284 33554432000 4194304 4196468 140721425432864 139697854073232 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3274] ppid=3263 vsize=27852576 memory=35 CPUtime=0.07 cores=0-7
/proc/3266/task/3274/stat : 3274 (java) S 3263 3266 3222 0 -1 1077944384 227 0 0 0 6 1 0 0 20 0 19 0 83021673 28521037824 112284 33554432000 4194304 4196468 140721425432864 139697853020432 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3275] ppid=3263 vsize=27852576 memory=2244 CPUtime=0.07 cores=0-7
/proc/3266/task/3275/stat : 3275 (java) S 3263 3266 3222 0 -1 1077944384 118 0 0 0 6 1 0 0 20 0 19 0 83021673 28521037824 112284 33554432000 4194304 4196468 140721425432864 139697851968144 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3276] ppid=3263 vsize=27852576 memory=44740 CPUtime=0.06 cores=0-7
/proc/3266/task/3276/stat : 3276 (java) S 3263 3266 3222 0 -1 1077944384 72 0 0 0 5 1 0 0 20 0 19 0 83021673 28521037824 112284 33554432000 4194304 4196468 140721425432864 139697850915344 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3277] ppid=3263 vsize=27852576 memory=0 CPUtime=0.03 cores=0-7
/proc/3266/task/3277/stat : 3277 (java) S 3263 3266 3222 0 -1 1077944384 1827 0 0 0 3 0 0 0 20 0 19 0 83021675 28521037824 112284 33554432000 4194304 4196468 140721425432864 139696648702784 139697905674882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3278] ppid=3263 vsize=27852576 memory=6944656592452807316 CPUtime=0 cores=0-7
/proc/3266/task/3278/stat : 3278 (java) S 3263 3266 3222 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 83021675 28521037824 112284 33554432000 4194304 4196468 140721425432864 139696647648608 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3279] ppid=3263 vsize=27852576 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/3266/task/3279/stat : 3279 (java) S 3263 3266 3222 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 83021675 28521037824 112284 33554432000 4194304 4196468 140721425432864 139696646596224 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3280] ppid=3263 vsize=27852576 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/3266/task/3280/stat : 3280 (java) S 3263 3266 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 83021678 28521037824 112284 33554432000 4194304 4196468 140721425432864 139696645544176 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3281] ppid=3263 vsize=27852576 memory=-6948614817169703622 CPUtime=1.16 cores=0-7
/proc/3266/task/3281/stat : 3281 (java) R 3263 3266 3222 0 -1 4202560 3532 0 0 0 114 2 0 0 20 0 19 0 83021678 28521037824 112284 33554432000 4194304 4196468 140721425432864 139696644472800 139697889160523 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3282] ppid=3263 vsize=27852576 memory=6940425714409816166 CPUtime=1.37 cores=0-7
/proc/3266/task/3282/stat : 3282 (java) R 3263 3266 3222 0 -1 4202560 4605 0 0 0 135 2 0 0 20 0 19 0 83021678 28521037824 112284 33554432000 4194304 4196468 140721425432864 139696643426048 139697889164118 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3283] ppid=3263 vsize=27852576 memory=3761667058232355748 CPUtime=1.24 cores=0-7
/proc/3266/task/3283/stat : 3283 (java) S 3263 3266 3222 0 -1 1077944384 3813 0 0 0 123 1 0 0 20 0 19 0 83021678 28521037824 112284 33554432000 4194304 4196468 140721425432864 139696642370800 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3284] ppid=3263 vsize=27852576 memory=0 CPUtime=0.92 cores=0-7
/proc/3266/task/3284/stat : 3284 (java) S 3263 3266 3222 0 -1 1077944384 7752 0 0 0 91 1 0 0 20 0 19 0 83021678 28521037824 112284 33554432000 4194304 4196468 140721425432864 139696641328864 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
[pid=3266/tid=3285] ppid=3263 vsize=27852576 memory=139944194474104 CPUtime=0 cores=0-7
/proc/3266/task/3285/stat : 3285 (java) S 3263 3266 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 83021678 28521037824 112284 33554432000 4194304 4196468 140721425432864 139696640281440 139697905673941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13209600 140721425441870 140721425442053 140721425442053 140721425444815 0
Current children cumulated CPU time: 10.51 s
Current children cumulated vsize: 27852576 KiB
Current children cumulated memory: 449136 KiB

Child status: 0
Real time (s): 4.10441
CPU time (s): 10.6084
CPU user time (s): 10.2819
CPU system time (s): 0.326504
CPU usage (%): 258.462
Max. virtual memory (cumulated for all children) (KiB): 27852576
Max. memory (cumulated for all children) (KiB): 449136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.2819
system time used= 0.326504
maximum resident set size= 451276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48390
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6441
involuntary context switches= 201


# summary of solver processes directly reported to runsolver:
#   pid: 3266
#   total CPU time (s): 10.6084
#   total CPU user time (s): 10.2819
#   total CPU system time (s): 0.326504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048077 second user time and 0.08195 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-27 03:23:05
IDJOB=4291152
IDBENCH=141354
IDSOLVER=2745
FILE ID=node104/4291152-1532654585
RUNJOBID= node104-1532654585-3249
PBS_JOBID= 21022220
Free space on /tmp= 48344 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
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-4291152-1532654585/watcher-4291152-1532654585 -o /tmp/evaluation-result-4291152-1532654585/solver-4291152-1532654585 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1532654585-3249 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 160656628 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291152-1532654585.xml

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

MD5SUM BENCH= 3db83836fd15e943f67e7808e5ced101
RANDOM SEED=160656628

node104.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.11
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.11
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.11
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.11
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:        23476476 kB
MemAvailable:   31928036 kB
Buffers:          182060 kB
Cached:          8486208 kB
SwapCached:           60 kB
Active:          4035788 kB
Inactive:        4684972 kB
Active(anon):       3672 kB
Inactive(anon):    76788 kB
Active(file):    4032116 kB
Inactive(file):  4608184 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108800 kB
Dirty:             35736 kB
Writeback:             0 kB
AnonPages:         59356 kB
Mapped:            41396 kB
Shmem:             25200 kB
Slab:             267096 kB
SReclaimable:     239720 kB
SUnreclaim:        27376 kB
KernelStack:        3120 kB
PageTables:         5124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48312 MiB
End job on node104 at 2018-07-27 03:23:09