Trace number 4285162

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.6387501 1.57693

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-04.xml
MD5SUM18df6be3f646356b5200232eb50374f6
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.0047610002
Satisfiable
(Un)Satisfiability was proved
Number of variables14
Number of constraints14
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":14}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":13},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":13}]
Number of extensional constraints13
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":13},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-08-22
0.29/0.25	c seed: 961142945
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.88/0.56	c Parsing done, starting search...
4.34/1.55	s SATISFIABLE
4.34/1.55	v <instantiation>
4.34/1.55	v 	<list>
4.34/1.55	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]
4.34/1.55	v 	</list>
4.34/1.55	v 	<values>
4.34/1.55	v 		2 5 4 22 23 22 4 5 4 22 23 22 23 22 
4.34/1.55	v 	</values>
4.34/1.55	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 (11022 MiB free)
  memory of node 1: 16384 MiB (12752 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285162-1503457588/watcher-4285162-1503457588 -o /tmp/evaluation-result-4285162-1503457588/solver-4285162-1503457588 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1503452501-17093 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 961142945 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285162-1503457588.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=17982, runsolver pid=17979

[startup+0.100154 s]*
/proc/loadavg: 0.94 1.00 1.15 2/198 18002
/proc/meminfo: memFree=24326468/32770624 swapFree=67108860/67108860
[pid=17982] ppid=17979 vsize=26000852 memory=32056 CPUtime=0.12 cores=0-7
/proc/17982/stat : 17982 (java) S 17979 17982 17066 0 -1 1077944320 8422 0 0 0 11 1 0 0 20 0 20 0 178846335 26624872448 8014 33554432000 4194304 4196468 140720784424656 140720784407200 140322058518263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
/proc/17982/statm: 6500213 8014 3409 1 0 6487932 0
[pid=17982/tid=17984] ppid=17979 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/17982/task/17984/stat : 17984 (java) R 17979 17982 17066 0 -1 4202560 6363 0 0 0 8 1 0 0 20 0 20 0 178846335 26624872448 8014 33554432000 4194304 4196468 140720784424656 140322062724256 140322042598750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17985] ppid=17979 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17982/task/17985/stat : 17985 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846336 26624872448 8014 33554432000 4194304 4196468 140720784424656 140322019477904 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17986] ppid=17979 vsize=26000852 memory=140171864635008 CPUtime=0 cores=0-7
/proc/17982/task/17986/stat : 17986 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846336 26624872448 8014 33554432000 4194304 4196468 140720784424656 140322018425104 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17987] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17987/stat : 17987 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846336 26624872448 8014 33554432000 4194304 4196468 140720784424656 140321615166096 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17988] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17988/stat : 17988 (java) S 17979 17982 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846336 26624872448 8014 33554432000 4194304 4196468 140720784424656 140321614113296 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17989] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17989/stat : 17989 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846336 26624872448 8014 33554432000 4194304 4196468 140720784424656 140321613061008 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17990] ppid=17979 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17982/task/17990/stat : 17990 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846336 26624872448 8014 33554432000 4194304 4196468 140720784424656 140321612008208 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17991] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17991/stat : 17991 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846336 26624872448 8014 33554432000 4194304 4196468 140720784424656 140321610955920 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17992] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17992/stat : 17992 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846336 26624872448 8014 33554432000 4194304 4196468 140720784424656 140321609903120 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17993] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17993/stat : 17993 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846338 26624872448 8014 33554432000 4194304 4196468 140720784424656 140320532555888 140322058529410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17994] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17994/stat : 17994 (java) S 17979 17982 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178846338 26624872448 8014 33554432000 4194304 4196468 140720784424656 140320531501856 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17995] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17995/stat : 17995 (java) S 17979 17982 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178846338 26624872448 8014 33554432000 4194304 4196468 140720784424656 140320530449520 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17996] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17996/stat : 17996 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846341 26624872448 8014 33554432000 4194304 4196468 140720784424656 140320529397840 140322058536859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17997] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17997/stat : 17997 (java) S 17979 17982 17066 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 178846341 26624872448 8014 33554432000 4194304 4196468 140720784424656 140320528345712 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17998] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17998/stat : 17998 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846341 26624872448 8014 33554432000 4194304 4196468 140720784424656 140320527292912 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17999] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17999/stat : 17999 (java) S 17979 17982 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846341 26624872448 8014 33554432000 4194304 4196468 140720784424656 140320526240624 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18000] ppid=17979 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/17982/task/18000/stat : 18000 (java) S 17979 17982 17066 0 -1 1077944384 370 0 0 0 2 0 0 0 20 0 20 0 178846341 26624872448 8014 33554432000 4194304 4196468 140720784424656 140320525187824 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18001] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/18001/stat : 18001 (java) S 17979 17982 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846341 26624872448 8014 33554432000 4194304 4196468 140720784424656 140320524134752 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18002] ppid=17979 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17982/task/18002/stat : 18002 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846341 26624872448 8014 33554432000 4194304 4196468 140720784424656 140320523082032 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32056 KiB

[startup+0.21032 s]*
/proc/loadavg: 0.94 1.00 1.15 4/198 18002
/proc/meminfo: memFree=24317952/32770624 swapFree=67108860/67108860
[pid=17982] ppid=17979 vsize=26000852 memory=40940 CPUtime=0.29 cores=0-7
/proc/17982/stat : 17982 (java) S 17979 17982 17066 0 -1 1077944320 9431 0 0 0 27 2 0 0 20 0 20 0 178846335 26624872448 10235 33554432000 4194304 4196468 140720784424656 140720784407200 140322058518263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
/proc/17982/statm: 6500213 10235 3593 1 0 6487932 0
[pid=17982/tid=17984] ppid=17979 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/17982/task/17984/stat : 17984 (java) R 17979 17982 17066 0 -1 4202560 6995 0 0 0 18 1 0 0 20 0 20 0 178846335 26624872448 10235 33554432000 4194304 4196468 140720784424656 140322062743344 140322042598780 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17985] ppid=17979 vsize=26000852 memory=13913 CPUtime=0 cores=0-7
/proc/17982/task/17985/stat : 17985 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846336 26624872448 10235 33554432000 4194304 4196468 140720784424656 140322019477904 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17986] ppid=17979 vsize=26000852 memory=140171864650187 CPUtime=0 cores=0-7
/proc/17982/task/17986/stat : 17986 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846336 26624872448 10235 33554432000 4194304 4196468 140720784424656 140322018425104 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17987] ppid=17979 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17982/task/17987/stat : 17987 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846336 26624872448 10235 33554432000 4194304 4196468 140720784424656 140321615166096 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17988] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17988/stat : 17988 (java) S 17979 17982 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846336 26624872448 10235 33554432000 4194304 4196468 140720784424656 140321614113296 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17989] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17989/stat : 17989 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846336 26624872448 10235 33554432000 4194304 4196468 140720784424656 140321613061008 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17990] ppid=17979 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17982/task/17990/stat : 17990 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846336 26624872448 10235 33554432000 4194304 4196468 140720784424656 140321612008208 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17991] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17991/stat : 17991 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846336 26624872448 10235 33554432000 4194304 4196468 140720784424656 140321610955920 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17992] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17992/stat : 17992 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846336 26624872448 10235 33554432000 4194304 4196468 140720784424656 140321609903120 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17993] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17993/stat : 17993 (java) S 17979 17982 17066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178846338 26624872448 10235 33554432000 4194304 4196468 140720784424656 140320532555888 140322058529410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17994] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17994/stat : 17994 (java) S 17979 17982 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178846338 26624872448 10235 33554432000 4194304 4196468 140720784424656 140320531501856 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17995] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17995/stat : 17995 (java) S 17979 17982 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178846338 26624872448 10235 33554432000 4194304 4196468 140720784424656 140320530449520 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17996] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17996/stat : 17996 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846341 26624872448 10235 33554432000 4194304 4196468 140720784424656 140320529397840 140322058536859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17997] ppid=17979 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/17982/task/17997/stat : 17997 (java) S 17979 17982 17066 0 -1 1077944384 499 0 0 0 1 0 0 0 20 0 20 0 178846341 26624872448 10235 33554432000 4194304 4196468 140720784424656 140320528345712 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17998] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17998/stat : 17998 (java) R 17979 17982 17066 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 20 0 178846341 26624872448 10235 33554432000 4194304 4196468 140720784424656 140320527292912 140322058529410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17999] ppid=17979 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/17982/task/17999/stat : 17999 (java) S 17979 17982 17066 0 -1 1077944384 131 0 0 0 1 0 0 0 20 0 20 0 178846341 26624872448 10235 33554432000 4194304 4196468 140720784424656 140320526240624 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18000] ppid=17979 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/17982/task/18000/stat : 18000 (java) R 17979 17982 17066 0 -1 4202560 393 0 0 0 5 0 0 0 20 0 20 0 178846341 26624872448 10235 33554432000 4194304 4196468 140720784424656 140320525187824 140322058530198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18001] ppid=17979 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/18001/stat : 18001 (java) S 17979 17982 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846341 26624872448 10235 33554432000 4194304 4196468 140720784424656 140320524134752 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18002] ppid=17979 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/17982/task/18002/stat : 18002 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846341 26624872448 10235 33554432000 4194304 4196468 140720784424656 140320523082032 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 40940 KiB

[startup+0.310023 s]*
/proc/loadavg: 0.94 1.00 1.15 2/198 18002
/proc/meminfo: memFree=24310648/32770624 swapFree=67108860/67108860
[pid=17982] ppid=17979 vsize=26000872 memory=49456 CPUtime=0.48 cores=0-7
/proc/17982/stat : 17982 (java) S 17979 17982 17066 0 -1 1077944320 10662 0 0 0 45 3 0 0 20 0 20 0 178846335 26624892928 12364 33554432000 4194304 4196468 140720784424656 140720784407200 140322058518263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
/proc/17982/statm: 6500218 12364 3696 1 0 6487932 0
[pid=17982/tid=17984] ppid=17979 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17982/task/17984/stat : 17984 (java) R 17979 17982 17066 0 -1 4202560 7744 0 0 0 27 2 0 0 20 0 20 0 178846335 26624892928 12364 33554432000 4194304 4196468 140720784424656 140322062738032 140322042598750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17985] ppid=17979 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17985/stat : 17985 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846336 26624892928 12364 33554432000 4194304 4196468 140720784424656 140322019477904 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17986] ppid=17979 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17986/stat : 17986 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846336 26624892928 12364 33554432000 4194304 4196468 140720784424656 140322018425104 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17987] ppid=17979 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17987/stat : 17987 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846336 26624892928 12364 33554432000 4194304 4196468 140720784424656 140321615166096 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17988] ppid=17979 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17988/stat : 17988 (java) S 17979 17982 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846336 26624892928 12364 33554432000 4194304 4196468 140720784424656 140321614113296 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17989] ppid=17979 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/17982/task/17989/stat : 17989 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846336 26624892928 12364 33554432000 4194304 4196468 140720784424656 140321613061008 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17990] ppid=17979 vsize=26000872 memory=140171760726959 CPUtime=0 cores=0-7
/proc/17982/task/17990/stat : 17990 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846336 26624892928 12364 33554432000 4194304 4196468 140720784424656 140321612008208 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17991] ppid=17979 vsize=26000872 memory=140171760729264 CPUtime=0 cores=0-7
/proc/17982/task/17991/stat : 17991 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846336 26624892928 12364 33554432000 4194304 4196468 140720784424656 140321610955920 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17992] ppid=17979 vsize=26000872 memory=140171760731568 CPUtime=0 cores=0-7
/proc/17982/task/17992/stat : 17992 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846336 26624892928 12364 33554432000 4194304 4196468 140720784424656 140321609903120 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17993] ppid=17979 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17993/stat : 17993 (java) S 17979 17982 17066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178846338 26624892928 12364 33554432000 4194304 4196468 140720784424656 140320532555888 140322058529410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17994] ppid=17979 vsize=26000872 memory=280343521470096 CPUtime=0 cores=0-7
/proc/17982/task/17994/stat : 17994 (java) S 17979 17982 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178846338 26624892928 12364 33554432000 4194304 4196468 140720784424656 140320531501856 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17995] ppid=17979 vsize=26000872 memory=280343521477008 CPUtime=0 cores=0-7
/proc/17982/task/17995/stat : 17995 (java) S 17979 17982 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178846338 26624892928 12364 33554432000 4194304 4196468 140720784424656 140320530449520 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17996] ppid=17979 vsize=26000872 memory=280343521418288 CPUtime=0 cores=0-7
/proc/17982/task/17996/stat : 17996 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846341 26624892928 12364 33554432000 4194304 4196468 140720784424656 140320529397840 140322058536859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17997] ppid=17979 vsize=26000872 memory=280343521490832 CPUtime=0.02 cores=0-7
/proc/17982/task/17997/stat : 17997 (java) S 17979 17982 17066 0 -1 1077944384 508 0 0 0 2 0 0 0 20 0 20 0 178846341 26624892928 12364 33554432000 4194304 4196468 140720784424656 140320528345712 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17998] ppid=17979 vsize=26000872 memory=280343521497744 CPUtime=0.03 cores=0-7
/proc/17982/task/17998/stat : 17998 (java) S 17979 17982 17066 0 -1 1077944384 224 0 0 0 3 0 0 0 20 0 20 0 178846341 26624892928 12364 33554432000 4194304 4196468 140720784424656 140320527292912 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17999] ppid=17979 vsize=26000872 memory=280343521495440 CPUtime=0.04 cores=0-7
/proc/17982/task/17999/stat : 17999 (java) S 17979 17982 17066 0 -1 1077944384 263 0 0 0 4 0 0 0 20 0 20 0 178846341 26624892928 12364 33554432000 4194304 4196468 140720784424656 140320526240624 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18000] ppid=17979 vsize=26000872 memory=280343521512048 CPUtime=0.08 cores=0-7
/proc/17982/task/18000/stat : 18000 (java) S 17979 17982 17066 0 -1 1077944384 538 0 0 0 8 0 0 0 20 0 20 0 178846341 26624892928 12364 33554432000 4194304 4196468 140720784424656 140320525187824 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18001] ppid=17979 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/18001/stat : 18001 (java) S 17979 17982 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846341 26624892928 12364 33554432000 4194304 4196468 140720784424656 140320524134752 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18002] ppid=17979 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/17982/task/18002/stat : 18002 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846341 26624892928 12364 33554432000 4194304 4196468 140720784424656 140320523082032 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49456 KiB

[startup+0.700905 s]
/proc/loadavg: 0.94 1.00 1.15 6/198 18002
/proc/meminfo: memFree=24297136/32770624 swapFree=67108860/67108860
[pid=17982] ppid=17979 vsize=26004968 memory=83192 CPUtime=1.16 cores=0-7
/proc/17982/stat : 17982 (java) S 17979 17982 17066 0 -1 1077944320 13873 0 0 0 110 6 0 0 20 0 20 0 178846335 26629087232 20798 33554432000 4194304 4196468 140720784424656 140720784407200 140322058518263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
/proc/17982/statm: 6501242 20798 3760 1 0 6488956 0
[pid=17982/tid=17984] ppid=17979 vsize=26004968 memory=0 CPUtime=0.67 cores=0-7
/proc/17982/task/17984/stat : 17984 (java) R 17979 17982 17066 0 -1 4202560 9648 0 0 0 63 4 0 0 20 0 20 0 178846335 26629087232 20798 33554432000 4194304 4196468 140720784424656 140322062742288 140322042598750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17985] ppid=17979 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17985/stat : 17985 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846336 26629087232 20798 33554432000 4194304 4196468 140720784424656 140322019477904 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17986] ppid=17979 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17986/stat : 17986 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846336 26629087232 20798 33554432000 4194304 4196468 140720784424656 140322018425104 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17987] ppid=17979 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17987/stat : 17987 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846336 26629087232 20798 33554432000 4194304 4196468 140720784424656 140321615166096 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17988] ppid=17979 vsize=26004968 memory=1008 CPUtime=0 cores=0-7
/proc/17982/task/17988/stat : 17988 (java) S 17979 17982 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846336 26629087232 20798 33554432000 4194304 4196468 140720784424656 140321614113296 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17989] ppid=17979 vsize=26004968 memory=4620 CPUtime=0 cores=0-7
/proc/17982/task/17989/stat : 17989 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846336 26629087232 20798 33554432000 4194304 4196468 140720784424656 140321613061008 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17990] ppid=17979 vsize=26004968 memory=1428 CPUtime=0 cores=0-7
/proc/17982/task/17990/stat : 17990 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846336 26629087232 20798 33554432000 4194304 4196468 140720784424656 140321612008208 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17991] ppid=17979 vsize=26004968 memory=1204 CPUtime=0 cores=0-7
/proc/17982/task/17991/stat : 17991 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846336 26629087232 20798 33554432000 4194304 4196468 140720784424656 140321610955920 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17992] ppid=17979 vsize=26004968 memory=15880 CPUtime=0 cores=0-7
/proc/17982/task/17992/stat : 17992 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178846336 26629087232 20798 33554432000 4194304 4196468 140720784424656 140321609903120 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17993] ppid=17979 vsize=26004968 memory=29120 CPUtime=0 cores=0-7
/proc/17982/task/17993/stat : 17993 (java) S 17979 17982 17066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178846338 26629087232 20798 33554432000 4194304 4196468 140720784424656 140320532555888 140322058529410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17994] ppid=17979 vsize=26004968 memory=4048 CPUtime=0 cores=0-7
/proc/17982/task/17994/stat : 17994 (java) S 17979 17982 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178846338 26629087232 20798 33554432000 4194304 4196468 140720784424656 140320531501856 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17995] ppid=17979 vsize=26004968 memory=18484 CPUtime=0 cores=0-7
/proc/17982/task/17995/stat : 17995 (java) S 17979 17982 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178846338 26629087232 20798 33554432000 4194304 4196468 140720784424656 140320530449520 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17996] ppid=17979 vsize=26004968 memory=1796 CPUtime=0 cores=0-7
/proc/17982/task/17996/stat : 17996 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846341 26629087232 20798 33554432000 4194304 4196468 140720784424656 140320529397840 140322058536859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17997] ppid=17979 vsize=26004968 memory=1236 CPUtime=0.06 cores=0-7
/proc/17982/task/17997/stat : 17997 (java) S 17979 17982 17066 0 -1 1077944384 800 0 0 0 6 0 0 0 20 0 20 0 178846341 26629087232 20798 33554432000 4194304 4196468 140720784424656 140320528345712 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17998] ppid=17979 vsize=26004968 memory=796 CPUtime=0.1 cores=0-7
/proc/17982/task/17998/stat : 17998 (java) S 17979 17982 17066 0 -1 1077944384 594 0 0 0 10 0 0 0 20 0 20 0 178846341 26629087232 20798 33554432000 4194304 4196468 140720784424656 140320527292912 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17999] ppid=17979 vsize=26004968 memory=1716 CPUtime=0.08 cores=0-7
/proc/17982/task/17999/stat : 17999 (java) S 17979 17982 17066 0 -1 1077944384 549 0 0 0 8 0 0 0 20 0 20 0 178846341 26629087232 20798 33554432000 4194304 4196468 140720784424656 140320526240624 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18000] ppid=17979 vsize=26004968 memory=1956 CPUtime=0.2 cores=0-7
/proc/17982/task/18000/stat : 18000 (java) S 17979 17982 17066 0 -1 1077944384 898 0 0 0 20 0 0 0 20 0 20 0 178846341 26629087232 20798 33554432000 4194304 4196468 140720784424656 140320525187824 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18001] ppid=17979 vsize=26004968 memory=8740 CPUtime=0 cores=0-7
/proc/17982/task/18001/stat : 18001 (java) S 17979 17982 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178846341 26629087232 20798 33554432000 4194304 4196468 140720784424656 140320524134752 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18002] ppid=17979 vsize=26004968 memory=1228 CPUtime=0 cores=0-7
/proc/17982/task/18002/stat : 18002 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178846341 26629087232 20798 33554432000 4194304 4196468 140720784424656 140320523082032 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 26004968 KiB
Current children cumulated memory: 83192 KiB

[startup+1.5015 s]
/proc/loadavg: 0.94 1.00 1.15 5/198 18002
/proc/meminfo: memFree=24226412/32770624 swapFree=67108860/67108860
[pid=17982] ppid=17979 vsize=27275828 memory=220908 CPUtime=4.34 cores=0-7
/proc/17982/stat : 17982 (java) S 17979 17982 17066 0 -1 1077944320 36103 0 0 0 421 13 0 0 20 0 39 0 178846335 27930447872 55227 33554432000 4194304 4196468 140720784424656 140720784407200 140322058518263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
/proc/17982/statm: 6818957 55227 3793 1 0 6806671 0
[pid=17982/tid=17984] ppid=17979 vsize=27275828 memory=0 CPUtime=1.39 cores=0-7
/proc/17982/task/17984/stat : 17984 (java) S 17979 17982 17066 0 -1 1077944384 12772 0 0 0 134 5 0 0 20 0 39 0 178846335 27930447872 55227 33554432000 4194304 4196468 140720784424656 140322062755968 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17985] ppid=17979 vsize=27275828 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17985/stat : 17985 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 178846336 27930447872 55227 33554432000 4194304 4196468 140720784424656 140322019477904 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17986] ppid=17979 vsize=27275828 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17986/stat : 17986 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 178846336 27930447872 55227 33554432000 4194304 4196468 140720784424656 140322018425104 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17987] ppid=17979 vsize=27275828 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17987/stat : 17987 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 39 0 178846336 27930447872 55227 33554432000 4194304 4196468 140720784424656 140321615166096 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17988] ppid=17979 vsize=27275828 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17988/stat : 17988 (java) S 17979 17982 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 39 0 178846336 27930447872 55227 33554432000 4194304 4196468 140720784424656 140321614113296 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17989] ppid=17979 vsize=27275828 memory=280343522026672 CPUtime=0 cores=0-7
/proc/17982/task/17989/stat : 17989 (java) R 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 39 0 178846336 27930447872 55227 33554432000 4194304 4196468 140720784424656 140321613061008 140322058528469 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17990] ppid=17979 vsize=27275828 memory=79405355369450 CPUtime=0 cores=0-7
/proc/17982/task/17990/stat : 17990 (java) R 17979 17982 17066 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 39 0 178846336 27930447872 55227 33554432000 4194304 4196468 140720784424656 140321612008208 140322051624809 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17991] ppid=17979 vsize=27275828 memory=79405355369450 CPUtime=0 cores=0-7
/proc/17982/task/17991/stat : 17991 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 178846336 27930447872 55227 33554432000 4194304 4196468 140720784424656 140321610955920 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17992] ppid=17979 vsize=27275828 memory=280343522049856 CPUtime=0 cores=0-7
/proc/17982/task/17992/stat : 17992 (java) R 17979 17982 17066 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 39 0 178846336 27930447872 55227 33554432000 4194304 4196468 140720784424656 140321609903120 140322043546155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17993] ppid=17979 vsize=27275828 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17993/stat : 17993 (java) S 17979 17982 17066 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 39 0 178846338 27930447872 55227 33554432000 4194304 4196468 140720784424656 140320532554400 140322058528469 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17994] ppid=17979 vsize=27275828 memory=1008 CPUtime=0 cores=0-7
/proc/17982/task/17994/stat : 17994 (java) S 17979 17982 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 39 0 178846338 27930447872 55227 33554432000 4194304 4196468 140720784424656 140320531501856 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17995] ppid=17979 vsize=27275828 memory=4620 CPUtime=0 cores=0-7
/proc/17982/task/17995/stat : 17995 (java) S 17979 17982 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 39 0 178846338 27930447872 55227 33554432000 4194304 4196468 140720784424656 140320530449520 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17996] ppid=17979 vsize=27275828 memory=1428 CPUtime=0 cores=0-7
/proc/17982/task/17996/stat : 17996 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 178846341 27930447872 55227 33554432000 4194304 4196468 140720784424656 140320529397840 140322058536859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17997] ppid=17979 vsize=27275828 memory=1204 CPUtime=0.6 cores=0-7
/proc/17982/task/17997/stat : 17997 (java) R 17979 17982 17066 0 -1 4202560 6191 0 0 0 58 2 0 0 20 0 39 0 178846341 27930447872 55227 33554432000 4194304 4196468 140720784424656 140320528337552 140322043444551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17998] ppid=17979 vsize=27275828 memory=15880 CPUtime=0.76 cores=0-7
/proc/17982/task/17998/stat : 17998 (java) S 17979 17982 17066 0 -1 1077944384 4594 0 0 0 75 1 0 0 20 0 39 0 178846341 27930447872 55739 33554432000 4194304 4196468 140720784424656 140320527282288 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17999] ppid=17979 vsize=27275828 memory=29120 CPUtime=0.6 cores=0-7
/proc/17982/task/17999/stat : 17999 (java) R 17979 17982 17066 0 -1 4202560 4905 0 0 0 59 1 0 0 20 0 39 0 178846341 27930447872 55739 33554432000 4194304 4196468 140720784424656 140320526225552 140322041929154 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18000] ppid=17979 vsize=27275828 memory=4048 CPUtime=0.55 cores=0-7
/proc/17982/task/18000/stat : 18000 (java) R 17979 17982 17066 0 -1 4202560 5397 0 0 0 54 1 0 0 20 0 39 0 178846341 27930447872 55739 33554432000 4194304 4196468 140720784424656 140320525184064 140322041914478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18001] ppid=17979 vsize=27277912 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/18001/stat : 18001 (java) S 17979 17982 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 39 0 178846341 27932581888 55739 33554432000 4194304 4196468 140720784424656 140320524134752 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18002] ppid=17979 vsize=27277912 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/18002/stat : 18002 (java) S 17979 17982 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 39 0 178846341 27932581888 55739 33554432000 4194304 4196468 140720784424656 140320523082032 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
Current children cumulated CPU time: 4.34 s
Current children cumulated vsize: 27275828 KiB
Current children cumulated memory: 220908 KiB

[startup+1.57687 s]
# the end of solver process 17982 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.48119 s, system=0.157553 s

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

[startup+1.5015 s]
/proc/loadavg: 0.94 1.00 1.15 5/198 18002
/proc/meminfo: memFree=24226412/32770624 swapFree=67108860/67108860
[pid=17982] ppid=17979 vsize=27275828 memory=220908 CPUtime=4.34 cores=0-7
/proc/17982/stat : 17982 (java) S 17979 17982 17066 0 -1 1077944320 36103 0 0 0 421 13 0 0 20 0 39 0 178846335 27930447872 55227 33554432000 4194304 4196468 140720784424656 140720784407200 140322058518263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
/proc/17982/statm: 6818957 55227 3793 1 0 6806671 0
[pid=17982/tid=17984] ppid=17979 vsize=27275828 memory=0 CPUtime=1.39 cores=0-7
/proc/17982/task/17984/stat : 17984 (java) S 17979 17982 17066 0 -1 1077944384 12772 0 0 0 134 5 0 0 20 0 39 0 178846335 27930447872 55227 33554432000 4194304 4196468 140720784424656 140322062755968 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17985] ppid=17979 vsize=27275828 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17985/stat : 17985 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 178846336 27930447872 55227 33554432000 4194304 4196468 140720784424656 140322019477904 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17986] ppid=17979 vsize=27275828 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17986/stat : 17986 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 178846336 27930447872 55227 33554432000 4194304 4196468 140720784424656 140322018425104 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17987] ppid=17979 vsize=27275828 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17987/stat : 17987 (java) S 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 39 0 178846336 27930447872 55227 33554432000 4194304 4196468 140720784424656 140321615166096 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17988] ppid=17979 vsize=27275828 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17988/stat : 17988 (java) S 17979 17982 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 39 0 178846336 27930447872 55227 33554432000 4194304 4196468 140720784424656 140321614113296 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17989] ppid=17979 vsize=27275828 memory=280343522026672 CPUtime=0 cores=0-7
/proc/17982/task/17989/stat : 17989 (java) R 17979 17982 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 39 0 178846336 27930447872 55227 33554432000 4194304 4196468 140720784424656 140321613061008 140322058528469 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17990] ppid=17979 vsize=27275828 memory=79405355369450 CPUtime=0 cores=0-7
/proc/17982/task/17990/stat : 17990 (java) R 17979 17982 17066 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 39 0 178846336 27930447872 55227 33554432000 4194304 4196468 140720784424656 140321612008208 140322051624809 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17991] ppid=17979 vsize=27275828 memory=79405355369450 CPUtime=0 cores=0-7
/proc/17982/task/17991/stat : 17991 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 178846336 27930447872 55227 33554432000 4194304 4196468 140720784424656 140321610955920 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17992] ppid=17979 vsize=27275828 memory=280343522049856 CPUtime=0 cores=0-7
/proc/17982/task/17992/stat : 17992 (java) R 17979 17982 17066 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 39 0 178846336 27930447872 55227 33554432000 4194304 4196468 140720784424656 140321609903120 140322043546155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17993] ppid=17979 vsize=27275828 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/17993/stat : 17993 (java) S 17979 17982 17066 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 39 0 178846338 27930447872 55227 33554432000 4194304 4196468 140720784424656 140320532554400 140322058528469 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17994] ppid=17979 vsize=27275828 memory=1008 CPUtime=0 cores=0-7
/proc/17982/task/17994/stat : 17994 (java) S 17979 17982 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 39 0 178846338 27930447872 55227 33554432000 4194304 4196468 140720784424656 140320531501856 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17995] ppid=17979 vsize=27275828 memory=4620 CPUtime=0 cores=0-7
/proc/17982/task/17995/stat : 17995 (java) S 17979 17982 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 39 0 178846338 27930447872 55227 33554432000 4194304 4196468 140720784424656 140320530449520 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17996] ppid=17979 vsize=27275828 memory=1428 CPUtime=0 cores=0-7
/proc/17982/task/17996/stat : 17996 (java) S 17979 17982 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 39 0 178846341 27930447872 55227 33554432000 4194304 4196468 140720784424656 140320529397840 140322058536859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17997] ppid=17979 vsize=27275828 memory=1204 CPUtime=0.6 cores=0-7
/proc/17982/task/17997/stat : 17997 (java) R 17979 17982 17066 0 -1 4202560 6191 0 0 0 58 2 0 0 20 0 39 0 178846341 27930447872 55227 33554432000 4194304 4196468 140720784424656 140320528337552 140322043444551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17998] ppid=17979 vsize=27275828 memory=15880 CPUtime=0.76 cores=0-7
/proc/17982/task/17998/stat : 17998 (java) S 17979 17982 17066 0 -1 1077944384 4594 0 0 0 75 1 0 0 20 0 39 0 178846341 27930447872 55739 33554432000 4194304 4196468 140720784424656 140320527282288 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=17999] ppid=17979 vsize=27275828 memory=29120 CPUtime=0.6 cores=0-7
/proc/17982/task/17999/stat : 17999 (java) R 17979 17982 17066 0 -1 4202560 4905 0 0 0 59 1 0 0 20 0 39 0 178846341 27930447872 55739 33554432000 4194304 4196468 140720784424656 140320526225552 140322041929154 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18000] ppid=17979 vsize=27275828 memory=4048 CPUtime=0.55 cores=0-7
/proc/17982/task/18000/stat : 18000 (java) R 17979 17982 17066 0 -1 4202560 5397 0 0 0 54 1 0 0 20 0 39 0 178846341 27930447872 55739 33554432000 4194304 4196468 140720784424656 140320525184064 140322041914478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18001] ppid=17979 vsize=27277912 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/18001/stat : 18001 (java) S 17979 17982 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 39 0 178846341 27932581888 55739 33554432000 4194304 4196468 140720784424656 140320524134752 140322058528469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
[pid=17982/tid=18002] ppid=17979 vsize=27277912 memory=0 CPUtime=0 cores=0-7
/proc/17982/task/18002/stat : 18002 (java) S 17979 17982 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 39 0 178846341 27932581888 55739 33554432000 4194304 4196468 140720784424656 140320523082032 140322058529410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15294464 140720784426082 140720784426267 140720784426267 140720784429007 0
Current children cumulated CPU time: 4.34 s
Current children cumulated vsize: 27275828 KiB
Current children cumulated memory: 220908 KiB

Child status: 0
Real time (s): 1.57693
CPU time (s): 4.63875
CPU user time (s): 4.48119
CPU system time (s): 0.157553
CPU usage (%): 294.162
Max. virtual memory (cumulated for all children) (KiB): 27275828
Max. memory (cumulated for all children) (KiB): 220908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.48119
system time used= 0.157553
maximum resident set size= 248736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37602
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= 4289
involuntary context switches= 29


# summary of solver processes directly reported to runsolver:
#   pid: 17982
#   total CPU time (s): 4.63875
#   total CPU user time (s): 4.48119
#   total CPU system time (s): 0.157553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034435 second user time and 0.054012 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-23 04:52:07
IDJOB=4285162
IDBENCH=138761
IDSOLVER=2681
FILE ID=node106/4285162-1503457588
RUNJOBID= node106-1503452501-17093
PBS_JOBID= 20632165
Free space on /tmp= 61080 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-04.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-4285162-1503457588/watcher-4285162-1503457588 -o /tmp/evaluation-result-4285162-1503457588/solver-4285162-1503457588 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1503452501-17093 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 961142945 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285162-1503457588.xml

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

MD5SUM BENCH= 18df6be3f646356b5200232eb50374f6
RANDOM SEED=961142945

node106.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.86
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.86
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.86
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.86
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:        24346124 kB
MemAvailable:   31945972 kB
Buffers:          246908 kB
Cached:          7639656 kB
SwapCached:            0 kB
Active:          1762728 kB
Inactive:        6180196 kB
Active(anon):      11760 kB
Inactive(anon):    88904 kB
Active(file):    1750968 kB
Inactive(file):  6091292 kB
Unevictable:        7700 kB
Mlocked:            7700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42700 kB
Writeback:             0 kB
AnonPages:         72224 kB
Mapped:            55584 kB
Shmem:             41612 kB
Slab:             174736 kB
SReclaimable:     146844 kB
SUnreclaim:        27892 kB
KernelStack:        3520 kB
PageTables:         4856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     342580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61040 MiB
End job on node106 at 2017-08-23 04:52:09