Trace number 4263163

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
sat4j-CSP 2017-07-05OPT6 13.8416 9.8659296

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-03.xml
MD5SUM7be818acedb52ac703edcbfe3be7901c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.032563999
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints47
Number of domains4
Minimum domain size2
Maximum domain size51
Distribution of domain sizes[{"size":2,"count":25},{"size":3,"count":25},{"size":10,"count":1},{"size":51,"count":5}]
Minimum variable degree1
Maximum variable degree9
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":22},{"degree":3,"count":8},{"degree":4,"count":12},{"degree":6,"count":1},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":17},{"arity":3,"count":12},{"arity":5,"count":4},{"arity":6,"count":1},{"arity":7,"count":4},{"arity":10,"count":9}]
Number of extensional constraints21
Number of intensional constraints16
Distribution of constraint types[{"type":"extension","count":21},{"type":"intension","count":16},{"type":"sum","count":6},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

4.77/1.91	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
4.77/1.91	c This is free software under the dual EPL/GNU LGPL licenses.
4.77/1.91	c See www.sat4j.org for details.
4.77/1.91	c That software uses the Rhino library from the Mozilla project.
4.77/1.91	c version CUSTOM.v20170705
4.77/1.91	c java.runtime.name	Java(TM) SE Runtime Environment
4.77/1.91	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
4.77/1.91	c java.vm.version	25.131-b11
4.77/1.91	c java.vm.vendor	Oracle Corporation
4.77/1.91	c sun.arch.data.model	64
4.77/1.91	c java.version		1.8.0_131
4.77/1.91	c os.name		Linux
4.77/1.91	c os.version		3.10.0-514.16.1.el7.x86_64
4.77/1.91	c os.arch		amd64
4.77/1.91	c Free memory 		499604488
4.77/1.91	c Max memory 		7247757312
4.77/1.91	c Total memory 		504889344
4.77/1.91	c Number of processors 	4
4.77/1.91	c c --- Begin Solver configuration ---
4.77/1.91	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
4.77/1.91	c Learn all clauses as in MiniSAT
4.77/1.91	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
4.77/1.91	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
4.77/1.91	c No reason simplification
4.77/1.91	c Glucose 2.1 dynamic restart strategy
4.77/1.91	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
4.77/1.91	c timeout=2147483s
4.77/1.91	c DB Simplification allowed=false
4.77/1.91	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
4.77/1.91	c --- End Solver configuration ---
4.77/1.91	c constraints type 
4.77/1.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 112
4.77/1.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 158977
4.77/1.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 237269
4.77/1.91	c org.sat4j.specs.Constr$1 => 2090
4.77/1.91	c org.sat4j.minisat.constraints.cnf.UnitClause => 26142
4.77/1.91	c 424590 constraints processed.
9.77/6.05	o 4
10.88/7.05	o 5
13.72/9.63	o 6
13.82/9.85	c starts		: 11
13.82/9.85	c conflicts		: 2187
13.82/9.85	c decisions		: 1140362
13.82/9.85	c propagations		: 21919978
13.82/9.85	c inspects		: 26243374
13.82/9.85	c shortcuts		: 0
13.82/9.85	c learnt literals	: 69
13.82/9.85	c learnt binary clauses	: 107
13.82/9.85	c learnt ternary clauses	: 38
13.82/9.85	c learnt constraints	: 2118
13.82/9.85	c ignored constraints	: 0
13.82/9.85	c root simplifications	: 0
13.82/9.85	c removed literals (reason simplification)	: 0
13.82/9.85	c reason swapping (by a shorter reason)	: 0
13.82/9.85	c Calls to reduceDB	: 0
13.82/9.85	c Number of update (reduction) of LBD	: 1329
13.82/9.85	c Imported unit clauses	: 0
13.82/9.85	c number of reductions to clauses (during analyze)	: 0
13.82/9.85	c number of learned constraints concerned by reduction	: 0
13.82/9.85	c number of learning phase by resolution	: 0
13.82/9.85	c number of learning phase by cutting planes	: 0
13.82/9.85	c number of rounding to 1 operations	: 0
13.82/9.85	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
13.82/9.85	c number of reductions of the coefficients by power 2 	: 0
13.82/9.85	c number of right shift for reduction by power 2 	: 0
13.82/9.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
13.82/9.85	c speed (assignments/second)	: 2775383.3881995445
13.82/9.85	c non guided choices	180477
13.82/9.85	c learnt constraints type 
13.82/9.85	s OPTIMUM FOUND
13.82/9.85	v <instantiation type="optimum" cost="6">
13.82/9.85	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] ws[0] ws[1] ws[2] ws[3] ws[4] z </list>
13.82/9.85	v 	<values> 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 2 0 0 0 0 0 0 1 0 0 0 1 0 1 2 4 5 6 6 </values>
13.82/9.85	v </instantiation>
13.82/9.85	

Verifier Data

OK	6

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 (15368 MiB free)
  memory of node 1: 16384 MiB (7492 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263163-1502605733/watcher-4263163-1502605733 -o /tmp/evaluation-result-4263163-1502605733/solver-4263163-1502605733 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263163-1502605733.xml 

running on 4 cores: 0,2,4,6

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

solver pid=19179, runsolver pid=19176

[startup+0.100059 s]*
/proc/loadavg: 7.38 6.19 5.05 6/201 19181
/proc/meminfo: memFree=23407080/32770624 swapFree=67108776/67108860
[pid=19179] ppid=19176 vsize=9936560 memory=14580 CPUtime=0 cores=0,2,4,6
/proc/19179/stat : 19179 (java) S 19176 19179 7084 0 -1 1077944320 3474 0 0 0 0 0 0 0 20 0 6 0 160226108 10175037440 3645 18446744073709551615 4194304 4196468 140730325790176 140730325772720 140034825965303 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
/proc/19179/statm: 2484140 3645 1921 1 0 2473637 0
[pid=19179/tid=19181] ppid=19176 vsize=9936560 memory=-6226617281841041761 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19181/stat : 19181 (java) R 19176 19179 7084 0 -1 4202560 2197 0 0 0 0 0 0 0 20 0 6 0 160226117 10175037440 3645 18446744073709551615 4194304 4196468 140730325790176 140034830201424 140034810045790 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19182] ppid=19176 vsize=9936560 memory=5767616036058061193 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19182/stat : 19182 (java) S 19176 19179 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 160226118 10175037440 3645 18446744073709551615 4194304 4196468 140730325790176 140034793523984 140034825975509 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19183] ppid=19176 vsize=9936560 memory=139675807655552 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19183/stat : 19183 (java) S 19176 19179 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 160226118 10175037440 3645 18446744073709551615 4194304 4196468 140730325790176 140034435529616 140034825975509 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19184] ppid=19176 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19184/stat : 19184 (java) S 19176 19179 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 160226118 10175037440 3711 18446744073709551615 4194304 4196468 140730325790176 140034434477072 140034825975509 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19185] ppid=19176 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19185/stat : 19185 (java) S 19176 19179 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 160226118 10175037440 3711 18446744073709551615 4194304 4196468 140730325790176 140034433424528 140034825975509 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 14580 KiB

[startup+0.210157 s]*
/proc/loadavg: 7.38 6.19 5.05 6/214 19194
/proc/meminfo: memFree=23394684/32770624 swapFree=67108776/67108860
[pid=19179] ppid=19176 vsize=10552180 memory=28968 CPUtime=0.11 cores=0,2,4,6
/proc/19179/stat : 19179 (java) S 19176 19179 7084 0 -1 1077944320 5698 0 0 0 9 2 0 0 20 0 15 0 160226108 10805432320 7242 18446744073709551615 4194304 4196468 140730325790176 140730325772720 140034825965303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
/proc/19179/statm: 2638045 7242 2806 1 0 2627517 0
[pid=19179/tid=19181] ppid=19176 vsize=10552180 memory=7754523941517828766 CPUtime=0.08 cores=0,2,4,6
/proc/19179/task/19181/stat : 19181 (java) R 19176 19179 7084 0 -1 4202560 3627 0 0 0 7 1 0 0 20 0 15 0 160226117 10805432320 7242 18446744073709551615 4194304 4196468 140730325790176 140034830153648 140034818645021 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19182] ppid=19176 vsize=10552180 memory=732369814145108965 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19182/stat : 19182 (java) S 19176 19179 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160226118 10805432320 7242 18446744073709551615 4194304 4196468 140730325790176 140034793523984 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19183] ppid=19176 vsize=10552180 memory=139675807655552 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19183/stat : 19183 (java) S 19176 19179 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160226118 10805432320 7242 18446744073709551615 4194304 4196468 140730325790176 140034435529616 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19184] ppid=19176 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19184/stat : 19184 (java) S 19176 19179 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160226118 10806415360 7242 18446744073709551615 4194304 4196468 140730325790176 140034434477072 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19185] ppid=19176 vsize=10553140 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19185/stat : 19185 (java) S 19176 19179 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160226118 10806415360 7242 18446744073709551615 4194304 4196468 140730325790176 140034433424528 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19186] ppid=19176 vsize=10553140 memory=139675807655552 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19186/stat : 19186 (java) S 19176 19179 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160226119 10806415360 7308 18446744073709551615 4194304 4196468 140730325790176 140034390005744 140034825976450 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19187] ppid=19176 vsize=10553140 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19187/stat : 19187 (java) S 19176 19179 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160226120 10806415360 7308 18446744073709551615 4194304 4196468 140730325790176 140034321671072 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19188] ppid=19176 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19188/stat : 19188 (java) S 19176 19179 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160226120 10806415360 7308 18446744073709551615 4194304 4196468 140730325790176 140034320618480 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19189] ppid=19176 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19189/stat : 19189 (java) S 19176 19179 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160226123 10806415360 7308 18446744073709551615 4194304 4196468 140730325790176 140034319567056 140034825983899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19190] ppid=19176 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19190/stat : 19190 (java) S 19176 19179 7084 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 160226123 10806415360 7308 18446744073709551615 4194304 4196468 140730325790176 140034318514672 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19191] ppid=19176 vsize=10553140 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19191/stat : 19191 (java) S 19176 19179 7084 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 160226123 10806415360 7308 18446744073709551615 4194304 4196468 140730325790176 140034317462128 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19192] ppid=19176 vsize=10553140 memory=139675807655552 CPUtime=0.01 cores=0,2,4,6
/proc/19179/task/19192/stat : 19192 (java) S 19176 19179 7084 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 160226123 10806415360 7308 18446744073709551615 4194304 4196468 140730325790176 140034316409584 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19193] ppid=19176 vsize=10553140 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19193/stat : 19193 (java) S 19176 19179 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160226123 10806415360 7308 18446744073709551615 4194304 4196468 140730325790176 140034315357280 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19194] ppid=19176 vsize=10553140 memory=139675807655552 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19194/stat : 19194 (java) S 19176 19179 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160226126 10806415360 7308 18446744073709551615 4194304 4196468 140730325790176 140034314303792 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 28968 KiB

[startup+0.310497 s]*
/proc/loadavg: 7.38 6.19 5.05 6/214 19194
/proc/meminfo: memFree=23384296/32770624 swapFree=67108776/67108860
[pid=19179] ppid=19176 vsize=10551156 memory=36944 CPUtime=0.25 cores=0,2,4,6
/proc/19179/stat : 19179 (java) S 19176 19179 7084 0 -1 1077944320 8513 0 0 0 22 3 0 0 20 0 15 0 160226108 10804383744 9236 18446744073709551615 4194304 4196468 140730325790176 140730325772720 140034825965303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
/proc/19179/statm: 2637789 9236 2875 1 0 2627261 0
[pid=19179/tid=19181] ppid=19176 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/19179/task/19181/stat : 19181 (java) R 19176 19179 7084 0 -1 4202560 6193 0 0 0 15 2 0 0 20 0 15 0 160226117 10804383744 9236 18446744073709551615 4194304 4196468 140730325790176 140034830196704 140034804410094 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19182] ppid=19176 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19182/stat : 19182 (java) S 19176 19179 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160226118 10804383744 9236 18446744073709551615 4194304 4196468 140730325790176 140034793523984 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19183] ppid=19176 vsize=10551156 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19183/stat : 19183 (java) S 19176 19179 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160226118 10804383744 9236 18446744073709551615 4194304 4196468 140730325790176 140034435529616 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19184] ppid=19176 vsize=10551156 memory=139675807662545 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19184/stat : 19184 (java) S 19176 19179 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160226118 10804383744 9236 18446744073709551615 4194304 4196468 140730325790176 140034434477072 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19185] ppid=19176 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19185/stat : 19185 (java) S 19176 19179 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160226118 10804383744 9236 18446744073709551615 4194304 4196468 140730325790176 140034433424528 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19186] ppid=19176 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19186/stat : 19186 (java) S 19176 19179 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160226119 10804383744 9236 18446744073709551615 4194304 4196468 140730325790176 140034390005744 140034825976450 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19187] ppid=19176 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19187/stat : 19187 (java) S 19176 19179 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160226120 10804383744 9236 18446744073709551615 4194304 4196468 140730325790176 140034321671072 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19188] ppid=19176 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19188/stat : 19188 (java) S 19176 19179 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160226120 10804383744 9236 18446744073709551615 4194304 4196468 140730325790176 140034320618480 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19189] ppid=19176 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19189/stat : 19189 (java) S 19176 19179 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160226123 10804383744 9236 18446744073709551615 4194304 4196468 140730325790176 140034319567056 140034825983899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19190] ppid=19176 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19179/task/19190/stat : 19190 (java) S 19176 19179 7084 0 -1 1077944384 357 0 0 0 1 0 0 0 20 0 15 0 160226123 10804383744 9236 18446744073709551615 4194304 4196468 140730325790176 140034318514672 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19191] ppid=19176 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19191/stat : 19191 (java) S 19176 19179 7084 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 160226123 10804383744 9236 18446744073709551615 4194304 4196468 140730325790176 140034317462128 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19192] ppid=19176 vsize=10551156 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/19179/task/19192/stat : 19192 (java) S 19176 19179 7084 0 -1 1077944384 393 0 0 0 4 0 0 0 20 0 15 0 160226123 10804383744 9236 18446744073709551615 4194304 4196468 140730325790176 140034316409584 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19193] ppid=19176 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19193/stat : 19193 (java) S 19176 19179 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160226123 10804383744 9236 18446744073709551615 4194304 4196468 140730325790176 140034315357280 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19194] ppid=19176 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19194/stat : 19194 (java) S 19176 19179 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160226126 10804383744 9236 18446744073709551615 4194304 4196468 140730325790176 140034314303792 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36944 KiB

[startup+0.700801 s]
/proc/loadavg: 7.38 6.19 5.05 9/214 19194
/proc/meminfo: memFree=23370464/32770624 swapFree=67108776/67108860
[pid=19179] ppid=19176 vsize=10551232 memory=113832 CPUtime=1.37 cores=0,2,4,6
/proc/19179/stat : 19179 (java) S 19176 19179 7084 0 -1 1077944320 16618 0 0 0 131 6 0 0 20 0 15 0 160226108 10804461568 28458 18446744073709551615 4194304 4196468 140730325790176 140730325772720 140034825965303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
/proc/19179/statm: 2637808 28458 3059 1 0 2627261 0
[pid=19179/tid=19181] ppid=19176 vsize=10551232 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/19179/task/19181/stat : 19181 (java) R 19176 19179 7084 0 -1 4202560 7571 0 0 0 51 4 0 0 20 0 15 0 160226117 10804461568 28458 18446744073709551615 4194304 4196468 140730325790176 140034830189216 140034807614337 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19182] ppid=19176 vsize=10551232 memory=-7452431979323206951 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19182/stat : 19182 (java) S 19176 19179 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160226118 10804461568 28458 18446744073709551615 4194304 4196468 140730325790176 140034793523984 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19183] ppid=19176 vsize=10551232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19183/stat : 19183 (java) S 19176 19179 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160226118 10804461568 28458 18446744073709551615 4194304 4196468 140730325790176 140034435529616 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19184] ppid=19176 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19184/stat : 19184 (java) S 19176 19179 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160226118 10804461568 28458 18446744073709551615 4194304 4196468 140730325790176 140034434477072 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19185] ppid=19176 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19185/stat : 19185 (java) S 19176 19179 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160226118 10804461568 28458 18446744073709551615 4194304 4196468 140730325790176 140034433424528 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19186] ppid=19176 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19186/stat : 19186 (java) S 19176 19179 7084 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 160226119 10804461568 28458 18446744073709551615 4194304 4196468 140730325790176 140034390005744 140034825976450 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19187] ppid=19176 vsize=10551232 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19187/stat : 19187 (java) S 19176 19179 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160226120 10804461568 28458 18446744073709551615 4194304 4196468 140730325790176 140034321671072 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19188] ppid=19176 vsize=10551232 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19188/stat : 19188 (java) S 19176 19179 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160226120 10804461568 28458 18446744073709551615 4194304 4196468 140730325790176 140034320618480 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19189] ppid=19176 vsize=10551232 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19189/stat : 19189 (java) S 19176 19179 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160226123 10804461568 28458 18446744073709551615 4194304 4196468 140730325790176 140034319567056 140034825983899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19190] ppid=19176 vsize=10551232 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/19179/task/19190/stat : 19190 (java) R 19176 19179 7084 0 -1 4202560 2964 0 0 0 28 0 0 0 20 0 15 0 160226123 10804461568 28458 18446744073709551615 4194304 4196468 140730325790176 140034318500168 140034811979612 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19191] ppid=19176 vsize=10551232 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/19179/task/19191/stat : 19191 (java) R 19176 19179 7084 0 -1 4202560 2725 0 0 0 26 0 0 0 20 0 15 0 160226123 10804461568 28458 18446744073709551615 4194304 4196468 140730325790176 140034317443144 140034809451317 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19192] ppid=19176 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/19179/task/19192/stat : 19192 (java) S 19176 19179 7084 0 -1 1077944384 1986 0 0 0 24 0 0 0 20 0 15 0 160226123 10804461568 28458 18446744073709551615 4194304 4196468 140730325790176 140034316409584 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19193] ppid=19176 vsize=10551232 memory=19265 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19193/stat : 19193 (java) S 19176 19179 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160226123 10804461568 28458 18446744073709551615 4194304 4196468 140730325790176 140034315357280 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19194] ppid=19176 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19194/stat : 19194 (java) S 19176 19179 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160226126 10804461568 28458 18446744073709551615 4194304 4196468 140730325790176 140034314303792 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 113832 KiB

[startup+1.50076 s]
/proc/loadavg: 7.38 6.19 5.05 8/214 19194
/proc/meminfo: memFree=23202616/32770624 swapFree=67108776/67108860
[pid=19179] ppid=19176 vsize=10551232 memory=273416 CPUtime=3.87 cores=0,2,4,6
/proc/19179/stat : 19179 (java) S 19176 19179 7084 0 -1 1077944320 23485 0 0 0 374 13 0 0 20 0 15 0 160226108 10804461568 68354 18446744073709551615 4194304 4196468 140730325790176 140730325772720 140034825965303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
/proc/19179/statm: 2637808 68354 3097 1 0 2627261 0
[pid=19179/tid=19181] ppid=19176 vsize=10551232 memory=7086840900660799386 CPUtime=1.27 cores=0,2,4,6
/proc/19179/task/19181/stat : 19181 (java) R 19176 19179 7084 0 -1 4202560 7612 0 0 0 121 6 0 0 20 0 15 0 160226117 10804461568 68354 18446744073709551615 4194304 4196468 140730325790176 140034830192736 140034469273344 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19182] ppid=19176 vsize=10551232 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/19179/task/19182/stat : 19182 (java) S 19176 19179 7084 0 -1 1077944384 149 0 0 0 3 1 0 0 20 0 15 0 160226118 10804461568 68354 18446744073709551615 4194304 4196468 140730325790176 140034793523984 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19183] ppid=19176 vsize=10551232 memory=8535570946649115450 CPUtime=0.03 cores=0,2,4,6
/proc/19179/task/19183/stat : 19183 (java) S 19176 19179 7084 0 -1 1077944384 16 0 0 0 3 0 0 0 20 0 15 0 160226118 10804461568 68354 18446744073709551615 4194304 4196468 140730325790176 140034435529616 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19184] ppid=19176 vsize=10551232 memory=6369330566318287464 CPUtime=0.03 cores=0,2,4,6
/proc/19179/task/19184/stat : 19184 (java) S 19176 19179 7084 0 -1 1077944384 25 0 0 0 2 1 0 0 20 0 15 0 160226118 10804461568 68354 18446744073709551615 4194304 4196468 140730325790176 140034434477072 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19185] ppid=19176 vsize=10551232 memory=3 CPUtime=0.06 cores=0,2,4,6
/proc/19179/task/19185/stat : 19185 (java) S 19176 19179 7084 0 -1 1077944384 199 0 0 0 5 1 0 0 20 0 15 0 160226118 10804461568 68354 18446744073709551615 4194304 4196468 140730325790176 140034433424528 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19186] ppid=19176 vsize=10551232 memory=6 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19186/stat : 19186 (java) S 19176 19179 7084 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 160226119 10804461568 68354 18446744073709551615 4194304 4196468 140730325790176 140034390005744 140034825976450 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19187] ppid=19176 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19187/stat : 19187 (java) S 19176 19179 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160226120 10804461568 68354 18446744073709551615 4194304 4196468 140730325790176 140034321671072 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19188] ppid=19176 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19188/stat : 19188 (java) S 19176 19179 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160226120 10804461568 68354 18446744073709551615 4194304 4196468 140730325790176 140034320618480 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19189] ppid=19176 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19189/stat : 19189 (java) S 19176 19179 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160226123 10804461568 68354 18446744073709551615 4194304 4196468 140730325790176 140034319567056 140034825983899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19190] ppid=19176 vsize=10551232 memory=288230621803970871 CPUtime=1.04 cores=0,2,4,6
/proc/19179/task/19190/stat : 19190 (java) R 19176 19179 7084 0 -1 4202560 4814 0 0 0 104 0 0 0 20 0 15 0 160226123 10804461568 68354 18446744073709551615 4194304 4196468 140730325790176 140034318501488 140034805622368 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19191] ppid=19176 vsize=10551232 memory=13563786715989427 CPUtime=1.04 cores=0,2,4,6
/proc/19179/task/19191/stat : 19191 (java) R 19176 19179 7084 0 -1 4202560 7073 0 0 0 104 0 0 0 20 0 15 0 160226123 10804461568 68354 18446744073709551615 4194304 4196468 140730325790176 140034317448400 140034809177541 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19192] ppid=19176 vsize=10551232 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/19179/task/19192/stat : 19192 (java) S 19176 19179 7084 0 -1 1077944384 2153 0 0 0 28 0 0 0 20 0 15 0 160226123 10804461568 68354 18446744073709551615 4194304 4196468 140730325790176 140034316409584 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19193] ppid=19176 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19193/stat : 19193 (java) S 19176 19179 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160226123 10804461568 68354 18446744073709551615 4194304 4196468 140730325790176 140034315357280 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19194] ppid=19176 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19194/stat : 19194 (java) S 19176 19179 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160226126 10804461568 68354 18446744073709551615 4194304 4196468 140730325790176 140034314303792 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
Current children cumulated CPU time: 3.87 s
Current children cumulated vsize: 10551232 KiB

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

Current children cumulated memory: 439884 KiB

[startup+8.00085 s]*
/proc/loadavg: 7.11 6.15 5.05 6/215 19195
/proc/meminfo: memFree=22982868/32770624 swapFree=67108776/67108860
[pid=19179] ppid=19176 vsize=10617796 memory=440060 CPUtime=12.09 cores=0,2,4,6
/proc/19179/stat : 19179 (java) S 19176 19179 7084 0 -1 1077944320 29702 0 0 0 1185 24 0 0 20 0 16 0 160226108 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140730325772720 140034825965303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
/proc/19179/statm: 2654449 110015 3119 1 0 2643902 0
[pid=19179/tid=19181] ppid=19176 vsize=10617796 memory=7589811571483304550 CPUtime=7.71 cores=0,2,4,6
/proc/19179/task/19181/stat : 19181 (java) R 19176 19179 7084 0 -1 4202560 8873 0 0 0 764 7 0 0 20 0 16 0 160226117 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034830203768 140034470716498 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19182] ppid=19176 vsize=10617796 memory=7523376918531162212 CPUtime=0.11 cores=0,2,4,6
/proc/19179/task/19182/stat : 19182 (java) S 19176 19179 7084 0 -1 1077944384 179 0 0 0 8 3 0 0 20 0 16 0 160226118 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034793523984 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19183] ppid=19176 vsize=10617796 memory=-7003737579269690708 CPUtime=0.09 cores=0,2,4,6
/proc/19179/task/19183/stat : 19183 (java) S 19176 19179 7084 0 -1 1077944384 63 0 0 0 7 2 0 0 20 0 16 0 160226118 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034435529616 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19184] ppid=19176 vsize=10617796 memory=2460 CPUtime=0.1 cores=0,2,4,6
/proc/19179/task/19184/stat : 19184 (java) S 19176 19179 7084 0 -1 1077944384 55 0 0 0 7 3 0 0 20 0 16 0 160226118 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034434477072 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19185] ppid=19176 vsize=10617796 memory=1836 CPUtime=0.13 cores=0,2,4,6
/proc/19179/task/19185/stat : 19185 (java) S 19176 19179 7084 0 -1 1077944384 271 0 0 0 10 3 0 0 20 0 16 0 160226118 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034433424528 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19186] ppid=19176 vsize=10617796 memory=796 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19186/stat : 19186 (java) S 19176 19179 7084 0 -1 1077944384 515 0 0 0 0 0 0 0 20 0 16 0 160226119 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034390005744 140034825976450 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19187] ppid=19176 vsize=10617796 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19187/stat : 19187 (java) S 19176 19179 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 160226120 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034321671072 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19188] ppid=19176 vsize=10617796 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19188/stat : 19188 (java) S 19176 19179 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 160226120 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034320618480 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19189] ppid=19176 vsize=10617796 memory=11364 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19189/stat : 19189 (java) S 19176 19179 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160226123 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034319567056 140034825983899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19190] ppid=19176 vsize=10617796 memory=1224 CPUtime=1.72 cores=0,2,4,6
/proc/19179/task/19190/stat : 19190 (java) S 19176 19179 7084 0 -1 1077944384 6164 0 0 0 172 0 0 0 20 0 16 0 160226123 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034318514672 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19191] ppid=19176 vsize=10617796 memory=4600 CPUtime=1.76 cores=0,2,4,6
/proc/19179/task/19191/stat : 19191 (java) S 19176 19179 7084 0 -1 1077944384 8605 0 0 0 175 1 0 0 20 0 16 0 160226123 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034317462128 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19192] ppid=19176 vsize=10617796 memory=1440 CPUtime=0.39 cores=0,2,4,6
/proc/19179/task/19192/stat : 19192 (java) S 19176 19179 7084 0 -1 1077944384 2544 0 0 0 38 1 0 0 20 0 16 0 160226123 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034316409584 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19193] ppid=19176 vsize=10617796 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19193/stat : 19193 (java) S 19176 19179 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160226123 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034315357280 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19194] ppid=19176 vsize=10617796 memory=988 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19194/stat : 19194 (java) S 19176 19179 7084 0 -1 1077944384 1053 0 0 0 0 0 0 0 20 0 16 0 160226126 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034314303792 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19195] ppid=19176 vsize=10617796 memory=12320 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19195/stat : 19195 (java) S 19176 19179 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 160226304 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034313249584 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
Current children cumulated CPU time: 12.09 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 440060 KiB

[startup+8.80085 s]
/proc/loadavg: 7.11 6.15 5.05 6/215 19195
/proc/meminfo: memFree=22982868/32770624 swapFree=67108776/67108860
[pid=19179] ppid=19176 vsize=10617796 memory=440060 CPUtime=12.88 cores=0,2,4,6
/proc/19179/stat : 19179 (java) S 19176 19179 7084 0 -1 1077944320 29714 0 0 0 1264 24 0 0 20 0 16 0 160226108 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140730325772720 140034825965303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
/proc/19179/statm: 2654449 110015 3119 1 0 2643902 0
[pid=19179/tid=19181] ppid=19176 vsize=10617796 memory=439988 CPUtime=8.5 cores=0,2,4,6
/proc/19179/task/19181/stat : 19181 (java) R 19176 19179 7084 0 -1 4202560 8874 0 0 0 843 7 0 0 20 0 16 0 160226117 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034830202200 140034470716900 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19182] ppid=19176 vsize=10617796 memory=-8774313645642428999 CPUtime=0.11 cores=0,2,4,6
/proc/19179/task/19182/stat : 19182 (java) S 19176 19179 7084 0 -1 1077944384 179 0 0 0 8 3 0 0 20 0 16 0 160226118 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034793523984 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19183] ppid=19176 vsize=10617796 memory=320600244125696311 CPUtime=0.09 cores=0,2,4,6
/proc/19179/task/19183/stat : 19183 (java) S 19176 19179 7084 0 -1 1077944384 63 0 0 0 7 2 0 0 20 0 16 0 160226118 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034435529616 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19184] ppid=19176 vsize=10617796 memory=13563786715989427 CPUtime=0.1 cores=0,2,4,6
/proc/19179/task/19184/stat : 19184 (java) S 19176 19179 7084 0 -1 1077944384 55 0 0 0 7 3 0 0 20 0 16 0 160226118 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034434477072 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19185] ppid=19176 vsize=10617796 memory=-6523269576261210710 CPUtime=0.13 cores=0,2,4,6
/proc/19179/task/19185/stat : 19185 (java) S 19176 19179 7084 0 -1 1077944384 271 0 0 0 10 3 0 0 20 0 16 0 160226118 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034433424528 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19186] ppid=19176 vsize=10617796 memory=-2245088631185882904 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19186/stat : 19186 (java) S 19176 19179 7084 0 -1 1077944384 516 0 0 0 0 0 0 0 20 0 16 0 160226119 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034390005744 140034825976450 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19187] ppid=19176 vsize=10617796 memory=-1088251628401078322 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19187/stat : 19187 (java) S 19176 19179 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 160226120 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034321671072 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19188] ppid=19176 vsize=10617796 memory=-1088251628401078322 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19188/stat : 19188 (java) S 19176 19179 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 160226120 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034320618480 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19189] ppid=19176 vsize=10617796 memory=-2893623298589923098 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19189/stat : 19189 (java) S 19176 19179 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160226123 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034319567056 140034825983899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19190] ppid=19176 vsize=10617796 memory=-2897801490638248215 CPUtime=1.72 cores=0,2,4,6
/proc/19179/task/19190/stat : 19190 (java) S 19176 19179 7084 0 -1 1077944384 6164 0 0 0 172 0 0 0 20 0 16 0 160226123 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034318514672 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19191] ppid=19176 vsize=10617796 memory=-1088251628401078322 CPUtime=1.76 cores=0,2,4,6
/proc/19179/task/19191/stat : 19191 (java) S 19176 19179 7084 0 -1 1077944384 8605 0 0 0 175 1 0 0 20 0 16 0 160226123 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034317462128 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19192] ppid=19176 vsize=10617796 memory=4639098309541128294 CPUtime=0.39 cores=0,2,4,6
/proc/19179/task/19192/stat : 19192 (java) S 19176 19179 7084 0 -1 1077944384 2554 0 0 0 38 1 0 0 20 0 16 0 160226123 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034316409584 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19193] ppid=19176 vsize=10617796 memory=7014751519717807441 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19193/stat : 19193 (java) S 19176 19179 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160226123 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034315357280 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19194] ppid=19176 vsize=10617796 memory=7518590701213671769 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19194/stat : 19194 (java) S 19176 19179 7084 0 -1 1077944384 1053 0 0 0 0 0 0 0 20 0 16 0 160226126 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034314303792 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19195] ppid=19176 vsize=10617796 memory=6153431502485415778 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19195/stat : 19195 (java) S 19176 19179 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 160226304 10872623104 110015 18446744073709551615 4194304 4196468 140730325790176 140034313249584 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
Current children cumulated CPU time: 12.88 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 440060 KiB

[startup+9.60135 s]
/proc/loadavg: 7.11 6.15 5.05 6/215 19195
/proc/meminfo: memFree=22982868/32770624 swapFree=67108776/67108860
[pid=19179] ppid=19176 vsize=10617796 memory=440176 CPUtime=13.72 cores=0,2,4,6
/proc/19179/stat : 19179 (java) S 19176 19179 7084 0 -1 1077944320 29904 0 0 0 1348 24 0 0 20 0 16 0 160226108 10872623104 110044 18446744073709551615 4194304 4196468 140730325790176 140730325772720 140034825965303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
/proc/19179/statm: 2654449 110044 3119 1 0 2643902 0
[pid=19179/tid=19181] ppid=19176 vsize=10617796 memory=0 CPUtime=9.3 cores=0,2,4,6
/proc/19179/task/19181/stat : 19181 (java) R 19176 19179 7084 0 -1 4202560 8935 0 0 0 923 7 0 0 20 0 16 0 160226117 10872623104 110044 18446744073709551615 4194304 4196468 140730325790176 140034830201120 140034471085299 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19182] ppid=19176 vsize=10617796 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/19179/task/19182/stat : 19182 (java) S 19176 19179 7084 0 -1 1077944384 179 0 0 0 8 3 0 0 20 0 16 0 160226118 10872623104 110044 18446744073709551615 4194304 4196468 140730325790176 140034793523984 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19183] ppid=19176 vsize=10617796 memory=440060 CPUtime=0.09 cores=0,2,4,6
/proc/19179/task/19183/stat : 19183 (java) S 19176 19179 7084 0 -1 1077944384 63 0 0 0 7 2 0 0 20 0 16 0 160226118 10872623104 110044 18446744073709551615 4194304 4196468 140730325790176 140034435529616 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19184] ppid=19176 vsize=10617796 memory=439988 CPUtime=0.1 cores=0,2,4,6
/proc/19179/task/19184/stat : 19184 (java) S 19176 19179 7084 0 -1 1077944384 55 0 0 0 7 3 0 0 20 0 16 0 160226118 10872623104 110044 18446744073709551615 4194304 4196468 140730325790176 140034434477072 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19185] ppid=19176 vsize=10617796 memory=1440 CPUtime=0.13 cores=0,2,4,6
/proc/19179/task/19185/stat : 19185 (java) S 19176 19179 7084 0 -1 1077944384 271 0 0 0 10 3 0 0 20 0 16 0 160226118 10872623104 110044 18446744073709551615 4194304 4196468 140730325790176 140034433424528 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19186] ppid=19176 vsize=10617796 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19186/stat : 19186 (java) S 19176 19179 7084 0 -1 1077944384 516 0 0 0 0 0 0 0 20 0 16 0 160226119 10872623104 110044 18446744073709551615 4194304 4196468 140730325790176 140034390005744 140034825976450 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19187] ppid=19176 vsize=10617796 memory=988 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19187/stat : 19187 (java) S 19176 19179 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 160226120 10872623104 110044 18446744073709551615 4194304 4196468 140730325790176 140034321671072 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19188] ppid=19176 vsize=10617796 memory=12320 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19188/stat : 19188 (java) S 19176 19179 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 160226120 10872623104 110044 18446744073709551615 4194304 4196468 140730325790176 140034320618480 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19189] ppid=19176 vsize=10617796 memory=439884 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19189/stat : 19189 (java) S 19176 19179 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160226123 10872623104 110044 18446744073709551615 4194304 4196468 140730325790176 140034319567056 140034825983899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19190] ppid=19176 vsize=10617796 memory=440060 CPUtime=1.74 cores=0,2,4,6
/proc/19179/task/19190/stat : 19190 (java) S 19176 19179 7084 0 -1 1077944384 6196 0 0 0 174 0 0 0 20 0 16 0 160226123 10872623104 110044 18446744073709551615 4194304 4196468 140730325790176 140034318514672 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19191] ppid=19176 vsize=10617796 memory=4156 CPUtime=1.77 cores=0,2,4,6
/proc/19179/task/19191/stat : 19191 (java) R 19176 19179 7084 0 -1 4202560 8605 0 0 0 176 1 0 0 20 0 16 0 160226123 10872623104 110044 18446744073709551615 4194304 4196468 140730325790176 140034317462424 140034809350001 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19192] ppid=19176 vsize=10617796 memory=67240 CPUtime=0.4 cores=0,2,4,6
/proc/19179/task/19192/stat : 19192 (java) S 19176 19179 7084 0 -1 1077944384 2651 0 0 0 39 1 0 0 20 0 16 0 160226123 10872623104 110044 18446744073709551615 4194304 4196468 140730325790176 140034316409584 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19193] ppid=19176 vsize=10617796 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19193/stat : 19193 (java) S 19176 19179 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160226123 10872623104 110044 18446744073709551615 4194304 4196468 140730325790176 140034315357280 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19194] ppid=19176 vsize=10617796 memory=2460 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19194/stat : 19194 (java) S 19176 19179 7084 0 -1 1077944384 1053 0 0 0 0 0 0 0 20 0 16 0 160226126 10872623104 110044 18446744073709551615 4194304 4196468 140730325790176 140034314303792 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19195] ppid=19176 vsize=10617796 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19195/stat : 19195 (java) S 19176 19179 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 160226304 10872623104 110044 18446744073709551615 4194304 4196468 140730325790176 140034313249584 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
Current children cumulated CPU time: 13.72 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 440176 KiB

[startup+9.80075 s]
/proc/loadavg: 7.11 6.15 5.05 6/215 19195
/proc/meminfo: memFree=22982868/32770624 swapFree=67108776/67108860
[pid=19179] ppid=19176 vsize=10750924 memory=440308 CPUtime=13.82 cores=0,2,4,6
/proc/19179/stat : 19179 (java) S 19176 19179 7084 0 -1 1077944320 30309 0 0 0 1358 24 0 0 20 0 16 0 160226108 11008946176 110077 18446744073709551615 4194304 4196468 140730325790176 140730325772720 140034825965303 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
/proc/19179/statm: 2687731 110077 3121 1 0 2677184 0
[pid=19179/tid=19181] ppid=19176 vsize=10750924 memory=5768 CPUtime=9.35 cores=0,2,4,6
/proc/19179/task/19181/stat : 19181 (java) S 19176 19179 7084 0 -1 1077944384 9001 0 0 0 928 7 0 0 20 0 16 0 160226117 11008946176 110077 18446744073709551615 4194304 4196468 140730325790176 140034830205984 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19182] ppid=19176 vsize=10750924 memory=2008 CPUtime=0.11 cores=0,2,4,6
/proc/19179/task/19182/stat : 19182 (java) S 19176 19179 7084 0 -1 1077944384 179 0 0 0 8 3 0 0 20 0 16 0 160226118 11008946176 110077 18446744073709551615 4194304 4196468 140730325790176 140034793523984 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19183] ppid=19176 vsize=10750924 memory=11364 CPUtime=0.09 cores=0,2,4,6
/proc/19179/task/19183/stat : 19183 (java) S 19176 19179 7084 0 -1 1077944384 63 0 0 0 7 2 0 0 20 0 16 0 160226118 11008946176 110077 18446744073709551615 4194304 4196468 140730325790176 140034435529616 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19184] ppid=19176 vsize=10750924 memory=1224 CPUtime=0.1 cores=0,2,4,6
/proc/19179/task/19184/stat : 19184 (java) S 19176 19179 7084 0 -1 1077944384 55 0 0 0 7 3 0 0 20 0 16 0 160226118 11008946176 110077 18446744073709551615 4194304 4196468 140730325790176 140034434477072 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19185] ppid=19176 vsize=10750924 memory=4600 CPUtime=0.13 cores=0,2,4,6
/proc/19179/task/19185/stat : 19185 (java) S 19176 19179 7084 0 -1 1077944384 271 0 0 0 10 3 0 0 20 0 16 0 160226118 11008946176 110077 18446744073709551615 4194304 4196468 140730325790176 140034433424528 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19186] ppid=19176 vsize=10750924 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19186/stat : 19186 (java) S 19176 19179 7084 0 -1 1077944384 516 0 0 0 0 0 0 0 20 0 16 0 160226119 11008946176 110077 18446744073709551615 4194304 4196468 140730325790176 140034390005744 140034825976450 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19187] ppid=19176 vsize=10750924 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19187/stat : 19187 (java) S 19176 19179 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 160226120 11008946176 110077 18446744073709551615 4194304 4196468 140730325790176 140034321671072 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19188] ppid=19176 vsize=10750924 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19188/stat : 19188 (java) S 19176 19179 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 160226120 11008946176 110077 18446744073709551615 4194304 4196468 140730325790176 140034320618480 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19189] ppid=19176 vsize=10750924 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19189/stat : 19189 (java) S 19176 19179 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160226123 11008946176 110077 18446744073709551615 4194304 4196468 140730325790176 140034319567056 140034825983899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19190] ppid=19176 vsize=10750924 memory=4044 CPUtime=1.75 cores=0,2,4,6
/proc/19179/task/19190/stat : 19190 (java) S 19176 19179 7084 0 -1 1077944384 6237 0 0 0 175 0 0 0 20 0 16 0 160226123 11008946176 110077 18446744073709551615 4194304 4196468 140730325790176 140034318514672 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19191] ppid=19176 vsize=10750924 memory=-8774313645642428999 CPUtime=1.8 cores=0,2,4,6
/proc/19179/task/19191/stat : 19191 (java) S 19176 19179 7084 0 -1 1077944384 8688 0 0 0 179 1 0 0 20 0 16 0 160226123 11008946176 110077 18446744073709551615 4194304 4196468 140730325790176 140034317462128 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19192] ppid=19176 vsize=10750924 memory=438052 CPUtime=0.41 cores=0,2,4,6
/proc/19179/task/19192/stat : 19192 (java) S 19176 19179 7084 0 -1 1077944384 2767 0 0 0 40 1 0 0 20 0 16 0 160226123 11008946176 110077 18446744073709551615 4194304 4196468 140730325790176 140034316409584 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19193] ppid=19176 vsize=10750924 memory=-8383301583103171957 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19193/stat : 19193 (java) S 19176 19179 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160226123 11008946176 110077 18446744073709551615 4194304 4196468 140730325790176 140034315357280 140034825975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
[pid=19179/tid=19194] ppid=19176 vsize=10750924 memory=8514726395715219349 CPUtime=0 cores=0,2,4,6
/proc/19179/task/19194/stat : 19194 (java) S 19176 19179 7084 0 -1 1077944384 1053 0 0 0 0 0 0 0 20 0 16 0 160226126 11008946176 110077 18446744073709551615 4194304 4196468 140730325790176 140034314303792 140034825976450 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28725248 140730325791120 140730325791273 140730325791273 140730325794767 0
Current children cumulated CPU time: 13.82 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 440308 KiB

Child status: 0
Real time (s): 9.86593
CPU time (s): 13.8416
CPU user time (s): 13.5888
CPU system time (s): 0.252832
CPU usage (%): 140.297
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 440308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.5888
system time used= 0.252832
maximum resident set size= 440708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30464
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2120
involuntary context switches= 127


# summary of solver processes directly reported to runsolver:
#   pid: 19179
#   total CPU time (s): 13.8416
#   total CPU user time (s): 13.5888
#   total CPU system time (s): 0.252832

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.083408 second user time and 0.137433 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 08:14:28
IDJOB=4263163
IDBENCH=115924
IDSOLVER=2651
FILE ID=node132/4263163-1502605733
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-03.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263163-1502605733/watcher-4263163-1502605733 -o /tmp/evaluation-result-4263163-1502605733/solver-4263163-1502605733 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263163-1502605733.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7be818acedb52ac703edcbfe3be7901c
RANDOM SEED=1409360558

node132.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.74
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.74
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.74
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.74
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:        23410292 kB
MemAvailable:   23619532 kB
Buffers:          218496 kB
Cached:           315140 kB
SwapCached:           84 kB
Active:          8799972 kB
Inactive:         138272 kB
Active(anon):    8349960 kB
Inactive(anon):   104320 kB
Active(file):     450012 kB
Inactive(file):    33952 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1876 kB
Writeback:             4 kB
AnonPages:       8404508 kB
Mapped:            75452 kB
Shmem:             49768 kB
Slab:             109220 kB
SReclaimable:      82220 kB
SUnreclaim:        27000 kB
KernelStack:        3552 kB
PageTables:        22052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8650136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8153088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 08:14:38