Trace number 4285553

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 16.059799 7.3036499

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20/
TravellingSalesman-20-076_X2.xml
MD5SUM63d95fcac4968a6897becae9cdc29854
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.6216102
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":183,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree20
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":39},{"degree":20,"count":20}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":210},{"arity":3,"count":20}]
Number of extensional constraints230
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":230}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-08-22
0.29/0.25	c seed: 1261698483
0.29/0.26	c timeout: 20160
0.29/0.26	c memlimit: 22000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
1.23/0.70	c Parsing done, starting search...
15.46/7.27	s SATISFIABLE
15.46/7.28	v <instantiation>
15.46/7.28	v 	<list>
15.46/7.28	v 		w3 w4 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18]
15.46/7.28	v 	</list>
15.46/7.28	v 	<values>
15.46/7.28	v 		182 0 5 10 2 15 13 7 19 9 14 8 12 3 20 18 16 17 1 4 11 6 2 5 3 3 24 18 17 11 5 8 13 22 26 3 3 4 0 3 4 8 7 10 13 37 55 72 83 88 96 109 131 157 160 163 167 167 170 174 182 
15.46/7.28	v 	</values>
15.46/7.28	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 (11516 MiB free)
  memory of node 1: 16384 MiB (11411 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285553-1503449383/watcher-4285553-1503449383 -o /tmp/evaluation-result-4285553-1503449383/solver-4285553-1503449383 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1503440582-24764 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1261698483 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285553-1503449383.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=25587, runsolver pid=25584

[startup+0.100758 s]*
/proc/loadavg: 6.16 8.16 8.52 1/198 25607
/proc/meminfo: memFree=23459968/32770624 swapFree=67108860/67108860
[pid=25587] ppid=25584 vsize=26000852 memory=32776 CPUtime=0.13 cores=0-7
/proc/25587/stat : 25587 (java) S 25584 25587 24737 0 -1 1077944320 8600 0 0 0 11 2 0 0 20 0 20 0 178018929 26624872448 8194 33554432000 4194304 4196468 140727797314048 140727797296592 139916659691255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
/proc/25587/statm: 6500213 8194 3411 1 0 6487932 0
[pid=25587/tid=25589] ppid=25584 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/25587/task/25589/stat : 25589 (java) R 25584 25587 24737 0 -1 4202560 6546 0 0 0 8 1 0 0 20 0 20 0 178018929 26624872448 8194 33554432000 4194304 4196468 140727797314048 139916663906288 139916643771742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25590] ppid=25584 vsize=26000852 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/25587/task/25590/stat : 25590 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26624872448 8194 33554432000 4194304 4196468 140727797314048 139916616243984 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25591] ppid=25584 vsize=26000852 memory=139968831555200 CPUtime=0 cores=0-7
/proc/25587/task/25591/stat : 25591 (java) S 25584 25587 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178018930 26624872448 8194 33554432000 4194304 4196468 140727797314048 139916615191440 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25592] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25592/stat : 25592 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26624872448 8194 33554432000 4194304 4196468 140727797314048 139916614138896 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25593] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25593/stat : 25593 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26624872448 8194 33554432000 4194304 4196468 140727797314048 139916214926480 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25594] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25594/stat : 25594 (java) S 25584 25587 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178018930 26624872448 8194 33554432000 4194304 4196468 140727797314048 139916213872912 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25595] ppid=25584 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/25587/task/25595/stat : 25595 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26624872448 8194 33554432000 4194304 4196468 140727797314048 139916212820368 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25596] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25596/stat : 25596 (java) S 25584 25587 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178018930 26624872448 8194 33554432000 4194304 4196468 140727797314048 139916211767824 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25597] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25597/stat : 25597 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26624872448 8194 33554432000 4194304 4196468 140727797314048 139916210715280 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25598] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25598/stat : 25598 (java) S 25584 25587 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178018931 26624872448 8194 33554432000 4194304 4196468 140727797314048 139914998954480 139916659702402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25599] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25599/stat : 25599 (java) S 25584 25587 24737 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178018932 26624872448 8194 33554432000 4194304 4196468 140727797314048 139914997900704 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25600] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25600/stat : 25600 (java) S 25584 25587 24737 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178018932 26624872448 8194 33554432000 4194304 4196468 140727797314048 139914996848112 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25601] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25601/stat : 25601 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018934 26624872448 8194 33554432000 4194304 4196468 140727797314048 139914995796688 139916659709851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25602] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25602/stat : 25602 (java) S 25584 25587 24737 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 178018935 26624872448 8194 33554432000 4194304 4196468 140727797314048 139914994743280 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25603] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25603/stat : 25603 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018935 26624872448 8194 33554432000 4194304 4196468 140727797314048 139914993690736 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25604] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25604/stat : 25604 (java) S 25584 25587 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178018935 26624872448 8194 33554432000 4194304 4196468 140727797314048 139914992638192 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25605] ppid=25584 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/25587/task/25605/stat : 25605 (java) S 25584 25587 24737 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 20 0 178018935 26624872448 8194 33554432000 4194304 4196468 140727797314048 139914991585648 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25606] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25606/stat : 25606 (java) S 25584 25587 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178018935 26624872448 8194 33554432000 4194304 4196468 140727797314048 139914990533344 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25607] ppid=25584 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/25587/task/25607/stat : 25607 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018935 26624872448 8194 33554432000 4194304 4196468 140727797314048 139914989480880 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 32776 KiB

[startup+0.21043 s]*
/proc/loadavg: 6.16 8.16 8.52 3/198 25607
/proc/meminfo: memFree=23449484/32770624 swapFree=67108860/67108860
[pid=25587] ppid=25584 vsize=26000852 memory=41660 CPUtime=0.29 cores=0-7
/proc/25587/stat : 25587 (java) S 25584 25587 24737 0 -1 1077944320 9600 0 0 0 27 2 0 0 20 0 20 0 178018929 26624872448 10415 33554432000 4194304 4196468 140727797314048 140727797296592 139916659691255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
/proc/25587/statm: 6500213 10415 3589 1 0 6487932 0
[pid=25587/tid=25589] ppid=25584 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/25587/task/25589/stat : 25589 (java) R 25584 25587 24737 0 -1 4202560 7169 0 0 0 18 1 0 0 20 0 20 0 178018929 26624872448 10415 33554432000 4194304 4196468 140727797314048 139916663896592 139916643771742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25590] ppid=25584 vsize=26000852 memory=9203 CPUtime=0 cores=0-7
/proc/25587/task/25590/stat : 25590 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26624872448 10415 33554432000 4194304 4196468 140727797314048 139916616243984 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25591] ppid=25584 vsize=26000852 memory=288370344983266944 CPUtime=0 cores=0-7
/proc/25587/task/25591/stat : 25591 (java) S 25584 25587 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178018930 26624872448 10415 33554432000 4194304 4196468 140727797314048 139916615191440 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25592] ppid=25584 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/25587/task/25592/stat : 25592 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26624872448 10415 33554432000 4194304 4196468 140727797314048 139916614138896 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25593] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25593/stat : 25593 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26624872448 10415 33554432000 4194304 4196468 140727797314048 139916214926480 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25594] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25594/stat : 25594 (java) S 25584 25587 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178018930 26624872448 10415 33554432000 4194304 4196468 140727797314048 139916213872912 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25595] ppid=25584 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/25587/task/25595/stat : 25595 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26624872448 10415 33554432000 4194304 4196468 140727797314048 139916212820368 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25596] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25596/stat : 25596 (java) S 25584 25587 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178018930 26624872448 10415 33554432000 4194304 4196468 140727797314048 139916211767824 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25597] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25597/stat : 25597 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26624872448 10415 33554432000 4194304 4196468 140727797314048 139916210715280 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25598] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25598/stat : 25598 (java) S 25584 25587 24737 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178018931 26624872448 10415 33554432000 4194304 4196468 140727797314048 139914998954480 139916659702402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25599] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25599/stat : 25599 (java) S 25584 25587 24737 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178018932 26624872448 10415 33554432000 4194304 4196468 140727797314048 139914997900704 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25600] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25600/stat : 25600 (java) S 25584 25587 24737 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178018932 26624872448 10415 33554432000 4194304 4196468 140727797314048 139914996848112 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25601] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25601/stat : 25601 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018934 26624872448 10415 33554432000 4194304 4196468 140727797314048 139914995796688 139916659709851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25602] ppid=25584 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/25587/task/25602/stat : 25602 (java) S 25584 25587 24737 0 -1 1077944384 438 0 0 0 1 0 0 0 20 0 20 0 178018935 26624872448 10415 33554432000 4194304 4196468 140727797314048 139914994743280 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25603] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25603/stat : 25603 (java) S 25584 25587 24737 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 178018935 26624872448 10415 33554432000 4194304 4196468 140727797314048 139914993690736 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25604] ppid=25584 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/25587/task/25604/stat : 25604 (java) S 25584 25587 24737 0 -1 1077944384 192 0 0 0 1 0 0 0 20 0 20 0 178018935 26624872448 10415 33554432000 4194304 4196468 140727797314048 139914992638192 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25605] ppid=25584 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/25587/task/25605/stat : 25605 (java) S 25584 25587 24737 0 -1 1077944384 393 0 0 0 5 0 0 0 20 0 20 0 178018935 26624872448 10415 33554432000 4194304 4196468 140727797314048 139914991585648 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25606] ppid=25584 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25606/stat : 25606 (java) S 25584 25587 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178018935 26624872448 10415 33554432000 4194304 4196468 140727797314048 139914990533344 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25607] ppid=25584 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/25587/task/25607/stat : 25607 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018935 26624872448 10415 33554432000 4194304 4196468 140727797314048 139914989480880 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 41660 KiB

[startup+0.310134 s]*
/proc/loadavg: 6.16 8.16 8.52 3/198 25607
/proc/meminfo: memFree=23442024/32770624 swapFree=67108860/67108860
[pid=25587] ppid=25584 vsize=26000872 memory=49584 CPUtime=0.47 cores=0-7
/proc/25587/stat : 25587 (java) S 25584 25587 24737 0 -1 1077944320 10645 0 0 0 44 3 0 0 20 0 20 0 178018929 26624892928 12396 33554432000 4194304 4196468 140727797314048 140727797296592 139916659691255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
/proc/25587/statm: 6500218 12396 3714 1 0 6487932 0
[pid=25587/tid=25589] ppid=25584 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/25587/task/25589/stat : 25589 (java) R 25584 25587 24737 0 -1 4202560 7734 0 0 0 27 2 0 0 20 0 20 0 178018929 26624892928 12396 33554432000 4194304 4196468 140727797314048 139916663922208 139916643734885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25590] ppid=25584 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25590/stat : 25590 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26624892928 12396 33554432000 4194304 4196468 140727797314048 139916616243984 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25591] ppid=25584 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25591/stat : 25591 (java) S 25584 25587 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178018930 26624892928 12396 33554432000 4194304 4196468 140727797314048 139916615191440 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25592] ppid=25584 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25592/stat : 25592 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26624892928 12396 33554432000 4194304 4196468 140727797314048 139916614138896 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25593] ppid=25584 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25593/stat : 25593 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26624892928 12396 33554432000 4194304 4196468 140727797314048 139916214926480 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25594] ppid=25584 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/25587/task/25594/stat : 25594 (java) S 25584 25587 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178018930 26624892928 12396 33554432000 4194304 4196468 140727797314048 139916213872912 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25595] ppid=25584 vsize=26000872 memory=139968689304495 CPUtime=0 cores=0-7
/proc/25587/task/25595/stat : 25595 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26624892928 12396 33554432000 4194304 4196468 140727797314048 139916212820368 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25596] ppid=25584 vsize=26000872 memory=139968689306800 CPUtime=0 cores=0-7
/proc/25587/task/25596/stat : 25596 (java) S 25584 25587 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178018930 26624892928 12396 33554432000 4194304 4196468 140727797314048 139916211767824 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25597] ppid=25584 vsize=26000872 memory=139968689309104 CPUtime=0 cores=0-7
/proc/25587/task/25597/stat : 25597 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26624892928 12396 33554432000 4194304 4196468 140727797314048 139916210715280 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25598] ppid=25584 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25598/stat : 25598 (java) S 25584 25587 24737 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178018931 26624892928 12396 33554432000 4194304 4196468 140727797314048 139914998954480 139916659702402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25599] ppid=25584 vsize=26000872 memory=279937378625168 CPUtime=0 cores=0-7
/proc/25587/task/25599/stat : 25599 (java) S 25584 25587 24737 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 178018932 26624892928 12396 33554432000 4194304 4196468 140727797314048 139914997900704 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25600] ppid=25584 vsize=26000872 memory=279937378632080 CPUtime=0 cores=0-7
/proc/25587/task/25600/stat : 25600 (java) S 25584 25587 24737 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 178018932 26624892928 12396 33554432000 4194304 4196468 140727797314048 139914996848112 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25601] ppid=25584 vsize=26000872 memory=279937378573360 CPUtime=0 cores=0-7
/proc/25587/task/25601/stat : 25601 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018934 26624892928 12396 33554432000 4194304 4196468 140727797314048 139914995796688 139916659709851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25602] ppid=25584 vsize=26000872 memory=279937378645904 CPUtime=0.03 cores=0-7
/proc/25587/task/25602/stat : 25602 (java) S 25584 25587 24737 0 -1 1077944384 608 0 0 0 3 0 0 0 20 0 20 0 178018935 26624892928 12396 33554432000 4194304 4196468 140727797314048 139914994743280 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25603] ppid=25584 vsize=26000872 memory=279937378652816 CPUtime=0.03 cores=0-7
/proc/25587/task/25603/stat : 25603 (java) S 25584 25587 24737 0 -1 1077944384 303 0 0 0 3 0 0 0 20 0 20 0 178018935 26624892928 12396 33554432000 4194304 4196468 140727797314048 139914993690736 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25604] ppid=25584 vsize=26000872 memory=279937378650512 CPUtime=0.02 cores=0-7
/proc/25587/task/25604/stat : 25604 (java) S 25584 25587 24737 0 -1 1077944384 199 0 0 0 2 0 0 0 20 0 20 0 178018935 26624892928 12396 33554432000 4194304 4196468 140727797314048 139914992638192 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25605] ppid=25584 vsize=26000872 memory=279937378667120 CPUtime=0.07 cores=0-7
/proc/25587/task/25605/stat : 25605 (java) S 25584 25587 24737 0 -1 1077944384 416 0 0 0 7 0 0 0 20 0 20 0 178018935 26624892928 12396 33554432000 4194304 4196468 140727797314048 139914991585648 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25606] ppid=25584 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25606/stat : 25606 (java) S 25584 25587 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178018935 26624892928 12396 33554432000 4194304 4196468 140727797314048 139914990533344 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25607] ppid=25584 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/25587/task/25607/stat : 25607 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018935 26624892928 12396 33554432000 4194304 4196468 140727797314048 139914989480880 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49584 KiB

[startup+0.700891 s]
/proc/loadavg: 6.16 8.16 8.52 3/198 25607
/proc/meminfo: memFree=23430376/32770624 swapFree=67108860/67108860
[pid=25587] ppid=25584 vsize=26002920 memory=105768 CPUtime=1.64 cores=0-7
/proc/25587/stat : 25587 (java) S 25584 25587 24737 0 -1 1077944320 15432 0 0 0 158 6 0 0 20 0 20 0 178018929 26626990080 26442 33554432000 4194304 4196468 140727797314048 140727797296592 139916659691255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
/proc/25587/statm: 6500730 26442 3772 1 0 6488444 0
[pid=25587/tid=25589] ppid=25584 vsize=26002920 memory=0 CPUtime=0.67 cores=0-7
/proc/25587/task/25589/stat : 25589 (java) R 25584 25587 24737 0 -1 4202560 8595 0 0 0 64 3 0 0 20 0 20 0 178018929 26626990080 26442 33554432000 4194304 4196468 140727797314048 139916663926800 139916659713181 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25590] ppid=25584 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25590/stat : 25590 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26626990080 26442 33554432000 4194304 4196468 140727797314048 139916616243984 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25591] ppid=25584 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25591/stat : 25591 (java) S 25584 25587 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 178018930 26626990080 26442 33554432000 4194304 4196468 140727797314048 139916615191440 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25592] ppid=25584 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25592/stat : 25592 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26626990080 26442 33554432000 4194304 4196468 140727797314048 139916614138896 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25593] ppid=25584 vsize=26002920 memory=1860 CPUtime=0 cores=0-7
/proc/25587/task/25593/stat : 25593 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26626990080 26442 33554432000 4194304 4196468 140727797314048 139916214926480 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25594] ppid=25584 vsize=26002920 memory=8744 CPUtime=0 cores=0-7
/proc/25587/task/25594/stat : 25594 (java) S 25584 25587 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178018930 26626990080 26442 33554432000 4194304 4196468 140727797314048 139916213872912 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25595] ppid=25584 vsize=26002920 memory=4620 CPUtime=0 cores=0-7
/proc/25587/task/25595/stat : 25595 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26626990080 26442 33554432000 4194304 4196468 140727797314048 139916212820368 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25596] ppid=25584 vsize=26002920 memory=1196 CPUtime=0 cores=0-7
/proc/25587/task/25596/stat : 25596 (java) S 25584 25587 24737 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 178018930 26626990080 26442 33554432000 4194304 4196468 140727797314048 139916211767824 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25597] ppid=25584 vsize=26002920 memory=15688 CPUtime=0 cores=0-7
/proc/25587/task/25597/stat : 25597 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 178018930 26626990080 26442 33554432000 4194304 4196468 140727797314048 139916210715280 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25598] ppid=25584 vsize=26002920 memory=18192 CPUtime=0 cores=0-7
/proc/25587/task/25598/stat : 25598 (java) S 25584 25587 24737 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 178018931 26626990080 26442 33554432000 4194304 4196468 140727797314048 139914998954480 139916659702402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0

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

[pid=25587/tid=25604] ppid=25584 vsize=26142192 memory=279937378700208 CPUtime=1.01 cores=0-7
/proc/25587/task/25604/stat : 25604 (java) S 25584 25587 24737 0 -1 1077944384 4336 0 0 0 99 2 0 0 20 0 22 0 178018935 26769604608 62427 33554432000 4194304 4196468 140727797314048 139914992638192 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25605] ppid=25584 vsize=26142192 memory=0 CPUtime=0.66 cores=0-7
/proc/25587/task/25605/stat : 25605 (java) S 25584 25587 24737 0 -1 1077944384 6915 0 0 0 65 1 0 0 20 0 22 0 178018935 26769604608 62470 33554432000 4194304 4196468 140727797314048 139914991585648 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 62 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25606] ppid=25584 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25606/stat : 25606 (java) S 25584 25587 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 178018935 26769604608 62470 33554432000 4194304 4196468 140727797314048 139914990533344 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25607] ppid=25584 vsize=26142192 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25607/stat : 25607 (java) S 25584 25587 24737 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 22 0 178018935 26769604608 62470 33554432000 4194304 4196468 140727797314048 139914989480880 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 70 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
Current children cumulated CPU time: 9.74 s
Current children cumulated vsize: 26142192 KiB
Current children cumulated memory: 249708 KiB

[startup+6.80076 s]
/proc/loadavg: 5.75 8.04 8.48 1/198 25607
/proc/meminfo: memFree=23250976/32770624 swapFree=67108860/67108860
[pid=25587] ppid=25584 vsize=27743860 memory=295988 CPUtime=12.28 cores=0-7
/proc/25587/stat : 25587 (java) S 25584 25587 24737 0 -1 1077944320 39578 0 0 0 1199 29 0 0 20 0 46 0 178018929 28409712640 73997 33554432000 4194304 4196468 140727797314048 140727797296592 139916659691255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
/proc/25587/statm: 6935965 73997 3839 1 0 6923158 0
[pid=25587/tid=25589] ppid=25584 vsize=27743860 memory=1012 CPUtime=5.83 cores=0-7
/proc/25587/task/25589/stat : 25589 (java) S 25584 25587 24737 0 -1 1077944384 14145 0 0 0 576 7 0 0 20 0 46 0 178018929 28409712640 73997 33554432000 4194304 4196468 140727797314048 139916663928960 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 56 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25590] ppid=25584 vsize=27743860 memory=1716 CPUtime=0.02 cores=0-7
/proc/25587/task/25590/stat : 25590 (java) S 25584 25587 24737 0 -1 1077944384 103 0 0 0 1 1 0 0 20 0 46 0 178018930 28409712640 73997 33554432000 4194304 4196468 140727797314048 139916616243984 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25591] ppid=25584 vsize=27743860 memory=1860 CPUtime=0.03 cores=0-7
/proc/25587/task/25591/stat : 25591 (java) S 25584 25587 24737 0 -1 1077944384 55 0 0 0 2 1 0 0 20 0 46 0 178018930 28409712640 73997 33554432000 4194304 4196468 140727797314048 139916615191440 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25592] ppid=25584 vsize=27743860 memory=8744 CPUtime=0.03 cores=0-7
/proc/25587/task/25592/stat : 25592 (java) S 25584 25587 24737 0 -1 1077944384 118 0 0 0 2 1 0 0 20 0 46 0 178018930 28409712640 73997 33554432000 4194304 4196468 140727797314048 139916614138896 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25593] ppid=25584 vsize=27743860 memory=4620 CPUtime=0.03 cores=0-7
/proc/25587/task/25593/stat : 25593 (java) S 25584 25587 24737 0 -1 1077944384 522 0 0 0 2 1 0 0 20 0 46 0 178018930 28409712640 73997 33554432000 4194304 4196468 140727797314048 139916214926480 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25594] ppid=25584 vsize=27743860 memory=1196 CPUtime=0.03 cores=0-7
/proc/25587/task/25594/stat : 25594 (java) S 25584 25587 24737 0 -1 1077944384 50 0 0 0 2 1 0 0 20 0 46 0 178018930 28409712640 73997 33554432000 4194304 4196468 140727797314048 139916213872912 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25595] ppid=25584 vsize=27743860 memory=15688 CPUtime=0.02 cores=0-7
/proc/25587/task/25595/stat : 25595 (java) S 25584 25587 24737 0 -1 1077944384 189 0 0 0 1 1 0 0 20 0 46 0 178018930 28409712640 73997 33554432000 4194304 4196468 140727797314048 139916212820368 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25596] ppid=25584 vsize=27743860 memory=18192 CPUtime=0.02 cores=0-7
/proc/25587/task/25596/stat : 25596 (java) S 25584 25587 24737 0 -1 1077944384 156 0 0 0 2 0 0 0 20 0 46 0 178018930 28409712640 73997 33554432000 4194304 4196468 140727797314048 139916211767824 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25597] ppid=25584 vsize=27743860 memory=28156 CPUtime=0.03 cores=0-7
/proc/25587/task/25597/stat : 25597 (java) S 25584 25587 24737 0 -1 1077944384 108 0 0 0 2 1 0 0 20 0 46 0 178018930 28409712640 73997 33554432000 4194304 4196468 140727797314048 139916210715280 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25598] ppid=25584 vsize=27743860 memory=4048 CPUtime=0.02 cores=0-7
/proc/25587/task/25598/stat : 25598 (java) S 25584 25587 24737 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 46 0 178018931 28409712640 73997 33554432000 4194304 4196468 140727797314048 139914998954480 139916659702402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25599] ppid=25584 vsize=27743860 memory=56 CPUtime=0 cores=0-7
/proc/25587/task/25599/stat : 25599 (java) S 25584 25587 24737 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 46 0 178018932 28409712640 73997 33554432000 4194304 4196468 140727797314048 139914997900768 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25600] ppid=25584 vsize=27743860 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/25587/task/25600/stat : 25600 (java) S 25584 25587 24737 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 46 0 178018932 28409712640 73997 33554432000 4194304 4196468 140727797314048 139914996848128 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25601] ppid=25584 vsize=27743860 memory=14412618299345479 CPUtime=0 cores=0-7
/proc/25587/task/25601/stat : 25601 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 178018934 28409712640 73997 33554432000 4194304 4196468 140727797314048 139914995796688 139916659709851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25602] ppid=25584 vsize=27743860 memory=0 CPUtime=1.33 cores=0-7
/proc/25587/task/25602/stat : 25602 (java) R 25584 25587 24737 0 -1 4202560 5900 0 0 0 131 2 0 0 20 0 46 0 178018935 28409712640 73997 33554432000 4194304 4196468 140727797314048 139914994736304 139916644572511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25603] ppid=25584 vsize=27743860 memory=0 CPUtime=1.25 cores=0-7
/proc/25587/task/25603/stat : 25603 (java) R 25584 25587 24737 0 -1 4202560 3667 0 0 0 124 1 0 0 20 0 46 0 178018935 28409712640 73997 33554432000 4194304 4196468 140727797314048 139914993683928 139916637857088 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25604] ppid=25584 vsize=27743860 memory=0 CPUtime=1.25 cores=0-7
/proc/25587/task/25604/stat : 25604 (java) R 25584 25587 24737 0 -1 4202560 4379 0 0 0 123 2 0 0 20 0 46 0 178018935 28409712640 73997 33554432000 4194304 4196468 140727797314048 139914992627456 139916641212537 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25605] ppid=25584 vsize=27743860 memory=9665 CPUtime=0.8 cores=0-7
/proc/25587/task/25605/stat : 25605 (java) R 25584 25587 24737 0 -1 1077944384 7253 0 0 0 79 1 0 0 20 0 46 0 178018935 28409712640 73997 33554432000 4194304 4196468 140727797314048 139914991583440 139916659701461 0 4 0 16800975 0 0 0 -1 4 0 0 62 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25606] ppid=25584 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25606/stat : 25606 (java) S 25584 25587 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 178018935 28409712640 73997 33554432000 4194304 4196468 140727797314048 139914990533344 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25607] ppid=25584 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25607/stat : 25607 (java) R 25584 25587 24737 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 46 0 178018935 28409712640 73997 33554432000 4194304 4196468 140727797314048 139914989480880 139916659702402 0 4 0 16800975 0 0 0 -1 2 0 0 70 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
Current children cumulated CPU time: 12.28 s
Current children cumulated vsize: 27743860 KiB
Current children cumulated memory: 295988 KiB

[startup+7.20152 s]
/proc/loadavg: 5.61 7.98 8.46 26/224 25633
/proc/meminfo: memFree=23190828/32770624 swapFree=67108860/67108860
[pid=25587] ppid=25584 vsize=27743860 memory=299320 CPUtime=15.46 cores=0-7
/proc/25587/stat : 25587 (java) S 25584 25587 24737 0 -1 1077944320 40504 0 0 0 1516 30 0 0 20 0 46 0 178018929 28409712640 74830 33554432000 4194304 4196468 140727797314048 140727797296592 139916659691255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
/proc/25587/statm: 6935965 74830 3841 1 0 6923158 0
[pid=25587/tid=25589] ppid=25584 vsize=27743860 memory=7882260743332455277 CPUtime=5.83 cores=0-7
/proc/25587/task/25589/stat : 25589 (java) S 25584 25587 24737 0 -1 1077944384 14145 0 0 0 576 7 0 0 20 0 46 0 178018929 28409712640 74830 33554432000 4194304 4196468 140727797314048 139916663928960 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 56 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25590] ppid=25584 vsize=27743860 memory=7662701401383395682 CPUtime=0.02 cores=0-7
/proc/25587/task/25590/stat : 25590 (java) S 25584 25587 24737 0 -1 1077944384 103 0 0 0 1 1 0 0 20 0 46 0 178018930 28409712640 74830 33554432000 4194304 4196468 140727797314048 139916616243984 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25591] ppid=25584 vsize=27743860 memory=0 CPUtime=0.03 cores=0-7
/proc/25587/task/25591/stat : 25591 (java) S 25584 25587 24737 0 -1 1077944384 55 0 0 0 2 1 0 0 20 0 46 0 178018930 28409712640 74830 33554432000 4194304 4196468 140727797314048 139916615191440 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25592] ppid=25584 vsize=27743860 memory=26809203316 CPUtime=0.03 cores=0-7
/proc/25587/task/25592/stat : 25592 (java) S 25584 25587 24737 0 -1 1077944384 118 0 0 0 2 1 0 0 20 0 46 0 178018930 28409712640 74830 33554432000 4194304 4196468 140727797314048 139916614138896 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25593] ppid=25584 vsize=27743860 memory=0 CPUtime=0.03 cores=0-7
/proc/25587/task/25593/stat : 25593 (java) S 25584 25587 24737 0 -1 1077944384 522 0 0 0 2 1 0 0 20 0 46 0 178018930 28409712640 74830 33554432000 4194304 4196468 140727797314048 139916214926480 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25594] ppid=25584 vsize=27743860 memory=288230574492221466 CPUtime=0.03 cores=0-7
/proc/25587/task/25594/stat : 25594 (java) S 25584 25587 24737 0 -1 1077944384 50 0 0 0 2 1 0 0 20 0 46 0 178018930 28409712640 74830 33554432000 4194304 4196468 140727797314048 139916213872912 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25595] ppid=25584 vsize=27743860 memory=297237821058711863 CPUtime=0.02 cores=0-7
/proc/25587/task/25595/stat : 25595 (java) S 25584 25587 24737 0 -1 1077944384 189 0 0 0 1 1 0 0 20 0 46 0 178018930 28409712640 74830 33554432000 4194304 4196468 140727797314048 139916212820368 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25596] ppid=25584 vsize=27743860 memory=14412618299345479 CPUtime=0.02 cores=0-7
/proc/25587/task/25596/stat : 25596 (java) S 25584 25587 24737 0 -1 1077944384 156 0 0 0 2 0 0 0 20 0 46 0 178018930 28409712640 74830 33554432000 4194304 4196468 140727797314048 139916211767824 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25597] ppid=25584 vsize=27743860 memory=0 CPUtime=0.03 cores=0-7
/proc/25587/task/25597/stat : 25597 (java) S 25584 25587 24737 0 -1 1077944384 108 0 0 0 2 1 0 0 20 0 46 0 178018930 28409712640 74830 33554432000 4194304 4196468 140727797314048 139916210715280 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25598] ppid=25584 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/25587/task/25598/stat : 25598 (java) S 25584 25587 24737 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 46 0 178018931 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914998954480 139916659702402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25599] ppid=25584 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25599/stat : 25599 (java) S 25584 25587 24737 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 46 0 178018932 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914997900768 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25600] ppid=25584 vsize=27743860 memory=279937379051824 CPUtime=0 cores=0-7
/proc/25587/task/25600/stat : 25600 (java) S 25584 25587 24737 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 46 0 178018932 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914996848128 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25601] ppid=25584 vsize=27743860 memory=576461251985632562 CPUtime=0 cores=0-7
/proc/25587/task/25601/stat : 25601 (java) S 25584 25587 24737 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 178018934 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914995796688 139916659709851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25602] ppid=25584 vsize=27743860 memory=16483 CPUtime=1.58 cores=0-7
/proc/25587/task/25602/stat : 25602 (java) R 25584 25587 24737 0 -1 4202560 5938 0 0 0 156 2 0 0 20 0 46 0 178018935 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914994725632 139916640872193 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25603] ppid=25584 vsize=27743860 memory=0 CPUtime=1.54 cores=0-7
/proc/25587/task/25603/stat : 25603 (java) R 25584 25587 24737 0 -1 4202560 4313 0 0 0 153 1 0 0 20 0 46 0 178018935 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914993675616 139916644799299 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25604] ppid=25584 vsize=27743860 memory=0 CPUtime=1.49 cores=0-7
/proc/25587/task/25604/stat : 25604 (java) R 25584 25587 24737 0 -1 4202560 4479 0 0 0 147 2 0 0 20 0 46 0 178018935 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914992620032 139916644610138 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25605] ppid=25584 vsize=27743860 memory=0 CPUtime=0.88 cores=0-7
/proc/25587/task/25605/stat : 25605 (java) S 25584 25587 24737 0 -1 1077944384 7333 0 0 0 87 1 0 0 20 0 46 0 178018935 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914991585648 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 62 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25606] ppid=25584 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25606/stat : 25606 (java) S 25584 25587 24737 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 178018935 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914990533344 139916659701461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25607] ppid=25584 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/25587/task/25607/stat : 25607 (java) S 25584 25587 24737 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 46 0 178018935 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914989480880 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 70 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25608] ppid=25584 vsize=27743860 memory=0 CPUtime=0.01 cores=0-7
/proc/25587/task/25608/stat : 25608 (java) R 25584 25587 24737 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 46 0 178019550 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914979189936 139916659701461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25609] ppid=25584 vsize=27743860 memory=6944656591801717918 CPUtime=0 cores=0-7
/proc/25587/task/25609/stat : 25609 (java) S 25584 25587 24737 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 178019562 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914976040400 139916659702402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25610] ppid=25584 vsize=27743860 memory=-7384994778349281184 CPUtime=0.29 cores=0-7
/proc/25587/task/25610/stat : 25610 (java) R 25584 25587 24737 0 -1 4202560 160 0 0 0 29 0 0 0 20 0 46 0 178019571 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914974986032 139916300569770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25611] ppid=25584 vsize=27743860 memory=-7522837415797432224 CPUtime=0.33 cores=0-7
/proc/25587/task/25611/stat : 25611 (java) R 25584 25587 24737 0 -1 1077944384 75 0 0 0 33 0 0 0 20 0 46 0 178019572 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914971837248 139916659701461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25612] ppid=25584 vsize=27743860 memory=-7522837583129502606 CPUtime=0.23 cores=0-7
/proc/25587/task/25612/stat : 25612 (java) R 25584 25587 24737 0 -1 1077944384 93 0 0 0 23 0 0 0 20 0 46 0 178019573 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914970784912 139916659701461 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25613] ppid=25584 vsize=27743860 memory=1399094042734925955 CPUtime=0.34 cores=0-7
/proc/25587/task/25613/stat : 25613 (java) R 25584 25587 24737 0 -1 1077944384 49 0 0 0 34 0 0 0 20 0 46 0 178019575 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914969732160 139916659701461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25614] ppid=25584 vsize=27743860 memory=-7737605734073681312 CPUtime=0.09 cores=0-7
/proc/25587/task/25614/stat : 25614 (java) R 25584 25587 24737 0 -1 1077944384 95 0 0 0 9 0 0 0 20 0 46 0 178019575 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914968679616 139916659701461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25615] ppid=25584 vsize=27743860 memory=-9181546050914066336 CPUtime=0.23 cores=0-7
/proc/25587/task/25615/stat : 25615 (java) R 25584 25587 24737 0 -1 4202560 36 0 0 0 23 0 0 0 20 0 46 0 178019575 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914967627072 140727797381058 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25616] ppid=25584 vsize=27743860 memory=0 CPUtime=0.18 cores=0-7
/proc/25587/task/25616/stat : 25616 (java) R 25584 25587 24737 0 -1 1077944384 52 0 0 0 18 0 0 0 20 0 46 0 178019575 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914966574528 139916659701461 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25617] ppid=25584 vsize=27743860 memory=0 CPUtime=0.2 cores=0-7
/proc/25587/task/25617/stat : 25617 (java) R 25584 25587 24737 0 -1 1077944384 46 0 0 0 20 0 0 0 20 0 46 0 178019575 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914965522192 139916659701461 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25618] ppid=25584 vsize=27743860 memory=0 CPUtime=0.12 cores=0-7
/proc/25587/task/25618/stat : 25618 (java) R 25584 25587 24737 0 -1 1077944384 41 0 0 0 12 0 0 0 20 0 46 0 178019575 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914964468416 139916659701461 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25619] ppid=25584 vsize=27743860 memory=-5628408999910123566 CPUtime=0.15 cores=0-7
/proc/25587/task/25619/stat : 25619 (java) R 25584 25587 24737 0 -1 4202560 83 0 0 0 15 0 0 0 20 0 46 0 178019576 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914963414960 139916300573325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25620] ppid=25584 vsize=27743860 memory=-8316900901535099443 CPUtime=0.12 cores=0-7
/proc/25587/task/25620/stat : 25620 (java) R 25584 25587 24737 0 -1 4202560 29 0 0 0 12 0 0 0 20 0 46 0 178019599 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914962362416 139916297808455 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25621] ppid=25584 vsize=27743860 memory=8330969454845486047 CPUtime=0.1 cores=0-7
/proc/25587/task/25621/stat : 25621 (java) R 25584 25587 24737 0 -1 1077944384 25 0 0 0 10 0 0 0 20 0 46 0 178019599 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914961310784 139916659701461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25622] ppid=25584 vsize=27743860 memory=-6800859132029471843 CPUtime=0.09 cores=0-7
/proc/25587/task/25622/stat : 25622 (java) R 25584 25587 24737 0 -1 4202560 24 0 0 0 9 0 0 0 20 0 46 0 178019599 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914960256616 139916300155075 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25623] ppid=25584 vsize=27743860 memory=9126232286719478932 CPUtime=0.14 cores=0-7
/proc/25587/task/25623/stat : 25623 (java) R 25584 25587 24737 0 -1 1077944384 24 0 0 0 14 0 0 0 20 0 46 0 178019599 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914959205696 139916659701461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25624] ppid=25584 vsize=27743860 memory=-1189914978686163229 CPUtime=0.11 cores=0-7
/proc/25587/task/25624/stat : 25624 (java) R 25584 25587 24737 0 -1 1077944384 25 0 0 0 11 0 0 0 20 0 46 0 178019599 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914958153152 139916659701461 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25625] ppid=25584 vsize=27743860 memory=-6800859132029471843 CPUtime=0.06 cores=0-7
/proc/25587/task/25625/stat : 25625 (java) R 25584 25587 24737 0 -1 1077944384 23 0 0 0 6 0 0 0 20 0 46 0 178019600 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914954966592 139916659701461 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25626] ppid=25584 vsize=27743860 memory=-3535470213243961690 CPUtime=0.09 cores=0-7
/proc/25587/task/25626/stat : 25626 (java) R 25584 25587 24737 0 -1 4202560 27 0 0 0 9 0 0 0 20 0 46 0 178019600 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914953912112 139916294300775 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25627] ppid=25584 vsize=27743860 memory=-7751062316387021378 CPUtime=0.2 cores=0-7
/proc/25587/task/25627/stat : 25627 (java) R 25584 25587 24737 0 -1 4202560 28 0 0 0 20 0 0 0 20 0 46 0 178019600 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914952859568 139916300329425 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25628] ppid=25584 vsize=27743860 memory=0 CPUtime=0.07 cores=0-7
/proc/25587/task/25628/stat : 25628 (java) R 25584 25587 24737 0 -1 4202560 24 0 0 0 7 0 0 0 20 0 46 0 178019600 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914951807936 139916300328911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25629] ppid=25584 vsize=27743860 memory=3689046449111576625 CPUtime=0.08 cores=0-7
/proc/25587/task/25629/stat : 25629 (java) R 25584 25587 24737 0 -1 1077944384 28 0 0 0 8 0 0 0 20 0 46 0 178019601 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914950755392 139916659701461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25630] ppid=25584 vsize=27743860 memory=0 CPUtime=0.11 cores=0-7
/proc/25587/task/25630/stat : 25630 (java) R 25584 25587 24737 0 -1 1077944384 25 0 0 0 11 0 0 0 20 0 46 0 178019601 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914949702688 139916659712445 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25631] ppid=25584 vsize=27743860 memory=0 CPUtime=0.13 cores=0-7
/proc/25587/task/25631/stat : 25631 (java) R 25584 25587 24737 0 -1 1077944384 30 0 0 0 13 0 0 0 20 0 46 0 178019601 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914948650304 139916659701461 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25632] ppid=25584 vsize=27743860 memory=0 CPUtime=0.07 cores=0-7
/proc/25587/task/25632/stat : 25632 (java) R 25584 25587 24737 0 -1 1077944384 23 0 0 0 7 0 0 0 20 0 46 0 178019601 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914947597968 139916659701461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
[pid=25587/tid=25633] ppid=25584 vsize=27743860 memory=0 CPUtime=0.07 cores=0-7
/proc/25587/task/25633/stat : 25633 (java) R 25584 25587 24737 0 -1 4202560 22 0 0 0 7 0 0 0 20 0 46 0 178019602 28409712640 74830 33554432000 4194304 4196468 140727797314048 139914946543592 139916298984600 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11636736 140727797322849 140727797323035 140727797323035 140727797325775 0
Current children cumulated CPU time: 15.46 s
Current children cumulated vsize: 27743860 KiB
Current children cumulated memory: 299320 KiB

Child status: 0
Real time (s): 7.30365
CPU time (s): 16.0598
CPU user time (s): 15.7415
CPU system time (s): 0.318264
CPU usage (%): 219.887
Max. virtual memory (cumulated for all children) (KiB): 27743860
Max. memory (cumulated for all children) (KiB): 299320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7415
system time used= 0.318264
maximum resident set size= 300712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40987
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7420
involuntary context switches= 425


# summary of solver processes directly reported to runsolver:
#   pid: 25587
#   total CPU time (s): 16.0598
#   total CPU user time (s): 15.7415
#   total CPU system time (s): 0.318264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.065336 second user time and 0.11884 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-23 02:35:22
IDJOB=4285553
IDBENCH=135684
IDSOLVER=2681
FILE ID=node149/4285553-1503449383
RUNJOBID= node149-1503440582-24764
PBS_JOBID= 20632152
Free space on /tmp= 61524 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20/TravellingSalesman-20-076_X2.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-4285553-1503449383/watcher-4285553-1503449383 -o /tmp/evaluation-result-4285553-1503449383/solver-4285553-1503449383 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1503440582-24764 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1261698483 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285553-1503449383.xml

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

MD5SUM BENCH= 63d95fcac4968a6897becae9cdc29854
RANDOM SEED=1261698483

node149.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.43
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.43
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.43
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.43
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:        23478332 kB
MemAvailable:   31939960 kB
Buffers:          288768 kB
Cached:          8448660 kB
SwapCached:            0 kB
Active:          3272208 kB
Inactive:        5519216 kB
Active(anon):       3208 kB
Inactive(anon):    95344 kB
Active(file):    3269000 kB
Inactive(file):  5423872 kB
Unevictable:        7916 kB
Mlocked:            7916 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42420 kB
Writeback:             0 kB
AnonPages:         61860 kB
Mapped:            54864 kB
Shmem:             41608 kB
Slab:             195912 kB
SReclaimable:     169180 kB
SUnreclaim:        26732 kB
KernelStack:        3168 kB
PageTables:         4784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     341292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61484 MiB
End job on node149 at 2017-08-23 02:35:29