Trace number 4262817

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? 1684.21 458.129

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft501-07.xml
MD5SUM3722e6cce5df2b61a3e8828e8098779b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables801
Number of constraints203
Number of domains2
Minimum domain size193
Maximum domain size201
Distribution of domain sizes[{"size":193,"count":800},{"size":201,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":600},{"degree":4,"count":200}]
Minimum constraint arity4
Maximum constraint arity800
Distribution of constraint arities[{"arity":4,"count":200},{"arity":201,"count":1},{"arity":800,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":200},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262817-1502634187/watcher-4262817-1502634187 -o /tmp/evaluation-result-4262817-1502634187/solver-4262817-1502634187 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3998 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262817-1502634187.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=6940, runsolver pid=6937

[startup+0.103103 s]*
/proc/loadavg: 2.66 2.18 2.16 3/216 6955
/proc/meminfo: memFree=30994560/32770624 swapFree=67108860/67108860
[pid=6940] ppid=6937 vsize=10555400 memory=30104 CPUtime=0.13 cores=0,2,4,6
/proc/6940/stat : 6940 (java) S 6937 6940 1335 0 -1 1077944320 6606 0 0 0 12 1 0 0 20 0 15 0 96506494 10808729600 7526 33554432000 4194304 4196468 140728614211568 140728614194112 140272862150391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
/proc/6940/statm: 2638850 7526 2817 1 0 2627263 0
[pid=6940/tid=6942] ppid=6937 vsize=10555400 memory=-8196701287824659301 CPUtime=0.09 cores=0,2,4,6
/proc/6940/task/6942/stat : 6942 (java) R 6937 6940 1335 0 -1 4202560 4456 0 0 0 8 1 0 0 20 0 15 0 96506495 10808729600 7526 33554432000 4194304 4196468 140728614211568 140272866338736 140272862172317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6943] ppid=6937 vsize=10555400 memory=5793855362260138425 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6943/stat : 6943 (java) S 6937 6940 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96506495 10808729600 7526 33554432000 4194304 4196468 140728614211568 140272468601488 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6944] ppid=6937 vsize=10555400 memory=140111250245248 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6944/stat : 6944 (java) S 6937 6940 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96506495 10808729600 7526 33554432000 4194304 4196468 140728614211568 140272467548688 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6945] ppid=6937 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6945/stat : 6945 (java) S 6937 6940 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96506495 10808729600 7526 33554432000 4194304 4196468 140728614211568 140272466495888 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6946] ppid=6937 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6946/stat : 6946 (java) S 6937 6940 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96506495 10808729600 7526 33554432000 4194304 4196468 140728614211568 140272465443088 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6947] ppid=6937 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6947/stat : 6947 (java) S 6937 6940 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96506497 10808729600 7526 33554432000 4194304 4196468 140728614211568 140272354708336 140272862161538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6948] ppid=6937 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6948/stat : 6948 (java) S 6937 6940 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96506497 10808729600 7526 33554432000 4194304 4196468 140728614211568 140272353654304 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6949] ppid=6937 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6949/stat : 6949 (java) S 6937 6940 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96506497 10808729600 7526 33554432000 4194304 4196468 140728614211568 140272352601456 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6950] ppid=6937 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6950/stat : 6950 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96506500 10808729600 7526 33554432000 4194304 4196468 140728614211568 140272351549776 140272862168987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6951] ppid=6937 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6951/stat : 6951 (java) S 6937 6940 1335 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 96506500 10808729600 7526 33554432000 4194304 4196468 140728614211568 140272350497136 140272862161538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6952] ppid=6937 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6952/stat : 6952 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96506500 10808729600 7526 33554432000 4194304 4196468 140728614211568 140272349444336 140272862161538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6953] ppid=6937 vsize=10555400 memory=140111250245248 CPUtime=0.02 cores=0,2,4,6
/proc/6940/task/6953/stat : 6953 (java) S 6937 6940 1335 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 96506500 10808729600 7526 33554432000 4194304 4196468 140728614211568 140272348391536 140272862161538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6954] ppid=6937 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6954/stat : 6954 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96506500 10808729600 7526 33554432000 4194304 4196468 140728614211568 140272347338976 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6955] ppid=6937 vsize=10555400 memory=140111250245248 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6955/stat : 6955 (java) S 6937 6940 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96506500 10808729600 7526 33554432000 4194304 4196468 140728614211568 140272346287280 140272862161538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30104 KiB

[startup+0.213727 s]*
/proc/loadavg: 2.66 2.18 2.16 5/216 6955
/proc/meminfo: memFree=30983632/32770624 swapFree=67108860/67108860
[pid=6940] ppid=6937 vsize=10555400 memory=43196 CPUtime=0.33 cores=0,2,4,6
/proc/6940/stat : 6940 (java) S 6937 6940 1335 0 -1 1077944320 8566 0 0 0 31 2 0 0 20 0 15 0 96506494 10808729600 10799 33554432000 4194304 4196468 140728614211568 140728614194112 140272862150391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
/proc/6940/statm: 2638850 10799 2975 1 0 2627263 0
[pid=6940/tid=6942] ppid=6937 vsize=10555400 memory=-3103912127665269909 CPUtime=0.2 cores=0,2,4,6
/proc/6940/task/6942/stat : 6942 (java) R 6937 6940 1335 0 -1 4202560 5233 0 0 0 19 1 0 0 20 0 15 0 96506495 10808729600 10799 33554432000 4194304 4196468 140728614211568 140272866360160 140272862172317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6943] ppid=6937 vsize=10555400 memory=4211973837455035786 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6943/stat : 6943 (java) S 6937 6940 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96506495 10808729600 10799 33554432000 4194304 4196468 140728614211568 140272468601488 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6944] ppid=6937 vsize=10555400 memory=140111250245248 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6944/stat : 6944 (java) S 6937 6940 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96506495 10808729600 10799 33554432000 4194304 4196468 140728614211568 140272467548688 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6945] ppid=6937 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6945/stat : 6945 (java) S 6937 6940 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96506495 10808729600 10799 33554432000 4194304 4196468 140728614211568 140272466495888 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6946] ppid=6937 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6946/stat : 6946 (java) S 6937 6940 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96506495 10808729600 10799 33554432000 4194304 4196468 140728614211568 140272465443088 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6947] ppid=6937 vsize=10555400 memory=140111250245248 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6947/stat : 6947 (java) S 6937 6940 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96506497 10808729600 10799 33554432000 4194304 4196468 140728614211568 140272354708336 140272862161538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6948] ppid=6937 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6948/stat : 6948 (java) S 6937 6940 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96506497 10808729600 10799 33554432000 4194304 4196468 140728614211568 140272353654304 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6949] ppid=6937 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6949/stat : 6949 (java) S 6937 6940 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96506497 10808729600 10799 33554432000 4194304 4196468 140728614211568 140272352601456 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6950] ppid=6937 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6950/stat : 6950 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96506500 10808729600 10799 33554432000 4194304 4196468 140728614211568 140272351549776 140272862168987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6951] ppid=6937 vsize=10555400 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6940/task/6951/stat : 6951 (java) S 6937 6940 1335 0 -1 1077944384 788 0 0 0 3 0 0 0 20 0 15 0 96506500 10808729600 10799 33554432000 4194304 4196468 140728614211568 140272350497136 140272862161538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6952] ppid=6937 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6940/task/6952/stat : 6952 (java) S 6937 6940 1335 0 -1 1077944384 434 0 0 0 2 0 0 0 20 0 15 0 96506500 10808729600 10799 33554432000 4194304 4196468 140728614211568 140272349444336 140272862161538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6953] ppid=6937 vsize=10555400 memory=140111250245248 CPUtime=0.06 cores=0,2,4,6
/proc/6940/task/6953/stat : 6953 (java) R 6937 6940 1335 0 -1 4202560 776 0 0 0 6 0 0 0 20 0 15 0 96506500 10808729600 10799 33554432000 4194304 4196468 140728614211568 140272348391536 140272841101353 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6954] ppid=6937 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6954/stat : 6954 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96506500 10808729600 10799 33554432000 4194304 4196468 140728614211568 140272347338976 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6955] ppid=6937 vsize=10555400 memory=140111250245248 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6955/stat : 6955 (java) S 6937 6940 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96506500 10808729600 10799 33554432000 4194304 4196468 140728614211568 140272346287280 140272862161538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 43196 KiB

[startup+0.311093 s]*
/proc/loadavg: 2.66 2.18 2.16 4/216 6955
/proc/meminfo: memFree=30977304/32770624 swapFree=67108860/67108860
[pid=6940] ppid=6937 vsize=10555476 memory=47560 CPUtime=0.54 cores=0,2,4,6
/proc/6940/stat : 6940 (java) S 6937 6940 1335 0 -1 1077944320 9168 0 0 0 51 3 0 0 20 0 15 0 96506494 10808807424 11890 33554432000 4194304 4196468 140728614211568 140728614194112 140272862150391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
/proc/6940/statm: 2638869 11890 3008 1 0 2627263 0
[pid=6940/tid=6942] ppid=6937 vsize=10555476 memory=7377246124687064083 CPUtime=0.29 cores=0,2,4,6
/proc/6940/task/6942/stat : 6942 (java) R 6937 6940 1335 0 -1 4202560 5697 0 0 0 28 1 0 0 20 0 15 0 96506495 10808807424 11890 33554432000 4194304 4196468 140728614211568 140272866386080 140272499182036 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6943] ppid=6937 vsize=10555476 memory=4211973837455035786 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6943/stat : 6943 (java) S 6937 6940 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96506495 10808807424 11890 33554432000 4194304 4196468 140728614211568 140272468601488 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6944] ppid=6937 vsize=10555476 memory=140111250247420 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6944/stat : 6944 (java) S 6937 6940 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96506495 10808807424 11890 33554432000 4194304 4196468 140728614211568 140272467548688 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6945] ppid=6937 vsize=10555476 memory=140111094330147 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6945/stat : 6945 (java) S 6937 6940 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96506495 10808807424 11890 33554432000 4194304 4196468 140728614211568 140272466495888 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6946] ppid=6937 vsize=10555476 memory=140111094336975 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6946/stat : 6946 (java) S 6937 6940 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96506495 10808807424 11890 33554432000 4194304 4196468 140728614211568 140272465443088 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6947] ppid=6937 vsize=10555476 memory=140111250247600 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6947/stat : 6947 (java) S 6937 6940 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96506497 10808807424 11890 33554432000 4194304 4196468 140728614211568 140272354708336 140272862161538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6948] ppid=6937 vsize=10555476 memory=140111094346159 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6948/stat : 6948 (java) S 6937 6940 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96506497 10808807424 11890 33554432000 4194304 4196468 140728614211568 140272353654304 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6949] ppid=6937 vsize=10555476 memory=280222188683152 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6949/stat : 6949 (java) S 6937 6940 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96506497 10808807424 11890 33554432000 4194304 4196468 140728614211568 140272352601456 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6950] ppid=6937 vsize=10555476 memory=280222188680848 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6950/stat : 6950 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96506500 10808807424 11890 33554432000 4194304 4196468 140728614211568 140272351549776 140272862168987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6951] ppid=6937 vsize=10555476 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/6940/task/6951/stat : 6951 (java) R 6937 6940 1335 0 -1 4202560 822 0 0 0 6 0 0 0 20 0 15 0 96506500 10808807424 11890 33554432000 4194304 4196468 140728614211568 140272350497136 140272848302066 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6952] ppid=6937 vsize=10555476 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/6940/task/6952/stat : 6952 (java) R 6937 6940 1335 0 -1 1077944384 445 0 0 0 3 0 0 0 20 0 15 0 96506500 10808807424 11890 33554432000 4194304 4196468 140728614211568 140272349444336 140272862161538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6953] ppid=6937 vsize=10555476 memory=140111250245248 CPUtime=0.12 cores=0,2,4,6
/proc/6940/task/6953/stat : 6953 (java) R 6937 6940 1335 0 -1 4202560 837 0 0 0 12 0 0 0 20 0 15 0 96506500 10808807424 11890 33554432000 4194304 4196468 140728614211568 140272348391536 140272840797988 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6954] ppid=6937 vsize=10555476 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6954/stat : 6954 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96506500 10808807424 11890 33554432000 4194304 4196468 140728614211568 140272347338976 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6955] ppid=6937 vsize=10555476 memory=140111250245248 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6955/stat : 6955 (java) S 6937 6940 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96506500 10808807424 11890 33554432000 4194304 4196468 140728614211568 140272346287280 140272862161538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47560 KiB

[startup+0.700784 s]
/proc/loadavg: 2.66 2.18 2.16 5/216 6955
/proc/meminfo: memFree=30939452/32770624 swapFree=67108860/67108860
[pid=6940] ppid=6937 vsize=10555476 memory=117580 CPUtime=1.45 cores=0,2,4,6
/proc/6940/stat : 6940 (java) S 6937 6940 1335 0 -1 1077944320 10757 0 0 0 141 4 0 0 20 0 15 0 96506494 10808807424 29395 33554432000 4194304 4196468 140728614211568 140728614194112 140272862150391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
/proc/6940/statm: 2638869 29395 3083 1 0 2627263 0
[pid=6940/tid=6942] ppid=6937 vsize=10555476 memory=8536 CPUtime=0.67 cores=0,2,4,6
/proc/6940/task/6942/stat : 6942 (java) R 6937 6940 1335 0 -1 4202560 5820 0 0 0 65 2 0 0 20 0 15 0 96506495 10808807424 29395 33554432000 4194304 4196468 140728614211568 140272866385648 140272502128275 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6943] ppid=6937 vsize=10555476 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6943/stat : 6943 (java) S 6937 6940 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96506495 10808807424 29395 33554432000 4194304 4196468 140728614211568 140272468601488 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6944] ppid=6937 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6944/stat : 6944 (java) S 6937 6940 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96506495 10808807424 29395 33554432000 4194304 4196468 140728614211568 140272467548688 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6945] ppid=6937 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6945/stat : 6945 (java) S 6937 6940 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96506495 10808807424 29395 33554432000 4194304 4196468 140728614211568 140272466495888 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6946] ppid=6937 vsize=10555476 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6946/stat : 6946 (java) S 6937 6940 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96506495 10808807424 29395 33554432000 4194304 4196468 140728614211568 140272465443088 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6947] ppid=6937 vsize=10555476 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6947/stat : 6947 (java) S 6937 6940 1335 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96506497 10808807424 29395 33554432000 4194304 4196468 140728614211568 140272354708336 140272862161538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6948] ppid=6937 vsize=10555476 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6948/stat : 6948 (java) S 6937 6940 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96506497 10808807424 29395 33554432000 4194304 4196468 140728614211568 140272353654304 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6949] ppid=6937 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6949/stat : 6949 (java) S 6937 6940 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96506497 10808807424 29395 33554432000 4194304 4196468 140728614211568 140272352601456 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6950] ppid=6937 vsize=10555476 memory=20036 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6950/stat : 6950 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96506500 10808807424 29395 33554432000 4194304 4196468 140728614211568 140272351549776 140272862168987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6951] ppid=6937 vsize=10555476 memory=1436 CPUtime=0.29 cores=0,2,4,6
/proc/6940/task/6951/stat : 6951 (java) S 6937 6940 1335 0 -1 1077944384 1500 0 0 0 29 0 0 0 20 0 15 0 96506500 10808807424 29395 33554432000 4194304 4196468 140728614211568 140272350497136 140272862161538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6952] ppid=6937 vsize=10555476 memory=1200 CPUtime=0.25 cores=0,2,4,6
/proc/6940/task/6952/stat : 6952 (java) S 6937 6940 1335 0 -1 1077944384 1094 0 0 0 25 0 0 0 20 0 15 0 96506500 10808807424 29395 33554432000 4194304 4196468 140728614211568 140272349444336 140272862161538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6953] ppid=6937 vsize=10555476 memory=15872 CPUtime=0.21 cores=0,2,4,6
/proc/6940/task/6953/stat : 6953 (java) S 6937 6940 1335 0 -1 1077944384 973 0 0 0 21 0 0 0 20 0 15 0 96506500 10808807424 29395 33554432000 4194304 4196468 140728614211568 140272348391536 140272862161538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6954] ppid=6937 vsize=10555476 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6954/stat : 6954 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96506500 10808807424 29395 33554432000 4194304 4196468 140728614211568 140272347338976 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6955] ppid=6937 vsize=10555476 memory=16624 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6955/stat : 6955 (java) S 6937 6940 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96506500 10808807424 29395 33554432000 4194304 4196468 140728614211568 140272346287280 140272862161538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 117580 KiB

[startup+1.50144 s]
/proc/loadavg: 2.66 2.18 2.16 3/216 6955
/proc/meminfo: memFree=30855920/32770624 swapFree=67108860/67108860
[pid=6940] ppid=6937 vsize=10555476 memory=189880 CPUtime=2.31 cores=0,2,4,6
/proc/6940/stat : 6940 (java) S 6937 6940 1335 0 -1 1077944320 12471 0 0 0 225 6 0 0 20 0 15 0 96506494 10808807424 47470 33554432000 4194304 4196468 140728614211568 140728614194112 140272862150391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
/proc/6940/statm: 2638869 47470 3117 1 0 2627263 0
[pid=6940/tid=6942] ppid=6937 vsize=10555476 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/6940/task/6942/stat : 6942 (java) R 6937 6940 1335 0 -1 4202560 6041 0 0 0 143 3 0 0 20 0 15 0 96506495 10808807424 47470 33554432000 4194304 4196468 140728614211568 140272866388968 140272844613083 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6943] ppid=6937 vsize=10555476 memory=664970774370811553 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6943/stat : 6943 (java) S 6937 6940 1335 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 96506495 10808807424 47470 33554432000 4194304 4196468 140728614211568 140272468601488 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6944] ppid=6937 vsize=10555476 memory=667957 CPUtime=0.01 cores=0,2,4,6
/proc/6940/task/6944/stat : 6944 (java) S 6937 6940 1335 0 -1 1077944384 178 0 0 0 1 0 0 0 20 0 15 0 96506495 10808807424 47470 33554432000 4194304 4196468 140728614211568 140272467548688 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6945] ppid=6937 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6945/stat : 6945 (java) S 6937 6940 1335 0 -1 1077944384 265 0 0 0 0 0 0 0 20 0 15 0 96506495 10808807424 47470 33554432000 4194304 4196468 140728614211568 140272466495888 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6946] ppid=6937 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6946/stat : 6946 (java) S 6937 6940 1335 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 96506495 10808807424 47470 33554432000 4194304 4196468 140728614211568 140272465443088 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6947] ppid=6937 vsize=10555476 memory=-6948614817169703622 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6947/stat : 6947 (java) S 6937 6940 1335 0 -1 1077944384 346 0 0 0 0 0 0 0 20 0 15 0 96506497 10808807424 47470 33554432000 4194304 4196468 140728614211568 140272354708336 140272862161538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0

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

/proc/6940/task/6946/stat : 6946 (java) R 6937 6940 1335 0 -1 4202560 98508 0 0 0 40673 193 0 0 20 0 17 0 96506495 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272465443288 140272846851066 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6947] ppid=6937 vsize=10688604 memory=1436 CPUtime=21.49 cores=0,2,4,6
/proc/6940/task/6947/stat : 6947 (java) S 6937 6940 1335 0 -1 1077944384 77582 0 0 0 2145 4 0 0 20 0 17 0 96506497 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272354706880 140272862160597 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6948] ppid=6937 vsize=10688604 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6948/stat : 6948 (java) S 6937 6940 1335 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 17 0 96506497 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272353654368 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6949] ppid=6937 vsize=10688604 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6949/stat : 6949 (java) S 6937 6940 1335 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 96506497 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272352601472 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6950] ppid=6937 vsize=10688604 memory=4084 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6950/stat : 6950 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272351549776 140272862168987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6951] ppid=6937 vsize=10688604 memory=932 CPUtime=0.95 cores=0,2,4,6
/proc/6940/task/6951/stat : 6951 (java) S 6937 6940 1335 0 -1 1077944384 5836 0 0 0 95 0 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272350497232 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6952] ppid=6937 vsize=10688604 memory=1572 CPUtime=1.61 cores=0,2,4,6
/proc/6940/task/6952/stat : 6952 (java) S 6937 6940 1335 0 -1 1077944384 10574 0 0 0 159 2 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272349444096 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6953] ppid=6937 vsize=10688604 memory=2200 CPUtime=0.33 cores=0,2,4,6
/proc/6940/task/6953/stat : 6953 (java) S 6937 6940 1335 0 -1 1077944384 3572 0 0 0 32 1 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272348391632 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6954] ppid=6937 vsize=10688604 memory=6504 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6954/stat : 6954 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272347338976 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6955] ppid=6937 vsize=10688604 memory=836 CPUtime=0.25 cores=0,2,4,6
/proc/6940/task/6955/stat : 6955 (java) S 6937 6940 1335 0 -1 1077944384 568 0 0 0 11 14 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272346287280 140272862161538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=7048] ppid=6937 vsize=10688604 memory=2784 CPUtime=0 cores=0,2,4,6
/proc/6940/task/7048/stat : 7048 (java) S 6937 6940 1335 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 96549640 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272345231152 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=7049] ppid=6937 vsize=10688604 memory=4629771062077588875 CPUtime=0 cores=0,2,4,6
/proc/6940/task/7049/stat : 7049 (java) S 6937 6940 1335 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 96549640 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272344179856 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
Current children cumulated CPU time: 1678.48 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8077840 KiB

[startup+456.801 s]
/proc/loadavg: 4.92 4.15 3.10 6/218 7050
/proc/meminfo: memFree=23226192/32770624 swapFree=67108860/67108860
[pid=6940] ppid=6937 vsize=10688604 memory=8077840 CPUtime=1681.56 cores=0,2,4,6
/proc/6940/stat : 6940 (java) S 6937 6940 1335 0 -1 1077944320 587513 0 0 0 167368 788 0 0 20 0 17 0 96506494 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140728614194112 140272862150391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
/proc/6940/statm: 2672151 2019460 3150 1 0 2660545 0
[pid=6940/tid=6942] ppid=6937 vsize=10688604 memory=8077840 CPUtime=16.88 cores=0,2,4,6
/proc/6940/task/6942/stat : 6942 (java) S 6937 6940 1335 0 -1 1077944384 15532 0 0 0 1676 12 0 0 20 0 17 0 96506495 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272866391072 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6943] ppid=6937 vsize=10688604 memory=8112282956445269571 CPUtime=408.65 cores=0,2,4,6
/proc/6940/task/6943/stat : 6943 (java) R 6937 6940 1335 0 -1 4202560 106003 0 0 0 40667 198 0 0 20 0 17 0 96506495 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272468601296 140272854778599 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6944] ppid=6937 vsize=10688604 memory=1156 CPUtime=411.43 cores=0,2,4,6
/proc/6940/task/6944/stat : 6944 (java) R 6937 6940 1335 0 -1 4202560 143573 0 0 0 40969 174 0 0 20 0 17 0 96506495 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272467548808 140272854778599 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6945] ppid=6937 vsize=10688604 memory=3164 CPUtime=410.4 cores=0,2,4,6
/proc/6940/task/6945/stat : 6945 (java) R 6937 6940 1335 0 -1 4202560 124199 0 0 0 40844 196 0 0 20 0 17 0 96506495 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272466495696 140272854778599 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6946] ppid=6937 vsize=10688604 memory=8077840 CPUtime=409.45 cores=0,2,4,6
/proc/6940/task/6946/stat : 6946 (java) R 6937 6940 1335 0 -1 4202560 98539 0 0 0 40752 193 0 0 20 0 17 0 96506495 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272465443288 140272846851079 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6947] ppid=6937 vsize=10688604 memory=8077840 CPUtime=21.49 cores=0,2,4,6
/proc/6940/task/6947/stat : 6947 (java) S 6937 6940 1335 0 -1 1077944384 77582 0 0 0 2145 4 0 0 20 0 17 0 96506497 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272354706880 140272862160597 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6948] ppid=6937 vsize=10688604 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6948/stat : 6948 (java) S 6937 6940 1335 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 17 0 96506497 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272353654368 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6949] ppid=6937 vsize=10688604 memory=796 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6949/stat : 6949 (java) S 6937 6940 1335 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 96506497 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272352601472 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6950] ppid=6937 vsize=10688604 memory=10020 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6950/stat : 6950 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272351549776 140272862168987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6951] ppid=6937 vsize=10688604 memory=1948 CPUtime=0.95 cores=0,2,4,6
/proc/6940/task/6951/stat : 6951 (java) S 6937 6940 1335 0 -1 1077944384 5836 0 0 0 95 0 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272350497232 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6952] ppid=6937 vsize=10688604 memory=8536 CPUtime=1.61 cores=0,2,4,6
/proc/6940/task/6952/stat : 6952 (java) S 6937 6940 1335 0 -1 1077944384 10574 0 0 0 159 2 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272349444096 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6953] ppid=6937 vsize=10688604 memory=8112282956445269571 CPUtime=0.33 cores=0,2,4,6
/proc/6940/task/6953/stat : 6953 (java) S 6937 6940 1335 0 -1 1077944384 3572 0 0 0 32 1 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272348391632 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6954] ppid=6937 vsize=10688604 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6954/stat : 6954 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272347338976 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6955] ppid=6937 vsize=10688604 memory=16632 CPUtime=0.25 cores=0,2,4,6
/proc/6940/task/6955/stat : 6955 (java) S 6937 6940 1335 0 -1 1077944384 568 0 0 0 11 14 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272346287280 140272862161538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=7048] ppid=6937 vsize=10688604 memory=18292 CPUtime=0 cores=0,2,4,6
/proc/6940/task/7048/stat : 7048 (java) S 6937 6940 1335 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 96549640 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272345231152 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=7049] ppid=6937 vsize=10688604 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/6940/task/7049/stat : 7049 (java) S 6937 6940 1335 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 96549640 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272344179856 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
Current children cumulated CPU time: 1681.56 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8077840 KiB

[startup+457.601 s]
/proc/loadavg: 4.92 4.15 3.10 6/218 7050
/proc/meminfo: memFree=23226192/32770624 swapFree=67108860/67108860
[pid=6940] ppid=6937 vsize=10688604 memory=8077840 CPUtime=1683.67 cores=0,2,4,6
/proc/6940/stat : 6940 (java) S 6937 6940 1335 0 -1 1077944320 587513 0 0 0 167579 788 0 0 20 0 17 0 96506494 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140728614194112 140272862150391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
/proc/6940/statm: 2672151 2019460 3150 1 0 2660545 0
[pid=6940/tid=6942] ppid=6937 vsize=10688604 memory=302022895662793015 CPUtime=16.88 cores=0,2,4,6
/proc/6940/task/6942/stat : 6942 (java) S 6937 6940 1335 0 -1 1077944384 15532 0 0 0 1676 12 0 0 20 0 17 0 96506495 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272866391072 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6943] ppid=6937 vsize=10688604 memory=16105866189342951 CPUtime=409.09 cores=0,2,4,6
/proc/6940/task/6943/stat : 6943 (java) S 6937 6940 1335 0 -1 1077944384 106003 0 0 0 40711 198 0 0 20 0 17 0 96506495 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272468601488 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6944] ppid=6937 vsize=10688604 memory=-3253322038155611931 CPUtime=411.87 cores=0,2,4,6
/proc/6940/task/6944/stat : 6944 (java) S 6937 6940 1335 0 -1 1077944384 143573 0 0 0 41012 175 0 0 20 0 17 0 96506495 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272467548688 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6945] ppid=6937 vsize=10688604 memory=4132 CPUtime=410.85 cores=0,2,4,6
/proc/6940/task/6945/stat : 6945 (java) S 6937 6940 1335 0 -1 1077944384 124199 0 0 0 40889 196 0 0 20 0 17 0 96506495 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272466495888 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6946] ppid=6937 vsize=10688604 memory=28144 CPUtime=409.91 cores=0,2,4,6
/proc/6940/task/6946/stat : 6946 (java) S 6937 6940 1335 0 -1 1077944384 98539 0 0 0 40798 193 0 0 20 0 17 0 96506495 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272465443088 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6947] ppid=6937 vsize=10688604 memory=2332 CPUtime=21.83 cores=0,2,4,6
/proc/6940/task/6947/stat : 6947 (java) R 6937 6940 1335 0 -1 4202560 77582 0 0 0 2179 4 0 0 20 0 17 0 96506497 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272354706880 140272847146884 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6948] ppid=6937 vsize=10688604 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6948/stat : 6948 (java) S 6937 6940 1335 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 17 0 96506497 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272353654368 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6949] ppid=6937 vsize=10688604 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6949/stat : 6949 (java) S 6937 6940 1335 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 96506497 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272352601472 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6950] ppid=6937 vsize=10688604 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6950/stat : 6950 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272351549776 140272862168987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6951] ppid=6937 vsize=10688604 memory=1228 CPUtime=0.95 cores=0,2,4,6
/proc/6940/task/6951/stat : 6951 (java) S 6937 6940 1335 0 -1 1077944384 5836 0 0 0 95 0 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272350497232 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6952] ppid=6937 vsize=10688604 memory=796 CPUtime=1.61 cores=0,2,4,6
/proc/6940/task/6952/stat : 6952 (java) S 6937 6940 1335 0 -1 1077944384 10574 0 0 0 159 2 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272349444096 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6953] ppid=6937 vsize=10688604 memory=280222190285808 CPUtime=0.33 cores=0,2,4,6
/proc/6940/task/6953/stat : 6953 (java) S 6937 6940 1335 0 -1 1077944384 3572 0 0 0 32 1 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272348391632 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6954] ppid=6937 vsize=10688604 memory=301741412096147765 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6954/stat : 6954 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272347338976 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6955] ppid=6937 vsize=10688604 memory=15542916235921029 CPUtime=0.25 cores=0,2,4,6
/proc/6940/task/6955/stat : 6955 (java) S 6937 6940 1335 0 -1 1077944384 568 0 0 0 11 14 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272346287280 140272862161538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=7048] ppid=6937 vsize=10688604 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/6940/task/7048/stat : 7048 (java) S 6937 6940 1335 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 96549640 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272345231152 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=7049] ppid=6937 vsize=10688604 memory=7524504978755839313 CPUtime=0 cores=0,2,4,6
/proc/6940/task/7049/stat : 7049 (java) S 6937 6940 1335 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 96549640 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272344179856 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
Current children cumulated CPU time: 1683.67 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8077840 KiB

[startup+458.001 s]*
/proc/loadavg: 4.92 4.15 3.10 3/218 7050
/proc/meminfo: memFree=23226184/32770624 swapFree=67108860/67108860
[pid=6940] ppid=6937 vsize=10688604 memory=8077840 CPUtime=1684.08 cores=0,2,4,6
/proc/6940/stat : 6940 (java) S 6937 6940 1335 0 -1 1077944320 587513 0 0 0 167620 788 0 0 20 0 17 0 96506494 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140728614194112 140272862150391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
/proc/6940/statm: 2672151 2019460 3150 1 0 2660545 0
[pid=6940/tid=6942] ppid=6937 vsize=10688604 memory=8112282956445269571 CPUtime=16.88 cores=0,2,4,6
/proc/6940/task/6942/stat : 6942 (java) S 6937 6940 1335 0 -1 1077944384 15532 0 0 0 1676 12 0 0 20 0 17 0 96506495 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272866391072 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6943] ppid=6937 vsize=10688604 memory=3977295499660704336 CPUtime=409.09 cores=0,2,4,6
/proc/6940/task/6943/stat : 6943 (java) S 6937 6940 1335 0 -1 1077944384 106003 0 0 0 40711 198 0 0 20 0 17 0 96506495 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272468601488 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6944] ppid=6937 vsize=10688604 memory=140111250245278 CPUtime=411.87 cores=0,2,4,6
/proc/6940/task/6944/stat : 6944 (java) S 6937 6940 1335 0 -1 1077944384 143573 0 0 0 41012 175 0 0 20 0 17 0 96506495 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272467548688 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6945] ppid=6937 vsize=10688604 memory=6944656592455359580 CPUtime=410.85 cores=0,2,4,6
/proc/6940/task/6945/stat : 6945 (java) S 6937 6940 1335 0 -1 1077944384 124199 0 0 0 40889 196 0 0 20 0 17 0 96506495 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272466495888 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6946] ppid=6937 vsize=10688604 memory=3471202396320837679 CPUtime=409.91 cores=0,2,4,6
/proc/6940/task/6946/stat : 6946 (java) S 6937 6940 1335 0 -1 1077944384 98539 0 0 0 40798 193 0 0 20 0 17 0 96506495 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272465443088 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6947] ppid=6937 vsize=10688604 memory=3471342507571082928 CPUtime=22.24 cores=0,2,4,6
/proc/6940/task/6947/stat : 6947 (java) R 6937 6940 1335 0 -1 4202560 77582 0 0 0 2220 4 0 0 20 0 17 0 96506497 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272354706768 140272846608022 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6948] ppid=6937 vsize=10688604 memory=3472328279047811119 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6948/stat : 6948 (java) S 6937 6940 1335 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 17 0 96506497 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272353654368 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6949] ppid=6937 vsize=10688604 memory=-9174445032661854264 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6949/stat : 6949 (java) S 6937 6940 1335 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 96506497 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272352601472 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6950] ppid=6937 vsize=10688604 memory=288288857315892297 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6950/stat : 6950 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272351549776 140272862168987 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6951] ppid=6937 vsize=10688604 memory=0 CPUtime=0.95 cores=0,2,4,6
/proc/6940/task/6951/stat : 6951 (java) S 6937 6940 1335 0 -1 1077944384 5836 0 0 0 95 0 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272350497232 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6952] ppid=6937 vsize=10688604 memory=7306907122180386145 CPUtime=1.61 cores=0,2,4,6
/proc/6940/task/6952/stat : 6952 (java) S 6937 6940 1335 0 -1 1077944384 10574 0 0 0 159 2 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272349444096 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6953] ppid=6937 vsize=10688604 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/6940/task/6953/stat : 6953 (java) S 6937 6940 1335 0 -1 1077944384 3572 0 0 0 32 1 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272348391632 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6954] ppid=6937 vsize=10688604 memory=11041636996 CPUtime=0 cores=0,2,4,6
/proc/6940/task/6954/stat : 6954 (java) S 6937 6940 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272347338976 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=6955] ppid=6937 vsize=10688604 memory=-2893623298589923098 CPUtime=0.25 cores=0,2,4,6
/proc/6940/task/6955/stat : 6955 (java) S 6937 6940 1335 0 -1 1077944384 568 0 0 0 11 14 0 0 20 0 17 0 96506500 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272346287280 140272862161538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=7048] ppid=6937 vsize=10688604 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/6940/task/7048/stat : 7048 (java) S 6937 6940 1335 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 96549640 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272345231152 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
[pid=6940/tid=7049] ppid=6937 vsize=10688604 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/6940/task/7049/stat : 7049 (java) S 6937 6940 1335 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 96549640 10945130496 2019460 33554432000 4194304 4196468 140728614211568 140272344179856 140272862160597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10674176 140728614212742 140728614212895 140728614212895 140728614215631 0
Current children cumulated CPU time: 1684.08 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8077840 KiB

[startup+458.11 s]*
/proc/loadavg: 4.92 4.15 3.10 3/203 7050
/proc/meminfo: memFree=28403276/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 458.129
CPU time (s): 1684.21
CPU user time (s): 1676.28
CPU system time (s): 7.93574
CPU usage (%): 367.629
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8077840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1676.28
system time used= 7.93574
maximum resident set size= 8078004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 587601
page faults= 0
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38221
involuntary context switches= 25110


# summary of solver processes directly reported to runsolver:
#   pid: 6940
#   total CPU time (s): 1684.21
#   total CPU user time (s): 1676.28
#   total CPU system time (s): 7.93574

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.57072 second user time and 4.71553 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-13 16:08:49
IDJOB=4262817
IDBENCH=136109
IDSOLVER=2651
FILE ID=node112/4262817-1502634187
RUNJOBID= node112-1502619513-3998
PBS_JOBID= 20628299
Free space on /tmp= 61788 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft501-07.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262817-1502634187/watcher-4262817-1502634187 -o /tmp/evaluation-result-4262817-1502634187/solver-4262817-1502634187 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3998 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262817-1502634187.xml

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

MD5SUM BENCH= 3722e6cce5df2b61a3e8828e8098779b
RANDOM SEED=1197994052

node112.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.24
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.24
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.24
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.24
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:        31012544 kB
MemAvailable:   31211172 kB
Buffers:          123228 kB
Cached:           356044 kB
SwapCached:            0 kB
Active:          1155364 kB
Inactive:         149936 kB
Active(anon):     777348 kB
Inactive(anon):    76488 kB
Active(file):     378016 kB
Inactive(file):    73448 kB
Unevictable:        6264 kB
Mlocked:            6264 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2076 kB
Writeback:             8 kB
AnonPages:        832344 kB
Mapped:            55056 kB
Shmem:             25224 kB
Slab:             151740 kB
SReclaimable:     125996 kB
SUnreclaim:        25744 kB
KernelStack:        3536 kB
PageTables:         7556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1407972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    702464 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= 61784 MiB
End job on node112 at 2017-08-13 16:16:27