Trace number 4263728

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-05OPT5 281.961 277.45401

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-pb-10-10-1.xml
MD5SUM4153efd907083a776cdbce6b1e04a113
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.068521999
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints131
Number of domains3
Minimum domain size2
Maximum domain size11
Distribution of domain sizes[{"size":2,"count":100},{"size":10,"count":30},{"size":11,"count":10}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":1},{"degree":5,"count":5},{"degree":7,"count":2},{"degree":9,"count":2},{"degree":11,"count":20}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":2},{"arity":3,"count":110},{"arity":4,"count":6},{"arity":6,"count":2},{"arity":10,"count":1},{"arity":11,"count":10}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1},{"type":"sum","count":10},{"type":"minimum","count":10},{"type":"maximum","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

3.22/1.35	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.22/1.35	c This is free software under the dual EPL/GNU LGPL licenses.
3.22/1.35	c See www.sat4j.org for details.
3.22/1.35	c That software uses the Rhino library from the Mozilla project.
3.22/1.35	c version CUSTOM.v20170705
3.22/1.35	c java.runtime.name	Java(TM) SE Runtime Environment
3.22/1.35	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.22/1.35	c java.vm.version	25.131-b11
3.22/1.35	c java.vm.vendor	Oracle Corporation
3.22/1.35	c sun.arch.data.model	64
3.22/1.35	c java.version		1.8.0_131
3.22/1.35	c os.name		Linux
3.22/1.35	c os.version		3.10.0-514.16.1.el7.x86_64
3.22/1.35	c os.arch		amd64
3.22/1.35	c Free memory 		499604488
3.22/1.35	c Max memory 		7247757312
3.22/1.35	c Total memory 		504889344
3.22/1.35	c Number of processors 	4
3.22/1.35	c c --- Begin Solver configuration ---
3.22/1.35	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.22/1.35	c Learn all clauses as in MiniSAT
3.22/1.35	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.22/1.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.22/1.35	c No reason simplification
3.22/1.35	c Glucose 2.1 dynamic restart strategy
3.22/1.35	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
3.22/1.35	c timeout=2147483s
3.22/1.35	c DB Simplification allowed=false
3.22/1.35	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.22/1.35	c --- End Solver configuration ---
3.22/1.35	c constraints type 
3.22/1.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 280
3.22/1.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 246850
3.22/1.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 142379
3.22/1.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 260
3.22/1.35	c 389769 constraints processed.
14.32/10.94	o 25
17.56/13.95	o 21
22.31/18.39	o 20
25.96/21.97	o 19
27.21/23.15	o 17
31.71/27.61	o 13
34.58/30.35	o 8
36.08/31.86	o 7
36.98/32.80	o 6
47.18/42.95	o 5
281.94/277.43	c starts		: 114
281.94/277.43	c conflicts		: 143795
281.94/277.43	c decisions		: 9278818
281.94/277.43	c propagations		: 781428900
281.94/277.43	c inspects		: 1183716245
281.94/277.43	c shortcuts		: 0
281.94/277.43	c learnt literals	: 49
281.94/277.43	c learnt binary clauses	: 1066
281.94/277.43	c learnt ternary clauses	: 1717
281.94/277.43	c learnt constraints	: 143745
281.94/277.43	c ignored constraints	: 0
281.94/277.43	c root simplifications	: 0
281.94/277.43	c removed literals (reason simplification)	: 0
281.94/277.43	c reason swapping (by a shorter reason)	: 0
281.94/277.43	c Calls to reduceDB	: 15
281.94/277.43	c Number of update (reduction) of LBD	: 79436
281.94/277.43	c Imported unit clauses	: 0
281.94/277.43	c number of reductions to clauses (during analyze)	: 0
281.94/277.43	c number of learned constraints concerned by reduction	: 0
281.94/277.43	c number of learning phase by resolution	: 0
281.94/277.43	c number of learning phase by cutting planes	: 0
281.94/277.43	c number of rounding to 1 operations	: 0
281.94/277.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
281.94/277.43	c number of reductions of the coefficients by power 2 	: 0
281.94/277.43	c number of right shift for reduction by power 2 	: 0
281.94/277.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
281.94/277.43	c speed (assignments/second)	: 2830700.041658365
281.94/277.43	c non guided choices	1496744
281.94/277.43	c learnt constraints type 
281.94/277.43	s OPTIMUM FOUND
281.94/277.43	v <instantiation type="optimum" cost="5">
281.94/277.43	v 	<list> p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] min[0] min[1] min[2] min[3] min[4] min[5] min[6] min[7] min[8] min[9] max[0] max[1] max[2] max[3] max[4] max[5] max[6] max[7] max[8] max[9] o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[0][6] o[0][7] o[0][8] o[0][9] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[1][6] o[1][7] o[1][8] o[1][9] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[2][6] o[2][7] o[2][8] o[2][9] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] o[3][6] o[3][7] o[3][8] o[3][9] o[4][0] o[4][1] o[4][2] o[4][3] o[4][4] o[4][5] o[4][6] o[4][7] o[4][8] o[4][9] o[5][0] o[5][1] o[5][2] o[5][3] o[5][4] o[5][5] o[5][6] o[5][7] o[5][8] o[5][9] o[6][0] o[6][1] o[6][2] o[6][3] o[6][4] o[6][5] o[6][6] o[6][7] o[6][8] o[6][9] o[7][0] o[7][1] o[7][2] o[7][3] o[7][4] o[7][5] o[7][6] o[7][7] o[7][8] o[7][9] o[8][0] o[8][1] o[8][2] o[8][3] o[8][4] o[8][5] o[8][6] o[8][7] o[8][8] o[8][9] o[9][0] o[9][1] o[9][2] o[9][3] o[9][4] o[9][5] o[9][6] o[9][7] o[9][8] o[9][9] so[0] so[1] so[2] so[3] so[4] so[5] so[6] so[7] so[8] so[9] </list>
281.94/277.43	v 	<values> 9 1 3 8 5 4 7 2 0 6 2 3 6 2 0 0 7 1 7 0 5 6 9 9 2 7 7 2 8 1 0 0 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 3 4 5 4 4 4 4 5 3 2 </values>
281.94/277.43	v </instantiation>
281.94/277.43	

Verifier Data

OK	5

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263728-1502638472/watcher-4263728-1502638472 -o /tmp/evaluation-result-4263728-1502638472/solver-4263728-1502638472 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263728-1502638472.xml 

running on 4 cores: 1,3,5,7

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
solver pid=5218, runsolver pid=5215
Current StackSize limit: 8192 KiB


[startup+0.100244 s]*
/proc/loadavg: 4.99 4.62 3.57 3/208 5227
/proc/meminfo: memFree=26132220/32770624 swapFree=67108860/67108860
[pid=5218] ppid=5215 vsize=10151672 memory=21052 CPUtime=0.04 cores=1,3,5,7
/proc/5218/stat : 5218 (java) S 5215 5218 17093 0 -1 1077944320 4142 0 0 0 3 1 0 0 20 0 9 0 66040522 10395312128 5263 18446744073709551615 4194304 4196468 140730805959856 140730805942400 140689336880887 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
/proc/5218/statm: 2537918 5263 2156 1 0 2527415 0
[pid=5218/tid=5220] ppid=5215 vsize=10285828 memory=-7677926825137650786 CPUtime=0.03 cores=1,3,5,7
/proc/5218/task/5220/stat : 5220 (java) D 5215 5218 17093 0 -1 4202560 2803 0 0 0 3 0 0 0 20 0 11 0 66040528 10532687872 5267 18446744073709551615 4194304 4196468 140730805959856 140689341122696 140689329598039 0 4 1 16800974 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5221] ppid=5215 vsize=10285828 memory=4872558142750482496 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5221/stat : 5221 (java) S 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 66040528 10532687872 5267 18446744073709551615 4194304 4196468 140730805959856 140688948280208 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5222] ppid=5215 vsize=10285828 memory=140503139567232 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5222/stat : 5222 (java) S 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 66040528 10532687872 5267 18446744073709551615 4194304 4196468 140730805959856 140688947227408 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5223] ppid=5215 vsize=10351364 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5223/stat : 5223 (java) S 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 66040528 10599796736 5267 18446744073709551615 4194304 4196468 140730805959856 140688946175120 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5224] ppid=5215 vsize=10352392 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5224/stat : 5224 (java) S 5215 5218 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 66040528 10600849408 5267 18446744073709551615 4194304 4196468 140730805959856 140688945122320 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5225] ppid=5215 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5225/stat : 5225 (java) S 5215 5218 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 66040530 10667958272 5267 18446744073709551615 4194304 4196468 140730805959856 140688377239664 140689336892034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5226] ppid=5215 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5226/stat : 5226 (java) S 5215 5218 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 66040530 10667958272 5268 18446744073709551615 4194304 4196468 140730805959856 140688376185632 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5227] ppid=5215 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5227/stat : 5227 (java) S 5215 5218 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 66040530 10667958272 5268 18446744073709551615 4194304 4196468 140730805959856 140688375133296 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5228] ppid=5215 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5228/stat : 5228 (java) S 5215 5218 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 66040533 10667958272 5268 18446744073709551615 4194304 4196468 140730805959856 140688374081616 140689336899483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5229] ppid=5215 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5229/stat : 5229 (java) R 5215 5218 17093 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 13 0 66040533 10667958272 5268 18446744073709551615 4194304 4196468 140730805959856 140688373027824 140689322895264 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5230] ppid=5215 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5230/stat : 5230 (java) R 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 66040533 10667958272 5268 18446744073709551615 4194304 4196468 140730805959856 140688371976864 140689336891093 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5231] ppid=5215 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5231/stat : 5231 (java) R 5215 5218 17093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 13 0 66040533 10667958272 5268 18446744073709551615 4194304 4196468 140730805959856 140688370924576 140689316600849 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21052 KiB

[startup+0.210265 s]*
/proc/loadavg: 4.99 4.62 3.57 3/214 5233
/proc/meminfo: memFree=26129572/32770624 swapFree=67108860/67108860
[pid=5218] ppid=5215 vsize=10551156 memory=26584 CPUtime=0.09 cores=1,3,5,7
/proc/5218/stat : 5218 (java) S 5215 5218 17093 0 -1 1077944320 5104 0 0 0 8 1 0 0 20 0 15 0 66040522 10804383744 6646 18446744073709551615 4194304 4196468 140730805959856 140730805942400 140689336880887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
/proc/5218/statm: 2637789 6646 2772 1 0 2627261 0
[pid=5218/tid=5220] ppid=5215 vsize=10551156 memory=8316850467074736180 CPUtime=0.07 cores=1,3,5,7
/proc/5218/task/5220/stat : 5220 (java) R 5215 5218 17093 0 -1 4202560 3071 0 0 0 6 1 0 0 20 0 15 0 66040528 10804383744 6711 18446744073709551615 4194304 4196468 140730805959856 140689341116352 140689320961374 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5221] ppid=5215 vsize=10551156 memory=14058 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5221/stat : 5221 (java) S 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66040528 10804383744 6711 18446744073709551615 4194304 4196468 140730805959856 140688948280208 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5222] ppid=5215 vsize=10551156 memory=140503139572707 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5222/stat : 5222 (java) S 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66040528 10804383744 6711 18446744073709551615 4194304 4196468 140730805959856 140688947227408 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5223] ppid=5215 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5223/stat : 5223 (java) S 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66040528 10804383744 6711 18446744073709551615 4194304 4196468 140730805959856 140688946175120 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5224] ppid=5215 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5224/stat : 5224 (java) S 5215 5218 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66040528 10804383744 6711 18446744073709551615 4194304 4196468 140730805959856 140688945122320 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5225] ppid=5215 vsize=10551156 memory=140503139567232 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5225/stat : 5225 (java) S 5215 5218 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66040530 10804383744 6711 18446744073709551615 4194304 4196468 140730805959856 140688377239664 140689336892034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5226] ppid=5215 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5226/stat : 5226 (java) S 5215 5218 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66040530 10804383744 6711 18446744073709551615 4194304 4196468 140730805959856 140688376185632 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5227] ppid=5215 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5227/stat : 5227 (java) S 5215 5218 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66040530 10804383744 6711 18446744073709551615 4194304 4196468 140730805959856 140688375133296 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5228] ppid=5215 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5228/stat : 5228 (java) S 5215 5218 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66040533 10804383744 6711 18446744073709551615 4194304 4196468 140730805959856 140688374081616 140689336899483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5229] ppid=5215 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5229/stat : 5229 (java) S 5215 5218 17093 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 66040533 10804383744 6711 18446744073709551615 4194304 4196468 140730805959856 140688373029488 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5230] ppid=5215 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5230/stat : 5230 (java) S 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66040533 10804383744 6711 18446744073709551615 4194304 4196468 140730805959856 140688371976688 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5231] ppid=5215 vsize=10551156 memory=140503139567232 CPUtime=0.01 cores=1,3,5,7
/proc/5218/task/5231/stat : 5231 (java) R 5215 5218 17093 0 -1 4202560 296 0 0 0 1 0 0 0 20 0 15 0 66040533 10804383744 6711 18446744073709551615 4194304 4196468 140730805959856 140688370924400 140689336892822 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5232] ppid=5215 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5232/stat : 5232 (java) S 5215 5218 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66040533 10804383744 6711 18446744073709551615 4194304 4196468 140730805959856 140688369871840 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5233] ppid=5215 vsize=10551156 memory=140503139567232 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5233/stat : 5233 (java) S 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66040541 10804383744 6711 18446744073709551615 4194304 4196468 140730805959856 140688368818608 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26584 KiB

[startup+0.310475 s]*
/proc/loadavg: 4.99 4.62 3.57 3/214 5233
/proc/meminfo: memFree=26118064/32770624 swapFree=67108860/67108860
[pid=5218] ppid=5215 vsize=10551156 memory=36584 CPUtime=0.24 cores=1,3,5,7
/proc/5218/stat : 5218 (java) S 5215 5218 17093 0 -1 1077944320 8457 0 0 0 22 2 0 0 20 0 15 0 66040522 10804383744 9146 18446744073709551615 4194304 4196468 140730805959856 140730805942400 140689336880887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
/proc/5218/statm: 2637789 9146 2852 1 0 2627261 0
[pid=5218/tid=5220] ppid=5215 vsize=10551156 memory=-7677926825137650786 CPUtime=0.17 cores=1,3,5,7
/proc/5218/task/5220/stat : 5220 (java) R 5215 5218 17093 0 -1 4202560 6136 0 0 0 15 2 0 0 20 0 15 0 66040528 10804383744 9146 18446744073709551615 4194304 4196468 140730805959856 140689341103024 140689320961374 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5221] ppid=5215 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5221/stat : 5221 (java) S 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66040528 10804383744 9211 18446744073709551615 4194304 4196468 140730805959856 140688948280208 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5222] ppid=5215 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5222/stat : 5222 (java) S 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66040528 10804383744 9211 18446744073709551615 4194304 4196468 140730805959856 140688947227408 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5223] ppid=5215 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5223/stat : 5223 (java) S 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66040528 10804383744 9211 18446744073709551615 4194304 4196468 140730805959856 140688946175120 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5224] ppid=5215 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5224/stat : 5224 (java) S 5215 5218 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66040528 10804383744 9211 18446744073709551615 4194304 4196468 140730805959856 140688945122320 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5225] ppid=5215 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5225/stat : 5225 (java) S 5215 5218 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66040530 10804383744 9211 18446744073709551615 4194304 4196468 140730805959856 140688377239664 140689336892034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5226] ppid=5215 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5226/stat : 5226 (java) S 5215 5218 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66040530 10804383744 9211 18446744073709551615 4194304 4196468 140730805959856 140688376185632 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5227] ppid=5215 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5227/stat : 5227 (java) S 5215 5218 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66040530 10804383744 9211 18446744073709551615 4194304 4196468 140730805959856 140688375133296 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5228] ppid=5215 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5228/stat : 5228 (java) S 5215 5218 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66040533 10804383744 9211 18446744073709551615 4194304 4196468 140730805959856 140688374081616 140689336899483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5229] ppid=5215 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5218/task/5229/stat : 5229 (java) S 5215 5218 17093 0 -1 1077944384 508 0 0 0 1 0 0 0 20 0 15 0 66040533 10804383744 9211 18446744073709551615 4194304 4196468 140730805959856 140688373029488 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5230] ppid=5215 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5230/stat : 5230 (java) S 5215 5218 17093 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 66040533 10804383744 9211 18446744073709551615 4194304 4196468 140730805959856 140688371976688 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5231] ppid=5215 vsize=10551156 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5218/task/5231/stat : 5231 (java) S 5215 5218 17093 0 -1 1077944384 418 0 0 0 4 0 0 0 20 0 15 0 66040533 10804383744 9211 18446744073709551615 4194304 4196468 140730805959856 140688370924400 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5232] ppid=5215 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5232/stat : 5232 (java) S 5215 5218 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66040533 10804383744 9211 18446744073709551615 4194304 4196468 140730805959856 140688369871840 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5233] ppid=5215 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5233/stat : 5233 (java) S 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66040541 10804383744 9211 18446744073709551615 4194304 4196468 140730805959856 140688368818608 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36584 KiB

[startup+0.705146 s]
/proc/loadavg: 4.99 4.62 3.57 6/214 5233
/proc/meminfo: memFree=26103716/32770624 swapFree=67108860/67108860
[pid=5218] ppid=5215 vsize=10551232 memory=107184 CPUtime=1.36 cores=1,3,5,7
/proc/5218/stat : 5218 (java) S 5215 5218 17093 0 -1 1077944320 12808 0 0 0 132 4 0 0 20 0 15 0 66040522 10804461568 26796 18446744073709551615 4194304 4196468 140730805959856 140730805942400 140689336880887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
/proc/5218/statm: 2637808 26796 3057 1 0 2627261 0
[pid=5218/tid=5220] ppid=5215 vsize=10551232 memory=37248 CPUtime=0.55 cores=1,3,5,7
/proc/5218/task/5220/stat : 5220 (java) R 5215 5218 17093 0 -1 4202560 7513 0 0 0 52 3 0 0 20 0 15 0 66040528 10804461568 26796 18446744073709551615 4194304 4196468 140730805959856 140689341113920 140689317705788 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5221] ppid=5215 vsize=10551232 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5221/stat : 5221 (java) S 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66040528 10804461568 26796 18446744073709551615 4194304 4196468 140730805959856 140688948280208 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5222] ppid=5215 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5222/stat : 5222 (java) S 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66040528 10804461568 26796 18446744073709551615 4194304 4196468 140730805959856 140688947227408 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5223] ppid=5215 vsize=10551232 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5223/stat : 5223 (java) S 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66040528 10804461568 26796 18446744073709551615 4194304 4196468 140730805959856 140688946175120 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5224] ppid=5215 vsize=10551232 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5224/stat : 5224 (java) S 5215 5218 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66040528 10804461568 26796 18446744073709551615 4194304 4196468 140730805959856 140688945122320 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5225] ppid=5215 vsize=10551232 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5225/stat : 5225 (java) S 5215 5218 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 66040530 10804461568 26796 18446744073709551615 4194304 4196468 140730805959856 140688377239664 140689336892034 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5226] ppid=5215 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5226/stat : 5226 (java) S 5215 5218 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66040530 10804461568 26796 18446744073709551615 4194304 4196468 140730805959856 140688376185632 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5227] ppid=5215 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5227/stat : 5227 (java) S 5215 5218 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66040530 10804461568 26796 18446744073709551615 4194304 4196468 140730805959856 140688375133296 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5228] ppid=5215 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5228/stat : 5228 (java) S 5215 5218 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66040533 10804461568 26796 18446744073709551615 4194304 4196468 140730805959856 140688374081616 140689336899483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5229] ppid=5215 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/5218/task/5229/stat : 5229 (java) R 5215 5218 17093 0 -1 4202560 1504 0 0 0 26 0 0 0 20 0 15 0 66040533 10804461568 26796 18446744073709551615 4194304 4196468 140730805959856 140688373016032 140689320265813 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5230] ppid=5215 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/5218/task/5230/stat : 5230 (java) R 5215 5218 17093 0 -1 4202560 1028 0 0 0 27 0 0 0 20 0 15 0 66040533 10804461568 26796 18446744073709551615 4194304 4196468 140730805959856 140688371968016 140689320381093 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5231] ppid=5215 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/5218/task/5231/stat : 5231 (java) S 5215 5218 17093 0 -1 1077944384 1392 0 0 0 24 0 0 0 20 0 15 0 66040533 10804461568 26796 18446744073709551615 4194304 4196468 140730805959856 140688370924400 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5232] ppid=5215 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5232/stat : 5232 (java) S 5215 5218 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66040533 10804461568 26796 18446744073709551615 4194304 4196468 140730805959856 140688369871840 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5233] ppid=5215 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5233/stat : 5233 (java) S 5215 5218 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66040541 10804461568 26796 18446744073709551615 4194304 4196468 140730805959856 140688368818608 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 107184 KiB

[startup+1.50079 s]
/proc/loadavg: 4.99 4.62 3.57 5/214 5234
/proc/meminfo: memFree=25946164/32770624 swapFree=67108860/67108860
[pid=5218] ppid=5215 vsize=10617796 memory=262952 CPUtime=3.85 cores=1,3,5,7
/proc/5218/stat : 5218 (java) S 5215 5218 17093 0 -1 1077944320 23066 0 0 0 374 11 0 0 20 0 16 0 66040522 10872623104 65738 18446744073709551615 4194304 4196468 140730805959856 140730805942400 140689336880887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
/proc/5218/statm: 2654449 65738 3103 1 0 2643902 0
[pid=5218/tid=5220] ppid=5215 vsize=10617796 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/5218/task/5220/stat : 5220 (java) R 5215 5218 17093 0 -1 4202560 7588 0 0 0 124 4 0 0 20 0 16 0 66040528 10872623104 65738 18446744073709551615 4194304 4196468 140730805959856 140689341117288 140688982795552 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5221] ppid=5215 vsize=10617796 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5218/task/5221/stat : 5221 (java) S 5215 5218 17093 0 -1 1077944384 37 0 0 0 3 0 0 0 20 0 16 0 66040528 10872623104 65738 18446744073709551615 4194304 4196468 140730805959856 140688948280208 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5222] ppid=5215 vsize=10617796 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5218/task/5222/stat : 5222 (java) S 5215 5218 17093 0 -1 1077944384 135 0 0 0 4 0 0 0 20 0 16 0 66040528 10872623104 65738 18446744073709551615 4194304 4196468 140730805959856 140688947227408 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5223] ppid=5215 vsize=10617796 memory=4 CPUtime=0.03 cores=1,3,5,7
/proc/5218/task/5223/stat : 5223 (java) S 5215 5218 17093 0 -1 1077944384 102 0 0 0 3 0 0 0 20 0 16 0 66040528 10872623104 65738 18446744073709551615 4194304 4196468 140730805959856 140688946175120 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5224] ppid=5215 vsize=10617796 memory=3 CPUtime=0.04 cores=1,3,5,7
/proc/5218/task/5224/stat : 5224 (java) S 5215 5218 17093 0 -1 1077944384 101 0 0 0 4 0 0 0 20 0 16 0 66040528 10872623104 65738 18446744073709551615 4194304 4196468 140730805959856 140688945122320 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5225] ppid=5215 vsize=10617796 memory=4 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5225/stat : 5225 (java) S 5215 5218 17093 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 66040530 10872623104 65738 18446744073709551615 4194304 4196468 140730805959856 140688377239664 140689336892034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5226] ppid=5215 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5226/stat : 5226 (java) S 5215 5218 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 66040530 10872623104 65738 18446744073709551615 4194304 4196468 140730805959856 140688376185632 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5227] ppid=5215 vsize=10617796 memory=281006020147360 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5227/stat : 5227 (java) S 5215 5218 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66040530 10872623104 65738 18446744073709551615 4194304 4196468 140730805959856 140688375133296 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0

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

Current children cumulated memory: 428928 KiB

[startup+275.201 s]
/proc/loadavg: 2.03 3.04 3.17 3/212 5243
/proc/meminfo: memFree=25717924/32770624 swapFree=67108860/67108860
[pid=5218] ppid=5215 vsize=10617796 memory=428928 CPUtime=279.87 cores=1,3,5,7
/proc/5218/stat : 5218 (java) S 5215 5218 17093 0 -1 1077944320 47879 0 0 0 27956 31 0 0 20 0 16 0 66040522 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140730805942400 140689336880887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
/proc/5218/statm: 2654449 107232 3126 1 0 2643902 0
[pid=5218/tid=5220] ppid=5215 vsize=10617796 memory=428928 CPUtime=274.9 cores=1,3,5,7
/proc/5218/task/5220/stat : 5220 (java) R 5215 5218 17093 0 -1 4202560 13530 0 0 0 27484 6 0 0 20 0 16 0 66040528 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140689341117352 140688982458148 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5221] ppid=5215 vsize=10617796 memory=428928 CPUtime=0.09 cores=1,3,5,7
/proc/5218/task/5221/stat : 5221 (java) S 5215 5218 17093 0 -1 1077944384 620 0 0 0 7 2 0 0 20 0 16 0 66040528 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688948280208 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5222] ppid=5215 vsize=10617796 memory=428928 CPUtime=0.1 cores=1,3,5,7
/proc/5218/task/5222/stat : 5222 (java) S 5215 5218 17093 0 -1 1077944384 190 0 0 0 8 2 0 0 20 0 16 0 66040528 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688947227408 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5223] ppid=5215 vsize=10617796 memory=428928 CPUtime=0.09 cores=1,3,5,7
/proc/5218/task/5223/stat : 5223 (java) S 5215 5218 17093 0 -1 1077944384 357 0 0 0 7 2 0 0 20 0 16 0 66040528 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688946175120 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5224] ppid=5215 vsize=10617796 memory=428928 CPUtime=0.1 cores=1,3,5,7
/proc/5218/task/5224/stat : 5224 (java) S 5215 5218 17093 0 -1 1077944384 257 0 0 0 7 3 0 0 20 0 16 0 66040528 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688945122320 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5225] ppid=5215 vsize=10617796 memory=1708 CPUtime=0.01 cores=1,3,5,7
/proc/5218/task/5225/stat : 5225 (java) S 5215 5218 17093 0 -1 1077944384 1014 0 0 0 0 1 0 0 20 0 16 0 66040530 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688377239664 140689336892034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5226] ppid=5215 vsize=10617796 memory=428928 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5226/stat : 5226 (java) S 5215 5218 17093 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 66040530 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688376185696 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5227] ppid=5215 vsize=10617796 memory=428928 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5227/stat : 5227 (java) S 5215 5218 17093 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 66040530 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688375133312 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5228] ppid=5215 vsize=10617796 memory=428928 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5228/stat : 5228 (java) S 5215 5218 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66040533 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688374081616 140689336899483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5229] ppid=5215 vsize=10617796 memory=428928 CPUtime=1.88 cores=1,3,5,7
/proc/5218/task/5229/stat : 5229 (java) S 5215 5218 17093 0 -1 1077944384 10801 0 0 0 186 2 0 0 20 0 16 0 66040533 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688373029488 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5230] ppid=5215 vsize=10617796 memory=428928 CPUtime=2.05 cores=1,3,5,7
/proc/5218/task/5230/stat : 5230 (java) S 5215 5218 17093 0 -1 1077944384 13906 0 0 0 203 2 0 0 20 0 16 0 66040533 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688371976688 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5231] ppid=5215 vsize=10617796 memory=2420 CPUtime=0.39 cores=1,3,5,7
/proc/5218/task/5231/stat : 5231 (java) S 5215 5218 17093 0 -1 1077944384 4051 0 0 0 39 0 0 0 20 0 16 0 66040533 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688370924400 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5232] ppid=5215 vsize=10617796 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5232/stat : 5232 (java) S 5215 5218 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66040533 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688369871840 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5233] ppid=5215 vsize=10617796 memory=428928 CPUtime=0.17 cores=1,3,5,7
/proc/5218/task/5233/stat : 5233 (java) S 5215 5218 17093 0 -1 1077944384 1715 0 0 0 8 9 0 0 20 0 16 0 66040541 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688368818608 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5235] ppid=5215 vsize=10617796 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5235/stat : 5235 (java) S 5215 5218 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66040660 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688367764144 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
Current children cumulated CPU time: 279.87 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 428928 KiB

[startup+276.801 s]
/proc/loadavg: 2.03 3.04 3.17 3/212 5243
/proc/meminfo: memFree=25717924/32770624 swapFree=67108860/67108860
[pid=5218] ppid=5215 vsize=10617796 memory=428928 CPUtime=281.47 cores=1,3,5,7
/proc/5218/stat : 5218 (java) S 5215 5218 17093 0 -1 1077944320 47882 0 0 0 28116 31 0 0 20 0 16 0 66040522 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140730805942400 140689336880887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
/proc/5218/statm: 2654449 107232 3126 1 0 2643902 0
[pid=5218/tid=5220] ppid=5215 vsize=10617796 memory=428928 CPUtime=276.5 cores=1,3,5,7
/proc/5218/task/5220/stat : 5220 (java) R 5215 5218 17093 0 -1 4202560 13533 0 0 0 27644 6 0 0 20 0 16 0 66040528 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140689341117352 140688982795200 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5221] ppid=5215 vsize=10617796 memory=428928 CPUtime=0.09 cores=1,3,5,7
/proc/5218/task/5221/stat : 5221 (java) S 5215 5218 17093 0 -1 1077944384 620 0 0 0 7 2 0 0 20 0 16 0 66040528 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688948280208 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5222] ppid=5215 vsize=10617796 memory=1732 CPUtime=0.1 cores=1,3,5,7
/proc/5218/task/5222/stat : 5222 (java) S 5215 5218 17093 0 -1 1077944384 190 0 0 0 8 2 0 0 20 0 16 0 66040528 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688947227408 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5223] ppid=5215 vsize=10617796 memory=7680170660397595203 CPUtime=0.09 cores=1,3,5,7
/proc/5218/task/5223/stat : 5223 (java) S 5215 5218 17093 0 -1 1077944384 357 0 0 0 7 2 0 0 20 0 16 0 66040528 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688946175120 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5224] ppid=5215 vsize=10617796 memory=15876 CPUtime=0.1 cores=1,3,5,7
/proc/5218/task/5224/stat : 5224 (java) S 5215 5218 17093 0 -1 1077944384 257 0 0 0 7 3 0 0 20 0 16 0 66040528 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688945122320 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5225] ppid=5215 vsize=10617796 memory=4048 CPUtime=0.01 cores=1,3,5,7
/proc/5218/task/5225/stat : 5225 (java) S 5215 5218 17093 0 -1 1077944384 1014 0 0 0 0 1 0 0 20 0 16 0 66040530 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688377239664 140689336892034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5226] ppid=5215 vsize=10617796 memory=4715433313220523562 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5226/stat : 5226 (java) S 5215 5218 17093 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 66040530 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688376185696 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5227] ppid=5215 vsize=10617796 memory=428928 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5227/stat : 5227 (java) S 5215 5218 17093 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 66040530 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688375133312 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5228] ppid=5215 vsize=10617796 memory=37248 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5228/stat : 5228 (java) S 5215 5218 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66040533 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688374081616 140689336899483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5229] ppid=5215 vsize=10617796 memory=7680170660397595203 CPUtime=1.88 cores=1,3,5,7
/proc/5218/task/5229/stat : 5229 (java) S 5215 5218 17093 0 -1 1077944384 10801 0 0 0 186 2 0 0 20 0 16 0 66040533 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688373029488 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5230] ppid=5215 vsize=10617796 memory=288230621803970871 CPUtime=2.05 cores=1,3,5,7
/proc/5218/task/5230/stat : 5230 (java) S 5215 5218 17093 0 -1 1077944384 13906 0 0 0 203 2 0 0 20 0 16 0 66040533 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688371976688 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5231] ppid=5215 vsize=10617796 memory=15825486446070293 CPUtime=0.39 cores=1,3,5,7
/proc/5218/task/5231/stat : 5231 (java) S 5215 5218 17093 0 -1 1077944384 4051 0 0 0 39 0 0 0 20 0 16 0 66040533 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688370924400 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5232] ppid=5215 vsize=10617796 memory=932 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5232/stat : 5232 (java) S 5215 5218 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66040533 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688369871840 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5233] ppid=5215 vsize=10617796 memory=1624 CPUtime=0.17 cores=1,3,5,7
/proc/5218/task/5233/stat : 5233 (java) S 5215 5218 17093 0 -1 1077944384 1715 0 0 0 8 9 0 0 20 0 16 0 66040541 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688368818608 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5235] ppid=5215 vsize=10617796 memory=960 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5235/stat : 5235 (java) S 5215 5218 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66040660 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688367764144 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 428928 KiB

[startup+277.201 s]
/proc/loadavg: 2.03 3.02 3.16 3/212 5243
/proc/meminfo: memFree=25717924/32770624 swapFree=67108860/67108860
[pid=5218] ppid=5215 vsize=10617796 memory=428928 CPUtime=281.87 cores=1,3,5,7
/proc/5218/stat : 5218 (java) S 5215 5218 17093 0 -1 1077944320 47882 0 0 0 28156 31 0 0 20 0 16 0 66040522 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140730805942400 140689336880887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
/proc/5218/statm: 2654449 107232 3126 1 0 2643902 0
[pid=5218/tid=5220] ppid=5215 vsize=10617796 memory=288230621803970871 CPUtime=276.9 cores=1,3,5,7
/proc/5218/task/5220/stat : 5220 (java) R 5215 5218 17093 0 -1 4202560 13533 0 0 0 27684 6 0 0 20 0 16 0 66040528 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140689341117352 140688982795552 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5221] ppid=5215 vsize=10617796 memory=15825486446070293 CPUtime=0.09 cores=1,3,5,7
/proc/5218/task/5221/stat : 5221 (java) S 5215 5218 17093 0 -1 1077944384 620 0 0 0 7 2 0 0 20 0 16 0 66040528 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688948280208 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5222] ppid=5215 vsize=10617796 memory=4612 CPUtime=0.1 cores=1,3,5,7
/proc/5218/task/5222/stat : 5222 (java) S 5215 5218 17093 0 -1 1077944384 190 0 0 0 8 2 0 0 20 0 16 0 66040528 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688947227408 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5223] ppid=5215 vsize=10617796 memory=1708 CPUtime=0.09 cores=1,3,5,7
/proc/5218/task/5223/stat : 5223 (java) S 5215 5218 17093 0 -1 1077944384 357 0 0 0 7 2 0 0 20 0 16 0 66040528 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688946175120 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5224] ppid=5215 vsize=10617796 memory=1444 CPUtime=0.1 cores=1,3,5,7
/proc/5218/task/5224/stat : 5224 (java) S 5215 5218 17093 0 -1 1077944384 257 0 0 0 7 3 0 0 20 0 16 0 66040528 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688945122320 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5225] ppid=5215 vsize=10617796 memory=1228 CPUtime=0.01 cores=1,3,5,7
/proc/5218/task/5225/stat : 5225 (java) S 5215 5218 17093 0 -1 1077944384 1014 0 0 0 0 1 0 0 20 0 16 0 66040530 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688377239664 140689336892034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5226] ppid=5215 vsize=10617796 memory=12200 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5226/stat : 5226 (java) S 5215 5218 17093 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 66040530 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688376185696 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5227] ppid=5215 vsize=10617796 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5227/stat : 5227 (java) S 5215 5218 17093 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 66040530 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688375133312 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5228] ppid=5215 vsize=10617796 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5228/stat : 5228 (java) S 5215 5218 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66040533 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688374081616 140689336899483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5229] ppid=5215 vsize=10617796 memory=1000 CPUtime=1.88 cores=1,3,5,7
/proc/5218/task/5229/stat : 5229 (java) S 5215 5218 17093 0 -1 1077944384 10801 0 0 0 186 2 0 0 20 0 16 0 66040533 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688373029488 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5230] ppid=5215 vsize=10617796 memory=796 CPUtime=2.05 cores=1,3,5,7
/proc/5218/task/5230/stat : 5230 (java) S 5215 5218 17093 0 -1 1077944384 13906 0 0 0 203 2 0 0 20 0 16 0 66040533 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688371976688 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5231] ppid=5215 vsize=10617796 memory=10960 CPUtime=0.39 cores=1,3,5,7
/proc/5218/task/5231/stat : 5231 (java) S 5215 5218 17093 0 -1 1077944384 4051 0 0 0 39 0 0 0 20 0 16 0 66040533 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688370924400 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5232] ppid=5215 vsize=10617796 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5232/stat : 5232 (java) S 5215 5218 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66040533 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688369871840 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5233] ppid=5215 vsize=10617796 memory=428928 CPUtime=0.17 cores=1,3,5,7
/proc/5218/task/5233/stat : 5233 (java) S 5215 5218 17093 0 -1 1077944384 1715 0 0 0 8 9 0 0 20 0 16 0 66040541 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688368818608 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5235] ppid=5215 vsize=10617796 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5235/stat : 5235 (java) S 5215 5218 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66040660 10872623104 107232 18446744073709551615 4194304 4196468 140730805959856 140688367764144 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
Current children cumulated CPU time: 281.87 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 428928 KiB

[startup+277.401 s]
/proc/loadavg: 2.03 3.02 3.16 3/212 5243
/proc/meminfo: memFree=25717924/32770624 swapFree=67108860/67108860
[pid=5218] ppid=5215 vsize=10750924 memory=428996 CPUtime=281.94 cores=1,3,5,7
/proc/5218/stat : 5218 (java) S 5215 5218 17093 0 -1 1077944320 49821 0 0 0 28162 32 0 0 20 0 16 0 66040522 11008946176 107249 18446744073709551615 4194304 4196468 140730805959856 140730805942400 140689336880887 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
/proc/5218/statm: 2687731 107249 3128 1 0 2677184 0
[pid=5218/tid=5220] ppid=5215 vsize=10750924 memory=4872558044660077418 CPUtime=276.94 cores=1,3,5,7
/proc/5218/task/5220/stat : 5220 (java) S 5215 5218 17093 0 -1 1077944384 14085 0 0 0 27688 6 0 0 20 0 16 0 66040528 11008946176 107249 18446744073709551615 4194304 4196468 140730805959856 140689341121568 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5221] ppid=5215 vsize=10750924 memory=1624 CPUtime=0.09 cores=1,3,5,7
/proc/5218/task/5221/stat : 5221 (java) S 5215 5218 17093 0 -1 1077944384 620 0 0 0 7 2 0 0 20 0 16 0 66040528 11008946176 107249 18446744073709551615 4194304 4196468 140730805959856 140688948280208 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5222] ppid=5215 vsize=10750924 memory=2160 CPUtime=0.1 cores=1,3,5,7
/proc/5218/task/5222/stat : 5222 (java) S 5215 5218 17093 0 -1 1077944384 190 0 0 0 8 2 0 0 20 0 16 0 66040528 11008946176 107249 18446744073709551615 4194304 4196468 140730805959856 140688947227408 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5223] ppid=5215 vsize=10750924 memory=7680170660397595203 CPUtime=0.09 cores=1,3,5,7
/proc/5218/task/5223/stat : 5223 (java) S 5215 5218 17093 0 -1 1077944384 357 0 0 0 7 2 0 0 20 0 16 0 66040528 11008946176 107249 18446744073709551615 4194304 4196468 140730805959856 140688946175120 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5224] ppid=5215 vsize=10750924 memory=7680170660397595203 CPUtime=0.1 cores=1,3,5,7
/proc/5218/task/5224/stat : 5224 (java) S 5215 5218 17093 0 -1 1077944384 257 0 0 0 7 3 0 0 20 0 16 0 66040528 11008946176 107249 18446744073709551615 4194304 4196468 140730805959856 140688945122320 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5225] ppid=5215 vsize=10750924 memory=2752 CPUtime=0.01 cores=1,3,5,7
/proc/5218/task/5225/stat : 5225 (java) S 5215 5218 17093 0 -1 1077944384 1014 0 0 0 0 1 0 0 20 0 16 0 66040530 11008946176 107249 18446744073709551615 4194304 4196468 140730805959856 140688377239664 140689336892034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5226] ppid=5215 vsize=10750924 memory=3036 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5226/stat : 5226 (java) S 5215 5218 17093 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 66040530 11008946176 107249 18446744073709551615 4194304 4196468 140730805959856 140688376185696 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5227] ppid=5215 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5227/stat : 5227 (java) S 5215 5218 17093 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 66040530 11008946176 107249 18446744073709551615 4194304 4196468 140730805959856 140688375133312 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5228] ppid=5215 vsize=10750924 memory=3054156605268465310 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5228/stat : 5228 (java) S 5215 5218 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66040533 11008946176 107249 18446744073709551615 4194304 4196468 140730805959856 140688374081616 140689336899483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5229] ppid=5215 vsize=10750924 memory=-8341965534556230502 CPUtime=1.88 cores=1,3,5,7
/proc/5218/task/5229/stat : 5229 (java) S 5215 5218 17093 0 -1 1077944384 10837 0 0 0 186 2 0 0 20 0 16 0 66040533 11008946176 107249 18446744073709551615 4194304 4196468 140730805959856 140688373029488 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5230] ppid=5215 vsize=10750924 memory=9047017150487036571 CPUtime=2.08 cores=1,3,5,7
/proc/5218/task/5230/stat : 5230 (java) S 5215 5218 17093 0 -1 1077944384 14989 0 0 0 206 2 0 0 20 0 16 0 66040533 11008946176 107249 18446744073709551615 4194304 4196468 140730805959856 140688371976688 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5231] ppid=5215 vsize=10750924 memory=7680170660397595203 CPUtime=0.4 cores=1,3,5,7
/proc/5218/task/5231/stat : 5231 (java) S 5215 5218 17093 0 -1 1077944384 4180 0 0 0 40 0 0 0 20 0 16 0 66040533 11008946176 107249 18446744073709551615 4194304 4196468 140730805959856 140688370924400 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5232] ppid=5215 vsize=10750924 memory=-8253362762722141311 CPUtime=0 cores=1,3,5,7
/proc/5218/task/5232/stat : 5232 (java) S 5215 5218 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66040533 11008946176 107249 18446744073709551615 4194304 4196468 140730805959856 140688369871840 140689336891093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
[pid=5218/tid=5233] ppid=5215 vsize=10750924 memory=2248 CPUtime=0.17 cores=1,3,5,7
/proc/5218/task/5233/stat : 5233 (java) S 5215 5218 17093 0 -1 1077944384 1715 0 0 0 8 9 0 0 20 0 16 0 66040541 11008946176 107249 18446744073709551615 4194304 4196468 140730805959856 140688368818608 140689336892034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11833344 140730805961104 140730805961257 140730805961257 140730805964751 0
Current children cumulated CPU time: 281.94 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 428996 KiB

Child status: 0
Real time (s): 277.454
CPU time (s): 281.961
CPU user time (s): 281.634
CPU system time (s): 0.327127
CPU usage (%): 101.625
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 428996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 281.634
system time used= 0.327127
maximum resident set size= 429320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50365
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7986
involuntary context switches= 145


# summary of solver processes directly reported to runsolver:
#   pid: 5218
#   total CPU time (s): 281.961
#   total CPU user time (s): 281.634
#   total CPU system time (s): 0.327127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.60022 second user time and 2.83565 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 17:20:24
IDJOB=4263728
IDBENCH=140507
IDSOLVER=2651
FILE ID=node127/4263728-1502638472
RUNJOBID= node127-1502624030-2989
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-pb-10-10-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263728-1502638472/watcher-4263728-1502638472 -o /tmp/evaluation-result-4263728-1502638472/solver-4263728-1502638472 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263728-1502638472.xml

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

MD5SUM BENCH= 4153efd907083a776cdbce6b1e04a113
RANDOM SEED=915948939

node127.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.92
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.92
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.92
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.92
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:        26144848 kB
MemAvailable:   26573820 kB
Buffers:          197080 kB
Cached:           528284 kB
SwapCached:            0 kB
Active:          5982236 kB
Inactive:         206392 kB
Active(anon):    5412952 kB
Inactive(anon):    83888 kB
Active(file):     569284 kB
Inactive(file):   122504 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1748 kB
Writeback:             4 kB
AnonPages:       5462928 kB
Mapped:            59856 kB
Shmem:             33444 kB
Slab:             131356 kB
SReclaimable:     106040 kB
SUnreclaim:        25316 kB
KernelStack:        3504 kB
PageTables:        16144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7106128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5312512 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= 62028 MiB
End job on node127 at 2017-08-13 17:25:01