Trace number 4285987

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 2017-08-22OPT8 2.97403 1.27327

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-05.xml
MD5SUM32500dad091342bc2572e78f81e7a2ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.00722
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints38
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":15},{"size":9,"count":15}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":15},{"degree":7,"count":4},{"degree":8,"count":8},{"degree":10,"count":3}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":15},{"arity":3,"count":8},{"arity":4,"count":4},{"arity":6,"count":8},{"arity":9,"count":3}]
Number of extensional constraints23
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":23},{"type":"sum","count":15}]
Optimization problemYES
Type of objectivemax 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.30/0.25	c version: 2017-08-22
0.30/0.25	c seed: 1379734483
0.30/0.25	c timeout: 2016
0.30/0.25	c memlimit: 22000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
0.85/0.54	c Parsing done, starting search...
2.32/1.19	o 5
2.32/1.19	o 6
2.69/1.20	o 7
2.69/1.20	o 8
2.69/1.25	s OPTIMUM FOUND
2.69/1.25	v <instantiation>
2.69/1.25	v 	<list>
2.69/1.25	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4]
2.69/1.25	v 	</list>
2.69/1.25	v 	<values>
2.69/1.25	v 		0 1 1 0 1 1 0 0 1 1 1 1 0 0 0 2 2 2 4 2 3 5 4 3 2 2 2 2 2 2 
2.69/1.25	v 	</values>
2.69/1.25	v </instantiation>

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285987-1503426575/watcher-4285987-1503426575 -o /tmp/evaluation-result-4285987-1503426575/solver-4285987-1503426575 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503415160-5437 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1379734483 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285987-1503426575.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=8483, runsolver pid=8480

[startup+0.10014 s]*
/proc/loadavg: 8.78 8.70 8.60 2/198 8503
/proc/meminfo: memFree=21546368/32770624 swapFree=67108860/67108860
[pid=8483] ppid=8480 vsize=26000852 memory=32316 CPUtime=0.12 cores=0-7
/proc/8483/stat : 8483 (java) S 8480 8483 5410 0 -1 1077944320 8484 0 0 0 11 1 0 0 20 0 20 0 175745326 26624872448 8079 33554432000 4194304 4196468 140721647387056 140721647369600 139729108885239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
/proc/8483/statm: 6500213 8079 3412 1 0 6487932 0
[pid=8483/tid=8485] ppid=8480 vsize=26000852 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/8483/task/8485/stat : 8485 (java) R 8480 8483 5410 0 -1 4202560 6433 0 0 0 8 1 0 0 20 0 20 0 175745326 26624872448 8079 33554432000 4194304 4196468 140721647387056 139729113091232 139729092965726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8486] ppid=8480 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8483/task/8486/stat : 8486 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26624872448 8079 33554432000 4194304 4196468 140721647387056 139729061505808 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8487] ppid=8480 vsize=26000852 memory=140300157982336 CPUtime=0 cores=0-7
/proc/8483/task/8487/stat : 8487 (java) S 8480 8483 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175745327 26624872448 8079 33554432000 4194304 4196468 140721647387056 139729060453264 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8488] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8488/stat : 8488 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26624872448 8079 33554432000 4194304 4196468 140721647387056 139729059400720 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8489] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8489/stat : 8489 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26624872448 8079 33554432000 4194304 4196468 140721647387056 139729058348176 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8490] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8490/stat : 8490 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26624872448 8079 33554432000 4194304 4196468 140721647387056 139729057294608 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8491] ppid=8480 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/8483/task/8491/stat : 8491 (java) S 8480 8483 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175745327 26624872448 8079 33554432000 4194304 4196468 140721647387056 139729056242064 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8492] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8492/stat : 8492 (java) S 8480 8483 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175745327 26624872448 8079 33554432000 4194304 4196468 140721647387056 139729055189520 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8493] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8493/stat : 8493 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26624872448 8079 33554432000 4194304 4196468 140721647387056 139729054136976 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8494] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8494/stat : 8494 (java) S 8480 8483 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175745329 26624872448 8079 33554432000 4194304 4196468 140721647387056 139727784118768 139729108896386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8495] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8495/stat : 8495 (java) S 8480 8483 5410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 175745329 26624872448 8079 33554432000 4194304 4196468 140721647387056 139727783064992 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8496] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8496/stat : 8496 (java) S 8480 8483 5410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 175745329 26624872448 8079 33554432000 4194304 4196468 140721647387056 139727782012400 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8497] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8497/stat : 8497 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745332 26624872448 8079 33554432000 4194304 4196468 140721647387056 139727780960976 139729108903835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8498] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8498/stat : 8498 (java) S 8480 8483 5410 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 175745332 26624872448 8079 33554432000 4194304 4196468 140721647387056 139727779907568 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8499] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8499/stat : 8499 (java) S 8480 8483 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175745332 26624872448 8079 33554432000 4194304 4196468 140721647387056 139727778855024 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8500] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8500/stat : 8500 (java) S 8480 8483 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175745332 26624872448 8079 33554432000 4194304 4196468 140721647387056 139727777802480 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8501] ppid=8480 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/8483/task/8501/stat : 8501 (java) S 8480 8483 5410 0 -1 1077944384 370 0 0 0 2 0 0 0 20 0 20 0 175745332 26624872448 8079 33554432000 4194304 4196468 140721647387056 139727776749936 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8502] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8502/stat : 8502 (java) S 8480 8483 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175745332 26624872448 8079 33554432000 4194304 4196468 140721647387056 139727775697632 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8503] ppid=8480 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/8483/task/8503/stat : 8503 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745332 26624872448 8079 33554432000 4194304 4196468 140721647387056 139727774645168 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32316 KiB

[startup+0.209833 s]*
/proc/loadavg: 8.78 8.70 8.60 3/198 8503
/proc/meminfo: memFree=21537672/32770624 swapFree=67108860/67108860
[pid=8483] ppid=8480 vsize=26000852 memory=41756 CPUtime=0.3 cores=0-7
/proc/8483/stat : 8483 (java) S 8480 8483 5410 0 -1 1077944320 9492 0 0 0 28 2 0 0 20 0 20 0 175745326 26624872448 10439 33554432000 4194304 4196468 140721647387056 140721647369600 139729108885239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
/proc/8483/statm: 6500213 10439 3644 1 0 6487932 0
[pid=8483/tid=8485] ppid=8480 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/8483/task/8485/stat : 8485 (java) R 8480 8483 5410 0 -1 4202560 7068 0 0 0 18 1 0 0 20 0 20 0 175745326 26624872448 10439 33554432000 4194304 4196468 140721647387056 139729113104928 139729092965726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8486] ppid=8480 vsize=26000852 memory=12768 CPUtime=0 cores=0-7
/proc/8483/task/8486/stat : 8486 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26624872448 10439 33554432000 4194304 4196468 140721647387056 139729061505808 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8487] ppid=8480 vsize=26000852 memory=140300157988395 CPUtime=0 cores=0-7
/proc/8483/task/8487/stat : 8487 (java) S 8480 8483 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175745327 26624872448 10439 33554432000 4194304 4196468 140721647387056 139729060453264 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8488] ppid=8480 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/8483/task/8488/stat : 8488 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26624872448 10439 33554432000 4194304 4196468 140721647387056 139729059400720 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8489] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8489/stat : 8489 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26624872448 10439 33554432000 4194304 4196468 140721647387056 139729058348176 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8490] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8490/stat : 8490 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26624872448 10439 33554432000 4194304 4196468 140721647387056 139729057294608 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8491] ppid=8480 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/8483/task/8491/stat : 8491 (java) S 8480 8483 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175745327 26624872448 10439 33554432000 4194304 4196468 140721647387056 139729056242064 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8492] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8492/stat : 8492 (java) S 8480 8483 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175745327 26624872448 10439 33554432000 4194304 4196468 140721647387056 139729055189520 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8493] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8493/stat : 8493 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26624872448 10439 33554432000 4194304 4196468 140721647387056 139729054136976 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8494] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8494/stat : 8494 (java) S 8480 8483 5410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 175745329 26624872448 10439 33554432000 4194304 4196468 140721647387056 139727784118768 139729108896386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8495] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8495/stat : 8495 (java) S 8480 8483 5410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 175745329 26624872448 10439 33554432000 4194304 4196468 140721647387056 139727783064992 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8496] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8496/stat : 8496 (java) S 8480 8483 5410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 175745329 26624872448 10439 33554432000 4194304 4196468 140721647387056 139727782012400 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8497] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8497/stat : 8497 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745332 26624872448 10439 33554432000 4194304 4196468 140721647387056 139727780960976 139729108903835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8498] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8498/stat : 8498 (java) S 8480 8483 5410 0 -1 1077944384 471 0 0 0 0 0 0 0 20 0 20 0 175745332 26624872448 10439 33554432000 4194304 4196468 140721647387056 139727779907568 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8499] ppid=8480 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/8483/task/8499/stat : 8499 (java) S 8480 8483 5410 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 20 0 175745332 26624872448 10439 33554432000 4194304 4196468 140721647387056 139727778855024 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8500] ppid=8480 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/8483/task/8500/stat : 8500 (java) S 8480 8483 5410 0 -1 1077944384 134 0 0 0 1 0 0 0 20 0 20 0 175745332 26624872448 10439 33554432000 4194304 4196468 140721647387056 139727777802480 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8501] ppid=8480 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/8483/task/8501/stat : 8501 (java) R 8480 8483 5410 0 -1 4202560 397 0 0 0 5 0 0 0 20 0 20 0 175745332 26624872448 10439 33554432000 4194304 4196468 140721647387056 139727776749936 139729088181814 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8502] ppid=8480 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8502/stat : 8502 (java) S 8480 8483 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175745332 26624872448 10439 33554432000 4194304 4196468 140721647387056 139727775697632 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8503] ppid=8480 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/8483/task/8503/stat : 8503 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745332 26624872448 10439 33554432000 4194304 4196468 140721647387056 139727774645168 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41756 KiB

[startup+0.309412 s]*
/proc/loadavg: 8.78 8.70 8.60 3/198 8503
/proc/meminfo: memFree=21531220/32770624 swapFree=67108860/67108860
[pid=8483] ppid=8480 vsize=26000872 memory=49148 CPUtime=0.48 cores=0-7
/proc/8483/stat : 8483 (java) S 8480 8483 5410 0 -1 1077944320 10578 0 0 0 46 2 0 0 20 0 20 0 175745326 26624892928 12287 33554432000 4194304 4196468 140721647387056 140721647369600 139729108885239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
/proc/8483/statm: 6500218 12287 3720 1 0 6487932 0
[pid=8483/tid=8485] ppid=8480 vsize=26000872 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8483/task/8485/stat : 8485 (java) R 8480 8483 5410 0 -1 4202560 7735 0 0 0 28 1 0 0 20 0 20 0 175745326 26624892928 12287 33554432000 4194304 4196468 140721647387056 139729113107088 139728724830916 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8486] ppid=8480 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8486/stat : 8486 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26624892928 12287 33554432000 4194304 4196468 140721647387056 139729061505808 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8487] ppid=8480 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8487/stat : 8487 (java) S 8480 8483 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175745327 26624892928 12287 33554432000 4194304 4196468 140721647387056 139729060453264 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8488] ppid=8480 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8488/stat : 8488 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26624892928 12287 33554432000 4194304 4196468 140721647387056 139729059400720 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8489] ppid=8480 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8489/stat : 8489 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26624892928 12287 33554432000 4194304 4196468 140721647387056 139729058348176 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8490] ppid=8480 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/8483/task/8490/stat : 8490 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26624892928 12287 33554432000 4194304 4196468 140721647387056 139729057294608 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8491] ppid=8480 vsize=26000872 memory=140300005766063 CPUtime=0 cores=0-7
/proc/8483/task/8491/stat : 8491 (java) S 8480 8483 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175745327 26624892928 12287 33554432000 4194304 4196468 140721647387056 139729056242064 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8492] ppid=8480 vsize=26000872 memory=140300005768368 CPUtime=0 cores=0-7
/proc/8483/task/8492/stat : 8492 (java) S 8480 8483 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175745327 26624892928 12287 33554432000 4194304 4196468 140721647387056 139729055189520 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8493] ppid=8480 vsize=26000872 memory=140300005770672 CPUtime=0 cores=0-7
/proc/8483/task/8493/stat : 8493 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26624892928 12287 33554432000 4194304 4196468 140721647387056 139729054136976 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8494] ppid=8480 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8494/stat : 8494 (java) S 8480 8483 5410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 175745329 26624892928 12287 33554432000 4194304 4196468 140721647387056 139727784118768 139729108896386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8495] ppid=8480 vsize=26000872 memory=280600011548304 CPUtime=0 cores=0-7
/proc/8483/task/8495/stat : 8495 (java) S 8480 8483 5410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 175745329 26624892928 12287 33554432000 4194304 4196468 140721647387056 139727783064992 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8496] ppid=8480 vsize=26000872 memory=280600011555216 CPUtime=0 cores=0-7
/proc/8483/task/8496/stat : 8496 (java) S 8480 8483 5410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 175745329 26624892928 12287 33554432000 4194304 4196468 140721647387056 139727782012400 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8497] ppid=8480 vsize=26000872 memory=280600011496496 CPUtime=0 cores=0-7
/proc/8483/task/8497/stat : 8497 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745332 26624892928 12287 33554432000 4194304 4196468 140721647387056 139727780960976 139729108903835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8498] ppid=8480 vsize=26000872 memory=280600011569040 CPUtime=0.03 cores=0-7
/proc/8483/task/8498/stat : 8498 (java) S 8480 8483 5410 0 -1 1077944384 637 0 0 0 3 0 0 0 20 0 20 0 175745332 26624892928 12287 33554432000 4194304 4196468 140721647387056 139727779907568 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8499] ppid=8480 vsize=26000872 memory=280600011575952 CPUtime=0.02 cores=0-7
/proc/8483/task/8499/stat : 8499 (java) R 8480 8483 5410 0 -1 1077944384 89 0 0 0 2 0 0 0 20 0 20 0 175745332 26624892928 12287 33554432000 4194304 4196468 140721647387056 139727778855024 139729108896386 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8500] ppid=8480 vsize=26000872 memory=280600011573648 CPUtime=0.04 cores=0-7
/proc/8483/task/8500/stat : 8500 (java) S 8480 8483 5410 0 -1 1077944384 284 0 0 0 4 0 0 0 20 0 20 0 175745332 26624892928 12287 33554432000 4194304 4196468 140721647387056 139727777802480 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8501] ppid=8480 vsize=26000872 memory=280600011590256 CPUtime=0.08 cores=0-7
/proc/8483/task/8501/stat : 8501 (java) S 8480 8483 5410 0 -1 1077944384 449 0 0 0 8 0 0 0 20 0 20 0 175745332 26624892928 12287 33554432000 4194304 4196468 140721647387056 139727776749936 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8502] ppid=8480 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8502/stat : 8502 (java) S 8480 8483 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175745332 26624892928 12287 33554432000 4194304 4196468 140721647387056 139727775697632 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8503] ppid=8480 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/8483/task/8503/stat : 8503 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745332 26624892928 12287 33554432000 4194304 4196468 140721647387056 139727774645168 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49148 KiB

[startup+0.700873 s]
/proc/loadavg: 8.78 8.70 8.60 5/198 8503
/proc/meminfo: memFree=21517936/32770624 swapFree=67108860/67108860
[pid=8483] ppid=8480 vsize=26004968 memory=80544 CPUtime=1.11 cores=0-7
/proc/8483/stat : 8483 (java) S 8480 8483 5410 0 -1 1077944320 13251 0 0 0 107 4 0 0 20 0 20 0 175745326 26629087232 20136 33554432000 4194304 4196468 140721647387056 140721647369600 139729108885239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
/proc/8483/statm: 6501242 20136 3759 1 0 6488956 0
[pid=8483/tid=8485] ppid=8480 vsize=26004968 memory=0 CPUtime=0.67 cores=0-7
/proc/8483/task/8485/stat : 8485 (java) R 8480 8483 5410 0 -1 4202560 9639 0 0 0 65 2 0 0 20 0 20 0 175745326 26629087232 20136 33554432000 4194304 4196468 140721647387056 139729113121168 139729092965726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8486] ppid=8480 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8486/stat : 8486 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26629087232 20136 33554432000 4194304 4196468 140721647387056 139729061505808 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8487] ppid=8480 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8487/stat : 8487 (java) S 8480 8483 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175745327 26629087232 20136 33554432000 4194304 4196468 140721647387056 139729060453264 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8488] ppid=8480 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8488/stat : 8488 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26629087232 20136 33554432000 4194304 4196468 140721647387056 139729059400720 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8489] ppid=8480 vsize=26004968 memory=1004 CPUtime=0 cores=0-7
/proc/8483/task/8489/stat : 8489 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26629087232 20136 33554432000 4194304 4196468 140721647387056 139729058348176 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8490] ppid=8480 vsize=26004968 memory=5788 CPUtime=0 cores=0-7
/proc/8483/task/8490/stat : 8490 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26629087232 20136 33554432000 4194304 4196468 140721647387056 139729057294608 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8491] ppid=8480 vsize=26004968 memory=1196 CPUtime=0 cores=0-7
/proc/8483/task/8491/stat : 8491 (java) S 8480 8483 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175745327 26629087232 20136 33554432000 4194304 4196468 140721647387056 139729056242064 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8492] ppid=8480 vsize=26004968 memory=4612 CPUtime=0 cores=0-7
/proc/8483/task/8492/stat : 8492 (java) S 8480 8483 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175745327 26629087232 20136 33554432000 4194304 4196468 140721647387056 139729055189520 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8493] ppid=8480 vsize=26004968 memory=15876 CPUtime=0 cores=0-7
/proc/8483/task/8493/stat : 8493 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26629087232 20136 33554432000 4194304 4196468 140721647387056 139729054136976 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8494] ppid=8480 vsize=26004968 memory=18448 CPUtime=0 cores=0-7
/proc/8483/task/8494/stat : 8494 (java) S 8480 8483 5410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 175745329 26629087232 20136 33554432000 4194304 4196468 140721647387056 139727784118768 139729108896386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8495] ppid=8480 vsize=26004968 memory=26856 CPUtime=0 cores=0-7
/proc/8483/task/8495/stat : 8495 (java) S 8480 8483 5410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 175745329 26629087232 20136 33554432000 4194304 4196468 140721647387056 139727783064992 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8496] ppid=8480 vsize=26004968 memory=4044 CPUtime=0 cores=0-7
/proc/8483/task/8496/stat : 8496 (java) S 8480 8483 5410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 175745329 26629087232 20136 33554432000 4194304 4196468 140721647387056 139727782012400 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8497] ppid=8480 vsize=26004968 memory=1792 CPUtime=0 cores=0-7
/proc/8483/task/8497/stat : 8497 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745332 26629087232 20136 33554432000 4194304 4196468 140721647387056 139727780960976 139729108903835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8498] ppid=8480 vsize=26004968 memory=636 CPUtime=0.08 cores=0-7
/proc/8483/task/8498/stat : 8498 (java) S 8480 8483 5410 0 -1 1077944384 855 0 0 0 8 0 0 0 20 0 20 0 175745332 26629087232 20136 33554432000 4194304 4196468 140721647387056 139727779907568 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8499] ppid=8480 vsize=26004968 memory=1420 CPUtime=0.05 cores=0-7
/proc/8483/task/8499/stat : 8499 (java) S 8480 8483 5410 0 -1 1077944384 231 0 0 0 5 0 0 0 20 0 20 0 175745332 26629087232 20136 33554432000 4194304 4196468 140721647387056 139727778855024 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8500] ppid=8480 vsize=26004968 memory=11108 CPUtime=0.08 cores=0-7
/proc/8483/task/8500/stat : 8500 (java) S 8480 8483 5410 0 -1 1077944384 339 0 0 0 8 0 0 0 20 0 20 0 175745332 26629087232 20136 33554432000 4194304 4196468 140721647387056 139727777802480 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8501] ppid=8480 vsize=26004968 memory=1712 CPUtime=0.19 cores=0-7
/proc/8483/task/8501/stat : 8501 (java) S 8480 8483 5410 0 -1 1077944384 804 0 0 0 19 0 0 0 20 0 20 0 175745332 26629087232 20136 33554432000 4194304 4196468 140721647387056 139727776749936 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8502] ppid=8480 vsize=26004968 memory=1952 CPUtime=0 cores=0-7
/proc/8483/task/8502/stat : 8502 (java) S 8480 8483 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175745332 26629087232 20136 33554432000 4194304 4196468 140721647387056 139727775697632 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8503] ppid=8480 vsize=26004968 memory=8624 CPUtime=0 cores=0-7
/proc/8483/task/8503/stat : 8503 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745332 26629087232 20136 33554432000 4194304 4196468 140721647387056 139727774645168 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 26004968 KiB
Current children cumulated memory: 80544 KiB

[startup+1.27319 s]
# the end of solver process 8483 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.85981 s, system=0.114229 s

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

[startup+0.800949 s]
/proc/loadavg: 8.78 8.70 8.60 5/198 8503
/proc/meminfo: memFree=21517936/32770624 swapFree=67108860/67108860
[pid=8483] ppid=8480 vsize=26007016 memory=89692 CPUtime=1.31 cores=0-7
/proc/8483/stat : 8483 (java) S 8480 8483 5410 0 -1 1077944320 14463 0 0 0 126 5 0 0 20 0 20 0 175745326 26631184384 22423 33554432000 4194304 4196468 140721647387056 140721647369600 139729108885239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
/proc/8483/statm: 6501754 22423 3770 1 0 6489468 0
[pid=8483/tid=8485] ppid=8480 vsize=26007016 memory=792 CPUtime=0.77 cores=0-7
/proc/8483/task/8485/stat : 8485 (java) R 8480 8483 5410 0 -1 4202560 10645 0 0 0 74 3 0 0 20 0 20 0 175745326 26631184384 22423 33554432000 4194304 4196468 140721647387056 139729113121216 139728727861767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8486] ppid=8480 vsize=26007016 memory=1004 CPUtime=0 cores=0-7
/proc/8483/task/8486/stat : 8486 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26631184384 22423 33554432000 4194304 4196468 140721647387056 139729061505808 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8487] ppid=8480 vsize=26007016 memory=5788 CPUtime=0 cores=0-7
/proc/8483/task/8487/stat : 8487 (java) S 8480 8483 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175745327 26631184384 22423 33554432000 4194304 4196468 140721647387056 139729060453264 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8488] ppid=8480 vsize=26007016 memory=1196 CPUtime=0 cores=0-7
/proc/8483/task/8488/stat : 8488 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26631184384 22423 33554432000 4194304 4196468 140721647387056 139729059400720 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8489] ppid=8480 vsize=26007016 memory=4612 CPUtime=0 cores=0-7
/proc/8483/task/8489/stat : 8489 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26631184384 22423 33554432000 4194304 4196468 140721647387056 139729058348176 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8490] ppid=8480 vsize=26007016 memory=15876 CPUtime=0 cores=0-7
/proc/8483/task/8490/stat : 8490 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26631184384 22423 33554432000 4194304 4196468 140721647387056 139729057294608 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8491] ppid=8480 vsize=26007016 memory=18448 CPUtime=0 cores=0-7
/proc/8483/task/8491/stat : 8491 (java) S 8480 8483 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175745327 26631184384 22423 33554432000 4194304 4196468 140721647387056 139729056242064 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8492] ppid=8480 vsize=26007016 memory=26856 CPUtime=0 cores=0-7
/proc/8483/task/8492/stat : 8492 (java) S 8480 8483 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 175745327 26631184384 22423 33554432000 4194304 4196468 140721647387056 139729055189520 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8493] ppid=8480 vsize=26007016 memory=280600011558352 CPUtime=0 cores=0-7
/proc/8483/task/8493/stat : 8493 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745327 26631184384 22423 33554432000 4194304 4196468 140721647387056 139729054136976 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8494] ppid=8480 vsize=26007016 memory=280600011345424 CPUtime=0 cores=0-7
/proc/8483/task/8494/stat : 8494 (java) S 8480 8483 5410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 175745329 26631184384 22423 33554432000 4194304 4196468 140721647387056 139727784118768 139729108896386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8495] ppid=8480 vsize=26007016 memory=280600011345296 CPUtime=0 cores=0-7
/proc/8483/task/8495/stat : 8495 (java) S 8480 8483 5410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 175745329 26631184384 22423 33554432000 4194304 4196468 140721647387056 139727783064992 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8496] ppid=8480 vsize=26007016 memory=164 CPUtime=0 cores=0-7
/proc/8483/task/8496/stat : 8496 (java) S 8480 8483 5410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 175745329 26631184384 22423 33554432000 4194304 4196468 140721647387056 139727782012400 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8497] ppid=8480 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8497/stat : 8497 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745332 26631184384 22423 33554432000 4194304 4196468 140721647387056 139727780960976 139729108903835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8498] ppid=8480 vsize=26007016 memory=0 CPUtime=0.08 cores=0-7
/proc/8483/task/8498/stat : 8498 (java) S 8480 8483 5410 0 -1 1077944384 865 0 0 0 8 0 0 0 20 0 20 0 175745332 26631184384 22423 33554432000 4194304 4196468 140721647387056 139727779907568 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8499] ppid=8480 vsize=26007016 memory=0 CPUtime=0.08 cores=0-7
/proc/8483/task/8499/stat : 8499 (java) S 8480 8483 5410 0 -1 1077944384 262 0 0 0 8 0 0 0 20 0 20 0 175745332 26631184384 22423 33554432000 4194304 4196468 140721647387056 139727778855024 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8500] ppid=8480 vsize=26007016 memory=0 CPUtime=0.09 cores=0-7
/proc/8483/task/8500/stat : 8500 (java) S 8480 8483 5410 0 -1 1077944384 351 0 0 0 9 0 0 0 20 0 20 0 175745332 26631184384 22423 33554432000 4194304 4196468 140721647387056 139727777802480 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8501] ppid=8480 vsize=26007016 memory=0 CPUtime=0.25 cores=0-7
/proc/8483/task/8501/stat : 8501 (java) R 8480 8483 5410 0 -1 4202560 958 0 0 0 25 0 0 0 20 0 20 0 175745332 26631184384 22423 33554432000 4194304 4196468 140721647387056 139727776749936 139729092965726 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8502] ppid=8480 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8502/stat : 8502 (java) S 8480 8483 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 175745332 26631184384 22423 33554432000 4194304 4196468 140721647387056 139727775697632 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8503] ppid=8480 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8503/stat : 8503 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 175745332 26631184384 22423 33554432000 4194304 4196468 140721647387056 139727774645168 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 89692 KiB

[startup+1.20085 s]
/proc/loadavg: 8.78 8.70 8.60 2/199 8504
/proc/meminfo: memFree=21445976/32770624 swapFree=67108860/67108860
[pid=8483] ppid=8480 vsize=26946120 memory=179584 CPUtime=2.69 cores=0-7
/proc/8483/stat : 8483 (java) S 8480 8483 5410 0 -1 1077944320 28571 0 0 0 261 8 0 0 20 0 35 0 175745326 27592826880 44896 33554432000 4194304 4196468 140721647387056 140721647369600 139729108885239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
/proc/8483/statm: 6736530 44896 3791 1 0 6723723 0
[pid=8483/tid=8485] ppid=8480 vsize=26946120 memory=8112282956445269571 CPUtime=1.1 cores=0-7
/proc/8483/task/8485/stat : 8485 (java) S 8480 8483 5410 0 -1 1077944384 12785 0 0 0 107 3 0 0 20 0 35 0 175745326 27592826880 44896 33554432000 4194304 4196468 140721647387056 139729113122944 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8486] ppid=8480 vsize=26946120 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/8483/task/8486/stat : 8486 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 175745327 27592826880 44896 33554432000 4194304 4196468 140721647387056 139729061505808 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8487] ppid=8480 vsize=26946120 memory=15260333174426010 CPUtime=0 cores=0-7
/proc/8483/task/8487/stat : 8487 (java) S 8480 8483 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 175745327 27592826880 44896 33554432000 4194304 4196468 140721647387056 139729060453264 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8488] ppid=8480 vsize=26946120 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8488/stat : 8488 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 175745327 27592826880 44896 33554432000 4194304 4196468 140721647387056 139729059400720 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8489] ppid=8480 vsize=26947148 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8489/stat : 8489 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 36 0 175745327 27593879552 44896 33554432000 4194304 4196468 140721647387056 139729058348176 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8490] ppid=8480 vsize=26947148 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/8483/task/8490/stat : 8490 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 36 0 175745327 27593879552 44896 33554432000 4194304 4196468 140721647387056 139729057294608 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8491] ppid=8480 vsize=26947148 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8491/stat : 8491 (java) S 8480 8483 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 36 0 175745327 27593879552 44896 33554432000 4194304 4196468 140721647387056 139729056242064 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8492] ppid=8480 vsize=26947148 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8492/stat : 8492 (java) S 8480 8483 5410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 36 0 175745327 27593879552 44896 33554432000 4194304 4196468 140721647387056 139729055189520 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8493] ppid=8480 vsize=26947148 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8493/stat : 8493 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 36 0 175745327 27593879552 44896 33554432000 4194304 4196468 140721647387056 139729054136976 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8494] ppid=8480 vsize=27079248 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8494/stat : 8494 (java) S 8480 8483 5410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 36 0 175745329 27729149952 44896 33554432000 4194304 4196468 140721647387056 139727784118768 139729108896386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8495] ppid=8480 vsize=27144784 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8495/stat : 8495 (java) S 8480 8483 5410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 37 0 175745329 27796258816 44896 33554432000 4194304 4196468 140721647387056 139727783064992 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8496] ppid=8480 vsize=27079248 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8496/stat : 8496 (java) S 8480 8483 5410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 37 0 175745329 27729149952 44896 33554432000 4194304 4196468 140721647387056 139727782012400 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8497] ppid=8480 vsize=27079248 memory=0 CPUtime=0 cores=0-7
/proc/8483/task/8497/stat : 8497 (java) S 8480 8483 5410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 37 0 175745332 27729149952 44896 33554432000 4194304 4196468 140721647387056 139727780960976 139729108903835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8498] ppid=8480 vsize=27079248 memory=0 CPUtime=0.29 cores=0-7
/proc/8483/task/8498/stat : 8498 (java) R 8480 8483 5410 0 -1 4202560 3022 0 0 0 28 1 0 0 20 0 37 0 175745332 27729149952 44896 33554432000 4194304 4196468 140721647387056 139727779907568 139729086908030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8499] ppid=8480 vsize=27079248 memory=288230574492221466 CPUtime=0.27 cores=0-7
/proc/8483/task/8499/stat : 8499 (java) R 8480 8483 5410 0 -1 4202560 2012 0 0 0 27 0 0 0 20 0 37 0 175745332 27729149952 44896 33554432000 4194304 4196468 140721647387056 139727778855024 139729094949600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8500] ppid=8480 vsize=27079248 memory=0 CPUtime=0.3 cores=0-7
/proc/8483/task/8500/stat : 8500 (java) D 8480 8483 5410 0 -1 4202560 2828 0 0 0 30 0 0 0 20 0 37 0 175745332 27729149952 44896 33554432000 4194304 4196468 140721647387056 139727777787808 139729089585536 0 4 0 16800975 18446744071582151416 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8501] ppid=8480 vsize=27079248 memory=6656426216303648864 CPUtime=0.45 cores=0-7
/proc/8483/task/8501/stat : 8501 (java) R 8480 8483 5410 0 -1 4202560 5206 0 0 0 44 1 0 0 20 0 37 0 175745332 27729149952 44896 33554432000 4194304 4196468 140721647387056 139727776749936 139729088021012 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8502] ppid=8480 vsize=27079248 memory=7446811206709962832 CPUtime=0 cores=0-7
/proc/8483/task/8502/stat : 8502 (java) S 8480 8483 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 37 0 175745332 27729149952 44897 33554432000 4194304 4196468 140721647387056 139727775697632 139729108895445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8503] ppid=8480 vsize=27079248 memory=280600011705568 CPUtime=0 cores=0-7
/proc/8483/task/8503/stat : 8503 (java) S 8480 8483 5410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 37 0 175745332 27729149952 44897 33554432000 4194304 4196468 140721647387056 139727774645168 139729108896386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
[pid=8483/tid=8504] ppid=8480 vsize=27144784 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/8483/task/8504/stat : 8504 (java) R 8480 8483 5410 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 37 0 175745415 27796258816 44897 33554432000 4194304 4196468 140721647387056 139727562843472 139728726841120 0 4 0 16800975 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 8200192 140721647391847 140721647392032 140721647392032 140721647394767 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 26946120 KiB
Current children cumulated memory: 179584 KiB

Child status: 0
Real time (s): 1.27327
CPU time (s): 2.97403
CPU user time (s): 2.85981
CPU system time (s): 0.114229
CPU usage (%): 233.575
Max. virtual memory (cumulated for all children) (KiB): 26946120
Max. memory (cumulated for all children) (KiB): 179584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.8598
system time used= 0.114229
maximum resident set size= 216224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31309
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4644
involuntary context switches= 2


# summary of solver processes directly reported to runsolver:
#   pid: 8483
#   total CPU time (s): 2.97403
#   total CPU user time (s): 2.85981
#   total CPU system time (s): 0.114229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041048 second user time and 0.042067 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-22 20:15:14
IDJOB=4285987
IDBENCH=115944
IDSOLVER=2682
FILE ID=node107/4285987-1503426575
RUNJOBID= node107-1503415160-5437
PBS_JOBID= 20632126
Free space on /tmp= 61252 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-05.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285987-1503426575/watcher-4285987-1503426575 -o /tmp/evaluation-result-4285987-1503426575/solver-4285987-1503426575 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node107-1503415160-5437 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1379734483 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285987-1503426575.xml

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

MD5SUM BENCH= 32500dad091342bc2572e78f81e7a2ec
RANDOM SEED=1379734483

node107.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.84
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.84
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.84
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.84
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:        21565484 kB
MemAvailable:   31947532 kB
Buffers:          281984 kB
Cached:         10386116 kB
SwapCached:            0 kB
Active:          1788376 kB
Inactive:        8934856 kB
Active(anon):      58108 kB
Inactive(anon):    41324 kB
Active(file):    1730268 kB
Inactive(file):  8893532 kB
Unevictable:        7640 kB
Mlocked:            7640 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42236 kB
Writeback:             4 kB
AnonPages:         62636 kB
Mapped:            54968 kB
Shmem:             41612 kB
Slab:             174684 kB
SReclaimable:     148164 kB
SUnreclaim:        26520 kB
KernelStack:        3136 kB
PageTables:         4360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     344832 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:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61212 MiB
End job on node107 at 2017-08-22 20:15:15