Trace number 4285083

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 NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22SAT 4.95714 1.7036

General information on the benchmark

NameBlackhole/Blackhole-m1-s04/
Blackhole-04-3-07.xml
MD5SUMb9d1641bf9ce43abb78b46afb69e9276
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.017926
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints27
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":32}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":27},{"degree":3,"count":5}]
Minimum constraint arity1
Maximum constraint arity32
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":25},{"arity":32,"count":1}]
Number of extensional constraints15
Number of intensional constraints11
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":11},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-08-22
0.29/0.26	c seed: 2059455713
0.29/0.26	c timeout: 20160
0.29/0.26	c memlimit: 22000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
0.85/0.54	c Parsing done, starting search...
4.43/1.68	s SATISFIABLE
4.43/1.68	v <instantiation>
4.43/1.68	v 	<list>
4.43/1.68	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15]
4.43/1.68	v 	</list>
4.43/1.68	v 	<values>
4.43/1.68	v 		0 7 10 3 2 1 4 15 12 11 6 9 8 13 14 5 0 5 4 3 6 15 10 1 12 11 2 9 8 13 14 7 
4.43/1.68	v 	</values>
4.43/1.68	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285083-1503446828/watcher-4285083-1503446828 -o /tmp/evaluation-result-4285083-1503446828/solver-4285083-1503446828 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503438312-8174 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2059455713 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285083-1503446828.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=9925, runsolver pid=9922

[startup+0.100117 s]*
/proc/loadavg: 3.31 6.84 8.01 2/198 9945
/proc/meminfo: memFree=23529584/32770624 swapFree=67108860/67108860
[pid=9925] ppid=9922 vsize=26000852 memory=32296 CPUtime=0.12 cores=0-7
/proc/9925/stat : 9925 (java) S 9922 9925 8147 0 -1 1077944320 8480 0 0 0 10 2 0 0 20 0 20 0 177763599 26624872448 8074 33554432000 4194304 4196468 140728591762976 140728591745520 140620821487351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
/proc/9925/statm: 6500213 8074 3405 1 0 6487932 0
[pid=9925/tid=9927] ppid=9922 vsize=26000852 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/9925/task/9927/stat : 9927 (java) R 9922 9925 8147 0 -1 4202560 6420 0 0 0 8 1 0 0 20 0 20 0 177763599 26624872448 8074 33554432000 4194304 4196468 140728591762976 140620825702384 140620805567838 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9928] ppid=9922 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/9925/task/9928/stat : 9928 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26624872448 8074 33554432000 4194304 4196468 140728591762976 140620379507216 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9929] ppid=9922 vsize=26000852 memory=139837061084800 CPUtime=0 cores=0-7
/proc/9925/task/9929/stat : 9929 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763600 26624872448 8074 33554432000 4194304 4196468 140728591762976 140620378454672 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9930] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9930/stat : 9930 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26624872448 8074 33554432000 4194304 4196468 140728591762976 140620377401616 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9931] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9931/stat : 9931 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26624872448 8074 33554432000 4194304 4196468 140728591762976 140620376349072 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9932] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9932/stat : 9932 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26624872448 8074 33554432000 4194304 4196468 140728591762976 140620375297040 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9933] ppid=9922 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9925/task/9933/stat : 9933 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26624872448 8074 33554432000 4194304 4196468 140728591762976 140620374244496 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9934] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9934/stat : 9934 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763600 26624872448 8074 33554432000 4194304 4196468 140728591762976 140620373191440 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9935] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9935/stat : 9935 (java) S 9922 9925 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177763600 26624872448 8074 33554432000 4194304 4196468 140728591762976 140620372138896 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9936] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9936/stat : 9936 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763602 26624872448 8074 33554432000 4194304 4196468 140728591762976 140619429120240 140620821498498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9937] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9937/stat : 9937 (java) S 9922 9925 8147 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177763602 26624872448 8074 33554432000 4194304 4196468 140728591762976 140619428066464 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9938] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9938/stat : 9938 (java) S 9922 9925 8147 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177763602 26624872448 8074 33554432000 4194304 4196468 140728591762976 140619427013360 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9939] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9939/stat : 9939 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763605 26624872448 8074 33554432000 4194304 4196468 140728591762976 140619425961936 140620821505947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9940] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9940/stat : 9940 (java) S 9922 9925 8147 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 177763605 26624872448 8074 33554432000 4194304 4196468 140728591762976 140619424910064 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9941] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9941/stat : 9941 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763605 26624872448 8074 33554432000 4194304 4196468 140728591762976 140619423857520 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9942] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9942/stat : 9942 (java) S 9922 9925 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177763605 26624872448 8074 33554432000 4194304 4196468 140728591762976 140619422804464 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9943] ppid=9922 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/9925/task/9943/stat : 9943 (java) R 9922 9925 8147 0 -1 4202560 369 0 0 0 1 0 0 0 20 0 20 0 177763605 26624872448 8074 33554432000 4194304 4196468 140728591762976 140619421751920 140620813724478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9944] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9944/stat : 9944 (java) S 9922 9925 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177763605 26624872448 8074 33554432000 4194304 4196468 140728591762976 140619420699104 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9945] ppid=9922 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9925/task/9945/stat : 9945 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763605 26624872448 8074 33554432000 4194304 4196468 140728591762976 140619419646640 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32296 KiB

[startup+0.210348 s]*
/proc/loadavg: 3.31 6.84 8.01 2/198 9945
/proc/meminfo: memFree=23521084/32770624 swapFree=67108860/67108860
[pid=9925] ppid=9922 vsize=26000852 memory=41172 CPUtime=0.29 cores=0-7
/proc/9925/stat : 9925 (java) S 9922 9925 8147 0 -1 1077944320 9486 0 0 0 27 2 0 0 20 0 20 0 177763599 26624872448 10293 33554432000 4194304 4196468 140728591762976 140728591745520 140620821487351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
/proc/9925/statm: 6500213 10293 3610 1 0 6487932 0
[pid=9925/tid=9927] ppid=9922 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/9925/task/9927/stat : 9927 (java) R 9922 9925 8147 0 -1 4202560 7044 0 0 0 18 1 0 0 20 0 20 0 177763599 26624872448 10293 33554432000 4194304 4196468 140728591762976 140620825696952 140620821509277 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9928] ppid=9922 vsize=26000852 memory=13941 CPUtime=0 cores=0-7
/proc/9925/task/9928/stat : 9928 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26624872448 10293 33554432000 4194304 4196468 140728591762976 140620379507216 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9929] ppid=9922 vsize=26000852 memory=139837061093490 CPUtime=0 cores=0-7
/proc/9925/task/9929/stat : 9929 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763600 26624872448 10293 33554432000 4194304 4196468 140728591762976 140620378454672 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9930] ppid=9922 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9925/task/9930/stat : 9930 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26624872448 10293 33554432000 4194304 4196468 140728591762976 140620377401616 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9931] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9931/stat : 9931 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26624872448 10293 33554432000 4194304 4196468 140728591762976 140620376349072 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9932] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9932/stat : 9932 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26624872448 10293 33554432000 4194304 4196468 140728591762976 140620375297040 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9933] ppid=9922 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9925/task/9933/stat : 9933 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26624872448 10293 33554432000 4194304 4196468 140728591762976 140620374244496 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9934] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9934/stat : 9934 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763600 26624872448 10293 33554432000 4194304 4196468 140728591762976 140620373191440 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9935] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9935/stat : 9935 (java) S 9922 9925 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177763600 26624872448 10293 33554432000 4194304 4196468 140728591762976 140620372138896 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9936] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9936/stat : 9936 (java) S 9922 9925 8147 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177763602 26624872448 10293 33554432000 4194304 4196468 140728591762976 140619429120240 140620821498498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9937] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9937/stat : 9937 (java) S 9922 9925 8147 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177763602 26624872448 10293 33554432000 4194304 4196468 140728591762976 140619428066464 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9938] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9938/stat : 9938 (java) S 9922 9925 8147 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177763602 26624872448 10293 33554432000 4194304 4196468 140728591762976 140619427013360 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9939] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9939/stat : 9939 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763605 26624872448 10293 33554432000 4194304 4196468 140728591762976 140619425961936 140620821505947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9940] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9940/stat : 9940 (java) S 9922 9925 8147 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 20 0 177763605 26624872448 10293 33554432000 4194304 4196468 140728591762976 140619424910064 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9941] ppid=9922 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/9925/task/9941/stat : 9941 (java) S 9922 9925 8147 0 -1 1077944384 131 0 0 0 1 0 0 0 20 0 20 0 177763605 26624872448 10293 33554432000 4194304 4196468 140728591762976 140619423857520 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9942] ppid=9922 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/9925/task/9942/stat : 9942 (java) S 9922 9925 8147 0 -1 1077944384 204 0 0 0 1 0 0 0 20 0 20 0 177763605 26624872448 10293 33554432000 4194304 4196468 140728591762976 140619422804464 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9943] ppid=9922 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/9925/task/9943/stat : 9943 (java) S 9922 9925 8147 0 -1 1077944384 395 0 0 0 5 0 0 0 20 0 20 0 177763605 26624872448 10293 33554432000 4194304 4196468 140728591762976 140619421751920 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9944] ppid=9922 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9944/stat : 9944 (java) S 9922 9925 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177763605 26624872448 10293 33554432000 4194304 4196468 140728591762976 140619420699104 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9945] ppid=9922 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9925/task/9945/stat : 9945 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763605 26624872448 10293 33554432000 4194304 4196468 140728591762976 140619419646640 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41172 KiB

[startup+0.309785 s]*
/proc/loadavg: 3.31 6.84 8.01 2/198 9945
/proc/meminfo: memFree=23513516/32770624 swapFree=67108860/67108860
[pid=9925] ppid=9922 vsize=26000872 memory=49512 CPUtime=0.48 cores=0-7
/proc/9925/stat : 9925 (java) S 9922 9925 8147 0 -1 1077944320 10656 0 0 0 45 3 0 0 20 0 20 0 177763599 26624892928 12378 33554432000 4194304 4196468 140728591762976 140728591745520 140620821487351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
/proc/9925/statm: 6500218 12378 3712 1 0 6487932 0
[pid=9925/tid=9927] ppid=9922 vsize=26000872 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9925/task/9927/stat : 9927 (java) R 9922 9925 8147 0 -1 4202560 7751 0 0 0 27 2 0 0 20 0 20 0 177763599 26624892928 12378 33554432000 4194304 4196468 140728591762976 140620825717792 140620805567838 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9928] ppid=9922 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9928/stat : 9928 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26624892928 12378 33554432000 4194304 4196468 140728591762976 140620379507216 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9929] ppid=9922 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9929/stat : 9929 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763600 26624892928 12378 33554432000 4194304 4196468 140728591762976 140620378454672 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9930] ppid=9922 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9930/stat : 9930 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26624892928 12378 33554432000 4194304 4196468 140728591762976 140620377401616 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9931] ppid=9922 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9931/stat : 9931 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26624892928 12378 33554432000 4194304 4196468 140728591762976 140620376349072 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9932] ppid=9922 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/9925/task/9932/stat : 9932 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26624892928 12378 33554432000 4194304 4196468 140728591762976 140620375297040 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9933] ppid=9922 vsize=26000872 memory=139836954604463 CPUtime=0 cores=0-7
/proc/9925/task/9933/stat : 9933 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26624892928 12378 33554432000 4194304 4196468 140728591762976 140620374244496 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9934] ppid=9922 vsize=26000872 memory=139836954606768 CPUtime=0 cores=0-7
/proc/9925/task/9934/stat : 9934 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763600 26624892928 12378 33554432000 4194304 4196468 140728591762976 140620373191440 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9935] ppid=9922 vsize=26000872 memory=139836954609072 CPUtime=0 cores=0-7
/proc/9925/task/9935/stat : 9935 (java) S 9922 9925 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177763600 26624892928 12378 33554432000 4194304 4196468 140728591762976 140620372138896 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9936] ppid=9922 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9936/stat : 9936 (java) S 9922 9925 8147 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177763602 26624892928 12378 33554432000 4194304 4196468 140728591762976 140619429120240 140620821498498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9937] ppid=9922 vsize=26000872 memory=279673909225104 CPUtime=0 cores=0-7
/proc/9925/task/9937/stat : 9937 (java) S 9922 9925 8147 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177763602 26624892928 12378 33554432000 4194304 4196468 140728591762976 140619428066464 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9938] ppid=9922 vsize=26000872 memory=279673909232016 CPUtime=0 cores=0-7
/proc/9925/task/9938/stat : 9938 (java) S 9922 9925 8147 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177763602 26624892928 12378 33554432000 4194304 4196468 140728591762976 140619427013360 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9939] ppid=9922 vsize=26000872 memory=279673909173296 CPUtime=0 cores=0-7
/proc/9925/task/9939/stat : 9939 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763605 26624892928 12378 33554432000 4194304 4196468 140728591762976 140619425961936 140620821505947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9940] ppid=9922 vsize=26000872 memory=279673909245840 CPUtime=0.04 cores=0-7
/proc/9925/task/9940/stat : 9940 (java) S 9922 9925 8147 0 -1 1077944384 570 0 0 0 4 0 0 0 20 0 20 0 177763605 26624892928 12378 33554432000 4194304 4196468 140728591762976 140619424910064 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9941] ppid=9922 vsize=26000872 memory=279673909252752 CPUtime=0.02 cores=0-7
/proc/9925/task/9941/stat : 9941 (java) S 9922 9925 8147 0 -1 1077944384 147 0 0 0 2 0 0 0 20 0 20 0 177763605 26624892928 12378 33554432000 4194304 4196468 140728591762976 140619423857520 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9942] ppid=9922 vsize=26000872 memory=279673909250448 CPUtime=0.02 cores=0-7
/proc/9925/task/9942/stat : 9942 (java) S 9922 9925 8147 0 -1 1077944384 396 0 0 0 2 0 0 0 20 0 20 0 177763605 26624892928 12378 33554432000 4194304 4196468 140728591762976 140619422804464 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9943] ppid=9922 vsize=26000872 memory=279673909267056 CPUtime=0.07 cores=0-7
/proc/9925/task/9943/stat : 9943 (java) S 9922 9925 8147 0 -1 1077944384 413 0 0 0 7 0 0 0 20 0 20 0 177763605 26624892928 12378 33554432000 4194304 4196468 140728591762976 140619421751920 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9944] ppid=9922 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9944/stat : 9944 (java) S 9922 9925 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177763605 26624892928 12378 33554432000 4194304 4196468 140728591762976 140619420699104 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9945] ppid=9922 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/9925/task/9945/stat : 9945 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763605 26624892928 12378 33554432000 4194304 4196468 140728591762976 140619419646640 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49512 KiB

[startup+0.700871 s]
/proc/loadavg: 3.31 6.84 8.01 4/198 9945
/proc/meminfo: memFree=23500116/32770624 swapFree=67108860/67108860
[pid=9925] ppid=9922 vsize=26004968 memory=80908 CPUtime=1.09 cores=0-7
/proc/9925/stat : 9925 (java) S 9922 9925 8147 0 -1 1077944320 13290 0 0 0 104 5 0 0 20 0 20 0 177763599 26629087232 20227 33554432000 4194304 4196468 140728591762976 140728591745520 140620821487351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
/proc/9925/statm: 6501242 20227 3763 1 0 6488956 0
[pid=9925/tid=9927] ppid=9922 vsize=26004968 memory=0 CPUtime=0.67 cores=0-7
/proc/9925/task/9927/stat : 9927 (java) R 9922 9925 8147 0 -1 4202560 9746 0 0 0 64 3 0 0 20 0 20 0 177763599 26629087232 20227 33554432000 4194304 4196468 140728591762976 140620825706448 140728592221952 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9928] ppid=9922 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9928/stat : 9928 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26629087232 20227 33554432000 4194304 4196468 140728591762976 140620379507216 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9929] ppid=9922 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9929/stat : 9929 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763600 26629087232 20227 33554432000 4194304 4196468 140728591762976 140620378454672 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9930] ppid=9922 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9930/stat : 9930 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26629087232 20227 33554432000 4194304 4196468 140728591762976 140620377401616 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9931] ppid=9922 vsize=26004968 memory=792 CPUtime=0 cores=0-7
/proc/9925/task/9931/stat : 9931 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26629087232 20227 33554432000 4194304 4196468 140728591762976 140620376349072 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9932] ppid=9922 vsize=26004968 memory=1204 CPUtime=0 cores=0-7
/proc/9925/task/9932/stat : 9932 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26629087232 20227 33554432000 4194304 4196468 140728591762976 140620375297040 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9933] ppid=9922 vsize=26004968 memory=1728 CPUtime=0 cores=0-7
/proc/9925/task/9933/stat : 9933 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177763600 26629087232 20227 33554432000 4194304 4196468 140728591762976 140620374244496 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9934] ppid=9922 vsize=26004968 memory=1440 CPUtime=0 cores=0-7
/proc/9925/task/9934/stat : 9934 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763600 26629087232 20227 33554432000 4194304 4196468 140728591762976 140620373191440 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9935] ppid=9922 vsize=26004968 memory=15880 CPUtime=0 cores=0-7
/proc/9925/task/9935/stat : 9935 (java) S 9922 9925 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177763600 26629087232 20227 33554432000 4194304 4196468 140728591762976 140620372138896 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9936] ppid=9922 vsize=26004968 memory=16244 CPUtime=0 cores=0-7
/proc/9925/task/9936/stat : 9936 (java) S 9922 9925 8147 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177763602 26629087232 20227 33554432000 4194304 4196468 140728591762976 140619429120240 140620821498498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9937] ppid=9922 vsize=26004968 memory=28048 CPUtime=0 cores=0-7
/proc/9925/task/9937/stat : 9937 (java) S 9922 9925 8147 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177763602 26629087232 20227 33554432000 4194304 4196468 140728591762976 140619428066464 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9938] ppid=9922 vsize=26004968 memory=4044 CPUtime=0 cores=0-7
/proc/9925/task/9938/stat : 9938 (java) S 9922 9925 8147 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177763602 26629087232 20227 33554432000 4194304 4196468 140728591762976 140619427013360 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9939] ppid=9922 vsize=26004968 memory=1792 CPUtime=0 cores=0-7
/proc/9925/task/9939/stat : 9939 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763605 26629087232 20227 33554432000 4194304 4196468 140728591762976 140619425961936 140620821505947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9940] ppid=9922 vsize=26004968 memory=636 CPUtime=0.06 cores=0-7
/proc/9925/task/9940/stat : 9940 (java) S 9922 9925 8147 0 -1 1077944384 602 0 0 0 6 0 0 0 20 0 20 0 177763605 26629087232 20227 33554432000 4194304 4196468 140728591762976 140619424910064 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9941] ppid=9922 vsize=26004968 memory=12136 CPUtime=0.06 cores=0-7
/proc/9925/task/9941/stat : 9941 (java) S 9922 9925 8147 0 -1 1077944384 379 0 0 0 6 0 0 0 20 0 20 0 177763605 26629087232 20227 33554432000 4194304 4196468 140728591762976 140619423857520 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9942] ppid=9922 vsize=26004968 memory=1004 CPUtime=0.08 cores=0-7
/proc/9925/task/9942/stat : 9942 (java) S 9922 9925 8147 0 -1 1077944384 491 0 0 0 8 0 0 0 20 0 20 0 177763605 26629087232 20227 33554432000 4194304 4196468 140728591762976 140619422804464 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9943] ppid=9922 vsize=26004968 memory=1228 CPUtime=0.18 cores=0-7
/proc/9925/task/9943/stat : 9943 (java) S 9922 9925 8147 0 -1 1077944384 687 0 0 0 18 0 0 0 20 0 20 0 177763605 26629087232 20227 33554432000 4194304 4196468 140728591762976 140619421751920 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9944] ppid=9922 vsize=26004968 memory=1952 CPUtime=0 cores=0-7
/proc/9925/task/9944/stat : 9944 (java) S 9922 9925 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177763605 26629087232 20227 33554432000 4194304 4196468 140728591762976 140619420699104 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9945] ppid=9922 vsize=26004968 memory=5796 CPUtime=0 cores=0-7
/proc/9925/task/9945/stat : 9945 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177763605 26629087232 20227 33554432000 4194304 4196468 140728591762976 140619419646640 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 26004968 KiB
Current children cumulated memory: 80908 KiB

[startup+1.50093 s]
/proc/loadavg: 3.31 6.84 8.01 5/198 9945
/proc/meminfo: memFree=23429696/32770624 swapFree=67108860/67108860
[pid=9925] ppid=9922 vsize=26142192 memory=205820 CPUtime=3.92 cores=0-7
/proc/9925/stat : 9925 (java) S 9922 9925 8147 0 -1 1077944320 36197 0 0 0 379 13 0 0 20 0 22 0 177763599 26769604608 51455 33554432000 4194304 4196468 140728591762976 140728591745520 140620821487351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
/proc/9925/statm: 6535548 51455 3797 1 0 6523262 0
[pid=9925/tid=9927] ppid=9922 vsize=26142192 memory=0 CPUtime=1.47 cores=0-7
/proc/9925/task/9927/stat : 9927 (java) R 9922 9925 8147 0 -1 4202560 12985 0 0 0 141 6 0 0 20 0 22 0 177763599 26769604608 51455 33554432000 4194304 4196468 140728591762976 140620825708976 140620821509277 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9928] ppid=9922 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9928/stat : 9928 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 177763600 26769604608 51455 33554432000 4194304 4196468 140728591762976 140620379507216 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9929] ppid=9922 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9929/stat : 9929 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 177763600 26769604608 51455 33554432000 4194304 4196468 140728591762976 140620378454672 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9930] ppid=9922 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9930/stat : 9930 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 177763600 26769604608 51455 33554432000 4194304 4196468 140728591762976 140620377401616 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9931] ppid=9922 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9931/stat : 9931 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 177763600 26769604608 51455 33554432000 4194304 4196468 140728591762976 140620376349072 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9932] ppid=9922 vsize=26142192 memory=279673909707120 CPUtime=0 cores=0-7
/proc/9925/task/9932/stat : 9932 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 177763600 26769604608 51455 33554432000 4194304 4196468 140728591762976 140620375297040 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9933] ppid=9922 vsize=26142192 memory=44800803865578 CPUtime=0 cores=0-7
/proc/9925/task/9933/stat : 9933 (java) S 9922 9925 8147 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 177763600 26769604608 51455 33554432000 4194304 4196468 140728591762976 140620374244496 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9934] ppid=9922 vsize=26142192 memory=44800803865578 CPUtime=0 cores=0-7
/proc/9925/task/9934/stat : 9934 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 177763600 26769604608 51455 33554432000 4194304 4196468 140728591762976 140620373191440 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9935] ppid=9922 vsize=26142192 memory=2110187561965460 CPUtime=0 cores=0-7
/proc/9925/task/9935/stat : 9935 (java) S 9922 9925 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 177763600 26769604608 51455 33554432000 4194304 4196468 140728591762976 140620372138896 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9936] ppid=9922 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9936/stat : 9936 (java) S 9922 9925 8147 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 22 0 177763602 26769604608 51455 33554432000 4194304 4196468 140728591762976 140619429120240 140620821498498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9937] ppid=9922 vsize=26142192 memory=792 CPUtime=0 cores=0-7
/proc/9925/task/9937/stat : 9937 (java) S 9922 9925 8147 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 22 0 177763602 26769604608 51455 33554432000 4194304 4196468 140728591762976 140619428066464 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9938] ppid=9922 vsize=26142192 memory=1204 CPUtime=0 cores=0-7
/proc/9925/task/9938/stat : 9938 (java) S 9922 9925 8147 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 177763602 26769604608 51455 33554432000 4194304 4196468 140728591762976 140619427013360 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9939] ppid=9922 vsize=26142192 memory=1728 CPUtime=0 cores=0-7
/proc/9925/task/9939/stat : 9939 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 177763605 26769604608 51455 33554432000 4194304 4196468 140728591762976 140619425961936 140620821505947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9940] ppid=9922 vsize=26142192 memory=1440 CPUtime=0.57 cores=0-7
/proc/9925/task/9940/stat : 9940 (java) S 9922 9925 8147 0 -1 1077944384 6959 0 0 0 55 2 0 0 20 0 22 0 177763605 26769604608 51455 33554432000 4194304 4196468 140728591762976 140619424910064 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9941] ppid=9922 vsize=26142192 memory=15880 CPUtime=0.66 cores=0-7
/proc/9925/task/9941/stat : 9941 (java) S 9922 9925 8147 0 -1 1077944384 4295 0 0 0 65 1 0 0 20 0 22 0 177763605 26769604608 51455 33554432000 4194304 4196468 140728591762976 140619423857520 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9942] ppid=9922 vsize=26142192 memory=16244 CPUtime=0.69 cores=0-7
/proc/9925/task/9942/stat : 9942 (java) S 9922 9925 8147 0 -1 1077944384 5991 0 0 0 68 1 0 0 20 0 22 0 177763605 26769604608 51455 33554432000 4194304 4196468 140728591762976 140619422804464 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9943] ppid=9922 vsize=26142192 memory=28048 CPUtime=0.49 cores=0-7
/proc/9925/task/9943/stat : 9943 (java) S 9922 9925 8147 0 -1 1077944384 4500 0 0 0 48 1 0 0 20 0 22 0 177763605 26769604608 51455 33554432000 4194304 4196468 140728591762976 140619421751920 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9944] ppid=9922 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9944/stat : 9944 (java) S 9922 9925 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 177763605 26769604608 51455 33554432000 4194304 4196468 140728591762976 140619420699104 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9945] ppid=9922 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9945/stat : 9945 (java) S 9922 9925 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 177763605 26769604608 51455 33554432000 4194304 4196468 140728591762976 140619419646640 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
Current children cumulated CPU time: 3.92 s
Current children cumulated vsize: 26142192 KiB
Current children cumulated memory: 205820 KiB

[startup+1.70356 s]
# the end of solver process 9925 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.78195 s, system=0.17519 s

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

[startup+1.61105 s]
/proc/loadavg: 3.31 6.84 8.01 5/198 9945
/proc/meminfo: memFree=23429696/32770624 swapFree=67108860/67108860
[pid=9925] ppid=9922 vsize=26876444 memory=238116 CPUtime=4.43 cores=0-7
/proc/9925/stat : 9925 (java) S 9922 9925 8147 0 -1 1077944320 38321 0 0 0 428 15 0 0 20 0 33 0 177763599 27521478656 59529 33554432000 4194304 4196468 140728591762976 140728591745520 140620821487351 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
/proc/9925/statm: 6719111 59529 3811 1 0 6706825 0
[pid=9925/tid=9927] ppid=9922 vsize=26876444 memory=0 CPUtime=1.5 cores=0-7
/proc/9925/task/9927/stat : 9927 (java) R 9922 9925 8147 0 -1 4202560 13215 0 0 0 144 6 0 0 20 0 33 0 177763599 27521478656 59529 33554432000 4194304 4196468 140728591762976 140620825724736 140620458633272 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9928] ppid=9922 vsize=26876444 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9928/stat : 9928 (java) S 9922 9925 8147 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 33 0 177763600 27521478656 59529 33554432000 4194304 4196468 140728591762976 140620379507216 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9929] ppid=9922 vsize=26876444 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9929/stat : 9929 (java) S 9922 9925 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 177763600 27521478656 59529 33554432000 4194304 4196468 140728591762976 140620378454672 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9930] ppid=9922 vsize=26876444 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9930/stat : 9930 (java) S 9922 9925 8147 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 33 0 177763600 27521478656 59529 33554432000 4194304 4196468 140728591762976 140620377401616 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9931] ppid=9922 vsize=26876444 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9931/stat : 9931 (java) S 9922 9925 8147 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 33 0 177763600 27521478656 59529 33554432000 4194304 4196468 140728591762976 140620376349072 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9932] ppid=9922 vsize=26876444 memory=4096 CPUtime=0 cores=0-7
/proc/9925/task/9932/stat : 9932 (java) S 9922 9925 8147 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 33 0 177763600 27521478656 59529 33554432000 4194304 4196468 140728591762976 140620375297040 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9933] ppid=9922 vsize=26876444 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9933/stat : 9933 (java) S 9922 9925 8147 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 33 0 177763600 27521478656 59529 33554432000 4194304 4196468 140728591762976 140620374244496 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9934] ppid=9922 vsize=26876444 memory=139836954817984 CPUtime=0 cores=0-7
/proc/9925/task/9934/stat : 9934 (java) S 9922 9925 8147 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 33 0 177763600 27521478656 59529 33554432000 4194304 4196468 140728591762976 140620373191440 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9935] ppid=9922 vsize=26876444 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9935/stat : 9935 (java) S 9922 9925 8147 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 33 0 177763600 27521478656 59529 33554432000 4194304 4196468 140728591762976 140620372138896 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9936] ppid=9922 vsize=26876444 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9936/stat : 9936 (java) S 9922 9925 8147 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 33 0 177763602 27521478656 59529 33554432000 4194304 4196468 140728591762976 140619429120240 140620821498498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9937] ppid=9922 vsize=26876444 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9937/stat : 9937 (java) S 9922 9925 8147 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 33 0 177763602 27521478656 59529 33554432000 4194304 4196468 140728591762976 140619428066528 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9938] ppid=9922 vsize=26876444 memory=12352325946124 CPUtime=0 cores=0-7
/proc/9925/task/9938/stat : 9938 (java) S 9922 9925 8147 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 33 0 177763602 27521478656 59529 33554432000 4194304 4196468 140728591762976 140619427013376 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9939] ppid=9922 vsize=26876444 memory=288230583166042425 CPUtime=0 cores=0-7
/proc/9925/task/9939/stat : 9939 (java) S 9922 9925 8147 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 177763605 27521478656 59529 33554432000 4194304 4196468 140728591762976 140619425961936 140620821505947 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9940] ppid=9922 vsize=26876444 memory=16106952816067941 CPUtime=0.61 cores=0-7
/proc/9925/task/9940/stat : 9940 (java) R 9922 9925 8147 0 -1 4202560 6976 0 0 0 59 2 0 0 20 0 33 0 177763605 27521478656 59529 33554432000 4194304 4196468 140728591762976 140619424896128 140620799903678 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9941] ppid=9922 vsize=26876444 memory=0 CPUtime=0.7 cores=0-7
/proc/9925/task/9941/stat : 9941 (java) R 9922 9925 8147 0 -1 4202560 4322 0 0 0 69 1 0 0 20 0 33 0 177763605 27521478656 59529 33554432000 4194304 4196468 140728591762976 140619423841232 140620802234864 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9942] ppid=9922 vsize=26876444 memory=0 CPUtime=0.74 cores=0-7
/proc/9925/task/9942/stat : 9942 (java) R 9922 9925 8147 0 -1 4202560 6004 0 0 0 73 1 0 0 20 0 33 0 177763605 27521478656 59529 33554432000 4194304 4196468 140728591762976 140619422802864 140620805883600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9943] ppid=9922 vsize=26876444 memory=0 CPUtime=0.55 cores=0-7
/proc/9925/task/9943/stat : 9943 (java) R 9922 9925 8147 0 -1 4202560 5462 0 0 0 53 2 0 0 20 0 33 0 177763605 27521478656 59529 33554432000 4194304 4196468 140728591762976 140619421749312 140620800169852 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9944] ppid=9922 vsize=26876444 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9944/stat : 9944 (java) S 9922 9925 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 177763605 27521478656 59529 33554432000 4194304 4196468 140728591762976 140619420699104 140620821497557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
[pid=9925/tid=9945] ppid=9922 vsize=26876444 memory=0 CPUtime=0 cores=0-7
/proc/9925/task/9945/stat : 9945 (java) S 9922 9925 8147 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 177763605 27521478656 59529 33554432000 4194304 4196468 140728591762976 140619419646640 140620821498498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19853312 140728591766625 140728591766811 140728591766811 140728591769551 0
Current children cumulated CPU time: 4.43 s
Current children cumulated vsize: 26876444 KiB
Current children cumulated memory: 238116 KiB

Child status: 0
Real time (s): 1.7036
CPU time (s): 4.95714
CPU user time (s): 4.78195
CPU system time (s): 0.17519
CPU usage (%): 290.98
Max. virtual memory (cumulated for all children) (KiB): 26876444
Max. memory (cumulated for all children) (KiB): 238116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.78195
system time used= 0.17519
maximum resident set size= 242888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40204
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= 4215
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 9925
#   total CPU time (s): 4.95714
#   total CPU user time (s): 4.78195
#   total CPU system time (s): 0.17519

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031717 second user time and 0.05663 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-23 01:52:47
IDJOB=4285083
IDBENCH=134559
IDSOLVER=2681
FILE ID=node148/4285083-1503446828
RUNJOBID= node148-1503438312-8174
PBS_JOBID= 20632146
Free space on /tmp= 61644 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s04/Blackhole-04-3-07.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-4285083-1503446828/watcher-4285083-1503446828 -o /tmp/evaluation-result-4285083-1503446828/solver-4285083-1503446828 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503438312-8174 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2059455713 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285083-1503446828.xml

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

MD5SUM BENCH= b9d1641bf9ce43abb78b46afb69e9276
RANDOM SEED=2059455713

node148.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.19
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.19
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.19
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.19
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:        23548876 kB
MemAvailable:   31942568 kB
Buffers:          297612 kB
Cached:          8375436 kB
SwapCached:            0 kB
Active:          1725280 kB
Inactive:        7000124 kB
Active(anon):       3392 kB
Inactive(anon):    93496 kB
Active(file):    1721888 kB
Inactive(file):  6906628 kB
Unevictable:        7760 kB
Mlocked:            7760 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42600 kB
Writeback:             0 kB
AnonPages:         60612 kB
Mapped:            55324 kB
Shmem:             41608 kB
Slab:             189044 kB
SReclaimable:     162024 kB
SUnreclaim:        27020 kB
KernelStack:        3184 kB
PageTables:         5008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     341676 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:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61600 MiB
End job on node148 at 2017-08-23 01:52:49