Trace number 4285268

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 11.421 2.4328899

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-05.xml
MD5SUMea540cd06a6319d4cfbd19a531a1ad9c
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.56077999
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-08-22
0.30/0.25	c seed: 516061220
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 22000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
0.65/0.50	c Parsing done, starting search...
11.36/2.42	s SATISFIABLE
11.36/2.42	v <instantiation>
11.36/2.42	v 	<list>
11.36/2.42	v 		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] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
11.36/2.42	v 	</list>
11.36/2.42	v 	<values>
11.36/2.42	v 		1 0 0 0 1 1 0 0 0 1 1 1 1 0 0 1 1 0 1 1 0 0 0 0 0 1 0 1 0 1 
11.36/2.42	v 	</values>
11.36/2.42	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 (9053 MiB free)
  memory of node 1: 16384 MiB (10411 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285268-1503441589/watcher-4285268-1503441589 -o /tmp/evaluation-result-4285268-1503441589/solver-4285268-1503441589 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1503435624-22625 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 516061220 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285268-1503441589.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=23886, runsolver pid=23883


[startup+0.10006 s]*
/proc/loadavg: 7.70 8.55 8.69 2/198 23906
/proc/meminfo: memFree=19915236/32770624 swapFree=67108860/67108860
[pid=23886] ppid=23883 vsize=26000852 memory=31648 CPUtime=0.12 cores=0-7
/proc/23886/stat : 23886 (java) S 23883 23886 22598 0 -1 1077944320 8348 0 0 0 10 2 0 0 20 0 20 0 177246604 26624872448 7912 33554432000 4194304 4196468 140730082224864 140730082207408 140244143795959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
/proc/23886/statm: 6500213 7912 3411 1 0 6487932 0
[pid=23886/tid=23888] ppid=23883 vsize=26000852 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/23886/task/23888/stat : 23888 (java) R 23883 23886 22598 0 -1 4202560 6272 0 0 0 7 1 0 0 20 0 20 0 177246605 26624872448 7912 33554432000 4194304 4196468 140730082224864 140244148012640 140244127876446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23889] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23889/stat : 23889 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246606 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243701774736 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23890] ppid=23883 vsize=26000852 memory=140250414708352 CPUtime=0 cores=0-7
/proc/23886/task/23890/stat : 23890 (java) S 23883 23886 22598 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177246606 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243700721936 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23891] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23891/stat : 23891 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246606 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243699669648 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23892] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23892/stat : 23892 (java) S 23883 23886 22598 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177246606 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243698616848 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23893] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23893/stat : 23893 (java) S 23883 23886 22598 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177246606 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243697564560 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23894] ppid=23883 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/23886/task/23894/stat : 23894 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246606 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243696511760 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23895] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23895/stat : 23895 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246606 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243695459472 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23896] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23896/stat : 23896 (java) S 23883 23886 22598 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177246606 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243694406672 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23897] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23897/stat : 23897 (java) S 23883 23886 22598 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177246607 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243271305328 140244143807106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23898] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23898/stat : 23898 (java) S 23883 23886 22598 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177246607 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243270251296 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23899] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23899/stat : 23899 (java) S 23883 23886 22598 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177246608 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243269198960 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23900] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23900/stat : 23900 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246610 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243268147280 140244143814555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23901] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23901/stat : 23901 (java) S 23883 23886 22598 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 177246610 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243267095152 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23902] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23902/stat : 23902 (java) S 23883 23886 22598 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177246610 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243266042352 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23903] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23903/stat : 23903 (java) S 23883 23886 22598 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177246610 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243264990064 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23904] ppid=23883 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/23886/task/23904/stat : 23904 (java) S 23883 23886 22598 0 -1 1077944384 384 0 0 0 2 0 0 0 20 0 20 0 177246610 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243263937264 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23905] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23905/stat : 23905 (java) S 23883 23886 22598 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177246610 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243262884192 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23906] ppid=23883 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/23886/task/23906/stat : 23906 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246610 26624872448 7912 33554432000 4194304 4196468 140730082224864 140243261831472 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 31648 KiB

[startup+0.210389 s]*
/proc/loadavg: 7.70 8.55 8.69 3/198 23906
/proc/meminfo: memFree=19904680/32770624 swapFree=67108860/67108860
[pid=23886] ppid=23883 vsize=26000852 memory=40976 CPUtime=0.3 cores=0-7
/proc/23886/stat : 23886 (java) S 23883 23886 22598 0 -1 1077944320 9421 0 0 0 26 4 0 0 20 0 20 0 177246604 26624872448 10244 33554432000 4194304 4196468 140730082224864 140730082207408 140244143795959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
/proc/23886/statm: 6500213 10244 3608 1 0 6487932 0
[pid=23886/tid=23888] ppid=23883 vsize=26000852 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/23886/task/23888/stat : 23888 (java) R 23883 23886 22598 0 -1 4202560 6950 0 0 0 17 2 0 0 20 0 20 0 177246605 26624872448 10244 33554432000 4194304 4196468 140730082224864 140244148001264 140244127876446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23889] ppid=23883 vsize=26000852 memory=9236 CPUtime=0 cores=0-7
/proc/23886/task/23889/stat : 23889 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246606 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243701774736 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23890] ppid=23883 vsize=26000852 memory=288370626566420096 CPUtime=0 cores=0-7
/proc/23886/task/23890/stat : 23890 (java) S 23883 23886 22598 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177246606 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243700721936 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23891] ppid=23883 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/23886/task/23891/stat : 23891 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246606 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243699669648 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23892] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23892/stat : 23892 (java) S 23883 23886 22598 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177246606 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243698616848 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23893] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23893/stat : 23893 (java) S 23883 23886 22598 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177246606 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243697564560 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23894] ppid=23883 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/23886/task/23894/stat : 23894 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246606 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243696511760 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23895] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23895/stat : 23895 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246606 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243695459472 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23896] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23896/stat : 23896 (java) S 23883 23886 22598 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177246606 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243694406672 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23897] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23897/stat : 23897 (java) S 23883 23886 22598 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177246607 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243271305328 140244143807106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23898] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23898/stat : 23898 (java) S 23883 23886 22598 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177246607 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243270251296 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23899] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23899/stat : 23899 (java) S 23883 23886 22598 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177246608 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243269198960 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23900] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23900/stat : 23900 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246610 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243268147280 140244143814555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23901] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23901/stat : 23901 (java) S 23883 23886 22598 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 20 0 177246610 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243267095152 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23902] ppid=23883 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/23886/task/23902/stat : 23902 (java) S 23883 23886 22598 0 -1 1077944384 192 0 0 0 1 0 0 0 20 0 20 0 177246610 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243266042352 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23903] ppid=23883 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/23886/task/23903/stat : 23903 (java) S 23883 23886 22598 0 -1 1077944384 140 0 0 0 1 0 0 0 20 0 20 0 177246610 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243264990064 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23904] ppid=23883 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/23886/task/23904/stat : 23904 (java) R 23883 23886 22598 0 -1 4202560 440 0 0 0 5 0 0 0 20 0 20 0 177246610 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243263937264 140244121937582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23905] ppid=23883 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23905/stat : 23905 (java) S 23883 23886 22598 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177246610 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243262884192 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23906] ppid=23883 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/23886/task/23906/stat : 23906 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246610 26624872448 10244 33554432000 4194304 4196468 140730082224864 140243261831472 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 40976 KiB

[startup+0.310368 s]*
/proc/loadavg: 7.70 8.55 8.69 2/198 23906
/proc/meminfo: memFree=19897732/32770624 swapFree=67108860/67108860
[pid=23886] ppid=23883 vsize=26000872 memory=49040 CPUtime=0.48 cores=0-7
/proc/23886/stat : 23886 (java) S 23883 23886 22598 0 -1 1077944320 10613 0 0 0 44 4 0 0 20 0 20 0 177246604 26624892928 12260 33554432000 4194304 4196468 140730082224864 140730082207408 140244143795959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
/proc/23886/statm: 6500218 12260 3713 1 0 6487932 0
[pid=23886/tid=23888] ppid=23883 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23886/task/23888/stat : 23888 (java) R 23883 23886 22598 0 -1 4202560 7716 0 0 0 27 2 0 0 20 0 20 0 177246605 26624892928 12260 33554432000 4194304 4196468 140730082224864 140244148018896 140244127876446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23889] ppid=23883 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23889/stat : 23889 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246606 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243701774736 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23890] ppid=23883 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23890/stat : 23890 (java) S 23883 23886 22598 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177246606 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243700721936 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23891] ppid=23883 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23891/stat : 23891 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246606 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243699669648 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23892] ppid=23883 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23892/stat : 23892 (java) S 23883 23886 22598 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177246606 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243698616848 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23893] ppid=23883 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/23886/task/23893/stat : 23893 (java) S 23883 23886 22598 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177246606 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243697564560 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23894] ppid=23883 vsize=26000872 memory=140250278097839 CPUtime=0 cores=0-7
/proc/23886/task/23894/stat : 23894 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246606 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243696511760 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23895] ppid=23883 vsize=26000872 memory=140250278100144 CPUtime=0 cores=0-7
/proc/23886/task/23895/stat : 23895 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246606 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243695459472 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23896] ppid=23883 vsize=26000872 memory=140250278102448 CPUtime=0 cores=0-7
/proc/23886/task/23896/stat : 23896 (java) S 23883 23886 22598 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177246606 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243694406672 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23897] ppid=23883 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23897/stat : 23897 (java) S 23883 23886 22598 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177246607 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243271305328 140244143807106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23898] ppid=23883 vsize=26000872 memory=280500556211856 CPUtime=0 cores=0-7
/proc/23886/task/23898/stat : 23898 (java) S 23883 23886 22598 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177246607 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243270251296 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23899] ppid=23883 vsize=26000872 memory=280500556218768 CPUtime=0 cores=0-7
/proc/23886/task/23899/stat : 23899 (java) S 23883 23886 22598 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177246608 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243269198960 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23900] ppid=23883 vsize=26000872 memory=280500556160048 CPUtime=0 cores=0-7
/proc/23886/task/23900/stat : 23900 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246610 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243268147280 140244143814555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23901] ppid=23883 vsize=26000872 memory=280500556232592 CPUtime=0.01 cores=0-7
/proc/23886/task/23901/stat : 23901 (java) S 23883 23886 22598 0 -1 1077944384 373 0 0 0 1 0 0 0 20 0 20 0 177246610 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243267095152 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23902] ppid=23883 vsize=26000872 memory=280500556239504 CPUtime=0.03 cores=0-7
/proc/23886/task/23902/stat : 23902 (java) S 23883 23886 22598 0 -1 1077944384 378 0 0 0 3 0 0 0 20 0 20 0 177246610 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243266042352 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23903] ppid=23883 vsize=26000872 memory=280500556237200 CPUtime=0.03 cores=0-7
/proc/23886/task/23903/stat : 23903 (java) S 23883 23886 22598 0 -1 1077944384 251 0 0 0 3 0 0 0 20 0 20 0 177246610 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243264990064 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23904] ppid=23883 vsize=26000872 memory=280500556253808 CPUtime=0.08 cores=0-7
/proc/23886/task/23904/stat : 23904 (java) R 23883 23886 22598 0 -1 4202560 509 0 0 0 8 0 0 0 20 0 20 0 177246610 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243263937264 140244122750682 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23905] ppid=23883 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23905/stat : 23905 (java) S 23883 23886 22598 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177246610 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243262884192 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23906] ppid=23883 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/23886/task/23906/stat : 23906 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246610 26624892928 12260 33554432000 4194304 4196468 140730082224864 140243261831472 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49040 KiB

[startup+0.700899 s]
/proc/loadavg: 7.70 8.55 8.69 3/198 23906
/proc/meminfo: memFree=19884208/32770624 swapFree=67108860/67108860
[pid=23886] ppid=23883 vsize=26004968 memory=79460 CPUtime=1.06 cores=0-7
/proc/23886/stat : 23886 (java) S 23883 23886 22598 0 -1 1077944320 13058 0 0 0 99 7 0 0 20 0 20 0 177246604 26629087232 19865 33554432000 4194304 4196468 140730082224864 140730082207408 140244143795959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
/proc/23886/statm: 6501242 19865 3753 1 0 6488956 0
[pid=23886/tid=23888] ppid=23883 vsize=26004968 memory=0 CPUtime=0.67 cores=0-7
/proc/23886/task/23888/stat : 23888 (java) R 23883 23886 22598 0 -1 4202560 9732 0 0 0 63 4 0 0 20 0 20 0 177246605 26629087232 19865 33554432000 4194304 4196468 140730082224864 140244148026880 140244143807894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23889] ppid=23883 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23889/stat : 23889 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246606 26629087232 19865 33554432000 4194304 4196468 140730082224864 140243701774736 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23890] ppid=23883 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23890/stat : 23890 (java) S 23883 23886 22598 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177246606 26629087232 19865 33554432000 4194304 4196468 140730082224864 140243700721936 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23891] ppid=23883 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23891/stat : 23891 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246606 26629087232 19865 33554432000 4194304 4196468 140730082224864 140243699669648 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23892] ppid=23883 vsize=26004968 memory=1008 CPUtime=0 cores=0-7
/proc/23886/task/23892/stat : 23892 (java) S 23883 23886 22598 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177246606 26629087232 19865 33554432000 4194304 4196468 140730082224864 140243698616848 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23893] ppid=23883 vsize=26004968 memory=11112 CPUtime=0 cores=0-7
/proc/23886/task/23893/stat : 23893 (java) S 23883 23886 22598 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177246606 26629087232 19865 33554432000 4194304 4196468 140730082224864 140243697564560 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23894] ppid=23883 vsize=26004968 memory=1228 CPUtime=0 cores=0-7
/proc/23886/task/23894/stat : 23894 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246606 26629087232 19865 33554432000 4194304 4196468 140730082224864 140243696511760 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23895] ppid=23883 vsize=26004968 memory=1420 CPUtime=0 cores=0-7
/proc/23886/task/23895/stat : 23895 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177246606 26629087232 19865 33554432000 4194304 4196468 140730082224864 140243695459472 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23896] ppid=23883 vsize=26004968 memory=15876 CPUtime=0 cores=0-7
/proc/23886/task/23896/stat : 23896 (java) S 23883 23886 22598 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177246606 26629087232 19865 33554432000 4194304 4196468 140730082224864 140243694406672 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23897] ppid=23883 vsize=26004968 memory=16448 CPUtime=0 cores=0-7
/proc/23886/task/23897/stat : 23897 (java) S 23883 23886 22598 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177246607 26629087232 19865 33554432000 4194304 4196468 140730082224864 140243271305328 140244143807106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0

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

[pid=23886/tid=23904] ppid=23883 vsize=27743860 memory=-7384994748284246687 CPUtime=0.59 cores=0-7
/proc/23886/task/23904/stat : 23904 (java) S 23883 23886 22598 0 -1 1077944384 6471 0 0 0 58 1 0 0 20 0 46 0 177246610 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243263937264 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23905] ppid=23883 vsize=27743860 memory=7234319696884687199 CPUtime=0 cores=0-7
/proc/23886/task/23905/stat : 23905 (java) S 23883 23886 22598 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 177246610 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243262884192 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23906] ppid=23883 vsize=27743860 memory=3471202396320837679 CPUtime=0 cores=0-7
/proc/23886/task/23906/stat : 23906 (java) S 23883 23886 22598 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 46 0 177246610 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243261831472 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23907] ppid=23883 vsize=27743860 memory=3472328296227418159 CPUtime=0 cores=0-7
/proc/23886/task/23907/stat : 23907 (java) S 23883 23886 22598 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 46 0 177246710 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243251540896 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23908] ppid=23883 vsize=27743860 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/23886/task/23908/stat : 23908 (java) S 23883 23886 22598 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 46 0 177246722 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243250488144 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23909] ppid=23883 vsize=27743860 memory=-7751062316387021378 CPUtime=0.19 cores=0-7
/proc/23886/task/23909/stat : 23909 (java) S 23883 23886 22598 0 -1 1077944384 107 0 0 0 19 0 0 0 20 0 46 0 177246732 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243247339024 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23910] ppid=23883 vsize=27743860 memory=0 CPUtime=0.39 cores=0-7
/proc/23886/task/23910/stat : 23910 (java) R 23883 23886 22598 0 -1 4202560 311 0 0 0 39 0 0 0 20 0 46 0 177246733 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243246285056 140243788659339 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23911] ppid=23883 vsize=27743860 memory=0 CPUtime=0.17 cores=0-7
/proc/23886/task/23911/stat : 23911 (java) R 23883 23886 22598 0 -1 4202560 81 0 0 0 17 0 0 0 20 0 46 0 177246733 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243245232768 140243789013065 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23912] ppid=23883 vsize=27743860 memory=0 CPUtime=0.31 cores=0-7
/proc/23886/task/23912/stat : 23912 (java) R 23883 23886 22598 0 -1 1077944384 49 0 0 0 31 0 0 0 20 0 46 0 177246733 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243244181136 140244143806165 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23913] ppid=23883 vsize=27743860 memory=0 CPUtime=0.31 cores=0-7
/proc/23886/task/23913/stat : 23913 (java) S 23883 23886 22598 0 -1 1077944384 48 0 0 0 31 0 0 0 20 0 46 0 177246733 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243243127824 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23914] ppid=23883 vsize=27743860 memory=0 CPUtime=0.21 cores=0-7
/proc/23886/task/23914/stat : 23914 (java) S 23883 23886 22598 0 -1 1077944384 48 0 0 0 21 0 0 0 20 0 46 0 177246735 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243242075024 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23915] ppid=23883 vsize=27743860 memory=-4866526899798303339 CPUtime=0.26 cores=0-7
/proc/23886/task/23915/stat : 23915 (java) R 23883 23886 22598 0 -1 1077944384 122 0 0 0 26 0 0 0 20 0 46 0 177246735 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243241022736 140244143806165 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23916] ppid=23883 vsize=27743860 memory=0 CPUtime=0.09 cores=0-7
/proc/23886/task/23916/stat : 23916 (java) S 23883 23886 22598 0 -1 1077944384 27 0 0 0 9 0 0 0 20 0 46 0 177246735 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243239969936 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23917] ppid=23883 vsize=27743860 memory=0 CPUtime=0.3 cores=0-7
/proc/23886/task/23917/stat : 23917 (java) R 23883 23886 22598 0 -1 1077944384 72 0 0 0 30 0 0 0 20 0 46 0 177246735 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243238917648 140244143806165 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23918] ppid=23883 vsize=27743860 memory=0 CPUtime=0.2 cores=0-7
/proc/23886/task/23918/stat : 23918 (java) R 23883 23886 22598 0 -1 1077944384 35 0 0 0 20 0 0 0 20 0 46 0 177246735 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243237864848 140244143806165 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23919] ppid=23883 vsize=27743860 memory=0 CPUtime=0.18 cores=0-7
/proc/23886/task/23919/stat : 23919 (java) S 23883 23886 22598 0 -1 1077944384 34 0 0 0 18 0 0 0 20 0 46 0 177246736 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243236812560 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23920] ppid=23883 vsize=27743860 memory=0 CPUtime=0.09 cores=0-7
/proc/23886/task/23920/stat : 23920 (java) R 23883 23886 22598 0 -1 1077944384 35 0 0 0 9 0 0 0 20 0 46 0 177246736 28409712640 63221 33554432000 4194304 4196468 140730082224864 140243235759760 140244143806165 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23921] ppid=23883 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/23886/task/23921/stat : 23921 (java) R 23883 23886 22598 0 -1 1077944384 24 0 0 0 2 0 0 0 20 0 46 0 177246754 28409712640 63221 33554432000 4194304 4196468 140730082224864 140242307245072 140244143806165 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23922] ppid=23883 vsize=27743860 memory=0 CPUtime=0.13 cores=0-7
/proc/23886/task/23922/stat : 23922 (java) R 23883 23886 22598 0 -1 4202560 25 0 0 0 13 0 0 0 20 0 46 0 177246758 28409712640 63221 33554432000 4194304 4196468 140730082224864 140242306191104 140243787219208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23923] ppid=23883 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/23886/task/23923/stat : 23923 (java) R 23883 23886 22598 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 46 0 177246768 28409712640 63221 33554432000 4194304 4196468 140730082224864 140242305139984 140244143806165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23924] ppid=23883 vsize=27743860 memory=0 CPUtime=0.14 cores=0-7
/proc/23886/task/23924/stat : 23924 (java) R 23883 23886 22598 0 -1 4202560 28 0 0 0 14 0 0 0 20 0 46 0 177246769 28409712640 63221 33554432000 4194304 4196468 140730082224864 140242304086016 140243788594651 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23925] ppid=23883 vsize=27743860 memory=0 CPUtime=0.22 cores=0-7
/proc/23886/task/23925/stat : 23925 (java) R 23883 23886 22598 0 -1 4202560 25 0 0 0 22 0 0 0 20 0 46 0 177246769 28409712640 63221 33554432000 4194304 4196468 140730082224864 140242303033728 140243787094493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23926] ppid=23883 vsize=27743860 memory=0 CPUtime=0.03 cores=0-7
/proc/23886/task/23926/stat : 23926 (java) R 23883 23886 22598 0 -1 1077944384 22 0 0 0 3 0 0 0 20 0 46 0 177246770 28409712640 63221 33554432000 4194304 4196468 140730082224864 140242301982096 140244143806165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23927] ppid=23883 vsize=27743860 memory=0 CPUtime=0.1 cores=0-7
/proc/23886/task/23927/stat : 23927 (java) R 23883 23886 22598 0 -1 1077944384 28 0 0 0 10 0 0 0 20 0 46 0 177246770 28409712640 63221 33554432000 4194304 4196468 140730082224864 140242300929808 140244143806165 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23928] ppid=23883 vsize=27743860 memory=0 CPUtime=0.16 cores=0-7
/proc/23886/task/23928/stat : 23928 (java) R 23883 23886 22598 0 -1 4202560 27 0 0 0 16 0 0 0 20 0 46 0 177246770 28409712640 63221 33554432000 4194304 4196468 140730082224864 140242299875840 140243788659668 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23929] ppid=23883 vsize=27743860 memory=-7965668622128159392 CPUtime=0.21 cores=0-7
/proc/23886/task/23929/stat : 23929 (java) R 23883 23886 22598 0 -1 4202560 25 0 0 0 21 0 0 0 20 0 46 0 177246770 28409712640 63221 33554432000 4194304 4196468 140730082224864 140242298822528 140730082269122 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23930] ppid=23883 vsize=27743860 memory=0 CPUtime=0.07 cores=0-7
/proc/23886/task/23930/stat : 23930 (java) R 23883 23886 22598 0 -1 1077944384 25 0 0 0 7 0 0 0 20 0 46 0 177246770 28409712640 63221 33554432000 4194304 4196468 140730082224864 140242297770896 140244143806165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23931] ppid=23883 vsize=27743860 memory=0 CPUtime=0.08 cores=0-7
/proc/23886/task/23931/stat : 23931 (java) R 23883 23886 22598 0 -1 4202560 25 0 0 0 8 0 0 0 20 0 46 0 177246777 28409712640 63221 33554432000 4194304 4196468 140730082224864 140242296717440 140243786049920 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23932] ppid=23883 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/23886/task/23932/stat : 23932 (java) R 23883 23886 22598 0 -1 1077944384 25 0 0 0 2 0 0 0 20 0 46 0 177246779 28409712640 63221 33554432000 4194304 4196468 140730082224864 140242295665808 140244143806165 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
Current children cumulated CPU time: 8.41 s
Current children cumulated vsize: 27743860 KiB
Current children cumulated memory: 252884 KiB

[startup+2.40155 s]
/proc/loadavg: 7.70 8.55 8.69 21/224 23932
/proc/meminfo: memFree=19690396/32770624 swapFree=67108860/67108860
[pid=23886] ppid=23883 vsize=27743860 memory=375232 CPUtime=11.36 cores=0-7
/proc/23886/stat : 23886 (java) S 23883 23886 22598 0 -1 1077944320 35447 0 0 0 1113 23 0 0 20 0 45 0 177246604 28409712640 93808 33554432000 4194304 4196468 140730082224864 140730082207408 140244143795959 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
/proc/23886/statm: 6935965 93808 3824 1 0 6923158 0
[pid=23886/tid=23888] ppid=23883 vsize=27743860 memory=0 CPUtime=1.27 cores=0-7
/proc/23886/task/23888/stat : 23888 (java) S 23883 23886 22598 0 -1 1077944384 12773 0 0 0 121 6 0 0 20 0 45 0 177246605 28409712640 93808 33554432000 4194304 4196468 140730082224864 140244148033664 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23889] ppid=23883 vsize=27743860 memory=0 CPUtime=0.01 cores=0-7
/proc/23886/task/23889/stat : 23889 (java) S 23883 23886 22598 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 45 0 177246606 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243701774736 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23890] ppid=23883 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/23886/task/23890/stat : 23890 (java) S 23883 23886 22598 0 -1 1077944384 69 0 0 0 2 0 0 0 20 0 45 0 177246606 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243700721936 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23891] ppid=23883 vsize=27743860 memory=140250278491568 CPUtime=0.02 cores=0-7
/proc/23886/task/23891/stat : 23891 (java) S 23883 23886 22598 0 -1 1077944384 62 0 0 0 2 0 0 0 20 0 45 0 177246606 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243699669648 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23892] ppid=23883 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/23886/task/23892/stat : 23892 (java) S 23883 23886 22598 0 -1 1077944384 37 0 0 0 2 0 0 0 20 0 45 0 177246606 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243698616848 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23893] ppid=23883 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/23886/task/23893/stat : 23893 (java) S 23883 23886 22598 0 -1 1077944384 36 0 0 0 2 0 0 0 20 0 45 0 177246606 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243697564560 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23894] ppid=23883 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/23886/task/23894/stat : 23894 (java) S 23883 23886 22598 0 -1 1077944384 204 0 0 0 2 0 0 0 20 0 45 0 177246606 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243696511760 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23895] ppid=23883 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/23886/task/23895/stat : 23895 (java) S 23883 23886 22598 0 -1 1077944384 29 0 0 0 2 0 0 0 20 0 45 0 177246606 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243695459472 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23896] ppid=23883 vsize=27743860 memory=280500556638688 CPUtime=0.01 cores=0-7
/proc/23886/task/23896/stat : 23896 (java) S 23883 23886 22598 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 45 0 177246606 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243694406672 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23897] ppid=23883 vsize=27743860 memory=288230574492221466 CPUtime=0.02 cores=0-7
/proc/23886/task/23897/stat : 23897 (java) S 23883 23886 22598 0 -1 1077944384 257 0 0 0 2 0 0 0 20 0 45 0 177246607 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243271305328 140244143807106 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23898] ppid=23883 vsize=27743860 memory=280500556005616 CPUtime=0 cores=0-7
/proc/23886/task/23898/stat : 23898 (java) S 23883 23886 22598 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 45 0 177246607 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243270251360 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23899] ppid=23883 vsize=27743860 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/23886/task/23899/stat : 23899 (java) S 23883 23886 22598 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 45 0 177246608 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243269198976 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23900] ppid=23883 vsize=27743860 memory=226044 CPUtime=0 cores=0-7
/proc/23886/task/23900/stat : 23900 (java) S 23883 23886 22598 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 45 0 177246610 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243268147280 140244143814555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23901] ppid=23883 vsize=27743860 memory=280500556369120 CPUtime=0.78 cores=0-7
/proc/23886/task/23901/stat : 23901 (java) S 23883 23886 22598 0 -1 1077944384 4259 0 0 0 77 1 0 0 20 0 45 0 177246610 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243267095152 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23902] ppid=23883 vsize=27743860 memory=280500556370432 CPUtime=0.77 cores=0-7
/proc/23886/task/23902/stat : 23902 (java) R 23883 23886 22598 0 -1 4202560 4291 0 0 0 76 1 0 0 20 0 45 0 177246610 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243266029072 140244127281967 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23903] ppid=23883 vsize=27743860 memory=280500556370624 CPUtime=0.75 cores=0-7
/proc/23886/task/23903/stat : 23903 (java) S 23883 23886 22598 0 -1 1077944384 3777 0 0 0 74 1 0 0 20 0 45 0 177246610 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243264990064 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23904] ppid=23883 vsize=27743860 memory=280500556370816 CPUtime=0.62 cores=0-7
/proc/23886/task/23904/stat : 23904 (java) S 23883 23886 22598 0 -1 1077944384 6519 0 0 0 61 1 0 0 20 0 45 0 177246610 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243263937264 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23905] ppid=23883 vsize=27743860 memory=280500556371008 CPUtime=0 cores=0-7
/proc/23886/task/23905/stat : 23905 (java) S 23883 23886 22598 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 45 0 177246610 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243262884192 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23906] ppid=23883 vsize=27743860 memory=280500556349120 CPUtime=0 cores=0-7
/proc/23886/task/23906/stat : 23906 (java) S 23883 23886 22598 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 45 0 177246610 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243261831472 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23908] ppid=23883 vsize=27743860 memory=280500556072928 CPUtime=0 cores=0-7
/proc/23886/task/23908/stat : 23908 (java) S 23883 23886 22598 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 45 0 177246722 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243250488144 140244143807106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23909] ppid=23883 vsize=27743860 memory=0 CPUtime=0.38 cores=0-7
/proc/23886/task/23909/stat : 23909 (java) S 23883 23886 22598 0 -1 1077944384 112 0 0 0 38 0 0 0 20 0 45 0 177246732 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243247339024 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23910] ppid=23883 vsize=27743860 memory=280500556476416 CPUtime=0.63 cores=0-7
/proc/23886/task/23910/stat : 23910 (java) S 23883 23886 22598 0 -1 1077944384 315 0 0 0 63 0 0 0 20 0 45 0 177246733 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243246286224 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23911] ppid=23883 vsize=27743860 memory=140250278297456 CPUtime=0.21 cores=0-7
/proc/23886/task/23911/stat : 23911 (java) S 23883 23886 22598 0 -1 1077944384 82 0 0 0 21 0 0 0 20 0 45 0 177246733 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243245233936 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23912] ppid=23883 vsize=27743860 memory=6791534058613427641 CPUtime=0.31 cores=0-7
/proc/23886/task/23912/stat : 23912 (java) S 23883 23886 22598 0 -1 1077944384 49 0 0 0 31 0 0 0 20 0 45 0 177246733 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243244181136 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23913] ppid=23883 vsize=27743860 memory=816 CPUtime=0.31 cores=0-7
/proc/23886/task/23913/stat : 23913 (java) S 23883 23886 22598 0 -1 1077944384 49 0 0 0 31 0 0 0 20 0 45 0 177246733 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243243127824 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23914] ppid=23883 vsize=27743860 memory=280500556349104 CPUtime=0.32 cores=0-7
/proc/23886/task/23914/stat : 23914 (java) S 23883 23886 22598 0 -1 1077944384 54 0 0 0 32 0 0 0 20 0 45 0 177246735 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243242075024 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23915] ppid=23883 vsize=27743860 memory=288230617509003574 CPUtime=0.39 cores=0-7
/proc/23886/task/23915/stat : 23915 (java) S 23883 23886 22598 0 -1 1077944384 123 0 0 0 39 0 0 0 20 0 45 0 177246735 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243241022736 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23916] ppid=23883 vsize=27743860 memory=14693019517454527 CPUtime=0.33 cores=0-7
/proc/23886/task/23916/stat : 23916 (java) S 23883 23886 22598 0 -1 1077944384 38 0 0 0 33 0 0 0 20 0 45 0 177246735 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243239969936 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23917] ppid=23883 vsize=27743860 memory=0 CPUtime=0.34 cores=0-7
/proc/23886/task/23917/stat : 23917 (java) S 23883 23886 22598 0 -1 1077944384 80 0 0 0 34 0 0 0 20 0 45 0 177246735 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243238917648 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23918] ppid=23883 vsize=27743860 memory=0 CPUtime=0.47 cores=0-7
/proc/23886/task/23918/stat : 23918 (java) S 23883 23886 22598 0 -1 1077944384 47 0 0 0 47 0 0 0 20 0 45 0 177246735 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243237864848 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23919] ppid=23883 vsize=27743860 memory=140250278162322 CPUtime=0.18 cores=0-7
/proc/23886/task/23919/stat : 23919 (java) S 23883 23886 22598 0 -1 1077944384 34 0 0 0 18 0 0 0 20 0 45 0 177246736 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243236812560 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23920] ppid=23883 vsize=27743860 memory=61 CPUtime=0.12 cores=0-7
/proc/23886/task/23920/stat : 23920 (java) S 23883 23886 22598 0 -1 1077944384 38 0 0 0 12 0 0 0 20 0 45 0 177246736 28409712640 93808 33554432000 4194304 4196468 140730082224864 140243235759760 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23921] ppid=23883 vsize=27743860 memory=280500556192672 CPUtime=0.07 cores=0-7
/proc/23886/task/23921/stat : 23921 (java) S 23883 23886 22598 0 -1 1077944384 46 0 0 0 7 0 0 0 20 0 45 0 177246754 28409712640 93808 33554432000 4194304 4196468 140730082224864 140242307245072 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23922] ppid=23883 vsize=27743860 memory=6944656592455097440 CPUtime=0.16 cores=0-7
/proc/23886/task/23922/stat : 23922 (java) S 23883 23886 22598 0 -1 1077944384 26 0 0 0 16 0 0 0 20 0 45 0 177246758 28409712640 93808 33554432000 4194304 4196468 140730082224864 140242306192272 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23923] ppid=23883 vsize=27743860 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/23886/task/23923/stat : 23923 (java) S 23883 23886 22598 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 45 0 177246768 28409712640 93808 33554432000 4194304 4196468 140730082224864 140242305139984 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23924] ppid=23883 vsize=27743860 memory=6944656575208382560 CPUtime=0.22 cores=0-7
/proc/23886/task/23924/stat : 23924 (java) S 23883 23886 22598 0 -1 1077944384 45 0 0 0 22 0 0 0 20 0 45 0 177246769 28409712640 93808 33554432000 4194304 4196468 140730082224864 140242304087184 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23925] ppid=23883 vsize=27743860 memory=6944656592455360604 CPUtime=0.31 cores=0-7
/proc/23886/task/23925/stat : 23925 (java) S 23883 23886 22598 0 -1 1077944384 27 0 0 0 31 0 0 0 20 0 45 0 177246769 28409712640 93808 33554432000 4194304 4196468 140730082224864 140242303034896 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23926] ppid=23883 vsize=27743860 memory=6656426216303648864 CPUtime=0.12 cores=0-7
/proc/23886/task/23926/stat : 23926 (java) R 23883 23886 22598 0 -1 4202560 75 0 0 0 12 0 0 0 20 0 45 0 177246770 28409712640 93808 33554432000 4194304 4196468 140730082224864 140242301960080 140244143807894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23927] ppid=23883 vsize=27743860 memory=140254709675647 CPUtime=0.12 cores=0-7
/proc/23886/task/23927/stat : 23927 (java) S 23883 23886 22598 0 -1 1077944384 28 0 0 0 12 0 0 0 20 0 45 0 177246770 28409712640 93808 33554432000 4194304 4196468 140730082224864 140242300929808 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23928] ppid=23883 vsize=27743860 memory=0 CPUtime=0.45 cores=0-7
/proc/23886/task/23928/stat : 23928 (java) S 23883 23886 22598 0 -1 1077944384 42 0 0 0 45 0 0 0 20 0 45 0 177246770 28409712640 93808 33554432000 4194304 4196468 140730082224864 140242299877008 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23929] ppid=23883 vsize=27743860 memory=0 CPUtime=0.46 cores=0-7
/proc/23886/task/23929/stat : 23929 (java) S 23883 23886 22598 0 -1 1077944384 77 0 0 0 46 0 0 0 20 0 45 0 177246770 28409712640 93808 33554432000 4194304 4196468 140730082224864 140242298823696 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23930] ppid=23883 vsize=27743860 memory=0 CPUtime=0.41 cores=0-7
/proc/23886/task/23930/stat : 23930 (java) S 23883 23886 22598 0 -1 1077944384 85 0 0 0 41 0 0 0 20 0 45 0 177246770 28409712640 93808 33554432000 4194304 4196468 140730082224864 140242297770896 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23931] ppid=23883 vsize=27743860 memory=0 CPUtime=0.33 cores=0-7
/proc/23886/task/23931/stat : 23931 (java) S 23883 23886 22598 0 -1 1077944384 56 0 0 0 32 1 0 0 20 0 45 0 177246777 28409712640 93808 33554432000 4194304 4196468 140730082224864 140242296718608 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
[pid=23886/tid=23932] ppid=23883 vsize=27743860 memory=0 CPUtime=0.02 cores=0-7
/proc/23886/task/23932/stat : 23932 (java) S 23883 23886 22598 0 -1 1077944384 25 0 0 0 2 0 0 0 20 0 45 0 177246779 28409712640 93808 33554432000 4194304 4196468 140730082224864 140242295665808 140244143806165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15888384 140730082227298 140730082227483 140730082227483 140730082230223 0
Current children cumulated CPU time: 11.36 s
Current children cumulated vsize: 27743860 KiB
Current children cumulated memory: 375232 KiB

Child status: 0
Real time (s): 2.43289
CPU time (s): 11.421
CPU user time (s): 11.1714
CPU system time (s): 0.24959
CPU usage (%): 469.443
Max. virtual memory (cumulated for all children) (KiB): 27743860
Max. memory (cumulated for all children) (KiB): 375232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1714
system time used= 0.24959
maximum resident set size= 377176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35555
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6154
involuntary context switches= 577


# summary of solver processes directly reported to runsolver:
#   pid: 23886
#   total CPU time (s): 11.421
#   total CPU user time (s): 11.1714
#   total CPU system time (s): 0.24959

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039267 second user time and 0.071301 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-23 00:25:28
IDJOB=4285268
IDBENCH=133092
IDSOLVER=2681
FILE ID=node104/4285268-1503441589
RUNJOBID= node104-1503435624-22625
PBS_JOBID= 20632143
Free space on /tmp= 61108 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-05.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-4285268-1503441589/watcher-4285268-1503441589 -o /tmp/evaluation-result-4285268-1503441589/solver-4285268-1503441589 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1503435624-22625 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 516061220 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285268-1503441589.xml

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

MD5SUM BENCH= ea540cd06a6319d4cfbd19a531a1ad9c
RANDOM SEED=516061220

node104.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:        19931664 kB
MemAvailable:   31935352 kB
Buffers:          240664 kB
Cached:         12034308 kB
SwapCached:            0 kB
Active:          4249728 kB
Inactive:        8077628 kB
Active(anon):       7016 kB
Inactive(anon):    89456 kB
Active(file):    4242712 kB
Inactive(file):  7988172 kB
Unevictable:        7824 kB
Mlocked:            7824 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42548 kB
Writeback:             0 kB
AnonPages:         56056 kB
Mapped:            55068 kB
Shmem:             41612 kB
Slab:             204588 kB
SReclaimable:     177280 kB
SUnreclaim:        27308 kB
KernelStack:        3088 kB
PageTables:         4372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     343108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61064 MiB
End job on node104 at 2017-08-23 00:25:31