Trace number 4263483

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? 640.55798 175.282

General information on the benchmark

NamePropStress/PropStress-m1-s1/
PropStress-0600.xml
MD5SUMa04cbf963a24580000cf8d80e23a65fb
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1202
Number of constraints181501
Number of domains1
Minimum domain size360001
Maximum domain size360001
Distribution of domain sizes[{"size":360001,"count":1202}]
Minimum variable degree2
Maximum variable degree601
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":599},{"degree":600,"count":599},{"degree":601,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":181501}]
Number of extensional constraints0
Number of intensional constraints181501
Distribution of constraint types[{"type":"intension","count":181501}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263483-1502626218/watcher-4263483-1502626218 -o /tmp/evaluation-result-4263483-1502626218/solver-4263483-1502626218 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3944 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263483-1502626218.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
solver pid=6427, runsolver pid=6424
Current StackSize limit: 8192 KiB


[startup+0.100113 s]*
/proc/loadavg: 5.69 6.43 4.83 8/215 6442
/proc/meminfo: memFree=25605056/32770624 swapFree=67108860/67108860
[pid=6427] ppid=6424 vsize=10555400 memory=29660 CPUtime=0.13 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6424 6427 32402 0 -1 1077944320 6563 0 0 0 12 1 0 0 20 0 15 0 95709482 10808729600 7415 33554432000 4194304 4196468 140730084542112 140730084524656 139832317320951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
/proc/6427/statm: 2638850 7415 2790 1 0 2627263 0
[pid=6427/tid=6429] ppid=6424 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) R 6424 6427 32402 0 -1 4202560 4384 0 0 0 8 1 0 0 20 0 15 0 95709482 10808729600 7415 33554432000 4194304 4196468 140730084542112 139832321543984 139832317342298 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6430] ppid=6424 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) S 6424 6427 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95709483 10808729600 7415 33554432000 4194304 4196468 140730084542112 139832259324688 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6431] ppid=6424 vsize=10555400 memory=139835831572096 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) S 6424 6427 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95709483 10808729600 7415 33554432000 4194304 4196468 140730084542112 139832258272144 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6432] ppid=6424 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) S 6424 6427 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95709483 10808729600 7415 33554432000 4194304 4196468 140730084542112 139831922187280 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6433] ppid=6424 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) S 6424 6427 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95709483 10808729600 7415 33554432000 4194304 4196468 140730084542112 139831921134736 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6434] ppid=6424 vsize=10555400 memory=139835831572096 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) S 6424 6427 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95709484 10808729600 7415 33554432000 4194304 4196468 140730084542112 139831877183472 139832317332098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6435] ppid=6424 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) S 6424 6427 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95709485 10808729600 7415 33554432000 4194304 4196468 140730084542112 139831876129696 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6436] ppid=6424 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) S 6424 6427 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95709485 10808729600 7415 33554432000 4194304 4196468 140730084542112 139831875077104 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6437] ppid=6424 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6437/stat : 6437 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95709487 10808729600 7415 33554432000 4194304 4196468 140730084542112 139831874025680 139832317339547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6438] ppid=6424 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6438/stat : 6438 (java) S 6424 6427 32402 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 95709487 10808729600 7415 33554432000 4194304 4196468 140730084542112 139831872973296 139832317332098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6439] ppid=6424 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6439/stat : 6439 (java) S 6424 6427 32402 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 95709487 10808729600 7415 33554432000 4194304 4196468 140730084542112 139831871920752 139832317332098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6440] ppid=6424 vsize=10555400 memory=139835831572096 CPUtime=0.02 cores=1,3,5,7
/proc/6427/task/6440/stat : 6440 (java) R 6424 6427 32402 0 -1 4202560 387 0 0 0 2 0 0 0 20 0 15 0 95709487 10808729600 7415 33554432000 4194304 4196468 140730084542112 139831870868208 139832317332886 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6441] ppid=6424 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6441/stat : 6441 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95709488 10808729600 7415 33554432000 4194304 4196468 140730084542112 139831869815904 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6442] ppid=6424 vsize=10555400 memory=139835831572096 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6442/stat : 6442 (java) S 6424 6427 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95709488 10808729600 7415 33554432000 4194304 4196468 140730084542112 139831868762416 139832317332098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29660 KiB

[startup+0.215442 s]*
/proc/loadavg: 5.69 6.43 4.83 9/215 6442
/proc/meminfo: memFree=25595096/32770624 swapFree=67108860/67108860
[pid=6427] ppid=6424 vsize=10555400 memory=42144 CPUtime=0.35 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6424 6427 32402 0 -1 1077944320 8103 0 0 0 33 2 0 0 20 0 15 0 95709482 10808729600 10536 33554432000 4194304 4196468 140730084542112 140730084524656 139832317320951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
/proc/6427/statm: 2638850 10536 2996 1 0 2627263 0
[pid=6427/tid=6429] ppid=6424 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) R 6424 6427 32402 0 -1 4202560 4992 0 0 0 19 1 0 0 20 0 15 0 95709482 10808729600 10536 33554432000 4194304 4196468 140730084542112 139832321557152 139832317342877 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6430] ppid=6424 vsize=10555400 memory=339 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) S 6424 6427 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95709483 10808729600 10536 33554432000 4194304 4196468 140730084542112 139832259324688 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6431] ppid=6424 vsize=10555400 memory=139835831750612 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) S 6424 6427 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95709483 10808729600 10536 33554432000 4194304 4196468 140730084542112 139832258272144 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6432] ppid=6424 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) S 6424 6427 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95709483 10808729600 10536 33554432000 4194304 4196468 140730084542112 139831922187280 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6433] ppid=6424 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) S 6424 6427 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95709483 10808729600 10536 33554432000 4194304 4196468 140730084542112 139831921134736 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6434] ppid=6424 vsize=10555400 memory=139835831572096 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) S 6424 6427 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95709484 10808729600 10536 33554432000 4194304 4196468 140730084542112 139831877183472 139832317332098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6435] ppid=6424 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) S 6424 6427 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95709485 10808729600 10536 33554432000 4194304 4196468 140730084542112 139831876129696 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6436] ppid=6424 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) S 6424 6427 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95709485 10808729600 10536 33554432000 4194304 4196468 140730084542112 139831875077104 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6437] ppid=6424 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6437/stat : 6437 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95709487 10808729600 10536 33554432000 4194304 4196468 140730084542112 139831874025680 139832317339547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6438] ppid=6424 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6427/task/6438/stat : 6438 (java) R 6424 6427 32402 0 -1 4202560 483 0 0 0 2 0 0 0 20 0 15 0 95709487 10808729600 10536 33554432000 4194304 4196468 140730084542112 139831872965248 139832310417347 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6439] ppid=6424 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6427/task/6439/stat : 6439 (java) R 6424 6427 32402 0 -1 4202560 402 0 0 0 2 0 0 0 20 0 15 0 95709487 10808729600 10536 33554432000 4194304 4196468 140730084542112 139831871901768 139832297660854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6440] ppid=6424 vsize=10555400 memory=139835831572096 CPUtime=0.07 cores=1,3,5,7
/proc/6427/task/6440/stat : 6440 (java) R 6424 6427 32402 0 -1 1077944384 864 0 0 0 7 0 0 0 20 0 15 0 95709487 10808729600 10536 33554432000 4194304 4196468 140730084542112 139831870863472 139832317331157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6441] ppid=6424 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6441/stat : 6441 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95709488 10808729600 10536 33554432000 4194304 4196468 140730084542112 139831869815904 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6442] ppid=6424 vsize=10555400 memory=139835831572096 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6442/stat : 6442 (java) S 6424 6427 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95709488 10808729600 10536 33554432000 4194304 4196468 140730084542112 139831868762416 139832317332098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 42144 KiB

[startup+0.310702 s]*
/proc/loadavg: 5.69 6.43 4.83 8/215 6442
/proc/meminfo: memFree=25577168/32770624 swapFree=67108860/67108860
[pid=6427] ppid=6424 vsize=10555400 memory=59236 CPUtime=0.65 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6424 6427 32402 0 -1 1077944320 9822 0 0 0 63 2 0 0 20 0 15 0 95709482 10808729600 14809 33554432000 4194304 4196468 140730084542112 140730084524656 139832317320951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
/proc/6427/statm: 2638850 14809 3030 1 0 2627263 0
[pid=6427/tid=6429] ppid=6424 vsize=10555400 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) R 6424 6427 32402 0 -1 4202560 5010 0 0 0 29 1 0 0 20 0 15 0 95709482 10808729600 14809 33554432000 4194304 4196468 140730084542112 139832321557152 139832317342877 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6430] ppid=6424 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) S 6424 6427 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95709483 10808729600 14809 33554432000 4194304 4196468 140730084542112 139832259324688 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6431] ppid=6424 vsize=10555400 memory=139835831630112 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) S 6424 6427 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95709483 10808729600 14809 33554432000 4194304 4196468 140730084542112 139832258272144 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6432] ppid=6424 vsize=10555400 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) S 6424 6427 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95709483 10808729600 14809 33554432000 4194304 4196468 140730084542112 139831922187280 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6433] ppid=6424 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) S 6424 6427 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95709483 10808729600 14809 33554432000 4194304 4196468 140730084542112 139831921134736 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6434] ppid=6424 vsize=10555400 memory=139835831637024 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) S 6424 6427 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95709484 10808729600 14809 33554432000 4194304 4196468 140730084542112 139831877183472 139832317332098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6435] ppid=6424 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) S 6424 6427 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95709485 10808729600 14809 33554432000 4194304 4196468 140730084542112 139831876129696 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6436] ppid=6424 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) S 6424 6427 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95709485 10808729600 14809 33554432000 4194304 4196468 140730084542112 139831875077104 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6437] ppid=6424 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6437/stat : 6437 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95709487 10808729600 14809 33554432000 4194304 4196468 140730084542112 139831874025680 139832317339547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6438] ppid=6424 vsize=10555400 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/6427/task/6438/stat : 6438 (java) R 6424 6427 32402 0 -1 4202560 1224 0 0 0 11 0 0 0 20 0 15 0 95709487 10808729600 14809 33554432000 4194304 4196468 140730084542112 139831872962096 139832296654945 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6439] ppid=6424 vsize=10555400 memory=139835679559183 CPUtime=0.12 cores=1,3,5,7
/proc/6427/task/6439/stat : 6439 (java) R 6424 6427 32402 0 -1 4202560 965 0 0 0 12 0 0 0 20 0 15 0 95709487 10808729600 14809 33554432000 4194304 4196468 140730084542112 139831871905416 139832301231886 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6440] ppid=6424 vsize=10555400 memory=139835831578446 CPUtime=0.09 cores=1,3,5,7
/proc/6427/task/6440/stat : 6440 (java) R 6424 6427 32402 0 -1 1077944384 1256 0 0 0 9 0 0 0 20 0 15 0 95709487 10808729600 14809 33554432000 4194304 4196468 140730084542112 139831870868208 139832317332098 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6441] ppid=6424 vsize=10555400 memory=139835679563727 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6441/stat : 6441 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95709488 10808729600 14809 33554432000 4194304 4196468 140730084542112 139831869815904 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6442] ppid=6424 vsize=10555400 memory=279671511152576 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6442/stat : 6442 (java) S 6424 6427 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95709488 10808729600 14809 33554432000 4194304 4196468 140730084542112 139831868762416 139832317332098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 59236 KiB

[startup+0.701491 s]
/proc/loadavg: 5.69 6.43 4.83 7/215 6442
/proc/meminfo: memFree=25527708/32770624 swapFree=67108860/67108860
[pid=6427] ppid=6424 vsize=10555476 memory=137604 CPUtime=1.62 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6424 6427 32402 0 -1 1077944320 11174 0 0 0 157 5 0 0 20 0 15 0 95709482 10808807424 34401 33554432000 4194304 4196468 140730084542112 140730084524656 139832317320951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
/proc/6427/statm: 2638869 34401 3072 1 0 2627263 0
[pid=6427/tid=6429] ppid=6424 vsize=10555476 memory=2372 CPUtime=0.68 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) R 6424 6427 32402 0 -1 4202560 5779 0 0 0 64 4 0 0 20 0 15 0 95709482 10808807424 34401 33554432000 4194304 4196468 140730084542112 139832321556304 139831941481219 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6430] ppid=6424 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) S 6424 6427 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95709483 10808807424 34401 33554432000 4194304 4196468 140730084542112 139832259324688 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6431] ppid=6424 vsize=10555476 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) S 6424 6427 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95709483 10808807424 34401 33554432000 4194304 4196468 140730084542112 139832258272144 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6432] ppid=6424 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) S 6424 6427 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95709483 10808807424 34401 33554432000 4194304 4196468 140730084542112 139831922187280 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6433] ppid=6424 vsize=10555476 memory=15580 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) S 6424 6427 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95709483 10808807424 34401 33554432000 4194304 4196468 140730084542112 139831921134736 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6434] ppid=6424 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) S 6424 6427 32402 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 95709484 10808807424 34401 33554432000 4194304 4196468 140730084542112 139831877183472 139832317332098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6435] ppid=6424 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) S 6424 6427 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95709485 10808807424 34401 33554432000 4194304 4196468 140730084542112 139831876129696 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6436] ppid=6424 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) S 6424 6427 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95709485 10808807424 34401 33554432000 4194304 4196468 140730084542112 139831875077104 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6437] ppid=6424 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6437/stat : 6437 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95709487 10808807424 34401 33554432000 4194304 4196468 140730084542112 139831874025680 139832317339547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6438] ppid=6424 vsize=10555476 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/6427/task/6438/stat : 6438 (java) R 6424 6427 32402 0 -1 4202560 1384 0 0 0 32 0 0 0 20 0 15 0 95709487 10808807424 34401 33554432000 4194304 4196468 140730084542112 139831872961440 139832300817739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6439] ppid=6424 vsize=10555476 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/6427/task/6439/stat : 6439 (java) R 6424 6427 32402 0 -1 4202560 1024 0 0 0 35 0 0 0 20 0 15 0 95709487 10808807424 34401 33554432000 4194304 4196468 140730084542112 139831871902320 139832300815392 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6440] ppid=6424 vsize=10555476 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/6427/task/6440/stat : 6440 (java) S 6424 6427 32402 0 -1 1077944384 1616 0 0 0 25 0 0 0 20 0 15 0 95709487 10808807424 34401 33554432000 4194304 4196468 140730084542112 139831870868208 139832317332098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6441] ppid=6424 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6441/stat : 6441 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95709488 10808807424 34401 33554432000 4194304 4196468 140730084542112 139831869815904 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6442] ppid=6424 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6442/stat : 6442 (java) S 6424 6427 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95709488 10808807424 34401 33554432000 4194304 4196468 140730084542112 139831868762416 139832317332098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 137604 KiB

[startup+1.50549 s]
/proc/loadavg: 5.69 6.43 4.83 8/215 6442
/proc/meminfo: memFree=25379884/32770624 swapFree=67108860/67108860
[pid=6427] ppid=6424 vsize=10555476 memory=450628 CPUtime=3.64 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6424 6427 32402 0 -1 1077944320 13663 0 0 0 336 28 0 0 20 0 15 0 95709482 10808807424 112657 33554432000 4194304 4196468 140730084542112 140730084524656 139832317320951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
/proc/6427/statm: 2638869 112657 3120 1 0 2627263 0
[pid=6427/tid=6429] ppid=6424 vsize=10555476 memory=3467834613764207679 CPUtime=1.31 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) R 6424 6427 32402 0 -1 4202560 5874 0 0 0 125 6 0 0 20 0 15 0 95709482 10808807424 112657 33554432000 4194304 4196468 140730084542112 139832321558096 139831938458758 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6430] ppid=6424 vsize=10555476 memory=254012 CPUtime=0.12 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) S 6424 6427 32402 0 -1 1077944384 307 0 0 0 8 4 0 0 20 0 15 0 95709483 10808807424 112657 33554432000 4194304 4196468 140730084542112 139832259324688 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6431] ppid=6424 vsize=10555476 memory=2241 CPUtime=0.15 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) S 6424 6427 32402 0 -1 1077944384 188 0 0 0 10 5 0 0 20 0 15 0 95709483 10808807424 112657 33554432000 4194304 4196468 140730084542112 139832258272144 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6432] ppid=6424 vsize=10555476 memory=1200 CPUtime=0.14 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) S 6424 6427 32402 0 -1 1077944384 172 0 0 0 9 5 0 0 20 0 15 0 95709483 10808807424 112657 33554432000 4194304 4196468 140730084542112 139831922187280 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6433] ppid=6424 vsize=10555476 memory=15872 CPUtime=0.13 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) S 6424 6427 32402 0 -1 1077944384 272 0 0 0 9 4 0 0 20 0 15 0 95709483 10808807424 112657 33554432000 4194304 4196468 140730084542112 139831921134736 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6434] ppid=6424 vsize=10555476 memory=15580 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) S 6424 6427 32402 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 95709484 10808807424 112657 33554432000 4194304 4196468 140730084542112 139831877183472 139832317332098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0

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

[pid=6427/tid=6441] ppid=6424 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6441/stat : 6441 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95709488 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831869815904 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6442] ppid=6424 vsize=10555476 memory=288292168702114073 CPUtime=0.05 cores=1,3,5,7
/proc/6427/task/6442/stat : 6442 (java) S 6424 6427 32402 0 -1 1077944384 536 0 0 0 4 1 0 0 20 0 15 0 95709488 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831868762416 139832317332098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
Current children cumulated CPU time: 621.22 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8378256 KiB

[startup+172.801 s]
/proc/loadavg: 7.35 6.63 5.16 9/215 6445
/proc/meminfo: memFree=14928088/32770624 swapFree=67108860/67108860
[pid=6427] ppid=6424 vsize=10555476 memory=8378256 CPUtime=633.61 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6424 6427 32402 0 -1 1077944320 279877 0 0 0 62622 739 0 0 20 0 15 0 95709482 10808807424 2094564 33554432000 4194304 4196468 140730084542112 140730084524656 139832317320951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
/proc/6427/statm: 2638869 2094564 3143 1 0 2627263 0
[pid=6427/tid=6429] ppid=6424 vsize=10555476 memory=8112282956445269571 CPUtime=7.41 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) S 6424 6427 32402 0 -1 1077944384 15318 0 0 0 728 13 0 0 20 0 15 0 95709482 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139832321557808 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6430] ppid=6424 vsize=10555476 memory=1160 CPUtime=153.7 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) R 6424 6427 32402 0 -1 4202560 69220 0 0 0 15194 176 0 0 20 0 15 0 95709483 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139832259324496 139832309949159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6431] ppid=6424 vsize=10555476 memory=3004 CPUtime=153.77 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) R 6424 6427 32402 0 -1 4202560 44763 0 0 0 15195 182 0 0 20 0 15 0 95709483 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139832258271952 139832309949159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6432] ppid=6424 vsize=10555476 memory=8378256 CPUtime=153.73 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) R 6424 6427 32402 0 -1 4202560 68957 0 0 0 15192 181 0 0 20 0 15 0 95709483 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831922187400 139832309949159 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6433] ppid=6424 vsize=10555476 memory=8378256 CPUtime=154.04 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) R 6424 6427 32402 0 -1 4202560 37433 0 0 0 15225 179 0 0 20 0 15 0 95709483 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831921134624 139832301778410 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6434] ppid=6424 vsize=10555476 memory=27524 CPUtime=8.35 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) S 6424 6427 32402 0 -1 1077944384 36440 0 0 0 833 2 0 0 20 0 15 0 95709484 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831877182032 139832317331157 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6435] ppid=6424 vsize=10555476 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) S 6424 6427 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95709485 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831876129760 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6436] ppid=6424 vsize=10555476 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) S 6424 6427 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95709485 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831875077120 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6437] ppid=6424 vsize=10555476 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6437/stat : 6437 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95709487 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831874025680 139832317339547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6438] ppid=6424 vsize=10555476 memory=8112282956445269571 CPUtime=1.04 cores=1,3,5,7
/proc/6427/task/6438/stat : 6438 (java) S 6424 6427 32402 0 -1 1077944384 1921 0 0 0 104 0 0 0 20 0 15 0 95709487 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831872973344 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6439] ppid=6424 vsize=10555476 memory=800 CPUtime=1.1 cores=1,3,5,7
/proc/6427/task/6439/stat : 6439 (java) S 6424 6427 32402 0 -1 1077944384 1980 0 0 0 110 0 0 0 20 0 15 0 95709487 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831871920512 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6440] ppid=6424 vsize=10555476 memory=12068 CPUtime=0.3 cores=1,3,5,7
/proc/6427/task/6440/stat : 6440 (java) S 6424 6427 32402 0 -1 1077944384 1949 0 0 0 30 0 0 0 20 0 15 0 95709487 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831870868256 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6441] ppid=6424 vsize=10555476 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6441/stat : 6441 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95709488 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831869815904 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6442] ppid=6424 vsize=10555476 memory=8112282956445269571 CPUtime=0.05 cores=1,3,5,7
/proc/6427/task/6442/stat : 6442 (java) S 6424 6427 32402 0 -1 1077944384 536 0 0 0 4 1 0 0 20 0 15 0 95709488 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831868762416 139832317332098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
Current children cumulated CPU time: 633.61 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8378256 KiB

[startup+174.401 s]
/proc/loadavg: 7.35 6.63 5.16 9/215 6445
/proc/meminfo: memFree=14928088/32770624 swapFree=67108860/67108860
[pid=6427] ppid=6424 vsize=10555476 memory=8378256 CPUtime=639.79 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6424 6427 32402 0 -1 1077944320 280215 0 0 0 63238 741 0 0 20 0 15 0 95709482 10808807424 2094564 33554432000 4194304 4196468 140730084542112 140730084524656 139832317320951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
/proc/6427/statm: 2638869 2094564 3143 1 0 2627263 0
[pid=6427/tid=6429] ppid=6424 vsize=10555476 memory=4612 CPUtime=7.41 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) S 6424 6427 32402 0 -1 1077944384 15318 0 0 0 728 13 0 0 20 0 15 0 95709482 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139832321557808 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6430] ppid=6424 vsize=10555476 memory=8112282956445269571 CPUtime=155.24 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) R 6424 6427 32402 0 -1 4202560 69220 0 0 0 15347 177 0 0 20 0 15 0 95709483 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139832259324496 139832309949159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6431] ppid=6424 vsize=10555476 memory=4100 CPUtime=155.31 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) R 6424 6427 32402 0 -1 4202560 44763 0 0 0 15348 183 0 0 20 0 15 0 95709483 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139832258271952 139832309949159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6432] ppid=6424 vsize=10555476 memory=27524 CPUtime=155.24 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) R 6424 6427 32402 0 -1 4202560 68957 0 0 0 15342 182 0 0 20 0 15 0 95709483 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831922187400 139832309949159 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6433] ppid=6424 vsize=10555476 memory=1292 CPUtime=155.64 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) R 6424 6427 32402 0 -1 4202560 37771 0 0 0 15385 179 0 0 20 0 15 0 95709483 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831921134624 139832302310604 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6434] ppid=6424 vsize=10555476 memory=2448 CPUtime=8.35 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) S 6424 6427 32402 0 -1 1077944384 36440 0 0 0 833 2 0 0 20 0 15 0 95709484 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831877182032 139832317331157 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6435] ppid=6424 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) S 6424 6427 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95709485 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831876129760 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6436] ppid=6424 vsize=10555476 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) S 6424 6427 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95709485 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831875077120 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6437] ppid=6424 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6437/stat : 6437 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95709487 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831874025680 139832317339547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6438] ppid=6424 vsize=10555476 memory=15580 CPUtime=1.04 cores=1,3,5,7
/proc/6427/task/6438/stat : 6438 (java) S 6424 6427 32402 0 -1 1077944384 1921 0 0 0 104 0 0 0 20 0 15 0 95709487 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831872973344 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6439] ppid=6424 vsize=10555476 memory=4052 CPUtime=1.1 cores=1,3,5,7
/proc/6427/task/6439/stat : 6439 (java) S 6424 6427 32402 0 -1 1077944384 1980 0 0 0 110 0 0 0 20 0 15 0 95709487 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831871920512 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6440] ppid=6424 vsize=10555476 memory=16236 CPUtime=0.3 cores=1,3,5,7
/proc/6427/task/6440/stat : 6440 (java) S 6424 6427 32402 0 -1 1077944384 1949 0 0 0 30 0 0 0 20 0 15 0 95709487 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831870868256 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6441] ppid=6424 vsize=10555476 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6441/stat : 6441 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95709488 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831869815904 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6442] ppid=6424 vsize=10555476 memory=644 CPUtime=0.05 cores=1,3,5,7
/proc/6427/task/6442/stat : 6442 (java) S 6424 6427 32402 0 -1 1077944384 536 0 0 0 4 1 0 0 20 0 15 0 95709488 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831868762416 139832317332098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
Current children cumulated CPU time: 639.79 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8378256 KiB

[startup+174.801 s]
/proc/loadavg: 7.35 6.63 5.16 9/215 6445
/proc/meminfo: memFree=14928088/32770624 swapFree=67108860/67108860
[pid=6427] ppid=6424 vsize=10555476 memory=8378256 CPUtime=640.26 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6424 6427 32402 0 -1 1077944320 280215 0 0 0 63285 741 0 0 20 0 15 0 95709482 10808807424 2094564 33554432000 4194304 4196468 140730084542112 140730084524656 139832317320951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
/proc/6427/statm: 2638869 2094564 3143 1 0 2627263 0
[pid=6427/tid=6429] ppid=6424 vsize=10555476 memory=15872 CPUtime=7.41 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) S 6424 6427 32402 0 -1 1077944384 15318 0 0 0 728 13 0 0 20 0 15 0 95709482 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139832321557808 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6430] ppid=6424 vsize=10555476 memory=15580 CPUtime=155.26 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) S 6424 6427 32402 0 -1 1077944384 69220 0 0 0 15349 177 0 0 20 0 15 0 95709483 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139832259324688 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6431] ppid=6424 vsize=10555476 memory=4052 CPUtime=155.33 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) S 6424 6427 32402 0 -1 1077944384 44763 0 0 0 15350 183 0 0 20 0 15 0 95709483 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139832258272144 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6432] ppid=6424 vsize=10555476 memory=16236 CPUtime=155.27 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) S 6424 6427 32402 0 -1 1077944384 68957 0 0 0 15345 182 0 0 20 0 15 0 95709483 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831922187280 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6433] ppid=6424 vsize=10555476 memory=1796 CPUtime=155.67 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) S 6424 6427 32402 0 -1 1077944384 37771 0 0 0 15388 179 0 0 20 0 15 0 95709483 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831921134736 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6434] ppid=6424 vsize=10555476 memory=644 CPUtime=8.72 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) R 6424 6427 32402 0 -1 4202560 36440 0 0 0 870 2 0 0 20 0 15 0 95709484 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831877181920 139832302317303 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6435] ppid=6424 vsize=10555476 memory=960 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) S 6424 6427 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95709485 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831876129760 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6436] ppid=6424 vsize=10555476 memory=4388 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) S 6424 6427 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95709485 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831875077120 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6437] ppid=6424 vsize=10555476 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6437/stat : 6437 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95709487 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831874025680 139832317339547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6438] ppid=6424 vsize=10555476 memory=932 CPUtime=1.04 cores=1,3,5,7
/proc/6427/task/6438/stat : 6438 (java) S 6424 6427 32402 0 -1 1077944384 1921 0 0 0 104 0 0 0 20 0 15 0 95709487 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831872973344 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6439] ppid=6424 vsize=10555476 memory=8112282956445269571 CPUtime=1.1 cores=1,3,5,7
/proc/6427/task/6439/stat : 6439 (java) S 6424 6427 32402 0 -1 1077944384 1980 0 0 0 110 0 0 0 20 0 15 0 95709487 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831871920512 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6440] ppid=6424 vsize=10555476 memory=8378256 CPUtime=0.3 cores=1,3,5,7
/proc/6427/task/6440/stat : 6440 (java) S 6424 6427 32402 0 -1 1077944384 1949 0 0 0 30 0 0 0 20 0 15 0 95709487 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831870868256 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6441] ppid=6424 vsize=10555476 memory=2812 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6441/stat : 6441 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95709488 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831869815904 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6442] ppid=6424 vsize=10555476 memory=4096 CPUtime=0.05 cores=1,3,5,7
/proc/6427/task/6442/stat : 6442 (java) S 6424 6427 32402 0 -1 1077944384 536 0 0 0 4 1 0 0 20 0 15 0 95709488 10808807424 2094564 33554432000 4194304 4196468 140730084542112 139831868762416 139832317332098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
Current children cumulated CPU time: 640.26 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8378256 KiB

[startup+175.201 s]
/proc/loadavg: 7.35 6.63 5.16 6/215 6445
/proc/meminfo: memFree=14928088/32770624 swapFree=67108860/67108860
[pid=6427] ppid=6424 vsize=10688604 memory=8378300 CPUtime=640.51 cores=1,3,5,7
/proc/6427/stat : 6427 (java) S 6424 6427 32402 0 -1 1077944320 280480 0 0 0 63309 742 0 0 20 0 16 0 95709482 10945130496 2094575 33554432000 4194304 4196468 140730084542112 140730084524656 139832317320951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
/proc/6427/statm: 2672151 2094575 3146 1 0 2660545 0
[pid=6427/tid=6429] ppid=6424 vsize=10688604 memory=1236 CPUtime=7.41 cores=1,3,5,7
/proc/6427/task/6429/stat : 6429 (java) S 6424 6427 32402 0 -1 1077944384 15374 0 0 0 728 13 0 0 20 0 16 0 95709482 10945130496 2094575 33554432000 4194304 4196468 140730084542112 139832321561632 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6430] ppid=6424 vsize=10688604 memory=932 CPUtime=155.26 cores=1,3,5,7
/proc/6427/task/6430/stat : 6430 (java) S 6424 6427 32402 0 -1 1077944384 69220 0 0 0 15349 177 0 0 20 0 16 0 95709483 10945130496 2094575 33554432000 4194304 4196468 140730084542112 139832259324688 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6431] ppid=6424 vsize=10688604 memory=1568 CPUtime=155.33 cores=1,3,5,7
/proc/6427/task/6431/stat : 6431 (java) S 6424 6427 32402 0 -1 1077944384 44763 0 0 0 15350 183 0 0 20 0 16 0 95709483 10945130496 2094575 33554432000 4194304 4196468 140730084542112 139832258272144 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6432] ppid=6424 vsize=10688604 memory=27524 CPUtime=155.27 cores=1,3,5,7
/proc/6427/task/6432/stat : 6432 (java) S 6424 6427 32402 0 -1 1077944384 68957 0 0 0 15345 182 0 0 20 0 16 0 95709483 10945130496 2094575 33554432000 4194304 4196468 140730084542112 139831922187280 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6433] ppid=6424 vsize=10688604 memory=1292 CPUtime=155.67 cores=1,3,5,7
/proc/6427/task/6433/stat : 6433 (java) S 6424 6427 32402 0 -1 1077944384 37771 0 0 0 15388 179 0 0 20 0 16 0 95709483 10945130496 2094575 33554432000 4194304 4196468 140730084542112 139831921134736 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6434] ppid=6424 vsize=10688604 memory=2448 CPUtime=8.95 cores=1,3,5,7
/proc/6427/task/6434/stat : 6434 (java) S 6424 6427 32402 0 -1 1077944384 36505 0 0 0 893 2 0 0 20 0 16 0 95709484 10945130496 2094575 33554432000 4194304 4196468 140730084542112 139831877183472 139832317332098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6435] ppid=6424 vsize=10688604 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6435/stat : 6435 (java) S 6424 6427 32402 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 95709485 10945130496 2094575 33554432000 4194304 4196468 140730084542112 139831876129760 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6436] ppid=6424 vsize=10688604 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6436/stat : 6436 (java) S 6424 6427 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95709485 10945130496 2094575 33554432000 4194304 4196468 140730084542112 139831875077120 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6437] ppid=6424 vsize=10688604 memory=800 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6437/stat : 6437 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95709487 10945130496 2094575 33554432000 4194304 4196468 140730084542112 139831874025680 139832317339547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6438] ppid=6424 vsize=10688604 memory=12068 CPUtime=1.04 cores=1,3,5,7
/proc/6427/task/6438/stat : 6438 (java) S 6424 6427 32402 0 -1 1077944384 1921 0 0 0 104 0 0 0 20 0 16 0 95709487 10945130496 2094575 33554432000 4194304 4196468 140730084542112 139831872973296 139832317332098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6439] ppid=6424 vsize=10688604 memory=1440 CPUtime=1.1 cores=1,3,5,7
/proc/6427/task/6439/stat : 6439 (java) S 6424 6427 32402 0 -1 1077944384 1980 0 0 0 110 0 0 0 20 0 16 0 95709487 10945130496 2094575 33554432000 4194304 4196468 140730084542112 139831871920752 139832317332098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6440] ppid=6424 vsize=10688604 memory=5792 CPUtime=0.31 cores=1,3,5,7
/proc/6427/task/6440/stat : 6440 (java) S 6424 6427 32402 0 -1 1077944384 2044 0 0 0 31 0 0 0 20 0 16 0 95709487 10945130496 2094575 33554432000 4194304 4196468 140730084542112 139831870868208 139832317332098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6441] ppid=6424 vsize=10688604 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/6427/task/6441/stat : 6441 (java) S 6424 6427 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95709488 10945130496 2094575 33554432000 4194304 4196468 140730084542112 139831869815904 139832317331157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
[pid=6427/tid=6442] ppid=6424 vsize=10688604 memory=1948 CPUtime=0.05 cores=1,3,5,7
/proc/6427/task/6442/stat : 6442 (java) S 6424 6427 32402 0 -1 1077944384 536 0 0 0 4 1 0 0 20 0 16 0 95709488 10945130496 2094575 33554432000 4194304 4196468 140730084542112 139831868762416 139832317332098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 12091392 140730084545670 140730084545823 140730084545823 140730084548559 0
Current children cumulated CPU time: 640.51 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8378300 KiB

Child status: 1
Real time (s): 175.282
CPU time (s): 640.558
CPU user time (s): 633.096
CPU system time (s): 7.46156
CPU usage (%): 365.443
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8378300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 633.096
system time used= 7.46156
maximum resident set size= 8378560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280527
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18070
involuntary context switches= 20327


# summary of solver processes directly reported to runsolver:
#   pid: 6427
#   total CPU time (s): 640.558
#   total CPU user time (s): 633.096
#   total CPU system time (s): 7.46156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.01061 second user time and 1.86058 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 13:56:00
IDJOB=4263483
IDBENCH=126843
IDSOLVER=2651
FILE ID=node113/4263483-1502626218
RUNJOBID= node113-1502615983-3944
PBS_JOBID= 20628303
Free space on /tmp= 61780 MiB

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

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

MD5SUM BENCH= a04cbf963a24580000cf8d80e23a65fb
RANDOM SEED=1744163680

node113.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.89
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.89
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.89
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.89
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:        25623216 kB
MemAvailable:   25947800 kB
Buffers:          109796 kB
Cached:           502004 kB
SwapCached:            0 kB
Active:          6543364 kB
Inactive:         154608 kB
Active(anon):    6036736 kB
Inactive(anon):    77700 kB
Active(file):     506628 kB
Inactive(file):    76908 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8324 kB
Writeback:             0 kB
AnonPages:       6092840 kB
Mapped:            54896 kB
Shmem:             25224 kB
Slab:             139832 kB
SReclaimable:     113768 kB
SUnreclaim:        26064 kB
KernelStack:        3488 kB
PageTables:        17092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6516304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4792320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61776 MiB
End job on node113 at 2017-08-13 13:58:55