Trace number 4285119

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 1.74621 1.04434

General information on the benchmark

NameDeBruijnSequence/DeBruijnSequence-m1-s1/
DeBruijnSequence-02-02.xml
MD5SUM1c9b64ada423412211ec28357f5eb21e
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.0084450003
Satisfiable
(Un)Satisfiability was proved
Number of variables14
Number of constraints11
Number of domains3
Minimum domain size2
Maximum domain size5
Distribution of domain sizes[{"size":2,"count":8},{"size":4,"count":4},{"size":5,"count":2}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":4},{"degree":3,"count":8}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":2},{"arity":6,"count":1}]
Number of extensional constraints0
Number of intensional constraints4
Distribution of constraint types[{"type":"intension","count":4},{"type":"allDifferent","count":1},{"type":"sum","count":4},{"type":"cardinality","count":1},{"type":"minimum","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-08-22
0.29/0.25	c seed: 626813806
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 22000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
0.83/0.53	c Parsing done, starting search...
1.67/1.02	s SATISFIABLE
1.67/1.02	v <instantiation>
1.67/1.02	v 	<list>
1.67/1.02	v 		x[0] x[1] x[2] x[3] bi[0][0] bi[0][1] bi[1][0] bi[1][1] bi[2][0] bi[2][1] bi[3][0] bi[3][1] g[0] g[1]
1.67/1.02	v 	</list>
1.67/1.02	v 	<values>
1.67/1.02	v 		0 1 3 2 0 0 0 1 1 1 1 0 2 2 
1.67/1.02	v 	</values>
1.67/1.02	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 (8932 MiB free)
  memory of node 1: 16384 MiB (9841 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285119-1503429369/watcher-4285119-1503429369 -o /tmp/evaluation-result-4285119-1503429369/solver-4285119-1503429369 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1503428475-6978 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 626813806 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285119-1503429369.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=7102, runsolver pid=7099

[startup+0.100142 s]*
/proc/loadavg: 6.86 8.14 8.13 2/199 7122
/proc/meminfo: memFree=19206372/32770624 swapFree=67108860/67108860
[pid=7102] ppid=7099 vsize=26000852 memory=33020 CPUtime=0.12 cores=0-7
/proc/7102/stat : 7102 (java) S 7099 7102 6951 0 -1 1077944320 8669 0 0 0 11 1 0 0 20 0 20 0 176008240 26624872448 8255 33554432000 4194304 4196468 140720987299056 140720987281600 139966658871031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
/proc/7102/statm: 6500213 8255 3412 1 0 6487932 0
[pid=7102/tid=7104] ppid=7099 vsize=26000852 memory=4137571599311336345 CPUtime=0.09 cores=0-7
/proc/7102/task/7104/stat : 7104 (java) R 7099 7102 6951 0 -1 4202560 6609 0 0 0 8 1 0 0 20 0 20 0 176008240 26624872448 8255 33554432000 4194304 4196468 140720987299056 139966663087712 139966642951518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7105] ppid=7099 vsize=26000852 memory=732370035437587429 CPUtime=0 cores=0-7
/proc/7102/task/7105/stat : 7105 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008241 26624872448 8255 33554432000 4194304 4196468 140720987299056 139966611491216 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7106] ppid=7099 vsize=26000852 memory=139897100134016 CPUtime=0 cores=0-7
/proc/7102/task/7106/stat : 7106 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176008241 26624872448 8255 33554432000 4194304 4196468 140720987299056 139966610438416 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7107] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7107/stat : 7107 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008241 26624872448 8255 33554432000 4194304 4196468 140720987299056 139966214961808 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7108] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7108/stat : 7108 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008241 26624872448 8255 33554432000 4194304 4196468 140720987299056 139966213909008 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7109] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7109/stat : 7109 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008241 26624872448 8255 33554432000 4194304 4196468 140720987299056 139966212856720 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7110] ppid=7099 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/7102/task/7110/stat : 7110 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008241 26624872448 8255 33554432000 4194304 4196468 140720987299056 139966211803920 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7111] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7111/stat : 7111 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008241 26624872448 8255 33554432000 4194304 4196468 140720987299056 139966210751632 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7112] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7112/stat : 7112 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008241 26624872448 8255 33554432000 4194304 4196468 140720987299056 139966209698832 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7113] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7113/stat : 7113 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008242 26624872448 8255 33554432000 4194304 4196468 140720987299056 139965402183792 139966658882178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7114] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7114/stat : 7114 (java) S 7099 7102 6951 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176008243 26624872448 8255 33554432000 4194304 4196468 140720987299056 139965333758752 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7115] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7115/stat : 7115 (java) S 7099 7102 6951 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176008243 26624872448 8255 33554432000 4194304 4196468 140720987299056 139965332706416 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7116] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7116/stat : 7116 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176008245 26624872448 8255 33554432000 4194304 4196468 140720987299056 139965331654736 139966658889627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7117] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7117/stat : 7117 (java) S 7099 7102 6951 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 176008245 26624872448 8255 33554432000 4194304 4196468 140720987299056 139965330602608 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7118] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7118/stat : 7118 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176008245 26624872448 8255 33554432000 4194304 4196468 140720987299056 139965329549808 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7119] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7119/stat : 7119 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008245 26624872448 8255 33554432000 4194304 4196468 140720987299056 139965328497520 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7120] ppid=7099 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/7102/task/7120/stat : 7120 (java) S 7099 7102 6951 0 -1 1077944384 362 0 0 0 2 0 0 0 20 0 20 0 176008245 26624872448 8255 33554432000 4194304 4196468 140720987299056 139965327444720 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7121] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7121/stat : 7121 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008245 26624872448 8255 33554432000 4194304 4196468 140720987299056 139965326391648 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7122] ppid=7099 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/7102/task/7122/stat : 7122 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176008246 26624872448 8255 33554432000 4194304 4196468 140720987299056 139965325338928 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 33020 KiB

[startup+0.21003 s]*
/proc/loadavg: 6.86 8.14 8.13 3/199 7122
/proc/meminfo: memFree=19196664/32770624 swapFree=67108860/67108860
[pid=7102] ppid=7099 vsize=26000852 memory=42168 CPUtime=0.29 cores=0-7
/proc/7102/stat : 7102 (java) S 7099 7102 6951 0 -1 1077944320 9676 0 0 0 27 2 0 0 20 0 20 0 176008240 26624872448 10542 33554432000 4194304 4196468 140720987299056 140720987281600 139966658871031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
/proc/7102/statm: 6500213 10542 3637 1 0 6487932 0
[pid=7102/tid=7104] ppid=7099 vsize=26000852 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/7102/task/7104/stat : 7104 (java) R 7099 7102 6951 0 -1 4202560 7233 0 0 0 18 1 0 0 20 0 20 0 176008240 26624872448 10542 33554432000 4194304 4196468 140720987299056 139966663071472 139966644037821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7105] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7105/stat : 7105 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008241 26624872448 10542 33554432000 4194304 4196468 140720987299056 139966611491216 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7106] ppid=7099 vsize=26000852 memory=139897100982557 CPUtime=0 cores=0-7
/proc/7102/task/7106/stat : 7106 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176008241 26624872448 10542 33554432000 4194304 4196468 140720987299056 139966610438416 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7107] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7107/stat : 7107 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008241 26624872448 10542 33554432000 4194304 4196468 140720987299056 139966214961808 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7108] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7108/stat : 7108 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008241 26624872448 10542 33554432000 4194304 4196468 140720987299056 139966213909008 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7109] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7109/stat : 7109 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008241 26624872448 10542 33554432000 4194304 4196468 140720987299056 139966212856720 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7110] ppid=7099 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/7102/task/7110/stat : 7110 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008241 26624872448 10542 33554432000 4194304 4196468 140720987299056 139966211803920 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7111] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7111/stat : 7111 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008241 26624872448 10542 33554432000 4194304 4196468 140720987299056 139966210751632 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7112] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7112/stat : 7112 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008241 26624872448 10542 33554432000 4194304 4196468 140720987299056 139966209698832 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7113] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7113/stat : 7113 (java) S 7099 7102 6951 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176008242 26624872448 10542 33554432000 4194304 4196468 140720987299056 139965402183792 139966658882178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7114] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7114/stat : 7114 (java) S 7099 7102 6951 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176008243 26624872448 10542 33554432000 4194304 4196468 140720987299056 139965333758752 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7115] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7115/stat : 7115 (java) S 7099 7102 6951 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176008243 26624872448 10542 33554432000 4194304 4196468 140720987299056 139965332706416 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7116] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7116/stat : 7116 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176008245 26624872448 10542 33554432000 4194304 4196468 140720987299056 139965331654736 139966658889627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7117] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7117/stat : 7117 (java) S 7099 7102 6951 0 -1 1077944384 341 0 0 0 0 0 0 0 20 0 20 0 176008245 26624872448 10542 33554432000 4194304 4196468 140720987299056 139965330602608 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7118] ppid=7099 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/7102/task/7118/stat : 7118 (java) S 7099 7102 6951 0 -1 1077944384 291 0 0 0 1 0 0 0 20 0 20 0 176008245 26624872448 10542 33554432000 4194304 4196468 140720987299056 139965329549808 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7119] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7119/stat : 7119 (java) S 7099 7102 6951 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 176008245 26624872448 10542 33554432000 4194304 4196468 140720987299056 139965328497520 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7120] ppid=7099 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/7102/task/7120/stat : 7120 (java) R 7099 7102 6951 0 -1 4202560 384 0 0 0 5 0 0 0 20 0 20 0 176008245 26624872448 10542 33554432000 4194304 4196468 140720987299056 139965327444720 139966658882966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7121] ppid=7099 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7121/stat : 7121 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008245 26624872448 10542 33554432000 4194304 4196468 140720987299056 139965326391648 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7122] ppid=7099 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/7102/task/7122/stat : 7122 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176008246 26624872448 10542 33554432000 4194304 4196468 140720987299056 139965325338928 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 42168 KiB

[startup+0.309454 s]*
/proc/loadavg: 6.86 8.14 8.13 3/199 7122
/proc/meminfo: memFree=19190060/32770624 swapFree=67108860/67108860
[pid=7102] ppid=7099 vsize=26000872 memory=49568 CPUtime=0.48 cores=0-7
/proc/7102/stat : 7102 (java) S 7099 7102 6951 0 -1 1077944320 10640 0 0 0 45 3 0 0 20 0 20 0 176008240 26624892928 12392 33554432000 4194304 4196468 140720987299056 140720987281600 139966658871031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
/proc/7102/statm: 6500218 12392 3713 1 0 6487932 0
[pid=7102/tid=7104] ppid=7099 vsize=26000872 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/7102/task/7104/stat : 7104 (java) R 7099 7102 6951 0 -1 4202560 7793 0 0 0 28 1 0 0 20 0 20 0 176008240 26624892928 12392 33554432000 4194304 4196468 140720987299056 139966663085552 139966658882966 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7105] ppid=7099 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7105/stat : 7105 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008241 26624892928 12392 33554432000 4194304 4196468 140720987299056 139966611491216 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7106] ppid=7099 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7106/stat : 7106 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176008241 26624892928 12392 33554432000 4194304 4196468 140720987299056 139966610438416 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7107] ppid=7099 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7107/stat : 7107 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008241 26624892928 12392 33554432000 4194304 4196468 140720987299056 139966214961808 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7108] ppid=7099 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7108/stat : 7108 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008241 26624892928 12392 33554432000 4194304 4196468 140720987299056 139966213909008 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7109] ppid=7099 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/7102/task/7109/stat : 7109 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008241 26624892928 12392 33554432000 4194304 4196468 140720987299056 139966212856720 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7110] ppid=7099 vsize=26000872 memory=139896949928879 CPUtime=0 cores=0-7
/proc/7102/task/7110/stat : 7110 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008241 26624892928 12392 33554432000 4194304 4196468 140720987299056 139966211803920 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7111] ppid=7099 vsize=26000872 memory=139896949931184 CPUtime=0 cores=0-7
/proc/7102/task/7111/stat : 7111 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008241 26624892928 12392 33554432000 4194304 4196468 140720987299056 139966210751632 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7112] ppid=7099 vsize=26000872 memory=139896949933488 CPUtime=0 cores=0-7
/proc/7102/task/7112/stat : 7112 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008241 26624892928 12392 33554432000 4194304 4196468 140720987299056 139966209698832 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7113] ppid=7099 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7113/stat : 7113 (java) S 7099 7102 6951 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176008242 26624892928 12392 33554432000 4194304 4196468 140720987299056 139965402183792 139966658882178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7114] ppid=7099 vsize=26000872 memory=279793899873936 CPUtime=0 cores=0-7
/proc/7102/task/7114/stat : 7114 (java) S 7099 7102 6951 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176008243 26624892928 12392 33554432000 4194304 4196468 140720987299056 139965333758752 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7115] ppid=7099 vsize=26000872 memory=279793899880848 CPUtime=0 cores=0-7
/proc/7102/task/7115/stat : 7115 (java) S 7099 7102 6951 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176008243 26624892928 12392 33554432000 4194304 4196468 140720987299056 139965332706416 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7116] ppid=7099 vsize=26000872 memory=279793899822128 CPUtime=0 cores=0-7
/proc/7102/task/7116/stat : 7116 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176008245 26624892928 12392 33554432000 4194304 4196468 140720987299056 139965331654736 139966658889627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7117] ppid=7099 vsize=26000872 memory=279793899894672 CPUtime=0.04 cores=0-7
/proc/7102/task/7117/stat : 7117 (java) S 7099 7102 6951 0 -1 1077944384 532 0 0 0 4 0 0 0 20 0 20 0 176008245 26624892928 12457 33554432000 4194304 4196468 140720987299056 139965330602608 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7118] ppid=7099 vsize=26000872 memory=279793899901584 CPUtime=0.03 cores=0-7
/proc/7102/task/7118/stat : 7118 (java) R 7099 7102 6951 0 -1 1077944384 437 0 0 0 3 0 0 0 20 0 20 0 176008245 26624892928 12457 33554432000 4194304 4196468 140720987299056 139965329549808 139966658882178 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7119] ppid=7099 vsize=26000872 memory=279793899899280 CPUtime=0.01 cores=0-7
/proc/7102/task/7119/stat : 7119 (java) S 7099 7102 6951 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 20 0 176008245 26624892928 12457 33554432000 4194304 4196468 140720987299056 139965328497520 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7120] ppid=7099 vsize=26000872 memory=279793899915840 CPUtime=0.08 cores=0-7
/proc/7102/task/7120/stat : 7120 (java) R 7099 7102 6951 0 -1 4202560 418 0 0 0 8 0 0 0 20 0 20 0 176008245 26624892928 12457 33554432000 4194304 4196468 140720987299056 139965327444720 139966658882966 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7121] ppid=7099 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7121/stat : 7121 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008245 26624892928 12457 33554432000 4194304 4196468 140720987299056 139965326391648 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7122] ppid=7099 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/7102/task/7122/stat : 7122 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176008246 26624892928 12457 33554432000 4194304 4196468 140720987299056 139965325338928 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49568 KiB

[startup+0.700878 s]
/proc/loadavg: 6.86 8.14 8.13 2/199 7122
/proc/meminfo: memFree=19175600/32770624 swapFree=67108860/67108860
[pid=7102] ppid=7099 vsize=26004968 memory=81652 CPUtime=1.07 cores=0-7
/proc/7102/stat : 7102 (java) S 7099 7102 6951 0 -1 1077944320 13074 0 0 0 102 5 0 0 20 0 20 0 176008240 26629087232 20413 33554432000 4194304 4196468 140720987299056 140720987281600 139966658871031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
/proc/7102/statm: 6501242 20413 3744 1 0 6488956 0
[pid=7102/tid=7104] ppid=7099 vsize=26004968 memory=7445687411186099028 CPUtime=0.67 cores=0-7
/proc/7102/task/7104/stat : 7104 (java) R 7099 7102 6951 0 -1 4202560 9747 0 0 0 64 3 0 0 20 0 20 0 176008240 26629087232 20413 33554432000 4194304 4196468 140720987299056 139966663096288 139966658892957 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7105] ppid=7099 vsize=26004968 memory=30584462129058 CPUtime=0 cores=0-7
/proc/7102/task/7105/stat : 7105 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008241 26629087232 20413 33554432000 4194304 4196468 140720987299056 139966611491216 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7106] ppid=7099 vsize=26004968 memory=139896949938167 CPUtime=0 cores=0-7
/proc/7102/task/7106/stat : 7106 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176008241 26629087232 20413 33554432000 4194304 4196468 140720987299056 139966610438416 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7107] ppid=7099 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7107/stat : 7107 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008241 26629087232 20413 33554432000 4194304 4196468 140720987299056 139966214961808 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7108] ppid=7099 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7108/stat : 7108 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008241 26629087232 20413 33554432000 4194304 4196468 140720987299056 139966213909008 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7109] ppid=7099 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7109/stat : 7109 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008241 26629087232 20413 33554432000 4194304 4196468 140720987299056 139966212856720 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7110] ppid=7099 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7110/stat : 7110 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008241 26629087232 20413 33554432000 4194304 4196468 140720987299056 139966211803920 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7111] ppid=7099 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7111/stat : 7111 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008241 26629087232 20413 33554432000 4194304 4196468 140720987299056 139966210751632 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7112] ppid=7099 vsize=26004968 memory=1840 CPUtime=0 cores=0-7
/proc/7102/task/7112/stat : 7112 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 176008241 26629087232 20413 33554432000 4194304 4196468 140720987299056 139966209698832 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7113] ppid=7099 vsize=26004968 memory=12136 CPUtime=0 cores=0-7
/proc/7102/task/7113/stat : 7113 (java) S 7099 7102 6951 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 176008242 26629087232 20413 33554432000 4194304 4196468 140720987299056 139965402183792 139966658882178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7114] ppid=7099 vsize=26004968 memory=1708 CPUtime=0 cores=0-7
/proc/7102/task/7114/stat : 7114 (java) S 7099 7102 6951 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 176008243 26629087232 20413 33554432000 4194304 4196468 140720987299056 139965333758752 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7115] ppid=7099 vsize=26004968 memory=1012 CPUtime=0 cores=0-7
/proc/7102/task/7115/stat : 7115 (java) S 7099 7102 6951 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 176008243 26629087232 20413 33554432000 4194304 4196468 140720987299056 139965332706416 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7116] ppid=7099 vsize=26004968 memory=796 CPUtime=0 cores=0-7
/proc/7102/task/7116/stat : 7116 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176008245 26629087232 20413 33554432000 4194304 4196468 140720987299056 139965331654736 139966658889627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7117] ppid=7099 vsize=26004968 memory=1228 CPUtime=0.08 cores=0-7
/proc/7102/task/7117/stat : 7117 (java) S 7099 7102 6951 0 -1 1077944384 661 0 0 0 8 0 0 0 20 0 20 0 176008245 26629087232 20413 33554432000 4194304 4196468 140720987299056 139965330602608 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7118] ppid=7099 vsize=26004968 memory=5784 CPUtime=0.05 cores=0-7
/proc/7102/task/7118/stat : 7118 (java) S 7099 7102 6951 0 -1 1077944384 447 0 0 0 5 0 0 0 20 0 20 0 176008245 26629087232 20413 33554432000 4194304 4196468 140720987299056 139965329549808 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7119] ppid=7099 vsize=26004968 memory=4616 CPUtime=0.07 cores=0-7
/proc/7102/task/7119/stat : 7119 (java) R 7099 7102 6951 0 -1 4202560 258 0 0 0 7 0 0 0 20 0 20 0 176008245 26629087232 20413 33554432000 4194304 4196468 140720987299056 139965328487632 139966643996400 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7120] ppid=7099 vsize=26004968 memory=1928 CPUtime=0.16 cores=0-7
/proc/7102/task/7120/stat : 7120 (java) S 7099 7102 6951 0 -1 1077944384 569 0 0 0 16 0 0 0 20 0 20 0 176008245 26629087232 20413 33554432000 4194304 4196468 140720987299056 139965327444720 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7121] ppid=7099 vsize=26004968 memory=1428 CPUtime=0 cores=0-7
/proc/7102/task/7121/stat : 7121 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 176008245 26629087232 20413 33554432000 4194304 4196468 140720987299056 139965326391648 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7122] ppid=7099 vsize=26004968 memory=1196 CPUtime=0 cores=0-7
/proc/7102/task/7122/stat : 7122 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 176008246 26629087232 20413 33554432000 4194304 4196468 140720987299056 139965325338928 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 26004968 KiB
Current children cumulated memory: 81652 KiB

[startup+1.04425 s]
# the end of solver process 7102 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.65937 s, system=0.086845 s

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

[startup+0.800991 s]
/proc/loadavg: 6.86 8.14 8.13 2/199 7122
/proc/meminfo: memFree=19175600/32770624 swapFree=67108860/67108860
[pid=7102] ppid=7099 vsize=26073580 memory=92792 CPUtime=1.29 cores=0-7
/proc/7102/stat : 7102 (java) S 7099 7102 6951 0 -1 1077944320 13720 0 0 0 123 6 0 0 20 0 21 0 176008240 26699345920 23198 33554432000 4194304 4196468 140720987299056 140720987281600 139966658871031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
/proc/7102/statm: 6518395 23198 3770 1 0 6506109 0
[pid=7102/tid=7104] ppid=7099 vsize=26073580 memory=15880 CPUtime=0.77 cores=0-7
/proc/7102/task/7104/stat : 7104 (java) R 7099 7102 6951 0 -1 4202560 10137 0 0 0 73 4 0 0 20 0 21 0 176008240 26699345920 23198 33554432000 4194304 4196468 140720987299056 139966663091712 139966658892378 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7105] ppid=7099 vsize=26073580 memory=26528 CPUtime=0 cores=0-7
/proc/7102/task/7105/stat : 7105 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 176008241 26699345920 23198 33554432000 4194304 4196468 140720987299056 139966611491216 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7106] ppid=7099 vsize=26073580 memory=16432 CPUtime=0 cores=0-7
/proc/7102/task/7106/stat : 7106 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 176008241 26699345920 23198 33554432000 4194304 4196468 140720987299056 139966610438416 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7107] ppid=7099 vsize=26073580 memory=4040 CPUtime=0 cores=0-7
/proc/7102/task/7107/stat : 7107 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 176008241 26699345920 23198 33554432000 4194304 4196468 140720987299056 139966214961808 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7108] ppid=7099 vsize=26073580 memory=1792 CPUtime=0 cores=0-7
/proc/7102/task/7108/stat : 7108 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 176008241 26699345920 23198 33554432000 4194304 4196468 140720987299056 139966213909008 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7109] ppid=7099 vsize=26073580 memory=640 CPUtime=0 cores=0-7
/proc/7102/task/7109/stat : 7109 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 176008241 26699345920 23198 33554432000 4194304 4196468 140720987299056 139966212856720 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7110] ppid=7099 vsize=26073580 memory=33 CPUtime=0 cores=0-7
/proc/7102/task/7110/stat : 7110 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 176008241 26699345920 23198 33554432000 4194304 4196468 140720987299056 139966211803920 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7111] ppid=7099 vsize=26073580 memory=55 CPUtime=0 cores=0-7
/proc/7102/task/7111/stat : 7111 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 176008241 26699345920 23198 33554432000 4194304 4196468 140720987299056 139966210751632 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7112] ppid=7099 vsize=26073580 memory=12769 CPUtime=0 cores=0-7
/proc/7102/task/7112/stat : 7112 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 176008241 26699345920 23198 33554432000 4194304 4196468 140720987299056 139966209698832 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7113] ppid=7099 vsize=26073580 memory=805893 CPUtime=0 cores=0-7
/proc/7102/task/7113/stat : 7113 (java) S 7099 7102 6951 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 176008242 26699345920 23198 33554432000 4194304 4196468 140720987299056 139965402183792 139966658882178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7114] ppid=7099 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7114/stat : 7114 (java) S 7099 7102 6951 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 176008243 26699345920 23198 33554432000 4194304 4196468 140720987299056 139965333758752 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7115] ppid=7099 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7115/stat : 7115 (java) S 7099 7102 6951 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 176008243 26699345920 23198 33554432000 4194304 4196468 140720987299056 139965332706416 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7116] ppid=7099 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7116/stat : 7116 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 176008245 26699345920 23198 33554432000 4194304 4196468 140720987299056 139965331654736 139966658889627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7117] ppid=7099 vsize=26073580 memory=0 CPUtime=0.09 cores=0-7
/proc/7102/task/7117/stat : 7117 (java) R 7099 7102 6951 0 -1 4202560 668 0 0 0 9 0 0 0 20 0 21 0 176008245 26699345920 23198 33554432000 4194304 4196468 140720987299056 139965330602608 139966638109444 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7118] ppid=7099 vsize=26073580 memory=0 CPUtime=0.08 cores=0-7
/proc/7102/task/7118/stat : 7118 (java) S 7099 7102 6951 0 -1 1077944384 545 0 0 0 8 0 0 0 20 0 21 0 176008245 26699345920 23198 33554432000 4194304 4196468 140720987299056 139965329549808 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7119] ppid=7099 vsize=26073580 memory=0 CPUtime=0.09 cores=0-7
/proc/7102/task/7119/stat : 7119 (java) S 7099 7102 6951 0 -1 1077944384 271 0 0 0 9 0 0 0 20 0 21 0 176008245 26699345920 23198 33554432000 4194304 4196468 140720987299056 139965328497520 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7120] ppid=7099 vsize=26073580 memory=0 CPUtime=0.21 cores=0-7
/proc/7102/task/7120/stat : 7120 (java) S 7099 7102 6951 0 -1 1077944384 685 0 0 0 21 0 0 0 20 0 21 0 176008245 26699345920 23198 33554432000 4194304 4196468 140720987299056 139965327444720 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7121] ppid=7099 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7121/stat : 7121 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 176008245 26699345920 23198 33554432000 4194304 4196468 140720987299056 139965326391648 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7122] ppid=7099 vsize=26073580 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7122/stat : 7122 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 176008246 26699345920 23198 33554432000 4194304 4196468 140720987299056 139965325338928 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 26073580 KiB
Current children cumulated memory: 92792 KiB

[startup+1.00078 s]*
/proc/loadavg: 6.86 8.14 8.13 2/213 7136
/proc/meminfo: memFree=19101492/32770624 swapFree=67108860/67108860
[pid=7102] ppid=7099 vsize=26945092 memory=139568 CPUtime=1.67 cores=0-7
/proc/7102/stat : 7102 (java) S 7099 7102 6951 0 -1 1077944320 15686 0 0 0 159 8 0 0 20 0 33 0 176008240 27591774208 34892 33554432000 4194304 4196468 140720987299056 140720987281600 139966658871031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
/proc/7102/statm: 6736273 34892 3785 1 0 6723466 0
[pid=7102/tid=7104] ppid=7099 vsize=26945092 memory=279793899667696 CPUtime=0.94 cores=0-7
/proc/7102/task/7104/stat : 7104 (java) S 7099 7102 6951 0 -1 1077944384 11269 0 0 0 90 4 0 0 20 0 33 0 176008240 27591774208 34892 33554432000 4194304 4196468 140720987299056 139966663108736 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7105] ppid=7099 vsize=26945092 memory=279794050185520 CPUtime=0 cores=0-7
/proc/7102/task/7105/stat : 7105 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 33 0 176008241 27591774208 34892 33554432000 4194304 4196468 140720987299056 139966611491216 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7106] ppid=7099 vsize=26945092 memory=139897100134016 CPUtime=0 cores=0-7
/proc/7102/task/7106/stat : 7106 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 176008241 27591774208 34892 33554432000 4194304 4196468 140720987299056 139966610438416 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7107] ppid=7099 vsize=26945092 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7107/stat : 7107 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 176008241 27591774208 34892 33554432000 4194304 4196468 140720987299056 139966214961808 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7108] ppid=7099 vsize=26945092 memory=7681407940103534239 CPUtime=0 cores=0-7
/proc/7102/task/7108/stat : 7108 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 33 0 176008241 27591774208 34892 33554432000 4194304 4196468 140720987299056 139966213909008 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7109] ppid=7099 vsize=26945092 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/7102/task/7109/stat : 7109 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 33 0 176008241 27591774208 34892 33554432000 4194304 4196468 140720987299056 139966212856720 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7110] ppid=7099 vsize=26945092 memory=3472328296160571439 CPUtime=0 cores=0-7
/proc/7102/task/7110/stat : 7110 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 176008241 27591774208 34892 33554432000 4194304 4196468 140720987299056 139966211803920 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7111] ppid=7099 vsize=26945092 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/7102/task/7111/stat : 7111 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 176008241 27591774208 34892 33554432000 4194304 4196468 140720987299056 139966210751632 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7112] ppid=7099 vsize=26945092 memory=-6452064069391756930 CPUtime=0 cores=0-7
/proc/7102/task/7112/stat : 7112 (java) S 7099 7102 6951 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 33 0 176008241 27591774208 34892 33554432000 4194304 4196468 140720987299056 139966209698832 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7113] ppid=7099 vsize=26945092 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7113/stat : 7113 (java) S 7099 7102 6951 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 33 0 176008242 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965402183792 139966658882178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7114] ppid=7099 vsize=26945092 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7114/stat : 7114 (java) S 7099 7102 6951 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 33 0 176008243 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965333758752 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7115] ppid=7099 vsize=26945092 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7115/stat : 7115 (java) S 7099 7102 6951 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 176008243 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965332706416 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7116] ppid=7099 vsize=26945092 memory=2641 CPUtime=0 cores=0-7
/proc/7102/task/7116/stat : 7116 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 176008245 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965331654736 139966658889627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7117] ppid=7099 vsize=26945092 memory=0 CPUtime=0.1 cores=0-7
/proc/7102/task/7117/stat : 7117 (java) S 7099 7102 6951 0 -1 1077944384 676 0 0 0 10 0 0 0 20 0 33 0 176008245 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965330602608 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7118] ppid=7099 vsize=26945092 memory=0 CPUtime=0.08 cores=0-7
/proc/7102/task/7118/stat : 7118 (java) R 7099 7102 6951 0 -1 1077944384 552 0 0 0 8 0 0 0 20 0 33 0 176008245 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965329549808 139966658882178 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7119] ppid=7099 vsize=26945092 memory=0 CPUtime=0.09 cores=0-7
/proc/7102/task/7119/stat : 7119 (java) R 7099 7102 6951 0 -1 4202560 273 0 0 0 9 0 0 0 20 0 33 0 176008245 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965328497520 139966643267718 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7120] ppid=7099 vsize=26945092 memory=0 CPUtime=0.25 cores=0-7
/proc/7102/task/7120/stat : 7120 (java) R 7099 7102 6951 0 -1 1077944384 768 0 0 0 25 0 0 0 20 0 33 0 176008245 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965327440448 139966658881237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7121] ppid=7099 vsize=26945092 memory=2212 CPUtime=0 cores=0-7
/proc/7102/task/7121/stat : 7121 (java) S 7099 7102 6951 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 176008245 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965326391648 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7122] ppid=7099 vsize=26945092 memory=-1 CPUtime=0 cores=0-7
/proc/7102/task/7122/stat : 7122 (java) S 7099 7102 6951 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 176008246 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965325338928 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7124] ppid=7099 vsize=26945092 memory=8462870768629791029 CPUtime=0 cores=0-7
/proc/7102/task/7124/stat : 7124 (java) S 7099 7102 6951 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 33 0 176008324 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965313995600 139966658882178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7125] ppid=7099 vsize=26945092 memory=7810763844726514514 CPUtime=0.01 cores=0-7
/proc/7102/task/7125/stat : 7125 (java) R 7099 7102 6951 0 -1 1077944384 89 0 0 0 1 0 0 0 20 0 33 0 176008334 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965310839616 139966658882178 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7126] ppid=7099 vsize=26945092 memory=8025788835636668518 CPUtime=0.02 cores=0-7
/proc/7102/task/7126/stat : 7126 (java) R 7099 7102 6951 0 -1 1077944384 146 0 0 0 2 0 0 0 20 0 33 0 176008334 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965309791008 139966658881237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7127] ppid=7099 vsize=26945092 memory=139901395101311 CPUtime=0.02 cores=0-7
/proc/7102/task/7127/stat : 7127 (java) R 7099 7102 6951 0 -1 4202560 99 0 0 0 2 0 0 0 20 0 33 0 176008334 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965308734320 139966642951518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7128] ppid=7099 vsize=26945092 memory=0 CPUtime=0.01 cores=0-7
/proc/7102/task/7128/stat : 7128 (java) S 7099 7102 6951 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 33 0 176008334 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965307688368 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7129] ppid=7099 vsize=26945092 memory=0 CPUtime=0.01 cores=0-7
/proc/7102/task/7129/stat : 7129 (java) S 7099 7102 6951 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 33 0 176008337 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965306635056 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7130] ppid=7099 vsize=26945092 memory=0 CPUtime=0.01 cores=0-7
/proc/7102/task/7130/stat : 7130 (java) S 7099 7102 6951 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 33 0 176008337 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965305582256 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7131] ppid=7099 vsize=26945092 memory=0 CPUtime=0.01 cores=0-7
/proc/7102/task/7131/stat : 7131 (java) S 7099 7102 6951 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 33 0 176008337 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965304529968 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7132] ppid=7099 vsize=26945092 memory=0 CPUtime=0.01 cores=0-7
/proc/7102/task/7132/stat : 7132 (java) R 7099 7102 6951 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 33 0 176008337 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965303477152 139966658882966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7133] ppid=7099 vsize=26945092 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7133/stat : 7133 (java) S 7099 7102 6951 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 33 0 176008337 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965302424880 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7134] ppid=7099 vsize=26945092 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7134/stat : 7134 (java) S 7099 7102 6951 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 33 0 176008337 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965301372080 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7135] ppid=7099 vsize=26945092 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7135/stat : 7135 (java) R 7099 7102 6951 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 33 0 176008337 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965298222640 139966658881237 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
[pid=7102/tid=7136] ppid=7099 vsize=26945092 memory=0 CPUtime=0 cores=0-7
/proc/7102/task/7136/stat : 7136 (java) S 7099 7102 6951 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 33 0 176008339 27591774208 34892 33554432000 4194304 4196468 140720987299056 139965297169840 139966658881237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28504064 140720987305058 140720987305243 140720987305243 140720987307983 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 26945092 KiB
Current children cumulated memory: 139568 KiB

Child status: 0
Real time (s): 1.04434
CPU time (s): 1.74621
CPU user time (s): 1.65937
CPU system time (s): 0.086845
CPU usage (%): 167.208
Max. virtual memory (cumulated for all children) (KiB): 26945092
Max. memory (cumulated for all children) (KiB): 139568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.65937
system time used= 0.086845
maximum resident set size= 143812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15992
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= 3044
involuntary context switches= 2


# summary of solver processes directly reported to runsolver:
#   pid: 7102
#   total CPU time (s): 1.74621
#   total CPU user time (s): 1.65937
#   total CPU system time (s): 0.086845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02959 second user time and 0.053059 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-22 21:01:48
IDJOB=4285119
IDBENCH=125576
IDSOLVER=2681
FILE ID=node105/4285119-1503429369
RUNJOBID= node105-1503428475-6978
PBS_JOBID= 20632140
Free space on /tmp= 60032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/DeBruijnSequence/DeBruijnSequence-m1-s1/DeBruijnSequence-02-02.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-4285119-1503429369/watcher-4285119-1503429369 -o /tmp/evaluation-result-4285119-1503429369/solver-4285119-1503429369 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1503428475-6978 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 626813806 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285119-1503429369.xml

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

MD5SUM BENCH= 1c9b64ada423412211ec28357f5eb21e
RANDOM SEED=626813806

node105.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.17
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.17
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.17
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.17
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:        19225724 kB
MemAvailable:   31933324 kB
Buffers:          252312 kB
Cached:         12724776 kB
SwapCached:            0 kB
Active:          3246868 kB
Inactive:        9783836 kB
Active(anon):       4228 kB
Inactive(anon):    94016 kB
Active(file):    3242640 kB
Inactive(file):  9689820 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42084 kB
Writeback:             0 kB
AnonPages:        162692 kB
Mapped:            55012 kB
Shmem:             41612 kB
Slab:             209036 kB
SReclaimable:     181952 kB
SUnreclaim:        27084 kB
KernelStack:        3536 kB
PageTables:         5040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     340804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59992 MiB
End job on node105 at 2017-08-22 21:01:49