Trace number 4263380

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (problem) 1594.4301 457.716

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-11-0066.xml
MD5SUM0b8750a079fea2eda3490f2b84dad210
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables441
Number of constraints70
Number of domains1
Minimum domain size331
Maximum domain size331
Distribution of domain sizes[{"size":331,"count":331}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":110},{"degree":4,"count":325},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity331
Distribution of constraint arities[{"arity":2,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":6},{"arity":18,"count":6},{"arity":19,"count":6},{"arity":20,"count":6},{"arity":21,"count":3},{"arity":331,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":63}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263380-1502629931/watcher-4263380-1502629931 -o /tmp/evaluation-result-4263380-1502629931/solver-4263380-1502629931 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263380-1502629931.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=25127, runsolver pid=25124

[startup+0.100212 s]*
/proc/loadavg: 4.81 4.09 3.10 2/201 25129
/proc/meminfo: memFree=26488316/32770624 swapFree=67108776/67108860
[pid=25127] ppid=25124 vsize=9936560 memory=16356 CPUtime=0 cores=1,3,5,7
/proc/25127/stat : 25127 (java) S 25124 25127 7084 0 -1 1077944320 3380 0 0 0 0 0 0 0 20 0 6 0 162645806 10175037440 4089 18446744073709551615 4194304 4196468 140721177590048 140721177572592 139768540323575 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
/proc/25127/statm: 2484140 4089 1910 1 0 2473637 0
[pid=25127/tid=25129] ppid=25124 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25129/stat : 25129 (java) R 25124 25127 7084 0 -1 4202560 2086 0 0 0 0 0 0 0 20 0 6 0 162645816 10175037440 4089 18446744073709551615 4194304 4196468 140721177590048 139768544559696 139768526006101 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25130] ppid=25124 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25130/stat : 25130 (java) S 25124 25127 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162645817 10175037440 4089 18446744073709551615 4194304 4196468 140721177590048 139768505604368 139768540333781 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25131] ppid=25124 vsize=9936560 memory=140345776088704 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25131/stat : 25131 (java) S 25124 25127 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162645817 10175037440 4089 18446744073709551615 4194304 4196468 140721177590048 139768504551824 139768540333781 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25132] ppid=25124 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25132/stat : 25132 (java) S 25124 25127 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 162645817 10175037440 4089 18446744073709551615 4194304 4196468 140721177590048 139768149834256 139768540333781 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25133] ppid=25124 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25133/stat : 25133 (java) S 25124 25127 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162645817 10175037440 4089 18446744073709551615 4194304 4196468 140721177590048 139768148781712 139768540333781 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16356 KiB

[startup+0.214902 s]*
/proc/loadavg: 4.81 4.09 3.10 3/214 25142
/proc/meminfo: memFree=26476216/32770624 swapFree=67108776/67108860
[pid=25127] ppid=25124 vsize=10551156 memory=26180 CPUtime=0.08 cores=1,3,5,7
/proc/25127/stat : 25127 (java) S 25124 25127 7084 0 -1 1077944320 5041 0 0 0 8 0 0 0 20 0 15 0 162645806 10804383744 6545 18446744073709551615 4194304 4196468 140721177590048 140721177572592 139768540323575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
/proc/25127/statm: 2637789 6545 2734 1 0 2627261 0
[pid=25127/tid=25129] ppid=25124 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=1,3,5,7
/proc/25127/task/25129/stat : 25129 (java) R 25124 25127 7084 0 -1 4202560 3004 0 0 0 6 0 0 0 20 0 15 0 162645816 10804383744 6545 18446744073709551615 4194304 4196468 140721177590048 139768544541576 139768524367205 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25130] ppid=25124 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25130/stat : 25130 (java) S 25124 25127 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162645817 10804383744 6545 18446744073709551615 4194304 4196468 140721177590048 139768505604368 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25131] ppid=25124 vsize=10551156 memory=3689488056691533472 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25131/stat : 25131 (java) S 25124 25127 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162645817 10804383744 6545 18446744073709551615 4194304 4196468 140721177590048 139768504551824 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25132] ppid=25124 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25132/stat : 25132 (java) S 25124 25127 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162645817 10804383744 6545 18446744073709551615 4194304 4196468 140721177590048 139768149834256 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25133] ppid=25124 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25133/stat : 25133 (java) S 25124 25127 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162645817 10804383744 6545 18446744073709551615 4194304 4196468 140721177590048 139768148781712 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25134] ppid=25124 vsize=10551156 memory=140345776088704 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25134/stat : 25134 (java) S 25124 25127 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162645818 10804383744 6545 18446744073709551615 4194304 4196468 140721177590048 139768104507888 139768540334722 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25135] ppid=25124 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25135/stat : 25135 (java) S 25124 25127 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162645819 10804383744 6545 18446744073709551615 4194304 4196468 140721177590048 139768103454112 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25136] ppid=25124 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25136/stat : 25136 (java) S 25124 25127 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162645819 10804383744 6545 18446744073709551615 4194304 4196468 140721177590048 139768102401520 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25137] ppid=25124 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25137/stat : 25137 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162645821 10804383744 6545 18446744073709551615 4194304 4196468 140721177590048 139768033700560 139768540342171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25138] ppid=25124 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25138/stat : 25138 (java) S 25124 25127 7084 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 162645821 10804383744 6545 18446744073709551615 4194304 4196468 140721177590048 139768032647152 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25139] ppid=25124 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25139/stat : 25139 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162645821 10804383744 6545 18446744073709551615 4194304 4196468 140721177590048 139768031594608 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25140] ppid=25124 vsize=10551156 memory=140345776088704 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25140/stat : 25140 (java) R 25124 25127 7084 0 -1 4202560 248 0 0 0 0 0 0 0 20 0 15 0 162645821 10804383744 6545 18446744073709551615 4194304 4196468 140721177590048 139768030542064 139768524404062 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25141] ppid=25124 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25141/stat : 25141 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162645821 10804383744 6545 18446744073709551615 4194304 4196468 140721177590048 139768029489760 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25142] ppid=25124 vsize=10551156 memory=140345776088704 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25142/stat : 25142 (java) S 25124 25127 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162645827 10804383744 6545 18446744073709551615 4194304 4196468 140721177590048 139768028437296 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26180 KiB

[startup+0.310261 s]*
/proc/loadavg: 4.81 4.09 3.10 4/214 25142
/proc/meminfo: memFree=26463668/32770624 swapFree=67108776/67108860
[pid=25127] ppid=25124 vsize=10551156 memory=35824 CPUtime=0.22 cores=1,3,5,7
/proc/25127/stat : 25127 (java) S 25124 25127 7084 0 -1 1077944320 8286 0 0 0 20 2 0 0 20 0 15 0 162645806 10804383744 8956 18446744073709551615 4194304 4196468 140721177590048 140721177572592 139768540323575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
/proc/25127/statm: 2637789 8956 2829 1 0 2627261 0
[pid=25127/tid=25129] ppid=25124 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/25127/task/25129/stat : 25129 (java) R 25124 25127 7084 0 -1 4202560 5931 0 0 0 14 2 0 0 20 0 15 0 162645816 10804383744 8956 18446744073709551615 4194304 4196468 140721177590048 139768544545712 139768524404062 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25130] ppid=25124 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25130/stat : 25130 (java) S 25124 25127 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162645817 10804383744 8956 18446744073709551615 4194304 4196468 140721177590048 139768505604368 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25131] ppid=25124 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25131/stat : 25131 (java) S 25124 25127 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162645817 10804383744 8956 18446744073709551615 4194304 4196468 140721177590048 139768504551824 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25132] ppid=25124 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25132/stat : 25132 (java) S 25124 25127 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162645817 10804383744 8956 18446744073709551615 4194304 4196468 140721177590048 139768149834256 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25133] ppid=25124 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25133/stat : 25133 (java) S 25124 25127 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162645817 10804383744 8956 18446744073709551615 4194304 4196468 140721177590048 139768148781712 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25134] ppid=25124 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25134/stat : 25134 (java) S 25124 25127 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162645818 10804383744 8956 18446744073709551615 4194304 4196468 140721177590048 139768104507888 139768540334722 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25135] ppid=25124 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25135/stat : 25135 (java) S 25124 25127 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162645819 10804383744 8956 18446744073709551615 4194304 4196468 140721177590048 139768103454112 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25136] ppid=25124 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25136/stat : 25136 (java) S 25124 25127 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162645819 10804383744 8956 18446744073709551615 4194304 4196468 140721177590048 139768102401520 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25137] ppid=25124 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25137/stat : 25137 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162645821 10804383744 8956 18446744073709551615 4194304 4196468 140721177590048 139768033700560 139768540342171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25138] ppid=25124 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25127/task/25138/stat : 25138 (java) S 25124 25127 7084 0 -1 1077944384 504 0 0 0 1 0 0 0 20 0 15 0 162645821 10804383744 8956 18446744073709551615 4194304 4196468 140721177590048 139768032647152 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25139] ppid=25124 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25139/stat : 25139 (java) S 25124 25127 7084 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 162645821 10804383744 8956 18446744073709551615 4194304 4196468 140721177590048 139768031594608 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25140] ppid=25124 vsize=10551156 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/25127/task/25140/stat : 25140 (java) S 25124 25127 7084 0 -1 1077944384 423 0 0 0 3 0 0 0 20 0 15 0 162645821 10804383744 8956 18446744073709551615 4194304 4196468 140721177590048 139768030542064 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25141] ppid=25124 vsize=10551156 memory=140345776088704 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25141/stat : 25141 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162645821 10804383744 8956 18446744073709551615 4194304 4196468 140721177590048 139768029489760 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25142] ppid=25124 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25142/stat : 25142 (java) S 25124 25127 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162645827 10804383744 8956 18446744073709551615 4194304 4196468 140721177590048 139768028437296 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35824 KiB

[startup+0.700721 s]
/proc/loadavg: 4.81 4.09 3.10 5/214 25142
/proc/meminfo: memFree=26450244/32770624 swapFree=67108776/67108860
[pid=25127] ppid=25124 vsize=10551232 memory=212340 CPUtime=1.21 cores=1,3,5,7
/proc/25127/stat : 25127 (java) S 25124 25127 7084 0 -1 1077944320 11674 0 0 0 110 11 0 0 20 0 15 0 162645806 10804461568 53085 18446744073709551615 4194304 4196468 140721177590048 140721177572592 139768540323575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
/proc/25127/statm: 2637808 53085 3076 1 0 2627261 0
[pid=25127/tid=25129] ppid=25124 vsize=10551232 memory=280691279533496 CPUtime=0.5 cores=1,3,5,7
/proc/25127/task/25129/stat : 25129 (java) R 25124 25127 7084 0 -1 4202560 6852 0 0 0 46 4 0 0 20 0 15 0 162645816 10804461568 53085 18446744073709551615 4194304 4196468 140721177590048 139768544561232 139768540335510 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25130] ppid=25124 vsize=10551232 memory=2404175054337 CPUtime=0.02 cores=1,3,5,7
/proc/25127/task/25130/stat : 25130 (java) S 25124 25127 7084 0 -1 1077944384 85 0 0 0 1 1 0 0 20 0 15 0 162645817 10804461568 53085 18446744073709551615 4194304 4196468 140721177590048 139768505604368 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25131] ppid=25124 vsize=10551232 memory=2110696247089972 CPUtime=0.02 cores=1,3,5,7
/proc/25127/task/25131/stat : 25131 (java) S 25124 25127 7084 0 -1 1077944384 92 0 0 0 1 1 0 0 20 0 15 0 162645817 10804461568 53085 18446744073709551615 4194304 4196468 140721177590048 139768504551824 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25132] ppid=25124 vsize=10551232 memory=6173 CPUtime=0.02 cores=1,3,5,7
/proc/25127/task/25132/stat : 25132 (java) S 25124 25127 7084 0 -1 1077944384 97 0 0 0 1 1 0 0 20 0 15 0 162645817 10804461568 53085 18446744073709551615 4194304 4196468 140721177590048 139768149834256 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25133] ppid=25124 vsize=10551232 memory=56 CPUtime=0.02 cores=1,3,5,7
/proc/25127/task/25133/stat : 25133 (java) S 25124 25127 7084 0 -1 1077944384 99 0 0 0 1 1 0 0 20 0 15 0 162645817 10804461568 53085 18446744073709551615 4194304 4196468 140721177590048 139768148781712 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25134] ppid=25124 vsize=10551232 memory=496 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25134/stat : 25134 (java) S 25124 25127 7084 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 162645818 10804461568 53085 18446744073709551615 4194304 4196468 140721177590048 139768104507888 139768540334722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25135] ppid=25124 vsize=10551232 memory=1043 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25135/stat : 25135 (java) S 25124 25127 7084 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 162645819 10804461568 53085 18446744073709551615 4194304 4196468 140721177590048 139768103454112 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25136] ppid=25124 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25136/stat : 25136 (java) S 25124 25127 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162645819 10804461568 53085 18446744073709551615 4194304 4196468 140721177590048 139768102401520 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25137] ppid=25124 vsize=10551232 memory=718 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25137/stat : 25137 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162645821 10804461568 53085 18446744073709551615 4194304 4196468 140721177590048 139768033700560 139768540342171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25138] ppid=25124 vsize=10551232 memory=110 CPUtime=0.2 cores=1,3,5,7
/proc/25127/task/25138/stat : 25138 (java) R 25124 25127 7084 0 -1 4202560 1185 0 0 0 20 0 0 0 20 0 15 0 162645821 10804461568 53085 18446744073709551615 4194304 4196468 140721177590048 139768032628168 139768518215537 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25139] ppid=25124 vsize=10551232 memory=280691279482592 CPUtime=0.16 cores=1,3,5,7
/proc/25127/task/25139/stat : 25139 (java) R 25124 25127 7084 0 -1 4202560 759 0 0 0 16 0 0 0 20 0 15 0 162645821 10804461568 53085 18446744073709551615 4194304 4196468 140721177590048 139768031587240 139768525449940 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25140] ppid=25124 vsize=10551232 memory=288230621803970871 CPUtime=0.19 cores=1,3,5,7
/proc/25127/task/25140/stat : 25140 (java) S 25124 25127 7084 0 -1 1077944384 1059 0 0 0 19 0 0 0 20 0 15 0 162645821 10804461568 53085 18446744073709551615 4194304 4196468 140721177590048 139768030542064 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25141] ppid=25124 vsize=10551232 memory=13563786715989427 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25141/stat : 25141 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162645821 10804461568 53085 18446744073709551615 4194304 4196468 140721177590048 139768029489760 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25142] ppid=25124 vsize=10551232 memory=39528 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25142/stat : 25142 (java) S 25124 25127 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162645827 10804461568 53085 18446744073709551615 4194304 4196468 140721177590048 139768028437296 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 212340 KiB

[startup+1.50075 s]
/proc/loadavg: 4.81 4.09 3.10 3/214 25142
/proc/meminfo: memFree=26286764/32770624 swapFree=67108776/67108860
[pid=25127] ppid=25124 vsize=10551232 memory=214432 CPUtime=2.34 cores=1,3,5,7
/proc/25127/stat : 25127 (java) S 25124 25127 7084 0 -1 1077944320 12149 0 0 0 223 11 0 0 20 0 15 0 162645806 10804461568 53608 18446744073709551615 4194304 4196468 140721177590048 140721177572592 139768540323575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
/proc/25127/statm: 2637808 53608 3085 1 0 2627261 0
[pid=25127/tid=25129] ppid=25124 vsize=10551232 memory=7649399371363071282 CPUtime=1.3 cores=1,3,5,7
/proc/25127/task/25129/stat : 25129 (java) R 25124 25127 7084 0 -1 4202560 6877 0 0 0 126 4 0 0 20 0 15 0 162645816 10804461568 53608 18446744073709551615 4194304 4196468 140721177590048 139768544555432 139768183147427 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25130] ppid=25124 vsize=10551232 memory=7649399375658038578 CPUtime=0.02 cores=1,3,5,7
/proc/25127/task/25130/stat : 25130 (java) S 25124 25127 7084 0 -1 1077944384 85 0 0 0 1 1 0 0 20 0 15 0 162645817 10804461568 53608 18446744073709551615 4194304 4196468 140721177590048 139768505604368 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25131] ppid=25124 vsize=10551232 memory=7300704776819335744 CPUtime=0.02 cores=1,3,5,7
/proc/25127/task/25131/stat : 25131 (java) S 25124 25127 7084 0 -1 1077944384 92 0 0 0 1 1 0 0 20 0 15 0 162645817 10804461568 53608 18446744073709551615 4194304 4196468 140721177590048 139768504551824 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25132] ppid=25124 vsize=10551232 memory=133052517 CPUtime=0.02 cores=1,3,5,7
/proc/25127/task/25132/stat : 25132 (java) S 25124 25127 7084 0 -1 1077944384 97 0 0 0 1 1 0 0 20 0 15 0 162645817 10804461568 53608 18446744073709551615 4194304 4196468 140721177590048 139768149834256 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25133] ppid=25124 vsize=10551232 memory=2372 CPUtime=0.02 cores=1,3,5,7
/proc/25127/task/25133/stat : 25133 (java) S 25124 25127 7084 0 -1 1077944384 99 0 0 0 1 1 0 0 20 0 15 0 162645817 10804461568 53608 18446744073709551615 4194304 4196468 140721177590048 139768148781712 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25134] ppid=25124 vsize=10551232 memory=116 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25134/stat : 25134 (java) S 25124 25127 7084 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 162645818 10804461568 53608 18446744073709551615 4194304 4196468 140721177590048 139768104507888 139768540334722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25135] ppid=25124 vsize=10551232 memory=8251 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25135/stat : 25135 (java) S 25124 25127 7084 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 162645819 10804461568 53608 18446744073709551615 4194304 4196468 140721177590048 139768103454112 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25136] ppid=25124 vsize=10551232 memory=18568 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25136/stat : 25136 (java) S 25124 25127 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162645819 10804461568 53608 18446744073709551615 4194304 4196468 140721177590048 139768102401520 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25137] ppid=25124 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25137/stat : 25137 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162645821 10804461568 53608 18446744073709551615 4194304 4196468 140721177590048 139768033700560 139768540342171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25138] ppid=25124 vsize=10551232 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/25127/task/25138/stat : 25138 (java) S 25124 25127 7084 0 -1 1077944384 1319 0 0 0 38 0 0 0 20 0 15 0 162645821 10804461568 53608 18446744073709551615 4194304 4196468 140721177590048 139768032647152 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25139] ppid=25124 vsize=10551232 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/25127/task/25139/stat : 25139 (java) S 25124 25127 7084 0 -1 1077944384 1074 0 0 0 31 0 0 0 20 0 15 0 162645821 10804461568 53608 18446744073709551615 4194304 4196468 140721177590048 139768031594608 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25140] ppid=25124 vsize=10551232 memory=-6661322565863316166 CPUtime=0.19 cores=1,3,5,7
/proc/25127/task/25140/stat : 25140 (java) S 25124 25127 7084 0 -1 1077944384 1060 0 0 0 19 0 0 0 20 0 15 0 162645821 10804461568 53608 18446744073709551615 4194304 4196468 140721177590048 139768030542064 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25141] ppid=25124 vsize=10551232 memory=7306897329656259937 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25141/stat : 25141 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162645821 10804461568 53608 18446744073709551615 4194304 4196468 140721177590048 139768029489760 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25142] ppid=25124 vsize=10551232 memory=4499534292658986628 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25142/stat : 25142 (java) S 25124 25127 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162645827 10804461568 53608 18446744073709551615 4194304 4196468 140721177590048 139768028437296 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 10551232 KiB

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

/proc/25127/task/25133/stat : 25133 (java) R 25124 25127 7084 0 -1 4202560 24365 0 0 0 37745 188 0 0 20 0 17 0 162645817 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768148781912 139768525024232 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25134] ppid=25124 vsize=10684512 memory=-8774313645642428999 CPUtime=27.23 cores=1,3,5,7
/proc/25127/task/25134/stat : 25134 (java) S 25124 25127 7084 0 -1 1077944384 83662 0 0 0 2718 5 0 0 20 0 17 0 162645818 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768104506432 139768540333781 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25135] ppid=25124 vsize=10684512 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25135/stat : 25135 (java) S 25124 25127 7084 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 162645819 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768103454176 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25136] ppid=25124 vsize=10684512 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25136/stat : 25136 (java) S 25124 25127 7084 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 17 0 162645819 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768102401520 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25137] ppid=25124 vsize=10684512 memory=2984 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25137/stat : 25137 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162645821 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768033700560 139768540342171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25138] ppid=25124 vsize=10684512 memory=3028 CPUtime=0.53 cores=1,3,5,7
/proc/25127/task/25138/stat : 25138 (java) S 25124 25127 7084 0 -1 1077944384 2827 0 0 0 53 0 0 0 20 0 17 0 162645821 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768032647200 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25139] ppid=25124 vsize=10684512 memory=4068 CPUtime=0.44 cores=1,3,5,7
/proc/25127/task/25139/stat : 25139 (java) S 25124 25127 7084 0 -1 1077944384 2062 0 0 0 44 0 0 0 20 0 17 0 162645821 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768031594368 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25140] ppid=25124 vsize=10684512 memory=1156 CPUtime=0.24 cores=1,3,5,7
/proc/25127/task/25140/stat : 25140 (java) S 25124 25127 7084 0 -1 1077944384 3764 0 0 0 24 0 0 0 20 0 17 0 162645821 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768030542112 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25141] ppid=25124 vsize=10684512 memory=3156 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25141/stat : 25141 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162645821 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768029489760 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25142] ppid=25124 vsize=10684512 memory=5668196 CPUtime=0.31 cores=1,3,5,7
/proc/25127/task/25142/stat : 25142 (java) S 25124 25127 7084 0 -1 1077944384 703 0 0 0 16 15 0 0 20 0 17 0 162645827 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768028437296 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25197] ppid=25124 vsize=10684512 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25197/stat : 25197 (java) S 25124 25127 7084 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 17 0 162686572 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768027381744 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25198] ppid=25124 vsize=10684512 memory=3144 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25198/stat : 25198 (java) S 25124 25127 7084 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 17 0 162686572 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768026329440 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
Current children cumulated CPU time: 1589.8 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8285648 KiB

[startup+456.801 s]
/proc/loadavg: 4.68 4.44 3.60 5/217 25200
/proc/meminfo: memFree=17781864/32770624 swapFree=67108776/67108860
[pid=25127] ppid=25124 vsize=10684512 memory=8285648 CPUtime=1592.88 cores=1,3,5,7
/proc/25127/stat : 25127 (java) S 25124 25127 7084 0 -1 1077944320 204260 0 0 0 158523 765 0 0 20 0 17 0 162645806 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 140721177572592 139768540323575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
/proc/25127/statm: 2671128 2071412 3164 1 0 2660543 0
[pid=25127/tid=25129] ppid=25124 vsize=10684512 memory=13563786715989427 CPUtime=43.12 cores=1,3,5,7
/proc/25127/task/25129/stat : 25129 (java) S 25124 25127 7084 0 -1 1077944384 22301 0 0 0 4295 17 0 0 20 0 17 0 162645816 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768544564256 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25130] ppid=25124 vsize=10684512 memory=-8774313645642428999 CPUtime=380.49 cores=1,3,5,7
/proc/25127/task/25130/stat : 25130 (java) R 25124 25127 7084 0 -1 4202560 22447 0 0 0 37884 165 0 0 20 0 17 0 162645817 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768505604488 139768532951783 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25131] ppid=25124 vsize=10684512 memory=68588 CPUtime=380.69 cores=1,3,5,7
/proc/25127/task/25131/stat : 25131 (java) R 25124 25127 7084 0 -1 4202560 21220 0 0 0 37890 179 0 0 20 0 17 0 162645817 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768504551632 139768532951783 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25132] ppid=25124 vsize=10684512 memory=1296 CPUtime=379.61 cores=1,3,5,7
/proc/25127/task/25132/stat : 25132 (java) R 25124 25127 7084 0 -1 4202560 19114 0 0 0 37759 202 0 0 20 0 17 0 162645817 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768149834064 139768532951783 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25133] ppid=25124 vsize=10684512 memory=2460 CPUtime=380.12 cores=1,3,5,7
/proc/25127/task/25133/stat : 25133 (java) R 25124 25127 7084 0 -1 4202560 24365 0 0 0 37824 188 0 0 20 0 17 0 162645817 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768148781912 139768533427232 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25134] ppid=25124 vsize=10684512 memory=0 CPUtime=27.23 cores=1,3,5,7
/proc/25127/task/25134/stat : 25134 (java) S 25124 25127 7084 0 -1 1077944384 83662 0 0 0 2718 5 0 0 20 0 17 0 162645818 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768104506432 139768540333781 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25135] ppid=25124 vsize=10684512 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25135/stat : 25135 (java) S 25124 25127 7084 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 162645819 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768103454176 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25136] ppid=25124 vsize=10684512 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25136/stat : 25136 (java) S 25124 25127 7084 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 17 0 162645819 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768102401520 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25137] ppid=25124 vsize=10684512 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25137/stat : 25137 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162645821 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768033700560 139768540342171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25138] ppid=25124 vsize=10684512 memory=6944656592387989600 CPUtime=0.53 cores=1,3,5,7
/proc/25127/task/25138/stat : 25138 (java) S 25124 25127 7084 0 -1 1077944384 2827 0 0 0 53 0 0 0 20 0 17 0 162645821 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768032647200 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25139] ppid=25124 vsize=10684512 memory=6944656592387989600 CPUtime=0.44 cores=1,3,5,7
/proc/25127/task/25139/stat : 25139 (java) S 25124 25127 7084 0 -1 1077944384 2062 0 0 0 44 0 0 0 20 0 17 0 162645821 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768031594368 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25140] ppid=25124 vsize=10684512 memory=-8774313645642428999 CPUtime=0.24 cores=1,3,5,7
/proc/25127/task/25140/stat : 25140 (java) S 25124 25127 7084 0 -1 1077944384 3764 0 0 0 24 0 0 0 20 0 17 0 162645821 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768030542112 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25141] ppid=25124 vsize=10684512 memory=2984 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25141/stat : 25141 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162645821 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768029489760 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25142] ppid=25124 vsize=10684512 memory=3028 CPUtime=0.31 cores=1,3,5,7
/proc/25127/task/25142/stat : 25142 (java) S 25124 25127 7084 0 -1 1077944384 703 0 0 0 16 15 0 0 20 0 17 0 162645827 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768028437296 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25197] ppid=25124 vsize=10684512 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25197/stat : 25197 (java) S 25124 25127 7084 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 17 0 162686572 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768027381744 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25198] ppid=25124 vsize=10684512 memory=8285648 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25198/stat : 25198 (java) S 25124 25127 7084 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 17 0 162686572 10940940288 2071412 18446744073709551615 4194304 4196468 140721177590048 139768026329440 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
Current children cumulated CPU time: 1592.88 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8285648 KiB

[startup+457.201 s]
/proc/loadavg: 4.68 4.44 3.60 6/217 25200
/proc/meminfo: memFree=17781864/32770624 swapFree=67108776/67108860
[pid=25127] ppid=25124 vsize=10684512 memory=8285652 CPUtime=1593.9 cores=1,3,5,7
/proc/25127/stat : 25127 (java) S 25124 25127 7084 0 -1 1077944320 205050 0 0 0 158625 765 0 0 20 0 17 0 162645806 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 140721177572592 139768540323575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
/proc/25127/statm: 2671128 2071413 3164 1 0 2660543 0
[pid=25127/tid=25129] ppid=25124 vsize=10684512 memory=-8774313645642428999 CPUtime=43.12 cores=1,3,5,7
/proc/25127/task/25129/stat : 25129 (java) S 25124 25127 7084 0 -1 1077944384 22301 0 0 0 4295 17 0 0 20 0 17 0 162645816 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768544564256 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25130] ppid=25124 vsize=10684512 memory=4872558044660077418 CPUtime=380.69 cores=1,3,5,7
/proc/25127/task/25130/stat : 25130 (java) S 25124 25127 7084 0 -1 1077944384 22447 0 0 0 37904 165 0 0 20 0 17 0 162645817 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768505604368 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25131] ppid=25124 vsize=10684512 memory=1196 CPUtime=380.91 cores=1,3,5,7
/proc/25127/task/25131/stat : 25131 (java) S 25124 25127 7084 0 -1 1077944384 21220 0 0 0 37911 180 0 0 20 0 17 0 162645817 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768504551824 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25132] ppid=25124 vsize=10684512 memory=15884 CPUtime=379.82 cores=1,3,5,7
/proc/25127/task/25132/stat : 25132 (java) S 25124 25127 7084 0 -1 1077944384 19114 0 0 0 37780 202 0 0 20 0 17 0 162645817 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768149834256 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25133] ppid=25124 vsize=10684512 memory=4044 CPUtime=380.34 cores=1,3,5,7
/proc/25127/task/25133/stat : 25133 (java) S 25124 25127 7084 0 -1 1077944384 24365 0 0 0 37846 188 0 0 20 0 17 0 162645817 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768148781712 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25134] ppid=25124 vsize=10684512 memory=39548 CPUtime=27.41 cores=1,3,5,7
/proc/25127/task/25134/stat : 25134 (java) R 25124 25127 7084 0 -1 4202560 84452 0 0 0 2736 5 0 0 20 0 17 0 162645818 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768104506432 139768524781166 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25135] ppid=25124 vsize=10684512 memory=636 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25135/stat : 25135 (java) S 25124 25127 7084 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 162645819 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768103454176 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25136] ppid=25124 vsize=10684512 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25136/stat : 25136 (java) S 25124 25127 7084 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 17 0 162645819 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768102401520 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25137] ppid=25124 vsize=10684512 memory=960 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25137/stat : 25137 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162645821 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768033700560 139768540342171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25138] ppid=25124 vsize=10684512 memory=1236 CPUtime=0.53 cores=1,3,5,7
/proc/25127/task/25138/stat : 25138 (java) S 25124 25127 7084 0 -1 1077944384 2827 0 0 0 53 0 0 0 20 0 17 0 162645821 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768032647200 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25139] ppid=25124 vsize=10684512 memory=302022848351043610 CPUtime=0.44 cores=1,3,5,7
/proc/25127/task/25139/stat : 25139 (java) S 25124 25127 7084 0 -1 1077944384 2062 0 0 0 44 0 0 0 20 0 17 0 162645821 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768031594368 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25140] ppid=25124 vsize=10684512 memory=303711745523056951 CPUtime=0.24 cores=1,3,5,7
/proc/25127/task/25140/stat : 25140 (java) S 25124 25127 7084 0 -1 1077944384 3764 0 0 0 24 0 0 0 20 0 17 0 162645821 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768030542112 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25141] ppid=25124 vsize=10684512 memory=13563786715989427 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25141/stat : 25141 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162645821 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768029489760 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25142] ppid=25124 vsize=10684512 memory=7522812847674976343 CPUtime=0.31 cores=1,3,5,7
/proc/25127/task/25142/stat : 25142 (java) S 25124 25127 7084 0 -1 1077944384 703 0 0 0 16 15 0 0 20 0 17 0 162645827 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768028437296 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25197] ppid=25124 vsize=10684512 memory=1126868 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25197/stat : 25197 (java) S 25124 25127 7084 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 17 0 162686572 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768027381744 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25198] ppid=25124 vsize=10684512 memory=303148761260228941 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25198/stat : 25198 (java) S 25124 25127 7084 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 17 0 162686572 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768026329440 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
Current children cumulated CPU time: 1593.9 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8285652 KiB

[startup+457.601 s]
/proc/loadavg: 4.68 4.44 3.60 6/217 25200
/proc/meminfo: memFree=17781864/32770624 swapFree=67108776/67108860
[pid=25127] ppid=25124 vsize=10684512 memory=8285652 CPUtime=1594.3 cores=1,3,5,7
/proc/25127/stat : 25127 (java) S 25124 25127 7084 0 -1 1077944320 205133 0 0 0 158665 765 0 0 20 0 17 0 162645806 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 140721177572592 139768540323575 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
/proc/25127/statm: 2671128 2071413 3164 1 0 2660543 0
[pid=25127/tid=25129] ppid=25124 vsize=10684512 memory=7522812847674976343 CPUtime=43.12 cores=1,3,5,7
/proc/25127/task/25129/stat : 25129 (java) S 25124 25127 7084 0 -1 1077944384 22301 0 0 0 4295 17 0 0 20 0 17 0 162645816 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768544564256 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25130] ppid=25124 vsize=10684512 memory=7518592891932731753 CPUtime=380.69 cores=1,3,5,7
/proc/25127/task/25130/stat : 25130 (java) S 25124 25127 7084 0 -1 1077944384 22447 0 0 0 37904 165 0 0 20 0 17 0 162645817 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768505604368 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25131] ppid=25124 vsize=10684512 memory=8285648 CPUtime=380.91 cores=1,3,5,7
/proc/25127/task/25131/stat : 25131 (java) S 25124 25127 7084 0 -1 1077944384 21220 0 0 0 37911 180 0 0 20 0 17 0 162645817 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768504551824 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25132] ppid=25124 vsize=10684512 memory=8685897275910278053 CPUtime=379.82 cores=1,3,5,7
/proc/25127/task/25132/stat : 25132 (java) S 25124 25127 7084 0 -1 1077944384 19114 0 0 0 37780 202 0 0 20 0 17 0 162645817 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768149834256 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25133] ppid=25124 vsize=10684512 memory=7595716971160036973 CPUtime=380.34 cores=1,3,5,7
/proc/25127/task/25133/stat : 25133 (java) S 25124 25127 7084 0 -1 1077944384 24365 0 0 0 37846 188 0 0 20 0 17 0 162645817 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768148781712 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25134] ppid=25124 vsize=10684512 memory=4156 CPUtime=27.81 cores=1,3,5,7
/proc/25127/task/25134/stat : 25134 (java) R 25124 25127 7084 0 -1 4202560 84535 0 0 0 2776 5 0 0 20 0 17 0 162645818 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768104506432 139768524781166 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25135] ppid=25124 vsize=10684512 memory=68588 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25135/stat : 25135 (java) S 25124 25127 7084 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 162645819 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768103454176 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25136] ppid=25124 vsize=10684512 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25136/stat : 25136 (java) S 25124 25127 7084 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 17 0 162645819 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768102401520 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25137] ppid=25124 vsize=10684512 memory=8285648 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25137/stat : 25137 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162645821 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768033700560 139768540342171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25138] ppid=25124 vsize=10684512 memory=8285648 CPUtime=0.53 cores=1,3,5,7
/proc/25127/task/25138/stat : 25138 (java) S 25124 25127 7084 0 -1 1077944384 2827 0 0 0 53 0 0 0 20 0 17 0 162645821 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768032647200 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25139] ppid=25124 vsize=10684512 memory=8285648 CPUtime=0.44 cores=1,3,5,7
/proc/25127/task/25139/stat : 25139 (java) S 25124 25127 7084 0 -1 1077944384 2062 0 0 0 44 0 0 0 20 0 17 0 162645821 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768031594368 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25140] ppid=25124 vsize=10684512 memory=1836 CPUtime=0.24 cores=1,3,5,7
/proc/25127/task/25140/stat : 25140 (java) S 25124 25127 7084 0 -1 1077944384 3764 0 0 0 24 0 0 0 20 0 17 0 162645821 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768030542112 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25141] ppid=25124 vsize=10684512 memory=796 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25141/stat : 25141 (java) S 25124 25127 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162645821 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768029489760 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25142] ppid=25124 vsize=10684512 memory=5768 CPUtime=0.31 cores=1,3,5,7
/proc/25127/task/25142/stat : 25142 (java) S 25124 25127 7084 0 -1 1077944384 703 0 0 0 16 15 0 0 20 0 17 0 162645827 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768028437296 139768540334722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25197] ppid=25124 vsize=10684512 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25197/stat : 25197 (java) S 25124 25127 7084 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 17 0 162686572 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768027381744 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
[pid=25127/tid=25198] ppid=25124 vsize=10684512 memory=11368 CPUtime=0 cores=1,3,5,7
/proc/25127/task/25198/stat : 25198 (java) S 25124 25127 7084 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 17 0 162686572 10940940288 2071413 18446744073709551615 4194304 4196468 140721177590048 139768026329440 139768540333781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15560704 140721177596304 140721177596457 140721177596457 140721177599951 0
Current children cumulated CPU time: 1594.3 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8285652 KiB

[startup+457.701 s]*
/proc/loadavg: 4.46 4.40 3.59 3/202 25200
/proc/meminfo: memFree=23588916/32770624 swapFree=67108776/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): 457.716
CPU time (s): 1594.43
CPU user time (s): 1586.74
CPU system time (s): 7.69142
CPU usage (%): 348.344
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8285652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1586.74
system time used= 7.69142
maximum resident set size= 8285656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205237
page faults= 0
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28494
involuntary context switches= 17370


# summary of solver processes directly reported to runsolver:
#   pid: 25127
#   total CPU time (s): 1594.43
#   total CPU user time (s): 1586.74
#   total CPU system time (s): 7.69142

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.74889 second user time and 4.6875 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 14:57:45
IDJOB=4263380
IDBENCH=133642
IDSOLVER=2651
FILE ID=node132/4263380-1502629931
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-11-0066.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263380-1502629931/watcher-4263380-1502629931 -o /tmp/evaluation-result-4263380-1502629931/solver-4263380-1502629931 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263380-1502629931.xml

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

MD5SUM BENCH= 0b8750a079fea2eda3490f2b84dad210
RANDOM SEED=1129178676

node132.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.74
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.74
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.74
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.74
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:        26489384 kB
MemAvailable:   26731752 kB
Buffers:          226840 kB
Cached:           339948 kB
SwapCached:           84 kB
Active:          5701176 kB
Inactive:         165736 kB
Active(anon):    5247820 kB
Inactive(anon):   101948 kB
Active(file):     453356 kB
Inactive(file):    63788 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1660 kB
Writeback:             4 kB
AnonPages:       5300012 kB
Mapped:            76224 kB
Shmem:             49768 kB
Slab:             109072 kB
SReclaimable:      82116 kB
SUnreclaim:        26956 kB
KernelStack:        3504 kB
PageTables:        15368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6404212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5163008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 15:05:23