Trace number 4285383

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-22? (TO) 20041.1 2520.1399

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0100-m1.xml
MD5SUM1854ece61a5fdd3da80103fde6339040
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 benchmark4.9103599
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints4951
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":100}]
Minimum variable degree100
Maximum variable degree100
Distribution of variable degrees[{"degree":100,"count":100}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":4950},{"arity":100,"count":1}]
Number of extensional constraints0
Number of intensional constraints4950
Distribution of constraint types[{"type":"intension","count":4950},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-08-22
0.30/0.25	c seed: 2132042252
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 22000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
2.48/0.93	c Parsing done, starting search...
20040.21/2520.10	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285383-1503457693/watcher-4285383-1503457693 -o /tmp/evaluation-result-4285383-1503457693/solver-4285383-1503457693 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1503452501-17093 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 2132042252 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285383-1503457693.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
solver pid=18445, runsolver pid=18442
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 1.52 1.12 1.17 2/198 18465
/proc/meminfo: memFree=24329196/32770624 swapFree=67108860/67108860
[pid=18445] ppid=18442 vsize=26000852 memory=31820 CPUtime=0.12 cores=0-7
/proc/18445/stat : 18445 (java) S 18442 18445 17066 0 -1 1077944320 8374 0 0 0 10 2 0 0 20 0 20 0 178856867 26624872448 7955 33554432000 4194304 4196468 140731689056080 140731689038624 140127486385911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
/proc/18445/statm: 6500213 7955 3407 1 0 6487932 0
[pid=18445/tid=18447] ppid=18442 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/18445/task/18447/stat : 18447 (java) R 18442 18445 17066 0 -1 4202560 6313 0 0 0 8 1 0 0 20 0 20 0 178856868 26624872448 7955 33554432000 4194304 4196468 140731689056080 140127490564784 140127470466398 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18448] ppid=18442 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18445/task/18448/stat : 18448 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26624872448 7955 33554432000 4194304 4196468 140731689056080 140127408966160 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18449] ppid=18442 vsize=26000852 memory=139750543058560 CPUtime=0 cores=0-7
/proc/18445/task/18449/stat : 18449 (java) S 18442 18445 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856868 26624872448 7955 33554432000 4194304 4196468 140731689056080 140127407913616 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18450] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18450/stat : 18450 (java) S 18442 18445 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856868 26624872448 7955 33554432000 4194304 4196468 140731689056080 140127406860560 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18451] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18451/stat : 18451 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26624872448 7955 33554432000 4194304 4196468 140731689056080 140127405808016 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18452] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18452/stat : 18452 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26624872448 7955 33554432000 4194304 4196468 140731689056080 140127404755984 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18453] ppid=18442 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/18445/task/18453/stat : 18453 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26624872448 7955 33554432000 4194304 4196468 140731689056080 140127403703440 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18454] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18454/stat : 18454 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26624872448 7955 33554432000 4194304 4196468 140731689056080 140127037840144 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18455] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18455/stat : 18455 (java) S 18442 18445 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856869 26624872448 7955 33554432000 4194304 4196468 140731689056080 140127036787600 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18456] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18456/stat : 18456 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856870 26624872448 7955 33554432000 4194304 4196468 140731689056080 140126882638064 140127486397058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18457] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18457/stat : 18457 (java) S 18442 18445 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178856870 26624872448 7955 33554432000 4194304 4196468 140731689056080 140126881584288 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18458] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18458/stat : 18458 (java) S 18442 18445 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178856871 26624872448 7955 33554432000 4194304 4196468 140731689056080 140126880531184 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18459] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18459/stat : 18459 (java) S 18442 18445 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856873 26624872448 7955 33554432000 4194304 4196468 140731689056080 140126879479760 140127486404507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18460] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18460/stat : 18460 (java) S 18442 18445 17066 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 178856873 26624872448 7955 33554432000 4194304 4196468 140731689056080 140126878427888 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18461] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18461/stat : 18461 (java) S 18442 18445 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856873 26624872448 7955 33554432000 4194304 4196468 140731689056080 140126877375344 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18462] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18462/stat : 18462 (java) S 18442 18445 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856873 26624872448 7955 33554432000 4194304 4196468 140731689056080 140126876322288 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18463] ppid=18442 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/18445/task/18463/stat : 18463 (java) S 18442 18445 17066 0 -1 1077944384 379 0 0 0 2 0 0 0 20 0 20 0 178856873 26624872448 7955 33554432000 4194304 4196468 140731689056080 140126875269744 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18464] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18464/stat : 18464 (java) S 18442 18445 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856873 26624872448 7955 33554432000 4194304 4196468 140731689056080 140126874216928 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18465] ppid=18442 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/18445/task/18465/stat : 18465 (java) S 18442 18445 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856873 26624872448 7955 33554432000 4194304 4196468 140731689056080 140126873164464 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 31820 KiB

[startup+0.21345 s]*
/proc/loadavg: 1.52 1.12 1.17 2/198 18465
/proc/meminfo: memFree=24320324/32770624 swapFree=67108860/67108860
[pid=18445] ppid=18442 vsize=26000852 memory=40908 CPUtime=0.3 cores=0-7
/proc/18445/stat : 18445 (java) S 18442 18445 17066 0 -1 1077944320 9427 0 0 0 27 3 0 0 20 0 20 0 178856867 26624872448 10227 33554432000 4194304 4196468 140731689056080 140731689038624 140127486385911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
/proc/18445/statm: 6500213 10227 3592 1 0 6487932 0
[pid=18445/tid=18447] ppid=18442 vsize=26000852 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/18445/task/18447/stat : 18447 (java) R 18442 18445 17066 0 -1 4202560 6993 0 0 0 18 2 0 0 20 0 20 0 178856868 26624872448 10293 33554432000 4194304 4196468 140731689056080 140127490595168 140127470466398 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18448] ppid=18442 vsize=26000852 memory=13913 CPUtime=0 cores=0-7
/proc/18445/task/18448/stat : 18448 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26624872448 10293 33554432000 4194304 4196468 140731689056080 140127408966160 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18449] ppid=18442 vsize=26000852 memory=139750543073739 CPUtime=0 cores=0-7
/proc/18445/task/18449/stat : 18449 (java) S 18442 18445 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856868 26624872448 10293 33554432000 4194304 4196468 140731689056080 140127407913616 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18450] ppid=18442 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/18445/task/18450/stat : 18450 (java) S 18442 18445 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856868 26624872448 10293 33554432000 4194304 4196468 140731689056080 140127406860560 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18451] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18451/stat : 18451 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26624872448 10293 33554432000 4194304 4196468 140731689056080 140127405808016 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18452] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18452/stat : 18452 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26624872448 10293 33554432000 4194304 4196468 140731689056080 140127404755984 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18453] ppid=18442 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/18445/task/18453/stat : 18453 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26624872448 10293 33554432000 4194304 4196468 140731689056080 140127403703440 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18454] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18454/stat : 18454 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26624872448 10293 33554432000 4194304 4196468 140731689056080 140127037840144 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18455] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18455/stat : 18455 (java) S 18442 18445 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856869 26624872448 10293 33554432000 4194304 4196468 140731689056080 140127036787600 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18456] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18456/stat : 18456 (java) S 18442 18445 17066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178856870 26624872448 10293 33554432000 4194304 4196468 140731689056080 140126882638064 140127486397058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18457] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18457/stat : 18457 (java) S 18442 18445 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178856870 26624872448 10293 33554432000 4194304 4196468 140731689056080 140126881584288 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18458] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18458/stat : 18458 (java) S 18442 18445 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178856871 26624872448 10293 33554432000 4194304 4196468 140731689056080 140126880531184 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18459] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18459/stat : 18459 (java) S 18442 18445 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856873 26624872448 10293 33554432000 4194304 4196468 140731689056080 140126879479760 140127486404507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18460] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18460/stat : 18460 (java) S 18442 18445 17066 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 178856873 26624872448 10293 33554432000 4194304 4196468 140731689056080 140126878427888 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18461] ppid=18442 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/18445/task/18461/stat : 18461 (java) R 18442 18445 17066 0 -1 4202560 264 0 0 0 1 0 0 0 20 0 20 0 178856873 26624872448 10293 33554432000 4194304 4196468 140731689056080 140126877375344 140127472406721 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18462] ppid=18442 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/18445/task/18462/stat : 18462 (java) S 18442 18445 17066 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 20 0 178856873 26624872448 10293 33554432000 4194304 4196468 140731689056080 140126876322288 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18463] ppid=18442 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/18445/task/18463/stat : 18463 (java) S 18442 18445 17066 0 -1 1077944384 419 0 0 0 5 0 0 0 20 0 20 0 178856873 26624872448 10293 33554432000 4194304 4196468 140731689056080 140126875269744 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18464] ppid=18442 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18464/stat : 18464 (java) S 18442 18445 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856873 26624872448 10293 33554432000 4194304 4196468 140731689056080 140126874216928 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18465] ppid=18442 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/18445/task/18465/stat : 18465 (java) S 18442 18445 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856873 26624872448 10293 33554432000 4194304 4196468 140731689056080 140126873164464 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 40908 KiB

[startup+0.310172 s]*
/proc/loadavg: 1.52 1.12 1.17 2/198 18465
/proc/meminfo: memFree=24312756/32770624 swapFree=67108860/67108860
[pid=18445] ppid=18442 vsize=26000872 memory=49324 CPUtime=0.49 cores=0-7
/proc/18445/stat : 18445 (java) S 18442 18445 17066 0 -1 1077944320 10614 0 0 0 45 4 0 0 20 0 20 0 178856867 26624892928 12331 33554432000 4194304 4196468 140731689056080 140731689038624 140127486385911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
/proc/18445/statm: 6500218 12331 3719 1 0 6487932 0
[pid=18445/tid=18447] ppid=18442 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/18445/task/18447/stat : 18447 (java) R 18442 18445 17066 0 -1 4202560 7720 0 0 0 27 2 0 0 20 0 20 0 178856868 26624892928 12331 33554432000 4194304 4196468 140731689056080 140127490615440 140127470466398 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18448] ppid=18442 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18448/stat : 18448 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26624892928 12331 33554432000 4194304 4196468 140731689056080 140127408966160 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18449] ppid=18442 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18449/stat : 18449 (java) S 18442 18445 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856868 26624892928 12331 33554432000 4194304 4196468 140731689056080 140127407913616 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18450] ppid=18442 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18450/stat : 18450 (java) S 18442 18445 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856868 26624892928 12331 33554432000 4194304 4196468 140731689056080 140127406860560 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18451] ppid=18442 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18451/stat : 18451 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26624892928 12331 33554432000 4194304 4196468 140731689056080 140127405808016 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18452] ppid=18442 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/18445/task/18452/stat : 18452 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26624892928 12331 33554432000 4194304 4196468 140731689056080 140127404755984 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18453] ppid=18442 vsize=26000872 memory=139750384169903 CPUtime=0 cores=0-7
/proc/18445/task/18453/stat : 18453 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26624892928 12331 33554432000 4194304 4196468 140731689056080 140127403703440 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18454] ppid=18442 vsize=26000872 memory=139750384172208 CPUtime=0 cores=0-7
/proc/18445/task/18454/stat : 18454 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26624892928 12331 33554432000 4194304 4196468 140731689056080 140127037840144 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18455] ppid=18442 vsize=26000872 memory=139750384174512 CPUtime=0 cores=0-7
/proc/18445/task/18455/stat : 18455 (java) S 18442 18445 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856869 26624892928 12331 33554432000 4194304 4196468 140731689056080 140127036787600 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18456] ppid=18442 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18456/stat : 18456 (java) S 18442 18445 17066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178856870 26624892928 12331 33554432000 4194304 4196468 140731689056080 140126882638064 140127486397058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18457] ppid=18442 vsize=26000872 memory=279500768355984 CPUtime=0 cores=0-7
/proc/18445/task/18457/stat : 18457 (java) S 18442 18445 17066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178856870 26624892928 12331 33554432000 4194304 4196468 140731689056080 140126881584288 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18458] ppid=18442 vsize=26000872 memory=279500768362896 CPUtime=0 cores=0-7
/proc/18445/task/18458/stat : 18458 (java) S 18442 18445 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178856871 26624892928 12331 33554432000 4194304 4196468 140731689056080 140126880531184 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18459] ppid=18442 vsize=26000872 memory=279500768304176 CPUtime=0 cores=0-7
/proc/18445/task/18459/stat : 18459 (java) S 18442 18445 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856873 26624892928 12331 33554432000 4194304 4196468 140731689056080 140126879479760 140127486404507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18460] ppid=18442 vsize=26000872 memory=279500768376720 CPUtime=0.01 cores=0-7
/proc/18445/task/18460/stat : 18460 (java) R 18442 18445 17066 0 -1 4202560 331 0 0 0 1 0 0 0 20 0 20 0 178856873 26624892928 12331 33554432000 4194304 4196468 140731689056080 140126878427888 140127486397846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18461] ppid=18442 vsize=26000872 memory=279500768383632 CPUtime=0.04 cores=0-7
/proc/18445/task/18461/stat : 18461 (java) R 18442 18445 17066 0 -1 1077944384 417 0 0 0 4 0 0 0 20 0 20 0 178856873 26624892928 12331 33554432000 4194304 4196468 140731689056080 140126877375344 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18462] ppid=18442 vsize=26000872 memory=279500768381328 CPUtime=0.03 cores=0-7
/proc/18445/task/18462/stat : 18462 (java) S 18442 18445 17066 0 -1 1077944384 245 0 0 0 3 0 0 0 20 0 20 0 178856873 26624892928 12331 33554432000 4194304 4196468 140731689056080 140126876322288 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18463] ppid=18442 vsize=26000872 memory=279500768397936 CPUtime=0.08 cores=0-7
/proc/18445/task/18463/stat : 18463 (java) R 18442 18445 17066 0 -1 4202560 517 0 0 0 8 0 0 0 20 0 20 0 178856873 26624892928 12331 33554432000 4194304 4196468 140731689056080 140126875269744 140127471551575 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18464] ppid=18442 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18464/stat : 18464 (java) S 18442 18445 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856873 26624892928 12331 33554432000 4194304 4196468 140731689056080 140126874216928 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18465] ppid=18442 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/18445/task/18465/stat : 18465 (java) S 18442 18445 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856873 26624892928 12331 33554432000 4194304 4196468 140731689056080 140126873164464 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49324 KiB

[startup+0.700916 s]
/proc/loadavg: 1.52 1.12 1.17 6/198 18465
/proc/meminfo: memFree=24296068/32770624 swapFree=67108860/67108860
[pid=18445] ppid=18442 vsize=26002920 memory=103532 CPUtime=1.65 cores=0-7
/proc/18445/stat : 18445 (java) S 18442 18445 17066 0 -1 1077944320 15472 0 0 0 160 5 0 0 20 0 20 0 178856867 26626990080 25883 33554432000 4194304 4196468 140731689056080 140731689038624 140127486385911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
/proc/18445/statm: 6500730 25883 3776 1 0 6488444 0
[pid=18445/tid=18447] ppid=18442 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/18445/task/18447/stat : 18447 (java) R 18442 18445 17066 0 -1 4202560 8474 0 0 0 64 3 0 0 20 0 20 0 178856868 26626990080 25883 33554432000 4194304 4196468 140731689056080 140127490623264 140127086478389 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18448] ppid=18442 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18448/stat : 18448 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26626990080 25883 33554432000 4194304 4196468 140731689056080 140127408966160 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18449] ppid=18442 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18449/stat : 18449 (java) S 18442 18445 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178856868 26626990080 25883 33554432000 4194304 4196468 140731689056080 140127407913616 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18450] ppid=18442 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18450/stat : 18450 (java) S 18442 18445 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856868 26626990080 25883 33554432000 4194304 4196468 140731689056080 140127406860560 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18451] ppid=18442 vsize=26002920 memory=1008 CPUtime=0 cores=0-7
/proc/18445/task/18451/stat : 18451 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26626990080 25883 33554432000 4194304 4196468 140731689056080 140127405808016 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18452] ppid=18442 vsize=26002920 memory=4620 CPUtime=0 cores=0-7
/proc/18445/task/18452/stat : 18452 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26626990080 25883 33554432000 4194304 4196468 140731689056080 140127404755984 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18453] ppid=18442 vsize=26002920 memory=1428 CPUtime=0 cores=0-7
/proc/18445/task/18453/stat : 18453 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26626990080 25883 33554432000 4194304 4196468 140731689056080 140127403703440 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18454] ppid=18442 vsize=26002920 memory=1204 CPUtime=0 cores=0-7
/proc/18445/task/18454/stat : 18454 (java) S 18442 18445 17066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178856868 26626990080 25883 33554432000 4194304 4196468 140731689056080 140127037840144 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18455] ppid=18442 vsize=26002920 memory=15880 CPUtime=0 cores=0-7
/proc/18445/task/18455/stat : 18455 (java) S 18442 18445 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178856869 26626990080 25883 33554432000 4194304 4196468 140731689056080 140127036787600 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18456] ppid=18442 vsize=26002920 memory=29120 CPUtime=0 cores=0-7
/proc/18445/task/18456/stat : 18456 (java) S 18442 18445 17066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178856870 26626990080 25883 33554432000 4194304 4196468 140731689056080 140126882638064 140127486397058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0

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

[pid=18445/tid=18457] ppid=18442 vsize=27144784 memory=229923 CPUtime=0 cores=0-7
/proc/18445/task/18457/stat : 18457 (java) S 18442 18445 17066 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 37 0 178856870 27796258816 733497 33554432000 4194304 4196468 140731689056080 140126881584352 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18458] ppid=18442 vsize=27144784 memory=0 CPUtime=0 cores=0-7
/proc/18445/task/18458/stat : 18458 (java) S 18442 18445 17066 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 37 0 178856871 27796258816 733497 33554432000 4194304 4196468 140731689056080 140126880531200 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18459] ppid=18442 vsize=27144784 memory=4048 CPUtime=0 cores=0-7
/proc/18445/task/18459/stat : 18459 (java) S 18442 18445 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 37 0 178856873 27796258816 733497 33554432000 4194304 4196468 140731689056080 140126879479760 140127486404507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18460] ppid=18442 vsize=27144784 memory=18484 CPUtime=1.82 cores=0-7
/proc/18445/task/18460/stat : 18460 (java) S 18442 18445 17066 0 -1 1077944384 5065 0 0 0 180 2 0 0 20 0 37 0 178856873 27796258816 733497 33554432000 4194304 4196468 140731689056080 140126878427888 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18461] ppid=18442 vsize=27144784 memory=1796 CPUtime=2.04 cores=0-7
/proc/18445/task/18461/stat : 18461 (java) S 18442 18445 17066 0 -1 1077944384 6456 0 0 0 202 2 0 0 20 0 37 0 178856873 27796258816 733497 33554432000 4194304 4196468 140731689056080 140126877375344 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18462] ppid=18442 vsize=27144784 memory=2939524 CPUtime=2.02 cores=0-7
/proc/18445/task/18462/stat : 18462 (java) S 18442 18445 17066 0 -1 1077944384 9952 0 0 0 201 1 0 0 20 0 37 0 178856873 27796258816 733497 33554432000 4194304 4196468 140731689056080 140126876322288 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18463] ppid=18442 vsize=27144784 memory=2939524 CPUtime=0.96 cores=0-7
/proc/18445/task/18463/stat : 18463 (java) S 18442 18445 17066 0 -1 1077944384 12957 0 0 0 94 2 0 0 20 0 37 0 178856873 27796258816 733497 33554432000 4194304 4196468 140731689056080 140126875269744 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18464] ppid=18442 vsize=27144784 memory=4176 CPUtime=0 cores=0-7
/proc/18445/task/18464/stat : 18464 (java) S 18442 18445 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 37 0 178856873 27796258816 733497 33554432000 4194304 4196468 140731689056080 140126874216928 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18465] ppid=18442 vsize=27144784 memory=2941576 CPUtime=1.13 cores=0-7
/proc/18445/task/18465/stat : 18465 (java) S 18442 18445 17066 0 -1 1077944384 6131 0 0 0 44 69 0 0 20 0 37 0 178856873 27796258816 733497 33554432000 4194304 4196468 140731689056080 140126873164464 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18466] ppid=18442 vsize=27144784 memory=2941576 CPUtime=0 cores=0-7
/proc/18445/task/18466/stat : 18466 (java) S 18442 18445 17066 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 37 0 178857266 27796258816 733497 33554432000 4194304 4196468 140731689056080 140125940474368 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18467] ppid=18442 vsize=27144784 memory=1296 CPUtime=5.71 cores=0-7
/proc/18445/task/18467/stat : 18467 (java) S 18442 18445 17066 0 -1 1077944384 13486 0 0 0 219 352 0 0 20 0 37 0 178857278 27796258816 733497 33554432000 4194304 4196468 140731689056080 140125937324960 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18468] ppid=18442 vsize=27144784 memory=2941576 CPUtime=2463.11 cores=0-7
/proc/18445/task/18468/stat : 18468 (java) R 18442 18445 17066 0 -1 4202560 47645 0 0 0 246218 93 0 0 20 0 37 0 178857288 27796258816 733497 33554432000 4194304 4196468 140731689056080 140125936266760 140127091519129 0 4 0 16800975 0 0 0 -1 6 0 0 19 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18469] ppid=18442 vsize=27144784 memory=2941576 CPUtime=2466.03 cores=0-7
/proc/18445/task/18469/stat : 18469 (java) R 18442 18445 17066 0 -1 4202560 46641 0 0 0 246509 94 0 0 20 0 37 0 178857289 27796258816 733497 33554432000 4194304 4196468 140731689056080 140125933118864 140127086852643 0 4 0 16800975 0 0 0 -1 2 0 0 25 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18470] ppid=18442 vsize=27144784 memory=4140 CPUtime=2463.68 cores=0-7
/proc/18445/task/18470/stat : 18470 (java) R 18442 18445 17066 0 -1 4202560 52780 0 0 0 246260 108 0 0 20 0 37 0 178857289 27796258816 733497 33554432000 4194304 4196468 140731689056080 140125932066592 140127091519400 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18471] ppid=18442 vsize=27144784 memory=1204 CPUtime=0.05 cores=0-7
/proc/18445/task/18471/stat : 18471 (java) S 18442 18445 17066 0 -1 1077944384 54 0 0 0 5 0 0 0 20 0 37 0 178857289 27796258816 733497 33554432000 4194304 4196468 140731689056080 140125931017504 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18472] ppid=18442 vsize=27144784 memory=15880 CPUtime=2462.77 cores=0-7
/proc/18445/task/18472/stat : 18472 (java) R 18442 18445 17066 0 -1 4202560 55919 0 0 0 246177 100 0 0 20 0 37 0 178857289 27796258816 733497 33554432000 4194304 4196468 140731689056080 140125929958424 140127086852167 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18473] ppid=18442 vsize=27144784 memory=29156 CPUtime=0.05 cores=0-7
/proc/18445/task/18473/stat : 18473 (java) S 18442 18445 17066 0 -1 1077944384 43 0 0 0 5 0 0 0 20 0 37 0 178857292 27796258816 733497 33554432000 4194304 4196468 140731689056080 140125928911904 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18474] ppid=18442 vsize=27144784 memory=2937388 CPUtime=2466.47 cores=0-7
/proc/18445/task/18474/stat : 18474 (java) R 18442 18445 17066 0 -1 4202560 52097 0 0 0 246546 101 0 0 20 0 37 0 178857292 27796258816 733497 33554432000 4194304 4196468 140731689056080 140125927852728 140127087339187 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18475] ppid=18442 vsize=27144784 memory=1296 CPUtime=2468.7 cores=0-7
/proc/18445/task/18475/stat : 18475 (java) R 18442 18445 17066 0 -1 4202560 56279 0 0 0 246773 97 0 0 20 0 37 0 178857292 27796258816 733497 33554432000 4194304 4196468 140731689056080 140125926800200 140127084035047 0 4 0 16800975 0 0 0 -1 7 0 0 22 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18476] ppid=18442 vsize=27144784 memory=2939440 CPUtime=0 cores=0-7
/proc/18445/task/18476/stat : 18476 (java) S 18442 18445 17066 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 37 0 178857292 27796258816 733497 33554432000 4194304 4196468 140731689056080 140124381767072 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18477] ppid=18442 vsize=27144784 memory=4140 CPUtime=0.04 cores=0-7
/proc/18445/task/18477/stat : 18477 (java) S 18442 18445 17066 0 -1 1077944384 51 0 0 0 4 0 0 0 20 0 37 0 178857292 27796258816 733497 33554432000 4194304 4196468 140731689056080 140124380714528 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18478] ppid=18442 vsize=27144784 memory=49380 CPUtime=2463.28 cores=0-7
/proc/18445/task/18478/stat : 18478 (java) R 18442 18445 17066 0 -1 4202560 49370 0 0 0 246235 93 0 0 20 0 37 0 178857292 27796258816 733497 33554432000 4194304 4196468 140731689056080 140124379655432 140127086781070 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18479] ppid=18442 vsize=27144784 memory=1296 CPUtime=2468.74 cores=0-7
/proc/18445/task/18479/stat : 18479 (java) R 18442 18445 17066 0 -1 4202560 55271 0 0 0 246775 99 0 0 20 0 37 0 178857292 27796258816 733497 33554432000 4194304 4196468 140731689056080 140124378602872 140127085967452 0 4 0 16800975 0 0 0 -1 3 0 0 24 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18480] ppid=18442 vsize=27144784 memory=2416 CPUtime=0 cores=0-7
/proc/18445/task/18480/stat : 18480 (java) S 18442 18445 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 37 0 178857304 27796258816 733497 33554432000 4194304 4196468 140731689056080 140124377555872 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18481] ppid=18442 vsize=27144784 memory=8040 CPUtime=0 cores=0-7
/proc/18445/task/18481/stat : 18481 (java) S 18442 18445 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 37 0 178857304 27796258816 733497 33554432000 4194304 4196468 140731689056080 140124376503328 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18482] ppid=18442 vsize=27144784 memory=840 CPUtime=0 cores=0-7
/proc/18445/task/18482/stat : 18482 (java) S 18442 18445 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 37 0 178857304 27796258816 733497 33554432000 4194304 4196468 140731689056080 140124375450272 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
Current children cumulated CPU time: 19899.5 s
Current children cumulated vsize: 27144784 KiB
Current children cumulated memory: 2933988 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.84 8.83 8.30 9/215 18540
/proc/meminfo: memFree=21439312/32770624 swapFree=67108860/67108860
[pid=18445] ppid=18442 vsize=27144784 memory=2911428 CPUtime=20040.2 cores=0-7
/proc/18445/stat : 18445 (java) S 18442 18445 17066 0 -1 1077944320 1133211 0 0 0 2002907 1114 0 0 20 0 37 0 178856867 27796258816 727857 33554432000 4194304 4196468 140731689056080 140731689038624 140127486385911 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
/proc/18445/statm: 6786196 727857 3859 1 0 6773389 0
[pid=18445/tid=18447] ppid=18442 vsize=27144784 memory=1398720917958146503 CPUtime=4.16 cores=0-7
/proc/18445/task/18447/stat : 18447 (java) S 18442 18445 17066 0 -1 1077944384 14231 0 0 0 409 7 0 0 20 0 37 0 178856868 27796258816 727857 33554432000 4194304 4196468 140731689056080 140127490623616 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18448] ppid=18442 vsize=27144784 memory=4872558044660077418 CPUtime=19.71 cores=0-7
/proc/18445/task/18448/stat : 18448 (java) S 18442 18445 17066 0 -1 1077944384 64693 0 0 0 1941 30 0 0 20 0 37 0 178856868 27796258816 727857 33554432000 4194304 4196468 140731689056080 140127408966160 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18449] ppid=18442 vsize=27144784 memory=2240 CPUtime=19.72 cores=0-7
/proc/18445/task/18449/stat : 18449 (java) S 18442 18445 17066 0 -1 1077944384 63076 0 0 0 1943 29 0 0 20 0 37 0 178856868 27796258816 727857 33554432000 4194304 4196468 140731689056080 140127407913616 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18450] ppid=18442 vsize=27144784 memory=4316 CPUtime=19.73 cores=0-7
/proc/18445/task/18450/stat : 18450 (java) S 18442 18445 17066 0 -1 1077944384 64561 0 0 0 1940 33 0 0 20 0 37 0 178856868 27796258816 727857 33554432000 4194304 4196468 140731689056080 140127406860560 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18451] ppid=18442 vsize=27144784 memory=928 CPUtime=19.64 cores=0-7
/proc/18445/task/18451/stat : 18451 (java) S 18442 18445 17066 0 -1 1077944384 62469 0 0 0 1933 31 0 0 20 0 37 0 178856868 27796258816 727857 33554432000 4194304 4196468 140731689056080 140127405808016 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18452] ppid=18442 vsize=27144784 memory=2918612 CPUtime=19.75 cores=0-7
/proc/18445/task/18452/stat : 18452 (java) S 18442 18445 17066 0 -1 1077944384 60018 0 0 0 1945 30 0 0 20 0 37 0 178856868 27796258816 727857 33554432000 4194304 4196468 140731689056080 140127404755984 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18453] ppid=18442 vsize=27144784 memory=2416 CPUtime=19.65 cores=0-7
/proc/18445/task/18453/stat : 18453 (java) S 18442 18445 17066 0 -1 1077944384 57912 0 0 0 1937 28 0 0 20 0 37 0 178856868 27796258816 727857 33554432000 4194304 4196468 140731689056080 140127403703440 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18454] ppid=18442 vsize=27144784 memory=6791534058613427641 CPUtime=19.72 cores=0-7
/proc/18445/task/18454/stat : 18454 (java) S 18442 18445 17066 0 -1 1077944384 67025 0 0 0 1940 32 0 0 20 0 37 0 178856868 27796258816 727857 33554432000 4194304 4196468 140731689056080 140127037840144 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18455] ppid=18442 vsize=27144784 memory=4140 CPUtime=19.66 cores=0-7
/proc/18445/task/18455/stat : 18455 (java) S 18442 18445 17066 0 -1 1077944384 60841 0 0 0 1935 31 0 0 20 0 37 0 178856869 27796258816 727857 33554432000 4194304 4196468 140731689056080 140127036787600 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18456] ppid=18442 vsize=27144784 memory=49380 CPUtime=2.01 cores=0-7
/proc/18445/task/18456/stat : 18456 (java) S 18442 18445 17066 0 -1 1077944384 140764 0 0 0 146 55 0 0 20 0 37 0 178856870 27796258816 727857 33554432000 4194304 4196468 140731689056080 140126882638064 140127486397058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18457] ppid=18442 vsize=27144784 memory=1296 CPUtime=0 cores=0-7
/proc/18445/task/18457/stat : 18457 (java) S 18442 18445 17066 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 37 0 178856870 27796258816 727857 33554432000 4194304 4196468 140731689056080 140126881584352 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18458] ppid=18442 vsize=27144784 memory=2416 CPUtime=0 cores=0-7
/proc/18445/task/18458/stat : 18458 (java) S 18442 18445 17066 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 37 0 178856871 27796258816 727857 33554432000 4194304 4196468 140731689056080 140126880531200 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18459] ppid=18442 vsize=27144784 memory=1844 CPUtime=0 cores=0-7
/proc/18445/task/18459/stat : 18459 (java) S 18442 18445 17066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 37 0 178856873 27796258816 727857 33554432000 4194304 4196468 140731689056080 140126879479760 140127486404507 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18460] ppid=18442 vsize=27144784 memory=796 CPUtime=1.82 cores=0-7
/proc/18445/task/18460/stat : 18460 (java) S 18442 18445 17066 0 -1 1077944384 5071 0 0 0 180 2 0 0 20 0 37 0 178856873 27796258816 727857 33554432000 4194304 4196468 140731689056080 140126878427888 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18461] ppid=18442 vsize=27144784 memory=1716 CPUtime=2.04 cores=0-7
/proc/18445/task/18461/stat : 18461 (java) S 18442 18445 17066 0 -1 1077944384 6462 0 0 0 202 2 0 0 20 0 37 0 178856873 27796258816 727857 33554432000 4194304 4196468 140731689056080 140126877375344 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18462] ppid=18442 vsize=27144784 memory=1956 CPUtime=2.02 cores=0-7
/proc/18445/task/18462/stat : 18462 (java) S 18442 18445 17066 0 -1 1077944384 9958 0 0 0 201 1 0 0 20 0 37 0 178856873 27796258816 727857 33554432000 4194304 4196468 140731689056080 140126876322288 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18463] ppid=18442 vsize=27144784 memory=8740 CPUtime=0.96 cores=0-7
/proc/18445/task/18463/stat : 18463 (java) S 18442 18445 17066 0 -1 1077944384 12963 0 0 0 94 2 0 0 20 0 37 0 178856873 27796258816 727857 33554432000 4194304 4196468 140731689056080 140126875269744 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18464] ppid=18442 vsize=27144784 memory=2915020 CPUtime=0 cores=0-7
/proc/18445/task/18464/stat : 18464 (java) S 18442 18445 17066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 37 0 178856873 27796258816 727857 33554432000 4194304 4196468 140731689056080 140126874216928 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18465] ppid=18442 vsize=27144784 memory=12136 CPUtime=1.15 cores=0-7
/proc/18445/task/18465/stat : 18465 (java) S 18442 18445 17066 0 -1 1077944384 6196 0 0 0 45 70 0 0 20 0 37 0 178856873 27796258816 727857 33554432000 4194304 4196468 140731689056080 140126873164464 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18466] ppid=18442 vsize=27144784 memory=5792 CPUtime=0 cores=0-7
/proc/18445/task/18466/stat : 18466 (java) S 18442 18445 17066 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 37 0 178857266 27796258816 727857 33554432000 4194304 4196468 140731689056080 140125940474368 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18467] ppid=18442 vsize=27144784 memory=1008 CPUtime=5.76 cores=0-7
/proc/18445/task/18467/stat : 18467 (java) S 18442 18445 17066 0 -1 1077944384 13612 0 0 0 223 353 0 0 20 0 37 0 178857278 27796258816 727857 33554432000 4194304 4196468 140731689056080 140125937324960 140127486397058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18468] ppid=18442 vsize=27144784 memory=4620 CPUtime=2480.54 cores=0-7
/proc/18445/task/18468/stat : 18468 (java) R 18442 18445 17066 0 -1 4202560 48110 0 0 0 247961 93 0 0 20 0 37 0 178857288 27796258816 727857 33554432000 4194304 4196468 140731689056080 140125936266648 140127090022049 0 4 0 16800975 0 0 0 -1 0 0 0 20 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18469] ppid=18442 vsize=27144784 memory=1428 CPUtime=2483.41 cores=0-7
/proc/18445/task/18469/stat : 18469 (java) R 18442 18445 17066 0 -1 4202560 47414 0 0 0 248247 94 0 0 20 0 37 0 178857289 27796258816 727857 33554432000 4194304 4196468 140731689056080 140125933117080 140127091760854 0 4 0 16800975 0 0 0 -1 7 0 0 26 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18470] ppid=18442 vsize=27144784 memory=1204 CPUtime=2481.12 cores=0-7
/proc/18445/task/18470/stat : 18470 (java) R 18442 18445 17066 0 -1 4202560 53300 0 0 0 248003 109 0 0 20 0 37 0 178857289 27796258816 727857 33554432000 4194304 4196468 140731689056080 140125932064008 140127091021513 0 4 0 16800975 0 0 0 -1 2 0 0 13 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18471] ppid=18442 vsize=27144784 memory=15880 CPUtime=0.05 cores=0-7
/proc/18445/task/18471/stat : 18471 (java) S 18442 18445 17066 0 -1 1077944384 54 0 0 0 5 0 0 0 20 0 37 0 178857289 27796258816 727857 33554432000 4194304 4196468 140731689056080 140125931017504 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18472] ppid=18442 vsize=27144784 memory=29156 CPUtime=2480.26 cores=0-7
/proc/18445/task/18472/stat : 18472 (java) R 18442 18445 17066 0 -1 4202560 56971 0 0 0 247925 101 0 0 20 0 37 0 178857289 27796258816 727857 33554432000 4194304 4196468 140731689056080 140125929958296 140127086780796 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18473] ppid=18442 vsize=27144784 memory=4048 CPUtime=0.05 cores=0-7
/proc/18445/task/18473/stat : 18473 (java) S 18442 18445 17066 0 -1 1077944384 43 0 0 0 5 0 0 0 20 0 37 0 178857292 27796258816 727857 33554432000 4194304 4196468 140731689056080 140125928911904 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18474] ppid=18442 vsize=27144784 memory=18484 CPUtime=2483.96 cores=0-7
/proc/18445/task/18474/stat : 18474 (java) R 18442 18445 17066 0 -1 4202560 52821 0 0 0 248294 102 0 0 20 0 37 0 178857292 27796258816 727857 33554432000 4194304 4196468 140731689056080 140125927852576 140127091756410 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18475] ppid=18442 vsize=27144784 memory=1796 CPUtime=2486.15 cores=0-7
/proc/18445/task/18475/stat : 18475 (java) R 18442 18445 17066 0 -1 4202560 56892 0 0 0 248517 98 0 0 20 0 37 0 178857292 27796258816 727857 33554432000 4194304 4196468 140731689056080 140125926802736 140127090877507 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18476] ppid=18442 vsize=27144784 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/18445/task/18476/stat : 18476 (java) S 18442 18445 17066 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 37 0 178857292 27796258816 727857 33554432000 4194304 4196468 140731689056080 140124381767072 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18477] ppid=18442 vsize=27144784 memory=4176 CPUtime=0.04 cores=0-7
/proc/18445/task/18477/stat : 18477 (java) S 18442 18445 17066 0 -1 1077944384 51 0 0 0 4 0 0 0 20 0 37 0 178857292 27796258816 727857 33554432000 4194304 4196468 140731689056080 140124380714528 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18478] ppid=18442 vsize=27144784 memory=2918612 CPUtime=2480.69 cores=0-7
/proc/18445/task/18478/stat : 18478 (java) R 18442 18445 17066 0 -1 4202560 50066 0 0 0 247975 94 0 0 20 0 37 0 178857292 27796258816 727857 33554432000 4194304 4196468 140731689056080 140124379655416 140127086780761 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18479] ppid=18442 vsize=27144784 memory=4096 CPUtime=2486.17 cores=0-7
/proc/18445/task/18479/stat : 18479 (java) R 18442 18445 17066 0 -1 4202560 56091 0 0 0 248517 100 0 0 20 0 37 0 178857292 27796258816 727857 33554432000 4194304 4196468 140731689056080 140124378602672 140127086781054 0 4 0 16800975 0 0 0 -1 3 0 0 25 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18480] ppid=18442 vsize=27144784 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/18445/task/18480/stat : 18480 (java) S 18442 18445 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 37 0 178857304 27796258816 727857 33554432000 4194304 4196468 140731689056080 140124377555872 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18481] ppid=18442 vsize=27144784 memory=2915020 CPUtime=0 cores=0-7
/proc/18445/task/18481/stat : 18481 (java) S 18442 18445 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 37 0 178857304 27796258816 727857 33554432000 4194304 4196468 140731689056080 140124376503328 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
[pid=18445/tid=18482] ppid=18442 vsize=27144784 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/18445/task/18482/stat : 18482 (java) S 18442 18445 17066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 37 0 178857304 27796258816 727857 33554432000 4194304 4196468 140731689056080 140124375450272 140127486396117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15634432 140731689063521 140731689063707 140731689063707 140731689066447 0
Current children cumulated CPU time: 20040.2 s
Current children cumulated vsize: 27144784 KiB
Current children cumulated memory: 2911428 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.14 s]
# the end of solver process 18445 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20029.9 s, system=11.1573 s

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

[startup+2520.13 s]*
/proc/loadavg: 8.84 8.83 8.30 2/180 18542
/proc/meminfo: memFree=24326956/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.14
CPU time (s): 20041.1
CPU user time (s): 20029.9
CPU system time (s): 11.1573
CPU usage (%): 795.237
Max. virtual memory (cumulated for all children) (KiB): 27144784
Max. memory (cumulated for all children) (KiB): 5606616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20029.9
system time used= 11.1573
maximum resident set size= 5608828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1133445
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 366030
involuntary context switches= 417142


# summary of solver processes directly reported to runsolver:
#   pid: 18445
#   total CPU time (s): 20041.1
#   total CPU user time (s): 20029.9
#   total CPU system time (s): 11.1573

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 24.0389 second user time and 33.634 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-23 04:53:52
IDJOB=4285383
IDBENCH=138768
IDSOLVER=2681
FILE ID=node106/4285383-1503457693
RUNJOBID= node106-1503452501-17093
PBS_JOBID= 20632165
Free space on /tmp= 61080 MiB

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

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

MD5SUM BENCH= 1854ece61a5fdd3da80103fde6339040
RANDOM SEED=2132042252

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24346304 kB
MemAvailable:   31946272 kB
Buffers:          246928 kB
Cached:          7639812 kB
SwapCached:            0 kB
Active:          1763416 kB
Inactive:        6180284 kB
Active(anon):      12360 kB
Inactive(anon):    88904 kB
Active(file):    1751056 kB
Inactive(file):  6091380 kB
Unevictable:        7700 kB
Mlocked:            7700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42544 kB
Writeback:             0 kB
AnonPages:         65048 kB
Mapped:            55472 kB
Shmem:             41612 kB
Slab:             174620 kB
SReclaimable:     146736 kB
SUnreclaim:        27884 kB
KernelStack:        3216 kB
PageTables:         5648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     342932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61040 MiB
End job on node106 at 2017-08-23 05:35:53