Trace number 4262827

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? 1736.59 483.901

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-83.xml
MD5SUMc4586722e171332f29cc21e67831b4d7
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.07
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size48
Distribution of domain sizes[{"size":23,"count":1},{"size":48,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262827-1502634819/watcher-4262827-1502634819 -o /tmp/evaluation-result-4262827-1502634819/solver-4262827-1502634819 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262827-1502634819.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=28249, runsolver pid=28246

[startup+0.10006 s]*
/proc/loadavg: 4.49 4.27 3.94 3/204 28258
/proc/meminfo: memFree=27791212/32770624 swapFree=67105588/67108860
[pid=28249] ppid=28246 vsize=10417928 memory=22468 CPUtime=0.05 cores=0,2,4,6
/proc/28249/stat : 28249 (java) S 28246 28249 12560 0 -1 1077944320 4533 0 0 0 4 1 0 0 20 0 13 0 65677297 10667958272 5617 18446744073709551615 4194304 4196468 140725820634976 140725820617520 140500289646327 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
/proc/28249/statm: 2604482 5617 2402 1 0 2593979 0
[pid=28249/tid=28251] ppid=28246 vsize=10417928 memory=-6439968830534014599 CPUtime=0.04 cores=0,2,4,6
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 12560 0 -1 4202560 2856 0 0 0 4 0 0 0 20 0 13 0 65677303 10667958272 5617 18446744073709551615 4194304 4196468 140725820634976 140500293886728 140500289668253 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28252] ppid=28246 vsize=10417928 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 65677303 10667958272 5617 18446744073709551615 4194304 4196468 140725820634976 140499900455952 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28253] ppid=28246 vsize=10417928 memory=140092608059008 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 65677303 10667958272 5617 18446744073709551615 4194304 4196468 140725820634976 140499899403408 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28254] ppid=28246 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 65677303 10667958272 5617 18446744073709551615 4194304 4196468 140725820634976 140499898350352 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28255] ppid=28246 vsize=10417928 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 65677303 10667958272 5617 18446744073709551615 4194304 4196468 140725820634976 140499897297808 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28256] ppid=28246 vsize=10417928 memory=140092608059008 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 65677305 10667958272 5617 18446744073709551615 4194304 4196468 140725820634976 140499651377392 140500289657474 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28257] ppid=28246 vsize=10417928 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 65677305 10667958272 5617 18446744073709551615 4194304 4196468 140725820634976 140499650323616 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28258] ppid=28246 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 65677305 10667958272 5617 18446744073709551615 4194304 4196468 140725820634976 140499649270512 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28259] ppid=28246 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 65677308 10667958272 5617 18446744073709551615 4194304 4196468 140725820634976 140499648219088 140500289664923 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28260] ppid=28246 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28260/stat : 28260 (java) R 28246 28249 12560 0 -1 4202560 282 0 0 0 0 0 0 0 20 0 13 0 65677308 10667958272 5617 18446744073709551615 4194304 4196468 140725820634976 140499647161296 140500269513977 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28261] ppid=28246 vsize=10417928 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 12560 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 13 0 65677308 10667958272 5617 18446744073709551615 4194304 4196468 140725820634976 140499646114368 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28262] ppid=28246 vsize=10417928 memory=140092608059008 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 12560 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 13 0 65677308 10667958272 5617 18446744073709551615 4194304 4196468 140725820634976 140499645061616 140500289657474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10417928 KiB
Current children cumulated memory: 22468 KiB

[startup+0.209907 s]*
/proc/loadavg: 4.49 4.27 3.94 5/210 28264
/proc/meminfo: memFree=27788000/32770624 swapFree=67105588/67108860
[pid=28249] ppid=28246 vsize=10551156 memory=26968 CPUtime=0.1 cores=0,2,4,6
/proc/28249/stat : 28249 (java) S 28246 28249 12560 0 -1 1077944320 5184 0 0 0 9 1 0 0 20 0 15 0 65677297 10804383744 6742 18446744073709551615 4194304 4196468 140725820634976 140725820617520 140500289646327 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
/proc/28249/statm: 2637789 6742 2792 1 0 2627261 0
[pid=28249/tid=28251] ppid=28246 vsize=10551156 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 12560 0 -1 4202560 3110 0 0 0 7 1 0 0 20 0 15 0 65677303 10804383744 6742 18446744073709551615 4194304 4196468 140725820634976 140500293881296 140500273726814 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28252] ppid=28246 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677303 10804383744 6742 18446744073709551615 4194304 4196468 140725820634976 140499900455952 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28253] ppid=28246 vsize=10551156 memory=288370468759770752 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677303 10804383744 6742 18446744073709551615 4194304 4196468 140725820634976 140499899403408 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28254] ppid=28246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677303 10804383744 6742 18446744073709551615 4194304 4196468 140725820634976 140499898350352 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28255] ppid=28246 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65677303 10804383744 6742 18446744073709551615 4194304 4196468 140725820634976 140499897297808 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28256] ppid=28246 vsize=10551156 memory=140092608059008 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65677305 10804383744 6742 18446744073709551615 4194304 4196468 140725820634976 140499651377392 140500289657474 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28257] ppid=28246 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65677305 10804383744 6742 18446744073709551615 4194304 4196468 140725820634976 140499650323616 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28258] ppid=28246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65677305 10804383744 6742 18446744073709551615 4194304 4196468 140725820634976 140499649270512 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28259] ppid=28246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65677308 10804383744 6742 18446744073709551615 4194304 4196468 140725820634976 140499648219088 140500289664923 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28260] ppid=28246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 12560 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 65677308 10804383744 6742 18446744073709551615 4194304 4196468 140725820634976 140499647167216 140500289657474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28261] ppid=28246 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28261/stat : 28261 (java) R 28246 28249 12560 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 65677308 10804383744 6742 18446744073709551615 4194304 4196468 140725820634976 140499646114672 140500289657474 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28262] ppid=28246 vsize=10551156 memory=140092608059008 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 12560 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 15 0 65677308 10804383744 6742 18446744073709551615 4194304 4196468 140725820634976 140499645061616 140500289657474 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28263] ppid=28246 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65677308 10804383744 6742 18446744073709551615 4194304 4196468 140725820634976 140499644009312 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28264] ppid=28246 vsize=10551156 memory=140092608059008 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677316 10804383744 6742 18446744073709551615 4194304 4196468 140725820634976 140499642956336 140500289657474 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26968 KiB

[startup+0.310155 s]*
/proc/loadavg: 4.49 4.27 3.94 3/210 28264
/proc/meminfo: memFree=27777008/32770624 swapFree=67105588/67108860
[pid=28249] ppid=28246 vsize=10551156 memory=36948 CPUtime=0.25 cores=0,2,4,6
/proc/28249/stat : 28249 (java) S 28246 28249 12560 0 -1 1077944320 8500 0 0 0 22 3 0 0 20 0 15 0 65677297 10804383744 9172 18446744073709551615 4194304 4196468 140725820634976 140725820617520 140500289646327 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
/proc/28249/statm: 2637789 9237 2858 1 0 2627261 0
[pid=28249/tid=28251] ppid=28246 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 12560 0 -1 4202560 6169 0 0 0 15 2 0 0 20 0 15 0 65677303 10804383744 9237 18446744073709551615 4194304 4196468 140725820634976 140500293880688 140500273726814 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28252] ppid=28246 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677303 10804383744 9237 18446744073709551615 4194304 4196468 140725820634976 140499900455952 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28253] ppid=28246 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677303 10804383744 9237 18446744073709551615 4194304 4196468 140725820634976 140499899403408 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28254] ppid=28246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677303 10804383744 9237 18446744073709551615 4194304 4196468 140725820634976 140499898350352 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28255] ppid=28246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65677303 10804383744 9237 18446744073709551615 4194304 4196468 140725820634976 140499897297808 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28256] ppid=28246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65677305 10804383744 9237 18446744073709551615 4194304 4196468 140725820634976 140499651377392 140500289657474 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28257] ppid=28246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65677305 10804383744 9237 18446744073709551615 4194304 4196468 140725820634976 140499650323616 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28258] ppid=28246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65677305 10804383744 9237 18446744073709551615 4194304 4196468 140725820634976 140499649270512 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28259] ppid=28246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65677308 10804383744 9237 18446744073709551615 4194304 4196468 140725820634976 140499648219088 140500289664923 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28260] ppid=28246 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 12560 0 -1 1077944384 493 0 0 0 1 0 0 0 20 0 15 0 65677308 10804383744 9237 18446744073709551615 4194304 4196468 140725820634976 140499647167216 140500289657474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28261] ppid=28246 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 12560 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 15 0 65677308 10804383744 9237 18446744073709551615 4194304 4196468 140725820634976 140499646114672 140500289657474 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28262] ppid=28246 vsize=10551156 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 12560 0 -1 1077944384 378 0 0 0 4 0 0 0 20 0 15 0 65677308 10804383744 9237 18446744073709551615 4194304 4196468 140725820634976 140499645061616 140500289657474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28263] ppid=28246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65677308 10804383744 9237 18446744073709551615 4194304 4196468 140725820634976 140499644009312 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28264] ppid=28246 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677316 10804383744 9237 18446744073709551615 4194304 4196468 140725820634976 140499642956336 140500289657474 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36948 KiB

[startup+0.700729 s]
/proc/loadavg: 4.49 4.27 3.94 6/210 28264
/proc/meminfo: memFree=27758732/32770624 swapFree=67105588/67108860
[pid=28249] ppid=28246 vsize=10551232 memory=111784 CPUtime=1.25 cores=0,2,4,6
/proc/28249/stat : 28249 (java) S 28246 28249 12560 0 -1 1077944320 11928 0 0 0 120 5 0 0 20 0 15 0 65677297 10804461568 27946 18446744073709551615 4194304 4196468 140725820634976 140725820617520 140500289646327 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
/proc/28249/statm: 2637808 27946 3058 1 0 2627261 0
[pid=28249/tid=28251] ppid=28246 vsize=10551232 memory=37372 CPUtime=0.55 cores=0,2,4,6
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 12560 0 -1 4202560 7451 0 0 0 52 3 0 0 20 0 15 0 65677303 10804461568 27946 18446744073709551615 4194304 4196468 140725820634976 140500293880816 140500273726814 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28252] ppid=28246 vsize=10551232 memory=57780 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677303 10804461568 27946 18446744073709551615 4194304 4196468 140725820634976 140499900455952 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28253] ppid=28246 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677303 10804461568 27946 18446744073709551615 4194304 4196468 140725820634976 140499899403408 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28254] ppid=28246 vsize=10551232 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677303 10804461568 27946 18446744073709551615 4194304 4196468 140725820634976 140499898350352 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28255] ppid=28246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65677303 10804461568 27946 18446744073709551615 4194304 4196468 140725820634976 140499897297808 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28256] ppid=28246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 65677305 10804461568 27946 18446744073709551615 4194304 4196468 140725820634976 140499651377392 140500289657474 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28257] ppid=28246 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65677305 10804461568 27946 18446744073709551615 4194304 4196468 140725820634976 140499650323616 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28258] ppid=28246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65677305 10804461568 27946 18446744073709551615 4194304 4196468 140725820634976 140499649270512 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28259] ppid=28246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65677308 10804461568 27946 18446744073709551615 4194304 4196468 140725820634976 140499648219088 140500289664923 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28260] ppid=28246 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/28249/task/28260/stat : 28260 (java) R 28246 28249 12560 0 -1 1077944384 1382 0 0 0 24 0 0 0 20 0 15 0 65677308 10804461568 27946 18446744073709551615 4194304 4196468 140725820634976 140499647155888 140500289656533 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28261] ppid=28246 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/28249/task/28261/stat : 28261 (java) R 28246 28249 12560 0 -1 4202560 929 0 0 0 24 0 0 0 20 0 15 0 65677308 10804461568 27946 18446744073709551615 4194304 4196468 140725820634976 140499646100304 140500271167727 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28262] ppid=28246 vsize=10551232 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/28249/task/28262/stat : 28262 (java) R 28246 28249 12560 0 -1 4202560 796 0 0 0 18 0 0 0 20 0 15 0 65677308 10804461568 27946 18446744073709551615 4194304 4196468 140725820634976 140499645060016 140500289658262 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28263] ppid=28246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65677308 10804461568 27946 18446744073709551615 4194304 4196468 140725820634976 140499644009312 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28264] ppid=28246 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677316 10804461568 27946 18446744073709551615 4194304 4196468 140725820634976 140499642956336 140500289657474 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 111784 KiB

[startup+1.50166 s]
/proc/loadavg: 4.49 4.27 3.94 5/210 28264
/proc/meminfo: memFree=27630676/32770624 swapFree=67105588/67108860
[pid=28249] ppid=28246 vsize=10551232 memory=252876 CPUtime=3.14 cores=0,2,4,6
/proc/28249/stat : 28249 (java) S 28246 28249 12560 0 -1 1077944320 16647 0 0 0 300 14 0 0 20 0 15 0 65677297 10804461568 63219 18446744073709551615 4194304 4196468 140725820634976 140725820617520 140500289646327 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
/proc/28249/statm: 2637808 63219 3093 1 0 2627261 0
[pid=28249/tid=28251] ppid=28246 vsize=10551232 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 12560 0 -1 4202560 7931 0 0 0 124 4 0 0 20 0 15 0 65677303 10804461568 63219 18446744073709551615 4194304 4196468 140725820634976 140500293881960 140499934674756 0 4 1 16800974 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28252] ppid=28246 vsize=10551232 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 12560 0 -1 1077944384 113 0 0 0 4 2 0 0 20 0 15 0 65677303 10804461568 63219 18446744073709551615 4194304 4196468 140725820634976 140499900455952 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28253] ppid=28246 vsize=10551232 memory=280185010130448 CPUtime=0.07 cores=0,2,4,6
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 12560 0 -1 1077944384 104 0 0 0 5 2 0 0 20 0 15 0 65677303 10804461568 63219 18446744073709551615 4194304 4196468 140725820634976 140499899403408 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28254] ppid=28246 vsize=10551232 memory=280185010130320 CPUtime=0.03 cores=0,2,4,6
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 12560 0 -1 1077944384 88 0 0 0 2 1 0 0 20 0 15 0 65677303 10804461568 63219 18446744073709551615 4194304 4196468 140725820634976 140499898350352 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28255] ppid=28246 vsize=10551232 memory=280185010130192 CPUtime=0.05 cores=0,2,4,6
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 12560 0 -1 1077944384 90 0 0 0 4 1 0 0 20 0 15 0 65677303 10804461568 63219 18446744073709551615 4194304 4196468 140725820634976 140499897297808 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28256] ppid=28246 vsize=10551232 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 65677305 10804461568 63219 18446744073709551615 4194304 4196468 140725820634976 140499651377392 140500289657474 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28257] ppid=28246 vsize=10551232 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65677305 10804461568 63219 18446744073709551615 4194304 4196468 140725820634976 140499650323680 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28258] ppid=28246 vsize=10551232 memory=185692 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 65677305 10804461568 63219 18446744073709551615 4194304 4196468 140725820634976 140499649270528 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0

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

[startup+481.601 s]
/proc/loadavg: 6.96 6.62 5.20 6/211 28453
/proc/meminfo: memFree=23129432/32770624 swapFree=67105588/67108860
[pid=28249] ppid=28246 vsize=10684360 memory=8362040 CPUtime=1731.32 cores=0,2,4,6
/proc/28249/stat : 28249 (java) S 28246 28249 12560 0 -1 1077944320 303272 0 0 0 172400 732 0 0 20 0 16 0 65677297 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140725820617520 140500289646327 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
/proc/28249/statm: 2671090 2090510 3115 1 0 2660543 0
[pid=28249/tid=28251] ppid=28246 vsize=10684360 memory=8362040 CPUtime=15.28 cores=0,2,4,6
/proc/28249/task/28251/stat : 28251 (java) S 28246 28249 12560 0 -1 1077944384 18078 0 0 0 1517 11 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140500293887008 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28252] ppid=28246 vsize=10684360 memory=8362040 CPUtime=419 cores=0,2,4,6
/proc/28249/task/28252/stat : 28252 (java) R 28246 28249 12560 0 -1 4202560 43244 0 0 0 41741 159 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499900456072 140500282274535 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28253] ppid=28246 vsize=10684360 memory=8362040 CPUtime=417.69 cores=0,2,4,6
/proc/28249/task/28253/stat : 28253 (java) R 28246 28249 12560 0 -1 4202560 42737 0 0 0 41587 182 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499899403216 140500282274535 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28254] ppid=28246 vsize=10684360 memory=8362040 CPUtime=417.23 cores=0,2,4,6
/proc/28249/task/28254/stat : 28254 (java) R 28246 28249 12560 0 -1 4202560 37272 0 0 0 41525 198 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499898350552 140500274635994 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28255] ppid=28246 vsize=10684360 memory=1716 CPUtime=419.08 cores=0,2,4,6
/proc/28249/task/28255/stat : 28255 (java) R 28246 28249 12560 0 -1 4202560 55765 0 0 0 41739 169 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499897297616 140500282274535 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28256] ppid=28246 vsize=10684360 memory=4144 CPUtime=40.15 cores=0,2,4,6
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 12560 0 -1 1077944384 88561 0 0 0 4011 4 0 0 20 0 16 0 65677305 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499651375936 140500289656533 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28257] ppid=28246 vsize=10684360 memory=37392 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 65677305 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499650323680 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28258] ppid=28246 vsize=10684360 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 65677305 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499649270528 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28259] ppid=28246 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499648219088 140500289664923 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28260] ppid=28246 vsize=10684360 memory=2384 CPUtime=0.79 cores=0,2,4,6
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 12560 0 -1 1077944384 3914 0 0 0 79 0 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499647166976 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28261] ppid=28246 vsize=10684360 memory=1688 CPUtime=1.53 cores=0,2,4,6
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 12560 0 -1 1077944384 8364 0 0 0 151 2 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499646114720 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28262] ppid=28246 vsize=10684360 memory=5808 CPUtime=0.29 cores=0,2,4,6
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 12560 0 -1 1077944384 2449 0 0 0 29 0 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499645058048 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28263] ppid=28246 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499644009312 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28264] ppid=28246 vsize=10684360 memory=5808 CPUtime=0.18 cores=0,2,4,6
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 12560 0 -1 1077944384 1319 0 0 0 11 7 0 0 20 0 16 0 65677316 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499642956336 140500289657474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28377] ppid=28246 vsize=10684360 memory=8362040 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28377/stat : 28377 (java) S 28246 28249 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 65721909 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499640848144 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
Current children cumulated CPU time: 1731.32 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8362040 KiB

[startup+483.201 s]
/proc/loadavg: 6.96 6.62 5.20 3/211 28453
/proc/meminfo: memFree=23129308/32770624 swapFree=67105588/67108860
[pid=28249] ppid=28246 vsize=10684360 memory=8362040 CPUtime=1735.88 cores=0,2,4,6
/proc/28249/stat : 28249 (java) S 28246 28249 12560 0 -1 1077944320 303428 0 0 0 172855 733 0 0 20 0 16 0 65677297 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140725820617520 140500289646327 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
/proc/28249/statm: 2671090 2090510 3115 1 0 2660543 0
[pid=28249/tid=28251] ppid=28246 vsize=10684360 memory=4144 CPUtime=15.28 cores=0,2,4,6
/proc/28249/task/28251/stat : 28251 (java) S 28246 28249 12560 0 -1 1077944384 18078 0 0 0 1517 11 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140500293887008 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28252] ppid=28246 vsize=10684360 memory=37392 CPUtime=419.98 cores=0,2,4,6
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 12560 0 -1 1077944384 43244 0 0 0 41838 160 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499900455952 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28253] ppid=28246 vsize=10684360 memory=1292 CPUtime=418.69 cores=0,2,4,6
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 12560 0 -1 1077944384 42737 0 0 0 41687 182 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499899403408 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28254] ppid=28246 vsize=10684360 memory=2384 CPUtime=418.26 cores=0,2,4,6
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 12560 0 -1 1077944384 37272 0 0 0 41628 198 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499898350352 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28255] ppid=28246 vsize=10684360 memory=1688 CPUtime=420.07 cores=0,2,4,6
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 12560 0 -1 1077944384 55765 0 0 0 41837 170 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499897297808 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28256] ppid=28246 vsize=10684360 memory=2016 CPUtime=40.72 cores=0,2,4,6
/proc/28249/task/28256/stat : 28256 (java) R 28246 28249 12560 0 -1 4202560 88717 0 0 0 4068 4 0 0 20 0 16 0 65677305 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499651375824 140500274642751 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28257] ppid=28246 vsize=10684360 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 65677305 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499650323680 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28258] ppid=28246 vsize=10684360 memory=8604 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 65677305 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499649270528 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28259] ppid=28246 vsize=10684360 memory=5808 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499648219088 140500289664923 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28260] ppid=28246 vsize=10684360 memory=4612 CPUtime=0.79 cores=0,2,4,6
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 12560 0 -1 1077944384 3914 0 0 0 79 0 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499647166976 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28261] ppid=28246 vsize=10684360 memory=1004 CPUtime=1.53 cores=0,2,4,6
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 12560 0 -1 1077944384 8364 0 0 0 151 2 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499646114720 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28262] ppid=28246 vsize=10684360 memory=-8774313645642428999 CPUtime=0.29 cores=0,2,4,6
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 12560 0 -1 1077944384 2449 0 0 0 29 0 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499645058048 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28263] ppid=28246 vsize=10684360 memory=832 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499644009312 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28264] ppid=28246 vsize=10684360 memory=16448 CPUtime=0.18 cores=0,2,4,6
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 12560 0 -1 1077944384 1319 0 0 0 11 7 0 0 20 0 16 0 65677316 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499642956336 140500289657474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28377] ppid=28246 vsize=10684360 memory=8362040 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28377/stat : 28377 (java) S 28246 28249 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 65721909 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499640848144 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
Current children cumulated CPU time: 1735.88 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8362040 KiB

[startup+483.601 s]
/proc/loadavg: 6.96 6.62 5.20 3/211 28453
/proc/meminfo: memFree=23129308/32770624 swapFree=67105588/67108860
[pid=28249] ppid=28246 vsize=10684360 memory=8362040 CPUtime=1736.28 cores=0,2,4,6
/proc/28249/stat : 28249 (java) S 28246 28249 12560 0 -1 1077944320 303428 0 0 0 172895 733 0 0 20 0 16 0 65677297 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140725820617520 140500289646327 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
/proc/28249/statm: 2671090 2090510 3115 1 0 2660543 0
[pid=28249/tid=28251] ppid=28246 vsize=10684360 memory=1228 CPUtime=15.28 cores=0,2,4,6
/proc/28249/task/28251/stat : 28251 (java) S 28246 28249 12560 0 -1 1077944384 18078 0 0 0 1517 11 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140500293887008 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28252] ppid=28246 vsize=10684360 memory=1412 CPUtime=419.98 cores=0,2,4,6
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 12560 0 -1 1077944384 43244 0 0 0 41838 160 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499900455952 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28253] ppid=28246 vsize=10684360 memory=15584 CPUtime=418.69 cores=0,2,4,6
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 12560 0 -1 1077944384 42737 0 0 0 41687 182 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499899403408 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28254] ppid=28246 vsize=10684360 memory=22944 CPUtime=418.26 cores=0,2,4,6
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 12560 0 -1 1077944384 37272 0 0 0 41628 198 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499898350352 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28255] ppid=28246 vsize=10684360 memory=8362040 CPUtime=420.07 cores=0,2,4,6
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 12560 0 -1 1077944384 55765 0 0 0 41837 170 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499897297808 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28256] ppid=28246 vsize=10684360 memory=1292 CPUtime=41.12 cores=0,2,4,6
/proc/28249/task/28256/stat : 28256 (java) R 28246 28249 12560 0 -1 4202560 88717 0 0 0 4108 4 0 0 20 0 16 0 65677305 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499651375824 140500274642728 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28257] ppid=28246 vsize=10684360 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 65677305 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499650323680 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28258] ppid=28246 vsize=10684360 memory=1688 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 65677305 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499649270528 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28259] ppid=28246 vsize=10684360 memory=5808 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499648219088 140500289664923 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28260] ppid=28246 vsize=10684360 memory=4612 CPUtime=0.79 cores=0,2,4,6
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 12560 0 -1 1077944384 3914 0 0 0 79 0 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499647166976 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28261] ppid=28246 vsize=10684360 memory=1004 CPUtime=1.53 cores=0,2,4,6
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 12560 0 -1 1077944384 8364 0 0 0 151 2 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499646114720 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28262] ppid=28246 vsize=10684360 memory=2016 CPUtime=0.29 cores=0,2,4,6
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 12560 0 -1 1077944384 2449 0 0 0 29 0 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499645058048 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28263] ppid=28246 vsize=10684360 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499644009312 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28264] ppid=28246 vsize=10684360 memory=8604 CPUtime=0.18 cores=0,2,4,6
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 12560 0 -1 1077944384 1319 0 0 0 11 7 0 0 20 0 16 0 65677316 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499642956336 140500289657474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28377] ppid=28246 vsize=10684360 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28377/stat : 28377 (java) S 28246 28249 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 65721909 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499640848144 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
Current children cumulated CPU time: 1736.28 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8362040 KiB

[startup+483.801 s]
/proc/loadavg: 6.96 6.62 5.20 3/211 28453
/proc/meminfo: memFree=23129308/32770624 swapFree=67105588/67108860
[pid=28249] ppid=28246 vsize=10684360 memory=8362040 CPUtime=1736.48 cores=0,2,4,6
/proc/28249/stat : 28249 (java) S 28246 28249 12560 0 -1 1077944320 303428 0 0 0 172915 733 0 0 20 0 16 0 65677297 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140725820617520 140500289646327 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
/proc/28249/statm: 2671090 2090510 3115 1 0 2660543 0
[pid=28249/tid=28251] ppid=28246 vsize=10684360 memory=796 CPUtime=15.28 cores=0,2,4,6
/proc/28249/task/28251/stat : 28251 (java) S 28246 28249 12560 0 -1 1077944384 18078 0 0 0 1517 11 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140500293887008 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28252] ppid=28246 vsize=10684360 memory=1228 CPUtime=419.98 cores=0,2,4,6
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 12560 0 -1 1077944384 43244 0 0 0 41838 160 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499900455952 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28253] ppid=28246 vsize=10684360 memory=1412 CPUtime=418.69 cores=0,2,4,6
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 12560 0 -1 1077944384 42737 0 0 0 41687 182 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499899403408 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28254] ppid=28246 vsize=10684360 memory=15584 CPUtime=418.26 cores=0,2,4,6
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 12560 0 -1 1077944384 37272 0 0 0 41628 198 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499898350352 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28255] ppid=28246 vsize=10684360 memory=22944 CPUtime=420.07 cores=0,2,4,6
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 12560 0 -1 1077944384 55765 0 0 0 41837 170 0 0 20 0 16 0 65677303 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499897297808 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28256] ppid=28246 vsize=10684360 memory=4048 CPUtime=41.32 cores=0,2,4,6
/proc/28249/task/28256/stat : 28256 (java) R 28246 28249 12560 0 -1 4202560 88717 0 0 0 4128 4 0 0 20 0 16 0 65677305 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499651375824 140500274642728 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28257] ppid=28246 vsize=10684360 memory=8362040 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 65677305 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499650323680 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28258] ppid=28246 vsize=10684360 memory=956 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 65677305 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499649270528 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28259] ppid=28246 vsize=10684360 memory=644 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499648219088 140500289664923 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28260] ppid=28246 vsize=10684360 memory=1744 CPUtime=0.79 cores=0,2,4,6
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 12560 0 -1 1077944384 3914 0 0 0 79 0 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499647166976 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28261] ppid=28246 vsize=10684360 memory=956 CPUtime=1.53 cores=0,2,4,6
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 12560 0 -1 1077944384 8364 0 0 0 151 2 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499646114720 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28262] ppid=28246 vsize=10684360 memory=1232 CPUtime=0.29 cores=0,2,4,6
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 12560 0 -1 1077944384 2449 0 0 0 29 0 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499645058048 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28263] ppid=28246 vsize=10684360 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65677308 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499644009312 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28264] ppid=28246 vsize=10684360 memory=4088 CPUtime=0.18 cores=0,2,4,6
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 12560 0 -1 1077944384 1319 0 0 0 11 7 0 0 20 0 16 0 65677316 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499642956336 140500289657474 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
[pid=28249/tid=28377] ppid=28246 vsize=10684360 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/28249/task/28377/stat : 28377 (java) S 28246 28249 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 65721909 10940784640 2090510 18446744073709551615 4194304 4196468 140725820634976 140499640848144 140500289656533 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7282688 140725820641680 140725820641833 140725820641833 140725820645327 0
Current children cumulated CPU time: 1736.48 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8362040 KiB

Child status: 1
Real time (s): 483.901
CPU time (s): 1736.59
CPU user time (s): 1729.21
CPU system time (s): 7.3808
CPU usage (%): 358.872
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8362040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1729.21
system time used= 7.3808
maximum resident set size= 8362300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 303509
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= 35161
involuntary context switches= 45136


# summary of solver processes directly reported to runsolver:
#   pid: 28249
#   total CPU time (s): 1736.59
#   total CPU user time (s): 1729.21
#   total CPU system time (s): 7.3808

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.83545 second user time and 4.61568 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 16:19:37
IDJOB=4262827
IDBENCH=137148
IDSOLVER=2651
FILE ID=node126/4262827-1502634819
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-83.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262827-1502634819/watcher-4262827-1502634819 -o /tmp/evaluation-result-4262827-1502634819/solver-4262827-1502634819 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262827-1502634819.xml

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

MD5SUM BENCH= c4586722e171332f29cc21e67831b4d7
RANDOM SEED=1838321448

node126.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.81
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.81
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.81
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.81
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:        27802896 kB
MemAvailable:   28059844 kB
Buffers:          266008 kB
Cached:           261040 kB
SwapCached:          524 kB
Active:          4323172 kB
Inactive:         159100 kB
Active(anon):    3902980 kB
Inactive(anon):    85544 kB
Active(file):     420192 kB
Inactive(file):    73556 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              2040 kB
Writeback:             4 kB
AnonPages:       3954288 kB
Mapped:            58184 kB
Shmem:             33440 kB
Slab:             183944 kB
SReclaimable:     158068 kB
SUnreclaim:        25876 kB
KernelStack:        3424 kB
PageTables:        12592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5377816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3815424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 16:27:41