Trace number 4262859

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-05? 2081.48 554.57898

General information on the benchmark

NameBinPacking/BinPacking-tab-sw100/
BinPacking-tab-sw100-74.xml
MD5SUM748f42f61d3aaac6f60870392cb688ba
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables115
Number of constraints22
Number of domains2
Minimum domain size20
Maximum domain size42
Distribution of domain sizes[{"size":20,"count":1},{"size":42,"count":114}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":95},{"degree":4,"count":19}]
Minimum constraint arity6
Maximum constraint arity114
Distribution of constraint arities[{"arity":6,"count":19},{"arity":20,"count":1},{"arity":114,"count":2}]
Number of extensional constraints19
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":19},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

2080.50/554.03	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
2081.38/554.34		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:100)
2081.38/554.34		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
2081.38/554.34		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
2081.38/554.34		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
2081.38/554.34		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
2081.38/554.34		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
2081.38/554.34		at org.sat4j.csp.intension.Parser.parse(Parser.java:48)
2081.38/554.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:56)
2081.38/554.34		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
2081.38/554.34		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
2081.38/554.34		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
2081.38/554.34		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
2081.38/554.34		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
2081.38/554.34		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
2081.38/554.34		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
2081.38/554.34		at org.xcsp.parser.XCallbacks$$Lambda$62/329611835.accept(Unknown Source)
2081.38/554.34		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2081.38/554.34		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2081.38/554.34		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
2081.38/554.34		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
2081.38/554.34		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
2081.38/554.34		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
2081.38/554.34		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
2081.38/554.34		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
2081.38/554.34		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
2081.38/554.34		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
2081.38/554.34		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
2081.38/554.34		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
2081.38/554.34		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
2081.43/554.54	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2081.43/554.54	c This is free software under the dual EPL/GNU LGPL licenses.
2081.43/554.54	c See www.sat4j.org for details.
2081.43/554.54	c That software uses the Rhino library from the Mozilla project.
2081.43/554.54	c version CUSTOM.v20170705
2081.43/554.54	c java.runtime.name	Java(TM) SE Runtime Environment
2081.43/554.54	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2081.43/554.54	c java.vm.version	25.131-b11
2081.43/554.54	c java.vm.vendor	Oracle Corporation
2081.43/554.54	c sun.arch.data.model	64
2081.43/554.54	c java.version		1.8.0_131
2081.43/554.54	c os.name		Linux
2081.43/554.54	c os.version		3.10.0-514.16.1.el7.x86_64
2081.43/554.54	c os.arch		amd64
2081.43/554.54	c Free memory 		499604488
2081.43/554.54	c Max memory 		7247757312
2081.43/554.54	c Total memory 		504889344
2081.43/554.54	c Number of processors 	4
2081.43/554.54	c c --- Begin Solver configuration ---
2081.43/554.54	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2081.43/554.54	c Learn all clauses as in MiniSAT
2081.43/554.54	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2081.43/554.54	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2081.43/554.54	c No reason simplification
2081.43/554.54	c Glucose 2.1 dynamic restart strategy
2081.43/554.54	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
2081.43/554.54	c timeout=2147483s
2081.43/554.54	c DB Simplification allowed=false
2081.43/554.54	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2081.43/554.54	c --- End Solver configuration ---
2081.43/554.54	c starts		: 0
2081.43/554.54	c conflicts		: 0
2081.43/554.54	c decisions		: 0
2081.43/554.54	c propagations		: 0
2081.43/554.54	c inspects		: 0
2081.43/554.54	c shortcuts		: 0
2081.43/554.54	c learnt literals	: 0
2081.43/554.54	c learnt binary clauses	: 0
2081.43/554.54	c learnt ternary clauses	: 0
2081.43/554.54	c learnt constraints	: 0
2081.43/554.54	c ignored constraints	: 0
2081.43/554.54	c root simplifications	: 0
2081.43/554.54	c removed literals (reason simplification)	: 0
2081.43/554.54	c reason swapping (by a shorter reason)	: 0
2081.43/554.54	c Calls to reduceDB	: 0
2081.43/554.54	c Number of update (reduction) of LBD	: 0
2081.43/554.54	c Imported unit clauses	: 0
2081.43/554.54	c number of reductions to clauses (during analyze)	: 0
2081.43/554.54	c number of learned constraints concerned by reduction	: 0
2081.43/554.54	c number of learning phase by resolution	: 0
2081.43/554.54	c number of learning phase by cutting planes	: 0
2081.43/554.54	c number of rounding to 1 operations	: 0
2081.43/554.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2081.43/554.54	c number of reductions of the coefficients by power 2 	: 0
2081.43/554.54	c number of right shift for reduction by power 2 	: 0
2081.43/554.54	c number of reductions of the coefficients by GCD over coefficients 	: 0
2081.43/554.54	c speed (assignments/second)	: 0.0
2081.43/554.54	c non guided choices	0
2081.43/554.54	c learnt constraints type 
2081.43/554.54	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262859-1502635083/watcher-4262859-1502635083 -o /tmp/evaluation-result-4262859-1502635083/solver-4262859-1502635083 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502634224-8215 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262859-1502635083.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=8233, runsolver pid=8230
Current StackSize limit: 8192 KiB


[startup+0.100096 s]*
/proc/loadavg: 1.00 1.15 1.60 3/195 8248
/proc/meminfo: memFree=31536544/32770624 swapFree=67108860/67108860
[pid=8233] ppid=8230 vsize=10555400 memory=30840 CPUtime=0.12 cores=1,3,5,7
/proc/8233/stat : 8233 (java) S 8230 8233 32402 0 -1 1077944320 6757 0 0 0 11 1 0 0 20 0 15 0 96595948 10808729600 7710 33554432000 4194304 4196468 140720891859152 140720891841696 140548960362231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
/proc/8233/statm: 2638850 7710 2819 1 0 2627263 0
[pid=8233/tid=8235] ppid=8230 vsize=10555400 memory=6935054825532540783 CPUtime=0.09 cores=1,3,5,7
/proc/8233/task/8235/stat : 8235 (java) R 8230 8233 32402 0 -1 4202560 4611 0 0 0 8 1 0 0 20 0 15 0 96595948 10808729600 7710 33554432000 4194304 4196468 140720891859152 140548964583360 140548916992568 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8236] ppid=8230 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8236/stat : 8236 (java) S 8230 8233 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595949 10808729600 7710 33554432000 4194304 4196468 140720891859152 140548567129104 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8237] ppid=8230 vsize=10555400 memory=139962491799168 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8237/stat : 8237 (java) S 8230 8233 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595949 10808729600 7710 33554432000 4194304 4196468 140720891859152 140548566076560 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8238] ppid=8230 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8238/stat : 8238 (java) S 8230 8233 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595949 10808729600 7710 33554432000 4194304 4196468 140720891859152 140548565023504 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8239] ppid=8230 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8239/stat : 8239 (java) S 8230 8233 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595949 10808729600 7710 33554432000 4194304 4196468 140720891859152 140548563970960 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8240] ppid=8230 vsize=10555400 memory=139962491799168 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8240/stat : 8240 (java) S 8230 8233 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595950 10808729600 7710 33554432000 4194304 4196468 140720891859152 140548265265392 140548960373378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8241] ppid=8230 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8241/stat : 8241 (java) S 8230 8233 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96595951 10808729600 7710 33554432000 4194304 4196468 140720891859152 140548264211616 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8242] ppid=8230 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8242/stat : 8242 (java) S 8230 8233 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96595951 10808729600 7710 33554432000 4194304 4196468 140720891859152 140548263158512 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8243] ppid=8230 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8243/stat : 8243 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595953 10808729600 7710 33554432000 4194304 4196468 140720891859152 140548262107088 140548960380827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8244] ppid=8230 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8244/stat : 8244 (java) S 8230 8233 32402 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 96595953 10808729600 7710 33554432000 4194304 4196468 140720891859152 140548261055216 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8245] ppid=8230 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8245/stat : 8245 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595953 10808729600 7710 33554432000 4194304 4196468 140720891859152 140548260002672 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8246] ppid=8230 vsize=10555400 memory=139962491799168 CPUtime=0.01 cores=1,3,5,7
/proc/8233/task/8246/stat : 8246 (java) R 8230 8233 32402 0 -1 4202560 360 0 0 0 1 0 0 0 20 0 15 0 96595953 10808729600 7710 33554432000 4194304 4196468 140720891859152 140548258949616 140548952599358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8247] ppid=8230 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8247/stat : 8247 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595953 10808729600 7710 33554432000 4194304 4196468 140720891859152 140548257897312 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8248] ppid=8230 vsize=10555400 memory=139962491799168 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8248/stat : 8248 (java) S 8230 8233 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595954 10808729600 7710 33554432000 4194304 4196468 140720891859152 140548256844336 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30840 KiB

[startup+0.213337 s]*
/proc/loadavg: 1.00 1.15 1.60 4/206 8264
/proc/meminfo: memFree=31518164/32770624 swapFree=67108860/67108860
[pid=8233] ppid=8230 vsize=10555400 memory=45336 CPUtime=0.31 cores=1,3,5,7
/proc/8233/stat : 8233 (java) S 8230 8233 32402 0 -1 1077944320 7920 0 0 0 29 2 0 0 20 0 15 0 96595948 10808729600 11334 33554432000 4194304 4196468 140720891859152 140720891841696 140548960362231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
/proc/8233/statm: 2638850 11334 2963 1 0 2627263 0
[pid=8233/tid=8235] ppid=8230 vsize=10555400 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/8233/task/8235/stat : 8235 (java) R 8230 8233 32402 0 -1 4202560 5021 0 0 0 19 2 0 0 20 0 15 0 96595948 10808729600 11334 33554432000 4194304 4196468 140720891859152 140548964599104 140548960384157 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8236] ppid=8230 vsize=10555400 memory=339 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8236/stat : 8236 (java) S 8230 8233 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595949 10808729600 11334 33554432000 4194304 4196468 140720891859152 140548567129104 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8237] ppid=8230 vsize=10555400 memory=139962491977684 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8237/stat : 8237 (java) S 8230 8233 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595949 10808729600 11334 33554432000 4194304 4196468 140720891859152 140548566076560 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8238] ppid=8230 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8238/stat : 8238 (java) S 8230 8233 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595949 10808729600 11334 33554432000 4194304 4196468 140720891859152 140548565023504 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8239] ppid=8230 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8239/stat : 8239 (java) S 8230 8233 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595949 10808729600 11334 33554432000 4194304 4196468 140720891859152 140548563970960 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8240] ppid=8230 vsize=10555400 memory=139962491799168 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8240/stat : 8240 (java) S 8230 8233 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595950 10808729600 11334 33554432000 4194304 4196468 140720891859152 140548265265392 140548960373378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8241] ppid=8230 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8241/stat : 8241 (java) S 8230 8233 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96595951 10808729600 11334 33554432000 4194304 4196468 140720891859152 140548264211616 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8242] ppid=8230 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8242/stat : 8242 (java) S 8230 8233 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96595951 10808729600 11334 33554432000 4194304 4196468 140720891859152 140548263158512 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8243] ppid=8230 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8243/stat : 8243 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595953 10808729600 11334 33554432000 4194304 4196468 140720891859152 140548262107088 140548960380827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8244] ppid=8230 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8233/task/8244/stat : 8244 (java) S 8230 8233 32402 0 -1 1077944384 821 0 0 0 2 0 0 0 20 0 15 0 96595953 10808729600 11334 33554432000 4194304 4196468 140720891859152 140548261055216 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8245] ppid=8230 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8233/task/8245/stat : 8245 (java) S 8230 8233 32402 0 -1 1077944384 217 0 0 0 2 0 0 0 20 0 15 0 96595953 10808729600 11334 33554432000 4194304 4196468 140720891859152 140548260002672 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8246] ppid=8230 vsize=10555400 memory=139962491799168 CPUtime=0.05 cores=1,3,5,7
/proc/8233/task/8246/stat : 8246 (java) R 8230 8233 32402 0 -1 1077944384 492 0 0 0 5 0 0 0 20 0 15 0 96595953 10808729600 11334 33554432000 4194304 4196468 140720891859152 140548258949616 140548960373378 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8247] ppid=8230 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8247/stat : 8247 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595953 10808729600 11334 33554432000 4194304 4196468 140720891859152 140548257897312 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8248] ppid=8230 vsize=10555400 memory=139962491799168 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8248/stat : 8248 (java) S 8230 8233 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595954 10808729600 11334 33554432000 4194304 4196468 140720891859152 140548256844336 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 45336 KiB

[startup+0.310519 s]*
/proc/loadavg: 1.00 1.15 1.60 3/215 8273
/proc/meminfo: memFree=31437344/32770624 swapFree=67108860/67108860
[pid=8233] ppid=8230 vsize=10555400 memory=117904 CPUtime=0.43 cores=1,3,5,7
/proc/8233/stat : 8233 (java) S 8230 8233 32402 0 -1 1077944320 8151 0 0 0 39 4 0 0 20 0 15 0 96595948 10808729600 29476 33554432000 4194304 4196468 140720891859152 140720891841696 140548960362231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
/proc/8233/statm: 2638850 29476 2973 1 0 2627263 0
[pid=8233/tid=8235] ppid=8230 vsize=10555400 memory=93309949 CPUtime=0.3 cores=1,3,5,7
/proc/8233/task/8235/stat : 8235 (java) R 8230 8233 32402 0 -1 4202560 5059 0 0 0 26 4 0 0 20 0 15 0 96595948 10808729600 29476 33554432000 4194304 4196468 140720891859152 140548964593392 140548593830925 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8236] ppid=8230 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8236/stat : 8236 (java) S 8230 8233 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595949 10808729600 29476 33554432000 4194304 4196468 140720891859152 140548567129104 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8237] ppid=8230 vsize=10555400 memory=279924872879744 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8237/stat : 8237 (java) S 8230 8233 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595949 10808729600 29476 33554432000 4194304 4196468 140720891859152 140548566076560 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8238] ppid=8230 vsize=10555400 memory=279924762188944 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8238/stat : 8238 (java) S 8230 8233 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595949 10808729600 29476 33554432000 4194304 4196468 140720891859152 140548565023504 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8239] ppid=8230 vsize=10555400 memory=139962381080591 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8239/stat : 8239 (java) S 8230 8233 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595949 10808729600 29476 33554432000 4194304 4196468 140720891859152 140548563970960 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8240] ppid=8230 vsize=10555400 memory=279924872886656 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8240/stat : 8240 (java) S 8230 8233 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595950 10808729600 29476 33554432000 4194304 4196468 140720891859152 140548265265392 140548960373378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8241] ppid=8230 vsize=10555400 memory=139962381085199 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8241/stat : 8241 (java) S 8230 8233 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96595951 10808729600 29476 33554432000 4194304 4196468 140720891859152 140548264211616 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8242] ppid=8230 vsize=10555400 memory=139962381095718 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8242/stat : 8242 (java) S 8230 8233 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96595951 10808729600 29476 33554432000 4194304 4196468 140720891859152 140548263158512 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8243] ppid=8230 vsize=10555400 memory=139962381098023 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8243/stat : 8243 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595953 10808729600 29476 33554432000 4194304 4196468 140720891859152 140548262107088 140548960380827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8244] ppid=8230 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8233/task/8244/stat : 8244 (java) R 8230 8233 32402 0 -1 4202560 827 0 0 0 3 0 0 0 20 0 15 0 96595953 10808729600 29476 33554432000 4194304 4196468 140720891859152 140548261055216 140548939690552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8245] ppid=8230 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8233/task/8245/stat : 8245 (java) S 8230 8233 32402 0 -1 1077944384 220 0 0 0 2 0 0 0 20 0 15 0 96595953 10808729600 29476 33554432000 4194304 4196468 140720891859152 140548260002672 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8246] ppid=8230 vsize=10555400 memory=139962491799167 CPUtime=0.06 cores=1,3,5,7
/proc/8233/task/8246/stat : 8246 (java) R 8230 8233 32402 0 -1 4202560 676 0 0 0 6 0 0 0 20 0 15 0 96595953 10808729600 29476 33554432000 4194304 4196468 140720891859152 140548258949616 140548939401862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8247] ppid=8230 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8247/stat : 8247 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595953 10808729600 29476 33554432000 4194304 4196468 140720891859152 140548257897312 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8248] ppid=8230 vsize=10555400 memory=139962491799168 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8248/stat : 8248 (java) S 8230 8233 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595954 10808729600 29476 33554432000 4194304 4196468 140720891859152 140548256844336 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 117904 KiB

[startup+0.700751 s]
/proc/loadavg: 1.00 1.15 1.60 4/215 8273
/proc/meminfo: memFree=31205492/32770624 swapFree=67108860/67108860
[pid=8233] ppid=8230 vsize=10555476 memory=554488 CPUtime=1.29 cores=1,3,5,7
/proc/8233/stat : 8233 (java) S 8230 8233 32402 0 -1 1077944320 10363 0 0 0 108 21 0 0 20 0 15 0 96595948 10808807424 138622 33554432000 4194304 4196468 140720891859152 140720891841696 140548960362231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
/proc/8233/statm: 2638869 138622 3086 1 0 2627263 0
[pid=8233/tid=8235] ppid=8230 vsize=10555476 memory=2276 CPUtime=0.62 cores=1,3,5,7
/proc/8233/task/8235/stat : 8235 (java) R 8230 8233 32402 0 -1 4202560 5978 0 0 0 54 8 0 0 20 0 15 0 96595948 10808807424 138622 33554432000 4194304 4196468 140720891859152 140548964597312 140548596240256 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8236] ppid=8230 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/8233/task/8236/stat : 8236 (java) S 8230 8233 32402 0 -1 1077944384 50 0 0 0 2 2 0 0 20 0 15 0 96595949 10808807424 138622 33554432000 4194304 4196468 140720891859152 140548567129104 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8237] ppid=8230 vsize=10555476 memory=1200 CPUtime=0.04 cores=1,3,5,7
/proc/8233/task/8237/stat : 8237 (java) S 8230 8233 32402 0 -1 1077944384 46 0 0 0 2 2 0 0 20 0 15 0 96595949 10808807424 138622 33554432000 4194304 4196468 140720891859152 140548566076560 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8238] ppid=8230 vsize=10555476 memory=15872 CPUtime=0.04 cores=1,3,5,7
/proc/8233/task/8238/stat : 8238 (java) S 8230 8233 32402 0 -1 1077944384 53 0 0 0 2 2 0 0 20 0 15 0 96595949 10808807424 138622 33554432000 4194304 4196468 140720891859152 140548565023504 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8239] ppid=8230 vsize=10555476 memory=15708 CPUtime=0.04 cores=1,3,5,7
/proc/8233/task/8239/stat : 8239 (java) S 8230 8233 32402 0 -1 1077944384 54 0 0 0 2 2 0 0 20 0 15 0 96595949 10808807424 138622 33554432000 4194304 4196468 140720891859152 140548563970960 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8240] ppid=8230 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8240/stat : 8240 (java) S 8230 8233 32402 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96595950 10808807424 138622 33554432000 4194304 4196468 140720891859152 140548265265392 140548960373378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8241] ppid=8230 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8241/stat : 8241 (java) S 8230 8233 32402 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96595951 10808807424 138622 33554432000 4194304 4196468 140720891859152 140548264211616 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8242] ppid=8230 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8242/stat : 8242 (java) S 8230 8233 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96595951 10808807424 138622 33554432000 4194304 4196468 140720891859152 140548263158512 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8243] ppid=8230 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8243/stat : 8243 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595953 10808807424 138622 33554432000 4194304 4196468 140720891859152 140548262107088 140548960380827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8244] ppid=8230 vsize=10555476 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8233/task/8244/stat : 8244 (java) R 8230 8233 32402 0 -1 4202560 1153 0 0 0 12 0 0 0 20 0 15 0 96595953 10808807424 138622 33554432000 4194304 4196468 140720891859152 140548261041096 140548945283998 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8245] ppid=8230 vsize=10555476 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8233/task/8245/stat : 8245 (java) R 8230 8233 32402 0 -1 4202560 577 0 0 0 12 0 0 0 20 0 15 0 96595953 10808807424 138622 33554432000 4194304 4196468 140720891859152 140548259988696 140548943861331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8246] ppid=8230 vsize=10555476 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/8233/task/8246/stat : 8246 (java) S 8230 8233 32402 0 -1 1077944384 1007 0 0 0 19 0 0 0 20 0 15 0 96595953 10808807424 138622 33554432000 4194304 4196468 140720891859152 140548258949616 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8247] ppid=8230 vsize=10555476 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8247/stat : 8247 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595953 10808807424 138622 33554432000 4194304 4196468 140720891859152 140548257897312 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8248] ppid=8230 vsize=10555476 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8248/stat : 8248 (java) S 8230 8233 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595954 10808807424 138622 33554432000 4194304 4196468 140720891859152 140548256844336 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 554488 KiB

[startup+1.50074 s]
/proc/loadavg: 1.00 1.15 1.60 3/215 8273
/proc/meminfo: memFree=30110444/32770624 swapFree=67108860/67108860
[pid=8233] ppid=8230 vsize=10555476 memory=714612 CPUtime=2.66 cores=1,3,5,7
/proc/8233/stat : 8233 (java) S 8230 8233 32402 0 -1 1077944320 12554 0 0 0 241 25 0 0 20 0 15 0 96595948 10808807424 178653 33554432000 4194304 4196468 140720891859152 140720891841696 140548960362231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
/proc/8233/statm: 2638869 178653 3121 1 0 2627263 0
[pid=8233/tid=8235] ppid=8230 vsize=10555476 memory=596884 CPUtime=1.3 cores=1,3,5,7
/proc/8233/task/8235/stat : 8235 (java) R 8230 8233 32402 0 -1 4202560 6029 0 0 0 120 10 0 0 20 0 15 0 96595948 10808807424 178653 33554432000 4194304 4196468 140720891859152 140548964599872 140548595967195 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8236] ppid=8230 vsize=10555476 memory=7447091663729027160 CPUtime=0.16 cores=1,3,5,7
/proc/8233/task/8236/stat : 8236 (java) S 8230 8233 32402 0 -1 1077944384 131 0 0 0 13 3 0 0 20 0 15 0 96595949 10808807424 178653 33554432000 4194304 4196468 140720891859152 140548567129104 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8237] ppid=8230 vsize=10555476 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/8233/task/8237/stat : 8237 (java) S 8230 8233 32402 0 -1 1077944384 113 0 0 0 10 3 0 0 20 0 15 0 96595949 10808807424 178653 33554432000 4194304 4196468 140720891859152 140548566076560 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8238] ppid=8230 vsize=10555476 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/8233/task/8238/stat : 8238 (java) S 8230 8233 32402 0 -1 1077944384 110 0 0 0 13 3 0 0 20 0 15 0 96595949 10808807424 178653 33554432000 4194304 4196468 140720891859152 140548565023504 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8239] ppid=8230 vsize=10555476 memory=1200 CPUtime=0.13 cores=1,3,5,7
/proc/8233/task/8239/stat : 8239 (java) S 8230 8233 32402 0 -1 1077944384 108 0 0 0 10 3 0 0 20 0 15 0 96595949 10808807424 178653 33554432000 4194304 4196468 140720891859152 140548563970960 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8240] ppid=8230 vsize=10555476 memory=15872 CPUtime=0.01 cores=1,3,5,7
/proc/8233/task/8240/stat : 8240 (java) S 8230 8233 32402 0 -1 1077944384 532 0 0 0 1 0 0 0 20 0 15 0 96595950 10808807424 178653 33554432000 4194304 4196468 140720891859152 140548265265392 140548960373378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0

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

[pid=8233/tid=8247] ppid=8230 vsize=10555476 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8247/stat : 8247 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595953 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548257897312 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8248] ppid=8230 vsize=10555476 memory=2448 CPUtime=0.18 cores=1,3,5,7
/proc/8233/task/8248/stat : 8248 (java) S 8230 8233 32402 0 -1 1077944384 490 0 0 0 12 6 0 0 20 0 15 0 96595954 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548256844336 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
Current children cumulated CPU time: 2072.9 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8317032 KiB

[startup+553.601 s]
/proc/loadavg: 6.24 6.08 4.05 6/216 8368
/proc/meminfo: memFree=14971092/32770624 swapFree=67108860/67108860
[pid=8233] ppid=8230 vsize=10555476 memory=8317032 CPUtime=2079.06 cores=1,3,5,7
/proc/8233/stat : 8233 (java) S 8230 8233 32402 0 -1 1077944320 659163 0 0 0 206854 1052 0 0 20 0 15 0 96595948 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140720891841696 140548960362231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
/proc/8233/statm: 2638869 2079258 3149 1 0 2627263 0
[pid=8233/tid=8235] ppid=8230 vsize=10555476 memory=4100 CPUtime=25.06 cores=1,3,5,7
/proc/8233/task/8235/stat : 8235 (java) S 8230 8233 32402 0 -1 1077944384 18324 0 0 0 2479 27 0 0 20 0 15 0 96595948 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548964599600 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8236] ppid=8230 vsize=10555476 memory=8317032 CPUtime=513.12 cores=1,3,5,7
/proc/8233/task/8236/stat : 8236 (java) R 8230 8233 32402 0 -1 4202560 289373 0 0 0 51058 254 0 0 20 0 15 0 96595949 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548567129304 140548945062803 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8237] ppid=8230 vsize=10555476 memory=8317032 CPUtime=511.32 cores=1,3,5,7
/proc/8233/task/8237/stat : 8237 (java) R 8230 8233 32402 0 -1 4202560 65771 0 0 0 50872 260 0 0 20 0 15 0 96595949 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548566076680 140548952990439 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8238] ppid=8230 vsize=10555476 memory=4388 CPUtime=513.83 cores=1,3,5,7
/proc/8233/task/8238/stat : 8238 (java) R 8230 8233 32402 0 -1 4202560 90048 0 0 0 51141 242 0 0 20 0 15 0 96595949 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548565023624 140548952990439 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8239] ppid=8230 vsize=10555476 memory=8112282956445269571 CPUtime=510.05 cores=1,3,5,7
/proc/8233/task/8239/stat : 8239 (java) R 8230 8233 32402 0 -1 4202560 66000 0 0 0 50751 254 0 0 20 0 15 0 96595949 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548563970768 140548952990439 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8240] ppid=8230 vsize=10555476 memory=4388 CPUtime=2.67 cores=1,3,5,7
/proc/8233/task/8240/stat : 8240 (java) S 8230 8233 32402 0 -1 1077944384 111035 0 0 0 261 6 0 0 20 0 15 0 96595950 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548265263936 140548960372437 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8241] ppid=8230 vsize=10555476 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8241/stat : 8241 (java) S 8230 8233 32402 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 96595951 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548264211680 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8242] ppid=8230 vsize=10555476 memory=27760 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8242/stat : 8242 (java) S 8230 8233 32402 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96595951 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548263158528 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8243] ppid=8230 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8243/stat : 8243 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595953 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548262107088 140548960380827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8244] ppid=8230 vsize=10555476 memory=8317032 CPUtime=1.05 cores=1,3,5,7
/proc/8233/task/8244/stat : 8244 (java) S 8230 8233 32402 0 -1 1077944384 7135 0 0 0 104 1 0 0 20 0 15 0 96595953 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548261054976 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8245] ppid=8230 vsize=10555476 memory=4612 CPUtime=1.38 cores=1,3,5,7
/proc/8233/task/8245/stat : 8245 (java) S 8230 8233 32402 0 -1 1077944384 7491 0 0 0 138 0 0 0 20 0 15 0 96595953 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548260002720 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8246] ppid=8230 vsize=10555476 memory=1004 CPUtime=0.28 cores=1,3,5,7
/proc/8233/task/8246/stat : 8246 (java) S 8230 8233 32402 0 -1 1077944384 2099 0 0 0 28 0 0 0 20 0 15 0 96595953 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548258949664 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 33 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8247] ppid=8230 vsize=10555476 memory=8317032 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8247/stat : 8247 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595953 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548257897312 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8248] ppid=8230 vsize=10555476 memory=2536 CPUtime=0.18 cores=1,3,5,7
/proc/8233/task/8248/stat : 8248 (java) S 8230 8233 32402 0 -1 1077944384 494 0 0 0 12 6 0 0 20 0 15 0 96595954 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548256844336 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
Current children cumulated CPU time: 2079.06 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8317032 KiB

[startup+554.001 s]*
/proc/loadavg: 6.38 6.11 4.07 6/216 8368
/proc/meminfo: memFree=14971092/32770624 swapFree=67108860/67108860
[pid=8233] ppid=8230 vsize=10555476 memory=8317032 CPUtime=2080.5 cores=1,3,5,7
/proc/8233/stat : 8233 (java) S 8230 8233 32402 0 -1 1077944320 660934 0 0 0 206998 1052 0 0 20 0 15 0 96595948 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140720891841696 140548960362231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
/proc/8233/statm: 2638869 2079258 3149 1 0 2627263 0
[pid=8233/tid=8235] ppid=8230 vsize=10555476 memory=6935054825532540783 CPUtime=25.06 cores=1,3,5,7
/proc/8233/task/8235/stat : 8235 (java) S 8230 8233 32402 0 -1 1077944384 18324 0 0 0 2479 27 0 0 20 0 15 0 96595948 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548964599600 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8236] ppid=8230 vsize=10555476 memory=8514726395715349656 CPUtime=513.48 cores=1,3,5,7
/proc/8233/task/8236/stat : 8236 (java) S 8230 8233 32402 0 -1 1077944384 289484 0 0 0 51094 254 0 0 20 0 15 0 96595949 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548567129104 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8237] ppid=8230 vsize=10555476 memory=3047711553320166262 CPUtime=511.67 cores=1,3,5,7
/proc/8233/task/8237/stat : 8237 (java) S 8230 8233 32402 0 -1 1077944384 65772 0 0 0 50907 260 0 0 20 0 15 0 96595949 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548566076560 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8238] ppid=8230 vsize=10555476 memory=8514701219730523551 CPUtime=514.18 cores=1,3,5,7
/proc/8233/task/8238/stat : 8238 (java) S 8230 8233 32402 0 -1 1077944384 90048 0 0 0 51176 242 0 0 20 0 15 0 96595949 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548565023504 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8239] ppid=8230 vsize=10555476 memory=-8412652169205224307 CPUtime=510.4 cores=1,3,5,7
/proc/8233/task/8239/stat : 8239 (java) S 8230 8233 32402 0 -1 1077944384 66000 0 0 0 50786 254 0 0 20 0 15 0 96595949 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548563970960 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8240] ppid=8230 vsize=10555476 memory=7236269135295375424 CPUtime=2.72 cores=1,3,5,7
/proc/8233/task/8240/stat : 8240 (java) R 8230 8233 32402 0 -1 4202560 112700 0 0 0 266 6 0 0 20 0 15 0 96595950 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548265263936 140548938732406 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8241] ppid=8230 vsize=10555476 memory=6228589775166139489 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8241/stat : 8241 (java) S 8230 8233 32402 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 96595951 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548264211680 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8242] ppid=8230 vsize=10555476 memory=8242546532149318752 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8242/stat : 8242 (java) S 8230 8233 32402 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96595951 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548263158528 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8243] ppid=8230 vsize=10555476 memory=7450171314178255727 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8243/stat : 8243 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595953 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548262107088 140548960380827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8244] ppid=8230 vsize=10555476 memory=8243398490301425767 CPUtime=1.05 cores=1,3,5,7
/proc/8233/task/8244/stat : 8244 (java) S 8230 8233 32402 0 -1 1077944384 7135 0 0 0 104 1 0 0 20 0 15 0 96595953 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548261054976 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8245] ppid=8230 vsize=10555476 memory=7668333215906294101 CPUtime=1.38 cores=1,3,5,7
/proc/8233/task/8245/stat : 8245 (java) S 8230 8233 32402 0 -1 1077944384 7491 0 0 0 138 0 0 0 20 0 15 0 96595953 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548260002720 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8246] ppid=8230 vsize=10555476 memory=7309452577531384940 CPUtime=0.28 cores=1,3,5,7
/proc/8233/task/8246/stat : 8246 (java) S 8230 8233 32402 0 -1 1077944384 2099 0 0 0 28 0 0 0 20 0 15 0 96595953 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548258949664 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 33 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8247] ppid=8230 vsize=10555476 memory=8323704 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8247/stat : 8247 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595953 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548257897312 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8248] ppid=8230 vsize=10555476 memory=1692 CPUtime=0.18 cores=1,3,5,7
/proc/8233/task/8248/stat : 8248 (java) S 8230 8233 32402 0 -1 1077944384 494 0 0 0 12 6 0 0 20 0 15 0 96595954 10808807424 2079258 33554432000 4194304 4196468 140720891859152 140548256844336 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
Current children cumulated CPU time: 2080.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8317032 KiB

[startup+554.401 s]
/proc/loadavg: 6.38 6.11 4.07 6/216 8368
/proc/meminfo: memFree=14971092/32770624 swapFree=67108860/67108860
[pid=8233] ppid=8230 vsize=10688604 memory=5288680 CPUtime=2081.43 cores=1,3,5,7
/proc/8233/stat : 8233 (java) S 8230 8233 32402 0 -1 1077944320 667855 0 0 0 207089 1054 0 0 20 0 16 0 96595948 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140720891841696 140548960362231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
/proc/8233/statm: 2672151 1322170 3152 1 0 2660545 0
[pid=8233/tid=8235] ppid=8230 vsize=10688604 memory=8317032 CPUtime=25.06 cores=1,3,5,7
/proc/8233/task/8235/stat : 8235 (java) S 8230 8233 32402 0 -1 1077944384 18819 0 0 0 2479 27 0 0 20 0 16 0 96595948 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548964602912 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8236] ppid=8230 vsize=10688604 memory=1160 CPUtime=513.68 cores=1,3,5,7
/proc/8233/task/8236/stat : 8236 (java) S 8230 8233 32402 0 -1 1077944384 289562 0 0 0 51114 254 0 0 20 0 16 0 96595949 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548567129104 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8237] ppid=8230 vsize=10688604 memory=8112282956445269571 CPUtime=511.86 cores=1,3,5,7
/proc/8233/task/8237/stat : 8237 (java) S 8230 8233 32402 0 -1 1077944384 65789 0 0 0 50926 260 0 0 20 0 16 0 96595949 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548566076560 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8238] ppid=8230 vsize=10688604 memory=916 CPUtime=514.37 cores=1,3,5,7
/proc/8233/task/8238/stat : 8238 (java) S 8230 8233 32402 0 -1 1077944384 90073 0 0 0 51195 242 0 0 20 0 16 0 96595949 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548565023504 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8239] ppid=8230 vsize=10688604 memory=3832 CPUtime=510.6 cores=1,3,5,7
/proc/8233/task/8239/stat : 8239 (java) S 8230 8233 32402 0 -1 1077944384 66194 0 0 0 50806 254 0 0 20 0 16 0 96595949 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548563970960 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8240] ppid=8230 vsize=10688604 memory=6935054825532540783 CPUtime=2.86 cores=1,3,5,7
/proc/8233/task/8240/stat : 8240 (java) S 8230 8233 32402 0 -1 1077944384 118645 0 0 0 278 8 0 0 20 0 16 0 96595950 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548265265392 140548960373378 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8241] ppid=8230 vsize=10688604 memory=3100 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8241/stat : 8241 (java) S 8230 8233 32402 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 96595951 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548264211680 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8242] ppid=8230 vsize=10688604 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8242/stat : 8242 (java) S 8230 8233 32402 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 96595951 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548263158528 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8243] ppid=8230 vsize=10688604 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8243/stat : 8243 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96595953 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548262107088 140548960380827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8244] ppid=8230 vsize=10688604 memory=2448 CPUtime=1.06 cores=1,3,5,7
/proc/8233/task/8244/stat : 8244 (java) S 8230 8233 32402 0 -1 1077944384 7140 0 0 0 105 1 0 0 20 0 16 0 96595953 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548261055216 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8245] ppid=8230 vsize=10688604 memory=1732 CPUtime=1.38 cores=1,3,5,7
/proc/8233/task/8245/stat : 8245 (java) S 8230 8233 32402 0 -1 1077944384 7493 0 0 0 138 0 0 0 20 0 16 0 96595953 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548260002672 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8246] ppid=8230 vsize=10688604 memory=1948 CPUtime=0.28 cores=1,3,5,7
/proc/8233/task/8246/stat : 8246 (java) S 8230 8233 32402 0 -1 1077944384 2169 0 0 0 28 0 0 0 20 0 16 0 96595953 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548258949616 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8247] ppid=8230 vsize=10688604 memory=800 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8247/stat : 8247 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96595953 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548257897312 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8248] ppid=8230 vsize=10688604 memory=12068 CPUtime=0.18 cores=1,3,5,7
/proc/8233/task/8248/stat : 8248 (java) S 8230 8233 32402 0 -1 1077944384 494 0 0 0 12 6 0 0 20 0 16 0 96595954 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548256844336 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
Current children cumulated CPU time: 2081.43 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 5288680 KiB

[startup+554.501 s]
/proc/loadavg: 6.38 6.11 4.07 6/216 8368
/proc/meminfo: memFree=14971092/32770624 swapFree=67108860/67108860
[pid=8233] ppid=8230 vsize=10688604 memory=5288680 CPUtime=2081.43 cores=1,3,5,7
/proc/8233/stat : 8233 (java) S 8230 8233 32402 0 -1 1077944320 667855 0 0 0 207089 1054 0 0 20 0 16 0 96595948 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140720891841696 140548960362231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
/proc/8233/statm: 2672151 1322170 3152 1 0 2660545 0
[pid=8233/tid=8235] ppid=8230 vsize=10688604 memory=8317052 CPUtime=25.06 cores=1,3,5,7
/proc/8233/task/8235/stat : 8235 (java) S 8230 8233 32402 0 -1 1077944384 18819 0 0 0 2479 27 0 0 20 0 16 0 96595948 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548964602912 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8236] ppid=8230 vsize=10688604 memory=8317028 CPUtime=513.68 cores=1,3,5,7
/proc/8233/task/8236/stat : 8236 (java) S 8230 8233 32402 0 -1 1077944384 289562 0 0 0 51114 254 0 0 20 0 16 0 96595949 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548567129104 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8237] ppid=8230 vsize=10688604 memory=8317028 CPUtime=511.86 cores=1,3,5,7
/proc/8233/task/8237/stat : 8237 (java) S 8230 8233 32402 0 -1 1077944384 65789 0 0 0 50926 260 0 0 20 0 16 0 96595949 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548566076560 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8238] ppid=8230 vsize=10688604 memory=8317028 CPUtime=514.37 cores=1,3,5,7
/proc/8233/task/8238/stat : 8238 (java) S 8230 8233 32402 0 -1 1077944384 90073 0 0 0 51195 242 0 0 20 0 16 0 96595949 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548565023504 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8239] ppid=8230 vsize=10688604 memory=8317032 CPUtime=510.6 cores=1,3,5,7
/proc/8233/task/8239/stat : 8239 (java) S 8230 8233 32402 0 -1 1077944384 66194 0 0 0 50806 254 0 0 20 0 16 0 96595949 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548563970960 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8240] ppid=8230 vsize=10688604 memory=279924762325376 CPUtime=2.86 cores=1,3,5,7
/proc/8233/task/8240/stat : 8240 (java) S 8230 8233 32402 0 -1 1077944384 118645 0 0 0 278 8 0 0 20 0 16 0 96595950 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548265265392 140548960373378 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8241] ppid=8230 vsize=10688604 memory=8317032 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8241/stat : 8241 (java) S 8230 8233 32402 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 96595951 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548264211680 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8242] ppid=8230 vsize=10688604 memory=8317032 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8242/stat : 8242 (java) S 8230 8233 32402 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 96595951 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548263158528 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8243] ppid=8230 vsize=10688604 memory=8317052 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8243/stat : 8243 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96595953 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548262107088 140548960380827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8244] ppid=8230 vsize=10688604 memory=8317032 CPUtime=1.06 cores=1,3,5,7
/proc/8233/task/8244/stat : 8244 (java) S 8230 8233 32402 0 -1 1077944384 7140 0 0 0 105 1 0 0 20 0 16 0 96595953 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548261055216 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8245] ppid=8230 vsize=10688604 memory=1440 CPUtime=1.38 cores=1,3,5,7
/proc/8233/task/8245/stat : 8245 (java) S 8230 8233 32402 0 -1 1077944384 7493 0 0 0 138 0 0 0 20 0 16 0 96595953 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548260002672 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8246] ppid=8230 vsize=10688604 memory=8317032 CPUtime=0.28 cores=1,3,5,7
/proc/8233/task/8246/stat : 8246 (java) S 8230 8233 32402 0 -1 1077944384 2169 0 0 0 28 0 0 0 20 0 16 0 96595953 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548258949616 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8247] ppid=8230 vsize=10688604 memory=8317032 CPUtime=0 cores=1,3,5,7
/proc/8233/task/8247/stat : 8247 (java) S 8230 8233 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96595953 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548257897312 140548960372437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
[pid=8233/tid=8248] ppid=8230 vsize=10688604 memory=8317032 CPUtime=0.18 cores=1,3,5,7
/proc/8233/task/8248/stat : 8248 (java) S 8230 8233 32402 0 -1 1077944384 494 0 0 0 12 6 0 0 20 0 16 0 96595954 10945130496 1322170 33554432000 4194304 4196468 140720891859152 140548256844336 140548960373378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 9490432 140720891864198 140720891864351 140720891864351 140720891867087 0
Current children cumulated CPU time: 2081.43 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 5288680 KiB

Child status: 1
Real time (s): 554.579
CPU time (s): 2081.48
CPU user time (s): 2070.9
CPU system time (s): 10.5726
CPU usage (%): 375.325
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8317052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2070.9
system time used= 10.5726
maximum resident set size= 8317052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 667924
page faults= 0
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55904
involuntary context switches= 73101


# summary of solver processes directly reported to runsolver:
#   pid: 8233
#   total CPU time (s): 2081.48
#   total CPU user time (s): 2070.9
#   total CPU system time (s): 10.5726

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.85062 second user time and 4.83404 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 16:23:45
IDJOB=4262859
IDBENCH=137964
IDSOLVER=2651
FILE ID=node113/4262859-1502635083
RUNJOBID= node113-1502634224-8215
PBS_JOBID= 20628303
Free space on /tmp= 61696 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw100/BinPacking-tab-sw100-74.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262859-1502635083/watcher-4262859-1502635083 -o /tmp/evaluation-result-4262859-1502635083/solver-4262859-1502635083 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502634224-8215 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262859-1502635083.xml

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

MD5SUM BENCH= 748f42f61d3aaac6f60870392cb688ba
RANDOM SEED=1607805317

node113.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.89
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.89
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.89
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.89
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:        31555920 kB
MemAvailable:   31981796 kB
Buffers:          116416 kB
Cached:           596536 kB
SwapCached:            0 kB
Active:           548272 kB
Inactive:         226212 kB
Active(anon):      11992 kB
Inactive(anon):    77700 kB
Active(file):     536280 kB
Inactive(file):   148512 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            101072 kB
Writeback:             0 kB
AnonPages:         61752 kB
Mapped:            43272 kB
Shmem:             25224 kB
Slab:             139832 kB
SReclaimable:     113840 kB
SUnreclaim:        25992 kB
KernelStack:        3280 kB
PageTables:         5084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61744 MiB
End job on node113 at 2017-08-13 16:32:59