Trace number 4262829

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? 1658.71 462.633

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-99.xml
MD5SUM2ef74b22e25f9811269217f63e04e4c4
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.11
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size50
Distribution of domain sizes[{"size":23,"count":1},{"size":50,"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

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

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

[startup+0.104476 s]*
/proc/loadavg: 4.29 4.24 3.93 3/204 28337
/proc/meminfo: memFree=30431072/32770624 swapFree=67105588/67108860
[pid=28327] ppid=28324 vsize=10484492 memory=22860 CPUtime=0.05 cores=1,3,5,7
/proc/28327/stat : 28327 (java) S 28324 28327 12560 0 -1 1077944320 4667 0 0 0 4 1 0 0 20 0 14 0 65677906 10736119808 5715 18446744073709551615 4194304 4196468 140722141102864 140722141085408 139766741610231 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
/proc/28327/statm: 2621123 5715 2584 1 0 2610620 0
[pid=28327/tid=28329] ppid=28324 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/28327/task/28329/stat : 28329 (java) D 28324 28327 12560 0 -1 4202560 2792 0 0 0 4 0 0 0 20 0 14 0 65677911 10736119808 5715 18446744073709551615 4194304 4196468 140722141102864 139766745847712 139766741632253 0 4 1 16800974 18446744071580418449 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28330] ppid=28324 vsize=10484492 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28330/stat : 28330 (java) S 28324 28327 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 65677912 10736119808 5715 18446744073709551615 4194304 4196468 140722141102864 139766698576144 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28331] ppid=28324 vsize=10484492 memory=140025688123008 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28331/stat : 28331 (java) S 28324 28327 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 65677912 10736119808 5715 18446744073709551615 4194304 4196468 140722141102864 139766697523600 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28332] ppid=28324 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28332/stat : 28332 (java) S 28324 28327 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 65677912 10736119808 5715 18446744073709551615 4194304 4196468 140722141102864 139766696471056 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28333] ppid=28324 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28333/stat : 28333 (java) S 28324 28327 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 65677912 10736119808 5715 18446744073709551615 4194304 4196468 140722141102864 139766695418512 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28334] ppid=28324 vsize=10484492 memory=140025688123008 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28334/stat : 28334 (java) S 28324 28327 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 65677913 10736119808 5715 18446744073709551615 4194304 4196468 140722141102864 139766305782256 139766741621378 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28335] ppid=28324 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28335/stat : 28335 (java) S 28324 28327 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 65677914 10736119808 5715 18446744073709551615 4194304 4196468 140722141102864 139766304728480 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28336] ppid=28324 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28336/stat : 28336 (java) S 28324 28327 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 65677914 10736119808 5715 18446744073709551615 4194304 4196468 140722141102864 139766303675888 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28337] ppid=28324 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28337/stat : 28337 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 65677916 10736119808 5715 18446744073709551615 4194304 4196468 140722141102864 139766302624464 139766741628827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28338] ppid=28324 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28338/stat : 28338 (java) S 28324 28327 12560 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 14 0 65677916 10736119808 5715 18446744073709551615 4194304 4196468 140722141102864 139766301571056 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28339] ppid=28324 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28339/stat : 28339 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 65677916 10736119808 5715 18446744073709551615 4194304 4196468 140722141102864 139766300518512 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28340] ppid=28324 vsize=10484492 memory=140025688123008 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28340/stat : 28340 (java) S 28324 28327 12560 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 14 0 65677916 10736119808 5715 18446744073709551615 4194304 4196468 140722141102864 139766299465968 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28341] ppid=28324 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28341/stat : 28341 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 65677916 10736119808 5715 18446744073709551615 4194304 4196468 140722141102864 139766298413664 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22860 KiB

[startup+0.216539 s]*
/proc/loadavg: 4.29 4.24 3.93 3/209 28342
/proc/meminfo: memFree=30422448/32770624 swapFree=67105588/67108860
[pid=28327] ppid=28324 vsize=10551156 memory=30120 CPUtime=0.16 cores=1,3,5,7
/proc/28327/stat : 28327 (java) S 28324 28327 12560 0 -1 1077944320 7886 0 0 0 14 2 0 0 20 0 15 0 65677906 10804383744 7530 18446744073709551615 4194304 4196468 140722141102864 140722141085408 139766741610231 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
/proc/28327/statm: 2637789 7530 2801 1 0 2627261 0
[pid=28327/tid=28329] ppid=28324 vsize=10551156 memory=8318255677412212789 CPUtime=0.11 cores=1,3,5,7
/proc/28327/task/28329/stat : 28329 (java) R 28324 28327 12560 0 -1 4202560 5669 0 0 0 10 1 0 0 20 0 15 0 65677911 10804383744 7530 18446744073709551615 4194304 4196468 140722141102864 139766745842384 139766725690718 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28330] ppid=28324 vsize=10551156 memory=328 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28330/stat : 28330 (java) S 28324 28327 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677912 10804383744 7530 18446744073709551615 4194304 4196468 140722141102864 139766698576144 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28331] ppid=28324 vsize=10551156 memory=288370401839834752 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28331/stat : 28331 (java) S 28324 28327 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677912 10804383744 7530 18446744073709551615 4194304 4196468 140722141102864 139766697523600 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28332] ppid=28324 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28332/stat : 28332 (java) S 28324 28327 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677912 10804383744 7530 18446744073709551615 4194304 4196468 140722141102864 139766696471056 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28333] ppid=28324 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28333/stat : 28333 (java) S 28324 28327 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65677912 10804383744 7530 18446744073709551615 4194304 4196468 140722141102864 139766695418512 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28334] ppid=28324 vsize=10551156 memory=140025688123008 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28334/stat : 28334 (java) S 28324 28327 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65677913 10804383744 7530 18446744073709551615 4194304 4196468 140722141102864 139766305782256 139766741621378 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28335] ppid=28324 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28335/stat : 28335 (java) S 28324 28327 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65677914 10804383744 7530 18446744073709551615 4194304 4196468 140722141102864 139766304728480 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28336] ppid=28324 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28336/stat : 28336 (java) S 28324 28327 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65677914 10804383744 7530 18446744073709551615 4194304 4196468 140722141102864 139766303675888 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28337] ppid=28324 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28337/stat : 28337 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65677916 10804383744 7530 18446744073709551615 4194304 4196468 140722141102864 139766302624464 139766741628827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28338] ppid=28324 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28338/stat : 28338 (java) S 28324 28327 12560 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 65677916 10804383744 7530 18446744073709551615 4194304 4196468 140722141102864 139766301571056 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28339] ppid=28324 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28339/stat : 28339 (java) R 28324 28327 12560 0 -1 4202560 56 0 0 0 0 0 0 0 20 0 15 0 65677916 10804383744 7530 18446744073709551615 4194304 4196468 140722141102864 139766300518512 139766734706662 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28340] ppid=28324 vsize=10551156 memory=140025688123008 CPUtime=0.02 cores=1,3,5,7
/proc/28327/task/28340/stat : 28340 (java) S 28324 28327 12560 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 15 0 65677916 10804383744 7530 18446744073709551615 4194304 4196468 140722141102864 139766299465968 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28341] ppid=28324 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28341/stat : 28341 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65677916 10804383744 7595 18446744073709551615 4194304 4196468 140722141102864 139766298413664 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28342] ppid=28324 vsize=10551156 memory=140025688123008 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28342/stat : 28342 (java) S 28324 28327 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677921 10804383744 7595 18446744073709551615 4194304 4196468 140722141102864 139766297361200 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30120 KiB

[startup+0.310172 s]*
/proc/loadavg: 4.29 4.24 3.93 4/209 28342
/proc/meminfo: memFree=30414004/32770624 swapFree=67105588/67108860
[pid=28327] ppid=28324 vsize=10551156 memory=41424 CPUtime=0.32 cores=1,3,5,7
/proc/28327/stat : 28327 (java) S 28324 28327 12560 0 -1 1077944320 9602 0 0 0 29 3 0 0 20 0 15 0 65677906 10804383744 10356 18446744073709551615 4194304 4196468 140722141102864 140722141085408 139766741610231 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
/proc/28327/statm: 2637789 10356 2950 1 0 2627261 0
[pid=28327/tid=28329] ppid=28324 vsize=10551156 memory=-8774313645642428999 CPUtime=0.21 cores=1,3,5,7
/proc/28327/task/28329/stat : 28329 (java) R 28324 28327 12560 0 -1 4202560 6694 0 0 0 19 2 0 0 20 0 15 0 65677911 10804383744 10356 18446744073709551615 4194304 4196468 140722141102864 139766745842432 139766725690718 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28330] ppid=28324 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28330/stat : 28330 (java) S 28324 28327 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677912 10804383744 10356 18446744073709551615 4194304 4196468 140722141102864 139766698576144 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28331] ppid=28324 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28331/stat : 28331 (java) S 28324 28327 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677912 10804383744 10356 18446744073709551615 4194304 4196468 140722141102864 139766697523600 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28332] ppid=28324 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28332/stat : 28332 (java) S 28324 28327 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677912 10804383744 10356 18446744073709551615 4194304 4196468 140722141102864 139766696471056 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28333] ppid=28324 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28333/stat : 28333 (java) S 28324 28327 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65677912 10804383744 10356 18446744073709551615 4194304 4196468 140722141102864 139766695418512 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28334] ppid=28324 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28334/stat : 28334 (java) S 28324 28327 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65677913 10804383744 10356 18446744073709551615 4194304 4196468 140722141102864 139766305782256 139766741621378 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28335] ppid=28324 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28335/stat : 28335 (java) S 28324 28327 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65677914 10804383744 10356 18446744073709551615 4194304 4196468 140722141102864 139766304728480 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28336] ppid=28324 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28336/stat : 28336 (java) S 28324 28327 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65677914 10804383744 10356 18446744073709551615 4194304 4196468 140722141102864 139766303675888 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28337] ppid=28324 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28337/stat : 28337 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65677916 10804383744 10356 18446744073709551615 4194304 4196468 140722141102864 139766302624464 139766741628827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28338] ppid=28324 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28327/task/28338/stat : 28338 (java) S 28324 28327 12560 0 -1 1077944384 600 0 0 0 2 0 0 0 20 0 15 0 65677916 10804383744 10356 18446744073709551615 4194304 4196468 140722141102864 139766301571056 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28339] ppid=28324 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28327/task/28339/stat : 28339 (java) S 28324 28327 12560 0 -1 1077944384 387 0 0 0 2 0 0 0 20 0 15 0 65677916 10804383744 10356 18446744073709551615 4194304 4196468 140722141102864 139766300518512 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28340] ppid=28324 vsize=10551156 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28327/task/28340/stat : 28340 (java) S 28324 28327 12560 0 -1 1077944384 555 0 0 0 5 0 0 0 20 0 15 0 65677916 10804383744 10356 18446744073709551615 4194304 4196468 140722141102864 139766299465968 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28341] ppid=28324 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28341/stat : 28341 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65677916 10804383744 10356 18446744073709551615 4194304 4196468 140722141102864 139766298413664 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28342] ppid=28324 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28342/stat : 28342 (java) S 28324 28327 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677921 10804383744 10356 18446744073709551615 4194304 4196468 140722141102864 139766297361200 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 41424 KiB

[startup+0.700706 s]
/proc/loadavg: 4.29 4.24 3.93 5/209 28342
/proc/meminfo: memFree=30393132/32770624 swapFree=67105588/67108860
[pid=28327] ppid=28324 vsize=10551232 memory=117988 CPUtime=1.32 cores=1,3,5,7
/proc/28327/stat : 28327 (java) S 28324 28327 12560 0 -1 1077944320 11826 0 0 0 128 4 0 0 20 0 15 0 65677906 10804461568 29497 18446744073709551615 4194304 4196468 140722141102864 140722141085408 139766741610231 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
/proc/28327/statm: 2637808 29497 3059 1 0 2627261 0
[pid=28327/tid=28329] ppid=28324 vsize=10551232 memory=1688 CPUtime=0.59 cores=1,3,5,7
/proc/28327/task/28329/stat : 28329 (java) R 28324 28327 12560 0 -1 4202560 7272 0 0 0 56 3 0 0 20 0 15 0 65677911 10804461568 29497 18446744073709551615 4194304 4196468 140722141102864 139766745845904 139766375628057 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28330] ppid=28324 vsize=10551232 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28330/stat : 28330 (java) S 28324 28327 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677912 10804461568 29497 18446744073709551615 4194304 4196468 140722141102864 139766698576144 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28331] ppid=28324 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28331/stat : 28331 (java) S 28324 28327 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677912 10804461568 29497 18446744073709551615 4194304 4196468 140722141102864 139766697523600 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28332] ppid=28324 vsize=10551232 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28332/stat : 28332 (java) S 28324 28327 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677912 10804461568 29497 18446744073709551615 4194304 4196468 140722141102864 139766696471056 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28333] ppid=28324 vsize=10551232 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28333/stat : 28333 (java) S 28324 28327 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65677912 10804461568 29497 18446744073709551615 4194304 4196468 140722141102864 139766695418512 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28334] ppid=28324 vsize=10551232 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28334/stat : 28334 (java) S 28324 28327 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 65677913 10804461568 29497 18446744073709551615 4194304 4196468 140722141102864 139766305782256 139766741621378 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28335] ppid=28324 vsize=10551232 memory=8604 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28335/stat : 28335 (java) S 28324 28327 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65677914 10804461568 29497 18446744073709551615 4194304 4196468 140722141102864 139766304728480 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28336] ppid=28324 vsize=10551232 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28336/stat : 28336 (java) S 28324 28327 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65677914 10804461568 29497 18446744073709551615 4194304 4196468 140722141102864 139766303675888 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28337] ppid=28324 vsize=10551232 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28337/stat : 28337 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65677916 10804461568 29497 18446744073709551615 4194304 4196468 140722141102864 139766302624464 139766741628827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28338] ppid=28324 vsize=10551232 memory=796 CPUtime=0.26 cores=1,3,5,7
/proc/28327/task/28338/stat : 28338 (java) R 28324 28327 12560 0 -1 4202560 1249 0 0 0 26 0 0 0 20 0 15 0 65677916 10804461568 29497 18446744073709551615 4194304 4196468 140722141102864 139766301571056 139766721119324 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28339] ppid=28324 vsize=10551232 memory=1228 CPUtime=0.26 cores=1,3,5,7
/proc/28327/task/28339/stat : 28339 (java) S 28324 28327 12560 0 -1 1077944384 995 0 0 0 26 0 0 0 20 0 15 0 65677916 10804461568 29497 18446744073709551615 4194304 4196468 140722141102864 139766300518512 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28340] ppid=28324 vsize=10551232 memory=1412 CPUtime=0.19 cores=1,3,5,7
/proc/28327/task/28340/stat : 28340 (java) S 28324 28327 12560 0 -1 1077944384 939 0 0 0 19 0 0 0 20 0 15 0 65677916 10804461568 29497 18446744073709551615 4194304 4196468 140722141102864 139766299465968 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28341] ppid=28324 vsize=10551232 memory=15584 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28341/stat : 28341 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65677916 10804461568 29497 18446744073709551615 4194304 4196468 140722141102864 139766298413664 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28342] ppid=28324 vsize=10551232 memory=64192 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28342/stat : 28342 (java) S 28324 28327 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65677921 10804461568 29497 18446744073709551615 4194304 4196468 140722141102864 139766297361200 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 117988 KiB

[startup+1.5008 s]
/proc/loadavg: 4.29 4.24 3.93 4/209 28342
/proc/meminfo: memFree=30266784/32770624 swapFree=67105588/67108860
[pid=28327] ppid=28324 vsize=10551232 memory=262972 CPUtime=3.13 cores=1,3,5,7
/proc/28327/stat : 28327 (java) S 28324 28327 12560 0 -1 1077944320 16112 0 0 0 301 12 0 0 20 0 15 0 65677906 10804461568 65743 18446744073709551615 4194304 4196468 140722141102864 140722141085408 139766741610231 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
/proc/28327/statm: 2637808 65743 3091 1 0 2627261 0
[pid=28327/tid=28329] ppid=28324 vsize=10551232 memory=4144 CPUtime=1.29 cores=1,3,5,7
/proc/28327/task/28329/stat : 28329 (java) R 28324 28327 12560 0 -1 4202560 7871 0 0 0 125 4 0 0 20 0 15 0 65677911 10804461568 65743 18446744073709551615 4194304 4196468 140722141102864 139766745845616 139766376396121 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28330] ppid=28324 vsize=10551232 memory=37372 CPUtime=0.05 cores=1,3,5,7
/proc/28327/task/28330/stat : 28330 (java) S 28324 28327 12560 0 -1 1077944384 134 0 0 0 4 1 0 0 20 0 15 0 65677912 10804461568 65743 18446744073709551615 4194304 4196468 140722141102864 139766698576144 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28331] ppid=28324 vsize=10551232 memory=1292 CPUtime=0.06 cores=1,3,5,7
/proc/28327/task/28331/stat : 28331 (java) S 28324 28327 12560 0 -1 1077944384 39 0 0 0 5 1 0 0 20 0 15 0 65677912 10804461568 65743 18446744073709551615 4194304 4196468 140722141102864 139766697523600 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28332] ppid=28324 vsize=10551232 memory=2384 CPUtime=0.06 cores=1,3,5,7
/proc/28327/task/28332/stat : 28332 (java) S 28324 28327 12560 0 -1 1077944384 111 0 0 0 5 1 0 0 20 0 15 0 65677912 10804461568 65743 18446744073709551615 4194304 4196468 140722141102864 139766696471056 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28333] ppid=28324 vsize=10551232 memory=1688 CPUtime=0.06 cores=1,3,5,7
/proc/28327/task/28333/stat : 28333 (java) S 28324 28327 12560 0 -1 1077944384 145 0 0 0 5 1 0 0 20 0 15 0 65677912 10804461568 65743 18446744073709551615 4194304 4196468 140722141102864 139766695418512 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28334] ppid=28324 vsize=10551232 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28334/stat : 28334 (java) S 28324 28327 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 65677913 10804461568 65743 18446744073709551615 4194304 4196468 140722141102864 139766305782256 139766741621378 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28335] ppid=28324 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28335/stat : 28335 (java) S 28324 28327 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65677914 10804461568 65743 18446744073709551615 4194304 4196468 140722141102864 139766304728544 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0

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

/proc/28327/task/28333/stat : 28333 (java) R 28324 28327 12560 0 -1 4202560 28794 0 0 0 28711 150 0 0 20 0 15 0 65677912 10804461568 2090590 18446744073709551615 4194304 4196468 140722141102864 139766695418712 139766726308006 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28334] ppid=28324 vsize=10551232 memory=8362344 CPUtime=33.44 cores=1,3,5,7
/proc/28327/task/28334/stat : 28334 (java) S 28324 28327 12560 0 -1 1077944384 64637 0 0 0 3341 3 0 0 20 0 15 0 65677913 10804461568 2090590 18446744073709551615 4194304 4196468 140722141102864 139766305780576 139766741620437 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28335] ppid=28324 vsize=10551232 memory=8362356 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28335/stat : 28335 (java) S 28324 28327 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65677914 10804461568 2090590 18446744073709551615 4194304 4196468 140722141102864 139766304728544 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28336] ppid=28324 vsize=10551232 memory=8362360 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28336/stat : 28336 (java) S 28324 28327 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 65677914 10804461568 2090590 18446744073709551615 4194304 4196468 140722141102864 139766303675888 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28337] ppid=28324 vsize=10551232 memory=8362344 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28337/stat : 28337 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65677916 10804461568 2090590 18446744073709551615 4194304 4196468 140722141102864 139766302624464 139766741628827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28338] ppid=28324 vsize=10551232 memory=8362360 CPUtime=0.8 cores=1,3,5,7
/proc/28327/task/28338/stat : 28338 (java) S 28324 28327 12560 0 -1 1077944384 3442 0 0 0 80 0 0 0 20 0 15 0 65677916 10804461568 2090590 18446744073709551615 4194304 4196468 140722141102864 139766301571056 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28339] ppid=28324 vsize=10551232 memory=4144 CPUtime=1.94 cores=1,3,5,7
/proc/28327/task/28339/stat : 28339 (java) S 28324 28327 12560 0 -1 1077944384 13343 0 0 0 192 2 0 0 20 0 15 0 65677916 10804461568 2090590 18446744073709551615 4194304 4196468 140722141102864 139766300518512 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28340] ppid=28324 vsize=10551232 memory=37392 CPUtime=0.28 cores=1,3,5,7
/proc/28327/task/28340/stat : 28340 (java) S 28324 28327 12560 0 -1 1077944384 2254 0 0 0 28 0 0 0 20 0 15 0 65677916 10804461568 2090590 18446744073709551615 4194304 4196468 140722141102864 139766299465968 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28341] ppid=28324 vsize=10551232 memory=8362360 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28341/stat : 28341 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65677916 10804461568 2090590 18446744073709551615 4194304 4196468 140722141102864 139766298413664 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28342] ppid=28324 vsize=10551232 memory=8362360 CPUtime=0.13 cores=1,3,5,7
/proc/28327/task/28342/stat : 28342 (java) S 28324 28327 12560 0 -1 1077944384 413 0 0 0 7 6 0 0 20 0 15 0 65677921 10804461568 2090590 18446744073709551615 4194304 4196468 140722141102864 139766297361200 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
Current children cumulated CPU time: 1205.35 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8362360 KiB

[startup+402.301 s]
/proc/loadavg: 7.84 6.53 5.05 9/209 28371
/proc/meminfo: memFree=14978128/32770624 swapFree=67105588/67108860
[pid=28327] ppid=28324 vsize=10551232 memory=8362412 CPUtime=1438.43 cores=1,3,5,7
/proc/28327/stat : 28327 (java) S 28324 28327 12560 0 -1 1077944320 247246 0 0 0 143141 702 0 0 20 0 15 0 65677906 10804461568 2090603 18446744073709551615 4194304 4196468 140722141102864 140722141085408 139766741610231 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
/proc/28327/statm: 2637808 2090603 3113 1 0 2627261 0
[pid=28327/tid=28329] ppid=28324 vsize=10551232 memory=8362412 CPUtime=15.24 cores=1,3,5,7
/proc/28327/task/28329/stat : 28329 (java) S 28324 28327 12560 0 -1 1077944384 17645 0 0 0 1513 11 0 0 20 0 15 0 65677911 10804461568 2090603 18446744073709551615 4194304 4196468 140722141102864 139766745847216 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28330] ppid=28324 vsize=10551232 memory=8362384 CPUtime=347.4 cores=1,3,5,7
/proc/28327/task/28330/stat : 28330 (java) R 28324 28327 12560 0 -1 4202560 30332 0 0 0 34570 170 0 0 20 0 15 0 65677912 10804461568 2090603 18446744073709551615 4194304 4196468 140722141102864 139766698576344 139766726308976 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28331] ppid=28324 vsize=10551232 memory=8362384 CPUtime=345.79 cores=1,3,5,7
/proc/28327/task/28331/stat : 28331 (java) R 28324 28327 12560 0 -1 4202560 46176 0 0 0 34404 175 0 0 20 0 15 0 65677912 10804461568 2090603 18446744073709551615 4194304 4196468 140722141102864 139766697523800 139766726606576 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28332] ppid=28324 vsize=10551232 memory=8362396 CPUtime=345.75 cores=1,3,5,7
/proc/28327/task/28332/stat : 28332 (java) R 28324 28327 12560 0 -1 4202560 28551 0 0 0 34402 173 0 0 20 0 15 0 65677912 10804461568 2090603 18446744073709551615 4194304 4196468 140722141102864 139766696471256 139766726309089 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28333] ppid=28324 vsize=10551232 memory=8362396 CPUtime=346.62 cores=1,3,5,7
/proc/28327/task/28333/stat : 28333 (java) R 28324 28327 12560 0 -1 4202560 30744 0 0 0 34503 159 0 0 20 0 15 0 65677912 10804461568 2090603 18446744073709551615 4194304 4196468 140722141102864 139766695418400 139766726606784 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28334] ppid=28324 vsize=10551232 memory=8362404 CPUtime=34.34 cores=1,3,5,7
/proc/28327/task/28334/stat : 28334 (java) S 28324 28327 12560 0 -1 1077944384 72937 0 0 0 3431 3 0 0 20 0 15 0 65677913 10804461568 2090603 18446744073709551615 4194304 4196468 140722141102864 139766305780800 139766741620437 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28335] ppid=28324 vsize=10551232 memory=8362412 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28335/stat : 28335 (java) S 28324 28327 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65677914 10804461568 2090603 18446744073709551615 4194304 4196468 140722141102864 139766304728544 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28336] ppid=28324 vsize=10551232 memory=8362412 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28336/stat : 28336 (java) S 28324 28327 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 65677914 10804461568 2090603 18446744073709551615 4194304 4196468 140722141102864 139766303675888 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28337] ppid=28324 vsize=10551232 memory=8362412 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28337/stat : 28337 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65677916 10804461568 2090603 18446744073709551615 4194304 4196468 140722141102864 139766302624464 139766741628827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28338] ppid=28324 vsize=10551232 memory=8362400 CPUtime=0.8 cores=1,3,5,7
/proc/28327/task/28338/stat : 28338 (java) S 28324 28327 12560 0 -1 1077944384 3446 0 0 0 80 0 0 0 20 0 15 0 65677916 10804461568 2090603 18446744073709551615 4194304 4196468 140722141102864 139766301571104 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28339] ppid=28324 vsize=10551232 memory=8362412 CPUtime=1.94 cores=1,3,5,7
/proc/28327/task/28339/stat : 28339 (java) S 28324 28327 12560 0 -1 1077944384 13355 0 0 0 192 2 0 0 20 0 15 0 65677916 10804461568 2090603 18446744073709551615 4194304 4196468 140722141102864 139766300518272 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28340] ppid=28324 vsize=10551232 memory=8362412 CPUtime=0.28 cores=1,3,5,7
/proc/28327/task/28340/stat : 28340 (java) S 28324 28327 12560 0 -1 1077944384 2263 0 0 0 28 0 0 0 20 0 15 0 65677916 10804461568 2090603 18446744073709551615 4194304 4196468 140722141102864 139766299466016 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28341] ppid=28324 vsize=10551232 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28341/stat : 28341 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65677916 10804461568 2090603 18446744073709551615 4194304 4196468 140722141102864 139766298413664 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28342] ppid=28324 vsize=10551232 memory=796 CPUtime=0.15 cores=1,3,5,7
/proc/28327/task/28342/stat : 28342 (java) S 28324 28327 12560 0 -1 1077944384 435 0 0 0 8 7 0 0 20 0 15 0 65677921 10804461568 2090603 18446744073709551615 4194304 4196468 140722141102864 139766297361200 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
Current children cumulated CPU time: 1438.43 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8362412 KiB

[startup+462.301 s]
/proc/loadavg: 7.61 6.72 5.21 6/213 28377
/proc/meminfo: memFree=14977656/32770624 swapFree=67105588/67108860
[pid=28327] ppid=28324 vsize=10684360 memory=8362464 CPUtime=1658.38 cores=1,3,5,7
/proc/28327/stat : 28327 (java) S 28324 28327 12560 0 -1 1077944320 261394 0 0 0 165092 746 0 0 20 0 17 0 65677906 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 140722141085408 139766741610231 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
/proc/28327/statm: 2671090 2090616 3115 1 0 2660543 0
[pid=28327/tid=28329] ppid=28324 vsize=10684360 memory=4144 CPUtime=15.24 cores=1,3,5,7
/proc/28327/task/28329/stat : 28329 (java) S 28324 28327 12560 0 -1 1077944384 17809 0 0 0 1513 11 0 0 20 0 17 0 65677911 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766745850912 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28330] ppid=28324 vsize=10684360 memory=8362460 CPUtime=400.87 cores=1,3,5,7
/proc/28327/task/28330/stat : 28330 (java) S 28324 28327 12560 0 -1 1077944384 31032 0 0 0 39905 182 0 0 20 0 17 0 65677912 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766698576144 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28331] ppid=28324 vsize=10684360 memory=8362460 CPUtime=399.06 cores=1,3,5,7
/proc/28327/task/28331/stat : 28331 (java) S 28324 28327 12560 0 -1 1077944384 46521 0 0 0 39715 191 0 0 20 0 17 0 65677912 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766697523600 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28332] ppid=28324 vsize=10684360 memory=0 CPUtime=400.13 cores=1,3,5,7
/proc/28327/task/28332/stat : 28332 (java) S 28324 28327 12560 0 -1 1077944384 31730 0 0 0 39834 179 0 0 20 0 17 0 65677912 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766696471056 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28333] ppid=28324 vsize=10684360 memory=280051061666512 CPUtime=400.45 cores=1,3,5,7
/proc/28327/task/28333/stat : 28333 (java) S 28324 28327 12560 0 -1 1077944384 31299 0 0 0 39876 169 0 0 20 0 17 0 65677912 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766695418512 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28334] ppid=28324 vsize=10684360 memory=8362460 CPUtime=39.32 cores=1,3,5,7
/proc/28327/task/28334/stat : 28334 (java) R 28324 28327 12560 0 -1 4202560 81958 0 0 0 3928 4 0 0 20 0 17 0 65677913 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766305780688 139766726606612 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28335] ppid=28324 vsize=10684360 memory=8362464 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28335/stat : 28335 (java) S 28324 28327 12560 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 65677914 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766304728544 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28336] ppid=28324 vsize=10684360 memory=8362464 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28336/stat : 28336 (java) S 28324 28327 12560 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 65677914 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766303675888 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28337] ppid=28324 vsize=10684360 memory=8362460 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28337/stat : 28337 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65677916 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766302624464 139766741628827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28338] ppid=28324 vsize=10684360 memory=1232 CPUtime=0.8 cores=1,3,5,7
/proc/28327/task/28338/stat : 28338 (java) S 28324 28327 12560 0 -1 1077944384 3449 0 0 0 80 0 0 0 20 0 17 0 65677916 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766301571152 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28339] ppid=28324 vsize=10684360 memory=33 CPUtime=1.94 cores=1,3,5,7
/proc/28327/task/28339/stat : 28339 (java) S 28324 28327 12560 0 -1 1077944384 13369 0 0 0 192 2 0 0 20 0 17 0 65677916 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766300518272 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28340] ppid=28324 vsize=10684360 memory=8362464 CPUtime=0.29 cores=1,3,5,7
/proc/28327/task/28340/stat : 28340 (java) S 28324 28327 12560 0 -1 1077944384 2328 0 0 0 29 0 0 0 20 0 17 0 65677916 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766299466064 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28341] ppid=28324 vsize=10684360 memory=8362464 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28341/stat : 28341 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65677916 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766298413664 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28342] ppid=28324 vsize=10684360 memory=1292 CPUtime=0.17 cores=1,3,5,7
/proc/28327/task/28342/stat : 28342 (java) S 28324 28327 12560 0 -1 1077944384 460 0 0 0 9 8 0 0 20 0 17 0 65677921 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766297361200 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28373] ppid=28324 vsize=10684360 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28373/stat : 28373 (java) S 28324 28327 12560 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 65721664 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766296305328 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28374] ppid=28324 vsize=10684360 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28374/stat : 28374 (java) S 28324 28327 12560 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 65721664 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766295254000 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
Current children cumulated CPU time: 1658.38 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8362464 KiB

[startup+462.633 s]
# the end of solver process 28327 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1651.2 s, system=7.50357 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+462.401 s]
/proc/loadavg: 7.61 6.72 5.21 6/213 28377
/proc/meminfo: memFree=14977656/32770624 swapFree=67105588/67108860
[pid=28327] ppid=28324 vsize=10684360 memory=8362464 CPUtime=1658.48 cores=1,3,5,7
/proc/28327/stat : 28327 (java) S 28324 28327 12560 0 -1 1077944320 261394 0 0 0 165102 746 0 0 20 0 17 0 65677906 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 140722141085408 139766741610231 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
/proc/28327/statm: 2671090 2090616 3115 1 0 2660543 0
[pid=28327/tid=28329] ppid=28324 vsize=10684360 memory=-8774313645642428999 CPUtime=15.24 cores=1,3,5,7
/proc/28327/task/28329/stat : 28329 (java) S 28324 28327 12560 0 -1 1077944384 17809 0 0 0 1513 11 0 0 20 0 17 0 65677911 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766745850912 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28330] ppid=28324 vsize=10684360 memory=4088 CPUtime=400.87 cores=1,3,5,7
/proc/28327/task/28330/stat : 28330 (java) S 28324 28327 12560 0 -1 1077944384 31032 0 0 0 39905 182 0 0 20 0 17 0 65677912 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766698576144 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28331] ppid=28324 vsize=10684360 memory=1620 CPUtime=399.06 cores=1,3,5,7
/proc/28327/task/28331/stat : 28331 (java) S 28324 28327 12560 0 -1 1077944384 46521 0 0 0 39715 191 0 0 20 0 17 0 65677912 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766697523600 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28332] ppid=28324 vsize=10684360 memory=920 CPUtime=400.13 cores=1,3,5,7
/proc/28327/task/28332/stat : 28332 (java) S 28324 28327 12560 0 -1 1077944384 31730 0 0 0 39834 179 0 0 20 0 17 0 65677912 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766696471056 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28333] ppid=28324 vsize=10684360 memory=1156 CPUtime=400.45 cores=1,3,5,7
/proc/28327/task/28333/stat : 28333 (java) S 28324 28327 12560 0 -1 1077944384 31299 0 0 0 39876 169 0 0 20 0 17 0 65677912 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766695418512 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28334] ppid=28324 vsize=10684360 memory=3176 CPUtime=39.42 cores=1,3,5,7
/proc/28327/task/28334/stat : 28334 (java) R 28324 28327 12560 0 -1 4202560 81958 0 0 0 3938 4 0 0 20 0 17 0 65677913 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766305780688 139766726067864 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28335] ppid=28324 vsize=10684360 memory=8362460 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28335/stat : 28335 (java) S 28324 28327 12560 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 65677914 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766304728544 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28336] ppid=28324 vsize=10684360 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28336/stat : 28336 (java) S 28324 28327 12560 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 65677914 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766303675888 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28337] ppid=28324 vsize=10684360 memory=8604 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28337/stat : 28337 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65677916 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766302624464 139766741628827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28338] ppid=28324 vsize=10684360 memory=2752 CPUtime=0.8 cores=1,3,5,7
/proc/28327/task/28338/stat : 28338 (java) S 28324 28327 12560 0 -1 1077944384 3449 0 0 0 80 0 0 0 20 0 17 0 65677916 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766301571152 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28339] ppid=28324 vsize=10684360 memory=4068 CPUtime=1.94 cores=1,3,5,7
/proc/28327/task/28339/stat : 28339 (java) S 28324 28327 12560 0 -1 1077944384 13369 0 0 0 192 2 0 0 20 0 17 0 65677916 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766300518272 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28340] ppid=28324 vsize=10684360 memory=1156 CPUtime=0.29 cores=1,3,5,7
/proc/28327/task/28340/stat : 28340 (java) S 28324 28327 12560 0 -1 1077944384 2328 0 0 0 29 0 0 0 20 0 17 0 65677916 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766299466064 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28341] ppid=28324 vsize=10684360 memory=3096 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28341/stat : 28341 (java) S 28324 28327 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65677916 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766298413664 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28342] ppid=28324 vsize=10684360 memory=8361992 CPUtime=0.17 cores=1,3,5,7
/proc/28327/task/28342/stat : 28342 (java) S 28324 28327 12560 0 -1 1077944384 460 0 0 0 9 8 0 0 20 0 17 0 65677921 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766297361200 139766741621378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28373] ppid=28324 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28373/stat : 28373 (java) S 28324 28327 12560 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 65721664 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766296305328 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
[pid=28327/tid=28374] ppid=28324 vsize=10684360 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/28327/task/28374/stat : 28374 (java) S 28324 28327 12560 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 65721664 10940784640 2090616 18446744073709551615 4194304 4196468 140722141102864 139766295254000 139766741620437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14966784 140722141110672 140722141110825 140722141110825 140722141114319 0
Current children cumulated CPU time: 1658.48 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8362464 KiB

[startup+462.622 s]*
/proc/loadavg: 7.40 6.69 5.21 6/198 28377
/proc/meminfo: memFree=22970868/32770624 swapFree=67105588/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 462.633
CPU time (s): 1658.71
CPU user time (s): 1651.2
CPU system time (s): 7.50357
CPU usage (%): 358.536
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8362464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1651.2
system time used= 7.50357
maximum resident set size= 8362704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261487
page faults= 0
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33646
involuntary context switches= 46951


# summary of solver processes directly reported to runsolver:
#   pid: 28327
#   total CPU time (s): 1658.71
#   total CPU user time (s): 1651.2
#   total CPU system time (s): 7.50357

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.36457 second user time and 4.92471 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 16:19:43
IDJOB=4262829
IDBENCH=137169
IDSOLVER=2651
FILE ID=node126/4262829-1502634825
RUNJOBID= node126-1502596857-19457
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-99.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262829-1502634825/watcher-4262829-1502634825 -o /tmp/evaluation-result-4262829-1502634825/solver-4262829-1502634825 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262829-1502634825.xml

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

MD5SUM BENCH= 2ef74b22e25f9811269217f63e04e4c4
RANDOM SEED=1468280102

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:        30442948 kB
MemAvailable:   30699432 kB
Buffers:          266012 kB
Cached:           260324 kB
SwapCached:          524 kB
Active:          1691332 kB
Inactive:         159432 kB
Active(anon):    1271936 kB
Inactive(anon):    85544 kB
Active(file):     419396 kB
Inactive(file):    73888 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              2132 kB
Writeback:             0 kB
AnonPages:       1323100 kB
Mapped:            57988 kB
Shmem:             33440 kB
Slab:             184184 kB
SReclaimable:     158068 kB
SUnreclaim:        26116 kB
KernelStack:        3424 kB
PageTables:         7860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2782332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1208320 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:26