Trace number 4263404

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1753.4399 503.36099

General information on the benchmark

NameMagicSquare/MagicSquare-mdd-s1/
MagicSquare-6-mdd.xml
MD5SUM8668c89063be86bb404699d31286727c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.662099
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints15
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":24},{"degree":4,"count":12}]
Minimum constraint arity6
Maximum constraint arity36
Distribution of constraint arities[{"arity":6,"count":14},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":14},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

1514.57/436.48	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1514.57/436.48		at org.sat4j.minisat.constraints.cnf.OriginalBinaryClause.brandNewClause(OriginalBinaryClause.java:72)
1514.57/436.48		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:54)
1514.57/436.48		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1514.57/436.48		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1514.57/436.48		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1514.57/436.48		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1514.57/436.48		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1514.57/436.48		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1514.57/436.48		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:144)
1514.57/436.48		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1514.57/436.48		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1514.57/436.48		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1514.57/436.48		at org.sat4j.csp.constraints3.LanguageCtrBuilder.enforceReachability(LanguageCtrBuilder.java:149)
1514.57/436.48		at org.sat4j.csp.constraints3.LanguageCtrBuilder.buildCtrRegular(LanguageCtrBuilder.java:66)
1514.57/436.48		at org.sat4j.csp.constraints3.LanguageCtrBuilder.access$400(LanguageCtrBuilder.java:41)
1514.57/436.48		at org.sat4j.csp.constraints3.LanguageCtrBuilder$MddToRegularHelper.buildCtr(LanguageCtrBuilder.java:234)
1514.57/436.48		at org.sat4j.csp.constraints3.LanguageCtrBuilder$MddToRegularHelper.access$200(LanguageCtrBuilder.java:217)
1514.57/436.48		at org.sat4j.csp.constraints3.LanguageCtrBuilder.buildCtrMDD(LanguageCtrBuilder.java:214)
1514.57/436.48		at org.sat4j.reader.XMLCSP3Reader.buildCtrMDD(XMLCSP3Reader.java:647)
1514.57/436.48		at org.xcsp.parser.loaders.CtrLoaderInteger.mdd(CtrLoaderInteger.java:423)
1514.57/436.48		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:136)
1514.57/436.48		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1514.57/436.48		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1514.57/436.48		at org.xcsp.parser.XCallbacks$$Lambda$60/357863579.accept(Unknown Source)
1514.57/436.48		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1514.57/436.48		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1514.57/436.48		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1514.57/436.48		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1514.57/436.48		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1514.57/436.48		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1514.57/436.48		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1514.57/436.48		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1594.70/459.23	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1594.70/459.23	c This is free software under the dual EPL/GNU LGPL licenses.
1594.70/459.23	c See www.sat4j.org for details.
1594.70/459.23	c That software uses the Rhino library from the Mozilla project.
1594.70/459.23	c version CUSTOM.v20170705
1594.70/459.23	c java.runtime.name	Java(TM) SE Runtime Environment
1594.70/459.23	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1594.70/459.23	c java.vm.version	25.131-b11
1594.70/459.23	c java.vm.vendor	Oracle Corporation
1594.70/459.23	c sun.arch.data.model	64
1594.70/459.23	c java.version		1.8.0_131
1594.70/459.23	c os.name		Linux
1594.70/459.23	c os.version		3.10.0-514.16.1.el7.x86_64
1594.70/459.23	c os.arch		amd64
1594.70/459.23	c Free memory 		499604488
1594.70/459.23	c Max memory 		7247757312
1594.70/459.23	c Total memory 		504889344
1594.70/459.23	c Number of processors 	4
1594.70/459.23	c c --- Begin Solver configuration ---
1594.70/459.23	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1594.70/459.23	c Learn all clauses as in MiniSAT
1594.70/459.23	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1594.70/459.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1594.70/459.23	c No reason simplification
1594.70/459.23	c Glucose 2.1 dynamic restart strategy
1594.70/459.23	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
1594.70/459.23	c timeout=2147483s
1594.70/459.23	c DB Simplification allowed=false
1594.70/459.23	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1594.70/459.23	c --- End Solver configuration ---
1594.70/459.23	c starts		: 0
1594.70/459.23	c conflicts		: 0
1594.70/459.23	c decisions		: 0
1594.70/459.23	c propagations		: 0
1594.70/459.23	c inspects		: 0
1594.70/459.23	c shortcuts		: 0
1594.70/459.23	c learnt literals	: 0
1594.70/459.23	c learnt binary clauses	: 0
1594.70/459.23	c learnt ternary clauses	: 0
1594.70/459.23	c learnt constraints	: 0
1594.70/459.23	c ignored constraints	: 0
1594.70/459.23	c root simplifications	: 0
1594.70/459.23	c removed literals (reason simplification)	: 0
1594.70/459.23	c reason swapping (by a shorter reason)	: 0
1594.70/459.23	c Calls to reduceDB	: 0
1594.70/459.23	c Number of update (reduction) of LBD	: 0
1594.70/459.23	c Imported unit clauses	: 0
1594.70/459.23	c number of reductions to clauses (during analyze)	: 0
1594.70/459.23	c number of learned constraints concerned by reduction	: 0
1594.70/459.23	c number of learning phase by resolution	: 0
1594.70/459.23	c number of learning phase by cutting planes	: 0
1594.70/459.23	c number of rounding to 1 operations	: 0
1594.70/459.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1594.70/459.23	c number of reductions of the coefficients by power 2 	: 0
1594.70/459.23	c number of right shift for reduction by power 2 	: 0
1594.70/459.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
1594.70/459.23	c speed (assignments/second)	: 0.0
1594.70/459.23	c non guided choices	0
1753.37/503.31	c learnt constraints type 
1753.37/503.31	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 (15179 MiB free)
  memory of node 1: 16384 MiB (14412 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263404-1502629410/watcher-4263404-1502629410 -o /tmp/evaluation-result-4263404-1502629410/solver-4263404-1502629410 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21334 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263404-1502629410.xml 

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

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

solver pid=23080, runsolver pid=23077

[startup+0.100092 s]*
/proc/loadavg: 2.00 2.01 2.17 3/205 23086
/proc/meminfo: memFree=30297224/32770624 swapFree=67108860/67108860
[pid=23080] ppid=23077 vsize=9936560 memory=16748 CPUtime=0.01 cores=0,2,4,6
/proc/23080/stat : 23080 (java) S 23077 23080 8289 0 -1 1077944320 3488 0 0 0 1 0 0 0 20 0 6 0 110756142 10175037440 4187 18446744073709551615 4194304 4196468 140721378178896 140721378161440 140475362578167 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
/proc/23080/statm: 2484140 4187 1923 1 0 2473637 0
[pid=23080/tid=23082] ppid=23077 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23082/stat : 23082 (java) R 23077 23080 8289 0 -1 4202560 2194 0 0 0 0 0 0 0 20 0 6 0 110756151 10175037440 4187 18446744073709551615 4194304 4196468 140721378178896 140475366814288 140475362600093 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23083] ppid=23077 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23083/stat : 23083 (java) S 23077 23080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110756152 10175037440 4187 18446744073709551615 4194304 4196468 140721378178896 140475303615632 140475362588373 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23084] ppid=23077 vsize=9936560 memory=139805168633472 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23084/stat : 23084 (java) S 23077 23080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110756152 10175037440 4187 18446744073709551615 4194304 4196468 140721378178896 140475302562832 140475362588373 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23085] ppid=23077 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23085/stat : 23085 (java) S 23077 23080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110756152 10175037440 4187 18446744073709551615 4194304 4196468 140721378178896 140475301510032 140475362588373 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23086] ppid=23077 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23086/stat : 23086 (java) S 23077 23080 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 110756152 10175037440 4187 18446744073709551615 4194304 4196468 140721378178896 140475300457232 140475362588373 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16748 KiB

[startup+0.210044 s]*
/proc/loadavg: 2.00 2.01 2.17 3/214 23095
/proc/meminfo: memFree=30287536/32770624 swapFree=67108860/67108860
[pid=23080] ppid=23077 vsize=10551156 memory=26696 CPUtime=0.09 cores=0,2,4,6
/proc/23080/stat : 23080 (java) S 23077 23080 8289 0 -1 1077944320 5202 0 0 0 8 1 0 0 20 0 15 0 110756142 10804383744 6674 18446744073709551615 4194304 4196468 140721378178896 140721378161440 140475362578167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
/proc/23080/statm: 2637789 6674 2735 1 0 2627261 0
[pid=23080/tid=23082] ppid=23077 vsize=10551156 memory=7077796292425249400 CPUtime=0.08 cores=0,2,4,6
/proc/23080/task/23082/stat : 23082 (java) R 23077 23080 8289 0 -1 4202560 3162 0 0 0 7 1 0 0 20 0 15 0 110756151 10804383744 6674 18446744073709551615 4194304 4196468 140721378178896 140475366813136 140475355256181 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23083] ppid=23077 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23083/stat : 23083 (java) S 23077 23080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110756152 10804383744 6674 18446744073709551615 4194304 4196468 140721378178896 140475303615632 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23084] ppid=23077 vsize=10551156 memory=139805168633472 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23084/stat : 23084 (java) S 23077 23080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110756152 10804383744 6674 18446744073709551615 4194304 4196468 140721378178896 140475302562832 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23085] ppid=23077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23085/stat : 23085 (java) S 23077 23080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110756152 10804383744 6674 18446744073709551615 4194304 4196468 140721378178896 140475301510032 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23086] ppid=23077 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23086/stat : 23086 (java) S 23077 23080 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110756152 10804383744 6674 18446744073709551615 4194304 4196468 140721378178896 140475300457232 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23087] ppid=23077 vsize=10551156 memory=139805168633472 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23087/stat : 23087 (java) S 23077 23080 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110756154 10804383744 6674 18446744073709551615 4194304 4196468 140721378178896 140474858629488 140475362589314 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23088] ppid=23077 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23088/stat : 23088 (java) S 23077 23080 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110756154 10804383744 6674 18446744073709551615 4194304 4196468 140721378178896 140474857575456 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23089] ppid=23077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23089/stat : 23089 (java) S 23077 23080 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110756154 10804383744 6674 18446744073709551615 4194304 4196468 140721378178896 140474856522608 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23090] ppid=23077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23090/stat : 23090 (java) S 23077 23080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110756157 10804383744 6674 18446744073709551615 4194304 4196468 140721378178896 140474855470928 140475362596763 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23091] ppid=23077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23091/stat : 23091 (java) S 23077 23080 8289 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 110756157 10804383744 6674 18446744073709551615 4194304 4196468 140721378178896 140474854419312 140475362589314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23092] ppid=23077 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23092/stat : 23092 (java) S 23077 23080 8289 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 110756157 10804383744 6674 18446744073709551615 4194304 4196468 140721378178896 140474853366512 140475362589314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23093] ppid=23077 vsize=10551156 memory=139805168633472 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23093/stat : 23093 (java) R 23077 23080 8289 0 -1 4202560 245 0 0 0 0 0 0 0 20 0 15 0 110756157 10804383744 6674 18446744073709551615 4194304 4196468 140721378178896 140474852313712 140475343815728 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23094] ppid=23077 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23094/stat : 23094 (java) S 23077 23080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110756157 10804383744 6674 18446744073709551615 4194304 4196468 140721378178896 140474851261152 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23095] ppid=23077 vsize=10551156 memory=139805168633472 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23095/stat : 23095 (java) S 23077 23080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110756161 10804383744 6674 18446744073709551615 4194304 4196468 140721378178896 140474850208432 140475362589314 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26696 KiB

[startup+0.310316 s]*
/proc/loadavg: 2.00 2.01 2.17 3/214 23095
/proc/meminfo: memFree=30278144/32770624 swapFree=67108860/67108860
[pid=23080] ppid=23077 vsize=10551156 memory=36204 CPUtime=0.24 cores=0,2,4,6
/proc/23080/stat : 23080 (java) S 23077 23080 8289 0 -1 1077944320 8389 0 0 0 22 2 0 0 20 0 15 0 110756142 10804383744 9051 18446744073709551615 4194304 4196468 140721378178896 140721378161440 140475362578167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
/proc/23080/statm: 2637789 9051 2846 1 0 2627261 0
[pid=23080/tid=23082] ppid=23077 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/23080/task/23082/stat : 23082 (java) R 23077 23080 8289 0 -1 4202560 6084 0 0 0 15 2 0 0 20 0 15 0 110756151 10804383744 9051 18446744073709551615 4194304 4196468 140721378178896 140475366812528 140475362590102 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23083] ppid=23077 vsize=10551156 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23083/stat : 23083 (java) S 23077 23080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110756152 10804383744 9051 18446744073709551615 4194304 4196468 140721378178896 140475303615632 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23084] ppid=23077 vsize=10551156 memory=139805168640465 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23084/stat : 23084 (java) S 23077 23080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110756152 10804383744 9051 18446744073709551615 4194304 4196468 140721378178896 140475302562832 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23085] ppid=23077 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23085/stat : 23085 (java) S 23077 23080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110756152 10804383744 9051 18446744073709551615 4194304 4196468 140721378178896 140475301510032 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23086] ppid=23077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23086/stat : 23086 (java) S 23077 23080 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110756152 10804383744 9051 18446744073709551615 4194304 4196468 140721378178896 140475300457232 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23087] ppid=23077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23087/stat : 23087 (java) S 23077 23080 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110756154 10804383744 9051 18446744073709551615 4194304 4196468 140721378178896 140474858629488 140475362589314 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23088] ppid=23077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23088/stat : 23088 (java) S 23077 23080 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110756154 10804383744 9051 18446744073709551615 4194304 4196468 140721378178896 140474857575456 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23089] ppid=23077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23089/stat : 23089 (java) S 23077 23080 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110756154 10804383744 9051 18446744073709551615 4194304 4196468 140721378178896 140474856522608 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23090] ppid=23077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23090/stat : 23090 (java) S 23077 23080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110756157 10804383744 9051 18446744073709551615 4194304 4196468 140721378178896 140474855470928 140475362596763 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23091] ppid=23077 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23080/task/23091/stat : 23091 (java) S 23077 23080 8289 0 -1 1077944384 376 0 0 0 1 0 0 0 20 0 15 0 110756157 10804383744 9051 18446744073709551615 4194304 4196468 140721378178896 140474854419312 140475362589314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23092] ppid=23077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23092/stat : 23092 (java) S 23077 23080 8289 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 15 0 110756157 10804383744 9051 18446744073709551615 4194304 4196468 140721378178896 140474853366512 140475362589314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23093] ppid=23077 vsize=10551156 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/23080/task/23093/stat : 23093 (java) S 23077 23080 8289 0 -1 1077944384 377 0 0 0 4 0 0 0 20 0 15 0 110756157 10804383744 9051 18446744073709551615 4194304 4196468 140721378178896 140474852313712 140475362589314 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23094] ppid=23077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23094/stat : 23094 (java) S 23077 23080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110756157 10804383744 9051 18446744073709551615 4194304 4196468 140721378178896 140474851261152 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23095] ppid=23077 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23095/stat : 23095 (java) S 23077 23080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110756161 10804383744 9051 18446744073709551615 4194304 4196468 140721378178896 140474850208432 140475362589314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36204 KiB

[startup+0.700741 s]
/proc/loadavg: 2.00 2.01 2.17 5/214 23095
/proc/meminfo: memFree=30260216/32770624 swapFree=67108860/67108860
[pid=23080] ppid=23077 vsize=10551232 memory=104500 CPUtime=1.32 cores=0,2,4,6
/proc/23080/stat : 23080 (java) S 23077 23080 8289 0 -1 1077944320 14817 0 0 0 127 5 0 0 20 0 15 0 110756142 10804461568 26125 18446744073709551615 4194304 4196468 140721378178896 140721378161440 140475362578167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
/proc/23080/statm: 2637808 26125 3048 1 0 2627261 0
[pid=23080/tid=23082] ppid=23077 vsize=10551232 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/23080/task/23082/stat : 23082 (java) R 23077 23080 8289 0 -1 4202560 7391 0 0 0 52 3 0 0 20 0 15 0 110756151 10804461568 26125 18446744073709551615 4194304 4196468 140721378178896 140475366812496 140475345040759 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23083] ppid=23077 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23083/stat : 23083 (java) S 23077 23080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110756152 10804461568 26125 18446744073709551615 4194304 4196468 140721378178896 140475303615632 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23084] ppid=23077 vsize=10551232 memory=4168 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23084/stat : 23084 (java) S 23077 23080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110756152 10804461568 26125 18446744073709551615 4194304 4196468 140721378178896 140475302562832 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23085] ppid=23077 vsize=10551232 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23085/stat : 23085 (java) S 23077 23080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110756152 10804461568 26125 18446744073709551615 4194304 4196468 140721378178896 140475301510032 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23086] ppid=23077 vsize=10551232 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23086/stat : 23086 (java) S 23077 23080 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110756152 10804461568 26125 18446744073709551615 4194304 4196468 140721378178896 140475300457232 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23087] ppid=23077 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23087/stat : 23087 (java) S 23077 23080 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 110756154 10804461568 26125 18446744073709551615 4194304 4196468 140721378178896 140474858629488 140475362589314 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23088] ppid=23077 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23088/stat : 23088 (java) S 23077 23080 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110756154 10804461568 26125 18446744073709551615 4194304 4196468 140721378178896 140474857575456 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23089] ppid=23077 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23089/stat : 23089 (java) S 23077 23080 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110756154 10804461568 26125 18446744073709551615 4194304 4196468 140721378178896 140474856522608 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23090] ppid=23077 vsize=10551232 memory=19265 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23090/stat : 23090 (java) S 23077 23080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110756157 10804461568 26125 18446744073709551615 4194304 4196468 140721378178896 140474855470928 140475362596763 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23091] ppid=23077 vsize=10551232 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/23080/task/23091/stat : 23091 (java) R 23077 23080 8289 0 -1 4202560 2687 0 0 0 28 0 0 0 20 0 15 0 110756157 10804461568 26125 18446744073709551615 4194304 4196468 140721378178896 140474854404888 140475344099815 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23092] ppid=23077 vsize=10551232 memory=7524859241068090073 CPUtime=0.28 cores=0,2,4,6
/proc/23080/task/23092/stat : 23092 (java) R 23077 23080 8289 0 -1 4202560 2168 0 0 0 28 0 0 0 20 0 15 0 110756157 10804461568 26125 18446744073709551615 4194304 4196468 140721378178896 140474853352440 140475354867621 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23093] ppid=23077 vsize=10551232 memory=6944656592387989600 CPUtime=0.18 cores=0,2,4,6
/proc/23080/task/23093/stat : 23093 (java) S 23077 23080 8289 0 -1 1077944384 1200 0 0 0 18 0 0 0 20 0 15 0 110756157 10804461568 26125 18446744073709551615 4194304 4196468 140721378178896 140474852313712 140475362589314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23094] ppid=23077 vsize=10551232 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23094/stat : 23094 (java) S 23077 23080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110756157 10804461568 26125 18446744073709551615 4194304 4196468 140721378178896 140474851261152 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23095] ppid=23077 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23095/stat : 23095 (java) S 23077 23080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110756161 10804461568 26125 18446744073709551615 4194304 4196468 140721378178896 140474850208432 140475362589314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 104500 KiB

[startup+1.50128 s]
/proc/loadavg: 2.00 2.01 2.17 5/214 23095
/proc/meminfo: memFree=30129048/32770624 swapFree=67108860/67108860
[pid=23080] ppid=23077 vsize=10551232 memory=327944 CPUtime=3.95 cores=0,2,4,6
/proc/23080/stat : 23080 (java) S 23077 23080 8289 0 -1 1077944320 19939 0 0 0 379 16 0 0 20 0 15 0 110756142 10804461568 81986 18446744073709551615 4194304 4196468 140721378178896 140721378161440 140475362578167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
/proc/23080/statm: 2637808 81986 3082 1 0 2627261 0
[pid=23080/tid=23082] ppid=23077 vsize=10551232 memory=7883098631625523300 CPUtime=1.17 cores=0,2,4,6
/proc/23080/task/23082/stat : 23082 (java) R 23077 23080 8289 0 -1 4202560 7506 0 0 0 113 4 0 0 20 0 15 0 110756151 10804461568 81986 18446744073709551615 4194304 4196468 140721378178896 140475366814272 140474978781641 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23083] ppid=23077 vsize=10551232 memory=7883098631625523300 CPUtime=0.16 cores=0,2,4,6
/proc/23080/task/23083/stat : 23083 (java) S 23077 23080 8289 0 -1 1077944384 179 0 0 0 13 3 0 0 20 0 15 0 110756152 10804461568 81986 18446744073709551615 4194304 4196468 140721378178896 140475303615632 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23084] ppid=23077 vsize=10551232 memory=279610021632000 CPUtime=0.08 cores=0,2,4,6
/proc/23080/task/23084/stat : 23084 (java) S 23077 23080 8289 0 -1 1077944384 128 0 0 0 7 1 0 0 20 0 15 0 110756152 10804461568 81986 18446744073709551615 4194304 4196468 140721378178896 140475302562832 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23085] ppid=23077 vsize=10551232 memory=7307467993488387176 CPUtime=0.16 cores=0,2,4,6
/proc/23080/task/23085/stat : 23085 (java) S 23077 23080 8289 0 -1 1077944384 163 0 0 0 13 3 0 0 20 0 15 0 110756152 10804461568 81986 18446744073709551615 4194304 4196468 140721378178896 140475301510032 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23086] ppid=23077 vsize=10551232 memory=4639924115538006630 CPUtime=0.07 cores=0,2,4,6
/proc/23080/task/23086/stat : 23086 (java) S 23077 23080 8289 0 -1 1077944384 58 0 0 0 6 1 0 0 20 0 15 0 110756152 10804461568 81986 18446744073709551615 4194304 4196468 140721378178896 140475300457232 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23087] ppid=23077 vsize=10551232 memory=4168 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23087/stat : 23087 (java) S 23077 23080 8289 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 110756154 10804461568 81986 18446744073709551615 4194304 4196468 140721378178896 140474858629488 140475362589314 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23088] ppid=23077 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23088/stat : 23088 (java) S 23077 23080 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110756154 10804461568 81986 18446744073709551615 4194304 4196468 140721378178896 140474857575456 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23089] ppid=23077 vsize=10551232 memory=139805010926656 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23089/stat : 23089 (java) S 23077 23080 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110756154 10804461568 81986 18446744073709551615 4194304 4196468 140721378178896 140474856522608 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23090] ppid=23077 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23090/stat : 23090 (java) S 23077 23080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110756157 10804461568 81986 18446744073709551615 4194304 4196468 140721378178896 140474855470928 140475362596763 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23091] ppid=23077 vsize=10551232 memory=-8774313645642428999 CPUtime=1.06 cores=0,2,4,6
/proc/23080/task/23091/stat : 23091 (java) R 23077 23080 8289 0 -1 4202560 4257 0 0 0 106 0 0 0 20 0 15 0 110756157 10804461568 81986 18446744073709551615 4194304 4196468 140721378178896 140474854409104 140475343300006 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23092] ppid=23077 vsize=10551232 memory=0 CPUtime=0.9 cores=0,2,4,6
/proc/23080/task/23092/stat : 23092 (java) R 23077 23080 8289 0 -1 4202560 4060 0 0 0 90 0 0 0 20 0 15 0 110756157 10804461568 81986 18446744073709551615 4194304 4196468 140721378178896 140474853359704 140475346969606 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23093] ppid=23077 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/23080/task/23093/stat : 23093 (java) S 23077 23080 8289 0 -1 1077944384 2144 0 0 0 25 0 0 0 20 0 15 0 110756157 10804461568 81986 18446744073709551615 4194304 4196468 140721378178896 140474852313712 140475362589314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23094] ppid=23077 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23094/stat : 23094 (java) S 23077 23080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110756157 10804461568 81986 18446744073709551615 4194304 4196468 140721378178896 140474851261152 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23095] ppid=23077 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23095/stat : 23095 (java) S 23077 23080 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110756161 10804461568 81986 18446744073709551615 4194304 4196468 140721378178896 140474850208432 140475362589314 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
Current children cumulated CPU time: 3.95 s
Current children cumulated vsize: 10551232 KiB

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

[startup+502.401 s]
/proc/loadavg: 4.31 3.82 2.97 3/214 23128
/proc/meminfo: memFree=21509272/32770624 swapFree=67108860/67108860
[pid=23080] ppid=23077 vsize=10684360 memory=8368432 CPUtime=1752.47 cores=0,2,4,6
/proc/23080/stat : 23080 (java) S 23077 23080 8289 0 -1 1077944320 266790 0 0 0 174527 720 0 0 20 0 16 0 110756142 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140721378161440 140475362578167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
/proc/23080/statm: 2671090 2092108 3111 1 0 2660543 0
[pid=23080/tid=23082] ppid=23077 vsize=10684360 memory=1296 CPUtime=14.23 cores=0,2,4,6
/proc/23080/task/23082/stat : 23082 (java) S 23077 23080 8289 0 -1 1077944384 15301 0 0 0 1413 10 0 0 20 0 16 0 110756151 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475366818848 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23083] ppid=23077 vsize=10684360 memory=2440 CPUtime=418.79 cores=0,2,4,6
/proc/23080/task/23083/stat : 23083 (java) S 23077 23080 8289 0 -1 1077944384 35889 0 0 0 41719 160 0 0 20 0 16 0 110756152 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475303615632 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23084] ppid=23077 vsize=10684360 memory=-8774313645642428999 CPUtime=416.75 cores=0,2,4,6
/proc/23080/task/23084/stat : 23084 (java) S 23077 23080 8289 0 -1 1077944384 44524 0 0 0 41491 184 0 0 20 0 16 0 110756152 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475302562832 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23085] ppid=23077 vsize=10684360 memory=792 CPUtime=419.87 cores=0,2,4,6
/proc/23080/task/23085/stat : 23085 (java) S 23077 23080 8289 0 -1 1077944384 41478 0 0 0 41816 171 0 0 20 0 16 0 110756152 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475301510032 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23086] ppid=23077 vsize=10684360 memory=1716 CPUtime=417.56 cores=0,2,4,6
/proc/23080/task/23086/stat : 23086 (java) S 23077 23080 8289 0 -1 1077944384 37129 0 0 0 41576 180 0 0 20 0 16 0 110756152 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475300457232 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23087] ppid=23077 vsize=10684360 memory=1228 CPUtime=62.55 cores=0,2,4,6
/proc/23080/task/23087/stat : 23087 (java) R 23077 23080 8289 0 -1 4202560 79183 0 0 0 6250 5 0 0 20 0 16 0 110756154 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474858627920 140475347574676 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23088] ppid=23077 vsize=10684360 memory=56 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23088/stat : 23088 (java) S 23077 23080 8289 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 110756154 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474857575520 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23089] ppid=23077 vsize=10684360 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23089/stat : 23089 (java) S 23077 23080 8289 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 110756154 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474856522608 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23090] ppid=23077 vsize=10684360 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23090/stat : 23090 (java) S 23077 23080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474855470928 140475362596763 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23091] ppid=23077 vsize=10684360 memory=589972055364562179 CPUtime=1.08 cores=0,2,4,6
/proc/23080/task/23091/stat : 23091 (java) S 23077 23080 8289 0 -1 1077944384 4317 0 0 0 108 0 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474854419072 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23092] ppid=23077 vsize=10684360 memory=-8774313645642428999 CPUtime=0.94 cores=0,2,4,6
/proc/23080/task/23092/stat : 23092 (java) S 23077 23080 8289 0 -1 1077944384 4273 0 0 0 93 1 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474853351504 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23093] ppid=23077 vsize=10684360 memory=8368428 CPUtime=0.26 cores=0,2,4,6
/proc/23080/task/23093/stat : 23093 (java) S 23077 23080 8289 0 -1 1077944384 2491 0 0 0 26 0 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474852308672 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23094] ppid=23077 vsize=10684360 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23094/stat : 23094 (java) S 23077 23080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474851261152 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23095] ppid=23077 vsize=10684360 memory=11136 CPUtime=0.35 cores=0,2,4,6
/proc/23080/task/23095/stat : 23095 (java) S 23077 23080 8289 0 -1 1077944384 381 0 0 0 18 17 0 0 20 0 16 0 110756161 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474850208432 140475362589314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23125] ppid=23077 vsize=10684360 memory=8368428 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23125/stat : 23125 (java) S 23077 23080 8289 0 -1 1077944384 394 0 0 0 0 0 0 0 20 0 16 0 110799791 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474849153344 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
Current children cumulated CPU time: 1752.47 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8368432 KiB

[startup+502.801 s]
/proc/loadavg: 4.31 3.82 2.97 3/214 23128
/proc/meminfo: memFree=21509272/32770624 swapFree=67108860/67108860
[pid=23080] ppid=23077 vsize=10684360 memory=8368432 CPUtime=1752.87 cores=0,2,4,6
/proc/23080/stat : 23080 (java) S 23077 23080 8289 0 -1 1077944320 266790 0 0 0 174567 720 0 0 20 0 16 0 110756142 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140721378161440 140475362578167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
/proc/23080/statm: 2671090 2092108 3111 1 0 2660543 0
[pid=23080/tid=23082] ppid=23077 vsize=10684360 memory=-8774313645642428999 CPUtime=14.23 cores=0,2,4,6
/proc/23080/task/23082/stat : 23082 (java) S 23077 23080 8289 0 -1 1077944384 15301 0 0 0 1413 10 0 0 20 0 16 0 110756151 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475366818848 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23083] ppid=23077 vsize=10684360 memory=8368428 CPUtime=418.79 cores=0,2,4,6
/proc/23080/task/23083/stat : 23083 (java) S 23077 23080 8289 0 -1 1077944384 35889 0 0 0 41719 160 0 0 20 0 16 0 110756152 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475303615632 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23084] ppid=23077 vsize=10684360 memory=3500 CPUtime=416.75 cores=0,2,4,6
/proc/23080/task/23084/stat : 23084 (java) S 23077 23080 8289 0 -1 1077944384 44524 0 0 0 41491 184 0 0 20 0 16 0 110756152 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475302562832 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23085] ppid=23077 vsize=10684360 memory=8368428 CPUtime=419.87 cores=0,2,4,6
/proc/23080/task/23085/stat : 23085 (java) S 23077 23080 8289 0 -1 1077944384 41478 0 0 0 41816 171 0 0 20 0 16 0 110756152 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475301510032 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23086] ppid=23077 vsize=10684360 memory=4060 CPUtime=417.56 cores=0,2,4,6
/proc/23080/task/23086/stat : 23086 (java) S 23077 23080 8289 0 -1 1077944384 37129 0 0 0 41576 180 0 0 20 0 16 0 110756152 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475300457232 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23087] ppid=23077 vsize=10684360 memory=1156 CPUtime=62.95 cores=0,2,4,6
/proc/23080/task/23087/stat : 23087 (java) R 23077 23080 8289 0 -1 4202560 79183 0 0 0 6290 5 0 0 20 0 16 0 110756154 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474858627920 140475347574534 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23088] ppid=23077 vsize=10684360 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23088/stat : 23088 (java) S 23077 23080 8289 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 110756154 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474857575520 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23089] ppid=23077 vsize=10684360 memory=32916 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23089/stat : 23089 (java) S 23077 23080 8289 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 110756154 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474856522608 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23090] ppid=23077 vsize=10684360 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23090/stat : 23090 (java) S 23077 23080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474855470928 140475362596763 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23091] ppid=23077 vsize=10684360 memory=640 CPUtime=1.08 cores=0,2,4,6
/proc/23080/task/23091/stat : 23091 (java) S 23077 23080 8289 0 -1 1077944384 4317 0 0 0 108 0 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474854419072 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23092] ppid=23077 vsize=10684360 memory=1792 CPUtime=0.94 cores=0,2,4,6
/proc/23080/task/23092/stat : 23092 (java) S 23077 23080 8289 0 -1 1077944384 4273 0 0 0 93 1 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474853351504 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23093] ppid=23077 vsize=10684360 memory=956 CPUtime=0.26 cores=0,2,4,6
/proc/23080/task/23093/stat : 23093 (java) S 23077 23080 8289 0 -1 1077944384 2491 0 0 0 26 0 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474852308672 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23094] ppid=23077 vsize=10684360 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23094/stat : 23094 (java) S 23077 23080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474851261152 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23095] ppid=23077 vsize=10684360 memory=-8774313645642428999 CPUtime=0.35 cores=0,2,4,6
/proc/23080/task/23095/stat : 23095 (java) S 23077 23080 8289 0 -1 1077944384 381 0 0 0 18 17 0 0 20 0 16 0 110756161 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474850208432 140475362589314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23125] ppid=23077 vsize=10684360 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23125/stat : 23125 (java) S 23077 23080 8289 0 -1 1077944384 394 0 0 0 0 0 0 0 20 0 16 0 110799791 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474849153344 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
Current children cumulated CPU time: 1752.87 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8368432 KiB

[startup+503.201 s]
/proc/loadavg: 4.31 3.82 2.97 3/214 23128
/proc/meminfo: memFree=21509272/32770624 swapFree=67108860/67108860
[pid=23080] ppid=23077 vsize=10684360 memory=8368432 CPUtime=1753.27 cores=0,2,4,6
/proc/23080/stat : 23080 (java) S 23077 23080 8289 0 -1 1077944320 266790 0 0 0 174607 720 0 0 20 0 16 0 110756142 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140721378161440 140475362578167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
/proc/23080/statm: 2671090 2092108 3111 1 0 2660543 0
[pid=23080/tid=23082] ppid=23077 vsize=10684360 memory=1296 CPUtime=14.23 cores=0,2,4,6
/proc/23080/task/23082/stat : 23082 (java) S 23077 23080 8289 0 -1 1077944384 15301 0 0 0 1413 10 0 0 20 0 16 0 110756151 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475366818848 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23083] ppid=23077 vsize=10684360 memory=2440 CPUtime=418.79 cores=0,2,4,6
/proc/23080/task/23083/stat : 23083 (java) S 23077 23080 8289 0 -1 1077944384 35889 0 0 0 41719 160 0 0 20 0 16 0 110756152 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475303615632 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23084] ppid=23077 vsize=10684360 memory=-8774313645642428999 CPUtime=416.75 cores=0,2,4,6
/proc/23080/task/23084/stat : 23084 (java) S 23077 23080 8289 0 -1 1077944384 44524 0 0 0 41491 184 0 0 20 0 16 0 110756152 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475302562832 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23085] ppid=23077 vsize=10684360 memory=4612 CPUtime=419.87 cores=0,2,4,6
/proc/23080/task/23085/stat : 23085 (java) S 23077 23080 8289 0 -1 1077944384 41478 0 0 0 41816 171 0 0 20 0 16 0 110756152 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475301510032 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23086] ppid=23077 vsize=10684360 memory=1436 CPUtime=417.56 cores=0,2,4,6
/proc/23080/task/23086/stat : 23086 (java) S 23077 23080 8289 0 -1 1077944384 37129 0 0 0 41576 180 0 0 20 0 16 0 110756152 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475300457232 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23087] ppid=23077 vsize=10684360 memory=1200 CPUtime=63.35 cores=0,2,4,6
/proc/23080/task/23087/stat : 23087 (java) R 23077 23080 8289 0 -1 4202560 79183 0 0 0 6330 5 0 0 20 0 16 0 110756154 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474858627920 140475347035770 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23088] ppid=23077 vsize=10684360 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23088/stat : 23088 (java) S 23077 23080 8289 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 110756154 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474857575520 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23089] ppid=23077 vsize=10684360 memory=3168 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23089/stat : 23089 (java) S 23077 23080 8289 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 110756154 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474856522608 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23090] ppid=23077 vsize=10684360 memory=1508252 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23090/stat : 23090 (java) S 23077 23080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474855470928 140475362596763 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23091] ppid=23077 vsize=10684360 memory=1156 CPUtime=1.08 cores=0,2,4,6
/proc/23080/task/23091/stat : 23091 (java) S 23077 23080 8289 0 -1 1077944384 4317 0 0 0 108 0 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474854419072 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23092] ppid=23077 vsize=10684360 memory=3188 CPUtime=0.94 cores=0,2,4,6
/proc/23080/task/23092/stat : 23092 (java) S 23077 23080 8289 0 -1 1077944384 4273 0 0 0 93 1 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474853351504 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23093] ppid=23077 vsize=10684360 memory=8368224 CPUtime=0.26 cores=0,2,4,6
/proc/23080/task/23093/stat : 23093 (java) S 23077 23080 8289 0 -1 1077944384 2491 0 0 0 26 0 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474852308672 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23094] ppid=23077 vsize=10684360 memory=8368432 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23094/stat : 23094 (java) S 23077 23080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474851261152 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23095] ppid=23077 vsize=10684360 memory=-8774313645642428999 CPUtime=0.35 cores=0,2,4,6
/proc/23080/task/23095/stat : 23095 (java) S 23077 23080 8289 0 -1 1077944384 381 0 0 0 18 17 0 0 20 0 16 0 110756161 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474850208432 140475362589314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23125] ppid=23077 vsize=10684360 memory=2440 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23125/stat : 23125 (java) S 23077 23080 8289 0 -1 1077944384 394 0 0 0 0 0 0 0 20 0 16 0 110799791 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474849153344 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
Current children cumulated CPU time: 1753.27 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8368432 KiB

[startup+503.301 s]
/proc/loadavg: 4.31 3.82 2.97 3/214 23128
/proc/meminfo: memFree=21509272/32770624 swapFree=67108860/67108860
[pid=23080] ppid=23077 vsize=10684360 memory=8368432 CPUtime=1753.37 cores=0,2,4,6
/proc/23080/stat : 23080 (java) S 23077 23080 8289 0 -1 1077944320 266790 0 0 0 174617 720 0 0 20 0 16 0 110756142 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140721378161440 140475362578167 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
/proc/23080/statm: 2671090 2092108 3111 1 0 2660543 0
[pid=23080/tid=23082] ppid=23077 vsize=10684360 memory=8368432 CPUtime=14.23 cores=0,2,4,6
/proc/23080/task/23082/stat : 23082 (java) S 23077 23080 8289 0 -1 1077944384 15301 0 0 0 1413 10 0 0 20 0 16 0 110756151 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475366818848 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23083] ppid=23077 vsize=10684360 memory=8368428 CPUtime=418.79 cores=0,2,4,6
/proc/23080/task/23083/stat : 23083 (java) S 23077 23080 8289 0 -1 1077944384 35889 0 0 0 41719 160 0 0 20 0 16 0 110756152 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475303615632 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23084] ppid=23077 vsize=10684360 memory=8368428 CPUtime=416.75 cores=0,2,4,6
/proc/23080/task/23084/stat : 23084 (java) S 23077 23080 8289 0 -1 1077944384 44524 0 0 0 41491 184 0 0 20 0 16 0 110756152 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475302562832 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23085] ppid=23077 vsize=10684360 memory=8368224 CPUtime=419.87 cores=0,2,4,6
/proc/23080/task/23085/stat : 23085 (java) S 23077 23080 8289 0 -1 1077944384 41478 0 0 0 41816 171 0 0 20 0 16 0 110756152 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475301510032 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23086] ppid=23077 vsize=10684360 memory=40301 CPUtime=417.56 cores=0,2,4,6
/proc/23080/task/23086/stat : 23086 (java) S 23077 23080 8289 0 -1 1077944384 37129 0 0 0 41576 180 0 0 20 0 16 0 110756152 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140475300457232 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23087] ppid=23077 vsize=10684360 memory=8368192 CPUtime=63.45 cores=0,2,4,6
/proc/23080/task/23087/stat : 23087 (java) R 23077 23080 8289 0 -1 4202560 79183 0 0 0 6340 5 0 0 20 0 16 0 110756154 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474858627920 140475340948347 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23088] ppid=23077 vsize=10684360 memory=8368432 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23088/stat : 23088 (java) S 23077 23080 8289 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 110756154 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474857575520 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23089] ppid=23077 vsize=10684360 memory=279610022760336 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23089/stat : 23089 (java) S 23077 23080 8289 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 110756154 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474856522608 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23090] ppid=23077 vsize=10684360 memory=8368112 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23090/stat : 23090 (java) S 23077 23080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474855470928 140475362596763 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23091] ppid=23077 vsize=10684360 memory=8368428 CPUtime=1.08 cores=0,2,4,6
/proc/23080/task/23091/stat : 23091 (java) S 23077 23080 8289 0 -1 1077944384 4317 0 0 0 108 0 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474854419072 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23092] ppid=23077 vsize=10684360 memory=4168 CPUtime=0.94 cores=0,2,4,6
/proc/23080/task/23092/stat : 23092 (java) S 23077 23080 8289 0 -1 1077944384 4273 0 0 0 93 1 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474853351504 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23093] ppid=23077 vsize=10684360 memory=8368428 CPUtime=0.26 cores=0,2,4,6
/proc/23080/task/23093/stat : 23093 (java) S 23077 23080 8289 0 -1 1077944384 2491 0 0 0 26 0 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474852308672 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23094] ppid=23077 vsize=10684360 memory=-7812193691855986592 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23094/stat : 23094 (java) S 23077 23080 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110756157 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474851261152 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23095] ppid=23077 vsize=10684360 memory=8368428 CPUtime=0.35 cores=0,2,4,6
/proc/23080/task/23095/stat : 23095 (java) S 23077 23080 8289 0 -1 1077944384 381 0 0 0 18 17 0 0 20 0 16 0 110756161 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474850208432 140475362589314 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
[pid=23080/tid=23125] ppid=23077 vsize=10684360 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/23080/task/23125/stat : 23125 (java) S 23077 23080 8289 0 -1 1077944384 394 0 0 0 0 0 0 0 20 0 16 0 110799791 10940784640 2092108 18446744073709551615 4194304 4196468 140721378178896 140474849153344 140475362588373 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140721378185616 140721378185769 140721378185769 140721378189263 0
Current children cumulated CPU time: 1753.37 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8368432 KiB

Child status: 1
Real time (s): 503.361
CPU time (s): 1753.44
CPU user time (s): 1746.2
CPU system time (s): 7.24842
CPU usage (%): 348.347
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8368432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1746.2
system time used= 7.24842
maximum resident set size= 8368560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266984
page faults= 0
swaps= 0
block input operations= 32
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33307
involuntary context switches= 25951


# summary of solver processes directly reported to runsolver:
#   pid: 23080
#   total CPU time (s): 1753.44
#   total CPU user time (s): 1746.2
#   total CPU system time (s): 7.24842

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.11994 second user time and 4.90231 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 14:49:22
IDJOB=4263404
IDBENCH=133260
IDSOLVER=2651
FILE ID=node133/4263404-1502629410
RUNJOBID= node133-1502619490-21334
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicSquare/MagicSquare-mdd-s1/MagicSquare-6-mdd.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263404-1502629410/watcher-4263404-1502629410 -o /tmp/evaluation-result-4263404-1502629410/solver-4263404-1502629410 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21334 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263404-1502629410.xml

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

MD5SUM BENCH= 8668c89063be86bb404699d31286727c
RANDOM SEED=1376252685

node133.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.17
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.17
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.17
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.17
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:        30302172 kB
MemAvailable:   30883020 kB
Buffers:          231668 kB
Cached:           644608 kB
SwapCached:            0 kB
Active:          1842132 kB
Inactive:         175248 kB
Active(anon):    1082156 kB
Inactive(anon):   100840 kB
Active(file):     759976 kB
Inactive(file):    74408 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2088 kB
Writeback:             0 kB
AnonPages:       1139088 kB
Mapped:            67872 kB
Shmem:             41660 kB
Slab:             151796 kB
SReclaimable:     124596 kB
SUnreclaim:        27200 kB
KernelStack:        3520 kB
PageTables:         7240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2415636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1040384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node133 at 2017-08-13 14:57:45