Trace number 4275309

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-07-26SAT 1.73011 1.04782

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-07-26
0.29/0.25	c seed: 734853060
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
0.81/0.53	c Parsing done, starting search...
1.64/1.03	s SATISFIABLE
1.64/1.03	v <instantiation>
1.64/1.03	v 	<list>
1.64/1.03	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.64/1.03	v 	</list>
1.64/1.03	v 	<values>
1.64/1.03	v 		0 1 3 2 0 0 0 1 1 1 1 0 2 2 
1.64/1.03	v 	</values>
1.64/1.03	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 (13403 MiB free)
  memory of node 1: 16384 MiB (14606 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275309-1502717579/watcher-4275309-1502717579 -o /tmp/evaluation-result-4275309-1502717579/solver-4275309-1502717579 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502716719-25911 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 734853060 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275309-1502717579.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=26022, runsolver pid=26019

[startup+0.100113 s]*
/proc/loadavg: 7.79 8.47 8.62 2/198 26042
/proc/meminfo: memFree=28662708/32770624 swapFree=67108860/67108860
[pid=26022] ppid=26019 vsize=14325320 memory=33768 CPUtime=0.12 cores=0-7
/proc/26022/stat : 26022 (java) S 26019 26022 25884 0 -1 1077944320 8347 0 0 0 11 1 0 0 20 0 20 0 104838836 14669127680 8442 33554432000 4194304 4196468 140735785772496 140735785755040 139648233459447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
/proc/26022/statm: 3581330 8442 3410 1 0 3569050 0
[pid=26022/tid=26024] ppid=26019 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/26022/task/26024/stat : 26024 (java) R 26019 26022 25884 0 -1 4202560 6295 0 0 0 8 1 0 0 20 0 20 0 104838836 14669127680 8442 33554432000 4194304 4196468 140735785772496 139648237669920 139648217503077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26025] ppid=26019 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/26022/task/26025/stat : 26025 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838837 14669127680 8442 33554432000 4194304 4196468 140735785772496 139648186079632 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26026] ppid=26019 vsize=14325320 memory=139824823613056 CPUtime=0 cores=0-7
/proc/26022/task/26026/stat : 26026 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838837 14669127680 8442 33554432000 4194304 4196468 140735785772496 139648185026832 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26027] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26027/stat : 26027 (java) S 26019 26022 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104838837 14669127680 8442 33554432000 4194304 4196468 140735785772496 139648183974544 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26028] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26028/stat : 26028 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838837 14669127680 8442 33554432000 4194304 4196468 140735785772496 139648182921744 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26029] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26029/stat : 26029 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838837 14669127680 8442 33554432000 4194304 4196468 140735785772496 139648181869456 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26030] ppid=26019 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26022/task/26030/stat : 26030 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838837 14669127680 8442 33554432000 4194304 4196468 140735785772496 139648180816656 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26031] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26031/stat : 26031 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838837 14669127680 8442 33554432000 4194304 4196468 140735785772496 139648179764368 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26032] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26032/stat : 26032 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838837 14669127680 8442 33554432000 4194304 4196468 140735785772496 139648178711568 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26033] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26033/stat : 26033 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838838 14669127680 8442 33554432000 4194304 4196468 140735785772496 139647398418544 139648233470594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26034] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26034/stat : 26034 (java) S 26019 26022 25884 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104838839 14669127680 8442 33554432000 4194304 4196468 140735785772496 139647397364512 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26035] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26035/stat : 26035 (java) S 26019 26022 25884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104838839 14669127680 8442 33554432000 4194304 4196468 140735785772496 139647396312176 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26036] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26036/stat : 26036 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838841 14669127680 8442 33554432000 4194304 4196468 140735785772496 139647395260496 139648233478043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26037] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26037/stat : 26037 (java) S 26019 26022 25884 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 104838841 14669127680 8442 33554432000 4194304 4196468 140735785772496 139647394208368 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26038] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26038/stat : 26038 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838841 14669127680 8442 33554432000 4194304 4196468 140735785772496 139647393155568 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26039] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26039/stat : 26039 (java) S 26019 26022 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104838841 14669127680 8442 33554432000 4194304 4196468 140735785772496 139647392103280 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26040] ppid=26019 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/26022/task/26040/stat : 26040 (java) S 26019 26022 25884 0 -1 1077944384 376 0 0 0 1 0 0 0 20 0 20 0 104838841 14669127680 8442 33554432000 4194304 4196468 140735785772496 139647391050480 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26041] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26041/stat : 26041 (java) S 26019 26022 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104838841 14669127680 8442 33554432000 4194304 4196468 140735785772496 139647389997408 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26042] ppid=26019 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26022/task/26042/stat : 26042 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838842 14669127680 8442 33554432000 4194304 4196468 140735785772496 139647388944688 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33768 KiB

[startup+0.209732 s]*
/proc/loadavg: 7.79 8.47 8.62 3/198 26042
/proc/meminfo: memFree=28654208/32770624 swapFree=67108860/67108860
[pid=26022] ppid=26019 vsize=14325320 memory=42924 CPUtime=0.29 cores=0-7
/proc/26022/stat : 26022 (java) S 26019 26022 25884 0 -1 1077944320 9346 0 0 0 27 2 0 0 20 0 20 0 104838836 14669127680 10731 33554432000 4194304 4196468 140735785772496 140735785755040 139648233459447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
/proc/26022/statm: 3581330 10731 3595 1 0 3569050 0
[pid=26022/tid=26024] ppid=26019 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/26022/task/26024/stat : 26024 (java) R 26019 26022 25884 0 -1 4202560 6916 0 0 0 18 1 0 0 20 0 20 0 104838836 14669127680 10731 33554432000 4194304 4196468 140735785772496 139648237686336 139648217539934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26025] ppid=26019 vsize=14325320 memory=3221 CPUtime=0 cores=0-7
/proc/26022/task/26025/stat : 26025 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838837 14669127680 10731 33554432000 4194304 4196468 140735785772496 139648186079632 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26026] ppid=26019 vsize=14325320 memory=3544530126051292832 CPUtime=0 cores=0-7
/proc/26022/task/26026/stat : 26026 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838837 14669127680 10731 33554432000 4194304 4196468 140735785772496 139648185026832 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26027] ppid=26019 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26022/task/26027/stat : 26027 (java) S 26019 26022 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104838837 14669127680 10731 33554432000 4194304 4196468 140735785772496 139648183974544 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26028] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26028/stat : 26028 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838837 14669127680 10731 33554432000 4194304 4196468 140735785772496 139648182921744 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26029] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26029/stat : 26029 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838837 14669127680 10731 33554432000 4194304 4196468 140735785772496 139648181869456 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26030] ppid=26019 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26022/task/26030/stat : 26030 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838837 14669127680 10731 33554432000 4194304 4196468 140735785772496 139648180816656 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26031] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26031/stat : 26031 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838837 14669127680 10731 33554432000 4194304 4196468 140735785772496 139648179764368 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26032] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26032/stat : 26032 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838837 14669127680 10731 33554432000 4194304 4196468 140735785772496 139648178711568 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26033] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26033/stat : 26033 (java) S 26019 26022 25884 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 104838838 14669127680 10731 33554432000 4194304 4196468 140735785772496 139647398418544 139648233470594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26034] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26034/stat : 26034 (java) S 26019 26022 25884 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104838839 14669127680 10731 33554432000 4194304 4196468 140735785772496 139647397364512 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26035] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26035/stat : 26035 (java) S 26019 26022 25884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104838839 14669127680 10731 33554432000 4194304 4196468 140735785772496 139647396312176 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26036] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26036/stat : 26036 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838841 14669127680 10731 33554432000 4194304 4196468 140735785772496 139647395260496 139648233478043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26037] ppid=26019 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/26022/task/26037/stat : 26037 (java) S 26019 26022 25884 0 -1 1077944384 431 0 0 0 1 0 0 0 20 0 20 0 104838841 14669127680 10731 33554432000 4194304 4196468 140735785772496 139647394208368 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26038] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26038/stat : 26038 (java) S 26019 26022 25884 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 104838841 14669127680 10731 33554432000 4194304 4196468 140735785772496 139647393155568 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26039] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26039/stat : 26039 (java) S 26019 26022 25884 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 20 0 104838841 14669127680 10731 33554432000 4194304 4196468 140735785772496 139647392103280 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26040] ppid=26019 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/26022/task/26040/stat : 26040 (java) R 26019 26022 25884 0 -1 4202560 396 0 0 0 5 0 0 0 20 0 20 0 104838841 14669127680 10731 33554432000 4194304 4196468 140735785772496 139647391050480 139648212579152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26041] ppid=26019 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26041/stat : 26041 (java) S 26019 26022 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104838841 14669127680 10731 33554432000 4194304 4196468 140735785772496 139647389997408 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26042] ppid=26019 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26022/task/26042/stat : 26042 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838842 14669127680 10731 33554432000 4194304 4196468 140735785772496 139647388944688 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42924 KiB

[startup+0.309531 s]*
/proc/loadavg: 7.79 8.47 8.62 3/198 26042
/proc/meminfo: memFree=28646988/32770624 swapFree=67108860/67108860
[pid=26022] ppid=26019 vsize=14325340 memory=50912 CPUtime=0.48 cores=0-7
/proc/26022/stat : 26022 (java) S 26019 26022 25884 0 -1 1077944320 10501 0 0 0 45 3 0 0 20 0 20 0 104838836 14669148160 12728 33554432000 4194304 4196468 140735785772496 140735785755040 139648233459447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
/proc/26022/statm: 3581335 12728 3695 1 0 3569050 0
[pid=26022/tid=26024] ppid=26019 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/26022/task/26024/stat : 26024 (java) R 26019 26022 25884 0 -1 4202560 7599 0 0 0 27 2 0 0 20 0 20 0 104838836 14669148160 12728 33554432000 4194304 4196468 140735785772496 139648237687856 139648212537256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26025] ppid=26019 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26025/stat : 26025 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838837 14669148160 12728 33554432000 4194304 4196468 140735785772496 139648186079632 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26026] ppid=26019 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26026/stat : 26026 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838837 14669148160 12728 33554432000 4194304 4196468 140735785772496 139648185026832 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26027] ppid=26019 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26027/stat : 26027 (java) S 26019 26022 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104838837 14669148160 12728 33554432000 4194304 4196468 140735785772496 139648183974544 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26028] ppid=26019 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26028/stat : 26028 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838837 14669148160 12728 33554432000 4194304 4196468 140735785772496 139648182921744 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26029] ppid=26019 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/26022/task/26029/stat : 26029 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838837 14669148160 12728 33554432000 4194304 4196468 140735785772496 139648181869456 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26030] ppid=26019 vsize=14325340 memory=139824673682351 CPUtime=0 cores=0-7
/proc/26022/task/26030/stat : 26030 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838837 14669148160 12728 33554432000 4194304 4196468 140735785772496 139648180816656 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26031] ppid=26019 vsize=14325340 memory=139824673684656 CPUtime=0 cores=0-7
/proc/26022/task/26031/stat : 26031 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838837 14669148160 12728 33554432000 4194304 4196468 140735785772496 139648179764368 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26032] ppid=26019 vsize=14325340 memory=139824673686960 CPUtime=0 cores=0-7
/proc/26022/task/26032/stat : 26032 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838837 14669148160 12728 33554432000 4194304 4196468 140735785772496 139648178711568 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26033] ppid=26019 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26033/stat : 26033 (java) S 26019 26022 25884 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 104838838 14669148160 12728 33554432000 4194304 4196468 140735785772496 139647398418544 139648233470594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26034] ppid=26019 vsize=14325340 memory=279649347380880 CPUtime=0 cores=0-7
/proc/26022/task/26034/stat : 26034 (java) S 26019 26022 25884 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104838839 14669148160 12728 33554432000 4194304 4196468 140735785772496 139647397364512 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26035] ppid=26019 vsize=14325340 memory=279649347387792 CPUtime=0 cores=0-7
/proc/26022/task/26035/stat : 26035 (java) S 26019 26022 25884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104838839 14669148160 12728 33554432000 4194304 4196468 140735785772496 139647396312176 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26036] ppid=26019 vsize=14325340 memory=279649347329072 CPUtime=0 cores=0-7
/proc/26022/task/26036/stat : 26036 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838841 14669148160 12728 33554432000 4194304 4196468 140735785772496 139647395260496 139648233478043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26037] ppid=26019 vsize=14325340 memory=279649347401616 CPUtime=0.02 cores=0-7
/proc/26022/task/26037/stat : 26037 (java) S 26019 26022 25884 0 -1 1077944384 440 0 0 0 2 0 0 0 20 0 20 0 104838841 14669148160 12728 33554432000 4194304 4196468 140735785772496 139647394208368 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26038] ppid=26019 vsize=14325340 memory=279649347408528 CPUtime=0.02 cores=0-7
/proc/26022/task/26038/stat : 26038 (java) S 26019 26022 25884 0 -1 1077944384 270 0 0 0 2 0 0 0 20 0 20 0 104838841 14669148160 12728 33554432000 4194304 4196468 140735785772496 139647393155568 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26039] ppid=26019 vsize=14325340 memory=279649347406224 CPUtime=0.03 cores=0-7
/proc/26022/task/26039/stat : 26039 (java) S 26019 26022 25884 0 -1 1077944384 395 0 0 0 3 0 0 0 20 0 20 0 104838841 14669148160 12728 33554432000 4194304 4196468 140735785772496 139647392103280 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26040] ppid=26019 vsize=14325340 memory=279649347422832 CPUtime=0.08 cores=0-7
/proc/26022/task/26040/stat : 26040 (java) S 26019 26022 25884 0 -1 1077944384 410 0 0 0 8 0 0 0 20 0 20 0 104838841 14669148160 12728 33554432000 4194304 4196468 140735785772496 139647391050480 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26041] ppid=26019 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26041/stat : 26041 (java) S 26019 26022 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104838841 14669148160 12728 33554432000 4194304 4196468 140735785772496 139647389997408 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26042] ppid=26019 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/26022/task/26042/stat : 26042 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838842 14669148160 12728 33554432000 4194304 4196468 140735785772496 139647388944688 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50912 KiB

[startup+0.700829 s]
/proc/loadavg: 7.79 8.47 8.62 2/198 26042
/proc/meminfo: memFree=28634896/32770624 swapFree=67108860/67108860
[pid=26022] ppid=26019 vsize=14329436 memory=81848 CPUtime=1.04 cores=0-7
/proc/26022/stat : 26022 (java) S 26019 26022 25884 0 -1 1077944320 13020 0 0 0 100 4 0 0 20 0 20 0 104838836 14673342464 20462 33554432000 4194304 4196468 140735785772496 140735785755040 139648233459447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
/proc/26022/statm: 3582359 20462 3745 1 0 3570074 0
[pid=26022/tid=26024] ppid=26019 vsize=14329436 memory=0 CPUtime=0.67 cores=0-7
/proc/26022/task/26024/stat : 26024 (java) R 26019 26022 25884 0 -1 4202560 9591 0 0 0 64 3 0 0 20 0 20 0 104838836 14673342464 20462 33554432000 4194304 4196468 140735785772496 139648237687088 139648217539964 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26025] ppid=26019 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26025/stat : 26025 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838837 14673342464 20462 33554432000 4194304 4196468 140735785772496 139648186079632 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26026] ppid=26019 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26026/stat : 26026 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838837 14673342464 20462 33554432000 4194304 4196468 140735785772496 139648185026832 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26027] ppid=26019 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26027/stat : 26027 (java) S 26019 26022 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104838837 14673342464 20462 33554432000 4194304 4196468 140735785772496 139648183974544 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26028] ppid=26019 vsize=14329436 memory=1944 CPUtime=0 cores=0-7
/proc/26022/task/26028/stat : 26028 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838837 14673342464 20462 33554432000 4194304 4196468 140735785772496 139648182921744 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26029] ppid=26019 vsize=14329436 memory=1200 CPUtime=0 cores=0-7
/proc/26022/task/26029/stat : 26029 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838837 14673342464 20462 33554432000 4194304 4196468 140735785772496 139648181869456 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26030] ppid=26019 vsize=14329436 memory=1424 CPUtime=0 cores=0-7
/proc/26022/task/26030/stat : 26030 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838837 14673342464 20462 33554432000 4194304 4196468 140735785772496 139648180816656 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26031] ppid=26019 vsize=14329436 memory=8556 CPUtime=0 cores=0-7
/proc/26022/task/26031/stat : 26031 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104838837 14673342464 20462 33554432000 4194304 4196468 140735785772496 139648179764368 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26032] ppid=26019 vsize=14329436 memory=15872 CPUtime=0 cores=0-7
/proc/26022/task/26032/stat : 26032 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838837 14673342464 20462 33554432000 4194304 4196468 140735785772496 139648178711568 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26033] ppid=26019 vsize=14329436 memory=4052 CPUtime=0 cores=0-7
/proc/26022/task/26033/stat : 26033 (java) S 26019 26022 25884 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 104838838 14673342464 20462 33554432000 4194304 4196468 140735785772496 139647398418544 139648233470594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26034] ppid=26019 vsize=14329436 memory=17784 CPUtime=0 cores=0-7
/proc/26022/task/26034/stat : 26034 (java) S 26019 26022 25884 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104838839 14673342464 20462 33554432000 4194304 4196468 140735785772496 139647397364512 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26035] ppid=26019 vsize=14329436 memory=18472 CPUtime=0 cores=0-7
/proc/26022/task/26035/stat : 26035 (java) S 26019 26022 25884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104838839 14673342464 20462 33554432000 4194304 4196468 140735785772496 139647396312176 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26036] ppid=26019 vsize=14329436 memory=640 CPUtime=0 cores=0-7
/proc/26022/task/26036/stat : 26036 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838841 14673342464 20462 33554432000 4194304 4196468 140735785772496 139647395260496 139648233478043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26037] ppid=26019 vsize=14329436 memory=1796 CPUtime=0.06 cores=0-7
/proc/26022/task/26037/stat : 26037 (java) S 26019 26022 25884 0 -1 1077944384 677 0 0 0 6 0 0 0 20 0 20 0 104838841 14673342464 20462 33554432000 4194304 4196468 140735785772496 139647394208368 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26038] ppid=26019 vsize=14329436 memory=792 CPUtime=0.07 cores=0-7
/proc/26022/task/26038/stat : 26038 (java) S 26019 26022 25884 0 -1 1077944384 349 0 0 0 7 0 0 0 20 0 20 0 104838841 14673342464 20462 33554432000 4194304 4196468 140735785772496 139647393155568 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26039] ppid=26019 vsize=14329436 memory=9992 CPUtime=0.05 cores=0-7
/proc/26022/task/26039/stat : 26039 (java) R 26019 26022 25884 0 -1 4202560 408 0 0 0 5 0 0 0 20 0 20 0 104838841 14673342464 20462 33554432000 4194304 4196468 140735785772496 139647392093392 139648211906747 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26040] ppid=26019 vsize=14329436 memory=1224 CPUtime=0.16 cores=0-7
/proc/26022/task/26040/stat : 26040 (java) S 26019 26022 25884 0 -1 1077944384 609 0 0 0 16 0 0 0 20 0 20 0 104838841 14673342464 20462 33554432000 4194304 4196468 140735785772496 139647391050480 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26041] ppid=26019 vsize=14329436 memory=5716 CPUtime=0 cores=0-7
/proc/26022/task/26041/stat : 26041 (java) S 26019 26022 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104838841 14673342464 20462 33554432000 4194304 4196468 140735785772496 139647389997408 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26042] ppid=26019 vsize=14329436 memory=1720 CPUtime=0 cores=0-7
/proc/26022/task/26042/stat : 26042 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104838842 14673342464 20462 33554432000 4194304 4196468 140735785772496 139647388944688 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 14329436 KiB
Current children cumulated memory: 81848 KiB

[startup+1.04777 s]
# the end of solver process 26022 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.63868 s, system=0.091428 s

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

[startup+0.800906 s]
/proc/loadavg: 7.79 8.47 8.62 2/198 26042
/proc/meminfo: memFree=28634896/32770624 swapFree=67108860/67108860
[pid=26022] ppid=26019 vsize=14398048 memory=91896 CPUtime=1.26 cores=0-7
/proc/26022/stat : 26022 (java) S 26019 26022 25884 0 -1 1077944320 13590 0 0 0 121 5 0 0 20 0 21 0 104838836 14743601152 22974 33554432000 4194304 4196468 140735785772496 140735785755040 139648233459447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
/proc/26022/statm: 3599512 22974 3760 1 0 3587227 0
[pid=26022/tid=26024] ppid=26019 vsize=14398048 memory=1008 CPUtime=0.77 cores=0-7
/proc/26022/task/26024/stat : 26024 (java) R 26019 26022 25884 0 -1 4202560 9974 0 0 0 74 3 0 0 20 0 21 0 104838836 14743601152 22974 33554432000 4194304 4196468 140735785772496 139648237694400 139648217539934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26025] ppid=26019 vsize=14398048 memory=1944 CPUtime=0 cores=0-7
/proc/26022/task/26025/stat : 26025 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 104838837 14743601152 22974 33554432000 4194304 4196468 140735785772496 139648186079632 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26026] ppid=26019 vsize=14398048 memory=1200 CPUtime=0 cores=0-7
/proc/26022/task/26026/stat : 26026 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 104838837 14743601152 22974 33554432000 4194304 4196468 140735785772496 139648185026832 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26027] ppid=26019 vsize=14398048 memory=1424 CPUtime=0 cores=0-7
/proc/26022/task/26027/stat : 26027 (java) S 26019 26022 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 104838837 14743601152 22974 33554432000 4194304 4196468 140735785772496 139648183974544 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26028] ppid=26019 vsize=14398048 memory=8556 CPUtime=0 cores=0-7
/proc/26022/task/26028/stat : 26028 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 104838837 14743601152 22974 33554432000 4194304 4196468 140735785772496 139648182921744 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26029] ppid=26019 vsize=14398048 memory=15872 CPUtime=0 cores=0-7
/proc/26022/task/26029/stat : 26029 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 104838837 14743601152 22974 33554432000 4194304 4196468 140735785772496 139648181869456 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26030] ppid=26019 vsize=14398048 memory=4052 CPUtime=0 cores=0-7
/proc/26022/task/26030/stat : 26030 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 104838837 14743601152 22974 33554432000 4194304 4196468 140735785772496 139648180816656 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26031] ppid=26019 vsize=14398048 memory=6153431502485416290 CPUtime=0 cores=0-7
/proc/26022/task/26031/stat : 26031 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 104838837 14743601152 22974 33554432000 4194304 4196468 140735785772496 139648179764368 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26032] ppid=26019 vsize=14398048 memory=33 CPUtime=0 cores=0-7
/proc/26022/task/26032/stat : 26032 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 104838837 14743601152 22974 33554432000 4194304 4196468 140735785772496 139648178711568 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26033] ppid=26019 vsize=14398048 memory=-8970732287579073388 CPUtime=0 cores=0-7
/proc/26022/task/26033/stat : 26033 (java) S 26019 26022 25884 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 104838838 14743601152 22974 33554432000 4194304 4196468 140735785772496 139647398418544 139648233470594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26034] ppid=26019 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26034/stat : 26034 (java) S 26019 26022 25884 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 104838839 14743601152 22974 33554432000 4194304 4196468 140735785772496 139647397364512 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26035] ppid=26019 vsize=14398048 memory=164 CPUtime=0 cores=0-7
/proc/26022/task/26035/stat : 26035 (java) S 26019 26022 25884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 104838839 14743601152 22974 33554432000 4194304 4196468 140735785772496 139647396312176 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26036] ppid=26019 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26036/stat : 26036 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 104838841 14743601152 22974 33554432000 4194304 4196468 140735785772496 139647395260496 139648233478043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26037] ppid=26019 vsize=14398048 memory=0 CPUtime=0.09 cores=0-7
/proc/26022/task/26037/stat : 26037 (java) S 26019 26022 25884 0 -1 1077944384 700 0 0 0 9 0 0 0 20 0 21 0 104838841 14743601152 22974 33554432000 4194304 4196468 140735785772496 139647394208368 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26038] ppid=26019 vsize=14398048 memory=0 CPUtime=0.09 cores=0-7
/proc/26022/task/26038/stat : 26038 (java) S 26019 26022 25884 0 -1 1077944384 366 0 0 0 9 0 0 0 20 0 21 0 104838841 14743601152 22974 33554432000 4194304 4196468 140735785772496 139647393155568 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26039] ppid=26019 vsize=14398048 memory=0 CPUtime=0.07 cores=0-7
/proc/26022/task/26039/stat : 26039 (java) S 26019 26022 25884 0 -1 1077944384 422 0 0 0 7 0 0 0 20 0 21 0 104838841 14743601152 22974 33554432000 4194304 4196468 140735785772496 139647392103280 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26040] ppid=26019 vsize=14398048 memory=0 CPUtime=0.2 cores=0-7
/proc/26022/task/26040/stat : 26040 (java) S 26019 26022 25884 0 -1 1077944384 717 0 0 0 20 0 0 0 20 0 21 0 104838841 14743601152 22974 33554432000 4194304 4196468 140735785772496 139647391050480 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26041] ppid=26019 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26041/stat : 26041 (java) S 26019 26022 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 104838841 14743601152 22974 33554432000 4194304 4196468 140735785772496 139647389997408 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26042] ppid=26019 vsize=14398048 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26042/stat : 26042 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 104838842 14743601152 22974 33554432000 4194304 4196468 140735785772496 139647388944688 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 14398048 KiB
Current children cumulated memory: 91896 KiB

[startup+1.0029 s]*
/proc/loadavg: 7.79 8.47 8.62 3/211 26055
/proc/meminfo: memFree=28561688/32770624 swapFree=67108860/67108860
[pid=26022] ppid=26019 vsize=15202996 memory=138724 CPUtime=1.64 cores=0-7
/proc/26022/stat : 26022 (java) S 26019 26022 25884 0 -1 1077944320 15510 0 0 0 156 8 0 0 20 0 32 0 104838836 15567867904 34681 33554432000 4194304 4196468 140735785772496 140735785755040 139648233459447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
/proc/26022/statm: 3800749 34681 3780 1 0 3787943 0
[pid=26022/tid=26024] ppid=26019 vsize=15202996 memory=0 CPUtime=0.94 cores=0-7
/proc/26022/task/26024/stat : 26024 (java) S 26019 26022 25884 0 -1 1077944384 11136 0 0 0 90 4 0 0 20 0 32 0 104838836 15567867904 34681 33554432000 4194304 4196468 140735785772496 139648237697152 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26025] ppid=26019 vsize=15202996 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26025/stat : 26025 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 104838837 15567867904 34681 33554432000 4194304 4196468 140735785772496 139648186079632 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26026] ppid=26019 vsize=15202996 memory=139824823613056 CPUtime=0 cores=0-7
/proc/26022/task/26026/stat : 26026 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 32 0 104838837 15567867904 34681 33554432000 4194304 4196468 140735785772496 139648185026832 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26027] ppid=26019 vsize=15202996 memory=139824673621647 CPUtime=0 cores=0-7
/proc/26022/task/26027/stat : 26027 (java) S 26019 26022 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 104838837 15567867904 34681 33554432000 4194304 4196468 140735785772496 139648183974544 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26028] ppid=26019 vsize=15202996 memory=121095663 CPUtime=0 cores=0-7
/proc/26022/task/26028/stat : 26028 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 32 0 104838837 15567867904 34681 33554432000 4194304 4196468 140735785772496 139648182921744 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26029] ppid=26019 vsize=15202996 memory=5795127029714544229 CPUtime=0 cores=0-7
/proc/26022/task/26029/stat : 26029 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 32 0 104838837 15567867904 34681 33554432000 4194304 4196468 140735785772496 139648181869456 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26030] ppid=26019 vsize=15202996 memory=4049352032995259679 CPUtime=0 cores=0-7
/proc/26022/task/26030/stat : 26030 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 104838837 15567867904 34681 33554432000 4194304 4196468 140735785772496 139648180816656 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26031] ppid=26019 vsize=15202996 memory=7588684550706915689 CPUtime=0 cores=0-7
/proc/26022/task/26031/stat : 26031 (java) S 26019 26022 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 32 0 104838837 15567867904 34681 33554432000 4194304 4196468 140735785772496 139648179764368 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26032] ppid=26019 vsize=15202996 memory=8316850467074736180 CPUtime=0 cores=0-7
/proc/26022/task/26032/stat : 26032 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 104838837 15567867904 34681 33554432000 4194304 4196468 140735785772496 139648178711568 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26033] ppid=26019 vsize=15202996 memory=3225 CPUtime=0 cores=0-7
/proc/26022/task/26033/stat : 26033 (java) S 26019 26022 25884 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 32 0 104838838 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647398418544 139648233470594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26034] ppid=26019 vsize=15202996 memory=251133 CPUtime=0 cores=0-7
/proc/26022/task/26034/stat : 26034 (java) S 26019 26022 25884 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 32 0 104838839 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647397364512 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26035] ppid=26019 vsize=15202996 memory=4137293581110450563 CPUtime=0 cores=0-7
/proc/26022/task/26035/stat : 26035 (java) S 26019 26022 25884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 32 0 104838839 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647396312176 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26036] ppid=26019 vsize=15202996 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26036/stat : 26036 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 104838841 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647395260496 139648233478043 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26037] ppid=26019 vsize=15202996 memory=0 CPUtime=0.1 cores=0-7
/proc/26022/task/26037/stat : 26037 (java) S 26019 26022 25884 0 -1 1077944384 710 0 0 0 10 0 0 0 20 0 32 0 104838841 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647394208368 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26038] ppid=26019 vsize=15202996 memory=0 CPUtime=0.1 cores=0-7
/proc/26022/task/26038/stat : 26038 (java) S 26019 26022 25884 0 -1 1077944384 375 0 0 0 10 0 0 0 20 0 32 0 104838841 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647393155568 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26039] ppid=26019 vsize=15202996 memory=33 CPUtime=0.07 cores=0-7
/proc/26022/task/26039/stat : 26039 (java) S 26019 26022 25884 0 -1 1077944384 427 0 0 0 7 0 0 0 20 0 32 0 104838841 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647392103280 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26040] ppid=26019 vsize=15202996 memory=0 CPUtime=0.24 cores=0-7
/proc/26022/task/26040/stat : 26040 (java) S 26019 26022 25884 0 -1 1077944384 810 0 0 0 24 0 0 0 20 0 32 0 104838841 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647391050480 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26041] ppid=26019 vsize=15202996 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26041/stat : 26041 (java) S 26019 26022 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 104838841 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647389997408 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26042] ppid=26019 vsize=15202996 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26042/stat : 26042 (java) S 26019 26022 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 104838842 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647388944688 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26044] ppid=26019 vsize=15202996 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26044/stat : 26044 (java) S 26019 26022 25884 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 32 0 104838920 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647377605456 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26045] ppid=26019 vsize=15202996 memory=0 CPUtime=0.02 cores=0-7
/proc/26022/task/26045/stat : 26045 (java) S 26019 26022 25884 0 -1 1077944384 109 0 0 0 2 0 0 0 20 0 32 0 104838930 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647374449568 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26046] ppid=26019 vsize=15202996 memory=0 CPUtime=0.01 cores=0-7
/proc/26022/task/26046/stat : 26046 (java) S 26019 26022 25884 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 32 0 104838931 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647373396768 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26047] ppid=26019 vsize=15202996 memory=139829118580351 CPUtime=0.01 cores=0-7
/proc/26022/task/26047/stat : 26047 (java) R 26019 26022 25884 0 -1 1077944384 89 0 0 0 1 0 0 0 20 0 32 0 104838931 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647036411040 139648233469653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26048] ppid=26019 vsize=15202996 memory=0 CPUtime=0.01 cores=0-7
/proc/26022/task/26048/stat : 26048 (java) R 26019 26022 25884 0 -1 4202560 62 0 0 0 1 0 0 0 20 0 32 0 104838931 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647035362544 139648233471382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26049] ppid=26019 vsize=15202996 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26049/stat : 26049 (java) R 26019 26022 25884 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 32 0 104838933 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647034311472 139648217539964 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26050] ppid=26019 vsize=15202996 memory=0 CPUtime=0.01 cores=0-7
/proc/26022/task/26050/stat : 26050 (java) R 26019 26022 25884 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 32 0 104838933 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647033252032 139648233470594 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26051] ppid=26019 vsize=15202996 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26051/stat : 26051 (java) S 26019 26022 25884 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 32 0 104838933 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647032199840 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26052] ppid=26019 vsize=15202996 memory=0 CPUtime=0.01 cores=0-7
/proc/26022/task/26052/stat : 26052 (java) S 26019 26022 25884 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 32 0 104838933 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647031146944 139648233470594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26053] ppid=26019 vsize=15202996 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26053/stat : 26053 (java) S 26019 26022 25884 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 32 0 104838933 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647028004144 139648233469653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26054] ppid=26019 vsize=15202996 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26054/stat : 26054 (java) R 26019 26022 25884 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 32 0 104838934 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647026944592 139648233471382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
[pid=26022/tid=26055] ppid=26019 vsize=15202996 memory=0 CPUtime=0 cores=0-7
/proc/26022/task/26055/stat : 26055 (java) R 26019 26022 25884 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 32 0 104838934 15567867904 34681 33554432000 4194304 4196468 140735785772496 139647025879696 139648217539934 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26202112 140735785776226 140735785776411 140735785776411 140735785779151 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15202996 KiB
Current children cumulated memory: 138724 KiB

Child status: 0
Real time (s): 1.04782
CPU time (s): 1.73011
CPU user time (s): 1.63868
CPU system time (s): 0.091428
CPU usage (%): 165.115
Max. virtual memory (cumulated for all children) (KiB): 15202996
Max. memory (cumulated for all children) (KiB): 138724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.63868
system time used= 0.091428
maximum resident set size= 143680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15929
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= 3169
involuntary context switches= 4


# summary of solver processes directly reported to runsolver:
#   pid: 26022
#   total CPU time (s): 1.73011
#   total CPU user time (s): 1.63868
#   total CPU system time (s): 0.091428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034746 second user time and 0.047085 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-14 15:18:41
IDJOB=4275309
IDBENCH=125576
IDSOLVER=2668
FILE ID=node151/4275309-1502717579
RUNJOBID= node151-1502716719-25911
PBS_JOBID= 20629033
Free space on /tmp= 61756 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/DeBruijnSequence/DeBruijnSequence-m1-s1/DeBruijnSequence-02-02.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275309-1502717579/watcher-4275309-1502717579 -o /tmp/evaluation-result-4275309-1502717579/solver-4275309-1502717579 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502716719-25911 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 734853060 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275309-1502717579.xml

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

MD5SUM BENCH= 1c9b64ada423412211ec28357f5eb21e
RANDOM SEED=734853060

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
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:        28683092 kB
MemAvailable:   31988764 kB
Buffers:          272796 kB
Cached:          3322188 kB
SwapCached:            0 kB
Active:          1001652 kB
Inactive:        2646176 kB
Active(anon):      55260 kB
Inactive(anon):    25048 kB
Active(file):     946392 kB
Inactive(file):  2621128 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42164 kB
Writeback:             0 kB
AnonPages:         69360 kB
Mapped:            44648 kB
Shmem:             25224 kB
Slab:             134520 kB
SReclaimable:     107976 kB
SUnreclaim:        26544 kB
KernelStack:        3520 kB
PageTables:         5108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61716 MiB
End job on node151 at 2017-08-14 15:18:42