Trace number 4262845

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? (problem) 1442.48 397.07999

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n4w4b3r4.xml
MD5SUMf75a86a5a7a46a13e5890f4f16694299
Bench CategoryCOP (optimization 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 variables2727
Number of constraints119
Number of domains2
Minimum domain size59
Maximum domain size186
Distribution of domain sizes[{"size":59,"count":1},{"size":186,"count":2726}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":2668},{"degree":5,"count":58}]
Minimum constraint arity47
Maximum constraint arity2726
Distribution of constraint arities[{"arity":47,"count":116},{"arity":59,"count":1},{"arity":2726,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":58},{"type":"lex","count":1},{"type":"sum","count":58},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

1355.75/373.91	Aug 13, 2017 4:26:34 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1355.75/373.91	INFO: Runtime exception
1355.75/373.91	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1355.75/373.91		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1355.75/373.91		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1355.75/373.91		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1355.75/373.91		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1355.75/373.91		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1355.75/373.91		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1355.75/373.91		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1355.75/373.91		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1355.75/373.91		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1355.75/373.91		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1355.75/373.91		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1355.75/373.91		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1355.75/373.91		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1355.75/373.91		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1355.75/373.91		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1355.75/373.91		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1355.75/373.91		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1355.75/373.91		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1355.75/373.91		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1355.75/373.91		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1355.75/373.91	Caused by: java.lang.reflect.InvocationTargetException
1355.75/373.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1355.75/373.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1355.75/373.91		at java.lang.reflect.Method.invoke(Method.java:498)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1355.75/373.91		... 22 more
1355.75/373.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1355.75/373.91		... 26 more
1355.75/373.91	Caused by: java.lang.reflect.InvocationTargetException
1355.75/373.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1355.75/373.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1355.75/373.91		at java.lang.reflect.Method.invoke(Method.java:498)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1355.75/373.91		... 27 more
1355.75/373.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1355.75/373.91		... 31 more
1355.75/373.91	Caused by: java.lang.reflect.InvocationTargetException
1355.75/373.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1355.75/373.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1355.75/373.91		at java.lang.reflect.Method.invoke(Method.java:498)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1355.75/373.91		... 32 more
1355.75/373.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1355.75/373.91		... 36 more
1355.75/373.91	Caused by: java.lang.reflect.InvocationTargetException
1355.75/373.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1355.75/373.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1355.75/373.91		at java.lang.reflect.Method.invoke(Method.java:498)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1355.75/373.91		... 37 more
1355.75/373.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1355.75/373.91		... 41 more
1355.75/373.91	Caused by: java.lang.reflect.InvocationTargetException
1355.75/373.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1355.75/373.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1355.75/373.91		at java.lang.reflect.Method.invoke(Method.java:498)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1355.75/373.91		... 42 more
1355.75/373.91	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1355.75/373.91		... 46 more
1355.75/373.91	Caused by: java.lang.reflect.InvocationTargetException
1355.75/373.91		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1355.75/373.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1355.75/373.91		at java.lang.reflect.Method.invoke(Method.java:498)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1355.75/373.91		... 46 more
1355.75/373.91	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1355.75/373.91		at org.sat4j.core.Vec.ensure(Vec.java:176)
1355.75/373.91		at org.sat4j.core.Vec.push(Vec.java:183)
1355.75/373.91		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:250)
1355.75/373.91		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:56)
1355.75/373.91		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:82)
1355.75/373.91		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1355.75/373.91		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1355.75/373.91		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1355.75/373.91		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1355.75/373.91		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1355.75/373.91		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1355.75/373.91		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1355.75/373.91		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1355.75/373.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1355.75/373.91		at java.lang.reflect.Method.invoke(Method.java:498)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1355.75/373.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1355.75/373.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1355.75/373.91		at java.lang.reflect.Method.invoke(Method.java:498)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1355.75/373.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1355.75/373.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1355.75/373.91		at java.lang.reflect.Method.invoke(Method.java:498)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1355.75/373.91		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1355.75/373.91		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1355.75/373.91		at java.lang.reflect.Method.invoke(Method.java:498)
1355.75/373.91		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1355.75/373.91	
1422.99/392.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1422.99/392.08	c This is free software under the dual EPL/GNU LGPL licenses.
1422.99/392.08	c See www.sat4j.org for details.
1422.99/392.08	c That software uses the Rhino library from the Mozilla project.
1422.99/392.08	c version CUSTOM.v20170705
1422.99/392.08	c java.runtime.name	Java(TM) SE Runtime Environment
1422.99/392.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1422.99/392.08	c java.vm.version	25.131-b11
1422.99/392.08	c java.vm.vendor	Oracle Corporation
1422.99/392.08	c sun.arch.data.model	64
1422.99/392.08	c java.version		1.8.0_131
1422.99/392.08	c os.name		Linux
1422.99/392.08	c os.version		3.10.0-514.16.1.el7.x86_64
1422.99/392.08	c os.arch		amd64
1422.99/392.08	c Free memory 		499604488
1422.99/392.08	c Max memory 		7247757312
1422.99/392.08	c Total memory 		504889344
1422.99/392.08	c Number of processors 	4
1422.99/392.08	c c --- Begin Solver configuration ---
1422.99/392.08	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1422.99/392.08	c Learn all clauses as in MiniSAT
1422.99/392.08	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1422.99/392.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1422.99/392.08	c No reason simplification
1422.99/392.08	c Glucose 2.1 dynamic restart strategy
1422.99/392.08	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
1422.99/392.08	c timeout=2147483s
1422.99/392.08	c DB Simplification allowed=false
1422.99/392.08	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1422.99/392.08	c --- End Solver configuration ---
1442.15/396.99	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1442.15/396.99		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1442.15/396.99		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1442.15/396.99		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1442.15/396.99		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1442.15/396.99		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1442.15/396.99		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1442.15/396.99		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1442.15/396.99		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1442.15/396.99		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (7090 MiB free)
  memory of node 1: 16384 MiB (15611 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262845-1502634880/watcher-4262845-1502634880 -o /tmp/evaluation-result-4262845-1502634880/solver-4262845-1502634880 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262845-1502634880.xml 

running on 4 cores: 1,3,5,7

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

solver pid=4511, runsolver pid=4508

[startup+0.100116 s]*
/proc/loadavg: 4.57 2.78 2.23 6/207 4519
/proc/meminfo: memFree=23237060/32770624 swapFree=67108860/67108860
[pid=4511] ppid=4508 vsize=10151672 memory=20784 CPUtime=0.02 cores=1,3,5,7
/proc/4511/stat : 4511 (java) S 4508 4511 17093 0 -1 1077944320 4041 0 0 0 2 0 0 0 20 0 9 0 65681459 10395312128 5196 18446744073709551615 4194304 4196468 140723361906256 140723361888800 140085005012727 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
/proc/4511/statm: 2537918 5196 2107 1 0 2527415 0
[pid=4511/tid=4513] ppid=4508 vsize=10151672 memory=-7677926825137650786 CPUtime=0.02 cores=1,3,5,7
/proc/4511/task/4513/stat : 4513 (java) R 4508 4511 17093 0 -1 4202560 2686 0 0 0 2 0 0 0 20 0 9 0 65681467 10395312128 5196 18446744073709551615 4194304 4196468 140723361906256 140085009248872 140085005034653 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4514] ppid=4508 vsize=10151672 memory=4872558142750482496 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4514/stat : 4514 (java) S 4508 4511 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65681467 10395312128 5196 18446744073709551615 4194304 4196468 140723361906256 140084935432464 140085005022933 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4515] ppid=4508 vsize=10151672 memory=140191460710016 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4515/stat : 4515 (java) S 4508 4511 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65681467 10395312128 5196 18446744073709551615 4194304 4196468 140723361906256 140084934379920 140085005022933 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4516] ppid=4508 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4516/stat : 4516 (java) S 4508 4511 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65681467 10395312128 5196 18446744073709551615 4194304 4196468 140723361906256 140084933327376 140085005022933 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4517] ppid=4508 vsize=10151672 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4517/stat : 4517 (java) S 4508 4511 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65681467 10395312128 5196 18446744073709551615 4194304 4196468 140723361906256 140084932274832 140085005022933 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4518] ppid=4508 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4518/stat : 4518 (java) S 4508 4511 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65681469 10395312128 5196 18446744073709551615 4194304 4196468 140723361906256 140084501375472 140085005023874 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4519] ppid=4508 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4519/stat : 4519 (java) S 4508 4511 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 65681469 10395312128 5196 18446744073709551615 4194304 4196468 140723361906256 140084500321696 140085005022933 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4520] ppid=4508 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4520/stat : 4520 (java) S 4508 4511 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 65681469 10395312128 5196 18446744073709551615 4194304 4196468 140723361906256 140084499269168 140085005022933 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20784 KiB

[startup+0.210289 s]*
/proc/loadavg: 4.57 2.78 2.23 6/214 4526
/proc/meminfo: memFree=23231728/32770624 swapFree=67108860/67108860
[pid=4511] ppid=4508 vsize=10551156 memory=27032 CPUtime=0.09 cores=1,3,5,7
/proc/4511/stat : 4511 (java) S 4508 4511 17093 0 -1 1077944320 5185 0 0 0 8 1 0 0 20 0 15 0 65681459 10804383744 6758 18446744073709551615 4194304 4196468 140723361906256 140723361888800 140085005012727 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
/proc/4511/statm: 2637789 6758 2789 1 0 2627261 0
[pid=4511/tid=4513] ppid=4508 vsize=10551156 memory=7972079681069007774 CPUtime=0.07 cores=1,3,5,7
/proc/4511/task/4513/stat : 4513 (java) R 4508 4511 17093 0 -1 4202560 3119 0 0 0 7 0 0 0 20 0 15 0 65681467 10804383744 6758 18446744073709551615 4194304 4196468 140723361906256 140085009248192 140085005034653 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4514] ppid=4508 vsize=10551156 memory=4872558142750482496 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4514/stat : 4514 (java) S 4508 4511 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65681467 10804383744 6758 18446744073709551615 4194304 4196468 140723361906256 140084935432464 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4515] ppid=4508 vsize=10551156 memory=140191460710016 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4515/stat : 4515 (java) S 4508 4511 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65681467 10804383744 6758 18446744073709551615 4194304 4196468 140723361906256 140084934379920 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4516] ppid=4508 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4516/stat : 4516 (java) S 4508 4511 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65681467 10804383744 6758 18446744073709551615 4194304 4196468 140723361906256 140084933327376 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4517] ppid=4508 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4517/stat : 4517 (java) S 4508 4511 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65681467 10804383744 6758 18446744073709551615 4194304 4196468 140723361906256 140084932274832 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4518] ppid=4508 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4518/stat : 4518 (java) S 4508 4511 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65681469 10804383744 6758 18446744073709551615 4194304 4196468 140723361906256 140084501375472 140085005023874 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4519] ppid=4508 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4519/stat : 4519 (java) S 4508 4511 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65681469 10804383744 6758 18446744073709551615 4194304 4196468 140723361906256 140084500321696 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4520] ppid=4508 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4520/stat : 4520 (java) S 4508 4511 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65681469 10804383744 6758 18446744073709551615 4194304 4196468 140723361906256 140084499269104 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4521] ppid=4508 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4521/stat : 4521 (java) S 4508 4511 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65681472 10804383744 6758 18446744073709551615 4194304 4196468 140723361906256 140084498217680 140085005031323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4522] ppid=4508 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4522/stat : 4522 (java) S 4508 4511 17093 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 65681472 10804383744 6758 18446744073709551615 4194304 4196468 140723361906256 140084497164272 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4523] ppid=4508 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4523/stat : 4523 (java) S 4508 4511 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65681472 10804383744 6758 18446744073709551615 4194304 4196468 140723361906256 140084496111728 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4524] ppid=4508 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4524/stat : 4524 (java) S 4508 4511 17093 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 15 0 65681472 10804383744 6758 18446744073709551615 4194304 4196468 140723361906256 140084495059184 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4525] ppid=4508 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4525/stat : 4525 (java) S 4508 4511 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65681472 10804383744 6758 18446744073709551615 4194304 4196468 140723361906256 140084494006880 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4526] ppid=4508 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4526/stat : 4526 (java) S 4508 4511 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65681478 10804383744 6758 18446744073709551615 4194304 4196468 140723361906256 140084492954416 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27032 KiB

[startup+0.310997 s]*
/proc/loadavg: 4.57 2.78 2.23 6/214 4526
/proc/meminfo: memFree=23220776/32770624 swapFree=67108860/67108860
[pid=4511] ppid=4508 vsize=10551156 memory=36492 CPUtime=0.24 cores=1,3,5,7
/proc/4511/stat : 4511 (java) S 4508 4511 17093 0 -1 1077944320 8432 0 0 0 21 3 0 0 20 0 15 0 65681459 10804383744 9123 18446744073709551615 4194304 4196468 140723361906256 140723361888800 140085005012727 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
/proc/4511/statm: 2637789 9123 2861 1 0 2627261 0
[pid=4511/tid=4513] ppid=4508 vsize=10551156 memory=-7677926825137650786 CPUtime=0.17 cores=1,3,5,7
/proc/4511/task/4513/stat : 4513 (java) R 4508 4511 17093 0 -1 4202560 6112 0 0 0 15 2 0 0 20 0 15 0 65681467 10804383744 9123 18446744073709551615 4194304 4196468 140723361906256 140085009246592 140084989093214 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4514] ppid=4508 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4514/stat : 4514 (java) S 4508 4511 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65681467 10804383744 9123 18446744073709551615 4194304 4196468 140723361906256 140084935432464 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4515] ppid=4508 vsize=10551156 memory=-6517102902069810590 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4515/stat : 4515 (java) S 4508 4511 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65681467 10804383744 9123 18446744073709551615 4194304 4196468 140723361906256 140084934379920 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4516] ppid=4508 vsize=10551156 memory=-8281159560775938631 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4516/stat : 4516 (java) S 4508 4511 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65681467 10804383744 9123 18446744073709551615 4194304 4196468 140723361906256 140084933327376 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4517] ppid=4508 vsize=10551156 memory=140191460717009 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4517/stat : 4517 (java) S 4508 4511 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65681467 10804383744 9123 18446744073709551615 4194304 4196468 140723361906256 140084932274832 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4518] ppid=4508 vsize=10551156 memory=6440822998510955110 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4518/stat : 4518 (java) S 4508 4511 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65681469 10804383744 9188 18446744073709551615 4194304 4196468 140723361906256 140084501375472 140085005023874 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4519] ppid=4508 vsize=10551156 memory=6298397777020218722 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4519/stat : 4519 (java) S 4508 4511 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65681469 10804383744 9188 18446744073709551615 4194304 4196468 140723361906256 140084500321696 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4520] ppid=4508 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4520/stat : 4520 (java) S 4508 4511 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65681469 10804383744 9188 18446744073709551615 4194304 4196468 140723361906256 140084499269104 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4521] ppid=4508 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4521/stat : 4521 (java) S 4508 4511 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65681472 10804383744 9188 18446744073709551615 4194304 4196468 140723361906256 140084498217680 140085005031323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4522] ppid=4508 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4511/task/4522/stat : 4522 (java) S 4508 4511 17093 0 -1 1077944384 479 0 0 0 1 0 0 0 20 0 15 0 65681472 10804383744 9188 18446744073709551615 4194304 4196468 140723361906256 140084497164272 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4523] ppid=4508 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4523/stat : 4523 (java) S 4508 4511 17093 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 65681472 10804383744 9188 18446744073709551615 4194304 4196468 140723361906256 140084496111728 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4524] ppid=4508 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4511/task/4524/stat : 4524 (java) S 4508 4511 17093 0 -1 1077944384 395 0 0 0 3 0 0 0 20 0 15 0 65681472 10804383744 9188 18446744073709551615 4194304 4196468 140723361906256 140084495059184 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4525] ppid=4508 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4525/stat : 4525 (java) S 4508 4511 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65681472 10804383744 9188 18446744073709551615 4194304 4196468 140723361906256 140084494006880 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4526] ppid=4508 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4526/stat : 4526 (java) S 4508 4511 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65681478 10804383744 9188 18446744073709551615 4194304 4196468 140723361906256 140084492954416 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36492 KiB

[startup+0.700958 s]
/proc/loadavg: 4.57 2.78 2.23 8/214 4526
/proc/meminfo: memFree=23201996/32770624 swapFree=67108860/67108860
[pid=4511] ppid=4508 vsize=10551232 memory=339164 CPUtime=1.32 cores=1,3,5,7
/proc/4511/stat : 4511 (java) S 4508 4511 17093 0 -1 1077944320 11150 0 0 0 119 13 0 0 20 0 15 0 65681459 10804461568 84791 18446744073709551615 4194304 4196468 140723361906256 140723361888800 140085005012727 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
/proc/4511/statm: 2637808 84791 3077 1 0 2627261 0
[pid=4511/tid=4513] ppid=4508 vsize=10551232 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/4511/task/4513/stat : 4513 (java) S 4508 4511 17093 0 -1 1077944384 6884 0 0 0 44 6 0 0 20 0 15 0 65681467 10804461568 84791 18446744073709551615 4194304 4196468 140723361906256 140085009249648 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4514] ppid=4508 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4511/task/4514/stat : 4514 (java) R 4508 4511 17093 0 -1 4202560 45 0 0 0 2 1 0 0 20 0 15 0 65681467 10804461568 84791 18446744073709551615 4194304 4196468 140723361906256 140084935432352 140084990040920 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4515] ppid=4508 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4515/stat : 4515 (java) R 4508 4511 17093 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 15 0 65681467 10804461568 84791 18446744073709551615 4194304 4196468 140723361906256 140084934379920 140084990053575 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4516] ppid=4508 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4511/task/4516/stat : 4516 (java) R 4508 4511 17093 0 -1 4202560 38 0 0 0 2 1 0 0 20 0 15 0 65681467 10804461568 84791 18446744073709551615 4194304 4196468 140723361906256 140084933327376 140084990040704 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4517] ppid=4508 vsize=10551232 memory=18889266171726 CPUtime=0.04 cores=1,3,5,7
/proc/4511/task/4517/stat : 4517 (java) R 4508 4511 17093 0 -1 4202560 42 0 0 0 3 1 0 0 20 0 15 0 65681467 10804461568 84791 18446744073709551615 4194304 4196468 140723361906256 140084932275032 140084989460703 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4518] ppid=4508 vsize=10551232 memory=303430249088300439 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4518/stat : 4518 (java) S 4508 4511 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 65681469 10804461568 84791 18446744073709551615 4194304 4196468 140723361906256 140084501373984 140085005022933 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4519] ppid=4508 vsize=10551232 memory=14974468741154559 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4519/stat : 4519 (java) S 4508 4511 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 65681469 10804461568 84791 18446744073709551615 4194304 4196468 140723361906256 140084500321696 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4520] ppid=4508 vsize=10551232 memory=4639642631936434791 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4520/stat : 4520 (java) S 4508 4511 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65681469 10804461568 84791 18446744073709551615 4194304 4196468 140723361906256 140084499269104 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4521] ppid=4508 vsize=10551232 memory=4639925120526340196 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4521/stat : 4521 (java) S 4508 4511 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65681472 10804461568 84791 18446744073709551615 4194304 4196468 140723361906256 140084498217680 140085005031323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4522] ppid=4508 vsize=10551232 memory=4638778398332703844 CPUtime=0.26 cores=1,3,5,7
/proc/4511/task/4522/stat : 4522 (java) S 4508 4511 17093 0 -1 1077944384 1062 0 0 0 26 0 0 0 20 0 15 0 65681472 10804461568 84791 18446744073709551615 4194304 4196468 140723361906256 140084497149264 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4523] ppid=4508 vsize=10551232 memory=6935649362866694486 CPUtime=0.19 cores=1,3,5,7
/proc/4511/task/4523/stat : 4523 (java) S 4508 4511 17093 0 -1 1077944384 418 0 0 0 19 0 0 0 20 0 15 0 65681472 10804461568 84791 18446744073709551615 4194304 4196468 140723361906256 140084496111728 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4524] ppid=4508 vsize=10551232 memory=7379241879267469911 CPUtime=0.19 cores=1,3,5,7
/proc/4511/task/4524/stat : 4524 (java) S 4508 4511 17093 0 -1 1077944384 1200 0 0 0 18 1 0 0 20 0 15 0 65681472 10804461568 84791 18446744073709551615 4194304 4196468 140723361906256 140084495059184 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4525] ppid=4508 vsize=10551232 memory=5794278224052180325 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4525/stat : 4525 (java) S 4508 4511 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65681472 10804461568 84791 18446744073709551615 4194304 4196468 140723361906256 140084494006880 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4526] ppid=4508 vsize=10551232 memory=7158588607990158697 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4526/stat : 4526 (java) S 4508 4511 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65681478 10804461568 84791 18446744073709551615 4194304 4196468 140723361906256 140084492954416 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 339164 KiB

[startup+1.50088 s]
/proc/loadavg: 4.57 2.78 2.23 10/214 4526
/proc/meminfo: memFree=22622852/32770624 swapFree=67108860/67108860
[pid=4511] ppid=4508 vsize=10551232 memory=1214164 CPUtime=2.6 cores=1,3,5,7
/proc/4511/stat : 4511 (java) S 4508 4511 17093 0 -1 1077944320 13335 0 0 0 215 45 0 0 20 0 15 0 65681459 10804461568 303541 18446744073709551615 4194304 4196468 140723361906256 140723361888800 140085005012727 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
/proc/4511/statm: 2637808 303541 3088 1 0 2627261 0
[pid=4511/tid=4513] ppid=4508 vsize=10551232 memory=-7522837415797432223 CPUtime=1.14 cores=1,3,5,7
/proc/4511/task/4513/stat : 4513 (java) R 4508 4511 17093 0 -1 4202560 7489 0 0 0 97 17 0 0 20 0 15 0 65681467 10804461568 303541 18446744073709551615 4194304 4196468 140723361906256 140085009249808 140084991080852 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4514] ppid=4508 vsize=10551232 memory=-7522837415730323359 CPUtime=0.19 cores=1,3,5,7
/proc/4511/task/4514/stat : 4514 (java) S 4508 4511 17093 0 -1 1077944384 212 0 0 0 13 6 0 0 20 0 15 0 65681467 10804461568 303541 18446744073709551615 4194304 4196468 140723361906256 140084935432464 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4515] ppid=4508 vsize=10551232 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/4511/task/4515/stat : 4515 (java) S 4508 4511 17093 0 -1 1077944384 183 0 0 0 11 5 0 0 20 0 15 0 65681467 10804461568 303541 18446744073709551615 4194304 4196468 140723361906256 140084934379920 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4516] ppid=4508 vsize=10551232 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/4511/task/4516/stat : 4516 (java) S 4508 4511 17093 0 -1 1077944384 199 0 0 0 12 6 0 0 20 0 15 0 65681467 10804461568 303541 18446744073709551615 4194304 4196468 140723361906256 140084933327376 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4517] ppid=4508 vsize=10551232 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/4511/task/4517/stat : 4517 (java) S 4508 4511 17093 0 -1 1077944384 207 0 0 0 13 6 0 0 20 0 15 0 65681467 10804461568 303541 18446744073709551615 4194304 4196468 140723361906256 140084932274832 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4518] ppid=4508 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4518/stat : 4518 (java) S 4508 4511 17093 0 -1 1077944384 994 0 0 0 0 0 0 0 20 0 15 0 65681469 10804461568 303541 18446744073709551615 4194304 4196468 140723361906256 140084501375472 140085005023874 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4519] ppid=4508 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4519/stat : 4519 (java) S 4508 4511 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 65681469 10804461568 303541 18446744073709551615 4194304 4196468 140723361906256 140084500321696 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4520] ppid=4508 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4520/stat : 4520 (java) S 4508 4511 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65681469 10804461568 303541 18446744073709551615 4194304 4196468 140723361906256 140084499269104 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4521] ppid=4508 vsize=10551232 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4521/stat : 4521 (java) S 4508 4511 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65681472 10804461568 303541 18446744073709551615 4194304 4196468 140723361906256 140084498217680 140085005031323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4522] ppid=4508 vsize=10551232 memory=6944652177228980320 CPUtime=0.27 cores=1,3,5,7
/proc/4511/task/4522/stat : 4522 (java) S 4508 4511 17093 0 -1 1077944384 1070 0 0 0 27 0 0 0 20 0 15 0 65681472 10804461568 303541 18446744073709551615 4194304 4196468 140723361906256 140084497164272 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4523] ppid=4508 vsize=10551232 memory=6944656575208382560 CPUtime=0.2 cores=1,3,5,7
/proc/4511/task/4523/stat : 4523 (java) S 4508 4511 17093 0 -1 1077944384 418 0 0 0 20 0 0 0 20 0 15 0 65681472 10804461568 303541 18446744073709551615 4194304 4196468 140723361906256 140084496111728 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4524] ppid=4508 vsize=10551232 memory=6944656575208382560 CPUtime=0.19 cores=1,3,5,7
/proc/4511/task/4524/stat : 4524 (java) S 4508 4511 17093 0 -1 1077944384 1200 0 0 0 18 1 0 0 20 0 15 0 65681472 10804461568 303541 18446744073709551615 4194304 4196468 140723361906256 140084495059184 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0

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

/proc/4511/task/4517/stat : 4517 (java) R 4508 4511 17093 0 -1 4202560 697273 0 0 0 34515 155 0 0 20 0 17 0 65681467 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084932275032 140084989998023 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4518] ppid=4508 vsize=10684512 memory=10960 CPUtime=21.85 cores=1,3,5,7
/proc/4511/task/4518/stat : 4518 (java) S 4508 4511 17093 0 -1 1077944384 90783 0 0 0 2180 5 0 0 20 0 17 0 65681469 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084501373792 140085005022933 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4519] ppid=4508 vsize=10684512 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4519/stat : 4519 (java) S 4508 4511 17093 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 65681469 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084500321760 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4520] ppid=4508 vsize=10684512 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4520/stat : 4520 (java) S 4508 4511 17093 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 17 0 65681469 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084499269120 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4521] ppid=4508 vsize=10684512 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4521/stat : 4521 (java) S 4508 4511 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084498217680 140085005031323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4522] ppid=4508 vsize=10684512 memory=1000 CPUtime=0.5 cores=1,3,5,7
/proc/4511/task/4522/stat : 4522 (java) S 4508 4511 17093 0 -1 1077944384 2565 0 0 0 50 0 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084497164272 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4523] ppid=4508 vsize=10684512 memory=4028 CPUtime=0.5 cores=1,3,5,7
/proc/4511/task/4523/stat : 4523 (java) S 4508 4511 17093 0 -1 1077944384 2737 0 0 0 50 0 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084496111728 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4524] ppid=4508 vsize=10684512 memory=37068 CPUtime=0.25 cores=1,3,5,7
/proc/4511/task/4524/stat : 4524 (java) S 4508 4511 17093 0 -1 1077944384 3691 0 0 0 24 1 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084495059184 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4525] ppid=4508 vsize=10684512 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4525/stat : 4525 (java) S 4508 4511 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084494006880 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4526] ppid=4508 vsize=10684512 memory=2420 CPUtime=0.15 cores=1,3,5,7
/proc/4511/task/4526/stat : 4526 (java) S 4508 4511 17093 0 -1 1077944384 612 0 0 0 10 5 0 0 20 0 17 0 65681478 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084492954416 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4540] ppid=4508 vsize=10684512 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4540/stat : 4540 (java) S 4508 4511 17093 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 17 0 65718851 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084491898864 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4541] ppid=4508 vsize=10684512 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4541/stat : 4541 (java) S 4508 4511 17093 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 65718851 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084490846560 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
Current children cumulated CPU time: 1429.11 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8295632 KiB

[startup+395.201 s]
/proc/loadavg: 7.33 6.32 4.08 9/211 4541
/proc/meminfo: memFree=14946496/32770624 swapFree=67108860/67108860
[pid=4511] ppid=4508 vsize=10684512 memory=8295632 CPUtime=1435.4 cores=1,3,5,7
/proc/4511/stat : 4511 (java) S 4508 4511 17093 0 -1 1077944320 2600291 0 0 0 142860 680 0 0 20 0 17 0 65681459 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140723361888800 140085005012727 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
/proc/4511/statm: 2671128 2073908 3168 1 0 2660543 0
[pid=4511/tid=4513] ppid=4508 vsize=10684512 memory=12200 CPUtime=18.97 cores=1,3,5,7
/proc/4511/task/4513/stat : 4513 (java) S 4508 4511 17093 0 -1 1077944384 20879 0 0 0 1858 39 0 0 20 0 17 0 65681467 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140085009253408 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4514] ppid=4508 vsize=10684512 memory=7680170660397595203 CPUtime=347.66 cores=1,3,5,7
/proc/4511/task/4514/stat : 4514 (java) R 4508 4511 17093 0 -1 4202560 410962 0 0 0 34601 165 0 0 20 0 17 0 65681467 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084935432464 140084990002357 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4515] ppid=4508 vsize=10684512 memory=1732 CPUtime=349.84 cores=1,3,5,7
/proc/4511/task/4515/stat : 4515 (java) R 4508 4511 17093 0 -1 4202560 653220 0 0 0 34836 148 0 0 20 0 17 0 65681467 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084934379920 140084989712579 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4516] ppid=4508 vsize=10684512 memory=5788 CPUtime=347.3 cores=1,3,5,7
/proc/4511/task/4516/stat : 4516 (java) R 4508 4511 17093 0 -1 4202560 713375 0 0 0 34569 161 0 0 20 0 17 0 65681467 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084933327376 140084990009072 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4517] ppid=4508 vsize=10684512 memory=4612 CPUtime=348.27 cores=1,3,5,7
/proc/4511/task/4517/stat : 4517 (java) R 4508 4511 17093 0 -1 4202560 697274 0 0 0 34672 155 0 0 20 0 17 0 65681467 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084932275032 140084986622547 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4518] ppid=4508 vsize=10684512 memory=8295632 CPUtime=21.85 cores=1,3,5,7
/proc/4511/task/4518/stat : 4518 (java) S 4508 4511 17093 0 -1 1077944384 93282 0 0 0 2180 5 0 0 20 0 17 0 65681469 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084501374016 140085005022933 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4519] ppid=4508 vsize=10684512 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4519/stat : 4519 (java) S 4508 4511 17093 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 65681469 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084500321760 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4520] ppid=4508 vsize=10684512 memory=37068 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4520/stat : 4520 (java) S 4508 4511 17093 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 17 0 65681469 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084499269120 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4521] ppid=4508 vsize=10684512 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4521/stat : 4521 (java) S 4508 4511 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084498217680 140085005031323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4522] ppid=4508 vsize=10684512 memory=2420 CPUtime=0.5 cores=1,3,5,7
/proc/4511/task/4522/stat : 4522 (java) S 4508 4511 17093 0 -1 1077944384 2565 0 0 0 50 0 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084497164272 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4523] ppid=4508 vsize=10684512 memory=1732 CPUtime=0.5 cores=1,3,5,7
/proc/4511/task/4523/stat : 4523 (java) S 4508 4511 17093 0 -1 1077944384 2737 0 0 0 50 0 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084496111728 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4524] ppid=4508 vsize=10684512 memory=5788 CPUtime=0.25 cores=1,3,5,7
/proc/4511/task/4524/stat : 4524 (java) S 4508 4511 17093 0 -1 1077944384 3691 0 0 0 24 1 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084495059184 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4525] ppid=4508 vsize=10684512 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4525/stat : 4525 (java) S 4508 4511 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084494006880 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4526] ppid=4508 vsize=10684512 memory=1708 CPUtime=0.15 cores=1,3,5,7
/proc/4511/task/4526/stat : 4526 (java) S 4508 4511 17093 0 -1 1077944384 617 0 0 0 10 5 0 0 20 0 17 0 65681478 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084492954416 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4540] ppid=4508 vsize=10684512 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4540/stat : 4540 (java) S 4508 4511 17093 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 17 0 65718851 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084491898864 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4541] ppid=4508 vsize=10684512 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4541/stat : 4541 (java) S 4508 4511 17093 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 65718851 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084490846560 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
Current children cumulated CPU time: 1435.4 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8295632 KiB

[startup+396.001 s]*
/proc/loadavg: 7.33 6.32 4.08 9/211 4541
/proc/meminfo: memFree=14946372/32770624 swapFree=67108860/67108860
[pid=4511] ppid=4508 vsize=10684512 memory=8295632 CPUtime=1438.62 cores=1,3,5,7
/proc/4511/stat : 4511 (java) S 4508 4511 17093 0 -1 1077944320 2600384 0 0 0 143182 680 0 0 20 0 17 0 65681459 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140723361888800 140085005012727 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
/proc/4511/statm: 2671128 2073908 3168 1 0 2660543 0
[pid=4511/tid=4513] ppid=4508 vsize=10684512 memory=-7677926825137650786 CPUtime=18.97 cores=1,3,5,7
/proc/4511/task/4513/stat : 4513 (java) S 4508 4511 17093 0 -1 1077944384 20879 0 0 0 1858 39 0 0 20 0 17 0 65681467 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140085009253408 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4514] ppid=4508 vsize=10684512 memory=4872558044660077418 CPUtime=348.47 cores=1,3,5,7
/proc/4511/task/4514/stat : 4514 (java) R 4508 4511 17093 0 -1 4202560 410962 0 0 0 34682 165 0 0 20 0 17 0 65681467 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084935432352 140084990009301 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4515] ppid=4508 vsize=10684512 memory=7810761731602923620 CPUtime=350.65 cores=1,3,5,7
/proc/4511/task/4515/stat : 4515 (java) R 4508 4511 17093 0 -1 4202560 653311 0 0 0 34917 148 0 0 20 0 17 0 65681467 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084934379920 140084986622475 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4516] ppid=4508 vsize=10684512 memory=4629771062077588875 CPUtime=348.11 cores=1,3,5,7
/proc/4511/task/4516/stat : 4516 (java) R 4508 4511 17093 0 -1 4202560 713375 0 0 0 34650 161 0 0 20 0 17 0 65681467 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084933327576 140084990009373 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4517] ppid=4508 vsize=10684512 memory=-6662747570986533011 CPUtime=349.06 cores=1,3,5,7
/proc/4511/task/4517/stat : 4517 (java) R 4508 4511 17093 0 -1 4202560 697274 0 0 0 34751 155 0 0 20 0 17 0 65681467 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084932275032 140084989470360 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4518] ppid=4508 vsize=10684512 memory=-8253362762722141311 CPUtime=21.85 cores=1,3,5,7
/proc/4511/task/4518/stat : 4518 (java) S 4508 4511 17093 0 -1 1077944384 93282 0 0 0 2180 5 0 0 20 0 17 0 65681469 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084501374016 140085005022933 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4519] ppid=4508 vsize=10684512 memory=7100839861465685612 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4519/stat : 4519 (java) S 4508 4511 17093 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 65681469 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084500321760 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4520] ppid=4508 vsize=10684512 memory=-7175204567652784766 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4520/stat : 4520 (java) S 4508 4511 17093 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 17 0 65681469 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084499269120 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4521] ppid=4508 vsize=10684512 memory=3054156605268465310 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4521/stat : 4521 (java) S 4508 4511 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084498217680 140085005031323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4522] ppid=4508 vsize=10684512 memory=-8341965534556230502 CPUtime=0.5 cores=1,3,5,7
/proc/4511/task/4522/stat : 4522 (java) S 4508 4511 17093 0 -1 1077944384 2565 0 0 0 50 0 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084497164272 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4523] ppid=4508 vsize=10684512 memory=9047017150487036571 CPUtime=0.5 cores=1,3,5,7
/proc/4511/task/4523/stat : 4523 (java) S 4508 4511 17093 0 -1 1077944384 2737 0 0 0 50 0 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084496111728 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4524] ppid=4508 vsize=10684512 memory=7822038051842261661 CPUtime=0.25 cores=1,3,5,7
/proc/4511/task/4524/stat : 4524 (java) S 4508 4511 17093 0 -1 1077944384 3691 0 0 0 24 1 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084495059184 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4525] ppid=4508 vsize=10684512 memory=-8253362762722141311 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4525/stat : 4525 (java) S 4508 4511 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084494006880 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4526] ppid=4508 vsize=10684512 memory=4715433313220523562 CPUtime=0.15 cores=1,3,5,7
/proc/4511/task/4526/stat : 4526 (java) S 4508 4511 17093 0 -1 1077944384 619 0 0 0 10 5 0 0 20 0 17 0 65681478 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084492954416 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4540] ppid=4508 vsize=10684512 memory=-8412652177879177843 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4540/stat : 4540 (java) S 4508 4511 17093 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 17 0 65718851 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084491898864 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4541] ppid=4508 vsize=10684512 memory=-6520471753822164382 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4541/stat : 4541 (java) S 4508 4511 17093 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 65718851 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084490846560 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
Current children cumulated CPU time: 1438.62 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8295632 KiB

[startup+396.801 s]
/proc/loadavg: 7.33 6.32 4.08 9/211 4541
/proc/meminfo: memFree=14946372/32770624 swapFree=67108860/67108860
[pid=4511] ppid=4508 vsize=10684512 memory=8295632 CPUtime=1441.76 cores=1,3,5,7
/proc/4511/stat : 4511 (java) S 4508 4511 17093 0 -1 1077944320 2600384 0 0 0 143495 681 0 0 20 0 17 0 65681459 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140723361888800 140085005012727 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
/proc/4511/statm: 2671128 2073908 3168 1 0 2660543 0
[pid=4511/tid=4513] ppid=4508 vsize=10684512 memory=4028 CPUtime=18.97 cores=1,3,5,7
/proc/4511/task/4513/stat : 4513 (java) S 4508 4511 17093 0 -1 1077944384 20879 0 0 0 1858 39 0 0 20 0 17 0 65681467 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140085009253408 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4514] ppid=4508 vsize=10684512 memory=-8412656567318647667 CPUtime=349.25 cores=1,3,5,7
/proc/4511/task/4514/stat : 4514 (java) R 4508 4511 17093 0 -1 4202560 410962 0 0 0 34760 165 0 0 20 0 17 0 65681467 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084935432272 140084997640935 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4515] ppid=4508 vsize=10684512 memory=7379540962854594664 CPUtime=351.44 cores=1,3,5,7
/proc/4511/task/4515/stat : 4515 (java) R 4508 4511 17093 0 -1 4202560 653311 0 0 0 34996 148 0 0 20 0 17 0 65681467 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084934379920 140084990009131 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4516] ppid=4508 vsize=10684512 memory=7306643329716872296 CPUtime=348.89 cores=1,3,5,7
/proc/4511/task/4516/stat : 4516 (java) R 4508 4511 17093 0 -1 4202560 713375 0 0 0 34728 161 0 0 20 0 17 0 65681467 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084933327184 140084997640935 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4517] ppid=4508 vsize=10684512 memory=7680170660397595203 CPUtime=349.84 cores=1,3,5,7
/proc/4511/task/4517/stat : 4517 (java) R 4508 4511 17093 0 -1 4202560 697274 0 0 0 34829 155 0 0 20 0 17 0 65681467 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084932274952 140084997640935 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4518] ppid=4508 vsize=10684512 memory=1708 CPUtime=21.85 cores=1,3,5,7
/proc/4511/task/4518/stat : 4518 (java) S 4508 4511 17093 0 -1 1077944384 93282 0 0 0 2180 5 0 0 20 0 17 0 65681469 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084501374016 140085005022933 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4519] ppid=4508 vsize=10684512 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4519/stat : 4519 (java) S 4508 4511 17093 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 65681469 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084500321760 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4520] ppid=4508 vsize=10684512 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4520/stat : 4520 (java) S 4508 4511 17093 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 17 0 65681469 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084499269120 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4521] ppid=4508 vsize=10684512 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4521/stat : 4521 (java) S 4508 4511 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084498217680 140085005031323 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4522] ppid=4508 vsize=10684512 memory=796 CPUtime=0.5 cores=1,3,5,7
/proc/4511/task/4522/stat : 4522 (java) S 4508 4511 17093 0 -1 1077944384 2565 0 0 0 50 0 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084497164272 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4523] ppid=4508 vsize=10684512 memory=10960 CPUtime=0.5 cores=1,3,5,7
/proc/4511/task/4523/stat : 4523 (java) S 4508 4511 17093 0 -1 1077944384 2737 0 0 0 50 0 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084496111728 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4524] ppid=4508 vsize=10684512 memory=8295436 CPUtime=0.25 cores=1,3,5,7
/proc/4511/task/4524/stat : 4524 (java) S 4508 4511 17093 0 -1 1077944384 3691 0 0 0 24 1 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084495059184 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4525] ppid=4508 vsize=10684512 memory=8295436 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4525/stat : 4525 (java) S 4508 4511 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65681472 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084494006880 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4526] ppid=4508 vsize=10684512 memory=7739545087967128420 CPUtime=0.15 cores=1,3,5,7
/proc/4511/task/4526/stat : 4526 (java) S 4508 4511 17093 0 -1 1077944384 619 0 0 0 10 5 0 0 20 0 17 0 65681478 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084492954416 140085005023874 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4540] ppid=4508 vsize=10684512 memory=7151834295896927588 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4540/stat : 4540 (java) S 4508 4511 17093 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 17 0 65718851 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084491898864 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
[pid=4511/tid=4541] ppid=4508 vsize=10684512 memory=7521926636957820013 CPUtime=0 cores=1,3,5,7
/proc/4511/task/4541/stat : 4541 (java) S 4508 4511 17093 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 65718851 10940940288 2073908 18446744073709551615 4194304 4196468 140723361906256 140084490846560 140085005022933 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23023616 140723361907088 140723361907241 140723361907241 140723361910735 0
Current children cumulated CPU time: 1441.76 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8295632 KiB

[startup+397.001 s]*
/proc/loadavg: 7.14 6.29 4.09 6/196 4541
/proc/meminfo: memFree=15223224/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: 0
Real time (s): 397.08
CPU time (s): 1442.48
CPU user time (s): 1435.58
CPU system time (s): 6.89971
CPU usage (%): 363.273
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8295632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1435.58
system time used= 6.89971
maximum resident set size= 8295636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2600501
page faults= 0
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29817
involuntary context switches= 45090


# summary of solver processes directly reported to runsolver:
#   pid: 4511
#   total CPU time (s): 1442.48
#   total CPU user time (s): 1435.58
#   total CPU system time (s): 6.89971

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.44188 second user time and 3.94423 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 16:20:33
IDJOB=4262845
IDBENCH=137614
IDSOLVER=2651
FILE ID=node127/4262845-1502634880
RUNJOBID= node127-1502624030-2989
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n4w4b3r4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262845-1502634880/watcher-4262845-1502634880 -o /tmp/evaluation-result-4262845-1502634880/solver-4262845-1502634880 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262845-1502634880.xml

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

MD5SUM BENCH= f75a86a5a7a46a13e5890f4f16694299
RANDOM SEED=1575775268

node127.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.92
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.92
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.92
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.92
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:        23246848 kB
MemAvailable:   23675732 kB
Buffers:          195892 kB
Cached:           529276 kB
SwapCached:            0 kB
Active:          8878484 kB
Inactive:         204532 kB
Active(anon):    8307396 kB
Inactive(anon):    83888 kB
Active(file):     571088 kB
Inactive(file):   120644 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1700 kB
Writeback:             8 kB
AnonPages:       8357892 kB
Mapped:            59688 kB
Shmem:             33444 kB
Slab:             131228 kB
SReclaimable:     105976 kB
SUnreclaim:        25252 kB
KernelStack:        3488 kB
PageTables:        21800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8637668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7933952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62024 MiB
End job on node127 at 2017-08-13 16:27:10