Trace number 4275058

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26OPT251 5.3165102 2.7222199

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-factor/
Pb-factor-S9-P251-Q379.xml
MD5SUMad4397bc1e7476417756f14988918f59
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark251
Best CPU time to get the best result obtained on this benchmark0.034168001
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints244
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":99}]
Minimum variable degree4
Maximum variable degree19
Distribution of variable degrees[{"degree":4,"count":81},{"degree":18,"count":9},{"degree":19,"count":9}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":162},{"arity":3,"count":81},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":244}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 944395478
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
0.85/0.59	c Parsing done, starting search...
5.00/2.12	o 379
5.00/2.12	o 251
5.00/2.15	s OPTIMUM FOUND
5.00/2.15	v <instantiation>
5.00/2.15	v 	<list>
5.00/2.15	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] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98]
5.00/2.15	v 	</list>
5.00/2.15	v 	<values>
5.00/2.15	v 		1 1 0 1 1 1 1 1 0 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 
5.00/2.15	v 	</values>
5.00/2.15	v </instantiation>

Verifier Data

OK	251

Watcher Data

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

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

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

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

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

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


[startup+0.100142 s]*
/proc/loadavg: 7.38 8.62 8.75 2/198 28189
/proc/meminfo: memFree=31353448/32770624 swapFree=67108860/67108860
[pid=28169] ppid=28166 vsize=14325320 memory=34920 CPUtime=0.13 cores=0-7
/proc/28169/stat : 28169 (java) S 28166 28169 27111 0 -1 1077944320 8114 0 0 0 12 1 0 0 20 0 20 0 110534111 14669127680 8730 33554432000 4194304 4196468 140726629449904 140726629432448 139665526214391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
/proc/28169/statm: 3581330 8730 3411 1 0 3569050 0
[pid=28169/tid=28171] ppid=28166 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/28169/task/28171/stat : 28171 (java) R 28166 28169 27111 0 -1 4202560 6055 0 0 0 8 1 0 0 20 0 20 0 110534112 14669127680 8730 33554432000 4194304 4196468 140726629449904 139665530419424 139665510294878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28172] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28172/stat : 28172 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534113 14669127680 8730 33554432000 4194304 4196468 140726629449904 139665122376720 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28173] ppid=28166 vsize=14325320 memory=140659235030656 CPUtime=0 cores=0-7
/proc/28169/task/28173/stat : 28173 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534113 14669127680 8730 33554432000 4194304 4196468 140726629449904 139665121324176 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28174] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28174/stat : 28174 (java) S 28166 28169 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110534113 14669127680 8730 33554432000 4194304 4196468 140726629449904 139665120271120 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28175] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28175/stat : 28175 (java) S 28166 28169 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110534113 14669127680 8730 33554432000 4194304 4196468 140726629449904 139665119218576 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28176] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28176/stat : 28176 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534113 14669127680 8730 33554432000 4194304 4196468 140726629449904 139665118165520 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28177] ppid=28166 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28169/task/28177/stat : 28177 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534113 14669127680 8730 33554432000 4194304 4196468 140726629449904 139665117112976 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28178] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28178/stat : 28178 (java) S 28166 28169 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110534113 14669127680 8730 33554432000 4194304 4196468 140726629449904 139665116059920 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28179] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28179/stat : 28179 (java) S 28166 28169 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110534113 14669127680 8730 33554432000 4194304 4196468 140726629449904 139665115007376 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28180] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28180/stat : 28180 (java) S 28166 28169 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110534114 14669127680 8730 33554432000 4194304 4196468 140726629449904 139664983898864 139665526225538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28181] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28181/stat : 28181 (java) S 28166 28169 27111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110534115 14669127680 8730 33554432000 4194304 4196468 140726629449904 139664982845088 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28182] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28182/stat : 28182 (java) S 28166 28169 27111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110534115 14669127680 8730 33554432000 4194304 4196468 140726629449904 139664981791984 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28183] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28183/stat : 28183 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534117 14669127680 8730 33554432000 4194304 4196468 140726629449904 139664980740560 139665526232987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28184] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28184/stat : 28184 (java) S 28166 28169 27111 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 110534117 14669127680 8730 33554432000 4194304 4196468 140726629449904 139664979687664 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28185] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28185/stat : 28185 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534117 14669127680 8730 33554432000 4194304 4196468 140726629449904 139664978635120 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28186] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28186/stat : 28186 (java) S 28166 28169 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110534117 14669127680 8730 33554432000 4194304 4196468 140726629449904 139664977582064 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28187] ppid=28166 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/28169/task/28187/stat : 28187 (java) S 28166 28169 27111 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 20 0 110534117 14669127680 8730 33554432000 4194304 4196468 140726629449904 139664976529520 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28188] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28188/stat : 28188 (java) S 28166 28169 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110534117 14669127680 8730 33554432000 4194304 4196468 140726629449904 139664975477728 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28189] ppid=28166 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28169/task/28189/stat : 28189 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534118 14669127680 8730 33554432000 4194304 4196468 140726629449904 139664974425264 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34920 KiB

[startup+0.210451 s]*
/proc/loadavg: 7.38 8.62 8.75 3/198 28189
/proc/meminfo: memFree=31345816/32770624 swapFree=67108860/67108860
[pid=28169] ppid=28166 vsize=14325320 memory=43804 CPUtime=0.3 cores=0-7
/proc/28169/stat : 28169 (java) S 28166 28169 27111 0 -1 1077944320 9095 0 0 0 28 2 0 0 20 0 20 0 110534111 14669127680 10951 33554432000 4194304 4196468 140726629449904 140726629432448 139665526214391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
/proc/28169/statm: 3581330 10951 3591 1 0 3569050 0
[pid=28169/tid=28171] ppid=28166 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/28169/task/28171/stat : 28171 (java) R 28166 28169 27111 0 -1 4202560 6688 0 0 0 18 1 0 0 20 0 20 0 110534112 14669127680 10951 33554432000 4194304 4196468 140726629449904 139665530439472 139665511655412 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28172] ppid=28166 vsize=14325320 memory=9251 CPUtime=0 cores=0-7
/proc/28169/task/28172/stat : 28172 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534113 14669127680 10951 33554432000 4194304 4196468 140726629449904 139665122376720 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28173] ppid=28166 vsize=14325320 memory=3689491681570260640 CPUtime=0 cores=0-7
/proc/28169/task/28173/stat : 28173 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534113 14669127680 10951 33554432000 4194304 4196468 140726629449904 139665121324176 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28174] ppid=28166 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28169/task/28174/stat : 28174 (java) S 28166 28169 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110534113 14669127680 10951 33554432000 4194304 4196468 140726629449904 139665120271120 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28175] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28175/stat : 28175 (java) S 28166 28169 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110534113 14669127680 10951 33554432000 4194304 4196468 140726629449904 139665119218576 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28176] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28176/stat : 28176 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534113 14669127680 10951 33554432000 4194304 4196468 140726629449904 139665118165520 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28177] ppid=28166 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28169/task/28177/stat : 28177 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534113 14669127680 10951 33554432000 4194304 4196468 140726629449904 139665117112976 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28178] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28178/stat : 28178 (java) S 28166 28169 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110534113 14669127680 10951 33554432000 4194304 4196468 140726629449904 139665116059920 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28179] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28179/stat : 28179 (java) S 28166 28169 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110534113 14669127680 10951 33554432000 4194304 4196468 140726629449904 139665115007376 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28180] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28180/stat : 28180 (java) S 28166 28169 27111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 110534114 14669127680 10951 33554432000 4194304 4196468 140726629449904 139664983898864 139665526225538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28181] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28181/stat : 28181 (java) S 28166 28169 27111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110534115 14669127680 10951 33554432000 4194304 4196468 140726629449904 139664982845088 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28182] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28182/stat : 28182 (java) S 28166 28169 27111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110534115 14669127680 10951 33554432000 4194304 4196468 140726629449904 139664981791984 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28183] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28183/stat : 28183 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534117 14669127680 10951 33554432000 4194304 4196468 140726629449904 139664980740560 139665526232987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28184] ppid=28166 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/28169/task/28184/stat : 28184 (java) S 28166 28169 27111 0 -1 1077944384 349 0 0 0 1 0 0 0 20 0 20 0 110534117 14669127680 10951 33554432000 4194304 4196468 140726629449904 139664979687664 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28185] ppid=28166 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/28169/task/28185/stat : 28185 (java) S 28166 28169 27111 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 20 0 110534117 14669127680 10951 33554432000 4194304 4196468 140726629449904 139664978635120 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28186] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28186/stat : 28186 (java) S 28166 28169 27111 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 20 0 110534117 14669127680 10951 33554432000 4194304 4196468 140726629449904 139664977582064 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28187] ppid=28166 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/28169/task/28187/stat : 28187 (java) R 28166 28169 27111 0 -1 4202560 395 0 0 0 5 0 0 0 20 0 20 0 110534117 14669127680 10951 33554432000 4194304 4196468 140726629449904 139664976529520 139665526226326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28188] ppid=28166 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28188/stat : 28188 (java) S 28166 28169 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110534117 14669127680 10951 33554432000 4194304 4196468 140726629449904 139664975477728 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28189] ppid=28166 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28169/task/28189/stat : 28189 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534118 14669127680 10951 33554432000 4194304 4196468 140726629449904 139664974425264 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43804 KiB

[startup+0.310026 s]*
/proc/loadavg: 7.38 8.62 8.75 2/198 28189
/proc/meminfo: memFree=31338448/32770624 swapFree=67108860/67108860
[pid=28169] ppid=28166 vsize=14325340 memory=51468 CPUtime=0.48 cores=0-7
/proc/28169/stat : 28169 (java) S 28166 28169 27111 0 -1 1077944320 10195 0 0 0 45 3 0 0 20 0 20 0 110534111 14669148160 12867 33554432000 4194304 4196468 140726629449904 140726629432448 139665526214391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
/proc/28169/statm: 3581335 12867 3716 1 0 3569050 0
[pid=28169/tid=28171] ppid=28166 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28169/task/28171/stat : 28171 (java) R 28166 28169 27111 0 -1 4202560 7248 0 0 0 27 2 0 0 20 0 20 0 110534112 14669148160 12867 33554432000 4194304 4196468 140726629449904 139665530443648 139665526226326 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28172] ppid=28166 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28172/stat : 28172 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534113 14669148160 12867 33554432000 4194304 4196468 140726629449904 139665122376720 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28173] ppid=28166 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28173/stat : 28173 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534113 14669148160 12867 33554432000 4194304 4196468 140726629449904 139665121324176 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28174] ppid=28166 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28174/stat : 28174 (java) S 28166 28169 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110534113 14669148160 12867 33554432000 4194304 4196468 140726629449904 139665120271120 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28175] ppid=28166 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28175/stat : 28175 (java) S 28166 28169 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110534113 14669148160 12867 33554432000 4194304 4196468 140726629449904 139665119218576 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28176] ppid=28166 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/28169/task/28176/stat : 28176 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534113 14669148160 12867 33554432000 4194304 4196468 140726629449904 139665118165520 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28177] ppid=28166 vsize=14325340 memory=140659105297327 CPUtime=0 cores=0-7
/proc/28169/task/28177/stat : 28177 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534113 14669148160 12867 33554432000 4194304 4196468 140726629449904 139665117112976 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28178] ppid=28166 vsize=14325340 memory=140659105299632 CPUtime=0 cores=0-7
/proc/28169/task/28178/stat : 28178 (java) S 28166 28169 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110534113 14669148160 12867 33554432000 4194304 4196468 140726629449904 139665116059920 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28179] ppid=28166 vsize=14325340 memory=140659105301936 CPUtime=0 cores=0-7
/proc/28169/task/28179/stat : 28179 (java) S 28166 28169 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110534113 14669148160 12867 33554432000 4194304 4196468 140726629449904 139665115007376 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28180] ppid=28166 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28180/stat : 28180 (java) S 28166 28169 27111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 110534114 14669148160 12867 33554432000 4194304 4196468 140726629449904 139664983898864 139665526225538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28181] ppid=28166 vsize=14325340 memory=281318210610832 CPUtime=0 cores=0-7
/proc/28169/task/28181/stat : 28181 (java) S 28166 28169 27111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110534115 14669148160 12867 33554432000 4194304 4196468 140726629449904 139664982845088 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28182] ppid=28166 vsize=14325340 memory=281318210617744 CPUtime=0 cores=0-7
/proc/28169/task/28182/stat : 28182 (java) S 28166 28169 27111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110534115 14669148160 12867 33554432000 4194304 4196468 140726629449904 139664981791984 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28183] ppid=28166 vsize=14325340 memory=281318210559024 CPUtime=0 cores=0-7
/proc/28169/task/28183/stat : 28183 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534117 14669148160 12867 33554432000 4194304 4196468 140726629449904 139664980740560 139665526232987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28184] ppid=28166 vsize=14325340 memory=281318210631568 CPUtime=0.03 cores=0-7
/proc/28169/task/28184/stat : 28184 (java) S 28166 28169 27111 0 -1 1077944384 521 0 0 0 3 0 0 0 20 0 20 0 110534117 14669148160 12867 33554432000 4194304 4196468 140726629449904 139664979687664 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28185] ppid=28166 vsize=14325340 memory=281318210638480 CPUtime=0.02 cores=0-7
/proc/28169/task/28185/stat : 28185 (java) S 28166 28169 27111 0 -1 1077944384 242 0 0 0 2 0 0 0 20 0 20 0 110534117 14669148160 12867 33554432000 4194304 4196468 140726629449904 139664978635120 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28186] ppid=28166 vsize=14325340 memory=281318210636176 CPUtime=0.03 cores=0-7
/proc/28169/task/28186/stat : 28186 (java) S 28166 28169 27111 0 -1 1077944384 286 0 0 0 3 0 0 0 20 0 20 0 110534117 14669148160 12867 33554432000 4194304 4196468 140726629449904 139664977582064 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28187] ppid=28166 vsize=14325340 memory=281318210652784 CPUtime=0.08 cores=0-7
/proc/28169/task/28187/stat : 28187 (java) R 28166 28169 27111 0 -1 4202560 512 0 0 0 8 0 0 0 20 0 20 0 110534117 14669148160 12867 33554432000 4194304 4196468 140726629449904 139664976529520 139665505612880 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28188] ppid=28166 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28188/stat : 28188 (java) S 28166 28169 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110534117 14669148160 12867 33554432000 4194304 4196468 140726629449904 139664975477728 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28189] ppid=28166 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/28169/task/28189/stat : 28189 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534118 14669148160 12867 33554432000 4194304 4196468 140726629449904 139664974425264 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51468 KiB

[startup+0.700919 s]
/proc/loadavg: 7.38 8.62 8.75 3/198 28189
/proc/meminfo: memFree=31326412/32770624 swapFree=67108860/67108860
[pid=28169] ppid=28166 vsize=14329436 memory=78780 CPUtime=1.17 cores=0-7
/proc/28169/stat : 28169 (java) S 28166 28169 27111 0 -1 1077944320 12283 0 0 0 112 5 0 0 20 0 20 0 110534111 14673342464 19695 33554432000 4194304 4196468 140726629449904 140726629432448 139665526214391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
/proc/28169/statm: 3582359 19695 3765 1 0 3570074 0
[pid=28169/tid=28171] ppid=28166 vsize=14329436 memory=0 CPUtime=0.67 cores=0-7
/proc/28169/task/28171/stat : 28171 (java) R 28166 28169 27111 0 -1 4202560 8700 0 0 0 64 3 0 0 20 0 20 0 110534112 14673342464 19695 33554432000 4194304 4196468 140726629449904 139665530434848 139665510294878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28172] ppid=28166 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28172/stat : 28172 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534113 14673342464 19695 33554432000 4194304 4196468 140726629449904 139665122376720 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28173] ppid=28166 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28173/stat : 28173 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534113 14673342464 19695 33554432000 4194304 4196468 140726629449904 139665121324176 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28174] ppid=28166 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28174/stat : 28174 (java) S 28166 28169 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110534113 14673342464 19695 33554432000 4194304 4196468 140726629449904 139665120271120 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28175] ppid=28166 vsize=14329436 memory=1224 CPUtime=0 cores=0-7
/proc/28169/task/28175/stat : 28175 (java) S 28166 28169 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110534113 14673342464 19695 33554432000 4194304 4196468 140726629449904 139665119218576 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28176] ppid=28166 vsize=14329436 memory=5792 CPUtime=0 cores=0-7
/proc/28169/task/28176/stat : 28176 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534113 14673342464 19695 33554432000 4194304 4196468 140726629449904 139665118165520 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28177] ppid=28166 vsize=14329436 memory=4620 CPUtime=0 cores=0-7
/proc/28169/task/28177/stat : 28177 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534113 14673342464 19695 33554432000 4194304 4196468 140726629449904 139665117112976 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28178] ppid=28166 vsize=14329436 memory=1200 CPUtime=0 cores=0-7
/proc/28169/task/28178/stat : 28178 (java) S 28166 28169 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110534113 14673342464 19695 33554432000 4194304 4196468 140726629449904 139665116059920 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28179] ppid=28166 vsize=14329436 memory=15876 CPUtime=0 cores=0-7
/proc/28169/task/28179/stat : 28179 (java) S 28166 28169 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110534113 14673342464 19695 33554432000 4194304 4196468 140726629449904 139665115007376 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28180] ppid=28166 vsize=14329436 memory=16236 CPUtime=0 cores=0-7
/proc/28169/task/28180/stat : 28180 (java) S 28166 28169 27111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 110534114 14673342464 19695 33554432000 4194304 4196468 140726629449904 139664983898864 139665526225538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0

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

[pid=28169/tid=28178] ppid=28166 vsize=14331484 memory=140659105510848 CPUtime=0 cores=0-7
/proc/28169/task/28178/stat : 28178 (java) S 28166 28169 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110534113 14675439616 54580 33554432000 4194304 4196468 140726629449904 139665116059920 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28179] ppid=28166 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28179/stat : 28179 (java) S 28166 28169 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110534113 14675439616 54580 33554432000 4194304 4196468 140726629449904 139665115007376 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28180] ppid=28166 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28180/stat : 28180 (java) S 28166 28169 27111 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 110534114 14675439616 54580 33554432000 4194304 4196468 140726629449904 139664983898864 139665526225538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28181] ppid=28166 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28181/stat : 28181 (java) S 28166 28169 27111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110534115 14675439616 54580 33554432000 4194304 4196468 140726629449904 139664982845088 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28182] ppid=28166 vsize=14331484 memory=12880606923214 CPUtime=0 cores=0-7
/proc/28169/task/28182/stat : 28182 (java) S 28166 28169 27111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110534115 14675439616 54580 33554432000 4194304 4196468 140726629449904 139664981791984 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28183] ppid=28166 vsize=14331484 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/28169/task/28183/stat : 28183 (java) S 28166 28169 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110534117 14675439616 54580 33554432000 4194304 4196468 140726629449904 139664980740560 139665526232987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28184] ppid=28166 vsize=14331484 memory=15255943717849665 CPUtime=0.45 cores=0-7
/proc/28169/task/28184/stat : 28184 (java) S 28166 28169 27111 0 -1 1077944384 4824 0 0 0 44 1 0 0 20 0 20 0 110534117 14675439616 54580 33554432000 4194304 4196468 140726629449904 139664979687664 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28185] ppid=28166 vsize=14331484 memory=0 CPUtime=0.59 cores=0-7
/proc/28169/task/28185/stat : 28185 (java) S 28166 28169 27111 0 -1 1077944384 4514 0 0 0 58 1 0 0 20 0 20 0 110534117 14675439616 54580 33554432000 4194304 4196468 140726629449904 139664978635120 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28186] ppid=28166 vsize=14331484 memory=0 CPUtime=0.49 cores=0-7
/proc/28169/task/28186/stat : 28186 (java) S 28166 28169 27111 0 -1 1077944384 5242 0 0 0 48 1 0 0 20 0 20 0 110534117 14675439616 54580 33554432000 4194304 4196468 140726629449904 139664977582064 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28187] ppid=28166 vsize=14331484 memory=0 CPUtime=0.47 cores=0-7
/proc/28169/task/28187/stat : 28187 (java) S 28166 28169 27111 0 -1 1077944384 5020 0 0 0 46 1 0 0 20 0 20 0 110534117 14675439616 54580 33554432000 4194304 4196468 140726629449904 139664976529520 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28188] ppid=28166 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28188/stat : 28188 (java) S 28166 28169 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110534117 14675439616 54580 33554432000 4194304 4196468 140726629449904 139664975477728 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28189] ppid=28166 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28189/stat : 28189 (java) S 28166 28169 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110534118 14675439616 54580 33554432000 4194304 4196468 140726629449904 139664974425264 139665526225538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
Current children cumulated CPU time: 3.62 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 218320 KiB

[startup+2.40067 s]
/proc/loadavg: 7.38 8.62 8.75 2/200 28191
/proc/meminfo: memFree=31151192/32770624 swapFree=67108860/67108860
[pid=28169] ppid=28166 vsize=15402688 memory=245752 CPUtime=5.3 cores=0-7
/proc/28169/stat : 28169 (java) S 28166 28169 27111 0 -1 1077944320 42486 0 0 0 513 17 0 0 20 0 18 0 110534111 15772352512 61438 33554432000 4194304 4196468 140726629449904 140726629432448 139665526214391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
/proc/28169/statm: 3850672 61438 3833 1 0 3837866 0
[pid=28169/tid=28171] ppid=28166 vsize=15402688 memory=9023629670928638048 CPUtime=2 cores=0-7
/proc/28169/task/28171/stat : 28171 (java) D 28166 28169 27111 0 -1 4202560 12538 0 0 0 194 6 0 0 20 0 18 0 110534112 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665530457400 139665518900023 0 0 0 16800975 18446744072100256901 0 0 -1 7 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28172] ppid=28166 vsize=15402688 memory=6872598998417432672 CPUtime=0 cores=0-7
/proc/28169/task/28172/stat : 28172 (java) S 28166 28169 27111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665122376720 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28173] ppid=28166 vsize=15402688 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/28169/task/28173/stat : 28173 (java) S 28166 28169 27111 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665121324176 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28174] ppid=28166 vsize=15402688 memory=4137282616176187523 CPUtime=0 cores=0-7
/proc/28169/task/28174/stat : 28174 (java) S 28166 28169 27111 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665120271120 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28175] ppid=28166 vsize=15402688 memory=-9001734043636558696 CPUtime=0 cores=0-7
/proc/28169/task/28175/stat : 28175 (java) S 28166 28169 27111 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665119218576 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28176] ppid=28166 vsize=15402688 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/28169/task/28176/stat : 28176 (java) S 28166 28169 27111 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665118165520 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28177] ppid=28166 vsize=15402688 memory=281318210404592 CPUtime=0 cores=0-7
/proc/28169/task/28177/stat : 28177 (java) S 28166 28169 27111 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665117112976 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28178] ppid=28166 vsize=15402688 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/28169/task/28178/stat : 28178 (java) S 28166 28169 27111 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665116059920 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28179] ppid=28166 vsize=15402688 memory=203984 CPUtime=0 cores=0-7
/proc/28169/task/28179/stat : 28179 (java) S 28166 28169 27111 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665115007376 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28181] ppid=28166 vsize=15402688 memory=281318210768096 CPUtime=0 cores=0-7
/proc/28169/task/28181/stat : 28181 (java) S 28166 28169 27111 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 110534115 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664982845152 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28182] ppid=28166 vsize=15402688 memory=281318210769408 CPUtime=0 cores=0-7
/proc/28169/task/28182/stat : 28182 (java) S 28166 28169 27111 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 18 0 110534115 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664981792000 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28183] ppid=28166 vsize=15402688 memory=281318210769600 CPUtime=0 cores=0-7
/proc/28169/task/28183/stat : 28183 (java) S 28166 28169 27111 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664980739184 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28184] ppid=28166 vsize=15402688 memory=281318210769792 CPUtime=0.59 cores=0-7
/proc/28169/task/28184/stat : 28184 (java) S 28166 28169 27111 0 -1 1077944384 5680 0 0 0 58 1 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664979672720 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28185] ppid=28166 vsize=15402688 memory=281318210769984 CPUtime=0.77 cores=0-7
/proc/28169/task/28185/stat : 28185 (java) S 28166 28169 27111 0 -1 1077944384 5199 0 0 0 75 2 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664978626224 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28186] ppid=28166 vsize=15402688 memory=0 CPUtime=0.86 cores=0-7
/proc/28169/task/28186/stat : 28186 (java) S 28166 28169 27111 0 -1 1077944384 6167 0 0 0 85 1 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664977562464 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28187] ppid=28166 vsize=15402688 memory=0 CPUtime=0.65 cores=0-7
/proc/28169/task/28187/stat : 28187 (java) S 28166 28169 27111 0 -1 1077944384 8546 0 0 0 63 2 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664976523840 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28188] ppid=28166 vsize=15402688 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28188/stat : 28188 (java) S 28166 28169 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664975477728 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
Current children cumulated CPU time: 5.3 s
Current children cumulated vsize: 15402688 KiB
Current children cumulated memory: 245752 KiB

[startup+2.60065 s]
/proc/loadavg: 7.38 8.62 8.75 2/200 28191
/proc/meminfo: memFree=31151192/32770624 swapFree=67108860/67108860
[pid=28169] ppid=28166 vsize=15402688 memory=245752 CPUtime=5.3 cores=0-7
/proc/28169/stat : 28169 (java) S 28166 28169 27111 0 -1 1077944320 42486 0 0 0 513 17 0 0 20 0 18 0 110534111 15772352512 61438 33554432000 4194304 4196468 140726629449904 140726629432448 139665526214391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
/proc/28169/statm: 3850672 61438 3833 1 0 3837866 0
[pid=28169/tid=28171] ppid=28166 vsize=15402688 memory=0 CPUtime=2 cores=0-7
/proc/28169/task/28171/stat : 28171 (java) D 28166 28169 27111 0 -1 4202560 12538 0 0 0 194 6 0 0 20 0 18 0 110534112 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665530457400 139665518900023 0 0 0 16800975 18446744072100256901 0 0 -1 7 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28172] ppid=28166 vsize=15402688 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28172/stat : 28172 (java) S 28166 28169 27111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665122376720 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28173] ppid=28166 vsize=15402688 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28173/stat : 28173 (java) S 28166 28169 27111 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665121324176 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28174] ppid=28166 vsize=15402688 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28174/stat : 28174 (java) S 28166 28169 27111 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665120271120 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28175] ppid=28166 vsize=15402688 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28175/stat : 28175 (java) S 28166 28169 27111 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665119218576 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28176] ppid=28166 vsize=15402688 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28176/stat : 28176 (java) S 28166 28169 27111 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665118165520 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28177] ppid=28166 vsize=15402688 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28177/stat : 28177 (java) S 28166 28169 27111 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665117112976 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28178] ppid=28166 vsize=15402688 memory=34 CPUtime=0 cores=0-7
/proc/28169/task/28178/stat : 28178 (java) S 28166 28169 27111 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665116059920 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28179] ppid=28166 vsize=15402688 memory=37 CPUtime=0 cores=0-7
/proc/28169/task/28179/stat : 28179 (java) S 28166 28169 27111 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665115007376 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28181] ppid=28166 vsize=15402688 memory=40 CPUtime=0 cores=0-7
/proc/28169/task/28181/stat : 28181 (java) S 28166 28169 27111 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 110534115 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664982845152 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28182] ppid=28166 vsize=15402688 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/28169/task/28182/stat : 28182 (java) S 28166 28169 27111 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 18 0 110534115 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664981792000 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28183] ppid=28166 vsize=15402688 memory=491 CPUtime=0 cores=0-7
/proc/28169/task/28183/stat : 28183 (java) S 28166 28169 27111 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664980739184 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28184] ppid=28166 vsize=15402688 memory=281318210748080 CPUtime=0.59 cores=0-7
/proc/28169/task/28184/stat : 28184 (java) S 28166 28169 27111 0 -1 1077944384 5680 0 0 0 58 1 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664979672720 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28185] ppid=28166 vsize=15402688 memory=288230604624101685 CPUtime=0.77 cores=0-7
/proc/28169/task/28185/stat : 28185 (java) S 28166 28169 27111 0 -1 1077944384 5199 0 0 0 75 2 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664978626224 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28186] ppid=28166 vsize=15402688 memory=14699577949293086 CPUtime=0.86 cores=0-7
/proc/28169/task/28186/stat : 28186 (java) S 28166 28169 27111 0 -1 1077944384 6167 0 0 0 85 1 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664977562464 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28187] ppid=28166 vsize=15402688 memory=0 CPUtime=0.65 cores=0-7
/proc/28169/task/28187/stat : 28187 (java) S 28166 28169 27111 0 -1 1077944384 8546 0 0 0 63 2 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664976523840 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28188] ppid=28166 vsize=15402688 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28188/stat : 28188 (java) S 28166 28169 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664975477728 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
Current children cumulated CPU time: 5.3 s
Current children cumulated vsize: 15402688 KiB
Current children cumulated memory: 245752 KiB

[startup+2.70069 s]
/proc/loadavg: 7.38 8.62 8.75 2/200 28191
/proc/meminfo: memFree=31151192/32770624 swapFree=67108860/67108860
[pid=28169] ppid=28166 vsize=15402688 memory=245752 CPUtime=5.3 cores=0-7
/proc/28169/stat : 28169 (java) S 28166 28169 27111 0 -1 1077944320 42486 0 0 0 513 17 0 0 20 0 18 0 110534111 15772352512 61438 33554432000 4194304 4196468 140726629449904 140726629432448 139665526214391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
/proc/28169/statm: 3850672 61438 3833 1 0 3837866 0
[pid=28169/tid=28171] ppid=28166 vsize=15402688 memory=-7751062316387021378 CPUtime=2 cores=0-7
/proc/28169/task/28171/stat : 28171 (java) D 28166 28169 27111 0 -1 4202560 12538 0 0 0 194 6 0 0 20 0 18 0 110534112 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665530457400 139665518900023 0 0 0 16800975 18446744072100256901 0 0 -1 7 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28172] ppid=28166 vsize=15402688 memory=-8316900901535099443 CPUtime=0 cores=0-7
/proc/28169/task/28172/stat : 28172 (java) S 28166 28169 27111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665122376720 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28173] ppid=28166 vsize=15402688 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28173/stat : 28173 (java) S 28166 28169 27111 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665121324176 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28174] ppid=28166 vsize=15402688 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28174/stat : 28174 (java) S 28166 28169 27111 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665120271120 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28175] ppid=28166 vsize=15402688 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/28169/task/28175/stat : 28175 (java) S 28166 28169 27111 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665119218576 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28176] ppid=28166 vsize=15402688 memory=303430270546346295 CPUtime=0 cores=0-7
/proc/28169/task/28176/stat : 28176 (java) S 28166 28169 27111 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665118165520 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28177] ppid=28166 vsize=15402688 memory=15255943717849665 CPUtime=0 cores=0-7
/proc/28169/task/28177/stat : 28177 (java) S 28166 28169 27111 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665117112976 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28178] ppid=28166 vsize=15402688 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28178/stat : 28178 (java) S 28166 28169 27111 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665116059920 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28179] ppid=28166 vsize=15402688 memory=1296 CPUtime=0 cores=0-7
/proc/28169/task/28179/stat : 28179 (java) S 28166 28169 27111 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 18 0 110534113 15772352512 61438 33554432000 4194304 4196468 140726629449904 139665115007376 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28181] ppid=28166 vsize=15402688 memory=2404 CPUtime=0 cores=0-7
/proc/28169/task/28181/stat : 28181 (java) S 28166 28169 27111 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 110534115 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664982845152 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28182] ppid=28166 vsize=15402688 memory=1732 CPUtime=0 cores=0-7
/proc/28169/task/28182/stat : 28182 (java) S 28166 28169 27111 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 18 0 110534115 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664981792000 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28183] ppid=28166 vsize=15402688 memory=796 CPUtime=0 cores=0-7
/proc/28169/task/28183/stat : 28183 (java) S 28166 28169 27111 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664980739184 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28184] ppid=28166 vsize=15402688 memory=232880 CPUtime=0.59 cores=0-7
/proc/28169/task/28184/stat : 28184 (java) S 28166 28169 27111 0 -1 1077944384 5680 0 0 0 58 1 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664979672720 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28185] ppid=28166 vsize=15402688 memory=179552 CPUtime=0.77 cores=0-7
/proc/28169/task/28185/stat : 28185 (java) S 28166 28169 27111 0 -1 1077944384 5199 0 0 0 75 2 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664978626224 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28186] ppid=28166 vsize=15402688 memory=1232 CPUtime=0.86 cores=0-7
/proc/28169/task/28186/stat : 28186 (java) S 28166 28169 27111 0 -1 1077944384 6167 0 0 0 85 1 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664977562464 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28187] ppid=28166 vsize=15402688 memory=648 CPUtime=0.65 cores=0-7
/proc/28169/task/28187/stat : 28187 (java) S 28166 28169 27111 0 -1 1077944384 8546 0 0 0 63 2 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664976523840 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
[pid=28169/tid=28188] ppid=28166 vsize=15402688 memory=0 CPUtime=0 cores=0-7
/proc/28169/task/28188/stat : 28188 (java) S 28166 28169 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 110534117 15772352512 61438 33554432000 4194304 4196468 140726629449904 139664975477728 139665526224597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39792640 140726629454946 140726629455131 140726629455131 140726629457871 0
Current children cumulated CPU time: 5.3 s
Current children cumulated vsize: 15402688 KiB
Current children cumulated memory: 245752 KiB

Child status: 0
Real time (s): 2.72222
CPU time (s): 5.31651
CPU user time (s): 5.1313
CPU system time (s): 0.185212
CPU usage (%): 195.3
Max. virtual memory (cumulated for all children) (KiB): 15402688
Max. memory (cumulated for all children) (KiB): 245752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.1313
system time used= 0.185212
maximum resident set size= 246420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42514
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4817
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 28169
#   total CPU time (s): 5.31651
#   total CPU user time (s): 5.1313
#   total CPU system time (s): 0.185212

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039368 second user time and 0.066586 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-15 07:06:39
IDJOB=4275058
IDBENCH=135084
IDSOLVER=2668
FILE ID=node102/4275058-1502774458
RUNJOBID= node102-1502765606-27138
PBS_JOBID= 20629096
Free space on /tmp= 61912 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-factor/Pb-factor-S9-P251-Q379.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275058-1502774458/watcher-4275058-1502774458 -o /tmp/evaluation-result-4275058-1502774458/solver-4275058-1502774458 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502765606-27138 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 944395478 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275058-1502774458.xml

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

MD5SUM BENCH= ad4397bc1e7476417756f14988918f59
RANDOM SEED=944395478

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31376112 kB
MemAvailable:   31980908 kB
Buffers:          169028 kB
Cached:           718868 kB
SwapCached:            0 kB
Active:           714872 kB
Inactive:         225936 kB
Active(anon):       6128 kB
Inactive(anon):    75040 kB
Active(file):     708744 kB
Inactive(file):   150896 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42912 kB
Writeback:             0 kB
AnonPages:         59456 kB
Mapped:            45416 kB
Shmem:             25228 kB
Slab:             149212 kB
SReclaimable:     121984 kB
SUnreclaim:        27228 kB
KernelStack:        3216 kB
PageTables:         5096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61868 MiB
End job on node102 at 2017-08-15 07:06:42