Trace number 4285325

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-08-22SAT (TO) 5066.1401 2520.02

General information on the benchmark

NamePrimes/
Primes-m1-p15/Primes-15-20-2-5.xml
MD5SUM5c2f9b3786fd2492c99150ec9cf810b1
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.0079110004
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":63}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":37},{"degree":1,"count":34},{"degree":2,"count":23},{"degree":3,"count":5},{"degree":4,"count":1}]
Minimum constraint arity3
Maximum constraint arity7
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":5},{"arity":5,"count":3},{"arity":6,"count":4},{"arity":7,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":20}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-08-22
0.30/0.25	c seed: 937528214
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 22000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
0.66/0.51	c Parsing done, starting search...
3.79/1.59	s SATISFIABLE
3.79/1.59	v <instantiation>
3.79/1.59	v 	<list>
3.79/1.59	v 		x[0] x[1] x[5] x[6] x[7] x[8] x[12] x[13] x[14] x[15] x[16] x[17] x[20] x[21] x[22] x[25] x[27] x[28] x[29] x[30] x[31] x[33] x[36] x[38] x[39] x[40] x[42] x[43] x[44] x[46] x[48] x[49] x[50] x[51] x[53] x[56] x[58] x[62] x[64] x[68] x[69] x[70] x[72] x[74] x[76] x[78] x[79] x[81] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[99]
3.79/1.59	v 	</list>
3.79/1.59	v 	<values>
3.79/1.59	v 		43 10 20 29 5 47 40 46 47 4 47 17 16 8 2 2 47 47 46 44 46 47 47 21 40 26 2 47 47 43 7 2 33 20 29 32 6 46 2 47 3 38 47 47 42 41 12 10 47 38 3 2 47 39 43 25 11 2 23 47 36 29 47 
3.79/1.59	v 	</values>
3.79/1.59	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 (9524 MiB free)
  memory of node 1: 16384 MiB (9315 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285325-1503443939/watcher-4285325-1503443939 -o /tmp/evaluation-result-4285325-1503443939/solver-4285325-1503443939 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503435486-32271 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 937528214 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285325-1503443939.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=921, runsolver pid=918
Current StackSize limit: 8192 KiB


[startup+0.100141 s]*
/proc/loadavg: 7.43 8.46 8.62 2/200 941
/proc/meminfo: memFree=19272656/32770624 swapFree=67108860/67108860
[pid=921] ppid=918 vsize=26000852 memory=31840 CPUtime=0.11 cores=0-7
/proc/921/stat : 921 (java) S 918 921 32244 0 -1 1077944320 8347 0 0 0 10 1 0 0 20 0 20 0 177481448 26624872448 7951 33554432000 4194304 4196468 140721966787472 140721966770016 139627058155255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
/proc/921/statm: 6500213 7951 3412 1 0 6487932 0
[pid=921/tid=923] ppid=918 vsize=26000852 memory=8316850467074736180 CPUtime=0.08 cores=0-7
/proc/921/task/923/stat : 923 (java) R 918 921 32244 0 -1 4202560 6305 0 0 0 7 1 0 0 20 0 20 0 177481448 26624872448 7960 33554432000 4194304 4196468 140721966787472 139627062343168 139627058177181 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=924] ppid=918 vsize=26000852 memory=3231 CPUtime=0 cores=0-7
/proc/921/task/924/stat : 924 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481449 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626980736016 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=925] ppid=918 vsize=26000852 memory=140408559198445 CPUtime=0 cores=0-7
/proc/921/task/925/stat : 925 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481449 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626979683472 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=926] ppid=918 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/921/task/926/stat : 926 (java) S 918 921 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177481449 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626978630416 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=927] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/927/stat : 927 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481449 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626977577872 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=928] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/928/stat : 928 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481449 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626976524816 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=929] ppid=918 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/921/task/929/stat : 929 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481449 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626975472272 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=930] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/930/stat : 930 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481449 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626974419216 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=931] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/931/stat : 931 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481449 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626973366672 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=932] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/932/stat : 932 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481450 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626454997744 139627058166402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=933] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/933/stat : 933 (java) S 918 921 32244 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177481451 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626453943968 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=934] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/934/stat : 934 (java) S 918 921 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177481451 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626452890864 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=935] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/935/stat : 935 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481453 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626451839440 139627058173851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=936] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/936/stat : 936 (java) S 918 921 32244 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 177481453 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626450786544 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=937] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/937/stat : 937 (java) S 918 921 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177481453 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626449734000 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=938] ppid=918 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/921/task/938/stat : 938 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481453 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626448680944 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=939] ppid=918 vsize=26000852 memory=-1 CPUtime=0.02 cores=0-7
/proc/921/task/939/stat : 939 (java) S 918 921 32244 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 20 0 177481453 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626447628400 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=940] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/940/stat : 940 (java) S 918 921 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177481454 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626446576608 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=941] ppid=918 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/921/task/941/stat : 941 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481454 26624872448 7960 33554432000 4194304 4196468 140721966787472 139626445524144 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 31840 KiB

[startup+0.209918 s]*
/proc/loadavg: 7.43 8.46 8.62 4/200 941
/proc/meminfo: memFree=19264600/32770624 swapFree=67108860/67108860
[pid=921] ppid=918 vsize=26000852 memory=41004 CPUtime=0.3 cores=0-7
/proc/921/stat : 921 (java) S 918 921 32244 0 -1 1077944320 9353 0 0 0 27 3 0 0 20 0 20 0 177481448 26624872448 10251 33554432000 4194304 4196468 140721966787472 140721966770016 139627058155255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
/proc/921/statm: 6500213 10251 3591 1 0 6487932 0
[pid=921/tid=923] ppid=918 vsize=26000852 memory=7882827048052850738 CPUtime=0.19 cores=0-7
/proc/921/task/923/stat : 923 (java) R 918 921 32244 0 -1 4202560 6942 0 0 0 17 2 0 0 20 0 20 0 177481448 26624872448 10251 33554432000 4194304 4196468 140721966787472 139627062363440 139627058177181 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=924] ppid=918 vsize=26000852 memory=329 CPUtime=0 cores=0-7
/proc/921/task/924/stat : 924 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481449 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626980736016 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=925] ppid=918 vsize=26000852 memory=140408559203334 CPUtime=0 cores=0-7
/proc/921/task/925/stat : 925 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481449 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626979683472 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=926] ppid=918 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/921/task/926/stat : 926 (java) S 918 921 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177481449 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626978630416 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=927] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/927/stat : 927 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481449 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626977577872 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=928] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/928/stat : 928 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481449 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626976524816 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=929] ppid=918 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/921/task/929/stat : 929 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481449 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626975472272 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=930] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/930/stat : 930 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481449 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626974419216 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=931] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/931/stat : 931 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481449 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626973366672 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=932] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/932/stat : 932 (java) S 918 921 32244 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177481450 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626454997744 139627058166402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=933] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/933/stat : 933 (java) S 918 921 32244 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177481451 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626453943968 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=934] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/934/stat : 934 (java) S 918 921 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177481451 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626452890864 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=935] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/935/stat : 935 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481453 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626451839440 139627058173851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=936] ppid=918 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/921/task/936/stat : 936 (java) S 918 921 32244 0 -1 1077944384 345 0 0 0 1 0 0 0 20 0 20 0 177481453 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626450786544 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=937] ppid=918 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/921/task/937/stat : 937 (java) S 918 921 32244 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 20 0 177481453 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626449734000 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=938] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/938/stat : 938 (java) S 918 921 32244 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 20 0 177481453 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626448680944 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=939] ppid=918 vsize=26000852 memory=-1 CPUtime=0.05 cores=0-7
/proc/921/task/939/stat : 939 (java) S 918 921 32244 0 -1 1077944384 401 0 0 0 5 0 0 0 20 0 20 0 177481453 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626447628400 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=940] ppid=918 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/921/task/940/stat : 940 (java) S 918 921 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177481454 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626446576608 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=941] ppid=918 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/921/task/941/stat : 941 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481454 26624872448 10251 33554432000 4194304 4196468 140721966787472 139626445524144 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41004 KiB

[startup+0.309673 s]*
/proc/loadavg: 7.43 8.46 8.62 3/200 941
/proc/meminfo: memFree=19257312/32770624 swapFree=67108860/67108860
[pid=921] ppid=918 vsize=26000872 memory=49084 CPUtime=0.47 cores=0-7
/proc/921/stat : 921 (java) S 918 921 32244 0 -1 1077944320 10553 0 0 0 44 3 0 0 20 0 20 0 177481448 26624892928 12271 33554432000 4194304 4196468 140721966787472 140721966770016 139627058155255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
/proc/921/statm: 6500218 12271 3675 1 0 6487932 0
[pid=921/tid=923] ppid=918 vsize=26000872 memory=6935054825532540783 CPUtime=0.29 cores=0-7
/proc/921/task/923/stat : 923 (java) R 918 921 32244 0 -1 4202560 7720 0 0 0 26 3 0 0 20 0 20 0 177481448 26624892928 12337 33554432000 4194304 4196468 140721966787472 139627062379312 139627042198885 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=924] ppid=918 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/921/task/924/stat : 924 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481449 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626980736016 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=925] ppid=918 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/921/task/925/stat : 925 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481449 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626979683472 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=926] ppid=918 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/921/task/926/stat : 926 (java) S 918 921 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177481449 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626978630416 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=927] ppid=918 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/921/task/927/stat : 927 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481449 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626977577872 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=928] ppid=918 vsize=26000872 memory=4294969536 CPUtime=0 cores=0-7
/proc/921/task/928/stat : 928 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481449 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626976524816 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=929] ppid=918 vsize=26000872 memory=140408453692687 CPUtime=0 cores=0-7
/proc/921/task/929/stat : 929 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481449 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626975472272 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=930] ppid=918 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/921/task/930/stat : 930 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481449 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626974419216 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=931] ppid=918 vsize=26000872 memory=280816907329840 CPUtime=0 cores=0-7
/proc/921/task/931/stat : 931 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481449 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626973366672 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=932] ppid=918 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/921/task/932/stat : 932 (java) S 918 921 32244 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177481450 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626454997744 139627058166402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=933] ppid=918 vsize=26000872 memory=97 CPUtime=0 cores=0-7
/proc/921/task/933/stat : 933 (java) S 918 921 32244 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177481451 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626453943968 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=934] ppid=918 vsize=26000872 memory=1 CPUtime=0 cores=0-7
/proc/921/task/934/stat : 934 (java) S 918 921 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177481451 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626452890864 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=935] ppid=918 vsize=26000872 memory=252 CPUtime=0 cores=0-7
/proc/921/task/935/stat : 935 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481453 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626451839440 139627058173851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=936] ppid=918 vsize=26000872 memory=124 CPUtime=0.03 cores=0-7
/proc/921/task/936/stat : 936 (java) S 918 921 32244 0 -1 1077944384 543 0 0 0 3 0 0 0 20 0 20 0 177481453 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626450786544 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=937] ppid=918 vsize=26000872 memory=20340 CPUtime=0.04 cores=0-7
/proc/921/task/937/stat : 937 (java) S 918 921 32244 0 -1 1077944384 331 0 0 0 4 0 0 0 20 0 20 0 177481453 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626449734000 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=938] ppid=918 vsize=26000872 memory=1 CPUtime=0.01 cores=0-7
/proc/921/task/938/stat : 938 (java) S 918 921 32244 0 -1 1077944384 194 0 0 0 1 0 0 0 20 0 20 0 177481453 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626448680944 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=939] ppid=918 vsize=26000872 memory=0 CPUtime=0.08 cores=0-7
/proc/921/task/939/stat : 939 (java) S 918 921 32244 0 -1 1077944384 425 0 0 0 8 0 0 0 20 0 20 0 177481453 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626447628400 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=940] ppid=918 vsize=26000872 memory=3467825727391412274 CPUtime=0 cores=0-7
/proc/921/task/940/stat : 940 (java) S 918 921 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177481454 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626446576608 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=941] ppid=918 vsize=26000872 memory=2319684899342136371 CPUtime=0 cores=0-7
/proc/921/task/941/stat : 941 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481454 26624892928 12337 33554432000 4194304 4196468 140721966787472 139626445524144 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49084 KiB

[startup+0.700792 s]
/proc/loadavg: 6.91 8.34 8.58 2/200 941
/proc/meminfo: memFree=19244780/32770624 swapFree=67108860/67108860
[pid=921] ppid=918 vsize=26004968 memory=79660 CPUtime=1.08 cores=0-7
/proc/921/stat : 921 (java) S 918 921 32244 0 -1 1077944320 13050 0 0 0 103 5 0 0 20 0 20 0 177481448 26629087232 19915 33554432000 4194304 4196468 140721966787472 140721966770016 139627058155255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
/proc/921/statm: 6501242 19915 3752 1 0 6488956 0
[pid=921/tid=923] ppid=918 vsize=26004968 memory=0 CPUtime=0.67 cores=0-7
/proc/921/task/923/stat : 923 (java) R 918 921 32244 0 -1 4202560 9604 0 0 0 63 4 0 0 20 0 20 0 177481448 26629087232 19915 33554432000 4194304 4196468 140721966787472 139627062390768 139627058177181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=924] ppid=918 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/921/task/924/stat : 924 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481449 26629087232 19915 33554432000 4194304 4196468 140721966787472 139626980736016 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=925] ppid=918 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/921/task/925/stat : 925 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481449 26629087232 19915 33554432000 4194304 4196468 140721966787472 139626979683472 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=926] ppid=918 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/921/task/926/stat : 926 (java) S 918 921 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177481449 26629087232 19915 33554432000 4194304 4196468 140721966787472 139626978630416 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=927] ppid=918 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/921/task/927/stat : 927 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481449 26629087232 19915 33554432000 4194304 4196468 140721966787472 139626977577872 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=928] ppid=918 vsize=26004968 memory=27848 CPUtime=0 cores=0-7
/proc/921/task/928/stat : 928 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481449 26629087232 19915 33554432000 4194304 4196468 140721966787472 139626976524816 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=929] ppid=918 vsize=26004968 memory=18292 CPUtime=0 cores=0-7
/proc/921/task/929/stat : 929 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481449 26629087232 19915 33554432000 4194304 4196468 140721966787472 139626975472272 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=930] ppid=918 vsize=26004968 memory=1156 CPUtime=0 cores=0-7
/proc/921/task/930/stat : 930 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177481449 26629087232 19915 33554432000 4194304 4196468 140721966787472 139626974419216 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=931] ppid=918 vsize=26004968 memory=2404 CPUtime=0 cores=0-7
/proc/921/task/931/stat : 931 (java) S 918 921 32244 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177481449 26629087232 19915 33554432000 4194304 4196468 140721966787472 139626973366672 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=932] ppid=918 vsize=26004968 memory=62100 CPUtime=0 cores=0-7
/proc/921/task/932/stat : 932 (java) S 918 921 32244 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177481450 26629087232 19915 33554432000 4194304 4196468 140721966787472 139626454997744 139627058166402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0

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

/proc/921/task/939/stat : 939 (java) S 918 921 32244 0 -1 1077944384 9773 0 0 0 63 2 0 0 20 0 42 0 177481453 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626447628400 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=940] ppid=918 vsize=27544168 memory=4040 CPUtime=0 cores=0-7
/proc/921/task/940/stat : 940 (java) S 918 921 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 42 0 177481454 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626446576608 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=941] ppid=918 vsize=27544168 memory=27868 CPUtime=1.42 cores=0-7
/proc/921/task/941/stat : 941 (java) S 918 921 32244 0 -1 1077944384 4961 0 0 0 59 83 0 0 20 0 42 0 177481454 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626445524144 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=944] ppid=918 vsize=27544168 memory=1944532 CPUtime=0.03 cores=0-7
/proc/921/task/944/stat : 944 (java) S 918 921 32244 0 -1 1077944384 144 0 0 0 3 0 0 0 20 0 42 0 177481593 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626229519264 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=945] ppid=918 vsize=27544168 memory=1944532 CPUtime=2474.76 cores=0-7
/proc/921/task/945/stat : 945 (java) R 918 921 32244 0 -1 4202560 140442 0 0 0 247314 162 0 0 20 0 42 0 177481593 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626228464528 139626658629563 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=947] ppid=918 vsize=27544168 memory=1004 CPUtime=0.02 cores=0-7
/proc/921/task/947/stat : 947 (java) S 918 921 32244 0 -1 1077944384 94 0 0 0 2 0 0 0 20 0 42 0 177481595 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626227413664 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=948] ppid=918 vsize=27544168 memory=1436 CPUtime=0.02 cores=0-7
/proc/921/task/948/stat : 948 (java) S 918 921 32244 0 -1 1077944384 47 0 0 0 2 0 0 0 20 0 42 0 177481597 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626226361120 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=949] ppid=918 vsize=27544168 memory=1942456 CPUtime=0.02 cores=0-7
/proc/921/task/949/stat : 949 (java) S 918 921 32244 0 -1 1077944384 42 0 0 0 2 0 0 0 20 0 42 0 177481597 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626225309088 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=950] ppid=918 vsize=27544168 memory=33 CPUtime=0.01 cores=0-7
/proc/921/task/950/stat : 950 (java) S 918 921 32244 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 42 0 177481597 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626224256544 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=951] ppid=918 vsize=27544168 memory=6656426216303648864 CPUtime=0.01 cores=0-7
/proc/921/task/951/stat : 951 (java) S 918 921 32244 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 42 0 177481597 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626223203488 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=952] ppid=918 vsize=27544168 memory=1942472 CPUtime=0.02 cores=0-7
/proc/921/task/952/stat : 952 (java) S 918 921 32244 0 -1 1077944384 38 0 0 0 2 0 0 0 20 0 42 0 177481597 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626222150944 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=953] ppid=918 vsize=27544168 memory=4100 CPUtime=0.01 cores=0-7
/proc/921/task/953/stat : 953 (java) S 918 921 32244 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 42 0 177481598 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626221097888 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=954] ppid=918 vsize=27544168 memory=49220 CPUtime=2474.72 cores=0-7
/proc/921/task/954/stat : 954 (java) R 918 921 32244 0 -1 4202560 136082 0 0 0 247281 191 0 0 20 0 42 0 177481598 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626220042112 139626653236799 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=955] ppid=918 vsize=27544168 memory=1944532 CPUtime=0.02 cores=0-7
/proc/921/task/955/stat : 955 (java) S 918 921 32244 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 42 0 177481601 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626216895136 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=956] ppid=918 vsize=27544168 memory=1944532 CPUtime=0 cores=0-7
/proc/921/task/956/stat : 956 (java) S 918 921 32244 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 42 0 177481601 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626215842592 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=957] ppid=918 vsize=27544168 memory=0 CPUtime=0 cores=0-7
/proc/921/task/957/stat : 957 (java) S 918 921 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 42 0 177481601 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626214790560 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=958] ppid=918 vsize=27544168 memory=49220 CPUtime=0 cores=0-7
/proc/921/task/958/stat : 958 (java) S 918 921 32244 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 42 0 177481601 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626213738016 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=959] ppid=918 vsize=27544168 memory=2332 CPUtime=0 cores=0-7
/proc/921/task/959/stat : 959 (java) S 918 921 32244 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 42 0 177481601 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626212684960 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=960] ppid=918 vsize=27544168 memory=1944532 CPUtime=0 cores=0-7
/proc/921/task/960/stat : 960 (java) S 918 921 32244 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 42 0 177481601 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626211632416 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=961] ppid=918 vsize=27544168 memory=0 CPUtime=0 cores=0-7
/proc/921/task/961/stat : 961 (java) S 918 921 32244 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 42 0 177481604 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626208445344 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=963] ppid=918 vsize=27544168 memory=6940154113932278081 CPUtime=0 cores=0-7
/proc/921/task/963/stat : 963 (java) S 918 921 32244 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 42 0 177481604 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626207392800 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=964] ppid=918 vsize=27544168 memory=4132 CPUtime=0 cores=0-7
/proc/921/task/964/stat : 964 (java) S 918 921 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 42 0 177481604 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626206339744 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=965] ppid=918 vsize=27544168 memory=1944532 CPUtime=0 cores=0-7
/proc/921/task/965/stat : 965 (java) S 918 921 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 42 0 177481605 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626205287200 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=966] ppid=918 vsize=27544168 memory=4132 CPUtime=0 cores=0-7
/proc/921/task/966/stat : 966 (java) S 918 921 32244 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 42 0 177481606 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626204235168 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=967] ppid=918 vsize=27544168 memory=4100 CPUtime=0 cores=0-7
/proc/921/task/967/stat : 967 (java) S 918 921 32244 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 42 0 177481606 28205228032 486133 33554432000 4194304 4196468 140721966787472 139626435233312 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
Current children cumulated CPU time: 5030.44 s
Current children cumulated vsize: 27544168 KiB
Current children cumulated memory: 1944532 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 1.78 1.48 1.89 3/220 1001
/proc/meminfo: memFree=17357036/32770624 swapFree=67108860/67108860
[pid=921] ppid=918 vsize=27544168 memory=1946628 CPUtime=5066.1 cores=0-7
/proc/921/stat : 921 (java) S 918 921 32244 0 -1 1077944320 818268 0 0 0 505592 1018 0 0 20 0 42 0 177481448 28205228032 486657 33554432000 4194304 4196468 140721966787472 140721966770016 139627058155255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
/proc/921/statm: 6886042 486657 3841 1 0 6873235 0
[pid=921/tid=923] ppid=918 vsize=27544168 memory=7446261502386725480 CPUtime=1.44 cores=0-7
/proc/921/task/923/stat : 923 (java) S 918 921 32244 0 -1 1077944384 12267 0 0 0 136 8 0 0 20 0 42 0 177481448 28205228032 486657 33554432000 4194304 4196468 140721966787472 139627062398128 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=924] ppid=918 vsize=27544168 memory=1946588 CPUtime=8.21 cores=0-7
/proc/921/task/924/stat : 924 (java) S 918 921 32244 0 -1 1077944384 46171 0 0 0 743 78 0 0 20 0 42 0 177481449 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626980736016 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 53 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=925] ppid=918 vsize=27544168 memory=6947385649911455296 CPUtime=8.27 cores=0-7
/proc/921/task/925/stat : 925 (java) S 918 921 32244 0 -1 1077944384 50771 0 0 0 748 79 0 0 20 0 42 0 177481449 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626979683472 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=926] ppid=918 vsize=27544168 memory=4084 CPUtime=8.2 cores=0-7
/proc/921/task/926/stat : 926 (java) S 918 921 32244 0 -1 1077944384 42903 0 0 0 745 75 0 0 20 0 42 0 177481449 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626978630416 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 58 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=927] ppid=918 vsize=27544168 memory=932 CPUtime=8.19 cores=0-7
/proc/921/task/927/stat : 927 (java) S 918 921 32244 0 -1 1077944384 48358 0 0 0 736 83 0 0 20 0 42 0 177481449 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626977577872 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 53 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=928] ppid=918 vsize=27544168 memory=1572 CPUtime=8.22 cores=0-7
/proc/921/task/928/stat : 928 (java) S 918 921 32244 0 -1 1077944384 44476 0 0 0 746 76 0 0 20 0 42 0 177481449 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626976524816 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=929] ppid=918 vsize=27544168 memory=2200 CPUtime=8.29 cores=0-7
/proc/921/task/929/stat : 929 (java) S 918 921 32244 0 -1 1077944384 47054 0 0 0 752 77 0 0 20 0 42 0 177481449 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626975472272 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 52 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=930] ppid=918 vsize=27544168 memory=8048 CPUtime=8.19 cores=0-7
/proc/921/task/930/stat : 930 (java) S 918 921 32244 0 -1 1077944384 51469 0 0 0 746 73 0 0 20 0 42 0 177481449 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626974419216 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 54 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=931] ppid=918 vsize=27544168 memory=836 CPUtime=8.23 cores=0-7
/proc/921/task/931/stat : 931 (java) S 918 921 32244 0 -1 1077944384 46639 0 0 0 747 76 0 0 20 0 42 0 177481449 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626973366672 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=932] ppid=918 vsize=27544168 memory=836 CPUtime=8.29 cores=0-7
/proc/921/task/932/stat : 932 (java) S 918 921 32244 0 -1 1077944384 108172 0 0 0 764 65 0 0 20 0 42 0 177481450 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626454997744 139627058166402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=933] ppid=918 vsize=27544168 memory=1692 CPUtime=0 cores=0-7
/proc/921/task/933/stat : 933 (java) S 918 921 32244 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 42 0 177481451 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626453944032 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=934] ppid=918 vsize=27544168 memory=916 CPUtime=0 cores=0-7
/proc/921/task/934/stat : 934 (java) S 918 921 32244 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 42 0 177481451 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626452890880 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=935] ppid=918 vsize=27544168 memory=5812 CPUtime=0 cores=0-7
/proc/921/task/935/stat : 935 (java) S 918 921 32244 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 42 0 177481453 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626451839440 139627058173851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=936] ppid=918 vsize=27544168 memory=6935054825532540783 CPUtime=1.04 cores=0-7
/proc/921/task/936/stat : 936 (java) S 918 921 32244 0 -1 1077944384 7467 0 0 0 102 2 0 0 20 0 42 0 177481453 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626450786544 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=937] ppid=918 vsize=27544168 memory=4126316290023845779 CPUtime=1.29 cores=0-7
/proc/921/task/937/stat : 937 (java) S 918 921 32244 0 -1 1077944384 8749 0 0 0 127 2 0 0 20 0 42 0 177481453 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626449734000 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=938] ppid=918 vsize=27544168 memory=4100 CPUtime=1.26 cores=0-7
/proc/921/task/938/stat : 938 (java) S 918 921 32244 0 -1 1077944384 9732 0 0 0 124 2 0 0 20 0 42 0 177481453 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626448680944 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=939] ppid=918 vsize=27544168 memory=280816911212640 CPUtime=0.65 cores=0-7
/proc/921/task/939/stat : 939 (java) S 918 921 32244 0 -1 1077944384 9773 0 0 0 63 2 0 0 20 0 42 0 177481453 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626447628400 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=940] ppid=918 vsize=27544168 memory=-1161699032756226647 CPUtime=0 cores=0-7
/proc/921/task/940/stat : 940 (java) S 918 921 32244 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 42 0 177481454 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626446576608 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=941] ppid=918 vsize=27544168 memory=-2127764295001333128 CPUtime=1.42 cores=0-7
/proc/921/task/941/stat : 941 (java) S 918 921 32244 0 -1 1077944384 4972 0 0 0 59 83 0 0 20 0 42 0 177481454 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626445524144 139627058166402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=944] ppid=918 vsize=27544168 memory=-3535359994705172575 CPUtime=0.03 cores=0-7
/proc/921/task/944/stat : 944 (java) S 918 921 32244 0 -1 1077944384 144 0 0 0 3 0 0 0 20 0 42 0 177481593 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626229519264 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=945] ppid=918 vsize=27544168 memory=-5934160499877503586 CPUtime=2492.27 cores=0-7
/proc/921/task/945/stat : 945 (java) R 918 921 32244 0 -1 4202560 140670 0 0 0 249065 162 0 0 20 0 42 0 177481593 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626228463744 139626661257122 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=947] ppid=918 vsize=27544168 memory=-2746958450906831424 CPUtime=0.02 cores=0-7
/proc/921/task/947/stat : 947 (java) S 918 921 32244 0 -1 1077944384 94 0 0 0 2 0 0 0 20 0 42 0 177481595 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626227413664 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=948] ppid=918 vsize=27544168 memory=-2897801490638248215 CPUtime=0.02 cores=0-7
/proc/921/task/948/stat : 948 (java) S 918 921 32244 0 -1 1077944384 47 0 0 0 2 0 0 0 20 0 42 0 177481597 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626226361120 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=949] ppid=918 vsize=27544168 memory=1228 CPUtime=0.02 cores=0-7
/proc/921/task/949/stat : 949 (java) S 918 921 32244 0 -1 1077944384 42 0 0 0 2 0 0 0 20 0 42 0 177481597 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626225309088 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=950] ppid=918 vsize=27544168 memory=796 CPUtime=0.01 cores=0-7
/proc/921/task/950/stat : 950 (java) S 918 921 32244 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 42 0 177481597 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626224256544 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=951] ppid=918 vsize=27544168 memory=10088 CPUtime=0.01 cores=0-7
/proc/921/task/951/stat : 951 (java) S 918 921 32244 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 42 0 177481597 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626223203488 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=952] ppid=918 vsize=27544168 memory=1948 CPUtime=0.02 cores=0-7
/proc/921/task/952/stat : 952 (java) S 918 921 32244 0 -1 1077944384 38 0 0 0 2 0 0 0 20 0 42 0 177481597 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626222150944 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=953] ppid=918 vsize=27544168 memory=8740 CPUtime=0.01 cores=0-7
/proc/921/task/953/stat : 953 (java) S 918 921 32244 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 42 0 177481598 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626221097888 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=954] ppid=918 vsize=27544168 memory=4616 CPUtime=2492.23 cores=0-7
/proc/921/task/954/stat : 954 (java) R 918 921 32244 0 -1 4202560 136204 0 0 0 249032 191 0 0 20 0 42 0 177481598 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626220043152 139626660407775 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=955] ppid=918 vsize=27544168 memory=1720 CPUtime=0.02 cores=0-7
/proc/921/task/955/stat : 955 (java) S 918 921 32244 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 42 0 177481601 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626216895136 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=956] ppid=918 vsize=27544168 memory=1004 CPUtime=0 cores=0-7
/proc/921/task/956/stat : 956 (java) S 918 921 32244 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 42 0 177481601 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626215842592 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=957] ppid=918 vsize=27544168 memory=1436 CPUtime=0 cores=0-7
/proc/921/task/957/stat : 957 (java) S 918 921 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 42 0 177481601 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626214790560 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=958] ppid=918 vsize=27544168 memory=1200 CPUtime=0 cores=0-7
/proc/921/task/958/stat : 958 (java) S 918 921 32244 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 42 0 177481601 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626213738016 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=959] ppid=918 vsize=27544168 memory=15876 CPUtime=0 cores=0-7
/proc/921/task/959/stat : 959 (java) S 918 921 32244 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 42 0 177481601 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626212684960 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=960] ppid=918 vsize=27544168 memory=4040 CPUtime=0 cores=0-7
/proc/921/task/960/stat : 960 (java) S 918 921 32244 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 42 0 177481601 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626211632416 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=961] ppid=918 vsize=27544168 memory=27868 CPUtime=0 cores=0-7
/proc/921/task/961/stat : 961 (java) S 918 921 32244 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 42 0 177481604 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626208445344 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=963] ppid=918 vsize=27544168 memory=18292 CPUtime=0 cores=0-7
/proc/921/task/963/stat : 963 (java) S 918 921 32244 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 42 0 177481604 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626207392800 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=964] ppid=918 vsize=27544168 memory=1156 CPUtime=0 cores=0-7
/proc/921/task/964/stat : 964 (java) S 918 921 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 42 0 177481604 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626206339744 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=965] ppid=918 vsize=27544168 memory=4224 CPUtime=0 cores=0-7
/proc/921/task/965/stat : 965 (java) S 918 921 32244 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 42 0 177481605 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626205287200 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=966] ppid=918 vsize=27544168 memory=1946628 CPUtime=0 cores=0-7
/proc/921/task/966/stat : 966 (java) S 918 921 32244 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 42 0 177481606 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626204235168 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
[pid=921/tid=967] ppid=918 vsize=27544168 memory=1792 CPUtime=0 cores=0-7
/proc/921/task/967/stat : 967 (java) S 918 921 32244 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 42 0 177481606 28205228032 486657 33554432000 4194304 4196468 140721966787472 139626435233312 139627058165461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140721966793826 140721966794011 140721966794011 140721966796751 0
Current children cumulated CPU time: 5066.1 s
Current children cumulated vsize: 27544168 KiB
Current children cumulated memory: 1946628 KiB

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

[startup+2520.02 s]
# the end of solver process 921 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5055.94 s, system=10.1962 s

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

Child status: 143
Real time (s): 2520.02
CPU time (s): 5066.14
CPU user time (s): 5055.94
CPU system time (s): 10.1962
CPU usage (%): 201.035
Max. virtual memory (cumulated for all children) (KiB): 27544168
Max. memory (cumulated for all children) (KiB): 1946628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5055.94
system time used= 10.1962
maximum resident set size= 1949168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 818496
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 571600
involuntary context switches= 13650


# summary of solver processes directly reported to runsolver:
#   pid: 921
#   total CPU time (s): 5066.14
#   total CPU user time (s): 5055.94
#   total CPU system time (s): 10.1962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.3464 second user time and 29.6271 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-23 01:04:38
IDJOB=4285325
IDBENCH=133383
IDSOLVER=2681
FILE ID=node112/4285325-1503443939
RUNJOBID= node112-1503435486-32271
PBS_JOBID= 20632142
Free space on /tmp= 60712 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Primes/Primes-m1-p15/Primes-15-20-2-5.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-4285325-1503443939/watcher-4285325-1503443939 -o /tmp/evaluation-result-4285325-1503443939/solver-4285325-1503443939 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503435486-32271 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 937528214 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285325-1503443939.xml

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

MD5SUM BENCH= 5c2f9b3786fd2492c99150ec9cf810b1
RANDOM SEED=937528214

node112.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.24
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.24
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.24
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.24
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:        19292488 kB
MemAvailable:   31942572 kB
Buffers:          269016 kB
Cached:         12662064 kB
SwapCached:            0 kB
Active:          2294120 kB
Inactive:       10691668 kB
Active(anon):       6500 kB
Inactive(anon):    92572 kB
Active(file):    2287620 kB
Inactive(file): 10599096 kB
Unevictable:        7844 kB
Mlocked:            7844 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42548 kB
Writeback:             0 kB
AnonPages:         63032 kB
Mapped:            55228 kB
Shmem:             41608 kB
Slab:             185948 kB
SReclaimable:     158404 kB
SUnreclaim:        27544 kB
KernelStack:        3264 kB
PageTables:         5436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     343004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 60672 MiB
End job on node112 at 2017-08-23 01:46:38