Trace number 4262823

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? 1639.62 455.435

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-92.xml
MD5SUM6d97f1ae26f5c15ae832acf0c34f9a7a
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.05
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size46
Distribution of domain sizes[{"size":19,"count":1},{"size":46,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262823-1502634973/watcher-4262823-1502634973 -o /tmp/evaluation-result-4262823-1502634973/solver-4262823-1502634973 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262823-1502634973.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=22432, runsolver pid=22429

[startup+0.10832 s]*
/proc/loadavg: 1.93 2.02 2.04 3/203 22438
/proc/meminfo: memFree=26724804/32770624 swapFree=67108860/67108860
[pid=22432] ppid=22429 vsize=10085108 memory=18340 CPUtime=0.01 cores=0,2,4,6
/proc/22432/stat : 22432 (java) S 22429 22432 7968 0 -1 1077944320 3902 0 0 0 1 0 0 0 20 0 8 0 17380004 10327150592 4585 18446744073709551615 4194304 4196468 140723746087248 140723746069792 140267274551031 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
/proc/22432/statm: 2521277 4585 2068 1 0 2510774 0
[pid=22432/tid=22434] ppid=22429 vsize=10085108 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/22432/task/22434/stat : 22434 (java) R 22429 22432 7968 0 -1 4202560 2565 0 0 0 1 0 0 0 20 0 8 0 17380013 10327150592 4585 18446744073709551615 4194304 4196468 140723746087248 140267278791088 140267258631518 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22435] ppid=22429 vsize=10085108 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22435/stat : 22435 (java) S 22429 22432 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 17380014 10327150592 4585 18446744073709551615 4194304 4196468 140723746087248 140267204971664 140267274561237 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22436] ppid=22429 vsize=10085108 memory=140553998931584 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22436/stat : 22436 (java) S 22429 22432 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 17380014 10327150592 4585 18446744073709551615 4194304 4196468 140723746087248 140267203918864 140267274561237 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22437] ppid=22429 vsize=10085108 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22437/stat : 22437 (java) S 22429 22432 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 17380014 10327150592 4585 18446744073709551615 4194304 4196468 140723746087248 140267202866064 140267274561237 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22438] ppid=22429 vsize=10085108 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22438/stat : 22438 (java) S 22429 22432 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 17380014 10327150592 4585 18446744073709551615 4194304 4196468 140723746087248 140267201813264 140267274561237 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22439] ppid=22429 vsize=10085108 memory=140553998931584 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22439/stat : 22439 (java) S 22429 22432 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 17380015 10327150592 4585 18446744073709551615 4194304 4196468 140723746087248 140266786777456 140267274562178 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22440] ppid=22429 vsize=10085108 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22440/stat : 22440 (java) S 22429 22432 7968 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 17380016 10327150592 4585 18446744073709551615 4194304 4196468 140723746087248 140266785722320 140267274561237 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10085108 KiB
Current children cumulated memory: 18340 KiB

[startup+0.209995 s]*
/proc/loadavg: 1.93 2.02 2.04 3/212 22447
/proc/meminfo: memFree=26719900/32770624 swapFree=67108860/67108860
[pid=22432] ppid=22429 vsize=10551156 memory=26720 CPUtime=0.09 cores=0,2,4,6
/proc/22432/stat : 22432 (java) S 22429 22432 7968 0 -1 1077944320 5181 0 0 0 8 1 0 0 20 0 15 0 17380004 10804383744 6680 18446744073709551615 4194304 4196468 140723746087248 140723746069792 140267274551031 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
/proc/22432/statm: 2637789 6680 2743 1 0 2627261 0
[pid=22432/tid=22434] ppid=22429 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/22432/task/22434/stat : 22434 (java) R 22429 22432 7968 0 -1 4202560 3149 0 0 0 6 0 0 0 20 0 15 0 17380013 10804383744 6680 18446744073709551615 4194304 4196468 140723746087248 140267278776720 140267257944368 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22435] ppid=22429 vsize=10551156 memory=326 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22435/stat : 22435 (java) S 22429 22432 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17380014 10804383744 6680 18446744073709551615 4194304 4196468 140723746087248 140267204971664 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22436] ppid=22429 vsize=10551156 memory=288370930150643328 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22436/stat : 22436 (java) S 22429 22432 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17380014 10804383744 6680 18446744073709551615 4194304 4196468 140723746087248 140267203918864 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22437] ppid=22429 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22437/stat : 22437 (java) S 22429 22432 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17380014 10804383744 6680 18446744073709551615 4194304 4196468 140723746087248 140267202866064 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22438] ppid=22429 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22438/stat : 22438 (java) S 22429 22432 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17380014 10804383744 6680 18446744073709551615 4194304 4196468 140723746087248 140267201813264 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22439] ppid=22429 vsize=10551156 memory=140553998931584 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22439/stat : 22439 (java) S 22429 22432 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17380015 10804383744 6680 18446744073709551615 4194304 4196468 140723746087248 140266786777456 140267274562178 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22440] ppid=22429 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22440/stat : 22440 (java) S 22429 22432 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17380016 10804383744 6680 18446744073709551615 4194304 4196468 140723746087248 140266785723424 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22441] ppid=22429 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22441/stat : 22441 (java) S 22429 22432 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17380016 10804383744 6680 18446744073709551615 4194304 4196468 140723746087248 140266784670576 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22442] ppid=22429 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22442/stat : 22442 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17380019 10804383744 6680 18446744073709551615 4194304 4196468 140723746087248 140266783618896 140267274569627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22443] ppid=22429 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22443/stat : 22443 (java) S 22429 22432 7968 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 17380019 10804383744 6680 18446744073709551615 4194304 4196468 140723746087248 140266782567280 140267274562178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22444] ppid=22429 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22444/stat : 22444 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17380019 10804383744 6680 18446744073709551615 4194304 4196468 140723746087248 140266781514480 140267274562178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22445] ppid=22429 vsize=10551156 memory=140553998931584 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22445/stat : 22445 (java) R 22429 22432 7968 0 -1 1077944384 246 0 0 0 0 0 0 0 20 0 15 0 17380019 10804383744 6680 18446744073709551615 4194304 4196468 140723746087248 140266780461680 140267274562178 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22446] ppid=22429 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22446/stat : 22446 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17380019 10804383744 6680 18446744073709551615 4194304 4196468 140723746087248 140266779409120 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22447] ppid=22429 vsize=10551156 memory=140553998931584 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22447/stat : 22447 (java) S 22429 22432 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17380024 10804383744 6680 18446744073709551615 4194304 4196468 140723746087248 140266778356400 140267274562178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26720 KiB

[startup+0.311327 s]*
/proc/loadavg: 1.93 2.02 2.04 3/212 22447
/proc/meminfo: memFree=26708116/32770624 swapFree=67108860/67108860
[pid=22432] ppid=22429 vsize=10551156 memory=36480 CPUtime=0.24 cores=0,2,4,6
/proc/22432/stat : 22432 (java) S 22429 22432 7968 0 -1 1077944320 8325 0 0 0 21 3 0 0 20 0 15 0 17380004 10804383744 9120 18446744073709551615 4194304 4196468 140723746087248 140723746069792 140267274551031 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
/proc/22432/statm: 2637789 9120 2884 1 0 2627261 0
[pid=22432/tid=22434] ppid=22429 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/22432/task/22434/stat : 22434 (java) R 22429 22432 7968 0 -1 4202560 5994 0 0 0 14 2 0 0 20 0 15 0 17380013 10804383744 9120 18446744073709551615 4194304 4196468 140723746087248 140267278786016 140267274572957 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22435] ppid=22429 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22435/stat : 22435 (java) S 22429 22432 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17380014 10804383744 9120 18446744073709551615 4194304 4196468 140723746087248 140267204971664 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22436] ppid=22429 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22436/stat : 22436 (java) S 22429 22432 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17380014 10804383744 9120 18446744073709551615 4194304 4196468 140723746087248 140267203918864 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22437] ppid=22429 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22437/stat : 22437 (java) S 22429 22432 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17380014 10804383744 9120 18446744073709551615 4194304 4196468 140723746087248 140267202866064 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22438] ppid=22429 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22438/stat : 22438 (java) S 22429 22432 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17380014 10804383744 9120 18446744073709551615 4194304 4196468 140723746087248 140267201813264 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22439] ppid=22429 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22439/stat : 22439 (java) S 22429 22432 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17380015 10804383744 9120 18446744073709551615 4194304 4196468 140723746087248 140266786777456 140267274562178 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22440] ppid=22429 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22440/stat : 22440 (java) S 22429 22432 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17380016 10804383744 9120 18446744073709551615 4194304 4196468 140723746087248 140266785723424 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22441] ppid=22429 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22441/stat : 22441 (java) S 22429 22432 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17380016 10804383744 9120 18446744073709551615 4194304 4196468 140723746087248 140266784670576 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22442] ppid=22429 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22442/stat : 22442 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17380019 10804383744 9120 18446744073709551615 4194304 4196468 140723746087248 140266783618896 140267274569627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22443] ppid=22429 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22432/task/22443/stat : 22443 (java) S 22429 22432 7968 0 -1 1077944384 467 0 0 0 1 0 0 0 20 0 15 0 17380019 10804383744 9120 18446744073709551615 4194304 4196468 140723746087248 140266782567280 140267274562178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22444] ppid=22429 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22444/stat : 22444 (java) S 22429 22432 7968 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 17380019 10804383744 9120 18446744073709551615 4194304 4196468 140723746087248 140266781514480 140267274562178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22445] ppid=22429 vsize=10551156 memory=140553998931584 CPUtime=0.04 cores=0,2,4,6
/proc/22432/task/22445/stat : 22445 (java) S 22429 22432 7968 0 -1 1077944384 418 0 0 0 4 0 0 0 20 0 15 0 17380019 10804383744 9120 18446744073709551615 4194304 4196468 140723746087248 140266780461680 140267274562178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22446] ppid=22429 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22446/stat : 22446 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17380019 10804383744 9120 18446744073709551615 4194304 4196468 140723746087248 140266779409120 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22447] ppid=22429 vsize=10551156 memory=140553998931584 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22447/stat : 22447 (java) S 22429 22432 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17380024 10804383744 9120 18446744073709551615 4194304 4196468 140723746087248 140266778356400 140267274562178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36480 KiB

[startup+0.70132 s]
/proc/loadavg: 1.93 2.02 2.04 5/212 22447
/proc/meminfo: memFree=26693256/32770624 swapFree=67108860/67108860
[pid=22432] ppid=22429 vsize=10551232 memory=99748 CPUtime=1.22 cores=0,2,4,6
/proc/22432/stat : 22432 (java) S 22429 22432 7968 0 -1 1077944320 11984 0 0 0 117 5 0 0 20 0 15 0 17380004 10804461568 24937 18446744073709551615 4194304 4196468 140723746087248 140723746069792 140267274551031 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
/proc/22432/statm: 2637808 24937 3057 1 0 2627261 0
[pid=22432/tid=22434] ppid=22429 vsize=10551232 memory=248 CPUtime=0.54 cores=0,2,4,6
/proc/22432/task/22434/stat : 22434 (java) R 22429 22432 7968 0 -1 4202560 7392 0 0 0 50 4 0 0 20 0 15 0 17380013 10804461568 24937 18446744073709551615 4194304 4196468 140723746087248 140267278788064 140266873397206 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22435] ppid=22429 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22435/stat : 22435 (java) S 22429 22432 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17380014 10804461568 24937 18446744073709551615 4194304 4196468 140723746087248 140267204971664 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22436] ppid=22429 vsize=10551232 memory=6 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22436/stat : 22436 (java) S 22429 22432 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17380014 10804461568 24937 18446744073709551615 4194304 4196468 140723746087248 140267203918864 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22437] ppid=22429 vsize=10551232 memory=24 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22437/stat : 22437 (java) S 22429 22432 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17380014 10804461568 24937 18446744073709551615 4194304 4196468 140723746087248 140267202866064 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22438] ppid=22429 vsize=10551232 memory=75 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22438/stat : 22438 (java) S 22429 22432 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17380014 10804461568 24937 18446744073709551615 4194304 4196468 140723746087248 140267201813264 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22439] ppid=22429 vsize=10551232 memory=281107757270736 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22439/stat : 22439 (java) S 22429 22432 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 17380015 10804461568 24937 18446744073709551615 4194304 4196468 140723746087248 140266786777456 140267274562178 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22440] ppid=22429 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22440/stat : 22440 (java) S 22429 22432 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17380016 10804461568 24937 18446744073709551615 4194304 4196468 140723746087248 140266785723424 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22441] ppid=22429 vsize=10551232 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22441/stat : 22441 (java) S 22429 22432 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17380016 10804461568 24937 18446744073709551615 4194304 4196468 140723746087248 140266784670576 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22442] ppid=22429 vsize=10551232 memory=8772 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22442/stat : 22442 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17380019 10804461568 24937 18446744073709551615 4194304 4196468 140723746087248 140266783618896 140267274569627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22443] ppid=22429 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/22432/task/22443/stat : 22443 (java) R 22429 22432 7968 0 -1 4202560 1302 0 0 0 24 0 0 0 20 0 15 0 17380019 10804461568 24937 18446744073709551615 4194304 4196468 140723746087248 140266782555712 140267257937665 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22444] ppid=22429 vsize=10551232 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/22432/task/22444/stat : 22444 (java) R 22429 22432 7968 0 -1 4202560 890 0 0 0 23 0 0 0 20 0 15 0 17380019 10804461568 24937 18446744073709551615 4194304 4196468 140723746087248 140266781500448 140267252967358 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22445] ppid=22429 vsize=10551232 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/22432/task/22445/stat : 22445 (java) S 22429 22432 7968 0 -1 1077944384 1029 0 0 0 18 0 0 0 20 0 15 0 17380019 10804461568 24937 18446744073709551615 4194304 4196468 140723746087248 140266780461680 140267274562178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22446] ppid=22429 vsize=10551232 memory=6463925781705 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22446/stat : 22446 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17380019 10804461568 24937 18446744073709551615 4194304 4196468 140723746087248 140266779409120 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22447] ppid=22429 vsize=10551232 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22447/stat : 22447 (java) S 22429 22432 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17380024 10804461568 24937 18446744073709551615 4194304 4196468 140723746087248 140266778356400 140267274562178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 99748 KiB

[startup+1.50132 s]
/proc/loadavg: 1.93 2.02 2.04 6/212 22447
/proc/meminfo: memFree=26591748/32770624 swapFree=67108860/67108860
[pid=22432] ppid=22429 vsize=10551232 memory=289296 CPUtime=3.31 cores=0,2,4,6
/proc/22432/stat : 22432 (java) S 22429 22432 7968 0 -1 1077944320 16504 0 0 0 317 14 0 0 20 0 15 0 17380004 10804461568 72324 18446744073709551615 4194304 4196468 140723746087248 140723746069792 140267274551031 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
/proc/22432/statm: 2637808 72324 3089 1 0 2627261 0
[pid=22432/tid=22434] ppid=22429 vsize=10551232 memory=140744 CPUtime=1.2 cores=0,2,4,6
/proc/22432/task/22434/stat : 22434 (java) R 22429 22432 7968 0 -1 4202560 7870 0 0 0 116 4 0 0 20 0 15 0 17380013 10804461568 72324 18446744073709551615 4194304 4196468 140723746087248 140267278787408 140266874167351 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22435] ppid=22429 vsize=10551232 memory=331 CPUtime=0.07 cores=0,2,4,6
/proc/22432/task/22435/stat : 22435 (java) S 22429 22432 7968 0 -1 1077944384 44 0 0 0 6 1 0 0 20 0 15 0 17380014 10804461568 72324 18446744073709551615 4194304 4196468 140723746087248 140267204971664 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22436] ppid=22429 vsize=10551232 memory=143 CPUtime=0.08 cores=0,2,4,6
/proc/22432/task/22436/stat : 22436 (java) S 22429 22432 7968 0 -1 1077944384 47 0 0 0 6 2 0 0 20 0 15 0 17380014 10804461568 72324 18446744073709551615 4194304 4196468 140723746087248 140267203918864 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22437] ppid=22429 vsize=10551232 memory=111 CPUtime=0.11 cores=0,2,4,6
/proc/22432/task/22437/stat : 22437 (java) S 22429 22432 7968 0 -1 1077944384 137 0 0 0 9 2 0 0 20 0 15 0 17380014 10804461568 72324 18446744073709551615 4194304 4196468 140723746087248 140267202866064 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22438] ppid=22429 vsize=10551232 memory=281107757011808 CPUtime=0.09 cores=0,2,4,6
/proc/22432/task/22438/stat : 22438 (java) S 22429 22432 7968 0 -1 1077944384 231 0 0 0 8 1 0 0 20 0 15 0 17380014 10804461568 72324 18446744073709551615 4194304 4196468 140723746087248 140267201813264 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22439] ppid=22429 vsize=10551232 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22439/stat : 22439 (java) S 22429 22432 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 17380015 10804461568 72324 18446744073709551615 4194304 4196468 140723746087248 140266786777456 140267274562178 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22440] ppid=22429 vsize=10551232 memory=15816711811106768 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22440/stat : 22440 (java) S 22429 22432 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17380016 10804461568 72324 18446744073709551615 4194304 4196468 140723746087248 140266785723424 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22441] ppid=22429 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22441/stat : 22441 (java) S 22429 22432 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 17380016 10804461568 72324 18446744073709551615 4194304 4196468 140723746087248 140266784670576 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22442] ppid=22429 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22442/stat : 22442 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17380019 10804461568 72324 18446744073709551615 4194304 4196468 140723746087248 140266783618896 140267274569627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22443] ppid=22429 vsize=10551232 memory=11820 CPUtime=0.75 cores=0,2,4,6
/proc/22432/task/22443/stat : 22443 (java) R 22429 22432 7968 0 -1 4202560 3537 0 0 0 75 0 0 0 20 0 15 0 17380019 10804461568 72324 18446744073709551615 4194304 4196468 140723746087248 140266782548088 140267258047819 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22444] ppid=22429 vsize=10551232 memory=17422 CPUtime=0.68 cores=0,2,4,6
/proc/22432/task/22444/stat : 22444 (java) R 22429 22432 7968 0 -1 4202560 2042 0 0 0 68 0 0 0 20 0 15 0 17380019 10804461568 72324 18446744073709551615 4194304 4196468 140723746087248 140266781499360 140267274564880 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22445] ppid=22429 vsize=10551232 memory=-8774313645642428999 CPUtime=0.25 cores=0,2,4,6
/proc/22432/task/22445/stat : 22445 (java) S 22429 22432 7968 0 -1 1077944384 1151 0 0 0 25 0 0 0 20 0 15 0 17380019 10804461568 72324 18446744073709551615 4194304 4196468 140723746087248 140266780461680 140267274562178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22446] ppid=22429 vsize=10551232 memory=6225489096523343969 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22446/stat : 22446 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17380019 10804461568 72324 18446744073709551615 4194304 4196468 140723746087248 140266779409120 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0

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

/proc/22432/task/22438/stat : 22438 (java) R 22429 22432 7968 0 -1 4202560 43396 0 0 0 39074 187 0 0 20 0 17 0 17380014 10940784640 2087755 18446744073709551615 4194304 4196468 140723746087248 140267201813072 140267267179239 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22439] ppid=22429 vsize=10684360 memory=3904 CPUtime=36.14 cores=0,2,4,6
/proc/22432/task/22439/stat : 22439 (java) S 22429 22432 7968 0 -1 1077944384 82925 0 0 0 3609 5 0 0 20 0 17 0 17380015 10940784640 2087755 18446744073709551615 4194304 4196468 140723746087248 140266786776000 140267274561237 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22440] ppid=22429 vsize=10684360 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22440/stat : 22440 (java) S 22429 22432 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 17380016 10940784640 2087755 18446744073709551615 4194304 4196468 140723746087248 140266785723488 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22441] ppid=22429 vsize=10684360 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22441/stat : 22441 (java) S 22429 22432 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 17380016 10940784640 2087755 18446744073709551615 4194304 4196468 140723746087248 140266784670592 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22442] ppid=22429 vsize=10684360 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22442/stat : 22442 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17380019 10940784640 2087755 18446744073709551615 4194304 4196468 140723746087248 140266783618896 140267274569627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22443] ppid=22429 vsize=10684360 memory=4612 CPUtime=2 cores=0,2,4,6
/proc/22432/task/22443/stat : 22443 (java) S 22429 22432 7968 0 -1 1077944384 13359 0 0 0 199 1 0 0 20 0 17 0 17380019 10940784640 2087755 18446744073709551615 4194304 4196468 140723746087248 140266782567376 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22444] ppid=22429 vsize=10684360 memory=0 CPUtime=0.78 cores=0,2,4,6
/proc/22432/task/22444/stat : 22444 (java) S 22429 22432 7968 0 -1 1077944384 3204 0 0 0 78 0 0 0 20 0 17 0 17380019 10940784640 2087755 18446744073709551615 4194304 4196468 140723746087248 140266781514240 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22445] ppid=22429 vsize=10684360 memory=-6454338467431146081 CPUtime=0.26 cores=0,2,4,6
/proc/22432/task/22445/stat : 22445 (java) S 22429 22432 7968 0 -1 1077944384 1832 0 0 0 26 0 0 0 20 0 17 0 17380019 10940784640 2087755 18446744073709551615 4194304 4196468 140723746087248 140266780460576 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22446] ppid=22429 vsize=10684360 memory=6944613755395144096 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22446/stat : 22446 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17380019 10940784640 2087755 18446744073709551615 4194304 4196468 140723746087248 140266779409120 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22447] ppid=22429 vsize=10684360 memory=4137287014106042739 CPUtime=0.3 cores=0,2,4,6
/proc/22432/task/22447/stat : 22447 (java) S 22429 22432 7968 0 -1 1077944384 1193 0 0 0 19 11 0 0 20 0 17 0 17380024 10940784640 2087755 18446744073709551615 4194304 4196468 140723746087248 140266778356400 140267274562178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22480] ppid=22429 vsize=10684360 memory=8351020 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22480/stat : 22480 (java) S 22429 22432 7968 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 17423114 10940784640 2087755 18446744073709551615 4194304 4196468 140723746087248 140266777300272 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22481] ppid=22429 vsize=10684360 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22481/stat : 22481 (java) S 22429 22432 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 17423114 10940784640 2087755 18446744073709551615 4194304 4196468 140723746087248 140266776248976 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
Current children cumulated CPU time: 1626.76 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8351020 KiB

[startup+452.801 s]
/proc/loadavg: 4.90 4.03 2.97 6/214 22482
/proc/meminfo: memFree=17935420/32770624 swapFree=67108860/67108860
[pid=22432] ppid=22429 vsize=10684360 memory=8351024 CPUtime=1632.95 cores=0,2,4,6
/proc/22432/stat : 22432 (java) S 22429 22432 7968 0 -1 1077944320 329986 0 0 0 162553 742 0 0 20 0 17 0 17380004 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140723746069792 140267274551031 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
/proc/22432/statm: 2671090 2087756 3114 1 0 2660543 0
[pid=22432/tid=22434] ppid=22429 vsize=10684360 memory=1228 CPUtime=14.82 cores=0,2,4,6
/proc/22432/task/22434/stat : 22434 (java) S 22429 22432 7968 0 -1 1077944384 14943 0 0 0 1471 11 0 0 20 0 17 0 17380013 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140267278791712 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22435] ppid=22429 vsize=10684360 memory=1000 CPUtime=395.35 cores=0,2,4,6
/proc/22432/task/22435/stat : 22435 (java) R 22429 22432 7968 0 -1 4202560 45644 0 0 0 39365 170 0 0 20 0 17 0 17380014 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140267204971784 140267267179239 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22436] ppid=22429 vsize=10684360 memory=8351020 CPUtime=394.63 cores=0,2,4,6
/proc/22432/task/22436/stat : 22436 (java) R 22429 22432 7968 0 -1 4202560 56603 0 0 0 39288 175 0 0 20 0 17 0 17380014 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140267203919064 140267259547540 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22437] ppid=22429 vsize=10684360 memory=1732 CPUtime=394.42 cores=0,2,4,6
/proc/22432/task/22437/stat : 22437 (java) R 22429 22432 7968 0 -1 4202560 65438 0 0 0 39256 186 0 0 20 0 17 0 17380014 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140267202865872 140267267179239 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22438] ppid=22429 vsize=10684360 memory=1700 CPUtime=394.15 cores=0,2,4,6
/proc/22432/task/22438/stat : 22438 (java) R 22429 22432 7968 0 -1 4202560 43396 0 0 0 39228 187 0 0 20 0 17 0 17380014 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140267201813072 140267267179239 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22439] ppid=22429 vsize=10684360 memory=13172 CPUtime=36.14 cores=0,2,4,6
/proc/22432/task/22439/stat : 22439 (java) S 22429 22432 7968 0 -1 1077944384 82925 0 0 0 3609 5 0 0 20 0 17 0 17380015 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266786776000 140267274561237 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22440] ppid=22429 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22440/stat : 22440 (java) S 22429 22432 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 17380016 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266785723488 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22441] ppid=22429 vsize=10684360 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22441/stat : 22441 (java) S 22429 22432 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 17380016 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266784670592 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22442] ppid=22429 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22442/stat : 22442 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17380019 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266783618896 140267274569627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22443] ppid=22429 vsize=10684360 memory=1732 CPUtime=2 cores=0,2,4,6
/proc/22432/task/22443/stat : 22443 (java) S 22429 22432 7968 0 -1 1077944384 13359 0 0 0 199 1 0 0 20 0 17 0 17380019 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266782567376 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22444] ppid=22429 vsize=10684360 memory=1700 CPUtime=0.78 cores=0,2,4,6
/proc/22432/task/22444/stat : 22444 (java) S 22429 22432 7968 0 -1 1077944384 3204 0 0 0 78 0 0 0 20 0 17 0 17380019 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266781514240 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22445] ppid=22429 vsize=10684360 memory=1228 CPUtime=0.26 cores=0,2,4,6
/proc/22432/task/22445/stat : 22445 (java) S 22429 22432 7968 0 -1 1077944384 1832 0 0 0 26 0 0 0 20 0 17 0 17380019 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266780460576 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22446] ppid=22429 vsize=10684360 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22446/stat : 22446 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17380019 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266779409120 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22447] ppid=22429 vsize=10684360 memory=2012 CPUtime=0.3 cores=0,2,4,6
/proc/22432/task/22447/stat : 22447 (java) S 22429 22432 7968 0 -1 1077944384 1193 0 0 0 19 11 0 0 20 0 17 0 17380024 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266778356400 140267274562178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22480] ppid=22429 vsize=10684360 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22480/stat : 22480 (java) S 22429 22432 7968 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 17423114 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266777300272 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22481] ppid=22429 vsize=10684360 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22481/stat : 22481 (java) S 22429 22432 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 17423114 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266776248976 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
Current children cumulated CPU time: 1632.95 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8351024 KiB

[startup+454.401 s]
/proc/loadavg: 4.90 4.03 2.97 6/214 22482
/proc/meminfo: memFree=17935404/32770624 swapFree=67108860/67108860
[pid=22432] ppid=22429 vsize=10684360 memory=8351024 CPUtime=1638.58 cores=0,2,4,6
/proc/22432/stat : 22432 (java) S 22429 22432 7968 0 -1 1077944320 329986 0 0 0 163114 744 0 0 20 0 17 0 17380004 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140723746069792 140267274551031 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
/proc/22432/statm: 2671090 2087756 3114 1 0 2660543 0
[pid=22432/tid=22434] ppid=22429 vsize=10684360 memory=8351020 CPUtime=14.82 cores=0,2,4,6
/proc/22432/task/22434/stat : 22434 (java) S 22429 22432 7968 0 -1 1077944384 14943 0 0 0 1471 11 0 0 20 0 17 0 17380013 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140267278791712 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22435] ppid=22429 vsize=10684360 memory=2424 CPUtime=396.67 cores=0,2,4,6
/proc/22432/task/22435/stat : 22435 (java) S 22429 22432 7968 0 -1 1077944384 45644 0 0 0 39497 170 0 0 20 0 17 0 17380014 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140267204971664 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22436] ppid=22429 vsize=10684360 memory=1296 CPUtime=396.03 cores=0,2,4,6
/proc/22432/task/22436/stat : 22436 (java) S 22429 22432 7968 0 -1 1077944384 56603 0 0 0 39428 175 0 0 20 0 17 0 17380014 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140267203918864 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22437] ppid=22429 vsize=10684360 memory=8351016 CPUtime=395.77 cores=0,2,4,6
/proc/22432/task/22437/stat : 22437 (java) S 22429 22432 7968 0 -1 1077944384 65438 0 0 0 39390 187 0 0 20 0 17 0 17380014 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140267202866064 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22438] ppid=22429 vsize=10684360 memory=8351016 CPUtime=395.5 cores=0,2,4,6
/proc/22432/task/22438/stat : 22438 (java) S 22429 22432 7968 0 -1 1077944384 43396 0 0 0 39362 188 0 0 20 0 17 0 17380014 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140267201813264 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22439] ppid=22429 vsize=10684360 memory=8351020 CPUtime=36.34 cores=0,2,4,6
/proc/22432/task/22439/stat : 22439 (java) R 22429 22432 7968 0 -1 4202560 82925 0 0 0 3629 5 0 0 20 0 17 0 17380015 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266786776000 140267259008651 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22440] ppid=22429 vsize=10684360 memory=8351020 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22440/stat : 22440 (java) S 22429 22432 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 17380016 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266785723488 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22441] ppid=22429 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22441/stat : 22441 (java) S 22429 22432 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 17380016 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266784670592 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22442] ppid=22429 vsize=10684360 memory=13172 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22442/stat : 22442 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17380019 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266783618896 140267274569627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22443] ppid=22429 vsize=10684360 memory=2424 CPUtime=2 cores=0,2,4,6
/proc/22432/task/22443/stat : 22443 (java) S 22429 22432 7968 0 -1 1077944384 13359 0 0 0 199 1 0 0 20 0 17 0 17380019 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266782567376 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22444] ppid=22429 vsize=10684360 memory=1440 CPUtime=0.78 cores=0,2,4,6
/proc/22432/task/22444/stat : 22444 (java) S 22429 22432 7968 0 -1 1077944384 3204 0 0 0 78 0 0 0 20 0 17 0 17380019 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266781514240 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22445] ppid=22429 vsize=10684360 memory=9916 CPUtime=0.26 cores=0,2,4,6
/proc/22432/task/22445/stat : 22445 (java) S 22429 22432 7968 0 -1 1077944384 1832 0 0 0 26 0 0 0 20 0 17 0 17380019 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266780460576 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22446] ppid=22429 vsize=10684360 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22446/stat : 22446 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17380019 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266779409120 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22447] ppid=22429 vsize=10684360 memory=1440 CPUtime=0.3 cores=0,2,4,6
/proc/22432/task/22447/stat : 22447 (java) S 22429 22432 7968 0 -1 1077944384 1193 0 0 0 19 11 0 0 20 0 17 0 17380024 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266778356400 140267274562178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22480] ppid=22429 vsize=10684360 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22480/stat : 22480 (java) S 22429 22432 7968 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 17423114 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266777300272 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22481] ppid=22429 vsize=10684360 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22481/stat : 22481 (java) S 22429 22432 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 17423114 10940784640 2087756 18446744073709551615 4194304 4196468 140723746087248 140266776248976 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
Current children cumulated CPU time: 1638.58 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8351024 KiB

[startup+455.201 s]
/proc/loadavg: 4.67 3.99 2.97 3/214 22482
/proc/meminfo: memFree=17935412/32770624 swapFree=67108860/67108860
[pid=22432] ppid=22429 vsize=10684360 memory=8351028 CPUtime=1639.38 cores=0,2,4,6
/proc/22432/stat : 22432 (java) S 22429 22432 7968 0 -1 1077944320 330113 0 0 0 163194 744 0 0 20 0 17 0 17380004 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140723746069792 140267274551031 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
/proc/22432/statm: 2671090 2087757 3114 1 0 2660543 0
[pid=22432/tid=22434] ppid=22429 vsize=10684360 memory=2424 CPUtime=14.82 cores=0,2,4,6
/proc/22432/task/22434/stat : 22434 (java) S 22429 22432 7968 0 -1 1077944384 14943 0 0 0 1471 11 0 0 20 0 17 0 17380013 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140267278791712 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22435] ppid=22429 vsize=10684360 memory=33 CPUtime=396.67 cores=0,2,4,6
/proc/22432/task/22435/stat : 22435 (java) S 22429 22432 7968 0 -1 1077944384 45644 0 0 0 39497 170 0 0 20 0 17 0 17380014 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140267204971664 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22436] ppid=22429 vsize=10684360 memory=7881696724453321575 CPUtime=396.03 cores=0,2,4,6
/proc/22432/task/22436/stat : 22436 (java) S 22429 22432 7968 0 -1 1077944384 56603 0 0 0 39428 175 0 0 20 0 17 0 17380014 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140267203918864 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22437] ppid=22429 vsize=10684360 memory=7595725831727968097 CPUtime=395.77 cores=0,2,4,6
/proc/22432/task/22437/stat : 22437 (java) S 22429 22432 7968 0 -1 1077944384 65438 0 0 0 39390 187 0 0 20 0 17 0 17380014 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140267202866064 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22438] ppid=22429 vsize=10684360 memory=8351028 CPUtime=395.5 cores=0,2,4,6
/proc/22432/task/22438/stat : 22438 (java) S 22429 22432 7968 0 -1 1077944384 43396 0 0 0 39362 188 0 0 20 0 17 0 17380014 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140267201813264 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22439] ppid=22429 vsize=10684360 memory=1200 CPUtime=37.14 cores=0,2,4,6
/proc/22432/task/22439/stat : 22439 (java) R 22429 22432 7968 0 -1 4202560 83052 0 0 0 3709 5 0 0 20 0 17 0 17380015 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140266786775888 140267259008653 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22440] ppid=22429 vsize=10684360 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22440/stat : 22440 (java) S 22429 22432 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 17380016 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140266785723488 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22441] ppid=22429 vsize=10684360 memory=8351024 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22441/stat : 22441 (java) S 22429 22432 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 17380016 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140266784670592 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22442] ppid=22429 vsize=10684360 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22442/stat : 22442 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17380019 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140266783618896 140267274569627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22443] ppid=22429 vsize=10684360 memory=792 CPUtime=2 cores=0,2,4,6
/proc/22432/task/22443/stat : 22443 (java) S 22429 22432 7968 0 -1 1077944384 13359 0 0 0 199 1 0 0 20 0 17 0 17380019 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140266782567376 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22444] ppid=22429 vsize=10684360 memory=4124 CPUtime=0.78 cores=0,2,4,6
/proc/22432/task/22444/stat : 22444 (java) S 22429 22432 7968 0 -1 1077944384 3204 0 0 0 78 0 0 0 20 0 17 0 17380019 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140266781514240 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22445] ppid=22429 vsize=10684360 memory=13172 CPUtime=0.26 cores=0,2,4,6
/proc/22432/task/22445/stat : 22445 (java) S 22429 22432 7968 0 -1 1077944384 1832 0 0 0 26 0 0 0 20 0 17 0 17380019 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140266780460576 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22446] ppid=22429 vsize=10684360 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22446/stat : 22446 (java) S 22429 22432 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17380019 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140266779409120 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22447] ppid=22429 vsize=10684360 memory=-8774313645642428999 CPUtime=0.31 cores=0,2,4,6
/proc/22432/task/22447/stat : 22447 (java) S 22429 22432 7968 0 -1 1077944384 1193 0 0 0 20 11 0 0 20 0 17 0 17380024 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140266778356400 140267274562178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22480] ppid=22429 vsize=10684360 memory=13172 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22480/stat : 22480 (java) S 22429 22432 7968 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 17423114 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140266777300272 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
[pid=22432/tid=22481] ppid=22429 vsize=10684360 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/22432/task/22481/stat : 22481 (java) S 22429 22432 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 17423114 10940784640 2087757 18446744073709551615 4194304 4196468 140723746087248 140266776248976 140267274561237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8347648 140723746091409 140723746091562 140723746091562 140723746095055 0
Current children cumulated CPU time: 1639.38 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8351028 KiB

[startup+455.401 s]*
/proc/loadavg: 4.67 3.99 2.97 3/199 22482
/proc/meminfo: memFree=19185756/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 455.435
CPU time (s): 1639.62
CPU user time (s): 1632.13
CPU system time (s): 7.48954
CPU usage (%): 360.011
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8351028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1632.13
system time used= 7.48954
maximum resident set size= 8351260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330213
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31636
involuntary context switches= 23091


# summary of solver processes directly reported to runsolver:
#   pid: 22432
#   total CPU time (s): 1639.62
#   total CPU user time (s): 1632.13
#   total CPU system time (s): 7.48954

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.71155 second user time and 4.54099 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 16:22:16
IDJOB=4262823
IDBENCH=137678
IDSOLVER=2651
FILE ID=node128/4262823-1502634973
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 6d97f1ae26f5c15ae832acf0c34f9a7a
RANDOM SEED=1390870489

node128.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.94
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.94
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.94
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.94
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:        26734336 kB
MemAvailable:   27322672 kB
Buffers:          144196 kB
Cached:           732124 kB
SwapCached:            0 kB
Active:          4934352 kB
Inactive:         682776 kB
Active(anon):    4741540 kB
Inactive(anon):    16764 kB
Active(file):     192812 kB
Inactive(file):   666012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1816 kB
Writeback:             0 kB
AnonPages:       4741232 kB
Mapped:            44836 kB
Shmem:             17116 kB
Slab:             115400 kB
SReclaimable:      90696 kB
SUnreclaim:        24704 kB
KernelStack:        3456 kB
PageTables:        14296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5667668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4593664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 16:29:52