Trace number 4275513

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26SAT (TO) 7870.4302 2520.0701

General information on the benchmark

NamePrimes/
Primes-m1-p10/Primes-10-20-3-3.xml
MD5SUMc75dc7691cc0d241760bec76a0a96dfe
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.0054810001
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":60}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":40},{"degree":1,"count":35},{"degree":2,"count":17},{"degree":3,"count":8}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":3},{"arity":4,"count":7},{"arity":5,"count":4},{"arity":6,"count":6}]
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-07-26
0.30/0.25	c seed: 484610770
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
0.66/0.51	c Parsing done, starting search...
7870.33/2520.02	s SATISFIABLE
7870.33/2520.02	v <instantiation>
7870.33/2520.02	v 	<list>
7870.33/2520.02	v 		x[2] x[3] x[4] x[5] x[7] x[9] x[12] x[13] x[14] x[15] x[17] x[19] x[20] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[33] x[36] x[37] x[39] x[40] x[44] x[46] x[48] x[49] x[50] x[51] x[53] x[55] x[56] x[59] x[60] x[61] x[64] x[65] x[67] x[68] x[69] x[70] x[71] x[72] x[74] x[75] x[76] x[77] x[79] x[80] x[82] x[83] x[84] x[88] x[90] x[92] x[93] x[95] x[99]
7870.33/2520.02	v 	</list>
7870.33/2520.02	v 	<values>
7870.33/2520.02	v 		28 17 7 6 2 4 14 29 19 28 24 3 3 17 18 26 18 25 28 21 23 24 4 23 29 21 22 27 2 11 2 10 12 5 2 23 2 29 13 29 23 29 4 11 3 29 24 4 24 7 2 14 26 5 10 29 2 9 2 27 
7870.33/2520.02	v 	</values>
7870.33/2520.02	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15240 MiB free)
  memory of node 1: 16384 MiB (15407 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275513-1502758897/watcher-4275513-1502758897 -o /tmp/evaluation-result-4275513-1502758897/solver-4275513-1502758897 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502755133-26005 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 484610770 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275513-1502758897.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26589, runsolver pid=26586

[startup+0.100136 s]*
/proc/loadavg: 7.29 8.11 8.25 2/198 26609
/proc/meminfo: memFree=31362736/32770624 swapFree=67108860/67108860
[pid=26589] ppid=26586 vsize=14325320 memory=34472 CPUtime=0.12 cores=0-7
/proc/26589/stat : 26589 (java) S 26586 26589 25978 0 -1 1077944320 8518 0 0 0 11 1 0 0 20 0 20 0 108978048 14669127680 8618 33554432000 4194304 4196468 140729687665680 140729687648224 139887488933623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
/proc/26589/statm: 3581330 8618 3412 1 0 3569050 0
[pid=26589/tid=26591] ppid=26586 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/26589/task/26591/stat : 26591 (java) R 26586 26589 25978 0 -1 4202560 6455 0 0 0 8 1 0 0 20 0 20 0 108978049 14669127680 8618 33554432000 4194304 4196468 140729687665680 139887493130768 139887488955549 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26592] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669127680 8618 33554432000 4194304 4196468 140729687665680 139887426533904 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26593] ppid=26586 vsize=14325320 memory=140485072438912 CPUtime=0 cores=0-7
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669127680 8618 33554432000 4194304 4196468 140729687665680 139887425481360 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26594] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669127680 8618 33554432000 4194304 4196468 140729687665680 139887424428304 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26595] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669127680 8618 33554432000 4194304 4196468 140729687665680 139887423375760 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26596] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669127680 8618 33554432000 4194304 4196468 140729687665680 139887422323728 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26597] ppid=26586 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669127680 8618 33554432000 4194304 4196468 140729687665680 139887079070864 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26598] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669127680 8618 33554432000 4194304 4196468 140729687665680 139887078017808 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26599] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 25978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108978049 14669127680 8618 33554432000 4194304 4196468 140729687665680 139887076965264 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26600] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978051 14669127680 8618 33554432000 4194304 4196468 140729687665680 139886586640624 139887488944770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26601] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 25978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108978051 14669127680 8618 33554432000 4194304 4196468 140729687665680 139886585586848 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26602] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 25978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108978052 14669127680 8618 33554432000 4194304 4196468 140729687665680 139886584533744 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26603] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 25978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108978054 14669127680 8618 33554432000 4194304 4196468 140729687665680 139886583482320 139887488952219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26604] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 25978 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 108978054 14669127680 8618 33554432000 4194304 4196468 140729687665680 139886582430448 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26605] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26605/stat : 26605 (java) S 26586 26589 25978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108978054 14669127680 8618 33554432000 4194304 4196468 140729687665680 139886581377904 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26606] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26606/stat : 26606 (java) S 26586 26589 25978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108978054 14669127680 8618 33554432000 4194304 4196468 140729687665680 139886580324848 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26607] ppid=26586 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/26589/task/26607/stat : 26607 (java) S 26586 26589 25978 0 -1 1077944384 373 0 0 0 2 0 0 0 20 0 20 0 108978054 14669127680 8618 33554432000 4194304 4196468 140729687665680 139886579272304 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26608] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26608/stat : 26608 (java) S 26586 26589 25978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108978054 14669127680 8618 33554432000 4194304 4196468 140729687665680 139886578219488 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26609] ppid=26586 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26589/task/26609/stat : 26609 (java) S 26586 26589 25978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108978054 14669127680 8618 33554432000 4194304 4196468 140729687665680 139886577167024 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34472 KiB

[startup+0.210483 s]*
/proc/loadavg: 7.29 8.11 8.25 3/198 26609
/proc/meminfo: memFree=31355016/32770624 swapFree=67108860/67108860
[pid=26589] ppid=26586 vsize=14325320 memory=43624 CPUtime=0.3 cores=0-7
/proc/26589/stat : 26589 (java) S 26586 26589 25978 0 -1 1077944320 9517 0 0 0 28 2 0 0 20 0 20 0 108978048 14669127680 10906 33554432000 4194304 4196468 140729687665680 140729687648224 139887488933623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
/proc/26589/statm: 3581330 10906 3613 1 0 3569050 0
[pid=26589/tid=26591] ppid=26586 vsize=14325320 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/26589/task/26591/stat : 26591 (java) R 26586 26589 25978 0 -1 4202560 7091 0 0 0 18 2 0 0 20 0 20 0 108978049 14669127680 10906 33554432000 4194304 4196468 140729687665680 139887493153680 139887473014110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26592] ppid=26586 vsize=14325320 memory=9251 CPUtime=0 cores=0-7
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669127680 10906 33554432000 4194304 4196468 140729687665680 139887426533904 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26593] ppid=26586 vsize=14325320 memory=3906785808544876192 CPUtime=0 cores=0-7
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669127680 10906 33554432000 4194304 4196468 140729687665680 139887425481360 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26594] ppid=26586 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669127680 10906 33554432000 4194304 4196468 140729687665680 139887424428304 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26595] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669127680 10906 33554432000 4194304 4196468 140729687665680 139887423375760 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26596] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669127680 10906 33554432000 4194304 4196468 140729687665680 139887422323728 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26597] ppid=26586 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669127680 10906 33554432000 4194304 4196468 140729687665680 139887079070864 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26598] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669127680 10906 33554432000 4194304 4196468 140729687665680 139887078017808 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26599] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 25978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108978049 14669127680 10906 33554432000 4194304 4196468 140729687665680 139887076965264 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26600] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 25978 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108978051 14669127680 10906 33554432000 4194304 4196468 140729687665680 139886586640624 139887488944770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26601] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 25978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108978051 14669127680 10906 33554432000 4194304 4196468 140729687665680 139886585586848 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26602] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 25978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108978052 14669127680 10906 33554432000 4194304 4196468 140729687665680 139886584533744 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26603] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 25978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108978054 14669127680 10906 33554432000 4194304 4196468 140729687665680 139886583482320 139887488952219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26604] ppid=26586 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 25978 0 -1 1077944384 574 0 0 0 1 0 0 0 20 0 20 0 108978054 14669127680 10906 33554432000 4194304 4196468 140729687665680 139886582430448 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26605] ppid=26586 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/26589/task/26605/stat : 26605 (java) S 26586 26589 25978 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 20 0 108978054 14669127680 10906 33554432000 4194304 4196468 140729687665680 139886581377904 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26606] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26606/stat : 26606 (java) S 26586 26589 25978 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 20 0 108978054 14669127680 10906 33554432000 4194304 4196468 140729687665680 139886580324848 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26607] ppid=26586 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/26589/task/26607/stat : 26607 (java) R 26586 26589 25978 0 -1 4202560 397 0 0 0 5 0 0 0 20 0 20 0 108978054 14669127680 10906 33554432000 4194304 4196468 140729687665680 139886579272304 139887467872932 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26608] ppid=26586 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26608/stat : 26608 (java) S 26586 26589 25978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108978054 14669127680 10906 33554432000 4194304 4196468 140729687665680 139886578219488 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26609] ppid=26586 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/26589/task/26609/stat : 26609 (java) S 26586 26589 25978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108978054 14669127680 10906 33554432000 4194304 4196468 140729687665680 139886577167024 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43624 KiB

[startup+0.310278 s]*
/proc/loadavg: 7.29 8.11 8.25 2/198 26609
/proc/meminfo: memFree=31348500/32770624 swapFree=67108860/67108860
[pid=26589] ppid=26586 vsize=14325340 memory=51276 CPUtime=0.49 cores=0-7
/proc/26589/stat : 26589 (java) S 26586 26589 25978 0 -1 1077944320 10546 0 0 0 46 3 0 0 20 0 20 0 108978048 14669148160 12819 33554432000 4194304 4196468 140729687665680 140729687648224 139887488933623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
/proc/26589/statm: 3581335 12819 3693 1 0 3569050 0
[pid=26589/tid=26591] ppid=26586 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/26589/task/26591/stat : 26591 (java) R 26586 26589 25978 0 -1 4202560 7650 0 0 0 27 2 0 0 20 0 20 0 108978049 14669148160 12819 33554432000 4194304 4196468 140729687665680 139887493158032 139887473153856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26592] ppid=26586 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669148160 12819 33554432000 4194304 4196468 140729687665680 139887426533904 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26593] ppid=26586 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669148160 12819 33554432000 4194304 4196468 140729687665680 139887425481360 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26594] ppid=26586 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669148160 12819 33554432000 4194304 4196468 140729687665680 139887424428304 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26595] ppid=26586 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669148160 12819 33554432000 4194304 4196468 140729687665680 139887423375760 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26596] ppid=26586 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669148160 12819 33554432000 4194304 4196468 140729687665680 139887422323728 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26597] ppid=26586 vsize=14325340 memory=140484957795247 CPUtime=0 cores=0-7
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669148160 12819 33554432000 4194304 4196468 140729687665680 139887079070864 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26598] ppid=26586 vsize=14325340 memory=140484957797552 CPUtime=0 cores=0-7
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14669148160 12819 33554432000 4194304 4196468 140729687665680 139887078017808 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26599] ppid=26586 vsize=14325340 memory=140484957799856 CPUtime=0 cores=0-7
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 25978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108978049 14669148160 12819 33554432000 4194304 4196468 140729687665680 139887076965264 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26600] ppid=26586 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 25978 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108978051 14669148160 12819 33554432000 4194304 4196468 140729687665680 139886586640624 139887488944770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26601] ppid=26586 vsize=14325340 memory=280969915606672 CPUtime=0 cores=0-7
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 25978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108978051 14669148160 12819 33554432000 4194304 4196468 140729687665680 139886585586848 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26602] ppid=26586 vsize=14325340 memory=280969915613584 CPUtime=0 cores=0-7
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 25978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108978052 14669148160 12819 33554432000 4194304 4196468 140729687665680 139886584533744 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26603] ppid=26586 vsize=14325340 memory=280969915554864 CPUtime=0 cores=0-7
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 25978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108978054 14669148160 12819 33554432000 4194304 4196468 140729687665680 139886583482320 139887488952219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26604] ppid=26586 vsize=14325340 memory=280969915627408 CPUtime=0.02 cores=0-7
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 25978 0 -1 1077944384 582 0 0 0 2 0 0 0 20 0 20 0 108978054 14669148160 12819 33554432000 4194304 4196468 140729687665680 139886582430448 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26605] ppid=26586 vsize=14325340 memory=280969915634320 CPUtime=0.04 cores=0-7
/proc/26589/task/26605/stat : 26605 (java) R 26586 26589 25978 0 -1 1077944384 200 0 0 0 4 0 0 0 20 0 20 0 108978054 14669148160 12819 33554432000 4194304 4196468 140729687665680 139886581377904 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26606] ppid=26586 vsize=14325340 memory=280969915632016 CPUtime=0.03 cores=0-7
/proc/26589/task/26606/stat : 26606 (java) S 26586 26589 25978 0 -1 1077944384 213 0 0 0 3 0 0 0 20 0 20 0 108978054 14669148160 12819 33554432000 4194304 4196468 140729687665680 139886580324848 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26607] ppid=26586 vsize=14325340 memory=280969915648624 CPUtime=0.08 cores=0-7
/proc/26589/task/26607/stat : 26607 (java) R 26586 26589 25978 0 -1 4202560 512 0 0 0 8 0 0 0 20 0 20 0 108978054 14669148160 12819 33554432000 4194304 4196468 140729687665680 139886579272304 139887488945558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26608] ppid=26586 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26608/stat : 26608 (java) S 26586 26589 25978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108978054 14669148160 12819 33554432000 4194304 4196468 140729687665680 139886578219488 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26609] ppid=26586 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/26589/task/26609/stat : 26609 (java) S 26586 26589 25978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108978054 14669148160 12819 33554432000 4194304 4196468 140729687665680 139886577167024 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51276 KiB

[startup+0.700964 s]
/proc/loadavg: 7.29 8.11 8.25 3/198 26609
/proc/meminfo: memFree=31334664/32770624 swapFree=67108860/67108860
[pid=26589] ppid=26586 vsize=14329436 memory=82932 CPUtime=1.08 cores=0-7
/proc/26589/stat : 26589 (java) S 26586 26589 25978 0 -1 1077944320 12851 0 0 0 103 5 0 0 20 0 20 0 108978048 14673342464 20733 33554432000 4194304 4196468 140729687665680 140729687648224 139887488933623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
/proc/26589/statm: 3582359 20733 3750 1 0 3570074 0
[pid=26589/tid=26591] ppid=26586 vsize=14329436 memory=0 CPUtime=0.66 cores=0-7
/proc/26589/task/26591/stat : 26591 (java) R 26586 26589 25978 0 -1 4202560 9400 0 0 0 63 3 0 0 20 0 20 0 108978049 14673342464 20733 33554432000 4194304 4196468 140729687665680 139887493169680 139887473014110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26592] ppid=26586 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14673342464 20733 33554432000 4194304 4196468 140729687665680 139887426533904 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26593] ppid=26586 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14673342464 20733 33554432000 4194304 4196468 140729687665680 139887425481360 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26594] ppid=26586 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14673342464 20733 33554432000 4194304 4196468 140729687665680 139887424428304 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26595] ppid=26586 vsize=14329436 memory=1224 CPUtime=0 cores=0-7
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14673342464 20733 33554432000 4194304 4196468 140729687665680 139887423375760 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26596] ppid=26586 vsize=14329436 memory=5792 CPUtime=0 cores=0-7
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14673342464 20733 33554432000 4194304 4196468 140729687665680 139887422323728 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26597] ppid=26586 vsize=14329436 memory=4620 CPUtime=0 cores=0-7
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14673342464 20733 33554432000 4194304 4196468 140729687665680 139887079070864 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26598] ppid=26586 vsize=14329436 memory=1200 CPUtime=0 cores=0-7
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 25978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108978049 14673342464 20733 33554432000 4194304 4196468 140729687665680 139887078017808 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26599] ppid=26586 vsize=14329436 memory=15876 CPUtime=0 cores=0-7
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 25978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108978049 14673342464 20733 33554432000 4194304 4196468 140729687665680 139887076965264 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26600] ppid=26586 vsize=14329436 memory=16236 CPUtime=0 cores=0-7
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 25978 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 108978051 14673342464 20733 33554432000 4194304 4196468 140729687665680 139886586640624 139887488944770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0

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

/proc/26589/task/26615/stat : 26615 (java) S 26586 26589 25978 0 -1 1077944384 119410 0 0 0 42264 2186 0 0 20 0 46 0 108978178 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886559517936 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26616] ppid=26586 vsize=16068328 memory=0 CPUtime=595.75 cores=0-7
/proc/26589/task/26616/stat : 26616 (java) S 26586 26589 25978 0 -1 1077944384 173932 0 0 0 56728 2847 0 0 20 0 46 0 108978178 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886558464880 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26617] ppid=26586 vsize=16068328 memory=0 CPUtime=553.99 cores=0-7
/proc/26589/task/26617/stat : 26617 (java) S 26586 26589 25978 0 -1 1077944384 152311 0 0 0 52718 2681 0 0 20 0 46 0 108978181 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886557412336 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26618] ppid=26586 vsize=16068328 memory=1424 CPUtime=682.79 cores=0-7
/proc/26589/task/26618/stat : 26618 (java) R 26586 26589 25978 0 -1 4202560 181972 0 0 0 64777 3502 0 0 20 0 46 0 108978181 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886556359280 139887488945558 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26619] ppid=26586 vsize=16068328 memory=8568 CPUtime=617.07 cores=0-7
/proc/26589/task/26619/stat : 26619 (java) S 26586 26589 25978 0 -1 1077944384 167358 0 0 0 58646 3061 0 0 20 0 46 0 108978181 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886555306736 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26620] ppid=26586 vsize=16068328 memory=1724 CPUtime=717.33 cores=0-7
/proc/26589/task/26620/stat : 26620 (java) S 26586 26589 25978 0 -1 1077944384 193003 0 0 0 68124 3609 0 0 20 0 46 0 108978181 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886554254704 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26621] ppid=26586 vsize=16068328 memory=7473644 CPUtime=469.98 cores=0-7
/proc/26589/task/26621/stat : 26621 (java) S 26586 26589 25978 0 -1 1077944384 122026 0 0 0 44708 2290 0 0 20 0 46 0 108978181 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886553202160 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26622] ppid=26586 vsize=16068328 memory=7473644 CPUtime=804.19 cores=0-7
/proc/26589/task/26622/stat : 26622 (java) R 26586 26589 25978 0 -1 4202560 224754 0 0 0 76434 3985 0 0 20 0 46 0 108978181 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886552149304 139887488945558 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26623] ppid=26586 vsize=16068328 memory=316786893088096522 CPUtime=87.7 cores=0-7
/proc/26589/task/26623/stat : 26623 (java) R 26586 26589 25978 0 -1 4202560 18056 0 0 0 6364 2406 0 0 20 0 46 0 108978183 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886551098960 139887488954970 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26624] ppid=26586 vsize=16068328 memory=7471596 CPUtime=84.08 cores=0-7
/proc/26589/task/26624/stat : 26624 (java) S 26586 26589 25978 0 -1 1077944384 17501 0 0 0 6343 2065 0 0 20 0 46 0 108978186 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886550045904 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26625] ppid=26586 vsize=16068328 memory=-4266093328290194108 CPUtime=80.09 cores=0-7
/proc/26589/task/26625/stat : 26625 (java) S 26586 26589 25978 0 -1 1077944384 18084 0 0 0 5995 2014 0 0 20 0 46 0 108978196 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886476612944 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26626] ppid=26586 vsize=16068328 memory=7473644 CPUtime=96.84 cores=0-7
/proc/26589/task/26626/stat : 26626 (java) S 26586 26589 25978 0 -1 1077944384 22469 0 0 0 7272 2412 0 0 20 0 46 0 108978197 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886475559888 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26627] ppid=26586 vsize=16068328 memory=7476836 CPUtime=94.67 cores=0-7
/proc/26589/task/26627/stat : 26627 (java) S 26586 26589 25978 0 -1 1077944384 17714 0 0 0 7495 1972 0 0 20 0 46 0 108978198 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886474507344 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26628] ppid=26586 vsize=16068328 memory=31196 CPUtime=100.79 cores=0-7
/proc/26589/task/26628/stat : 26628 (java) S 26586 26589 25978 0 -1 1077944384 20414 0 0 0 7554 2525 0 0 20 0 46 0 108978198 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886473455312 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26629] ppid=26586 vsize=16068328 memory=1296 CPUtime=73.2 cores=0-7
/proc/26589/task/26629/stat : 26629 (java) S 26586 26589 25978 0 -1 1077944384 18204 0 0 0 5731 1589 0 0 20 0 46 0 108978198 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886472402768 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26630] ppid=26586 vsize=16068328 memory=2404 CPUtime=73.57 cores=0-7
/proc/26589/task/26630/stat : 26630 (java) S 26586 26589 25978 0 -1 1077944384 17878 0 0 0 5471 1886 0 0 20 0 46 0 108978198 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886471349712 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26631] ppid=26586 vsize=16068328 memory=1732 CPUtime=115.37 cores=0-7
/proc/26589/task/26631/stat : 26631 (java) S 26586 26589 25978 0 -1 1077944384 24764 0 0 0 8561 2976 0 0 20 0 46 0 108978198 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886470297168 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26632] ppid=26586 vsize=16068328 memory=796 CPUtime=77.58 cores=0-7
/proc/26589/task/26632/stat : 26632 (java) S 26586 26589 25978 0 -1 1077944384 16573 0 0 0 5799 1959 0 0 20 0 46 0 108978198 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886469244112 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26633] ppid=26586 vsize=16068328 memory=1004 CPUtime=79.99 cores=0-7
/proc/26589/task/26633/stat : 26633 (java) S 26586 26589 25978 0 -1 1077944384 18112 0 0 0 6350 1649 0 0 20 0 46 0 108978198 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886468191568 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26634] ppid=26586 vsize=16068328 memory=1936 CPUtime=88.93 cores=0-7
/proc/26589/task/26634/stat : 26634 (java) S 26586 26589 25978 0 -1 1077944384 19975 0 0 0 6452 2441 0 0 20 0 46 0 108978203 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886467138512 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26635] ppid=26586 vsize=16068328 memory=1424 CPUtime=73.22 cores=0-7
/proc/26589/task/26635/stat : 26635 (java) S 26586 26589 25978 0 -1 1077944384 16385 0 0 0 5519 1803 0 0 20 0 46 0 108978203 16453967872 1869209 33554432000 4194304 4196468 140729687665680 139886466085968 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
Current children cumulated CPU time: 7816.58 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 7476836 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 3.21 2.56 2.82 6/224 26735
/proc/meminfo: memFree=23888172/32770624 swapFree=67108860/67108860
[pid=26589] ppid=26586 vsize=16068328 memory=7495368 CPUtime=7870.33 cores=0-7
/proc/26589/stat : 26589 (java) S 26586 26589 25978 0 -1 1077944320 6716009 0 0 0 715866 71167 0 0 20 0 46 0 108978048 16453967872 1873842 33554432000 4194304 4196468 140729687665680 140729687648224 139887488933623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
/proc/26589/statm: 4017082 1873842 3864 1 0 4004276 0
[pid=26589/tid=26591] ppid=26586 vsize=16068328 memory=6791534058613427641 CPUtime=1.29 cores=0-7
/proc/26589/task/26591/stat : 26591 (java) S 26586 26589 25978 0 -1 1077944384 12661 0 0 0 123 6 0 0 20 0 46 0 108978049 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139887493171328 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26592] ppid=26586 vsize=16068328 memory=4126316290023845779 CPUtime=92.26 cores=0-7
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 25978 0 -1 1077944384 564956 0 0 0 8977 249 0 0 20 0 46 0 108978049 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139887426533904 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 766 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26593] ppid=26586 vsize=16068328 memory=1232 CPUtime=92.31 cores=0-7
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 25978 0 -1 1077944384 571075 0 0 0 8974 257 0 0 20 0 46 0 108978049 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139887425481360 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 766 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26594] ppid=26586 vsize=16068328 memory=648 CPUtime=92.05 cores=0-7
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 25978 0 -1 1077944384 559292 0 0 0 8965 240 0 0 20 0 46 0 108978049 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139887424428304 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 775 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26595] ppid=26586 vsize=16068328 memory=1796 CPUtime=93.38 cores=0-7
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 25978 0 -1 1077944384 568578 0 0 0 9096 242 0 0 20 0 46 0 108978049 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139887423375760 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 766 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26596] ppid=26586 vsize=16068328 memory=7476932 CPUtime=92.23 cores=0-7
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 25978 0 -1 1077944384 572231 0 0 0 8983 240 0 0 20 0 46 0 108978049 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139887422323728 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 776 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26597] ppid=26586 vsize=16068328 memory=1692 CPUtime=92.18 cores=0-7
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 25978 0 -1 1077944384 552559 0 0 0 8972 246 0 0 20 0 46 0 108978049 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139887079070864 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 768 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26598] ppid=26586 vsize=16068328 memory=912 CPUtime=92.21 cores=0-7
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 25978 0 -1 1077944384 580524 0 0 0 8963 258 0 0 20 0 46 0 108978049 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139887078017808 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 769 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26599] ppid=26586 vsize=16068328 memory=4192 CPUtime=92.47 cores=0-7
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 25978 0 -1 1077944384 550656 0 0 0 8994 253 0 0 20 0 46 0 108978049 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139887076965264 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 764 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26600] ppid=26586 vsize=16068328 memory=1156 CPUtime=0.88 cores=0-7
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 25978 0 -1 1077944384 197351 0 0 0 65 23 0 0 20 0 46 0 108978051 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886586640624 139887488944770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26601] ppid=26586 vsize=16068328 memory=4644 CPUtime=0 cores=0-7
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 25978 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 46 0 108978051 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886585586912 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26602] ppid=26586 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 25978 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 46 0 108978052 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886584533760 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26603] ppid=26586 vsize=16068328 memory=7518873318870050666 CPUtime=0 cores=0-7
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 25978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 108978054 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886583482320 139887488952219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26604] ppid=26586 vsize=16068328 memory=7518873318870050666 CPUtime=1.14 cores=0-7
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 25978 0 -1 1077944384 10884 0 0 0 112 2 0 0 20 0 46 0 108978054 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886582430448 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26605] ppid=26586 vsize=16068328 memory=7518873318870050666 CPUtime=1.26 cores=0-7
/proc/26589/task/26605/stat : 26605 (java) S 26586 26589 25978 0 -1 1077944384 8974 0 0 0 123 3 0 0 20 0 46 0 108978054 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886581377904 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26606] ppid=26586 vsize=16068328 memory=7518873318870050666 CPUtime=1.16 cores=0-7
/proc/26589/task/26606/stat : 26606 (java) S 26586 26589 25978 0 -1 1077944384 7274 0 0 0 113 3 0 0 20 0 46 0 108978054 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886580324848 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26607] ppid=26586 vsize=16068328 memory=7518873318870050666 CPUtime=0.78 cores=0-7
/proc/26589/task/26607/stat : 26607 (java) S 26586 26589 25978 0 -1 1077944384 17850 0 0 0 75 3 0 0 20 0 46 0 108978054 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886579272304 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26608] ppid=26586 vsize=16068328 memory=7518873318870050666 CPUtime=0 cores=0-7
/proc/26589/task/26608/stat : 26608 (java) S 26586 26589 25978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 108978054 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886578219488 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26609] ppid=26586 vsize=16068328 memory=7518873318870050666 CPUtime=1.06 cores=0-7
/proc/26589/task/26609/stat : 26609 (java) S 26586 26589 25978 0 -1 1077944384 8803 0 0 0 72 34 0 0 20 0 46 0 108978054 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886577167024 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26610] ppid=26586 vsize=16068328 memory=6791534058613427641 CPUtime=796.03 cores=0-7
/proc/26589/task/26610/stat : 26610 (java) R 26586 26589 25978 0 -1 4202560 263375 0 0 0 69605 9998 0 0 20 0 46 0 108978156 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886566880096 139887488954970 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26611] ppid=26586 vsize=16068328 memory=1796 CPUtime=4.95 cores=0-7
/proc/26589/task/26611/stat : 26611 (java) S 26586 26589 25978 0 -1 1077944384 21890 0 0 0 274 221 0 0 20 0 46 0 108978168 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886565827488 139887488944770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26612] ppid=26586 vsize=16068328 memory=956 CPUtime=78.97 cores=0-7
/proc/26589/task/26612/stat : 26612 (java) S 26586 26589 25978 0 -1 1077944384 17420 0 0 0 5905 1992 0 0 20 0 46 0 108978177 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886562678480 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26613] ppid=26586 vsize=16068328 memory=2344 CPUtime=100.17 cores=0-7
/proc/26589/task/26613/stat : 26613 (java) S 26586 26589 25978 0 -1 1077944384 20388 0 0 0 7619 2398 0 0 20 0 46 0 108978178 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886561625936 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26614] ppid=26586 vsize=16068328 memory=928 CPUtime=86.07 cores=0-7
/proc/26589/task/26614/stat : 26614 (java) S 26586 26589 25978 0 -1 1077944384 18700 0 0 0 6250 2357 0 0 20 0 46 0 108978178 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886560572880 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26615] ppid=26586 vsize=16068328 memory=1576 CPUtime=447.23 cores=0-7
/proc/26589/task/26615/stat : 26615 (java) S 26586 26589 25978 0 -1 1077944384 119931 0 0 0 42523 2200 0 0 20 0 46 0 108978178 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886559517936 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26616] ppid=26586 vsize=16068328 memory=2236 CPUtime=597.12 cores=0-7
/proc/26589/task/26616/stat : 26616 (java) S 26586 26589 25978 0 -1 1077944384 174149 0 0 0 56859 2853 0 0 20 0 46 0 108978178 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886558464880 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26617] ppid=26586 vsize=16068328 memory=4316 CPUtime=556.57 cores=0-7
/proc/26589/task/26617/stat : 26617 (java) R 26586 26589 25978 0 -1 4202560 152729 0 0 0 52965 2692 0 0 20 0 46 0 108978181 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886557412336 139887488945558 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26618] ppid=26586 vsize=16068328 memory=2196 CPUtime=686.89 cores=0-7
/proc/26589/task/26618/stat : 26618 (java) R 26586 26589 25978 0 -1 4202560 182911 0 0 0 65166 3523 0 0 20 0 46 0 108978181 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886556359280 139887488945558 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26619] ppid=26586 vsize=16068328 memory=6760 CPUtime=620.01 cores=0-7
/proc/26589/task/26619/stat : 26619 (java) S 26586 26589 25978 0 -1 1077944384 167829 0 0 0 58928 3073 0 0 20 0 46 0 108978181 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886555306736 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26620] ppid=26586 vsize=16068328 memory=832 CPUtime=721.34 cores=0-7
/proc/26589/task/26620/stat : 26620 (java) S 26586 26589 25978 0 -1 1077944384 193782 0 0 0 68507 3627 0 0 20 0 46 0 108978181 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886554254704 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26621] ppid=26586 vsize=16068328 memory=4108 CPUtime=472.74 cores=0-7
/proc/26589/task/26621/stat : 26621 (java) S 26586 26589 25978 0 -1 1077944384 122442 0 0 0 44970 2304 0 0 20 0 46 0 108978181 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886553202160 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26622] ppid=26586 vsize=16068328 memory=1692 CPUtime=818.81 cores=0-7
/proc/26589/task/26622/stat : 26622 (java) S 26586 26589 25978 0 -1 1077944384 227962 0 0 0 77820 4061 0 0 20 0 46 0 108978181 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886552149104 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26623] ppid=26586 vsize=16068328 memory=912 CPUtime=89.56 cores=0-7
/proc/26589/task/26623/stat : 26623 (java) S 26586 26589 25978 0 -1 1077944384 18366 0 0 0 6503 2453 0 0 20 0 46 0 108978183 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886551098960 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26624] ppid=26586 vsize=16068328 memory=956 CPUtime=85.67 cores=0-7
/proc/26589/task/26624/stat : 26624 (java) S 26586 26589 25978 0 -1 1077944384 17598 0 0 0 6469 2098 0 0 20 0 46 0 108978186 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886550045904 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26625] ppid=26586 vsize=16068328 memory=2344 CPUtime=80.09 cores=0-7
/proc/26589/task/26625/stat : 26625 (java) S 26586 26589 25978 0 -1 1077944384 18084 0 0 0 5995 2014 0 0 20 0 46 0 108978196 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886476612944 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26626] ppid=26586 vsize=16068328 memory=928 CPUtime=97.6 cores=0-7
/proc/26589/task/26626/stat : 26626 (java) S 26586 26589 25978 0 -1 1077944384 22549 0 0 0 7330 2430 0 0 20 0 46 0 108978197 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886475559888 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26627] ppid=26586 vsize=16068328 memory=1576 CPUtime=94.67 cores=0-7
/proc/26589/task/26627/stat : 26627 (java) S 26586 26589 25978 0 -1 1077944384 17718 0 0 0 7495 1972 0 0 20 0 46 0 108978198 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886474507344 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26628] ppid=26586 vsize=16068328 memory=2236 CPUtime=100.79 cores=0-7
/proc/26589/task/26628/stat : 26628 (java) S 26586 26589 25978 0 -1 1077944384 20419 0 0 0 7554 2525 0 0 20 0 46 0 108978198 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886473455312 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26629] ppid=26586 vsize=16068328 memory=4316 CPUtime=73.2 cores=0-7
/proc/26589/task/26629/stat : 26629 (java) S 26586 26589 25978 0 -1 1077944384 18204 0 0 0 5731 1589 0 0 20 0 46 0 108978198 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886472402768 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26630] ppid=26586 vsize=16068328 memory=2196 CPUtime=73.57 cores=0-7
/proc/26589/task/26630/stat : 26630 (java) S 26586 26589 25978 0 -1 1077944384 17878 0 0 0 5471 1886 0 0 20 0 46 0 108978198 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886471349712 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26631] ppid=26586 vsize=16068328 memory=6760 CPUtime=116.98 cores=0-7
/proc/26589/task/26631/stat : 26631 (java) S 26586 26589 25978 0 -1 1077944384 24986 0 0 0 8687 3011 0 0 20 0 46 0 108978198 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886470297168 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26632] ppid=26586 vsize=16068328 memory=832 CPUtime=77.58 cores=0-7
/proc/26589/task/26632/stat : 26632 (java) S 26586 26589 25978 0 -1 1077944384 16573 0 0 0 5799 1959 0 0 20 0 46 0 108978198 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886469244112 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26633] ppid=26586 vsize=16068328 memory=4108 CPUtime=83.83 cores=0-7
/proc/26589/task/26633/stat : 26633 (java) R 26586 26589 25978 0 -1 4202560 18596 0 0 0 6649 1734 0 0 20 0 46 0 108978198 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886468191568 139887488945558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26634] ppid=26586 vsize=16068328 memory=1692 CPUtime=88.93 cores=0-7
/proc/26589/task/26634/stat : 26634 (java) S 26586 26589 25978 0 -1 1077944384 19975 0 0 0 6452 2441 0 0 20 0 46 0 108978203 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886467138512 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
[pid=26589/tid=26635] ppid=26586 vsize=16068328 memory=912 CPUtime=73.9 cores=0-7
/proc/26589/task/26635/stat : 26635 (java) S 26586 26589 25978 0 -1 1077944384 16472 0 0 0 5573 1817 0 0 20 0 46 0 108978203 16453967872 1873842 33554432000 4194304 4196468 140729687665680 139886466085968 139887488943829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32301056 140729687671906 140729687672091 140729687672091 140729687674831 0
Current children cumulated CPU time: 7870.33 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 7495368 KiB

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

[startup+2520.07 s]
# the end of solver process 26589 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7158.69 s, system=711.735 s

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

Child status: 143
Real time (s): 2520.07
CPU time (s): 7870.43
CPU user time (s): 7158.69
CPU system time (s): 711.735
CPU usage (%): 312.309
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 7495368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7158.69
system time used= 711.735
maximum resident set size= 7496024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6716952
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 299278073
involuntary context switches= 62035


# summary of solver processes directly reported to runsolver:
#   pid: 26589
#   total CPU time (s): 7870.43
#   total CPU user time (s): 7158.69
#   total CPU system time (s): 711.735

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.9316 second user time and 33.2322 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-15 02:47:19
IDJOB=4275513
IDBENCH=133437
IDSOLVER=2668
FILE ID=node102/4275513-1502758897
RUNJOBID= node102-1502755133-26005
PBS_JOBID= 20629082
Free space on /tmp= 61912 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Primes/Primes-m1-p10/Primes-10-20-3-3.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275513-1502758897/watcher-4275513-1502758897 -o /tmp/evaluation-result-4275513-1502758897/solver-4275513-1502758897 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502755133-26005 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 484610770 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275513-1502758897.xml

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

MD5SUM BENCH= c75dc7691cc0d241760bec76a0a96dfe
RANDOM SEED=484610770

node102.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.35
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.35
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.35
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.35
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:        31384156 kB
MemAvailable:   31982040 kB
Buffers:          163100 kB
Cached:           717420 kB
SwapCached:            0 kB
Active:           710256 kB
Inactive:         222416 kB
Active(anon):       4916 kB
Inactive(anon):    75040 kB
Active(file):     705340 kB
Inactive(file):   147376 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42444 kB
Writeback:             0 kB
AnonPages:         57728 kB
Mapped:            44520 kB
Shmem:             25228 kB
Slab:             148800 kB
SReclaimable:     122004 kB
SUnreclaim:        26796 kB
KernelStack:        3264 kB
PageTables:         5304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324964 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:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61868 MiB
End job on node102 at 2017-08-15 03:29:19