Trace number 4262822

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1696.58 470.22501

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-75.xml
MD5SUMd512fd03759c8e886ee5b37275b97c5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size45
Distribution of domain sizes[{"size":19,"count":1},{"size":45,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262822-1502634979/watcher-4262822-1502634979 -o /tmp/evaluation-result-4262822-1502634979/solver-4262822-1502634979 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502634120-3432 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262822-1502634979.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=3454, runsolver pid=3449
Current StackSize limit: 8192 KiB


[startup+0.100128 s]*
/proc/loadavg: 1.02 0.96 1.24 3/215 3491
/proc/meminfo: memFree=27064240/32770624 swapFree=67108860/67108860
[pid=3454] ppid=3449 vsize=10555400 memory=30484 CPUtime=0.12 cores=0,2,4,6
/proc/3454/stat : 3454 (java) S 3449 3454 30942 0 -1 1077944320 6672 0 0 0 10 2 0 0 20 0 15 0 96585717 10808729600 7621 33554432000 4194304 4196468 140721380722032 140721380704576 140168946913015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
/proc/3454/statm: 2638850 7621 2817 1 0 2627263 0
[pid=3454/tid=3458] ppid=3449 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/3454/task/3458/stat : 3458 (java) R 3449 3454 30942 0 -1 4202560 4518 0 0 0 8 1 0 0 20 0 15 0 96585717 10808729600 7621 33554432000 4194304 4196468 140721380722032 140168951101360 140168930993502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3459] ppid=3449 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3459/stat : 3459 (java) S 3449 3454 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585718 10808729600 7621 33554432000 4194304 4196468 140721380722032 140168883603856 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3460] ppid=3449 vsize=10555400 memory=139772658599552 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3460/stat : 3460 (java) S 3449 3454 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585718 10808729600 7621 33554432000 4194304 4196468 140721380722032 140168882551056 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3461] ppid=3449 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3461/stat : 3461 (java) S 3449 3454 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585718 10808729600 7621 33554432000 4194304 4196468 140721380722032 140168881498768 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3462] ppid=3449 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3462/stat : 3462 (java) S 3449 3454 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585718 10808729600 7621 33554432000 4194304 4196468 140721380722032 140168880445968 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3470] ppid=3449 vsize=10555400 memory=139772658599552 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3470/stat : 3470 (java) S 3449 3454 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585719 10808729600 7621 33554432000 4194304 4196468 140721380722032 140168438504048 140168946924162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3475] ppid=3449 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3475/stat : 3475 (java) S 3449 3454 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96585720 10808729600 7621 33554432000 4194304 4196468 140721380722032 140168437450016 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3476] ppid=3449 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3476/stat : 3476 (java) S 3449 3454 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96585720 10808729600 7621 33554432000 4194304 4196468 140721380722032 140168436397680 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3480] ppid=3449 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3480/stat : 3480 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585723 10808729600 7621 33554432000 4194304 4196468 140721380722032 140168435346000 140168946931611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3481] ppid=3449 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3481/stat : 3481 (java) S 3449 3454 30942 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 96585723 10808729600 7621 33554432000 4194304 4196468 140721380722032 140168434292848 140168946924162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3482] ppid=3449 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3482/stat : 3482 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585723 10808729600 7621 33554432000 4194304 4196468 140721380722032 140168433240048 140168946924162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3483] ppid=3449 vsize=10555400 memory=139772658599552 CPUtime=0.01 cores=0,2,4,6
/proc/3454/task/3483/stat : 3483 (java) R 3449 3454 30942 0 -1 4202560 360 0 0 0 1 0 0 0 20 0 15 0 96585723 10808729600 7621 33554432000 4194304 4196468 140721380722032 140168432187760 140168924938898 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3484] ppid=3449 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3484/stat : 3484 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585723 10808729600 7621 33554432000 4194304 4196468 140721380722032 140168431135200 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3485] ppid=3449 vsize=10555400 memory=139772658599552 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3485/stat : 3485 (java) S 3449 3454 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585723 10808729600 7621 33554432000 4194304 4196468 140721380722032 140168430082992 140168946924162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30484 KiB

[startup+0.210664 s]*
/proc/loadavg: 1.02 0.96 1.24 5/215 3491
/proc/meminfo: memFree=27043396/32770624 swapFree=67108860/67108860
[pid=3454] ppid=3449 vsize=10555432 memory=41256 CPUtime=0.3 cores=0,2,4,6
/proc/3454/stat : 3454 (java) S 3449 3454 30942 0 -1 1077944320 8020 0 0 0 28 2 0 0 20 0 15 0 96585717 10808762368 10314 33554432000 4194304 4196468 140721380722032 140721380704576 140168946913015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
/proc/3454/statm: 2638858 10314 2957 1 0 2627271 0
[pid=3454/tid=3458] ppid=3449 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/3454/task/3458/stat : 3458 (java) R 3449 3454 30942 0 -1 4202560 5198 0 0 0 18 2 0 0 20 0 15 0 96585717 10808729600 10314 33554432000 4194304 4196468 140721380722032 140168951122816 140168946934941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3459] ppid=3449 vsize=10555400 memory=343 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3459/stat : 3459 (java) S 3449 3454 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585718 10808729600 10314 33554432000 4194304 4196468 140721380722032 140168883603856 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3460] ppid=3449 vsize=10555400 memory=139772658757626 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3460/stat : 3460 (java) S 3449 3454 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585718 10808729600 10314 33554432000 4194304 4196468 140721380722032 140168882551056 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3461] ppid=3449 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3461/stat : 3461 (java) S 3449 3454 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585718 10808729600 10314 33554432000 4194304 4196468 140721380722032 140168881498768 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3462] ppid=3449 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3462/stat : 3462 (java) S 3449 3454 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585718 10808729600 10314 33554432000 4194304 4196468 140721380722032 140168880445968 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3470] ppid=3449 vsize=10555400 memory=139772658599552 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3470/stat : 3470 (java) S 3449 3454 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585719 10808729600 10314 33554432000 4194304 4196468 140721380722032 140168438504048 140168946924162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3475] ppid=3449 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3475/stat : 3475 (java) S 3449 3454 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96585720 10808729600 10314 33554432000 4194304 4196468 140721380722032 140168437450016 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3476] ppid=3449 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3476/stat : 3476 (java) S 3449 3454 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96585720 10808729600 10314 33554432000 4194304 4196468 140721380722032 140168436397680 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3480] ppid=3449 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3480/stat : 3480 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585723 10808729600 10314 33554432000 4194304 4196468 140721380722032 140168435346000 140168946931611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3481] ppid=3449 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3454/task/3481/stat : 3481 (java) S 3449 3454 30942 0 -1 1077944384 651 0 0 0 2 0 0 0 20 0 15 0 96585723 10808729600 10314 33554432000 4194304 4196468 140721380722032 140168434292848 140168946924162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3482] ppid=3449 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/3454/task/3482/stat : 3482 (java) S 3449 3454 30942 0 -1 1077944384 338 0 0 0 1 0 0 0 20 0 15 0 96585723 10808729600 10314 33554432000 4194304 4196468 140721380722032 140168433240048 140168946924162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3483] ppid=3449 vsize=10555400 memory=139772658599552 CPUtime=0.05 cores=0,2,4,6
/proc/3454/task/3483/stat : 3483 (java) R 3449 3454 30942 0 -1 4202560 515 0 0 0 5 0 0 0 20 0 15 0 96585723 10808729600 10314 33554432000 4194304 4196468 140721380722032 140168432187760 140168939150142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3484] ppid=3449 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3484/stat : 3484 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585723 10808729600 10314 33554432000 4194304 4196468 140721380722032 140168431135200 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3485] ppid=3449 vsize=10555400 memory=139772658599552 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3485/stat : 3485 (java) S 3449 3454 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585723 10808729600 10314 33554432000 4194304 4196468 140721380722032 140168430082992 140168946924162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555432 KiB
Current children cumulated memory: 41256 KiB

[startup+0.310812 s]*
/proc/loadavg: 1.02 0.96 1.24 6/215 3491
/proc/meminfo: memFree=27025344/32770624 swapFree=67108860/67108860
[pid=3454] ppid=3449 vsize=10555476 memory=50160 CPUtime=0.49 cores=0,2,4,6
/proc/3454/stat : 3454 (java) S 3449 3454 30942 0 -1 1077944320 8788 0 0 0 46 3 0 0 20 0 15 0 96585717 10808807424 12540 33554432000 4194304 4196468 140721380722032 140721380704576 140168946913015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
/proc/3454/statm: 2638869 12540 2999 1 0 2627263 0
[pid=3454/tid=3458] ppid=3449 vsize=10555476 memory=7721456952516489779 CPUtime=0.29 cores=0,2,4,6
/proc/3454/task/3458/stat : 3458 (java) R 3449 3454 30942 0 -1 4202560 5683 0 0 0 27 2 0 0 20 0 15 0 96585717 10808807424 12540 33554432000 4194304 4196468 140721380722032 140168951148128 140168558174228 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3459] ppid=3449 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3459/stat : 3459 (java) S 3449 3454 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585718 10808807424 12540 33554432000 4194304 4196468 140721380722032 140168883603856 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3460] ppid=3449 vsize=10555476 memory=139772658650656 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3460/stat : 3460 (java) S 3449 3454 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585718 10808807424 12540 33554432000 4194304 4196468 140721380722032 140168882551056 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3461] ppid=3449 vsize=10555476 memory=53476 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3461/stat : 3461 (java) S 3449 3454 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585718 10808807424 12540 33554432000 4194304 4196468 140721380722032 140168881498768 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3462] ppid=3449 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3462/stat : 3462 (java) S 3449 3454 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585718 10808807424 12540 33554432000 4194304 4196468 140721380722032 140168880445968 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3470] ppid=3449 vsize=10555476 memory=139772658657568 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3470/stat : 3470 (java) S 3449 3454 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585719 10808807424 12540 33554432000 4194304 4196468 140721380722032 140168438504048 140168946924162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3475] ppid=3449 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3475/stat : 3475 (java) S 3449 3454 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96585720 10808807424 12540 33554432000 4194304 4196468 140721380722032 140168437450016 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3476] ppid=3449 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3476/stat : 3476 (java) S 3449 3454 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96585720 10808807424 12540 33554432000 4194304 4196468 140721380722032 140168436397680 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3480] ppid=3449 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3480/stat : 3480 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585723 10808807424 12540 33554432000 4194304 4196468 140721380722032 140168435346000 140168946931611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3481] ppid=3449 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/3454/task/3481/stat : 3481 (java) R 3449 3454 30942 0 -1 1077944384 722 0 0 0 4 0 0 0 20 0 15 0 96585723 10808807424 12540 33554432000 4194304 4196468 140721380722032 140168434284800 140168946923221 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3482] ppid=3449 vsize=10555476 memory=139772530118095 CPUtime=0.03 cores=0,2,4,6
/proc/3454/task/3482/stat : 3482 (java) R 3449 3454 30942 0 -1 4202560 364 0 0 0 3 0 0 0 20 0 15 0 96585723 10808807424 12540 33554432000 4194304 4196468 140721380722032 140168433240144 140168939150142 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3483] ppid=3449 vsize=10555476 memory=139772658602985 CPUtime=0.11 cores=0,2,4,6
/proc/3454/task/3483/stat : 3483 (java) S 3449 3454 30942 0 -1 1077944384 652 0 0 0 11 0 0 0 20 0 15 0 96585723 10808807424 12540 33554432000 4194304 4196468 140721380722032 140168432187760 140168946924162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3484] ppid=3449 vsize=10555476 memory=139772530127311 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3484/stat : 3484 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585723 10808807424 12540 33554432000 4194304 4196468 140721380722032 140168431135200 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3485] ppid=3449 vsize=10555476 memory=279545188739008 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3485/stat : 3485 (java) R 3449 3454 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585723 10808807424 12540 33554432000 4194304 4196468 140721380722032 140168430082992 140168946924162 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 50160 KiB

[startup+0.700764 s]
/proc/loadavg: 1.02 0.96 1.24 7/215 3491
/proc/meminfo: memFree=26932316/32770624 swapFree=67108860/67108860
[pid=3454] ppid=3449 vsize=10555476 memory=134608 CPUtime=1.44 cores=0,2,4,6
/proc/3454/stat : 3454 (java) S 3449 3454 30942 0 -1 1077944320 10387 0 0 0 138 6 0 0 20 0 15 0 96585717 10808807424 33652 33554432000 4194304 4196468 140721380722032 140721380704576 140168946913015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
/proc/3454/statm: 2638869 33652 3082 1 0 2627263 0
[pid=3454/tid=3458] ppid=3449 vsize=10555476 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/3454/task/3458/stat : 3458 (java) R 3449 3454 30942 0 -1 4202560 5804 0 0 0 64 4 0 0 20 0 15 0 96585717 10808807424 33652 33554432000 4194304 4196468 140721380722032 140168951148416 140168931993777 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3459] ppid=3449 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3459/stat : 3459 (java) S 3449 3454 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585718 10808807424 33652 33554432000 4194304 4196468 140721380722032 140168883603856 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3460] ppid=3449 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3460/stat : 3460 (java) S 3449 3454 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585718 10808807424 33652 33554432000 4194304 4196468 140721380722032 140168882551056 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3461] ppid=3449 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3461/stat : 3461 (java) S 3449 3454 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585718 10808807424 33652 33554432000 4194304 4196468 140721380722032 140168881498768 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3462] ppid=3449 vsize=10555476 memory=8242257093008570165 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3462/stat : 3462 (java) S 3449 3454 30942 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96585718 10808807424 33652 33554432000 4194304 4196468 140721380722032 140168880445968 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3470] ppid=3449 vsize=10555476 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3470/stat : 3470 (java) S 3449 3454 30942 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96585719 10808807424 33652 33554432000 4194304 4196468 140721380722032 140168438504048 140168946924162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3475] ppid=3449 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3475/stat : 3475 (java) S 3449 3454 30942 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96585720 10808807424 33652 33554432000 4194304 4196468 140721380722032 140168437450016 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3476] ppid=3449 vsize=10555476 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3476/stat : 3476 (java) S 3449 3454 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96585720 10808807424 33652 33554432000 4194304 4196468 140721380722032 140168436397680 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3480] ppid=3449 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3480/stat : 3480 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585723 10808807424 33652 33554432000 4194304 4196468 140721380722032 140168435346000 140168946931611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3481] ppid=3449 vsize=10555476 memory=2244 CPUtime=0.27 cores=0,2,4,6
/proc/3454/task/3481/stat : 3481 (java) S 3449 3454 30942 0 -1 1077944384 1296 0 0 0 27 0 0 0 20 0 15 0 96585723 10808807424 33652 33554432000 4194304 4196468 140721380722032 140168434292848 140168946924162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3482] ppid=3449 vsize=10555476 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/3454/task/3482/stat : 3482 (java) S 3449 3454 30942 0 -1 1077944384 903 0 0 0 28 0 0 0 20 0 15 0 96585723 10808807424 33652 33554432000 4194304 4196468 140721380722032 140168433240048 140168946924162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3483] ppid=3449 vsize=10555476 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/3454/task/3483/stat : 3483 (java) S 3449 3454 30942 0 -1 1077944384 1012 0 0 0 17 0 0 0 20 0 15 0 96585723 10808807424 33652 33554432000 4194304 4196468 140721380722032 140168432187760 140168946924162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3484] ppid=3449 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3484/stat : 3484 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96585723 10808807424 33652 33554432000 4194304 4196468 140721380722032 140168431135200 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3485] ppid=3449 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3485/stat : 3485 (java) S 3449 3454 30942 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96585723 10808807424 33652 33554432000 4194304 4196468 140721380722032 140168430082992 140168946924162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 134608 KiB

[startup+1.50082 s]
/proc/loadavg: 1.34 1.03 1.26 8/215 3491
/proc/meminfo: memFree=26731380/32770624 swapFree=67108860/67108860
[pid=3454] ppid=3449 vsize=10555476 memory=322600 CPUtime=3.64 cores=0,2,4,6
/proc/3454/stat : 3454 (java) S 3449 3454 30942 0 -1 1077944320 15820 0 0 0 347 17 0 0 20 0 15 0 96585717 10808807424 80650 33554432000 4194304 4196468 140721380722032 140721380704576 140168946913015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
/proc/3454/statm: 2638869 80650 3118 1 0 2627263 0
[pid=3454/tid=3458] ppid=3449 vsize=10555476 memory=279545060523840 CPUtime=1.37 cores=0,2,4,6
/proc/3454/task/3458/stat : 3458 (java) R 3449 3454 30942 0 -1 4202560 6015 0 0 0 132 5 0 0 20 0 15 0 96585717 10808807424 80650 33554432000 4194304 4196468 140721380722032 140168951149232 140168559636084 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3459] ppid=3449 vsize=10555476 memory=139772530136336 CPUtime=0.09 cores=0,2,4,6
/proc/3454/task/3459/stat : 3459 (java) S 3449 3454 30942 0 -1 1077944384 114 0 0 0 7 2 0 0 20 0 15 0 96585718 10808807424 80650 33554432000 4194304 4196468 140721380722032 140168883603856 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3460] ppid=3449 vsize=10555476 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3454/task/3460/stat : 3460 (java) S 3449 3454 30942 0 -1 1077944384 119 0 0 0 7 2 0 0 20 0 15 0 96585718 10808807424 80650 33554432000 4194304 4196468 140721380722032 140168882551056 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3461] ppid=3449 vsize=10555476 memory=279545060537056 CPUtime=0.09 cores=0,2,4,6
/proc/3454/task/3461/stat : 3461 (java) S 3449 3454 30942 0 -1 1077944384 118 0 0 0 7 2 0 0 20 0 15 0 96585718 10808807424 80650 33554432000 4194304 4196468 140721380722032 140168881498768 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3462] ppid=3449 vsize=10555476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3454/task/3462/stat : 3462 (java) S 3449 3454 30942 0 -1 1077944384 96 0 0 0 6 1 0 0 20 0 15 0 96585718 10808807424 80650 33554432000 4194304 4196468 140721380722032 140168880445968 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3470] ppid=3449 vsize=10555476 memory=-7880843606118635149 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3470/stat : 3470 (java) S 3449 3454 30942 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 96585719 10808807424 80650 33554432000 4194304 4196468 140721380722032 140168438504048 140168946924162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0

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

/proc/3454/task/3458/stat : 3458 (java) S 3449 3454 30942 0 -1 1077944384 12724 0 0 0 1541 10 0 0 20 0 16 0 96585717 10945130496 2048600 33554432000 4194304 4196468 140721380722032 140168951153696 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3459] ppid=3449 vsize=10688604 memory=8194364 CPUtime=408.21 cores=0,2,4,6
/proc/3454/task/3459/stat : 3459 (java) R 3449 3454 30942 0 -1 4202560 55321 0 0 0 40663 158 0 0 20 0 16 0 96585718 10945130496 2048600 33554432000 4194304 4196468 140721380722032 140168883603976 140168939541223 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3460] ppid=3449 vsize=10688604 memory=8112282956445269571 CPUtime=409.33 cores=0,2,4,6
/proc/3454/task/3460/stat : 3460 (java) R 3449 3454 30942 0 -1 4202560 93069 0 0 0 40761 172 0 0 20 0 16 0 96585718 10945130496 2048600 33554432000 4194304 4196468 140721380722032 140168882551256 140168931902611 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3461] ppid=3449 vsize=10688604 memory=3832 CPUtime=408.78 cores=0,2,4,6
/proc/3454/task/3461/stat : 3461 (java) R 3449 3454 30942 0 -1 4202560 51906 0 0 0 40710 168 0 0 20 0 16 0 96585718 10945130496 2048600 33554432000 4194304 4196468 140721380722032 140168881498576 140168939541223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3462] ppid=3449 vsize=10688604 memory=8194400 CPUtime=407.04 cores=0,2,4,6
/proc/3454/task/3462/stat : 3462 (java) R 3449 3454 30942 0 -1 4202560 110390 0 0 0 40525 179 0 0 20 0 16 0 96585718 10945130496 2048600 33554432000 4194304 4196468 140721380722032 140168880446088 140168939541223 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3470] ppid=3449 vsize=10688604 memory=8194400 CPUtime=36.31 cores=0,2,4,6
/proc/3454/task/3470/stat : 3470 (java) S 3449 3454 30942 0 -1 1077944384 77436 0 0 0 3627 4 0 0 20 0 16 0 96585719 10945130496 2048600 33554432000 4194304 4196468 140721380722032 140168438502592 140168946923221 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3475] ppid=3449 vsize=10688604 memory=48 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3475/stat : 3475 (java) S 3449 3454 30942 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96585720 10945130496 2048600 33554432000 4194304 4196468 140721380722032 140168437450080 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3476] ppid=3449 vsize=10688604 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3476/stat : 3476 (java) S 3449 3454 30942 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96585720 10945130496 2048600 33554432000 4194304 4196468 140721380722032 140168436397696 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3480] ppid=3449 vsize=10688604 memory=27780 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3480/stat : 3480 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96585723 10945130496 2048600 33554432000 4194304 4196468 140721380722032 140168435346000 140168946931611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3481] ppid=3449 vsize=10688604 memory=1292 CPUtime=1.79 cores=0,2,4,6
/proc/3454/task/3481/stat : 3481 (java) S 3449 3454 30942 0 -1 1077944384 10168 0 0 0 178 1 0 0 20 0 16 0 96585723 10945130496 2048600 33554432000 4194304 4196468 140721380722032 140168434292896 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3482] ppid=3449 vsize=10688604 memory=8112282956445269571 CPUtime=0.86 cores=0,2,4,6
/proc/3454/task/3482/stat : 3482 (java) S 3449 3454 30942 0 -1 1077944384 3976 0 0 0 85 1 0 0 20 0 16 0 96585723 10945130496 2048600 33554432000 4194304 4196468 140721380722032 140168433239808 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3483] ppid=3449 vsize=10688604 memory=1228 CPUtime=0.27 cores=0,2,4,6
/proc/3454/task/3483/stat : 3483 (java) S 3449 3454 30942 0 -1 1077944384 2225 0 0 0 27 0 0 0 20 0 16 0 96585723 10945130496 2048600 33554432000 4194304 4196468 140721380722032 140168432186656 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3484] ppid=3449 vsize=10688604 memory=5428 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3484/stat : 3484 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96585723 10945130496 2048600 33554432000 4194304 4196468 140721380722032 140168431135200 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3485] ppid=3449 vsize=10688604 memory=4624 CPUtime=0.16 cores=0,2,4,6
/proc/3454/task/3485/stat : 3485 (java) S 3449 3454 30942 0 -1 1077944384 1400 0 0 0 9 7 0 0 20 0 16 0 96585723 10945130496 2048600 33554432000 4194304 4196468 140721380722032 140168430082992 140168946924162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3503] ppid=3449 vsize=10688604 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3503/stat : 3503 (java) S 3449 3454 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96629783 10945130496 2048600 33554432000 4194304 4196468 140721380722032 140168429026864 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
Current children cumulated CPU time: 1688.37 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8194400 KiB

[startup+468.801 s]
/proc/loadavg: 7.98 6.29 3.67 6/198 3539
/proc/meminfo: memFree=18897868/32770624 swapFree=67108860/67108860
[pid=3454] ppid=3449 vsize=10688604 memory=8194404 CPUtime=1694.57 cores=0,2,4,6
/proc/3454/stat : 3454 (java) S 3449 3454 30942 0 -1 1077944320 420614 0 0 0 168753 704 0 0 20 0 16 0 96585717 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140721380704576 140168946913015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
/proc/3454/statm: 2672151 2048601 3138 1 0 2660545 0
[pid=3454/tid=3458] ppid=3449 vsize=10688604 memory=8112282956445269571 CPUtime=15.51 cores=0,2,4,6
/proc/3454/task/3458/stat : 3458 (java) S 3449 3454 30942 0 -1 1077944384 12724 0 0 0 1541 10 0 0 20 0 16 0 96585717 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168951153696 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3459] ppid=3449 vsize=10688604 memory=8112282956445269571 CPUtime=409.74 cores=0,2,4,6
/proc/3454/task/3459/stat : 3459 (java) R 3449 3454 30942 0 -1 4202560 55321 0 0 0 40816 158 0 0 20 0 16 0 96585718 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168883603664 140168939541223 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3460] ppid=3449 vsize=10688604 memory=8194400 CPUtime=410.94 cores=0,2,4,6
/proc/3454/task/3460/stat : 3460 (java) R 3449 3454 30942 0 -1 4202560 93627 0 0 0 40921 173 0 0 20 0 16 0 96585718 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168882551256 140168940016662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3461] ppid=3449 vsize=10688604 memory=8194400 CPUtime=410.32 cores=0,2,4,6
/proc/3454/task/3461/stat : 3461 (java) R 3449 3454 30942 0 -1 4202560 51906 0 0 0 40863 169 0 0 20 0 16 0 96585718 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168881498888 140168939541223 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3462] ppid=3449 vsize=10688604 memory=8194400 CPUtime=408.57 cores=0,2,4,6
/proc/3454/task/3462/stat : 3462 (java) R 3449 3454 30942 0 -1 4202560 110390 0 0 0 40676 181 0 0 20 0 16 0 96585718 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168880445776 140168939541223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3470] ppid=3449 vsize=10688604 memory=8112282956445269571 CPUtime=36.31 cores=0,2,4,6
/proc/3454/task/3470/stat : 3470 (java) S 3449 3454 30942 0 -1 1077944384 77436 0 0 0 3627 4 0 0 20 0 16 0 96585719 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168438502592 140168946923221 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3475] ppid=3449 vsize=10688604 memory=956 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3475/stat : 3475 (java) S 3449 3454 30942 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96585720 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168437450080 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3476] ppid=3449 vsize=10688604 memory=8194404 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3476/stat : 3476 (java) S 3449 3454 30942 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96585720 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168436397696 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3480] ppid=3449 vsize=10688604 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3480/stat : 3480 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168435346000 140168946931611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3481] ppid=3449 vsize=10688604 memory=932 CPUtime=1.79 cores=0,2,4,6
/proc/3454/task/3481/stat : 3481 (java) S 3449 3454 30942 0 -1 1077944384 10168 0 0 0 178 1 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168434292896 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3482] ppid=3449 vsize=10688604 memory=8112282956445269571 CPUtime=0.86 cores=0,2,4,6
/proc/3454/task/3482/stat : 3482 (java) S 3449 3454 30942 0 -1 1077944384 3976 0 0 0 85 1 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168433239808 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3483] ppid=3449 vsize=10688604 memory=4124 CPUtime=0.27 cores=0,2,4,6
/proc/3454/task/3483/stat : 3483 (java) S 3449 3454 30942 0 -1 1077944384 2225 0 0 0 27 0 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168432186656 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3484] ppid=3449 vsize=10688604 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3484/stat : 3484 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168431135200 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3485] ppid=3449 vsize=10688604 memory=6760 CPUtime=0.16 cores=0,2,4,6
/proc/3454/task/3485/stat : 3485 (java) S 3449 3454 30942 0 -1 1077944384 1400 0 0 0 9 7 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168430082992 140168946924162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3503] ppid=3449 vsize=10688604 memory=840 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3503/stat : 3503 (java) S 3449 3454 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96629783 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168429026864 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
Current children cumulated CPU time: 1694.57 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8194404 KiB

[startup+469.601 s]
/proc/loadavg: 7.98 6.29 3.67 5/195 3550
/proc/meminfo: memFree=18900708/32770624 swapFree=67108860/67108860
[pid=3454] ppid=3449 vsize=10688604 memory=8194404 CPUtime=1695.95 cores=0,2,4,6
/proc/3454/stat : 3454 (java) S 3449 3454 30942 0 -1 1077944320 420614 0 0 0 168891 704 0 0 20 0 16 0 96585717 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140721380704576 140168946913015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
/proc/3454/statm: 2672151 2048601 3138 1 0 2660545 0
[pid=3454/tid=3458] ppid=3449 vsize=10688604 memory=13056 CPUtime=15.51 cores=0,2,4,6
/proc/3454/task/3458/stat : 3458 (java) S 3449 3454 30942 0 -1 1077944384 12724 0 0 0 1541 10 0 0 20 0 16 0 96585717 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168951153696 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3459] ppid=3449 vsize=10688604 memory=8112282956445269571 CPUtime=409.93 cores=0,2,4,6
/proc/3454/task/3459/stat : 3459 (java) S 3449 3454 30942 0 -1 1077944384 55321 0 0 0 40835 158 0 0 20 0 16 0 96585718 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168883603856 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3460] ppid=3449 vsize=10688604 memory=956 CPUtime=411.14 cores=0,2,4,6
/proc/3454/task/3460/stat : 3460 (java) S 3449 3454 30942 0 -1 1077944384 93627 0 0 0 40941 173 0 0 20 0 16 0 96585718 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168882551056 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3461] ppid=3449 vsize=10688604 memory=2344 CPUtime=410.51 cores=0,2,4,6
/proc/3454/task/3461/stat : 3461 (java) S 3449 3454 30942 0 -1 1077944384 51906 0 0 0 40882 169 0 0 20 0 16 0 96585718 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168881498768 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3462] ppid=3449 vsize=10688604 memory=1576 CPUtime=408.76 cores=0,2,4,6
/proc/3454/task/3462/stat : 3462 (java) S 3449 3454 30942 0 -1 1077944384 110390 0 0 0 40695 181 0 0 20 0 16 0 96585718 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168880445968 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3470] ppid=3449 vsize=10688604 memory=932 CPUtime=36.91 cores=0,2,4,6
/proc/3454/task/3470/stat : 3470 (java) R 3449 3454 30942 0 -1 4202560 77436 0 0 0 3687 4 0 0 20 0 16 0 96585719 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168438502592 140168931370635 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3475] ppid=3449 vsize=10688604 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3475/stat : 3475 (java) S 3449 3454 30942 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96585720 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168437450080 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3476] ppid=3449 vsize=10688604 memory=27780 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3476/stat : 3476 (java) S 3449 3454 30942 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96585720 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168436397696 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3480] ppid=3449 vsize=10688604 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3480/stat : 3480 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168435346000 140168946931611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3481] ppid=3449 vsize=10688604 memory=2428 CPUtime=1.79 cores=0,2,4,6
/proc/3454/task/3481/stat : 3481 (java) S 3449 3454 30942 0 -1 1077944384 10168 0 0 0 178 1 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168434292896 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3482] ppid=3449 vsize=10688604 memory=1732 CPUtime=0.86 cores=0,2,4,6
/proc/3454/task/3482/stat : 3482 (java) S 3449 3454 30942 0 -1 1077944384 3976 0 0 0 85 1 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168433239808 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3483] ppid=3449 vsize=10688604 memory=1944 CPUtime=0.27 cores=0,2,4,6
/proc/3454/task/3483/stat : 3483 (java) S 3449 3454 30942 0 -1 1077944384 2225 0 0 0 27 0 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168432186656 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3484] ppid=3449 vsize=10688604 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3484/stat : 3484 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168431135200 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3485] ppid=3449 vsize=10688604 memory=1228 CPUtime=0.16 cores=0,2,4,6
/proc/3454/task/3485/stat : 3485 (java) S 3449 3454 30942 0 -1 1077944384 1400 0 0 0 9 7 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168430082992 140168946924162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3503] ppid=3449 vsize=10688604 memory=5428 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3503/stat : 3503 (java) S 3449 3454 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96629783 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168429026864 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
Current children cumulated CPU time: 1695.95 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8194404 KiB

[startup+470.001 s]*
/proc/loadavg: 7.98 6.29 3.67 2/195 3550
/proc/meminfo: memFree=18900656/32770624 swapFree=67108860/67108860
[pid=3454] ppid=3449 vsize=10688604 memory=8194404 CPUtime=1696.36 cores=0,2,4,6
/proc/3454/stat : 3454 (java) S 3449 3454 30942 0 -1 1077944320 420614 0 0 0 168932 704 0 0 20 0 16 0 96585717 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140721380704576 140168946913015 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
/proc/3454/statm: 2672151 2048601 3138 1 0 2660545 0
[pid=3454/tid=3458] ppid=3449 vsize=10688604 memory=6935054825532540783 CPUtime=15.51 cores=0,2,4,6
/proc/3454/task/3458/stat : 3458 (java) S 3449 3454 30942 0 -1 1077944384 12724 0 0 0 1541 10 0 0 20 0 16 0 96585717 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168951153696 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3459] ppid=3449 vsize=10688604 memory=4126316290023845779 CPUtime=409.93 cores=0,2,4,6
/proc/3454/task/3459/stat : 3459 (java) S 3449 3454 30942 0 -1 1077944384 55321 0 0 0 40835 158 0 0 20 0 16 0 96585718 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168883603856 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3460] ppid=3449 vsize=10688604 memory=7305796714355577684 CPUtime=411.14 cores=0,2,4,6
/proc/3454/task/3460/stat : 3460 (java) S 3449 3454 30942 0 -1 1077944384 93627 0 0 0 40941 173 0 0 20 0 16 0 96585718 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168882551056 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3461] ppid=3449 vsize=10688604 memory=7305796714355577684 CPUtime=410.51 cores=0,2,4,6
/proc/3454/task/3461/stat : 3461 (java) S 3449 3454 30942 0 -1 1077944384 51906 0 0 0 40882 169 0 0 20 0 16 0 96585718 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168881498768 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3462] ppid=3449 vsize=10688604 memory=7450470454322028883 CPUtime=408.76 cores=0,2,4,6
/proc/3454/task/3462/stat : 3462 (java) S 3449 3454 30942 0 -1 1077944384 110390 0 0 0 40695 181 0 0 20 0 16 0 96585718 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168880445968 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3470] ppid=3449 vsize=10688604 memory=7013041834953960301 CPUtime=37.32 cores=0,2,4,6
/proc/3454/task/3470/stat : 3470 (java) R 3449 3454 30942 0 -1 4202560 77436 0 0 0 3728 4 0 0 20 0 16 0 96585719 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168438502592 140168931370646 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3475] ppid=3449 vsize=10688604 memory=7451312594010531682 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3475/stat : 3475 (java) S 3449 3454 30942 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96585720 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168437450080 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3476] ppid=3449 vsize=10688604 memory=7451312594010531682 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3476/stat : 3476 (java) S 3449 3454 30942 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 96585720 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168436397696 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3480] ppid=3449 vsize=10688604 memory=7450470454322028883 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3480/stat : 3480 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168435346000 140168946931611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3481] ppid=3449 vsize=10688604 memory=7451038875726931047 CPUtime=1.79 cores=0,2,4,6
/proc/3454/task/3481/stat : 3481 (java) S 3449 3454 30942 0 -1 1077944384 10168 0 0 0 178 1 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168434292896 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3482] ppid=3449 vsize=10688604 memory=2236 CPUtime=0.86 cores=0,2,4,6
/proc/3454/task/3482/stat : 3482 (java) S 3449 3454 30942 0 -1 1077944384 3976 0 0 0 85 1 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168433239808 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3483] ppid=3449 vsize=10688604 memory=2236 CPUtime=0.27 cores=0,2,4,6
/proc/3454/task/3483/stat : 3483 (java) S 3449 3454 30942 0 -1 1077944384 2225 0 0 0 27 0 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168432186656 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3484] ppid=3449 vsize=10688604 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3484/stat : 3484 (java) S 3449 3454 30942 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168431135200 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3485] ppid=3449 vsize=10688604 memory=3216 CPUtime=0.16 cores=0,2,4,6
/proc/3454/task/3485/stat : 3485 (java) S 3449 3454 30942 0 -1 1077944384 1400 0 0 0 9 7 0 0 20 0 16 0 96585723 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168430082992 140168946924162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
[pid=3454/tid=3503] ppid=3449 vsize=10688604 memory=8194400 CPUtime=0 cores=0,2,4,6
/proc/3454/task/3503/stat : 3503 (java) S 3449 3454 30942 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96629783 10945130496 2048601 33554432000 4194304 4196468 140721380722032 140168429026864 140168946923221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140721380729990 140721380730143 140721380730143 140721380732879 0
Current children cumulated CPU time: 1696.36 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8194404 KiB

[startup+470.215 s]*
/proc/loadavg: 7.98 6.29 3.67 2/181 3550
/proc/meminfo: memFree=26702592/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 470.225
CPU time (s): 1696.58
CPU user time (s): 1689.49
CPU system time (s): 7.09243
CPU usage (%): 360.802
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8194404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1689.49
system time used= 7.09244
maximum resident set size= 8194644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 420671
page faults= 0
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32911
involuntary context switches= 45776


# summary of solver processes directly reported to runsolver:
#   pid: 3454
#   total CPU time (s): 1696.58
#   total CPU user time (s): 1689.49
#   total CPU system time (s): 7.09243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.78067 second user time and 4.63434 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 16:22:00
IDJOB=4262822
IDBENCH=137706
IDSOLVER=2651
FILE ID=node114/4262822-1502634979
RUNJOBID= node114-1502634120-3432
PBS_JOBID= 20628297
Free space on /tmp= 61700 MiB

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

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

MD5SUM BENCH= d512fd03759c8e886ee5b37275b97c5f
RANDOM SEED=725439196

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        27101216 kB
MemAvailable:   31994540 kB
Buffers:          155248 kB
Cached:          5028648 kB
SwapCached:            0 kB
Active:           381544 kB
Inactive:        4856212 kB
Active(anon):      57092 kB
Inactive(anon):    25036 kB
Active(file):     324452 kB
Inactive(file):  4831176 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1908 kB
Writeback:             0 kB
AnonPages:         59968 kB
Mapped:            43512 kB
Shmem:             25224 kB
Slab:             131808 kB
SReclaimable:     107060 kB
SUnreclaim:        24748 kB
KernelStack:        3232 kB
PageTables:         5236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61696 MiB
End job on node114 at 2017-08-13 16:29:51