Trace number 4285418

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 92.949402 36.410702

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-096.xml
MD5SUM3c52232e333025b0260987be45274879
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 benchmark92.949402
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size334
Maximum domain size334
Distribution of domain sizes[{"size":334,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.22/0.41	c version: 2017-08-22
0.22/0.41	c seed: 1817340270
0.22/0.41	c timeout: 20160
0.22/0.41	c memlimit: 22000
0.22/0.41	c nbcore: 8
0.40/0.43	c Parsing instance...
0.90/0.70	c Parsing done, starting search...
92.72/36.38	s SATISFIABLE
92.72/36.38	v <instantiation>
92.72/36.38	v 	<list>
92.72/36.38	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24]
92.72/36.38	v 	</list>
92.72/36.38	v 	<values>
92.72/36.38	v 		297 255 255 236 243 243 215 168 166 236 215 263 298 297 259 190 166 168 259 168 246 166 236 0 0 221 221 213 78 213 225 192 146 168 186 213 186 186 222 221 146 192 78 259 0 0 241 88 168 0 
92.72/36.38	v 	</values>
92.72/36.38	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 (14717 MiB free)
  memory of node 1: 16384 MiB (15236 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285418-1503436683/watcher-4285418-1503436683 -o /tmp/evaluation-result-4285418-1503436683/solver-4285418-1503436683 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1503398597-10165 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1817340270 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285418-1503436683.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=15801, runsolver pid=15798
Current StackSize limit: 8192 KiB


[startup+0.10015 s]*
/proc/loadavg: 8.85 8.82 8.27 1/175 15802
/proc/meminfo: memFree=30673084/32770624 swapFree=67108860/67108860
[pid=15801] ppid=15798 vsize=356952 memory=5516 CPUtime=0 cores=0-7
/proc/15801/stat : 15801 (java) S 15798 15801 10109 0 -1 1077944320 1706 0 0 0 0 0 0 0 20 0 2 0 145888704 365518848 1379 18446744073709551615 4194304 4196468 140730189696048 140730189678592 140237835095799 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
/proc/15801/statm: 89238 1379 1044 1 0 79208 0
[pid=15801/tid=15803] ppid=15798 vsize=356952 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15803/stat : 15803 (java) S 15798 15801 10109 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 2 0 145888715 365518848 1891 18446744073709551615 4194304 4196468 140730189696048 140237839337888 140237835106946 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 356952 KiB
Current children cumulated memory: 5516 KiB

[startup+0.208725 s]*
/proc/loadavg: 8.85 8.82 8.27 1/193 15820
/proc/meminfo: memFree=30664116/32770624 swapFree=67108860/67108860
[pid=15801] ppid=15798 vsize=25997076 memory=24296 CPUtime=0.06 cores=0-7
/proc/15801/stat : 15801 (java) S 15798 15801 10109 0 -1 1077944320 5570 0 0 0 5 1 0 0 20 0 20 0 145888704 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140730189678592 140237835095799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
/proc/15801/statm: 6499269 6074 3291 1 0 6488047 0
[pid=15801/tid=15803] ppid=15798 vsize=25997076 memory=4026532046 CPUtime=0.04 cores=0-7
/proc/15801/task/15803/stat : 15803 (java) R 15798 15801 10109 0 -1 4202560 3653 0 0 0 4 0 0 0 20 0 20 0 145888715 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237839338080 140237835117725 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15804] ppid=15798 vsize=25997076 memory=12918 CPUtime=0 cores=0-7
/proc/15801/task/15804/stat : 15804 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888715 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237397949456 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15805] ppid=15798 vsize=25997076 memory=3545089792196884128 CPUtime=0 cores=0-7
/proc/15801/task/15805/stat : 15805 (java) S 15798 15801 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145888715 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237396896912 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15806] ppid=15798 vsize=25997076 memory=-1 CPUtime=0 cores=0-7
/proc/15801/task/15806/stat : 15806 (java) S 15798 15801 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145888715 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237395843856 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15807] ppid=15798 vsize=25997076 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15807/stat : 15807 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888715 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237394791312 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15808] ppid=15798 vsize=25997076 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15808/stat : 15808 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888715 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237393738256 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15809] ppid=15798 vsize=25997076 memory=-1 CPUtime=0 cores=0-7
/proc/15801/task/15809/stat : 15809 (java) S 15798 15801 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145888715 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237392685712 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15810] ppid=15798 vsize=25997076 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15810/stat : 15810 (java) S 15798 15801 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145888715 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237391632656 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15811] ppid=15798 vsize=25997076 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15811/stat : 15811 (java) S 15798 15801 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145888715 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237390580112 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15812] ppid=15798 vsize=25997076 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15812/stat : 15812 (java) S 15798 15801 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145888717 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237235718896 140237835106946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15813] ppid=15798 vsize=25997076 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15813/stat : 15813 (java) S 15798 15801 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145888717 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237234665120 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15814] ppid=15798 vsize=25997076 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15814/stat : 15814 (java) S 15798 15801 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145888718 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237233612016 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15815] ppid=15798 vsize=25997076 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15815/stat : 15815 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888720 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237232560592 140237835114395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15816] ppid=15798 vsize=25997076 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15816/stat : 15816 (java) S 15798 15801 10109 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 145888720 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237231507696 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15817] ppid=15798 vsize=25997076 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15817/stat : 15817 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888720 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237230455152 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15818] ppid=15798 vsize=25997076 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15818/stat : 15818 (java) S 15798 15801 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145888720 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237229402096 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15819] ppid=15798 vsize=25997076 memory=-1 CPUtime=0 cores=0-7
/proc/15801/task/15819/stat : 15819 (java) S 15798 15801 10109 0 -1 1077944384 226 0 0 0 0 0 0 0 20 0 20 0 145888720 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237228349552 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15820] ppid=15798 vsize=25997076 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15820/stat : 15820 (java) S 15798 15801 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145888720 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237227297760 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15821] ppid=15798 vsize=25997076 memory=-1 CPUtime=0 cores=0-7
/proc/15801/task/15821/stat : 15821 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888725 26621005824 6074 18446744073709551615 4194304 4196468 140730189696048 140237226245296 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 25997076 KiB
Current children cumulated memory: 24296 KiB

[startup+0.309232 s]*
/proc/loadavg: 8.85 8.82 8.27 2/194 15821
/proc/meminfo: memFree=30651216/32770624 swapFree=67108860/67108860
[pid=15801] ppid=15798 vsize=25996608 memory=35024 CPUtime=0.22 cores=0-7
/proc/15801/stat : 15801 (java) S 15798 15801 10109 0 -1 1077944320 10059 0 0 0 19 3 0 0 20 0 20 0 145888704 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140730189678592 140237835095799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
/proc/15801/statm: 6499152 8756 3521 1 0 6487930 0
[pid=15801/tid=15803] ppid=15798 vsize=25996608 memory=-8774313645642428999 CPUtime=0.15 cores=0-7
/proc/15801/task/15803/stat : 15803 (java) R 15798 15801 10109 0 -1 4202560 7739 0 0 0 13 2 0 0 20 0 20 0 145888715 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237839301248 140237835117725 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15804] ppid=15798 vsize=25996608 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15801/task/15804/stat : 15804 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888715 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237397949456 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15805] ppid=15798 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15805/stat : 15805 (java) S 15798 15801 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145888715 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237396896912 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15806] ppid=15798 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15806/stat : 15806 (java) S 15798 15801 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145888715 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237395843856 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15807] ppid=15798 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15807/stat : 15807 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888715 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237394791312 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15808] ppid=15798 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15808/stat : 15808 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888715 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237393738256 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15809] ppid=15798 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15809/stat : 15809 (java) S 15798 15801 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145888715 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237392685712 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15810] ppid=15798 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15810/stat : 15810 (java) S 15798 15801 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145888715 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237391632656 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15811] ppid=15798 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15811/stat : 15811 (java) S 15798 15801 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145888715 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237390580112 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15812] ppid=15798 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15812/stat : 15812 (java) S 15798 15801 10109 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 145888717 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237235718896 140237835106946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15813] ppid=15798 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15813/stat : 15813 (java) S 15798 15801 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145888717 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237234665120 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15814] ppid=15798 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15814/stat : 15814 (java) S 15798 15801 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145888718 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237233612016 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15815] ppid=15798 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15815/stat : 15815 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888720 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237232560592 140237835114395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15816] ppid=15798 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15816/stat : 15816 (java) S 15798 15801 10109 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 20 0 145888720 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237231507696 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15817] ppid=15798 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15817/stat : 15817 (java) R 15798 15801 10109 0 -1 4202560 168 0 0 0 0 0 0 0 20 0 20 0 145888720 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237230455152 140237819516991 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15818] ppid=15798 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15818/stat : 15818 (java) S 15798 15801 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145888720 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237229402096 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15819] ppid=15798 vsize=25996608 memory=0 CPUtime=0.04 cores=0-7
/proc/15801/task/15819/stat : 15819 (java) S 15798 15801 10109 0 -1 1077944384 409 0 0 0 4 0 0 0 20 0 20 0 145888720 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237228349552 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15820] ppid=15798 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15820/stat : 15820 (java) S 15798 15801 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145888720 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237227297760 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15821] ppid=15798 vsize=25996608 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15821/stat : 15821 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888725 26620526592 8756 18446744073709551615 4194304 4196468 140730189696048 140237226245296 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 25996608 KiB
Current children cumulated memory: 35024 KiB

[startup+0.700789 s]
/proc/loadavg: 8.85 8.82 8.27 2/194 15821
/proc/meminfo: memFree=30637372/32770624 swapFree=67108860/67108860
[pid=15801] ppid=15798 vsize=25998676 memory=63128 CPUtime=0.9 cores=0-7
/proc/15801/stat : 15801 (java) S 15798 15801 10109 0 -1 1077944320 14080 0 0 0 84 6 0 0 20 0 20 0 145888704 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140730189678592 140237835095799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
/proc/15801/statm: 6499669 15782 3717 1 0 6488442 0
[pid=15801/tid=15803] ppid=15798 vsize=25998676 memory=0 CPUtime=0.53 cores=0-7
/proc/15801/task/15803/stat : 15803 (java) R 15798 15801 10109 0 -1 4202560 10632 0 0 0 49 4 0 0 20 0 20 0 145888715 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237839329568 140237835117725 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15804] ppid=15798 vsize=25998676 memory=1792 CPUtime=0 cores=0-7
/proc/15801/task/15804/stat : 15804 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888715 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237397949456 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15805] ppid=15798 vsize=25998676 memory=960 CPUtime=0 cores=0-7
/proc/15801/task/15805/stat : 15805 (java) S 15798 15801 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145888715 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237396896912 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15806] ppid=15798 vsize=25998676 memory=1240 CPUtime=0 cores=0-7
/proc/15801/task/15806/stat : 15806 (java) S 15798 15801 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145888715 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237395843856 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15807] ppid=15798 vsize=25998676 memory=2248 CPUtime=0 cores=0-7
/proc/15801/task/15807/stat : 15807 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888715 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237394791312 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15808] ppid=15798 vsize=25998676 memory=4304 CPUtime=0 cores=0-7
/proc/15801/task/15808/stat : 15808 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888715 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237393738256 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15809] ppid=15798 vsize=25998676 memory=1624 CPUtime=0 cores=0-7
/proc/15801/task/15809/stat : 15809 (java) S 15798 15801 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145888715 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237392685712 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15810] ppid=15798 vsize=25998676 memory=928 CPUtime=0 cores=0-7
/proc/15801/task/15810/stat : 15810 (java) S 15798 15801 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145888715 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237391632656 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15811] ppid=15798 vsize=25998676 memory=2164 CPUtime=0 cores=0-7
/proc/15801/task/15811/stat : 15811 (java) S 15798 15801 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145888715 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237390580112 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15812] ppid=15798 vsize=25998676 memory=840 CPUtime=0 cores=0-7
/proc/15801/task/15812/stat : 15812 (java) S 15798 15801 10109 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 145888717 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237235718896 140237835106946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15813] ppid=15798 vsize=25998676 memory=16436 CPUtime=0 cores=0-7
/proc/15801/task/15813/stat : 15813 (java) S 15798 15801 10109 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145888717 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237234665120 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15814] ppid=15798 vsize=25998676 memory=7036 CPUtime=0 cores=0-7
/proc/15801/task/15814/stat : 15814 (java) S 15798 15801 10109 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145888718 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237233612016 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15815] ppid=15798 vsize=25998676 memory=4060 CPUtime=0 cores=0-7
/proc/15801/task/15815/stat : 15815 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888720 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237232560592 140237835114395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15816] ppid=15798 vsize=25998676 memory=1152 CPUtime=0.05 cores=0-7
/proc/15801/task/15816/stat : 15816 (java) S 15798 15801 10109 0 -1 1077944384 619 0 0 0 5 0 0 0 20 0 20 0 145888720 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237231507696 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15817] ppid=15798 vsize=25998676 memory=2368 CPUtime=0.05 cores=0-7
/proc/15801/task/15817/stat : 15817 (java) S 15798 15801 10109 0 -1 1077944384 306 0 0 0 5 0 0 0 20 0 20 0 145888720 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237230455152 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15818] ppid=15798 vsize=25998676 memory=52456 CPUtime=0.06 cores=0-7
/proc/15801/task/15818/stat : 15818 (java) R 15798 15801 10109 0 -1 4202560 349 0 0 0 6 0 0 0 20 0 20 0 145888720 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237229402096 140237815811856 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15819] ppid=15798 vsize=25998676 memory=4116 CPUtime=0.18 cores=0-7
/proc/15801/task/15819/stat : 15819 (java) S 15798 15801 10109 0 -1 1077944384 787 0 0 0 18 0 0 0 20 0 20 0 145888720 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237228349552 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15820] ppid=15798 vsize=25998676 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15820/stat : 15820 (java) S 15798 15801 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145888720 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237227297760 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15821] ppid=15798 vsize=25998676 memory=139830847611488 CPUtime=0 cores=0-7
/proc/15801/task/15821/stat : 15821 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888725 26622644224 15782 18446744073709551615 4194304 4196468 140730189696048 140237226245296 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 25998676 KiB
Current children cumulated memory: 63128 KiB

[startup+1.50086 s]
/proc/loadavg: 8.85 8.82 8.27 6/194 15821
/proc/meminfo: memFree=30594772/32770624 swapFree=67108860/67108860
[pid=15801] ppid=15798 vsize=26002772 memory=189292 CPUtime=3.69 cores=0-7
/proc/15801/stat : 15801 (java) S 15798 15801 10109 0 -1 1077944320 35642 0 0 0 356 13 0 0 20 0 20 0 145888704 26626838528 47323 18446744073709551615 4194304 4196468 140730189696048 140730189678592 140237835095799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
/proc/15801/statm: 6500693 47323 3766 1 0 6489466 0
[pid=15801/tid=15803] ppid=15798 vsize=26002772 memory=56 CPUtime=1.33 cores=0-7
/proc/15801/task/15803/stat : 15803 (java) R 15798 15801 10109 0 -1 4202560 14668 0 0 0 126 7 0 0 20 0 20 0 145888715 26626838528 47323 18446744073709551615 4194304 4196468 140730189696048 140237839323696 140237480400581 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15804] ppid=15798 vsize=26002772 memory=7229229855627896402 CPUtime=0 cores=0-7
/proc/15801/task/15804/stat : 15804 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145888715 26626838528 47323 18446744073709551615 4194304 4196468 140730189696048 140237397949456 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15805] ppid=15798 vsize=26002772 memory=56 CPUtime=0 cores=0-7
/proc/15801/task/15805/stat : 15805 (java) S 15798 15801 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145888715 26626838528 47323 18446744073709551615 4194304 4196468 140730189696048 140237396896912 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15806] ppid=15798 vsize=26002772 memory=12848 CPUtime=0 cores=0-7
/proc/15801/task/15806/stat : 15806 (java) S 15798 15801 10109 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145888715 26626838528 47323 18446744073709551615 4194304 4196468 140730189696048 140237395843856 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0

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

/proc/15801/task/15823/stat : 15823 (java) S 15798 15801 10109 0 -1 1077944384 2225 0 0 0 3 4 0 0 20 0 46 0 145889514 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237212804368 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15824] ppid=15798 vsize=27739616 memory=0 CPUtime=0.73 cores=0-7
/proc/15801/task/15824/stat : 15824 (java) S 15798 15801 10109 0 -1 1077944384 253 0 0 0 73 0 0 0 20 0 46 0 145889524 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237211751568 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15825] ppid=15798 vsize=27739616 memory=0 CPUtime=2.01 cores=0-7
/proc/15801/task/15825/stat : 15825 (java) S 15798 15801 10109 0 -1 1077944384 258 0 0 0 201 0 0 0 20 0 46 0 145889525 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237208601872 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15826] ppid=15798 vsize=27739616 memory=0 CPUtime=0.99 cores=0-7
/proc/15801/task/15826/stat : 15826 (java) S 15798 15801 10109 0 -1 1077944384 400 0 0 0 99 0 0 0 20 0 46 0 145889525 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237207548816 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15827] ppid=15798 vsize=27739616 memory=0 CPUtime=0.9 cores=0-7
/proc/15801/task/15827/stat : 15827 (java) S 15798 15801 10109 0 -1 1077944384 111 0 0 0 90 0 0 0 20 0 46 0 145889527 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237206496272 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15828] ppid=15798 vsize=27739616 memory=279661696296016 CPUtime=1.02 cores=0-7
/proc/15801/task/15828/stat : 15828 (java) S 15798 15801 10109 0 -1 1077944384 123 0 0 0 102 0 0 0 20 0 46 0 145889528 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237205444240 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15829] ppid=15798 vsize=27739616 memory=623420 CPUtime=0.56 cores=0-7
/proc/15801/task/15829/stat : 15829 (java) S 15798 15801 10109 0 -1 1077944384 61 0 0 0 56 0 0 0 20 0 46 0 145889528 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237204391696 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15830] ppid=15798 vsize=27739616 memory=0 CPUtime=0.61 cores=0-7
/proc/15801/task/15830/stat : 15830 (java) S 15798 15801 10109 0 -1 1077944384 77 0 0 0 61 0 0 0 20 0 46 0 145889528 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237203338640 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15831] ppid=15798 vsize=27739616 memory=0 CPUtime=0.37 cores=0-7
/proc/15801/task/15831/stat : 15831 (java) S 15798 15801 10109 0 -1 1077944384 53 0 0 0 37 0 0 0 20 0 46 0 145889528 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237202286096 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15832] ppid=15798 vsize=27739616 memory=0 CPUtime=0.89 cores=0-7
/proc/15801/task/15832/stat : 15832 (java) S 15798 15801 10109 0 -1 1077944384 55 0 0 0 89 0 0 0 20 0 46 0 145889528 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237201233040 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15833] ppid=15798 vsize=27739616 memory=0 CPUtime=1.08 cores=0-7
/proc/15801/task/15833/stat : 15833 (java) S 15798 15801 10109 0 -1 1077944384 64 0 0 0 108 0 0 0 20 0 46 0 145889535 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237200180496 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15834] ppid=15798 vsize=27739616 memory=0 CPUtime=0.35 cores=0-7
/proc/15801/task/15834/stat : 15834 (java) S 15798 15801 10109 0 -1 1077944384 220 0 0 0 35 0 0 0 20 0 46 0 145889536 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237199127440 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15835] ppid=15798 vsize=27739616 memory=0 CPUtime=0.42 cores=0-7
/proc/15801/task/15835/stat : 15835 (java) S 15798 15801 10109 0 -1 1077944384 36 0 0 0 42 0 0 0 20 0 46 0 145889536 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237198074896 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15836] ppid=15798 vsize=27739616 memory=0 CPUtime=1.1 cores=0-7
/proc/15801/task/15836/stat : 15836 (java) S 15798 15801 10109 0 -1 1077944384 40 0 0 0 110 0 0 0 20 0 46 0 145889536 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237197022864 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15837] ppid=15798 vsize=27739616 memory=0 CPUtime=0.98 cores=0-7
/proc/15801/task/15837/stat : 15837 (java) S 15798 15801 10109 0 -1 1077944384 35 0 0 0 98 0 0 0 20 0 46 0 145889536 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237195970320 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15838] ppid=15798 vsize=27739616 memory=0 CPUtime=4.64 cores=0-7
/proc/15801/task/15838/stat : 15838 (java) S 15798 15801 10109 0 -1 1077944384 243 0 0 0 464 0 0 0 20 0 46 0 145889536 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237194917264 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15839] ppid=15798 vsize=27739616 memory=623420 CPUtime=24.03 cores=0-7
/proc/15801/task/15839/stat : 15839 (java) R 15798 15801 10109 0 -1 4202560 6814 0 0 0 2394 9 0 0 20 0 46 0 145889537 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237193858160 140237483476974 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15840] ppid=15798 vsize=27739616 memory=4123099541945135155 CPUtime=0.97 cores=0-7
/proc/15801/task/15840/stat : 15840 (java) S 15798 15801 10109 0 -1 1077944384 97 0 0 0 97 0 0 0 20 0 46 0 145889547 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140236988306576 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15841] ppid=15798 vsize=27739616 memory=7662985161267374442 CPUtime=1.04 cores=0-7
/proc/15801/task/15841/stat : 15841 (java) S 15798 15801 10109 0 -1 1077944384 102 0 0 0 104 0 0 0 20 0 46 0 145889551 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140236987254032 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15842] ppid=15798 vsize=27739616 memory=7234866149818264152 CPUtime=0.93 cores=0-7
/proc/15801/task/15842/stat : 15842 (java) S 15798 15801 10109 0 -1 1077944384 69 0 0 0 93 0 0 0 20 0 46 0 145889552 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140236986200976 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15843] ppid=15798 vsize=27739616 memory=7662985161267374442 CPUtime=0.68 cores=0-7
/proc/15801/task/15843/stat : 15843 (java) S 15798 15801 10109 0 -1 1077944384 59 0 0 0 67 1 0 0 20 0 46 0 145889552 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140236985148432 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15844] ppid=15798 vsize=27739616 memory=6944656592455359580 CPUtime=0.35 cores=0-7
/proc/15801/task/15844/stat : 15844 (java) S 15798 15801 10109 0 -1 1077944384 59 0 0 0 35 0 0 0 20 0 46 0 145889552 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140236984096400 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15845] ppid=15798 vsize=27739616 memory=7662985161267374442 CPUtime=24.88 cores=0-7
/proc/15801/task/15845/stat : 15845 (java) R 15798 15801 10109 0 -1 4202560 8310 0 0 0 2483 5 0 0 20 0 46 0 145889552 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140236983037296 140237486230448 0 4 1 16800974 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15846] ppid=15798 vsize=27739616 memory=4125967206535028837 CPUtime=0.99 cores=0-7
/proc/15801/task/15846/stat : 15846 (java) S 15798 15801 10109 0 -1 1077944384 50 0 0 0 99 0 0 0 20 0 46 0 145889554 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140236981990800 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15847] ppid=15798 vsize=27739616 memory=7662985161267374442 CPUtime=1.58 cores=0-7
/proc/15801/task/15847/stat : 15847 (java) S 15798 15801 10109 0 -1 1077944384 132 0 0 0 158 0 0 0 20 0 46 0 145889554 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140236980938256 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
Current children cumulated CPU time: 90.52 s
Current children cumulated vsize: 27739616 KiB
Current children cumulated memory: 616236 KiB

[startup+36.0016 s]*
/proc/loadavg: 6.17 8.17 8.08 3/220 15848
/proc/meminfo: memFree=30068256/32770624 swapFree=67108860/67108860
[pid=15801] ppid=15798 vsize=27739616 memory=616236 CPUtime=92.14 cores=0-7
/proc/15801/stat : 15801 (java) S 15798 15801 10109 0 -1 1077944320 97533 0 0 0 9151 63 0 0 20 0 46 0 145888704 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140730189678592 140237835095799 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
/proc/15801/statm: 6934904 154059 3811 1 0 6923156 0
[pid=15801/tid=15803] ppid=15798 vsize=27739616 memory=-8774313645642428999 CPUtime=7.65 cores=0-7
/proc/15801/task/15803/stat : 15803 (java) S 15798 15801 10109 0 -1 1077944384 18534 0 0 0 756 9 0 0 20 0 46 0 145888715 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237839333504 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15804] ppid=15798 vsize=27739616 memory=4872558044660077418 CPUtime=0.08 cores=0-7
/proc/15801/task/15804/stat : 15804 (java) S 15798 15801 10109 0 -1 1077944384 1130 0 0 0 7 1 0 0 20 0 46 0 145888715 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237397949456 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15805] ppid=15798 vsize=27739616 memory=7680491646476186387 CPUtime=0.1 cores=0-7
/proc/15801/task/15805/stat : 15805 (java) S 15798 15801 10109 0 -1 1077944384 683 0 0 0 8 2 0 0 20 0 46 0 145888715 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237396896912 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15806] ppid=15798 vsize=27739616 memory=1399096207214678387 CPUtime=0.08 cores=0-7
/proc/15801/task/15806/stat : 15806 (java) S 15798 15801 10109 0 -1 1077944384 1674 0 0 0 7 1 0 0 20 0 46 0 145888715 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237395843856 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15807] ppid=15798 vsize=27739616 memory=8475934422144292502 CPUtime=0.09 cores=0-7
/proc/15801/task/15807/stat : 15807 (java) S 15798 15801 10109 0 -1 1077944384 1360 0 0 0 7 2 0 0 20 0 46 0 145888715 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237394791312 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15808] ppid=15798 vsize=27739616 memory=6944656575208382560 CPUtime=0.1 cores=0-7
/proc/15801/task/15808/stat : 15808 (java) S 15798 15801 10109 0 -1 1077944384 468 0 0 0 8 2 0 0 20 0 46 0 145888715 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237393738256 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15809] ppid=15798 vsize=27739616 memory=0 CPUtime=0.09 cores=0-7
/proc/15801/task/15809/stat : 15809 (java) S 15798 15801 10109 0 -1 1077944384 1390 0 0 0 7 2 0 0 20 0 46 0 145888715 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237392685712 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15810] ppid=15798 vsize=27739616 memory=0 CPUtime=0.09 cores=0-7
/proc/15801/task/15810/stat : 15810 (java) S 15798 15801 10109 0 -1 1077944384 2485 0 0 0 8 1 0 0 20 0 46 0 145888715 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237391632656 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15811] ppid=15798 vsize=27739616 memory=0 CPUtime=0.09 cores=0-7
/proc/15801/task/15811/stat : 15811 (java) S 15798 15801 10109 0 -1 1077944384 1163 0 0 0 7 2 0 0 20 0 46 0 145888715 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237390580112 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15812] ppid=15798 vsize=27739616 memory=0 CPUtime=0.05 cores=0-7
/proc/15801/task/15812/stat : 15812 (java) S 15798 15801 10109 0 -1 1077944384 3532 0 0 0 4 1 0 0 20 0 46 0 145888717 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237235718896 140237835106946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15813] ppid=15798 vsize=27739616 memory=67912022900380 CPUtime=0 cores=0-7
/proc/15801/task/15813/stat : 15813 (java) S 15798 15801 10109 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 46 0 145888717 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237234665184 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15814] ppid=15798 vsize=27739616 memory=0 CPUtime=0 cores=0-7
/proc/15801/task/15814/stat : 15814 (java) S 15798 15801 10109 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 46 0 145888718 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237233612032 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15815] ppid=15798 vsize=27739616 memory=-8774313645642428999 CPUtime=0 cores=0-7
/proc/15801/task/15815/stat : 15815 (java) S 15798 15801 10109 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 145888720 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237232560592 140237835114395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15816] ppid=15798 vsize=27739616 memory=5787213921268023392 CPUtime=2.76 cores=0-7
/proc/15801/task/15816/stat : 15816 (java) S 15798 15801 10109 0 -1 1077944384 11437 0 0 0 274 2 0 0 20 0 46 0 145888720 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237231507696 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 57 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15817] ppid=15798 vsize=27739616 memory=6075444203199021152 CPUtime=2.4 cores=0-7
/proc/15801/task/15817/stat : 15817 (java) S 15798 15801 10109 0 -1 1077944384 8830 0 0 0 238 2 0 0 20 0 46 0 145888720 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237230455152 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 58 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15818] ppid=15798 vsize=27739616 memory=6075444203199021152 CPUtime=3.49 cores=0-7
/proc/15801/task/15818/stat : 15818 (java) S 15798 15801 10109 0 -1 1077944384 13553 0 0 0 347 2 0 0 20 0 46 0 145888720 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237229402096 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15819] ppid=15798 vsize=27739616 memory=7373606795787395648 CPUtime=0.9 cores=0-7
/proc/15801/task/15819/stat : 15819 (java) S 15798 15801 10109 0 -1 1077944384 9514 0 0 0 88 2 0 0 20 0 46 0 145888720 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237228349552 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 57 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15820] ppid=15798 vsize=27739616 memory=7374470943474737728 CPUtime=0 cores=0-7
/proc/15801/task/15820/stat : 15820 (java) S 15798 15801 10109 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 145888720 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237227297760 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15821] ppid=15798 vsize=27739616 memory=5794535552017514594 CPUtime=0 cores=0-7
/proc/15801/task/15821/stat : 15821 (java) S 15798 15801 10109 0 -1 1077944384 250 0 0 0 0 0 0 0 20 0 46 0 145888725 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237226245296 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 62 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15822] ppid=15798 vsize=27739616 memory=35588 CPUtime=0.01 cores=0-7
/proc/15801/task/15822/stat : 15822 (java) S 15798 15801 10109 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 46 0 145889503 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237215953872 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15823] ppid=15798 vsize=27739616 memory=1308338 CPUtime=0.07 cores=0-7
/proc/15801/task/15823/stat : 15823 (java) S 15798 15801 10109 0 -1 1077944384 2228 0 0 0 3 4 0 0 20 0 46 0 145889514 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237212804368 140237835106946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15824] ppid=15798 vsize=27739616 memory=6944652177228980320 CPUtime=0.73 cores=0-7
/proc/15801/task/15824/stat : 15824 (java) S 15798 15801 10109 0 -1 1077944384 253 0 0 0 73 0 0 0 20 0 46 0 145889524 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237211751568 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15825] ppid=15798 vsize=27739616 memory=-8823246064971903881 CPUtime=2.01 cores=0-7
/proc/15801/task/15825/stat : 15825 (java) S 15798 15801 10109 0 -1 1077944384 258 0 0 0 201 0 0 0 20 0 46 0 145889525 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237208601872 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15826] ppid=15798 vsize=27739616 memory=0 CPUtime=0.99 cores=0-7
/proc/15801/task/15826/stat : 15826 (java) S 15798 15801 10109 0 -1 1077944384 400 0 0 0 99 0 0 0 20 0 46 0 145889525 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237207548816 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15827] ppid=15798 vsize=27739616 memory=0 CPUtime=0.9 cores=0-7
/proc/15801/task/15827/stat : 15827 (java) S 15798 15801 10109 0 -1 1077944384 111 0 0 0 90 0 0 0 20 0 46 0 145889527 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237206496272 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15828] ppid=15798 vsize=27739616 memory=0 CPUtime=1.02 cores=0-7
/proc/15801/task/15828/stat : 15828 (java) S 15798 15801 10109 0 -1 1077944384 123 0 0 0 102 0 0 0 20 0 46 0 145889528 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237205444240 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15829] ppid=15798 vsize=27739616 memory=0 CPUtime=0.56 cores=0-7
/proc/15801/task/15829/stat : 15829 (java) S 15798 15801 10109 0 -1 1077944384 61 0 0 0 56 0 0 0 20 0 46 0 145889528 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237204391696 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15830] ppid=15798 vsize=27739616 memory=0 CPUtime=0.61 cores=0-7
/proc/15801/task/15830/stat : 15830 (java) S 15798 15801 10109 0 -1 1077944384 77 0 0 0 61 0 0 0 20 0 46 0 145889528 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237203338640 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15831] ppid=15798 vsize=27739616 memory=3472592183261933599 CPUtime=0.37 cores=0-7
/proc/15801/task/15831/stat : 15831 (java) S 15798 15801 10109 0 -1 1077944384 53 0 0 0 37 0 0 0 20 0 46 0 145889528 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237202286096 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15832] ppid=15798 vsize=27739616 memory=7512120045554986598 CPUtime=0.89 cores=0-7
/proc/15801/task/15832/stat : 15832 (java) S 15798 15801 10109 0 -1 1077944384 55 0 0 0 89 0 0 0 20 0 46 0 145889528 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237201233040 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15833] ppid=15798 vsize=27739616 memory=7230921007607278949 CPUtime=1.08 cores=0-7
/proc/15801/task/15833/stat : 15833 (java) S 15798 15801 10109 0 -1 1077944384 64 0 0 0 108 0 0 0 20 0 46 0 145889535 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237200180496 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15834] ppid=15798 vsize=27739616 memory=6369329471235385962 CPUtime=0.35 cores=0-7
/proc/15801/task/15834/stat : 15834 (java) S 15798 15801 10109 0 -1 1077944384 220 0 0 0 35 0 0 0 20 0 46 0 145889536 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237199127440 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15835] ppid=15798 vsize=27739616 memory=288283368364442532 CPUtime=0.42 cores=0-7
/proc/15801/task/15835/stat : 15835 (java) S 15798 15801 10109 0 -1 1077944384 36 0 0 0 42 0 0 0 20 0 46 0 145889536 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237198074896 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15836] ppid=15798 vsize=27739616 memory=-7378486588396762815 CPUtime=1.1 cores=0-7
/proc/15801/task/15836/stat : 15836 (java) S 15798 15801 10109 0 -1 1077944384 40 0 0 0 110 0 0 0 20 0 46 0 145889536 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237197022864 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15837] ppid=15798 vsize=27739616 memory=0 CPUtime=0.98 cores=0-7
/proc/15801/task/15837/stat : 15837 (java) S 15798 15801 10109 0 -1 1077944384 35 0 0 0 98 0 0 0 20 0 46 0 145889536 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237195970320 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15838] ppid=15798 vsize=27739616 memory=3472592183261933599 CPUtime=4.64 cores=0-7
/proc/15801/task/15838/stat : 15838 (java) S 15798 15801 10109 0 -1 1077944384 243 0 0 0 464 0 0 0 20 0 46 0 145889536 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237194917264 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15839] ppid=15798 vsize=27739616 memory=2319810530761797696 CPUtime=24.84 cores=0-7
/proc/15801/task/15839/stat : 15839 (java) R 15798 15801 10109 0 -1 4202560 6856 0 0 0 2475 9 0 0 20 0 46 0 145889537 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140237193861056 140237816502116 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15840] ppid=15798 vsize=27739616 memory=0 CPUtime=0.97 cores=0-7
/proc/15801/task/15840/stat : 15840 (java) S 15798 15801 10109 0 -1 1077944384 97 0 0 0 97 0 0 0 20 0 46 0 145889547 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140236988306576 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15841] ppid=15798 vsize=27739616 memory=7593439925358322000 CPUtime=1.04 cores=0-7
/proc/15801/task/15841/stat : 15841 (java) S 15798 15801 10109 0 -1 1077944384 102 0 0 0 104 0 0 0 20 0 46 0 145889551 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140236987254032 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15842] ppid=15798 vsize=27739616 memory=7594597732829916260 CPUtime=0.93 cores=0-7
/proc/15801/task/15842/stat : 15842 (java) S 15798 15801 10109 0 -1 1077944384 69 0 0 0 93 0 0 0 20 0 46 0 145889552 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140236986200976 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15843] ppid=15798 vsize=27739616 memory=7230645025961766505 CPUtime=0.68 cores=0-7
/proc/15801/task/15843/stat : 15843 (java) S 15798 15801 10109 0 -1 1077944384 59 0 0 0 67 1 0 0 20 0 46 0 145889552 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140236985148432 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15844] ppid=15798 vsize=27739616 memory=6947763778023286894 CPUtime=0.35 cores=0-7
/proc/15801/task/15844/stat : 15844 (java) S 15798 15801 10109 0 -1 1077944384 59 0 0 0 35 0 0 0 20 0 46 0 145889552 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140236984096400 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15845] ppid=15798 vsize=27739616 memory=0 CPUtime=25.69 cores=0-7
/proc/15801/task/15845/stat : 15845 (java) R 15798 15801 10109 0 -1 4202560 8338 0 0 0 2564 5 0 0 20 0 46 0 145889552 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140236983036736 140237484097438 0 4 1 16800974 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15846] ppid=15798 vsize=27739616 memory=3907215935633831727 CPUtime=0.99 cores=0-7
/proc/15801/task/15846/stat : 15846 (java) S 15798 15801 10109 0 -1 1077944384 50 0 0 0 99 0 0 0 20 0 46 0 145889554 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140236981990800 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
[pid=15801/tid=15847] ppid=15798 vsize=27739616 memory=72206990181364 CPUtime=1.58 cores=0-7
/proc/15801/task/15847/stat : 15847 (java) S 15798 15801 10109 0 -1 1077944384 132 0 0 0 158 0 0 0 20 0 46 0 145889554 28405366784 154059 18446744073709551615 4194304 4196468 140730189696048 140236980938256 140237835106005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140730189697387 140730189697573 140730189697573 140730189701071 0
Current children cumulated CPU time: 92.14 s
Current children cumulated vsize: 27739616 KiB
Current children cumulated memory: 616236 KiB

[startup+36.4016 s]*
/proc/loadavg: 6.17 8.17 8.08 2/176 15849
/proc/meminfo: memFree=30601820/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 36.4107
CPU time (s): 92.9494
CPU user time (s): 92.2873
CPU system time (s): 0.662128
CPU usage (%): 255.28
Max. virtual memory (cumulated for all children) (KiB): 27739616
Max. memory (cumulated for all children) (KiB): 676748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.2873
system time used= 0.662128
maximum resident set size= 678820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102865
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16340
involuntary context switches= 2150


# summary of solver processes directly reported to runsolver:
#   pid: 15801
#   total CPU time (s): 92.9494
#   total CPU user time (s): 92.2873
#   total CPU system time (s): 0.662128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.399913 second user time and 0.471156 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-22 23:03:54
IDJOB=4285418
IDBENCH=127848
IDSOLVER=2681
FILE ID=node125/4285418-1503436683
RUNJOBID= node125-1503398597-10165
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-096.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-4285418-1503436683/watcher-4285418-1503436683 -o /tmp/evaluation-result-4285418-1503436683/solver-4285418-1503436683 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1503398597-10165 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1817340270 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285418-1503436683.xml

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

MD5SUM BENCH= 3c52232e333025b0260987be45274879
RANDOM SEED=1817340270

node125.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.07
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.07
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.07
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.07
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:        30674016 kB
MemAvailable:   31955888 kB
Buffers:          338848 kB
Cached:          1255996 kB
SwapCached:            0 kB
Active:           944052 kB
Inactive:         706380 kB
Active(anon):      55928 kB
Inactive(anon):    57676 kB
Active(file):     888124 kB
Inactive(file):   648704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42292 kB
Writeback:             0 kB
AnonPages:         55588 kB
Mapped:            68856 kB
Shmem:             58020 kB
Slab:             147784 kB
SReclaimable:     121756 kB
SUnreclaim:        26028 kB
KernelStack:        3072 kB
PageTables:         4548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     330848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61988 MiB
End job on node125 at 2017-08-22 23:04:31