Trace number 4285115

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 2.29532 1.17941

General information on the benchmark

NameCryptoPuzzle/CryptoPuzzle-m1-s1/
CryptoPuzzle-kyoto-osaka-tokyo.xml
MD5SUMea216a9039d6bca348670276c70823be
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.011518
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints16
Number of domains2
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":6},{"size":10,"count":6}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":1},{"degree":3,"count":6},{"degree":4,"count":1},{"degree":5,"count":2},{"degree":7,"count":1},{"degree":9,"count":1}]
Minimum constraint arity1
Maximum constraint arity6
Distribution of constraint arities[{"arity":1,"count":5},{"arity":3,"count":1},{"arity":4,"count":9},{"arity":6,"count":1}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-08-22
0.30/0.25	c seed: 1965877894
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 22000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
0.83/0.55	c Parsing done, starting search...
2.08/1.15	s SATISFIABLE
2.08/1.15	v <instantiation>
2.08/1.15	v 	<list>
2.08/1.15	v 		l[0] l[10] l[14] l[18] l[19] l[24] C[0] C[1] C[2] C[3] C[4] C[5]
2.08/1.15	v 	</list>
2.08/1.15	v 	<values>
2.08/1.15	v 		0 4 3 2 7 1 0 0 1 0 0 0 
2.08/1.15	v 	</values>
2.08/1.15	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 (12100 MiB free)
  memory of node 1: 16384 MiB (11016 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285115-1503458274/watcher-4285115-1503458274 -o /tmp/evaluation-result-4285115-1503458274/solver-4285115-1503458274 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503449773-8151 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1965877894 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285115-1503458274.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
solver pid=tchdog thread7.x86_64
, 
solver pid=tchdog thread7.x86_64
, 
9553, runsolver pid=9550
Current StackSize limit: 8192 KiB


[startup+0.101407 s]*
/proc/loadavg: 4.68 2.23 1.51 1/200 9573
/proc/meminfo: memFree=23655552/32770624 swapFree=67108860/67108860
[pid=9553] ppid=9550 vsize=26000852 memory=32136 CPUtime=0.12 cores=0-7
/proc/9553/stat : 9553 (java) S 9550 9553 8124 0 -1 1077944320 8438 0 0 0 10 2 0 0 20 0 20 0 178914984 26624872448 8034 33554432000 4194304 4196468 140736966106816 140736966089360 139674575695607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
/proc/9553/statm: 6500213 8034 3412 1 0 6487932 0
[pid=9553/tid=9555] ppid=9550 vsize=26000852 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/9553/task/9555/stat : 9555 (java) R 9550 9553 8124 0 -1 4202560 6385 0 0 0 7 2 0 0 20 0 20 0 178914984 26624872448 8034 33554432000 4194304 4196468 140736966106816 139674579910640 139674559776124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9556] ppid=9550 vsize=26000852 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9553/task/9556/stat : 9556 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26624872448 8034 33554432000 4194304 4196468 140736966106816 139674498276368 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9557] ppid=9550 vsize=26000852 memory=140358589372032 CPUtime=0 cores=0-7
/proc/9553/task/9557/stat : 9557 (java) S 9550 9553 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178914985 26624872448 8034 33554432000 4194304 4196468 140736966106816 139674497223824 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9558] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9558/stat : 9558 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26624872448 8034 33554432000 4194304 4196468 140736966106816 139674496170768 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9559] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9559/stat : 9559 (java) S 9550 9553 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178914985 26624872448 8034 33554432000 4194304 4196468 140736966106816 139674495118224 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9560] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9560/stat : 9560 (java) S 9550 9553 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178914985 26624872448 8034 33554432000 4194304 4196468 140736966106816 139674494065168 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9561] ppid=9550 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9553/task/9561/stat : 9561 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26624872448 8034 33554432000 4194304 4196468 140736966106816 139674493012624 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9562] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9562/stat : 9562 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26624872448 8034 33554432000 4194304 4196468 140736966106816 139674491959568 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9563] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9563/stat : 9563 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26624872448 8034 33554432000 4194304 4196468 140736966106816 139674490907024 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9564] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9564/stat : 9564 (java) S 9550 9553 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178914986 26624872448 8034 33554432000 4194304 4196468 140736966106816 139674084358896 139674575706754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9565] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9565/stat : 9565 (java) S 9550 9553 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178914987 26624872448 8034 33554432000 4194304 4196468 140736966106816 139674083305120 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9566] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9566/stat : 9566 (java) S 9550 9553 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178914987 26624872448 8034 33554432000 4194304 4196468 140736966106816 139673700689136 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9567] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9567/stat : 9567 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914990 26624872448 8034 33554432000 4194304 4196468 140736966106816 139673699637712 139674575714203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9568] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9568/stat : 9568 (java) S 9550 9553 8124 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 178914990 26624872448 8034 33554432000 4194304 4196468 140736966106816 139673698584816 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9569] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9569/stat : 9569 (java) S 9550 9553 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178914990 26624872448 8034 33554432000 4194304 4196468 140736966106816 139673697532272 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9570] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9570/stat : 9570 (java) S 9550 9553 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178914990 26624872448 8034 33554432000 4194304 4196468 140736966106816 139673696479216 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9571] ppid=9550 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/9553/task/9571/stat : 9571 (java) S 9550 9553 8124 0 -1 1077944384 375 0 0 0 2 0 0 0 20 0 20 0 178914990 26624872448 8034 33554432000 4194304 4196468 140736966106816 139673695426672 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9572] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9572/stat : 9572 (java) S 9550 9553 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178914990 26624872448 8034 33554432000 4194304 4196468 140736966106816 139673694374880 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9573] ppid=9550 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9553/task/9573/stat : 9573 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914990 26624872448 8034 33554432000 4194304 4196468 140736966106816 139673693322416 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32136 KiB

[startup+0.210776 s]*
/proc/loadavg: 4.68 2.23 1.51 3/200 9573
/proc/meminfo: memFree=23645068/32770624 swapFree=67108860/67108860
[pid=9553] ppid=9550 vsize=26000852 memory=41280 CPUtime=0.3 cores=0-7
/proc/9553/stat : 9553 (java) S 9550 9553 8124 0 -1 1077944320 9442 0 0 0 27 3 0 0 20 0 20 0 178914984 26624872448 10320 33554432000 4194304 4196468 140736966106816 140736966089360 139674575695607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
/proc/9553/statm: 6500213 10320 3599 1 0 6487932 0
[pid=9553/tid=9555] ppid=9550 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/9553/task/9555/stat : 9555 (java) R 9550 9553 8124 0 -1 4202560 7014 0 0 0 17 2 0 0 20 0 20 0 178914984 26624872448 10320 33554432000 4194304 4196468 140736966106816 139674579920664 139674559776094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9556] ppid=9550 vsize=26000852 memory=9419 CPUtime=0 cores=0-7
/proc/9553/task/9556/stat : 9556 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26624872448 10320 33554432000 4194304 4196468 140736966106816 139674498276368 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9557] ppid=9550 vsize=26000852 memory=140358589380760 CPUtime=0 cores=0-7
/proc/9553/task/9557/stat : 9557 (java) S 9550 9553 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178914985 26624872448 10320 33554432000 4194304 4196468 140736966106816 139674497223824 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9558] ppid=9550 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9553/task/9558/stat : 9558 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26624872448 10320 33554432000 4194304 4196468 140736966106816 139674496170768 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9559] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9559/stat : 9559 (java) S 9550 9553 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178914985 26624872448 10320 33554432000 4194304 4196468 140736966106816 139674495118224 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9560] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9560/stat : 9560 (java) S 9550 9553 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178914985 26624872448 10320 33554432000 4194304 4196468 140736966106816 139674494065168 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9561] ppid=9550 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9553/task/9561/stat : 9561 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26624872448 10320 33554432000 4194304 4196468 140736966106816 139674493012624 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9562] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9562/stat : 9562 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26624872448 10320 33554432000 4194304 4196468 140736966106816 139674491959568 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9563] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9563/stat : 9563 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26624872448 10320 33554432000 4194304 4196468 140736966106816 139674490907024 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9564] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9564/stat : 9564 (java) S 9550 9553 8124 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178914986 26624872448 10320 33554432000 4194304 4196468 140736966106816 139674084358896 139674575706754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9565] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9565/stat : 9565 (java) S 9550 9553 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178914987 26624872448 10320 33554432000 4194304 4196468 140736966106816 139674083305120 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9566] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9566/stat : 9566 (java) S 9550 9553 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178914987 26624872448 10320 33554432000 4194304 4196468 140736966106816 139673700689136 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9567] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9567/stat : 9567 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914990 26624872448 10320 33554432000 4194304 4196468 140736966106816 139673699637712 139674575714203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9568] ppid=9550 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/9553/task/9568/stat : 9568 (java) S 9550 9553 8124 0 -1 1077944384 424 0 0 0 1 0 0 0 20 0 20 0 178914990 26624872448 10320 33554432000 4194304 4196468 140736966106816 139673698584816 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9569] ppid=9550 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/9553/task/9569/stat : 9569 (java) S 9550 9553 8124 0 -1 1077944384 191 0 0 0 1 0 0 0 20 0 20 0 178914990 26624872448 10320 33554432000 4194304 4196468 140736966106816 139673697532272 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9570] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9570/stat : 9570 (java) S 9550 9553 8124 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 178914990 26624872448 10320 33554432000 4194304 4196468 140736966106816 139673696479216 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9571] ppid=9550 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/9553/task/9571/stat : 9571 (java) R 9550 9553 8124 0 -1 4202560 407 0 0 0 5 0 0 0 20 0 20 0 178914990 26624872448 10320 33554432000 4194304 4196468 140736966106816 139673695426672 139674575707542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9572] ppid=9550 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9572/stat : 9572 (java) S 9550 9553 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178914990 26624872448 10320 33554432000 4194304 4196468 140736966106816 139673694374880 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9573] ppid=9550 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/9553/task/9573/stat : 9573 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914990 26624872448 10320 33554432000 4194304 4196468 140736966106816 139673693322416 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41280 KiB

[startup+0.310346 s]*
/proc/loadavg: 4.68 2.23 1.51 2/200 9573
/proc/meminfo: memFree=23637616/32770624 swapFree=67108860/67108860
[pid=9553] ppid=9550 vsize=26000872 memory=49084 CPUtime=0.48 cores=0-7
/proc/9553/stat : 9553 (java) S 9550 9553 8124 0 -1 1077944320 10613 0 0 0 44 4 0 0 20 0 20 0 178914984 26624892928 12271 33554432000 4194304 4196468 140736966106816 140736966089360 139674575695607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
/proc/9553/statm: 6500218 12271 3695 1 0 6487932 0
[pid=9553/tid=9555] ppid=9550 vsize=26000872 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9553/task/9555/stat : 9555 (java) R 9550 9553 8124 0 -1 4202560 7722 0 0 0 26 3 0 0 20 0 20 0 178914984 26624892928 12271 33554432000 4194304 4196468 140736966106816 139674579919360 139674575707542 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9556] ppid=9550 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9556/stat : 9556 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26624892928 12271 33554432000 4194304 4196468 140736966106816 139674498276368 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9557] ppid=9550 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9557/stat : 9557 (java) S 9550 9553 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178914985 26624892928 12271 33554432000 4194304 4196468 140736966106816 139674497223824 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9558] ppid=9550 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9558/stat : 9558 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26624892928 12271 33554432000 4194304 4196468 140736966106816 139674496170768 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9559] ppid=9550 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9559/stat : 9559 (java) S 9550 9553 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178914985 26624892928 12271 33554432000 4194304 4196468 140736966106816 139674495118224 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9560] ppid=9550 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/9553/task/9560/stat : 9560 (java) S 9550 9553 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178914985 26624892928 12271 33554432000 4194304 4196468 140736966106816 139674494065168 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9561] ppid=9550 vsize=26000872 memory=140358457586607 CPUtime=0 cores=0-7
/proc/9553/task/9561/stat : 9561 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26624892928 12271 33554432000 4194304 4196468 140736966106816 139674493012624 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9562] ppid=9550 vsize=26000872 memory=140358457588912 CPUtime=0 cores=0-7
/proc/9553/task/9562/stat : 9562 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26624892928 12271 33554432000 4194304 4196468 140736966106816 139674491959568 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9563] ppid=9550 vsize=26000872 memory=140358457591216 CPUtime=0 cores=0-7
/proc/9553/task/9563/stat : 9563 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26624892928 12271 33554432000 4194304 4196468 140736966106816 139674490907024 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9564] ppid=9550 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9564/stat : 9564 (java) S 9550 9553 8124 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178914986 26624892928 12271 33554432000 4194304 4196468 140736966106816 139674084358896 139674575706754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9565] ppid=9550 vsize=26000872 memory=280716915189392 CPUtime=0 cores=0-7
/proc/9553/task/9565/stat : 9565 (java) S 9550 9553 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178914987 26624892928 12271 33554432000 4194304 4196468 140736966106816 139674083305120 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9566] ppid=9550 vsize=26000872 memory=280716915196304 CPUtime=0 cores=0-7
/proc/9553/task/9566/stat : 9566 (java) S 9550 9553 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178914987 26624892928 12271 33554432000 4194304 4196468 140736966106816 139673700689136 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9567] ppid=9550 vsize=26000872 memory=280716915137584 CPUtime=0 cores=0-7
/proc/9553/task/9567/stat : 9567 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914990 26624892928 12271 33554432000 4194304 4196468 140736966106816 139673699637712 139674575714203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9568] ppid=9550 vsize=26000872 memory=280716915210128 CPUtime=0.02 cores=0-7
/proc/9553/task/9568/stat : 9568 (java) S 9550 9553 8124 0 -1 1077944384 589 0 0 0 2 0 0 0 20 0 20 0 178914990 26624892928 12271 33554432000 4194304 4196468 140736966106816 139673698584816 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9569] ppid=9550 vsize=26000872 memory=280716915217040 CPUtime=0.04 cores=0-7
/proc/9553/task/9569/stat : 9569 (java) S 9550 9553 8124 0 -1 1077944384 434 0 0 0 4 0 0 0 20 0 20 0 178914990 26624892928 12271 33554432000 4194304 4196468 140736966106816 139673697532272 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9570] ppid=9550 vsize=26000872 memory=280716915214736 CPUtime=0.01 cores=0-7
/proc/9553/task/9570/stat : 9570 (java) S 9550 9553 8124 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 20 0 178914990 26624892928 12271 33554432000 4194304 4196468 140736966106816 139673696479216 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9571] ppid=9550 vsize=26000872 memory=280716915231344 CPUtime=0.08 cores=0-7
/proc/9553/task/9571/stat : 9571 (java) R 9550 9553 8124 0 -1 4202560 423 0 0 0 8 0 0 0 20 0 20 0 178914990 26624892928 12271 33554432000 4194304 4196468 140736966106816 139673695426672 139674567932734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9572] ppid=9550 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9572/stat : 9572 (java) S 9550 9553 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178914990 26624892928 12271 33554432000 4194304 4196468 140736966106816 139673694374880 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9573] ppid=9550 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/9553/task/9573/stat : 9573 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914990 26624892928 12271 33554432000 4194304 4196468 140736966106816 139673693322416 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49084 KiB

[startup+0.700903 s]
/proc/loadavg: 4.68 2.23 1.51 3/200 9573
/proc/meminfo: memFree=23624480/32770624 swapFree=67108860/67108860
[pid=9553] ppid=9550 vsize=26004968 memory=79604 CPUtime=1.08 cores=0-7
/proc/9553/stat : 9553 (java) S 9550 9553 8124 0 -1 1077944320 13090 0 0 0 102 6 0 0 20 0 20 0 178914984 26629087232 19901 33554432000 4194304 4196468 140736966106816 140736966089360 139674575695607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
/proc/9553/statm: 6501242 19901 3754 1 0 6488956 0
[pid=9553/tid=9555] ppid=9550 vsize=26004968 memory=0 CPUtime=0.67 cores=0-7
/proc/9553/task/9555/stat : 9555 (java) R 9550 9553 8124 0 -1 4202560 9648 0 0 0 63 4 0 0 20 0 20 0 178914984 26629087232 19901 33554432000 4194304 4196468 140736966106816 139674579920912 139674575717533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9556] ppid=9550 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9556/stat : 9556 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26629087232 19901 33554432000 4194304 4196468 140736966106816 139674498276368 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9557] ppid=9550 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9557/stat : 9557 (java) S 9550 9553 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178914985 26629087232 19901 33554432000 4194304 4196468 140736966106816 139674497223824 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9558] ppid=9550 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9558/stat : 9558 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26629087232 19901 33554432000 4194304 4196468 140736966106816 139674496170768 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9559] ppid=9550 vsize=26004968 memory=792 CPUtime=0 cores=0-7
/proc/9553/task/9559/stat : 9559 (java) S 9550 9553 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178914985 26629087232 19901 33554432000 4194304 4196468 140736966106816 139674495118224 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9560] ppid=9550 vsize=26004968 memory=948 CPUtime=0 cores=0-7
/proc/9553/task/9560/stat : 9560 (java) S 9550 9553 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178914985 26629087232 19901 33554432000 4194304 4196468 140736966106816 139674494065168 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9561] ppid=9550 vsize=26004968 memory=10768 CPUtime=0 cores=0-7
/proc/9553/task/9561/stat : 9561 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26629087232 19901 33554432000 4194304 4196468 140736966106816 139674493012624 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9562] ppid=9550 vsize=26004968 memory=1204 CPUtime=0 cores=0-7
/proc/9553/task/9562/stat : 9562 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26629087232 19901 33554432000 4194304 4196468 140736966106816 139674491959568 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9563] ppid=9550 vsize=26004968 memory=15828 CPUtime=0 cores=0-7

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

[startup+1.17932 s]
# the end of solver process 9553 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.16407 s, system=0.131248 s

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

[startup+0.801087 s]
/proc/loadavg: 4.68 2.23 1.51 3/200 9573
/proc/meminfo: memFree=23624480/32770624 swapFree=67108860/67108860
[pid=9553] ppid=9550 vsize=26007016 memory=86456 CPUtime=1.29 cores=0-7
/proc/9553/stat : 9553 (java) S 9550 9553 8124 0 -1 1077944320 13667 0 0 0 122 7 0 0 20 0 20 0 178914984 26631184384 21614 33554432000 4194304 4196468 140736966106816 140736966089360 139674575695607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
/proc/9553/statm: 6501754 21614 3771 1 0 6489468 0
[pid=9553/tid=9555] ppid=9550 vsize=26007016 memory=13160 CPUtime=0.77 cores=0-7
/proc/9553/task/9555/stat : 9555 (java) R 9550 9553 8124 0 -1 4202560 10061 0 0 0 72 5 0 0 20 0 20 0 178914984 26631184384 21614 33554432000 4194304 4196468 140736966106816 139674579928544 139674575707542 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9556] ppid=9550 vsize=26007016 memory=792 CPUtime=0 cores=0-7
/proc/9553/task/9556/stat : 9556 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26631184384 21614 33554432000 4194304 4196468 140736966106816 139674498276368 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9557] ppid=9550 vsize=26007016 memory=948 CPUtime=0 cores=0-7
/proc/9553/task/9557/stat : 9557 (java) S 9550 9553 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178914985 26631184384 21614 33554432000 4194304 4196468 140736966106816 139674497223824 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9558] ppid=9550 vsize=26007016 memory=10768 CPUtime=0 cores=0-7
/proc/9553/task/9558/stat : 9558 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26631184384 21614 33554432000 4194304 4196468 140736966106816 139674496170768 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9559] ppid=9550 vsize=26007016 memory=1204 CPUtime=0 cores=0-7
/proc/9553/task/9559/stat : 9559 (java) S 9550 9553 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178914985 26631184384 21614 33554432000 4194304 4196468 140736966106816 139674495118224 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9560] ppid=9550 vsize=26007016 memory=15828 CPUtime=0 cores=0-7
/proc/9553/task/9560/stat : 9560 (java) S 9550 9553 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178914985 26631184384 21614 33554432000 4194304 4196468 140736966106816 139674494065168 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9561] ppid=9550 vsize=26007016 memory=15796 CPUtime=0 cores=0-7
/proc/9553/task/9561/stat : 9561 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26631184384 21614 33554432000 4194304 4196468 140736966106816 139674493012624 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9562] ppid=9550 vsize=26007016 memory=4048 CPUtime=0 cores=0-7
/proc/9553/task/9562/stat : 9562 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26631184384 21614 33554432000 4194304 4196468 140736966106816 139674491959568 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9563] ppid=9550 vsize=26007016 memory=280716915199440 CPUtime=0 cores=0-7
/proc/9553/task/9563/stat : 9563 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914985 26631184384 21614 33554432000 4194304 4196468 140736966106816 139674490907024 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9564] ppid=9550 vsize=26007016 memory=280716914986512 CPUtime=0 cores=0-7
/proc/9553/task/9564/stat : 9564 (java) S 9550 9553 8124 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178914986 26631184384 21614 33554432000 4194304 4196468 140736966106816 139674084358896 139674575706754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9565] ppid=9550 vsize=26007016 memory=280716914986384 CPUtime=0 cores=0-7
/proc/9553/task/9565/stat : 9565 (java) S 9550 9553 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178914987 26631184384 21624 33554432000 4194304 4196468 140736966106816 139674083305120 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9566] ppid=9550 vsize=26007016 memory=164 CPUtime=0 cores=0-7
/proc/9553/task/9566/stat : 9566 (java) S 9550 9553 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178914987 26631184384 21624 33554432000 4194304 4196468 140736966106816 139673700689136 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9567] ppid=9550 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9567/stat : 9567 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914990 26631184384 21624 33554432000 4194304 4196468 140736966106816 139673699637712 139674575714203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9568] ppid=9550 vsize=26007016 memory=0 CPUtime=0.06 cores=0-7
/proc/9553/task/9568/stat : 9568 (java) S 9550 9553 8124 0 -1 1077944384 646 0 0 0 6 0 0 0 20 0 20 0 178914990 26631184384 21624 33554432000 4194304 4196468 140736966106816 139673698584816 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9569] ppid=9550 vsize=26007016 memory=0 CPUtime=0.1 cores=0-7
/proc/9553/task/9569/stat : 9569 (java) S 9550 9553 8124 0 -1 1077944384 567 0 0 0 10 0 0 0 20 0 20 0 178914990 26631184384 21624 33554432000 4194304 4196468 140736966106816 139673697532272 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9570] ppid=9550 vsize=26007016 memory=0 CPUtime=0.08 cores=0-7
/proc/9553/task/9570/stat : 9570 (java) R 9550 9553 8124 0 -1 4202560 220 0 0 0 8 0 0 0 20 0 20 0 178914990 26631184384 21624 33554432000 4194304 4196468 140736966106816 139673696479216 139674559106637 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9571] ppid=9550 vsize=26007016 memory=0 CPUtime=0.23 cores=0-7
/proc/9553/task/9571/stat : 9571 (java) R 9550 9553 8124 0 -1 4202560 790 0 0 0 23 0 0 0 20 0 20 0 178914990 26631184384 21624 33554432000 4194304 4196468 140736966106816 139673695425856 139674554633157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9572] ppid=9550 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9572/stat : 9572 (java) S 9550 9553 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178914990 26631184384 21624 33554432000 4194304 4196468 140736966106816 139673694374880 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9573] ppid=9550 vsize=26007016 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9573/stat : 9573 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178914990 26631184384 21624 33554432000 4194304 4196468 140736966106816 139673693322416 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 26007016 KiB
Current children cumulated memory: 86456 KiB

[startup+1.00085 s]*
/proc/loadavg: 4.68 2.23 1.51 2/202 9575
/proc/meminfo: memFree=23575260/32770624 swapFree=67108860/67108860
[pid=9553] ppid=9550 vsize=26142192 memory=112840 CPUtime=1.72 cores=0-7
/proc/9553/stat : 9553 (java) S 9550 9553 8124 0 -1 1077944320 16262 0 0 0 163 9 0 0 20 0 22 0 178914984 26769604608 28210 33554432000 4194304 4196468 140736966106816 140736966089360 139674575695607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
/proc/9553/statm: 6535548 28210 3793 1 0 6523262 0
[pid=9553/tid=9555] ppid=9550 vsize=26142192 memory=0 CPUtime=0.97 cores=0-7
/proc/9553/task/9555/stat : 9555 (java) R 9550 9553 8124 0 -1 4202560 11576 0 0 0 91 6 0 0 20 0 22 0 178914984 26769604608 28210 33554432000 4194304 4196468 140736966106816 139674579913232 139674575717533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9556] ppid=9550 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9556/stat : 9556 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 178914985 26769604608 28210 33554432000 4194304 4196468 140736966106816 139674498276368 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9557] ppid=9550 vsize=26142192 memory=140358589372032 CPUtime=0 cores=0-7
/proc/9553/task/9557/stat : 9557 (java) S 9550 9553 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 178914985 26769604608 28210 33554432000 4194304 4196468 140736966106816 139674497223824 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9558] ppid=9550 vsize=26142192 memory=140358457525903 CPUtime=0 cores=0-7
/proc/9553/task/9558/stat : 9558 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 178914985 26769604608 28210 33554432000 4194304 4196468 140736966106816 139674496170768 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9559] ppid=9550 vsize=26142192 memory=241925651 CPUtime=0 cores=0-7
/proc/9553/task/9559/stat : 9559 (java) S 9550 9553 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 178914985 26769604608 28210 33554432000 4194304 4196468 140736966106816 139674495118224 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9560] ppid=9550 vsize=26142192 memory=7588673473498735959 CPUtime=0 cores=0-7
/proc/9553/task/9560/stat : 9560 (java) S 9550 9553 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 22 0 178914985 26769604608 28210 33554432000 4194304 4196468 140736966106816 139674494065168 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9561] ppid=9550 vsize=26142192 memory=3473455227061022775 CPUtime=0 cores=0-7
/proc/9553/task/9561/stat : 9561 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 178914985 26769604608 28210 33554432000 4194304 4196468 140736966106816 139674493012624 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9562] ppid=9550 vsize=26142192 memory=7444843076533644388 CPUtime=0 cores=0-7
/proc/9553/task/9562/stat : 9562 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 178914985 26769604608 28210 33554432000 4194304 4196468 140736966106816 139674491959568 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9563] ppid=9550 vsize=26142192 memory=8316850467074736180 CPUtime=0 cores=0-7
/proc/9553/task/9563/stat : 9563 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 178914985 26769604608 28210 33554432000 4194304 4196468 140736966106816 139674490907024 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9564] ppid=9550 vsize=26142192 memory=9423 CPUtime=0 cores=0-7
/proc/9553/task/9564/stat : 9564 (java) S 9550 9553 8124 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 22 0 178914986 26769604608 28210 33554432000 4194304 4196468 140736966106816 139674084358896 139674575706754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9565] ppid=9550 vsize=26142192 memory=863342 CPUtime=0 cores=0-7
/proc/9553/task/9565/stat : 9565 (java) S 9550 9553 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 22 0 178914987 26769604608 28210 33554432000 4194304 4196468 140736966106816 139674083305120 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9566] ppid=9550 vsize=26142192 memory=4137293581110450563 CPUtime=0 cores=0-7
/proc/9553/task/9566/stat : 9566 (java) S 9550 9553 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 178914987 26769604608 28210 33554432000 4194304 4196468 140736966106816 139673700689136 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9567] ppid=9550 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9567/stat : 9567 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 178914990 26769604608 28210 33554432000 4194304 4196468 140736966106816 139673699637712 139674575714203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9568] ppid=9550 vsize=26142192 memory=0 CPUtime=0.09 cores=0-7
/proc/9553/task/9568/stat : 9568 (java) S 9550 9553 8124 0 -1 1077944384 806 0 0 0 9 0 0 0 20 0 22 0 178914990 26769604608 28210 33554432000 4194304 4196468 140736966106816 139673698584816 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9569] ppid=9550 vsize=26142192 memory=0 CPUtime=0.19 cores=0-7
/proc/9553/task/9569/stat : 9569 (java) S 9550 9553 8124 0 -1 1077944384 1046 0 0 0 19 0 0 0 20 0 22 0 178914990 26769604608 28210 33554432000 4194304 4196468 140736966106816 139673697532272 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9570] ppid=9550 vsize=26142192 memory=0 CPUtime=0.11 cores=0-7
/proc/9553/task/9570/stat : 9570 (java) S 9550 9553 8124 0 -1 1077944384 292 0 0 0 11 0 0 0 20 0 22 0 178914990 26769604608 28210 33554432000 4194304 4196468 140736966106816 139673696479216 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9571] ppid=9550 vsize=26142192 memory=0 CPUtime=0.3 cores=0-7
/proc/9553/task/9571/stat : 9571 (java) S 9550 9553 8124 0 -1 1077944384 1116 0 0 0 30 0 0 0 20 0 22 0 178914990 26769604608 28210 33554432000 4194304 4196468 140736966106816 139673695426672 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9572] ppid=9550 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9572/stat : 9572 (java) S 9550 9553 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 178914990 26769604608 28210 33554432000 4194304 4196468 140736966106816 139673694374880 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9573] ppid=9550 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9573/stat : 9573 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 178914990 26769604608 28210 33554432000 4194304 4196468 140736966106816 139673693322416 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9574] ppid=9550 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9574/stat : 9574 (java) S 9550 9553 8124 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 22 0 178915067 26769604608 28210 33554432000 4194304 4196468 140736966106816 139673683031040 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9575] ppid=9550 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9575/stat : 9575 (java) S 9550 9553 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 178915079 26769604608 28210 33554432000 4194304 4196468 140736966106816 139673679881424 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 26142192 KiB
Current children cumulated memory: 112840 KiB

[startup+1.11709 s]
/proc/loadavg: 4.68 2.23 1.51 2/202 9575
/proc/meminfo: memFree=23575260/32770624 swapFree=67108860/67108860
[pid=9553] ppid=9550 vsize=26943008 memory=148896 CPUtime=2.08 cores=0-7
/proc/9553/stat : 9553 (java) S 9550 9553 8124 0 -1 1077944320 20435 0 0 0 197 11 0 0 20 0 34 0 178914984 27589640192 37224 33554432000 4194304 4196468 140736966106816 140736966089360 139674575695607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
/proc/9553/statm: 6735752 37224 3795 1 0 6723466 0
[pid=9553/tid=9555] ppid=9550 vsize=26943008 memory=0 CPUtime=1.05 cores=0-7
/proc/9553/task/9555/stat : 9555 (java) R 9550 9553 8124 0 -1 1077944384 12887 0 0 0 98 7 0 0 20 0 34 0 178914984 27589640192 37224 33554432000 4194304 4196468 140736966106816 139674579932992 139674575705813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9556] ppid=9550 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9556/stat : 9556 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 178914985 27589640192 37224 33554432000 4194304 4196468 140736966106816 139674498276368 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9557] ppid=9550 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9557/stat : 9557 (java) S 9550 9553 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 34 0 178914985 27589640192 37224 33554432000 4194304 4196468 140736966106816 139674497223824 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9558] ppid=9550 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9558/stat : 9558 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 178914985 27589640192 37227 33554432000 4194304 4196468 140736966106816 139674496170768 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9559] ppid=9550 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9559/stat : 9559 (java) S 9550 9553 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 178914985 27589640192 37227 33554432000 4194304 4196468 140736966106816 139674495118224 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9560] ppid=9550 vsize=26943008 memory=79604 CPUtime=0 cores=0-7
/proc/9553/task/9560/stat : 9560 (java) S 9550 9553 8124 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 34 0 178914985 27589640192 37231 33554432000 4194304 4196468 140736966106816 139674494065168 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9561] ppid=9550 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9561/stat : 9561 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 178914985 27589640192 37231 33554432000 4194304 4196468 140736966106816 139674493012624 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9562] ppid=9550 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9562/stat : 9562 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 178914985 27589640192 37231 33554432000 4194304 4196468 140736966106816 139674491959568 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9563] ppid=9550 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9563/stat : 9563 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 178914985 27589640192 37231 33554432000 4194304 4196468 140736966106816 139674490907024 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9564] ppid=9550 vsize=26943008 memory=0 CPUtime=0 cores=0-7
/proc/9553/task/9564/stat : 9564 (java) S 9550 9553 8124 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 34 0 178914986 27589640192 37231 33554432000 4194304 4196468 140736966106816 139674084358896 139674575706754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9565] ppid=9550 vsize=26943008 memory=792 CPUtime=0 cores=0-7
/proc/9553/task/9565/stat : 9565 (java) S 9550 9553 8124 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 34 0 178914987 27589640192 37231 33554432000 4194304 4196468 140736966106816 139674083305120 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9566] ppid=9550 vsize=26943008 memory=948 CPUtime=0 cores=0-7
/proc/9553/task/9566/stat : 9566 (java) S 9550 9553 8124 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 34 0 178914987 27589640192 37231 33554432000 4194304 4196468 140736966106816 139673700689136 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9567] ppid=9550 vsize=26943008 memory=10768 CPUtime=0 cores=0-7
/proc/9553/task/9567/stat : 9567 (java) S 9550 9553 8124 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 178914990 27589640192 37231 33554432000 4194304 4196468 140736966106816 139673699637712 139674575714203 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9568] ppid=9550 vsize=26943008 memory=1204 CPUtime=0.09 cores=0-7
/proc/9553/task/9568/stat : 9568 (java) R 9550 9553 8124 0 -1 4202560 1018 0 0 0 9 0 0 0 20 0 34 0 178914990 27589640192 37231 33554432000 4194304 4196468 140736966106816 139673698566400 139674553987087 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9569] ppid=9550 vsize=26943008 memory=15828 CPUtime=0.21 cores=0-7
/proc/9553/task/9569/stat : 9569 (java) R 9550 9553 8124 0 -1 4202560 1366 0 0 0 21 0 0 0 20 0 34 0 178914990 27589640192 37231 33554432000 4194304 4196468 140736966106816 139673697523416 139674568800340 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9570] ppid=9550 vsize=26943008 memory=15796 CPUtime=0.13 cores=0-7
/proc/9553/task/9570/stat : 9570 (java) R 9550 9553 8124 0 -1 4202560 810 0 0 0 13 0 0 0 20 0 34 0 178914990 27589640192 37231 33554432000 4194304 4196468 140736966106816 139673696465096 139674560623958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9571] ppid=9550 vsize=26943008 memory=4048 CPUtime=0.32 cores=0-7
/proc/9553/task/9571/stat : 9571 (java) R 9550 9553 8124 0 -1 4202560 1334 0 0 0 32 0 0 0 20 0 34 0 178914990 27589640192 37231 33554432000 4194304 4196468 140736966106816 139673695425072 139674568801269 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9572] ppid=9550 vsize=26943008 memory=27032 CPUtime=0 cores=0-7
/proc/9553/task/9572/stat : 9572 (java) S 9550 9553 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 178914990 27589640192 37231 33554432000 4194304 4196468 140736966106816 139673694374880 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9573] ppid=9550 vsize=26943008 memory=1232 CPUtime=0 cores=0-7
/proc/9553/task/9573/stat : 9573 (java) S 9550 9553 8124 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 178914990 27589640192 37231 33554432000 4194304 4196468 140736966106816 139673693322416 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9574] ppid=9550 vsize=26943008 memory=1792 CPUtime=0 cores=0-7
/proc/9553/task/9574/stat : 9574 (java) S 9550 9553 8124 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 34 0 178915067 27589640192 37231 33554432000 4194304 4196468 140736966106816 139673683031040 139674575705813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
[pid=9553/tid=9575] ppid=9550 vsize=26943008 memory=55 CPUtime=0 cores=0-7
/proc/9553/task/9575/stat : 9575 (java) S 9550 9553 8124 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 34 0 178915079 27589640192 37231 33554432000 4194304 4196468 140736966106816 139673679881424 139674575706754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25341952 140736966108257 140736966108443 140736966108443 140736966111183 0
Current children cumulated CPU time: 2.08 s
Current children cumulated vsize: 26943008 KiB
Current children cumulated memory: 148896 KiB

Child status: 0
Real time (s): 1.17941
CPU time (s): 2.29532
CPU user time (s): 2.16407
CPU system time (s): 0.131248
CPU usage (%): 194.616
Max. virtual memory (cumulated for all children) (KiB): 26943008
Max. memory (cumulated for all children) (KiB): 148896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.16407
system time used= 0.131248
maximum resident set size= 154072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21398
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= 3934
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 9553
#   total CPU time (s): 2.29532
#   total CPU user time (s): 2.16407
#   total CPU system time (s): 0.131248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02222 second user time and 0.064642 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-23 05:03:33
IDJOB=4285115
IDBENCH=139159
IDSOLVER=2681
FILE ID=node114/4285115-1503458274
RUNJOBID= node114-1503449773-8151
PBS_JOBID= 20632162
Free space on /tmp= 61024 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/CryptoPuzzle/CryptoPuzzle-m1-s1/CryptoPuzzle-kyoto-osaka-tokyo.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-4285115-1503458274/watcher-4285115-1503458274 -o /tmp/evaluation-result-4285115-1503458274/solver-4285115-1503458274 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503449773-8151 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1965877894 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285115-1503458274.xml

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

MD5SUM BENCH= ea216a9039d6bca348670276c70823be
RANDOM SEED=1965877894

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        23672624 kB
MemAvailable:   31941784 kB
Buffers:          181360 kB
Cached:          8368936 kB
SwapCached:            0 kB
Active:          2661088 kB
Inactive:        5945004 kB
Active(anon):       6580 kB
Inactive(anon):    93520 kB
Active(file):    2654508 kB
Inactive(file):  5851484 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42568 kB
Writeback:             0 kB
AnonPages:         54792 kB
Mapped:            54704 kB
Shmem:             41608 kB
Slab:             185068 kB
SReclaimable:     158004 kB
SUnreclaim:        27064 kB
KernelStack:        3184 kB
PageTables:         4752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     342428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 60984 MiB
End job on node114 at 2017-08-23 05:03:34