Trace number 4262819

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? 1673.1899 466.04901

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-43.xml
MD5SUM7110289aba2c74e466e00c1a89bfd290
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size45
Distribution of domain sizes[{"size":19,"count":1},{"size":45,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262819-1502635008/watcher-4262819-1502635008 -o /tmp/evaluation-result-4262819-1502635008/solver-4262819-1502635008 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262819-1502635008.xml 

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

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

solver pid=14831, runsolver pid=14828

[startup+0.100082 s]*
/proc/loadavg: 4.31 2.88 2.36 7/216 14846
/proc/meminfo: memFree=20623120/32770624 swapFree=67108860/67108860
[pid=14831] ppid=14828 vsize=10555400 memory=29520 CPUtime=0.12 cores=1,3,5,7
/proc/14831/stat : 14831 (java) S 14828 14831 6338 0 -1 1077944320 6426 0 0 0 11 1 0 0 20 0 15 0 96581863 10808729600 7380 33554432000 4194304 4196468 140731847907760 140731847890304 139819137355511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
/proc/14831/statm: 2638850 7380 2807 1 0 2627263 0
[pid=14831/tid=14833] ppid=14828 vsize=10555400 memory=-7254954386087372155 CPUtime=0.09 cores=1,3,5,7
/proc/14831/task/14833/stat : 14833 (java) R 14828 14831 6338 0 -1 4202560 4221 0 0 0 8 1 0 0 20 0 15 0 96581864 10808729600 7380 33554432000 4194304 4196468 140731847907760 139819141569504 139819121435998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14834] ppid=14828 vsize=10555400 memory=5793855690191116729 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14834/stat : 14834 (java) S 14828 14831 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96581865 10808729600 7380 33554432000 4194304 4196468 140731847907760 139819104913680 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14835] ppid=14828 vsize=10555400 memory=140439181223552 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14835/stat : 14835 (java) S 14828 14831 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96581865 10808729600 7380 33554432000 4194304 4196468 140731847907760 139818743294352 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14836] ppid=14828 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14836/stat : 14836 (java) S 14828 14831 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96581865 10808729600 7380 33554432000 4194304 4196468 140731847907760 139818742241808 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14837] ppid=14828 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14837/stat : 14837 (java) S 14828 14831 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96581865 10808729600 7380 33554432000 4194304 4196468 140731847907760 139818741189264 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14838] ppid=14828 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14838/stat : 14838 (java) S 14828 14831 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96581866 10808729600 7380 33554432000 4194304 4196468 140731847907760 139818629573104 139819137366658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14839] ppid=14828 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14839/stat : 14839 (java) S 14828 14831 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96581866 10808729600 7380 33554432000 4194304 4196468 140731847907760 139818628519328 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14840] ppid=14828 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14840/stat : 14840 (java) S 14828 14831 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96581867 10808729600 7380 33554432000 4194304 4196468 140731847907760 139818627466736 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14841] ppid=14828 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14841/stat : 14841 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96581869 10808729600 7380 33554432000 4194304 4196468 140731847907760 139818626415312 139819137374107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14842] ppid=14828 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14842/stat : 14842 (java) S 14828 14831 6338 0 -1 1077944384 439 0 0 0 0 0 0 0 20 0 15 0 96581869 10808729600 7380 33554432000 4194304 4196468 140731847907760 139818625361904 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14843] ppid=14828 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14843/stat : 14843 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96581869 10808729600 7380 33554432000 4194304 4196468 140731847907760 139818624309360 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14844] ppid=14828 vsize=10555400 memory=140439181223552 CPUtime=0.02 cores=1,3,5,7
/proc/14831/task/14844/stat : 14844 (java) S 14828 14831 6338 0 -1 1077944384 399 0 0 0 2 0 0 0 20 0 15 0 96581869 10808729600 7380 33554432000 4194304 4196468 140731847907760 139818623256816 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14845] ppid=14828 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14845/stat : 14845 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96581869 10808729600 7380 33554432000 4194304 4196468 140731847907760 139818622204512 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14846] ppid=14828 vsize=10555400 memory=140439181223552 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (java) S 14828 14831 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96581869 10808729600 7380 33554432000 4194304 4196468 140731847907760 139818621152048 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29520 KiB

[startup+0.210637 s]*
/proc/loadavg: 4.31 2.88 2.36 6/216 14846
/proc/meminfo: memFree=20612512/32770624 swapFree=67108860/67108860
[pid=14831] ppid=14828 vsize=10555400 memory=40376 CPUtime=0.3 cores=1,3,5,7
/proc/14831/stat : 14831 (java) S 14828 14831 6338 0 -1 1077944320 7812 0 0 0 28 2 0 0 20 0 15 0 96581863 10808729600 10094 33554432000 4194304 4196468 140731847907760 140731847890304 139819137355511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
/proc/14831/statm: 2638850 10094 2959 1 0 2627263 0
[pid=14831/tid=14833] ppid=14828 vsize=10555400 memory=6735269665583770266 CPUtime=0.19 cores=1,3,5,7
/proc/14831/task/14833/stat : 14833 (java) R 14828 14831 6338 0 -1 4202560 4797 0 0 0 18 1 0 0 20 0 15 0 96581864 10808729600 10094 33554432000 4194304 4196468 140731847907760 139819141587712 139819121435998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14834] ppid=14828 vsize=10555400 memory=4211974165386014090 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14834/stat : 14834 (java) S 14828 14831 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96581865 10808729600 10094 33554432000 4194304 4196468 140731847907760 139819104913680 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14835] ppid=14828 vsize=10555400 memory=140439181223552 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14835/stat : 14835 (java) S 14828 14831 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96581865 10808729600 10094 33554432000 4194304 4196468 140731847907760 139818743294352 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14836] ppid=14828 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14836/stat : 14836 (java) S 14828 14831 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96581865 10808729600 10094 33554432000 4194304 4196468 140731847907760 139818742241808 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14837] ppid=14828 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14837/stat : 14837 (java) S 14828 14831 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96581865 10808729600 10094 33554432000 4194304 4196468 140731847907760 139818741189264 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14838] ppid=14828 vsize=10555400 memory=140439181223552 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14838/stat : 14838 (java) S 14828 14831 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96581866 10808729600 10094 33554432000 4194304 4196468 140731847907760 139818629573104 139819137366658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14839] ppid=14828 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14839/stat : 14839 (java) S 14828 14831 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96581866 10808729600 10094 33554432000 4194304 4196468 140731847907760 139818628519328 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14840] ppid=14828 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14840/stat : 14840 (java) S 14828 14831 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96581867 10808729600 10094 33554432000 4194304 4196468 140731847907760 139818627466736 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14841] ppid=14828 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14841/stat : 14841 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96581869 10808729600 10094 33554432000 4194304 4196468 140731847907760 139818626415312 139819137374107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14842] ppid=14828 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14831/task/14842/stat : 14842 (java) S 14828 14831 6338 0 -1 1077944384 667 0 0 0 2 0 0 0 20 0 15 0 96581869 10808729600 10094 33554432000 4194304 4196468 140731847907760 139818625361904 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14843] ppid=14828 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/14831/task/14843/stat : 14843 (java) S 14828 14831 6338 0 -1 1077944384 373 0 0 0 1 0 0 0 20 0 15 0 96581869 10808729600 10094 33554432000 4194304 4196468 140731847907760 139818624309360 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14844] ppid=14828 vsize=10555400 memory=140439181223552 CPUtime=0.05 cores=1,3,5,7
/proc/14831/task/14844/stat : 14844 (java) S 14828 14831 6338 0 -1 1077944384 615 0 0 0 5 0 0 0 20 0 15 0 96581869 10808729600 10094 33554432000 4194304 4196468 140731847907760 139818623256816 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14845] ppid=14828 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14845/stat : 14845 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96581869 10808729600 10094 33554432000 4194304 4196468 140731847907760 139818622204512 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14846] ppid=14828 vsize=10555400 memory=140439181223552 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (java) S 14828 14831 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96581869 10808729600 10094 33554432000 4194304 4196468 140731847907760 139818621152048 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 40376 KiB

[startup+0.312056 s]*
/proc/loadavg: 4.31 2.88 2.36 8/216 14846
/proc/meminfo: memFree=20603020/32770624 swapFree=67108860/67108860
[pid=14831] ppid=14828 vsize=10555476 memory=49400 CPUtime=0.51 cores=1,3,5,7
/proc/14831/stat : 14831 (java) S 14828 14831 6338 0 -1 1077944320 8596 0 0 0 49 2 0 0 20 0 15 0 96581863 10808807424 12350 33554432000 4194304 4196468 140731847907760 140731847890304 139819137355511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
/proc/14831/statm: 2638869 12350 3021 1 0 2627263 0
[pid=14831/tid=14833] ppid=14828 vsize=10555476 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/14831/task/14833/stat : 14833 (java) R 14828 14831 6338 0 -1 4202560 5241 0 0 0 28 1 0 0 20 0 15 0 96581864 10808807424 12350 33554432000 4194304 4196468 140731847907760 139819141590968 139818775766809 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14834] ppid=14828 vsize=10555476 memory=4211974165386014090 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14834/stat : 14834 (java) S 14828 14831 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96581865 10808807424 12350 33554432000 4194304 4196468 140731847907760 139819104913680 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14835] ppid=14828 vsize=10555476 memory=140439181225909 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14835/stat : 14835 (java) S 14828 14831 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96581865 10808807424 12350 33554432000 4194304 4196468 140731847907760 139818743294352 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14836] ppid=14828 vsize=10555476 memory=140439055352530 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14836/stat : 14836 (java) S 14828 14831 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96581865 10808807424 12350 33554432000 4194304 4196468 140731847907760 139818742241808 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14837] ppid=14828 vsize=10555476 memory=140439055355343 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14837/stat : 14837 (java) S 14828 14831 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96581865 10808807424 12350 33554432000 4194304 4196468 140731847907760 139818741189264 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14838] ppid=14828 vsize=10555476 memory=140439181229917 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14838/stat : 14838 (java) S 14828 14831 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96581866 10808807424 12350 33554432000 4194304 4196468 140731847907760 139818629573104 139819137366658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14839] ppid=14828 vsize=10555476 memory=140439055364527 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14839/stat : 14839 (java) S 14828 14831 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96581866 10808807424 12350 33554432000 4194304 4196468 140731847907760 139818628519328 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14840] ppid=14828 vsize=10555476 memory=280878110719888 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14840/stat : 14840 (java) S 14828 14831 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96581867 10808807424 12350 33554432000 4194304 4196468 140731847907760 139818627466736 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14841] ppid=14828 vsize=10555476 memory=280878110717584 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14841/stat : 14841 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96581869 10808807424 12350 33554432000 4194304 4196468 140731847907760 139818626415312 139819137374107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14842] ppid=14828 vsize=10555476 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/14831/task/14842/stat : 14842 (java) R 14828 14831 6338 0 -1 4202560 755 0 0 0 5 0 0 0 20 0 15 0 96581869 10808807424 12350 33554432000 4194304 4196468 140731847907760 139818625350016 139819118054979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14843] ppid=14828 vsize=10555476 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/14831/task/14843/stat : 14843 (java) R 14828 14831 6338 0 -1 4202560 385 0 0 0 3 0 0 0 20 0 15 0 96581869 10808807424 12350 33554432000 4194304 4196468 140731847907760 139818624295904 139819130459088 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14844] ppid=14828 vsize=10555476 memory=140439181223552 CPUtime=0.11 cores=1,3,5,7
/proc/14831/task/14844/stat : 14844 (java) R 14828 14831 6338 0 -1 1077944384 848 0 0 0 11 0 0 0 20 0 15 0 96581869 10808807424 12350 33554432000 4194304 4196468 140731847907760 139818623256816 139819137366658 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14845] ppid=14828 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14845/stat : 14845 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96581869 10808807424 12350 33554432000 4194304 4196468 140731847907760 139818622204512 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14846] ppid=14828 vsize=10555476 memory=140439181223552 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (java) S 14828 14831 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96581869 10808807424 12350 33554432000 4194304 4196468 140731847907760 139818621152048 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 49400 KiB

[startup+0.70124 s]
/proc/loadavg: 4.31 2.88 2.36 8/216 14846
/proc/meminfo: memFree=20558280/32770624 swapFree=67108860/67108860
[pid=14831] ppid=14828 vsize=10555476 memory=127668 CPUtime=1.41 cores=1,3,5,7
/proc/14831/stat : 14831 (java) S 14828 14831 6338 0 -1 1077944320 10216 0 0 0 137 4 0 0 20 0 15 0 96581863 10808807424 31917 33554432000 4194304 4196468 140731847907760 140731847890304 139819137355511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
/proc/14831/statm: 2638869 31917 3081 1 0 2627263 0
[pid=14831/tid=14833] ppid=14828 vsize=10555476 memory=1952 CPUtime=0.67 cores=1,3,5,7
/proc/14831/task/14833/stat : 14833 (java) R 14828 14831 6338 0 -1 4202560 5359 0 0 0 65 2 0 0 20 0 15 0 96581864 10808807424 31917 33554432000 4194304 4196468 140731847907760 139819141591400 139819116432984 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14834] ppid=14828 vsize=10555476 memory=5796 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14834/stat : 14834 (java) S 14828 14831 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96581865 10808807424 31917 33554432000 4194304 4196468 140731847907760 139819104913680 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14835] ppid=14828 vsize=10555476 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14835/stat : 14835 (java) S 14828 14831 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96581865 10808807424 31917 33554432000 4194304 4196468 140731847907760 139818743294352 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14836] ppid=14828 vsize=10555476 memory=7523356985603351872 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14836/stat : 14836 (java) S 14828 14831 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96581865 10808807424 31917 33554432000 4194304 4196468 140731847907760 139818742241808 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14837] ppid=14828 vsize=10555476 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14837/stat : 14837 (java) S 14828 14831 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96581865 10808807424 31917 33554432000 4194304 4196468 140731847907760 139818741189264 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14838] ppid=14828 vsize=10555476 memory=7007721216195711056 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14838/stat : 14838 (java) S 14828 14831 6338 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96581866 10808807424 31917 33554432000 4194304 4196468 140731847907760 139818629573104 139819137366658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14839] ppid=14828 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14839/stat : 14839 (java) S 14828 14831 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96581866 10808807424 31917 33554432000 4194304 4196468 140731847907760 139818628519328 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14840] ppid=14828 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14840/stat : 14840 (java) S 14828 14831 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96581867 10808807424 31917 33554432000 4194304 4196468 140731847907760 139818627466736 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14841] ppid=14828 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14841/stat : 14841 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96581869 10808807424 31917 33554432000 4194304 4196468 140731847907760 139818626415312 139819137374107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14842] ppid=14828 vsize=10555476 memory=71 CPUtime=0.26 cores=1,3,5,7
/proc/14831/task/14842/stat : 14842 (java) S 14828 14831 6338 0 -1 1077944384 1244 0 0 0 26 0 0 0 20 0 15 0 96581869 10808807424 31917 33554432000 4194304 4196468 140731847907760 139818625361904 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14843] ppid=14828 vsize=10555476 memory=3 CPUtime=0.26 cores=1,3,5,7
/proc/14831/task/14843/stat : 14843 (java) S 14828 14831 6338 0 -1 1077944384 901 0 0 0 26 0 0 0 20 0 15 0 96581869 10808807424 31917 33554432000 4194304 4196468 140731847907760 139818624309360 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14844] ppid=14828 vsize=10555476 memory=6047 CPUtime=0.18 cores=1,3,5,7
/proc/14831/task/14844/stat : 14844 (java) S 14828 14831 6338 0 -1 1077944384 1342 0 0 0 18 0 0 0 20 0 15 0 96581869 10808807424 31917 33554432000 4194304 4196468 140731847907760 139818623256816 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14845] ppid=14828 vsize=10555476 memory=280878110903792 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14845/stat : 14845 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96581869 10808807424 31917 33554432000 4194304 4196468 140731847907760 139818622204512 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14846] ppid=14828 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (java) S 14828 14831 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96581869 10808807424 31917 33554432000 4194304 4196468 140731847907760 139818621152048 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 127668 KiB

[startup+1.50073 s]
/proc/loadavg: 4.31 2.88 2.36 8/216 14846
/proc/meminfo: memFree=20457496/32770624 swapFree=67108860/67108860
[pid=14831] ppid=14828 vsize=10555476 memory=303104 CPUtime=3.67 cores=1,3,5,7
/proc/14831/stat : 14831 (java) S 14828 14831 6338 0 -1 1077944320 15375 0 0 0 354 13 0 0 20 0 15 0 96581863 10808807424 75776 33554432000 4194304 4196468 140731847907760 140731847890304 139819137355511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
/proc/14831/statm: 2638869 75776 3112 1 0 2627263 0
[pid=14831/tid=14833] ppid=14828 vsize=10555476 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/14831/task/14833/stat : 14833 (java) R 14828 14831 6338 0 -1 4202560 5552 0 0 0 130 3 0 0 20 0 15 0 96581864 10808807424 75776 33554432000 4194304 4196468 140731847907760 139819141589544 139818776751371 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14834] ppid=14828 vsize=10555476 memory=-6580700818830420064 CPUtime=0.11 cores=1,3,5,7
/proc/14831/task/14834/stat : 14834 (java) S 14828 14831 6338 0 -1 1077944384 130 0 0 0 9 2 0 0 20 0 15 0 96581865 10808807424 75776 33554432000 4194304 4196468 140731847907760 139819104913680 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14835] ppid=14828 vsize=10555476 memory=-5935602824819121961 CPUtime=0.07 cores=1,3,5,7
/proc/14831/task/14835/stat : 14835 (java) S 14828 14831 6338 0 -1 1077944384 115 0 0 0 6 1 0 0 20 0 15 0 96581865 10808807424 75776 33554432000 4194304 4196468 140731847907760 139818743294352 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14836] ppid=14828 vsize=10555476 memory=-1161699032755887712 CPUtime=0.1 cores=1,3,5,7
/proc/14831/task/14836/stat : 14836 (java) S 14828 14831 6338 0 -1 1077944384 80 0 0 0 8 2 0 0 20 0 15 0 96581865 10808807424 75776 33554432000 4194304 4196468 140731847907760 139818742241808 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14837] ppid=14828 vsize=10555476 memory=-6305719399212606848 CPUtime=0.09 cores=1,3,5,7
/proc/14831/task/14837/stat : 14837 (java) S 14828 14831 6338 0 -1 1077944384 137 0 0 0 8 1 0 0 20 0 15 0 96581865 10808807424 75776 33554432000 4194304 4196468 140731847907760 139818741189264 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14838] ppid=14828 vsize=10555476 memory=-6305711689628345472 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14838/stat : 14838 (java) S 14828 14831 6338 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96581866 10808807424 75776 33554432000 4194304 4196468 140731847907760 139818629573104 139819137366658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0

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

[pid=14831/tid=14834] ppid=14828 vsize=10688604 memory=-7003737579269690708 CPUtime=402.14 cores=1,3,5,7
/proc/14831/task/14834/stat : 14834 (java) R 14828 14831 6338 0 -1 4202560 33577 0 0 0 40039 175 0 0 20 0 17 0 96581865 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139819104913800 139819129983719 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14835] ppid=14828 vsize=10688604 memory=1584 CPUtime=403.54 cores=1,3,5,7
/proc/14831/task/14835/stat : 14835 (java) R 14828 14831 6338 0 -1 4202560 46759 0 0 0 40202 152 0 0 20 0 17 0 96581865 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818743294160 139819129983719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14836] ppid=14828 vsize=10688604 memory=2196 CPUtime=401.18 cores=1,3,5,7
/proc/14831/task/14836/stat : 14836 (java) R 14828 14831 6338 0 -1 4202560 33753 0 0 0 39948 170 0 0 20 0 17 0 96581865 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818742241696 139819122352004 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14837] ppid=14828 vsize=10688604 memory=6508 CPUtime=402.89 cores=1,3,5,7
/proc/14831/task/14837/stat : 14837 (java) R 14828 14831 6338 0 -1 4202560 26858 0 0 0 40132 157 0 0 20 0 17 0 96581865 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818741189072 139819129983719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14838] ppid=14828 vsize=10688604 memory=840 CPUtime=39.14 cores=1,3,5,7
/proc/14831/task/14838/stat : 14838 (java) S 14828 14831 6338 0 -1 1077944384 72577 0 0 0 3911 3 0 0 20 0 17 0 96581866 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818629571648 139819137365717 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14839] ppid=14828 vsize=10688604 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14839/stat : 14839 (java) S 14828 14831 6338 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 96581866 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818628518928 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14840] ppid=14828 vsize=10688604 memory=916 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14840/stat : 14840 (java) S 14828 14831 6338 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 96581867 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818627466336 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14841] ppid=14828 vsize=10688604 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14841/stat : 14841 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96581869 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818626415312 139819137374107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14842] ppid=14828 vsize=10688604 memory=792 CPUtime=3.19 cores=1,3,5,7
/proc/14831/task/14842/stat : 14842 (java) S 14828 14831 6338 0 -1 1077944384 16391 0 0 0 316 3 0 0 20 0 17 0 96581869 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818625361952 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14843] ppid=14828 vsize=10688604 memory=1204 CPUtime=0.88 cores=1,3,5,7
/proc/14831/task/14843/stat : 14843 (java) S 14828 14831 6338 0 -1 1077944384 4230 0 0 0 88 0 0 0 20 0 17 0 96581869 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818624309120 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14844] ppid=14828 vsize=10688604 memory=1716 CPUtime=0.27 cores=1,3,5,7
/proc/14831/task/14844/stat : 14844 (java) S 14828 14831 6338 0 -1 1077944384 2531 0 0 0 26 1 0 0 20 0 17 0 96581869 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818623255712 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14845] ppid=14828 vsize=10688604 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14845/stat : 14845 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96581869 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818622204512 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14846] ppid=14828 vsize=10688604 memory=15876 CPUtime=0.17 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (java) S 14828 14831 6338 0 -1 1077944384 485 0 0 0 9 8 0 0 20 0 17 0 96581869 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818621152048 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14933] ppid=14828 vsize=10688604 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14933/stat : 14933 (java) S 14828 14831 6338 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 96626255 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818620096176 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14934] ppid=14828 vsize=10688604 memory=16792 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14934/stat : 14934 (java) S 14828 14831 6338 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 96626255 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818619043744 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
Current children cumulated CPU time: 1668.73 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8160920 KiB

[startup+464.801 s]
/proc/loadavg: 7.85 6.55 4.36 9/218 14942
/proc/meminfo: memFree=12318928/32770624 swapFree=67108860/67108860
[pid=14831] ppid=14828 vsize=10688604 memory=8160920 CPUtime=1671.8 cores=1,3,5,7
/proc/14831/stat : 14831 (java) S 14828 14831 6338 0 -1 1077944320 252687 0 0 0 166502 678 0 0 20 0 17 0 96581863 10945130496 2040230 33554432000 4194304 4196468 140731847907760 140731847890304 139819137355511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
/proc/14831/statm: 2672151 2040230 3144 1 0 2660545 0
[pid=14831/tid=14833] ppid=14828 vsize=10688604 memory=4104 CPUtime=15.24 cores=1,3,5,7
/proc/14831/task/14833/stat : 14833 (java) S 14828 14831 6338 0 -1 1077944384 14052 0 0 0 1515 9 0 0 20 0 17 0 96581864 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139819141596192 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14834] ppid=14828 vsize=10688604 memory=1156 CPUtime=402.9 cores=1,3,5,7
/proc/14831/task/14834/stat : 14834 (java) R 14828 14831 6338 0 -1 4202560 33577 0 0 0 40114 176 0 0 20 0 17 0 96581865 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139819104913800 139819129983719 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14835] ppid=14828 vsize=10688604 memory=3136 CPUtime=404.3 cores=1,3,5,7
/proc/14831/task/14835/stat : 14835 (java) R 14828 14831 6338 0 -1 4202560 46759 0 0 0 40278 152 0 0 20 0 17 0 96581865 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818743294160 139819129983719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14836] ppid=14828 vsize=10688604 memory=6791534058613427641 CPUtime=401.97 cores=1,3,5,7
/proc/14831/task/14836/stat : 14836 (java) R 14828 14831 6338 0 -1 4202560 33753 0 0 0 40027 170 0 0 20 0 17 0 96581865 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818742241696 139819122055411 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14837] ppid=14828 vsize=10688604 memory=16792 CPUtime=403.65 cores=1,3,5,7
/proc/14831/task/14837/stat : 14837 (java) R 14828 14831 6338 0 -1 4202560 26858 0 0 0 40208 157 0 0 20 0 17 0 96581865 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818741189384 139819129983719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14838] ppid=14828 vsize=10688604 memory=4044 CPUtime=39.14 cores=1,3,5,7
/proc/14831/task/14838/stat : 14838 (java) S 14828 14831 6338 0 -1 1077944384 72577 0 0 0 3911 3 0 0 20 0 17 0 96581866 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818629571648 139819137365717 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14839] ppid=14828 vsize=10688604 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14839/stat : 14839 (java) S 14828 14831 6338 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 96581866 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818628518928 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14840] ppid=14828 vsize=10688604 memory=636 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14840/stat : 14840 (java) S 14828 14831 6338 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 96581867 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818627466336 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14841] ppid=14828 vsize=10688604 memory=217 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14841/stat : 14841 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96581869 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818626415312 139819137374107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14842] ppid=14828 vsize=10688604 memory=45537 CPUtime=3.19 cores=1,3,5,7
/proc/14831/task/14842/stat : 14842 (java) S 14828 14831 6338 0 -1 1077944384 16391 0 0 0 316 3 0 0 20 0 17 0 96581869 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818625361952 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14843] ppid=14828 vsize=10688604 memory=6791534058613427641 CPUtime=0.88 cores=1,3,5,7
/proc/14831/task/14843/stat : 14843 (java) S 14828 14831 6338 0 -1 1077944384 4230 0 0 0 88 0 0 0 20 0 17 0 96581869 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818624309120 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14844] ppid=14828 vsize=10688604 memory=32705 CPUtime=0.27 cores=1,3,5,7
/proc/14831/task/14844/stat : 14844 (java) S 14828 14831 6338 0 -1 1077944384 2531 0 0 0 26 1 0 0 20 0 17 0 96581869 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818623255712 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14845] ppid=14828 vsize=10688604 memory=32771 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14845/stat : 14845 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96581869 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818622204512 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14846] ppid=14828 vsize=10688604 memory=32597 CPUtime=0.17 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (java) S 14828 14831 6338 0 -1 1077944384 485 0 0 0 9 8 0 0 20 0 17 0 96581869 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818621152048 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14933] ppid=14828 vsize=10688604 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14933/stat : 14933 (java) S 14828 14831 6338 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 96626255 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818620096176 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14934] ppid=14828 vsize=10688604 memory=636 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14934/stat : 14934 (java) S 14828 14831 6338 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 96626255 10945130496 2040230 33554432000 4194304 4196468 140731847907760 139818619043744 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
Current children cumulated CPU time: 1671.8 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8160920 KiB

[startup+465.601 s]
/proc/loadavg: 7.86 6.57 4.38 6/218 14942
/proc/meminfo: memFree=12318928/32770624 swapFree=67108860/67108860
[pid=14831] ppid=14828 vsize=10688604 memory=8160928 CPUtime=1672.72 cores=1,3,5,7
/proc/14831/stat : 14831 (java) S 14828 14831 6338 0 -1 1077944320 252810 0 0 0 166594 678 0 0 20 0 17 0 96581863 10945130496 2040232 33554432000 4194304 4196468 140731847907760 140731847890304 139819137355511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
/proc/14831/statm: 2672151 2040232 3144 1 0 2660545 0
[pid=14831/tid=14833] ppid=14828 vsize=10688604 memory=8160920 CPUtime=15.24 cores=1,3,5,7
/proc/14831/task/14833/stat : 14833 (java) S 14828 14831 6338 0 -1 1077944384 14052 0 0 0 1515 9 0 0 20 0 17 0 96581864 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139819141596192 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14834] ppid=14828 vsize=10688604 memory=1156 CPUtime=402.94 cores=1,3,5,7
/proc/14831/task/14834/stat : 14834 (java) S 14828 14831 6338 0 -1 1077944384 33577 0 0 0 40118 176 0 0 20 0 17 0 96581865 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139819104913680 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14835] ppid=14828 vsize=10688604 memory=2964 CPUtime=404.34 cores=1,3,5,7
/proc/14831/task/14835/stat : 14835 (java) S 14828 14831 6338 0 -1 1077944384 46759 0 0 0 40282 152 0 0 20 0 17 0 96581865 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818743294352 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14836] ppid=14828 vsize=10688604 memory=6791534058613427641 CPUtime=402.01 cores=1,3,5,7
/proc/14831/task/14836/stat : 14836 (java) S 14828 14831 6338 0 -1 1077944384 33753 0 0 0 40031 170 0 0 20 0 17 0 96581865 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818742241808 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14837] ppid=14828 vsize=10688604 memory=2428 CPUtime=403.69 cores=1,3,5,7
/proc/14831/task/14837/stat : 14837 (java) S 14828 14831 6338 0 -1 1077944384 26858 0 0 0 40212 157 0 0 20 0 17 0 96581865 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818741189264 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14838] ppid=14828 vsize=10688604 memory=1292 CPUtime=39.89 cores=1,3,5,7
/proc/14831/task/14838/stat : 14838 (java) R 14828 14831 6338 0 -1 4202560 72700 0 0 0 3986 3 0 0 20 0 17 0 96581866 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818629571536 139819121813144 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14839] ppid=14828 vsize=10688604 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14839/stat : 14839 (java) S 14828 14831 6338 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 96581866 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818628518928 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14840] ppid=14828 vsize=10688604 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14840/stat : 14840 (java) S 14828 14831 6338 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 96581867 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818627466336 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14841] ppid=14828 vsize=10688604 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14841/stat : 14841 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96581869 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818626415312 139819137374107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14842] ppid=14828 vsize=10688604 memory=16432 CPUtime=3.19 cores=1,3,5,7
/proc/14831/task/14842/stat : 14842 (java) S 14828 14831 6338 0 -1 1077944384 16391 0 0 0 316 3 0 0 20 0 17 0 96581869 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818625361952 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14843] ppid=14828 vsize=10688604 memory=16792 CPUtime=0.88 cores=1,3,5,7
/proc/14831/task/14843/stat : 14843 (java) S 14828 14831 6338 0 -1 1077944384 4230 0 0 0 88 0 0 0 20 0 17 0 96581869 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818624309120 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14844] ppid=14828 vsize=10688604 memory=4044 CPUtime=0.27 cores=1,3,5,7
/proc/14831/task/14844/stat : 14844 (java) S 14828 14831 6338 0 -1 1077944384 2531 0 0 0 26 1 0 0 20 0 17 0 96581869 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818623255712 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14845] ppid=14828 vsize=10688604 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14845/stat : 14845 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96581869 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818622204512 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14846] ppid=14828 vsize=10688604 memory=28424 CPUtime=0.17 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (java) S 14828 14831 6338 0 -1 1077944384 485 0 0 0 9 8 0 0 20 0 17 0 96581869 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818621152048 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14933] ppid=14828 vsize=10688604 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14933/stat : 14933 (java) S 14828 14831 6338 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 96626255 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818620096176 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14934] ppid=14828 vsize=10688604 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14934/stat : 14934 (java) S 14828 14831 6338 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 96626255 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818619043744 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
Current children cumulated CPU time: 1672.72 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8160928 KiB

[startup+466.001 s]*
/proc/loadavg: 7.86 6.57 4.38 6/218 14942
/proc/meminfo: memFree=12318928/32770624 swapFree=67108860/67108860
[pid=14831] ppid=14828 vsize=10688604 memory=8160928 CPUtime=1673.13 cores=1,3,5,7
/proc/14831/stat : 14831 (java) S 14828 14831 6338 0 -1 1077944320 252810 0 0 0 166635 678 0 0 20 0 17 0 96581863 10945130496 2040232 33554432000 4194304 4196468 140731847907760 140731847890304 139819137355511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
/proc/14831/statm: 2672151 2040232 3144 1 0 2660545 0
[pid=14831/tid=14833] ppid=14828 vsize=10688604 memory=7518867683569324368 CPUtime=15.24 cores=1,3,5,7
/proc/14831/task/14833/stat : 14833 (java) S 14828 14831 6338 0 -1 1077944384 14052 0 0 0 1515 9 0 0 20 0 17 0 96581864 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139819141596192 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14834] ppid=14828 vsize=10688604 memory=5787495302024159826 CPUtime=402.94 cores=1,3,5,7
/proc/14831/task/14834/stat : 14834 (java) S 14828 14831 6338 0 -1 1077944384 33577 0 0 0 40118 176 0 0 20 0 17 0 96581865 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139819104913680 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14835] ppid=14828 vsize=10688604 memory=-7003737579269690708 CPUtime=404.34 cores=1,3,5,7
/proc/14831/task/14835/stat : 14835 (java) S 14828 14831 6338 0 -1 1077944384 46759 0 0 0 40282 152 0 0 20 0 17 0 96581865 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818743294352 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14836] ppid=14828 vsize=10688604 memory=288230621803970871 CPUtime=402.01 cores=1,3,5,7
/proc/14831/task/14836/stat : 14836 (java) S 14828 14831 6338 0 -1 1077944384 33753 0 0 0 40031 170 0 0 20 0 17 0 96581865 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818742241808 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14837] ppid=14828 vsize=10688604 memory=16099256251451951 CPUtime=403.69 cores=1,3,5,7
/proc/14831/task/14837/stat : 14837 (java) S 14828 14831 6338 0 -1 1077944384 26858 0 0 0 40212 157 0 0 20 0 17 0 96581865 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818741189264 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14838] ppid=14828 vsize=10688604 memory=960 CPUtime=40.3 cores=1,3,5,7
/proc/14831/task/14838/stat : 14838 (java) R 14828 14831 6338 0 -1 4202560 72700 0 0 0 4027 3 0 0 20 0 17 0 96581866 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818629571536 139819116556563 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14839] ppid=14828 vsize=10688604 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14839/stat : 14839 (java) S 14828 14831 6338 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 96581866 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818628518928 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14840] ppid=14828 vsize=10688604 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14840/stat : 14840 (java) S 14828 14831 6338 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 96581867 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818627466336 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14841] ppid=14828 vsize=10688604 memory=4080 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14841/stat : 14841 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96581869 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818626415312 139819137374107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14842] ppid=14828 vsize=10688604 memory=932 CPUtime=3.19 cores=1,3,5,7
/proc/14831/task/14842/stat : 14842 (java) S 14828 14831 6338 0 -1 1077944384 16391 0 0 0 316 3 0 0 20 0 17 0 96581869 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818625361952 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14843] ppid=14828 vsize=10688604 memory=3832 CPUtime=0.88 cores=1,3,5,7
/proc/14831/task/14843/stat : 14843 (java) S 14828 14831 6338 0 -1 1077944384 4230 0 0 0 88 0 0 0 20 0 17 0 96581869 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818624309120 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14844] ppid=14828 vsize=10688604 memory=4080 CPUtime=0.27 cores=1,3,5,7
/proc/14831/task/14844/stat : 14844 (java) S 14828 14831 6338 0 -1 1077944384 2531 0 0 0 26 1 0 0 20 0 17 0 96581869 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818623255712 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14845] ppid=14828 vsize=10688604 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14845/stat : 14845 (java) S 14828 14831 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96581869 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818622204512 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14846] ppid=14828 vsize=10688604 memory=12064 CPUtime=0.17 cores=1,3,5,7
/proc/14831/task/14846/stat : 14846 (java) S 14828 14831 6338 0 -1 1077944384 485 0 0 0 9 8 0 0 20 0 17 0 96581869 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818621152048 139819137366658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14933] ppid=14828 vsize=10688604 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14933/stat : 14933 (java) S 14828 14831 6338 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 96626255 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818620096176 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
[pid=14831/tid=14934] ppid=14828 vsize=10688604 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/14831/task/14934/stat : 14934 (java) S 14828 14831 6338 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 96626255 10945130496 2040232 33554432000 4194304 4196468 140731847907760 139818619043744 139819137365717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26583040 140731847910534 140731847910687 140731847910687 140731847913423 0
Current children cumulated CPU time: 1673.13 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8160928 KiB

Child status: 1
Real time (s): 466.049
CPU time (s): 1673.19
CPU user time (s): 1666.36
CPU system time (s): 6.82684
CPU usage (%): 359.015
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8160928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1666.36
system time used= 6.82684
maximum resident set size= 8161052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252890
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32513
involuntary context switches= 40341


# summary of solver processes directly reported to runsolver:
#   pid: 14831
#   total CPU time (s): 1673.19
#   total CPU user time (s): 1666.36
#   total CPU system time (s): 6.82684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.95741 second user time and 4.43955 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 16:22:30
IDJOB=4262819
IDBENCH=137714
IDSOLVER=2651
FILE ID=node148/4262819-1502635008
RUNJOBID= node148-1502624014-12473
PBS_JOBID= 20628305
Free space on /tmp= 61616 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-43.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262819-1502635008/watcher-4262819-1502635008 -o /tmp/evaluation-result-4262819-1502635008/solver-4262819-1502635008 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262819-1502635008.xml

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

MD5SUM BENCH= 7110289aba2c74e466e00c1a89bfd290
RANDOM SEED=1195296550

node148.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.19
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.19
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.19
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.19
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:        20640580 kB
MemAvailable:   23732428 kB
Buffers:          201100 kB
Cached:          3179784 kB
SwapCached:            0 kB
Active:          8985464 kB
Inactive:        2694044 kB
Active(anon):    8249368 kB
Inactive(anon):    76916 kB
Active(file):     736096 kB
Inactive(file):  2617128 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1992 kB
Writeback:             0 kB
AnonPages:       8304624 kB
Mapped:            55392 kB
Shmem:             25224 kB
Slab:             135644 kB
SReclaimable:     108916 kB
SUnreclaim:        26728 kB
KernelStack:        3808 kB
PageTables:        21416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8649704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8030208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61528 MiB
End job on node148 at 2017-08-13 16:30:16