Trace number 4263482

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1166.75 311.68301

General information on the benchmark

NamePropStress/PropStress-m1-s1/
PropStress-0450.xml
MD5SUMffc1a166c9e21b9812230f61f9b6f38e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1550.83
Satisfiable
(Un)Satisfiability was proved
Number of variables902
Number of constraints102376
Number of domains1
Minimum domain size202501
Maximum domain size202501
Distribution of domain sizes[{"size":202501,"count":902}]
Minimum variable degree2
Maximum variable degree451
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":449},{"degree":450,"count":449},{"degree":451,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":102376}]
Number of extensional constraints0
Number of intensional constraints102376
Distribution of constraint types[{"type":"intension","count":102376}]
Optimization problemNO
Type of objective

Solver Data

1166.65/311.41	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1166.65/311.41		at org.sat4j.minisat.constraints.card.MinWatchCard.<init>(MinWatchCard.java:109)
1166.65/311.41		at org.sat4j.minisat.constraints.card.MinWatchCard.minWatchCardNew(MinWatchCard.java:307)
1166.65/311.41		at org.sat4j.pb.constraints.MinCardConstructor.constructCard(MinCardConstructor.java:50)
1166.65/311.41		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructCard(AbstractPBClauseCardConstrDataStructure.java:230)
1166.65/311.41		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createCardinalityConstraint(AbstractPBClauseCardConstrDataStructure.java:81)
1166.65/311.41		at org.sat4j.minisat.core.Solver.addAtLeast(Solver.java:485)
1166.65/311.41		at org.sat4j.minisat.core.Solver.addAtMost(Solver.java:478)
1166.65/311.41		at org.sat4j.minisat.core.Solver.addExactly(Solver.java:491)
1166.65/311.41		at org.sat4j.csp.CspSatSolverDecorator.addExactly(CspSatSolverDecorator.java:212)
1166.65/311.41		at org.sat4j.tools.SolverDecorator.addExactly(SolverDecorator.java:485)
1166.65/311.41		at org.sat4j.csp.Var.toClause(Var.java:67)
1166.65/311.41		at org.sat4j.csp.intension.CspToPBSolverDecorator.newCspVar(CspToPBSolverDecorator.java:122)
1166.65/311.41		at org.sat4j.csp.intension.CspToPBSolverDecorator.newCspVar(CspToPBSolverDecorator.java:100)
1166.65/311.41		at org.sat4j.reader.XMLCSP3Reader.buildVarInteger(XMLCSP3Reader.java:341)
1166.65/311.41		at org.xcsp.parser.XCallbacks.loadVar(XCallbacks.java:324)
1166.65/311.41		at org.xcsp.parser.XCallbacks.lambda$loadArray$2(XCallbacks.java:342)
1166.65/311.41		at org.xcsp.parser.XCallbacks$$Lambda$45/450003680.accept(Unknown Source)
1166.65/311.41		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1166.65/311.41		at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
1166.65/311.41		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1166.65/311.41		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1166.65/311.41		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
1166.65/311.41		at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
1166.65/311.41		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
1166.65/311.41		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
1166.65/311.41		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
1166.65/311.41		at org.xcsp.parser.XCallbacks.loadArray(XCallbacks.java:342)
1166.65/311.41		at org.xcsp.parser.XCallbacks.loadVariables(XCallbacks.java:283)
1166.65/311.41		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:325)
1166.65/311.41		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1166.65/311.41		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1166.65/311.41		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1166.67/311.61	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1166.67/311.61	c This is free software under the dual EPL/GNU LGPL licenses.
1166.67/311.61	c See www.sat4j.org for details.
1166.67/311.61	c That software uses the Rhino library from the Mozilla project.
1166.67/311.61	c version CUSTOM.v20170705
1166.67/311.61	c java.runtime.name	Java(TM) SE Runtime Environment
1166.67/311.61	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1166.67/311.61	c java.vm.version	25.131-b11
1166.67/311.61	c java.vm.vendor	Oracle Corporation
1166.67/311.61	c sun.arch.data.model	64
1166.67/311.61	c java.version		1.8.0_131
1166.67/311.61	c os.name		Linux
1166.67/311.61	c os.version		3.10.0-514.16.1.el7.x86_64
1166.67/311.61	c os.arch		amd64
1166.67/311.61	c Free memory 		499604488
1166.67/311.61	c Max memory 		7247757312
1166.67/311.61	c Total memory 		504889344
1166.67/311.61	c Number of processors 	4
1166.67/311.61	c c --- Begin Solver configuration ---
1166.67/311.61	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1166.67/311.61	c Learn all clauses as in MiniSAT
1166.67/311.61	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1166.67/311.61	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1166.67/311.61	c No reason simplification
1166.67/311.61	c Glucose 2.1 dynamic restart strategy
1166.67/311.61	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
1166.67/311.61	c timeout=2147483s
1166.67/311.61	c DB Simplification allowed=false
1166.67/311.61	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1166.67/311.61	c --- End Solver configuration ---
1166.67/311.61	c starts		: 0
1166.67/311.61	c conflicts		: 0
1166.67/311.61	c decisions		: 0
1166.67/311.61	c propagations		: 0
1166.67/311.61	c inspects		: 0
1166.67/311.61	c shortcuts		: 0
1166.67/311.61	c learnt literals	: 0
1166.67/311.61	c learnt binary clauses	: 0
1166.67/311.61	c learnt ternary clauses	: 0
1166.67/311.61	c learnt constraints	: 0
1166.67/311.61	c ignored constraints	: 0
1166.67/311.61	c root simplifications	: 0
1166.67/311.61	c removed literals (reason simplification)	: 0
1166.67/311.61	c reason swapping (by a shorter reason)	: 0
1166.67/311.61	c Calls to reduceDB	: 0
1166.67/311.61	c Number of update (reduction) of LBD	: 0
1166.67/311.61	c Imported unit clauses	: 0
1166.67/311.61	c number of reductions to clauses (during analyze)	: 0
1166.67/311.61	c number of learned constraints concerned by reduction	: 0
1166.67/311.61	c number of learning phase by resolution	: 0
1166.67/311.61	c number of learning phase by cutting planes	: 0
1166.67/311.61	c number of rounding to 1 operations	: 0
1166.67/311.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1166.67/311.61	c number of reductions of the coefficients by power 2 	: 0
1166.67/311.61	c number of right shift for reduction by power 2 	: 0
1166.67/311.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
1166.67/311.61	c speed (assignments/second)	: 0.0
1166.67/311.61	c non guided choices	0
1166.67/311.61	c learnt constraints type 
1166.67/311.61	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 (9097 MiB free)
  memory of node 1: 16384 MiB (13763 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263482-1502626271/watcher-4263482-1502626271 -o /tmp/evaluation-result-4263482-1502626271/solver-4263482-1502626271 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21335 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263482-1502626271.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=22471, runsolver pid=22468

[startup+0.100113 s]*
/proc/loadavg: 2.83 2.26 2.21 6/200 22473
/proc/meminfo: memFree=23405568/32770624 swapFree=67108860/67108860
[pid=22471] ppid=22468 vsize=9936560 memory=16484 CPUtime=0 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22468 22471 8289 0 -1 1077944320 3436 0 0 0 0 0 0 0 20 0 6 0 110442329 10175037440 4121 18446744073709551615 4194304 4196468 140733853063904 140733853046448 139807802601207 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
/proc/22471/statm: 2484140 4121 1921 1 0 2473637 0
[pid=22471/tid=22473] ppid=22468 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22473/stat : 22473 (java) R 22468 22471 8289 0 -1 4202560 2149 0 0 0 0 0 0 0 20 0 6 0 110442338 10175037440 4121 18446744073709551615 4194304 4196468 140733853063904 139807806837328 139807788283733 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22474] ppid=22468 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22474/stat : 22474 (java) S 22468 22471 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110442339 10175037440 4121 18446744073709551615 4194304 4196468 140733853063904 139807763499280 139807802611413 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22475] ppid=22468 vsize=9936560 memory=139935939626624 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22475/stat : 22475 (java) S 22468 22471 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110442339 10175037440 4121 18446744073709551615 4194304 4196468 140733853063904 139807412902288 139807802611413 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22476] ppid=22468 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22476/stat : 22476 (java) S 22468 22471 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 110442339 10175037440 4121 18446744073709551615 4194304 4196468 140733853063904 139807411849744 139807802611413 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22477] ppid=22468 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22477/stat : 22477 (java) S 22468 22471 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110442339 10175037440 4121 18446744073709551615 4194304 4196468 140733853063904 139807410797200 139807802611413 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16484 KiB

[startup+0.210041 s]*
/proc/loadavg: 2.83 2.26 2.21 6/213 22486
/proc/meminfo: memFree=23394044/32770624 swapFree=67108860/67108860
[pid=22471] ppid=22468 vsize=10551156 memory=27068 CPUtime=0.09 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22468 22471 8289 0 -1 1077944320 5211 0 0 0 8 1 0 0 20 0 15 0 110442329 10804383744 6767 18446744073709551615 4194304 4196468 140733853063904 140733853046448 139807802601207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
/proc/22471/statm: 2637789 6767 2766 1 0 2627261 0
[pid=22471/tid=22473] ppid=22468 vsize=10551156 memory=7077796292425249400 CPUtime=0.07 cores=1,3,5,7
/proc/22471/task/22473/stat : 22473 (java) R 22468 22471 8289 0 -1 1077944384 3183 0 0 0 6 1 0 0 20 0 15 0 110442338 10804383744 6767 18446744073709551615 4194304 4196468 140733853063904 139807806836176 139807802625085 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22474] ppid=22468 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22474/stat : 22474 (java) S 22468 22471 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110442339 10804383744 6767 18446744073709551615 4194304 4196468 140733853063904 139807763499280 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22475] ppid=22468 vsize=10551156 memory=139935939626624 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22475/stat : 22475 (java) S 22468 22471 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110442339 10804383744 6767 18446744073709551615 4194304 4196468 140733853063904 139807412902288 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22476] ppid=22468 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22476/stat : 22476 (java) S 22468 22471 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110442339 10804383744 6767 18446744073709551615 4194304 4196468 140733853063904 139807411849744 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22477] ppid=22468 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22477/stat : 22477 (java) S 22468 22471 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110442339 10804383744 6767 18446744073709551615 4194304 4196468 140733853063904 139807410797200 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22478] ppid=22468 vsize=10551156 memory=139935939626624 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22478/stat : 22478 (java) S 22468 22471 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110442340 10804383744 6767 18446744073709551615 4194304 4196468 140733853063904 139807366523376 139807802612354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22479] ppid=22468 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22479/stat : 22479 (java) S 22468 22471 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110442341 10804383744 6767 18446744073709551615 4194304 4196468 140733853063904 139807365469600 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22480] ppid=22468 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22480/stat : 22480 (java) S 22468 22471 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110442341 10804383744 6767 18446744073709551615 4194304 4196468 140733853063904 139807364417008 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22481] ppid=22468 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22481/stat : 22481 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110442343 10804383744 6767 18446744073709551615 4194304 4196468 140733853063904 139807363365584 139807802619803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22482] ppid=22468 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22482/stat : 22482 (java) S 22468 22471 8289 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 110442343 10804383744 6767 18446744073709551615 4194304 4196468 140733853063904 139807362312176 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22483] ppid=22468 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22483/stat : 22483 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110442343 10804383744 6767 18446744073709551615 4194304 4196468 140733853063904 139807361259632 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22484] ppid=22468 vsize=10551156 memory=139935939626624 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22484/stat : 22484 (java) S 22468 22471 8289 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 15 0 110442343 10804383744 6767 18446744073709551615 4194304 4196468 140733853063904 139807292385520 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22485] ppid=22468 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22485/stat : 22485 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110442343 10804383744 6767 18446744073709551615 4194304 4196468 140733853063904 139807291333216 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22486] ppid=22468 vsize=10551156 memory=139935939626624 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22486/stat : 22486 (java) S 22468 22471 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110442348 10804383744 6767 18446744073709551615 4194304 4196468 140733853063904 139807290280752 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27068 KiB

[startup+0.310939 s]*
/proc/loadavg: 2.83 2.26 2.21 6/213 22486
/proc/meminfo: memFree=23383808/32770624 swapFree=67108860/67108860
[pid=22471] ppid=22468 vsize=10551156 memory=36484 CPUtime=0.24 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22468 22471 8289 0 -1 1077944320 8415 0 0 0 21 3 0 0 20 0 15 0 110442329 10804383744 9121 18446744073709551615 4194304 4196468 140733853063904 140733853046448 139807802601207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
/proc/22471/statm: 2637789 9121 2857 1 0 2627261 0
[pid=22471/tid=22473] ppid=22468 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/22471/task/22473/stat : 22473 (java) R 22468 22471 8289 0 -1 4202560 6085 0 0 0 15 2 0 0 20 0 15 0 110442338 10804383744 9121 18446744073709551615 4194304 4196468 140733853063904 139807806836384 139807802623133 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22474] ppid=22468 vsize=10551156 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22474/stat : 22474 (java) S 22468 22471 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110442339 10804383744 9121 18446744073709551615 4194304 4196468 140733853063904 139807763499280 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22475] ppid=22468 vsize=10551156 memory=139935939633617 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22475/stat : 22475 (java) S 22468 22471 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110442339 10804383744 9121 18446744073709551615 4194304 4196468 140733853063904 139807412902288 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22476] ppid=22468 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22476/stat : 22476 (java) S 22468 22471 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110442339 10804383744 9121 18446744073709551615 4194304 4196468 140733853063904 139807411849744 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22477] ppid=22468 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22477/stat : 22477 (java) S 22468 22471 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110442339 10804383744 9121 18446744073709551615 4194304 4196468 140733853063904 139807410797200 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22478] ppid=22468 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22478/stat : 22478 (java) S 22468 22471 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110442340 10804383744 9121 18446744073709551615 4194304 4196468 140733853063904 139807366523376 139807802612354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22479] ppid=22468 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22479/stat : 22479 (java) S 22468 22471 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110442341 10804383744 9121 18446744073709551615 4194304 4196468 140733853063904 139807365469600 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22480] ppid=22468 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22480/stat : 22480 (java) S 22468 22471 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110442341 10804383744 9121 18446744073709551615 4194304 4196468 140733853063904 139807364417008 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22481] ppid=22468 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22481/stat : 22481 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110442343 10804383744 9121 18446744073709551615 4194304 4196468 140733853063904 139807363365584 139807802619803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22482] ppid=22468 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22471/task/22482/stat : 22482 (java) S 22468 22471 8289 0 -1 1077944384 506 0 0 0 1 0 0 0 20 0 15 0 110442343 10804383744 9121 18446744073709551615 4194304 4196468 140733853063904 139807362312176 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22483] ppid=22468 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22471/task/22483/stat : 22483 (java) S 22468 22471 8289 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 15 0 110442343 10804383744 9121 18446744073709551615 4194304 4196468 140733853063904 139807361259632 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22484] ppid=22468 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/22471/task/22484/stat : 22484 (java) S 22468 22471 8289 0 -1 1077944384 386 0 0 0 3 0 0 0 20 0 15 0 110442343 10804383744 9121 18446744073709551615 4194304 4196468 140733853063904 139807292385520 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22485] ppid=22468 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22485/stat : 22485 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110442343 10804383744 9121 18446744073709551615 4194304 4196468 140733853063904 139807291333216 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22486] ppid=22468 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22486/stat : 22486 (java) S 22468 22471 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110442348 10804383744 9121 18446744073709551615 4194304 4196468 140733853063904 139807290280752 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36484 KiB

[startup+0.703798 s]
/proc/loadavg: 2.83 2.26 2.21 8/213 22486
/proc/meminfo: memFree=23349844/32770624 swapFree=67108860/67108860
[pid=22471] ppid=22468 vsize=10551232 memory=88316 CPUtime=1.33 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22468 22471 8289 0 -1 1077944320 12732 0 0 0 128 5 0 0 20 0 15 0 110442329 10804461568 22079 18446744073709551615 4194304 4196468 140733853063904 140733853046448 139807802601207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
/proc/22471/statm: 2637808 22079 3043 1 0 2627261 0
[pid=22471/tid=22473] ppid=22468 vsize=10551232 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/22471/task/22473/stat : 22473 (java) R 22468 22471 8289 0 -1 4202560 7377 0 0 0 52 3 0 0 20 0 15 0 110442338 10804461568 22079 18446744073709551615 4194304 4196468 140733853063904 139807806835936 139807787130939 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22474] ppid=22468 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22474/stat : 22474 (java) S 22468 22471 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110442339 10804461568 22079 18446744073709551615 4194304 4196468 140733853063904 139807763499280 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22475] ppid=22468 vsize=10551232 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22475/stat : 22475 (java) S 22468 22471 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110442339 10804461568 22079 18446744073709551615 4194304 4196468 140733853063904 139807412902288 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22476] ppid=22468 vsize=10551232 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22476/stat : 22476 (java) S 22468 22471 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110442339 10804461568 22079 18446744073709551615 4194304 4196468 140733853063904 139807411849744 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22477] ppid=22468 vsize=10551232 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22477/stat : 22477 (java) S 22468 22471 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110442339 10804461568 22079 18446744073709551615 4194304 4196468 140733853063904 139807410797200 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22478] ppid=22468 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22478/stat : 22478 (java) S 22468 22471 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 110442340 10804461568 22079 18446744073709551615 4194304 4196468 140733853063904 139807366523376 139807802612354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22479] ppid=22468 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22479/stat : 22479 (java) S 22468 22471 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110442341 10804461568 22079 18446744073709551615 4194304 4196468 140733853063904 139807365469600 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22480] ppid=22468 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22480/stat : 22480 (java) S 22468 22471 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110442341 10804461568 22079 18446744073709551615 4194304 4196468 140733853063904 139807364417008 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22481] ppid=22468 vsize=10551232 memory=19265 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22481/stat : 22481 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110442343 10804461568 22079 18446744073709551615 4194304 4196468 140733853063904 139807363365584 139807802619803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22482] ppid=22468 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/22471/task/22482/stat : 22482 (java) R 22468 22471 8289 0 -1 1077944384 1261 0 0 0 27 0 0 0 20 0 15 0 110442343 10804461568 22079 18446744073709551615 4194304 4196468 140733853063904 139807362312176 139807802612354 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22483] ppid=22468 vsize=10551232 memory=7524859241068090073 CPUtime=0.26 cores=1,3,5,7
/proc/22471/task/22483/stat : 22483 (java) R 22468 22471 8289 0 -1 4202560 1301 0 0 0 26 0 0 0 20 0 15 0 110442343 10804461568 22079 18446744073709551615 4194304 4196468 140733853063904 139807361259632 139807782038942 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22484] ppid=22468 vsize=10551232 memory=6944656592387989600 CPUtime=0.22 cores=1,3,5,7
/proc/22471/task/22484/stat : 22484 (java) R 22468 22471 8289 0 -1 4202560 1426 0 0 0 22 0 0 0 20 0 15 0 110442343 10804461568 22079 18446744073709551615 4194304 4196468 140733853063904 139807292380864 139807795698043 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22485] ppid=22468 vsize=10551232 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22485/stat : 22485 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110442343 10804461568 22079 18446744073709551615 4194304 4196468 140733853063904 139807291333216 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22486] ppid=22468 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22486/stat : 22486 (java) S 22468 22471 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110442348 10804461568 22079 18446744073709551615 4194304 4196468 140733853063904 139807290280752 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 88316 KiB

[startup+1.50094 s]
/proc/loadavg: 2.83 2.26 2.21 6/213 22486
/proc/meminfo: memFree=23204008/32770624 swapFree=67108860/67108860
[pid=22471] ppid=22468 vsize=10551232 memory=383912 CPUtime=3.61 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22468 22471 8289 0 -1 1077944320 15313 0 0 0 344 17 0 0 20 0 15 0 110442329 10804461568 95978 18446744073709551615 4194304 4196468 140733853063904 140733853046448 139807802601207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
/proc/22471/statm: 2637808 95978 3097 1 0 2627261 0
[pid=22471/tid=22473] ppid=22468 vsize=10551232 memory=7811603961821479012 CPUtime=1.24 cores=1,3,5,7
/proc/22471/task/22473/stat : 22473 (java) R 22468 22471 8289 0 -1 4202560 7501 0 0 0 118 6 0 0 20 0 15 0 110442338 10804461568 95978 18446744073709551615 4194304 4196468 140733853063904 139807806838592 139807447341637 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22474] ppid=22468 vsize=10551232 memory=7811603961821479012 CPUtime=0.07 cores=1,3,5,7
/proc/22471/task/22474/stat : 22474 (java) S 22468 22471 8289 0 -1 1077944384 146 0 0 0 5 2 0 0 20 0 15 0 110442339 10804461568 95978 18446744073709551615 4194304 4196468 140733853063904 139807763499280 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22475] ppid=22468 vsize=10551232 memory=279871611983872 CPUtime=0.07 cores=1,3,5,7
/proc/22471/task/22475/stat : 22475 (java) S 22468 22471 8289 0 -1 1077944384 199 0 0 0 5 2 0 0 20 0 15 0 110442339 10804461568 95978 18446744073709551615 4194304 4196468 140733853063904 139807412902288 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22476] ppid=22468 vsize=10551232 memory=7234000829872304230 CPUtime=0.09 cores=1,3,5,7
/proc/22471/task/22476/stat : 22476 (java) S 22468 22471 8289 0 -1 1077944384 182 0 0 0 7 2 0 0 20 0 15 0 110442339 10804461568 95978 18446744073709551615 4194304 4196468 140733853063904 139807411849744 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22477] ppid=22468 vsize=10551232 memory=4639924115538006630 CPUtime=0.07 cores=1,3,5,7
/proc/22471/task/22477/stat : 22477 (java) S 22468 22471 8289 0 -1 1077944384 78 0 0 0 5 2 0 0 20 0 15 0 110442339 10804461568 95978 18446744073709551615 4194304 4196468 140733853063904 139807410797200 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22478] ppid=22468 vsize=10551232 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22478/stat : 22478 (java) S 22468 22471 8289 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 110442340 10804461568 95978 18446744073709551615 4194304 4196468 140733853063904 139807366523376 139807802612354 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22479] ppid=22468 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22479/stat : 22479 (java) S 22468 22471 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110442341 10804461568 95978 18446744073709551615 4194304 4196468 140733853063904 139807365469664 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22480] ppid=22468 vsize=10551232 memory=139935806102592 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22480/stat : 22480 (java) S 22468 22471 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110442341 10804461568 95978 18446744073709551615 4194304 4196468 140733853063904 139807364417008 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22481] ppid=22468 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22481/stat : 22481 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110442343 10804461568 95978 18446744073709551615 4194304 4196468 140733853063904 139807363365584 139807802619803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22482] ppid=22468 vsize=10551232 memory=-8774313645642428999 CPUtime=0.86 cores=1,3,5,7
/proc/22471/task/22482/stat : 22482 (java) R 22468 22471 8289 0 -1 4202560 2209 0 0 0 86 0 0 0 20 0 15 0 110442343 10804461568 95978 18446744073709551615 4194304 4196468 140733853063904 139807362291616 139807787968242 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22483] ppid=22468 vsize=10551232 memory=0 CPUtime=0.86 cores=1,3,5,7
/proc/22471/task/22483/stat : 22483 (java) R 22468 22471 8289 0 -1 4202560 1913 0 0 0 86 0 0 0 20 0 15 0 110442343 10804461568 95978 18446744073709551615 4194304 4196468 140733853063904 139807361238736 139807787488720 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22484] ppid=22468 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/22471/task/22484/stat : 22484 (java) S 22468 22471 8289 0 -1 1077944384 1514 0 0 0 27 0 0 0 20 0 15 0 110442343 10804461568 95978 18446744073709551615 4194304 4196468 140733853063904 139807292385520 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22485] ppid=22468 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22485/stat : 22485 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110442343 10804461568 95978 18446744073709551615 4194304 4196468 140733853063904 139807291333216 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22486] ppid=22468 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22486/stat : 22486 (java) S 22468 22471 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110442348 10804461568 95978 18446744073709551615 4194304 4196468 140733853063904 139807290280752 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
Current children cumulated CPU time: 3.61 s
Current children cumulated vsize: 10551232 KiB

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

[pid=22471/tid=22485] ppid=22468 vsize=10551232 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22485/stat : 22485 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110442343 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807291333216 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22486] ppid=22468 vsize=10551232 memory=2012 CPUtime=0.1 cores=1,3,5,7
/proc/22471/task/22486/stat : 22486 (java) S 22468 22471 8289 0 -1 1077944384 237 0 0 0 5 5 0 0 20 0 15 0 110442348 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807290280752 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
Current children cumulated CPU time: 1152.22 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8235956 KiB

[startup+308.801 s]
/proc/loadavg: 7.90 5.67 3.69 9/217 22536
/proc/meminfo: memFree=14751532/32770624 swapFree=67108860/67108860
[pid=22471] ppid=22468 vsize=10551232 memory=8235956 CPUtime=1158.41 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22468 22471 8289 0 -1 1077944320 1062181 0 0 0 114931 910 0 0 20 0 15 0 110442329 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 140733853046448 139807802601207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
/proc/22471/statm: 2637808 2058989 3120 1 0 2627261 0
[pid=22471/tid=22473] ppid=22468 vsize=10551232 memory=-8774313645642428999 CPUtime=10.23 cores=1,3,5,7
/proc/22471/task/22473/stat : 22473 (java) S 22468 22471 8289 0 -1 1077944384 17579 0 0 0 1009 14 0 0 20 0 15 0 110442338 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807806838352 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22474] ppid=22468 vsize=10551232 memory=53328 CPUtime=286.11 cores=1,3,5,7
/proc/22471/task/22474/stat : 22474 (java) R 22468 22471 8289 0 -1 4202560 361241 0 0 0 28403 208 0 0 20 0 15 0 110442339 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807763499088 139807785984242 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22475] ppid=22468 vsize=10551232 memory=1296 CPUtime=283.84 cores=1,3,5,7
/proc/22471/task/22475/stat : 22475 (java) R 22468 22471 8289 0 -1 4202560 187266 0 0 0 28165 219 0 0 20 0 15 0 110442339 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807412902408 139807795229415 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22476] ppid=22468 vsize=10551232 memory=8235956 CPUtime=282.72 cores=1,3,5,7
/proc/22471/task/22476/stat : 22476 (java) R 22468 22471 8289 0 -1 4202560 219419 0 0 0 28040 232 0 0 20 0 15 0 110442339 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807411849864 139807795229415 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22477] ppid=22468 vsize=10551232 memory=792 CPUtime=284.13 cores=1,3,5,7
/proc/22471/task/22477/stat : 22477 (java) R 22468 22471 8289 0 -1 4202560 191381 0 0 0 28189 224 0 0 20 0 15 0 110442339 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807410797400 139807787590765 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22478] ppid=22468 vsize=10551232 memory=1716 CPUtime=8.42 cores=1,3,5,7
/proc/22471/task/22478/stat : 22478 (java) S 22468 22471 8289 0 -1 1077944384 74771 0 0 0 837 5 0 0 20 0 15 0 110442340 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807366521936 139807802611413 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22479] ppid=22468 vsize=10551232 memory=8235956 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22479/stat : 22479 (java) S 22468 22471 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110442341 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807365469664 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22480] ppid=22468 vsize=10551232 memory=14356 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22480/stat : 22480 (java) S 22468 22471 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110442341 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807364417008 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22481] ppid=22468 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22481/stat : 22481 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110442343 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807363365584 139807802619803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22482] ppid=22468 vsize=10551232 memory=53328 CPUtime=1.22 cores=1,3,5,7
/proc/22471/task/22482/stat : 22482 (java) S 22468 22471 8289 0 -1 1077944384 3852 0 0 0 122 0 0 0 20 0 15 0 110442343 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807362312224 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22483] ppid=22468 vsize=10551232 memory=8235956 CPUtime=1.22 cores=1,3,5,7
/proc/22471/task/22483/stat : 22483 (java) S 22468 22471 8289 0 -1 1077944384 3108 0 0 0 122 0 0 0 20 0 15 0 110442343 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807361259680 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22484] ppid=22468 vsize=10551232 memory=8235956 CPUtime=0.3 cores=1,3,5,7
/proc/22471/task/22484/stat : 22484 (java) S 22468 22471 8289 0 -1 1077944384 1965 0 0 0 30 0 0 0 20 0 15 0 110442343 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807292385280 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22485] ppid=22468 vsize=10551232 memory=56 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22485/stat : 22485 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110442343 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807291333216 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22486] ppid=22468 vsize=10551232 memory=301741386309566757 CPUtime=0.1 cores=1,3,5,7
/proc/22471/task/22486/stat : 22486 (java) S 22468 22471 8289 0 -1 1077944384 241 0 0 0 5 5 0 0 20 0 15 0 110442348 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807290280752 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
Current children cumulated CPU time: 1158.41 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8235956 KiB

[startup+310.401 s]
/proc/loadavg: 7.90 5.67 3.69 6/217 22536
/proc/meminfo: memFree=14751656/32770624 swapFree=67108860/67108860
[pid=22471] ppid=22468 vsize=10551232 memory=8235956 CPUtime=1164.6 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22468 22471 8289 0 -1 1077944320 1065807 0 0 0 115548 912 0 0 20 0 15 0 110442329 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 140733853046448 139807802601207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
/proc/22471/statm: 2637808 2058989 3120 1 0 2627261 0
[pid=22471/tid=22473] ppid=22468 vsize=10551232 memory=2012 CPUtime=10.23 cores=1,3,5,7
/proc/22471/task/22473/stat : 22473 (java) S 22468 22471 8289 0 -1 1077944384 17579 0 0 0 1009 14 0 0 20 0 15 0 110442338 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807806838352 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22474] ppid=22468 vsize=10551232 memory=11136 CPUtime=287.65 cores=1,3,5,7
/proc/22471/task/22474/stat : 22474 (java) R 22468 22471 8289 0 -1 4202560 361241 0 0 0 28556 209 0 0 20 0 15 0 110442339 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807763499088 139807795229415 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22475] ppid=22468 vsize=10551232 memory=5788 CPUtime=285.36 cores=1,3,5,7
/proc/22471/task/22475/stat : 22475 (java) R 22468 22471 8289 0 -1 4202560 187266 0 0 0 28316 220 0 0 20 0 15 0 110442339 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807412902408 139807795229415 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22476] ppid=22468 vsize=10551232 memory=4612 CPUtime=284.26 cores=1,3,5,7
/proc/22471/task/22476/stat : 22476 (java) R 22468 22471 8289 0 -1 4202560 219419 0 0 0 28194 232 0 0 20 0 15 0 110442339 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807411849864 139807795229415 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22477] ppid=22468 vsize=10551232 memory=-8774313645642428999 CPUtime=285.74 cores=1,3,5,7
/proc/22471/task/22477/stat : 22477 (java) R 22468 22471 8289 0 -1 4202560 195007 0 0 0 28349 225 0 0 20 0 15 0 110442339 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807410797400 139807784154458 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22478] ppid=22468 vsize=10551232 memory=1228 CPUtime=8.42 cores=1,3,5,7
/proc/22471/task/22478/stat : 22478 (java) S 22468 22471 8289 0 -1 1077944384 74771 0 0 0 837 5 0 0 20 0 15 0 110442340 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807366521936 139807802611413 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22479] ppid=22468 vsize=10551232 memory=14356 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22479/stat : 22479 (java) S 22468 22471 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110442341 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807365469664 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22480] ppid=22468 vsize=10551232 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22480/stat : 22480 (java) S 22468 22471 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110442341 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807364417008 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22481] ppid=22468 vsize=10551232 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22481/stat : 22481 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110442343 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807363365584 139807802619803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22482] ppid=22468 vsize=10551232 memory=2440 CPUtime=1.22 cores=1,3,5,7
/proc/22471/task/22482/stat : 22482 (java) S 22468 22471 8289 0 -1 1077944384 3852 0 0 0 122 0 0 0 20 0 15 0 110442343 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807362312224 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22483] ppid=22468 vsize=10551232 memory=1724 CPUtime=1.22 cores=1,3,5,7
/proc/22471/task/22483/stat : 22483 (java) S 22468 22471 8289 0 -1 1077944384 3108 0 0 0 122 0 0 0 20 0 15 0 110442343 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807361259680 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22484] ppid=22468 vsize=10551232 memory=792 CPUtime=0.3 cores=1,3,5,7
/proc/22471/task/22484/stat : 22484 (java) S 22468 22471 8289 0 -1 1077944384 1965 0 0 0 30 0 0 0 20 0 15 0 110442343 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807292385280 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22485] ppid=22468 vsize=10551232 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22485/stat : 22485 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110442343 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807291333216 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22486] ppid=22468 vsize=10551232 memory=1200 CPUtime=0.1 cores=1,3,5,7
/proc/22471/task/22486/stat : 22486 (java) S 22468 22471 8289 0 -1 1077944384 241 0 0 0 5 5 0 0 20 0 15 0 110442348 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807290280752 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
Current children cumulated CPU time: 1164.6 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8235956 KiB

[startup+311.201 s]
/proc/loadavg: 7.90 5.67 3.69 6/217 22536
/proc/meminfo: memFree=14751656/32770624 swapFree=67108860/67108860
[pid=22471] ppid=22468 vsize=10551232 memory=8235956 CPUtime=1166.45 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22468 22471 8289 0 -1 1077944320 1068996 0 0 0 115732 913 0 0 20 0 15 0 110442329 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 140733853046448 139807802601207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
/proc/22471/statm: 2637808 2058989 3120 1 0 2627261 0
[pid=22471/tid=22473] ppid=22468 vsize=10551232 memory=53384 CPUtime=10.23 cores=1,3,5,7
/proc/22471/task/22473/stat : 22473 (java) S 22468 22471 8289 0 -1 1077944384 17579 0 0 0 1009 14 0 0 20 0 15 0 110442338 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807806838352 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22474] ppid=22468 vsize=10551232 memory=1296 CPUtime=287.99 cores=1,3,5,7
/proc/22471/task/22474/stat : 22474 (java) S 22468 22471 8289 0 -1 1077944384 361242 0 0 0 28590 209 0 0 20 0 15 0 110442339 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807763499280 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22475] ppid=22468 vsize=10551232 memory=2440 CPUtime=285.7 cores=1,3,5,7
/proc/22471/task/22475/stat : 22475 (java) S 22468 22471 8289 0 -1 1077944384 187266 0 0 0 28350 220 0 0 20 0 15 0 110442339 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807412902288 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22476] ppid=22468 vsize=10551232 memory=-8774313645642428999 CPUtime=284.62 cores=1,3,5,7
/proc/22471/task/22476/stat : 22476 (java) S 22468 22471 8289 0 -1 1077944384 219419 0 0 0 28229 233 0 0 20 0 15 0 110442339 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807411849744 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22477] ppid=22468 vsize=10551232 memory=1232 CPUtime=286.1 cores=1,3,5,7
/proc/22471/task/22477/stat : 22477 (java) S 22468 22471 8289 0 -1 1077944384 197073 0 0 0 28385 225 0 0 20 0 15 0 110442339 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807410797200 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22478] ppid=22468 vsize=10551232 memory=640 CPUtime=8.85 cores=1,3,5,7
/proc/22471/task/22478/stat : 22478 (java) R 22468 22471 8289 0 -1 4202560 75892 0 0 0 880 5 0 0 20 0 15 0 110442340 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807366521824 139807787597614 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22479] ppid=22468 vsize=10551232 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22479/stat : 22479 (java) S 22468 22471 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110442341 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807365469664 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22480] ppid=22468 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22480/stat : 22480 (java) S 22468 22471 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110442341 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807364417008 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22481] ppid=22468 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22481/stat : 22481 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110442343 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807363365584 139807802619803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22482] ppid=22468 vsize=10551232 memory=139938624438733 CPUtime=1.22 cores=1,3,5,7
/proc/22471/task/22482/stat : 22482 (java) S 22468 22471 8289 0 -1 1077944384 3852 0 0 0 122 0 0 0 20 0 15 0 110442343 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807362312224 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22483] ppid=22468 vsize=10551232 memory=139938624438831 CPUtime=1.22 cores=1,3,5,7
/proc/22471/task/22483/stat : 22483 (java) S 22468 22471 8289 0 -1 1077944384 3108 0 0 0 122 0 0 0 20 0 15 0 110442343 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807361259680 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22484] ppid=22468 vsize=10551232 memory=-8774313645642428999 CPUtime=0.3 cores=1,3,5,7
/proc/22471/task/22484/stat : 22484 (java) S 22468 22471 8289 0 -1 1077944384 1965 0 0 0 30 0 0 0 20 0 15 0 110442343 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807292385280 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22485] ppid=22468 vsize=10551232 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22485/stat : 22485 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110442343 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807291333216 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22486] ppid=22468 vsize=10551232 memory=792 CPUtime=0.1 cores=1,3,5,7
/proc/22471/task/22486/stat : 22486 (java) S 22468 22471 8289 0 -1 1077944384 241 0 0 0 5 5 0 0 20 0 15 0 110442348 10804461568 2058989 18446744073709551615 4194304 4196468 140733853063904 139807290280752 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
Current children cumulated CPU time: 1166.45 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8235956 KiB

[startup+311.601 s]
/proc/loadavg: 7.90 5.67 3.69 6/217 22536
/proc/meminfo: memFree=14751656/32770624 swapFree=67108860/67108860
[pid=22471] ppid=22468 vsize=10684360 memory=8236008 CPUtime=1166.67 cores=1,3,5,7
/proc/22471/stat : 22471 (java) S 22468 22471 8289 0 -1 1077944320 1073205 0 0 0 115754 913 0 0 20 0 16 0 110442329 10940784640 2059002 18446744073709551615 4194304 4196468 140733853063904 140733853046448 139807802601207 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
/proc/22471/statm: 2671090 2059002 3123 1 0 2660543 0
[pid=22471/tid=22473] ppid=22468 vsize=10684360 memory=1296 CPUtime=10.24 cores=1,3,5,7
/proc/22471/task/22473/stat : 22473 (java) S 22468 22471 8289 0 -1 1077944384 18185 0 0 0 1010 14 0 0 20 0 16 0 110442338 10940784640 2059002 18446744073709551615 4194304 4196468 140733853063904 139807806841888 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22474] ppid=22468 vsize=10684360 memory=2440 CPUtime=287.99 cores=1,3,5,7
/proc/22471/task/22474/stat : 22474 (java) S 22468 22471 8289 0 -1 1077944384 361242 0 0 0 28590 209 0 0 20 0 16 0 110442339 10940784640 2059002 18446744073709551615 4194304 4196468 140733853063904 139807763499280 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22475] ppid=22468 vsize=10684360 memory=1724 CPUtime=285.7 cores=1,3,5,7
/proc/22471/task/22475/stat : 22475 (java) S 22468 22471 8289 0 -1 1077944384 187266 0 0 0 28350 220 0 0 20 0 16 0 110442339 10940784640 2059002 18446744073709551615 4194304 4196468 140733853063904 139807412902288 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22476] ppid=22468 vsize=10684360 memory=5788 CPUtime=284.62 cores=1,3,5,7
/proc/22471/task/22476/stat : 22476 (java) S 22468 22471 8289 0 -1 1077944384 219419 0 0 0 28229 233 0 0 20 0 16 0 110442339 10940784640 2059002 18446744073709551615 4194304 4196468 140733853063904 139807411849744 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22477] ppid=22468 vsize=10684360 memory=4612 CPUtime=286.1 cores=1,3,5,7
/proc/22471/task/22477/stat : 22477 (java) S 22468 22471 8289 0 -1 1077944384 197073 0 0 0 28385 225 0 0 20 0 16 0 110442339 10940784640 2059002 18446744073709551615 4194304 4196468 140733853063904 139807410797200 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22478] ppid=22468 vsize=10684360 memory=1436 CPUtime=9.06 cores=1,3,5,7
/proc/22471/task/22478/stat : 22478 (java) S 22468 22471 8289 0 -1 1077944384 79025 0 0 0 901 5 0 0 20 0 16 0 110442340 10940784640 2059002 18446744073709551615 4194304 4196468 140733853063904 139807366523376 139807802612354 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22479] ppid=22468 vsize=10684360 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22479/stat : 22479 (java) S 22468 22471 8289 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 110442341 10940784640 2059002 18446744073709551615 4194304 4196468 140733853063904 139807365469664 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22480] ppid=22468 vsize=10684360 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22480/stat : 22480 (java) S 22468 22471 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110442341 10940784640 2059002 18446744073709551615 4194304 4196468 140733853063904 139807364417008 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22481] ppid=22468 vsize=10684360 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22481/stat : 22481 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110442343 10940784640 2059002 18446744073709551615 4194304 4196468 140733853063904 139807363365584 139807802619803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22482] ppid=22468 vsize=10684360 memory=32824 CPUtime=1.23 cores=1,3,5,7
/proc/22471/task/22482/stat : 22482 (java) S 22468 22471 8289 0 -1 1077944384 3904 0 0 0 123 0 0 0 20 0 16 0 110442343 10940784640 2059002 18446744073709551615 4194304 4196468 140733853063904 139807362312176 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22483] ppid=22468 vsize=10684360 memory=792 CPUtime=1.22 cores=1,3,5,7
/proc/22471/task/22483/stat : 22483 (java) S 22468 22471 8289 0 -1 1077944384 3110 0 0 0 122 0 0 0 20 0 16 0 110442343 10940784640 2059002 18446744073709551615 4194304 4196468 140733853063904 139807361259632 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22484] ppid=22468 vsize=10684360 memory=1716 CPUtime=0.31 cores=1,3,5,7
/proc/22471/task/22484/stat : 22484 (java) S 22468 22471 8289 0 -1 1077944384 2268 0 0 0 31 0 0 0 20 0 16 0 110442343 10940784640 2059002 18446744073709551615 4194304 4196468 140733853063904 139807292385520 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22485] ppid=22468 vsize=10684360 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/22471/task/22485/stat : 22485 (java) S 22468 22471 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110442343 10940784640 2059002 18446744073709551615 4194304 4196468 140733853063904 139807291333216 139807802611413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
[pid=22471/tid=22486] ppid=22468 vsize=10684360 memory=14356 CPUtime=0.1 cores=1,3,5,7
/proc/22471/task/22486/stat : 22486 (java) S 22468 22471 8289 0 -1 1077944384 241 0 0 0 5 5 0 0 20 0 16 0 110442348 10940784640 2059002 18446744073709551615 4194304 4196468 140733853063904 139807290280752 139807802612354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14106624 140733853069712 140733853069865 140733853069865 140733853073359 0
Current children cumulated CPU time: 1166.67 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8236008 KiB

Child status: 1
Real time (s): 311.683
CPU time (s): 1166.75
CPU user time (s): 1157.54
CPU system time (s): 9.20325
CPU usage (%): 374.338
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8236008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1157.54
system time used= 9.20325
maximum resident set size= 8236196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1073643
page faults= 0
swaps= 0
block input operations= 0
block output operations= 480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30247
involuntary context switches= 36287


# summary of solver processes directly reported to runsolver:
#   pid: 22471
#   total CPU time (s): 1166.75
#   total CPU user time (s): 1157.54
#   total CPU system time (s): 9.20325

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.93059 second user time and 3.10521 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 13:57:04
IDJOB=4263482
IDBENCH=126851
IDSOLVER=2651
FILE ID=node133/4263482-1502626271
RUNJOBID= node133-1502619490-21335
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PropStress/PropStress-m1-s1/PropStress-0450.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263482-1502626271/watcher-4263482-1502626271 -o /tmp/evaluation-result-4263482-1502626271/solver-4263482-1502626271 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21335 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263482-1502626271.xml

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

MD5SUM BENCH= ffc1a166c9e21b9812230f61f9b6f38e
RANDOM SEED=1031909230

node133.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.17
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.17
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.17
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.17
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:        23409764 kB
MemAvailable:   23993400 kB
Buffers:          230840 kB
Cached:           647104 kB
SwapCached:            0 kB
Active:          8724276 kB
Inactive:         173692 kB
Active(anon):    7960568 kB
Inactive(anon):   100840 kB
Active(file):     763708 kB
Inactive(file):    72852 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5116 kB
Writeback:            16 kB
AnonPages:       8019664 kB
Mapped:            67696 kB
Shmem:             41660 kB
Slab:             153028 kB
SReclaimable:     125824 kB
SUnreclaim:        27204 kB
KernelStack:        3488 kB
PageTables:        20616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8266580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7794688 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= 62024 MiB
End job on node133 at 2017-08-13 14:02:15