Trace number 4262951

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? 1295.26 371.04999

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-dsjc-500-5.xml
MD5SUM3c0366ff4baa9e19aea1ffc9dac5e4aa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints62624
Number of domains1
Minimum domain size500
Maximum domain size500
Distribution of domain sizes[{"size":500,"count":500}]
Minimum variable degree221
Maximum variable degree287
Distribution of variable degrees[{"degree":221,"count":2},{"degree":222,"count":1},{"degree":223,"count":2},{"degree":224,"count":1},{"degree":225,"count":1},{"degree":227,"count":1},{"degree":228,"count":2},{"degree":230,"count":1},{"degree":231,"count":4},{"degree":232,"count":4},{"degree":233,"count":3},{"degree":234,"count":4},{"degree":235,"count":8},{"degree":236,"count":17},{"degree":237,"count":4},{"degree":238,"count":11},{"degree":239,"count":6},{"degree":240,"count":11},{"degree":241,"count":9},{"degree":242,"count":14},{"degree":243,"count":14},{"degree":244,"count":12},{"degree":245,"count":13},{"degree":246,"count":17},{"degree":247,"count":14},"...",{"degree":257,"count":16}, {"degree":258,"count":9}, {"degree":259,"count":19}, {"degree":260,"count":19}, {"degree":261,"count":19}, {"degree":262,"count":14}, {"degree":263,"count":12}, {"degree":264,"count":6}, {"degree":265,"count":7}, {"degree":266,"count":8}, {"degree":267,"count":4}, {"degree":268,"count":6}, {"degree":269,"count":5}, {"degree":270,"count":8}, {"degree":271,"count":4}, {"degree":272,"count":2}, {"degree":273,"count":2}, {"degree":274,"count":1}, {"degree":275,"count":1}, {"degree":276,"count":1}, {"degree":277,"count":2}, {"degree":278,"count":1}, {"degree":280,"count":2}, {"degree":281,"count":1}, {"degree":287,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":62624}]
Number of extensional constraints0
Number of intensional constraints62624
Distribution of constraint types[{"type":"intension","count":62624}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1261.47/361.42	Aug 13, 2017 10:28:27 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1261.47/361.42	INFO: Runtime exception
1261.47/361.42	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1261.47/361.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1261.47/361.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1261.47/361.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1261.47/361.42		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1261.47/361.42		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1261.47/361.42		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1261.47/361.42		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1261.47/361.42		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1261.47/361.42		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1261.47/361.42		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1261.47/361.42		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1261.47/361.42		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1261.47/361.42		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1261.47/361.42		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1261.47/361.42		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1261.47/361.42		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1261.47/361.42		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1261.47/361.42		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1261.47/361.42		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1261.47/361.42		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1261.47/361.42		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1261.47/361.42		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1261.47/361.42	Caused by: java.lang.reflect.InvocationTargetException
1261.47/361.42		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1261.47/361.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1261.47/361.42		at java.lang.reflect.Method.invoke(Method.java:498)
1261.47/361.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1261.47/361.42		... 21 more
1261.47/361.42	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1261.47/361.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1261.47/361.42		... 25 more
1261.47/361.42	Caused by: java.lang.reflect.InvocationTargetException
1261.47/361.42		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1261.47/361.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1261.47/361.42		at java.lang.reflect.Method.invoke(Method.java:498)
1261.47/361.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1261.47/361.42		... 25 more
1261.47/361.42	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1261.47/361.42		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1261.47/361.42		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1261.47/361.42		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1261.47/361.42		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1261.47/361.42		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1261.47/361.42		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1261.47/361.42		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1261.47/361.42		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1261.47/361.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1261.47/361.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
1261.47/361.42		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1261.47/361.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1261.47/361.42		at java.lang.reflect.Method.invoke(Method.java:498)
1261.47/361.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1261.47/361.42		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1261.47/361.42		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1261.47/361.42		at java.lang.reflect.Method.invoke(Method.java:498)
1261.47/361.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1261.47/361.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1261.47/361.42		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1261.47/361.42		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1261.47/361.42		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1261.47/361.42		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1261.47/361.42		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1261.47/361.42		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1261.47/361.42		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1261.47/361.42		at org.xcsp.parser.XCallbacks$$Lambda$44/1468357786.accept(Unknown Source)
1261.47/361.42		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1261.47/361.42		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1261.47/361.42		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1261.47/361.42		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1261.47/361.42		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1261.47/361.42	
1295.10/371.00	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1295.10/371.00	c This is free software under the dual EPL/GNU LGPL licenses.
1295.10/371.00	c See www.sat4j.org for details.
1295.10/371.00	c That software uses the Rhino library from the Mozilla project.
1295.10/371.00	c version CUSTOM.v20170705
1295.10/371.00	c java.runtime.name	Java(TM) SE Runtime Environment
1295.10/371.00	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1295.10/371.00	c java.vm.version	25.131-b11
1295.10/371.00	c java.vm.vendor	Oracle Corporation
1295.10/371.00	c sun.arch.data.model	64
1295.10/371.00	c java.version		1.8.0_131
1295.10/371.00	c os.name		Linux
1295.10/371.00	c os.version		3.10.0-514.16.1.el7.x86_64
1295.10/371.00	c os.arch		amd64
1295.10/371.00	c Free memory 		499604488
1295.10/371.00	c Max memory 		7247757312
1295.10/371.00	c Total memory 		504889344
1295.10/371.00	c Number of processors 	4
1295.10/371.00	c c --- Begin Solver configuration ---
1295.10/371.00	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1295.10/371.00	c Learn all clauses as in MiniSAT
1295.10/371.00	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1295.10/371.00	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1295.10/371.00	c No reason simplification
1295.10/371.00	c Glucose 2.1 dynamic restart strategy
1295.10/371.00	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
1295.10/371.00	c timeout=2147483s
1295.10/371.00	c DB Simplification allowed=false
1295.10/371.00	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1295.10/371.00	c --- End Solver configuration ---
1295.10/371.00	c starts		: 0
1295.10/371.00	c conflicts		: 0
1295.10/371.00	c decisions		: 0
1295.10/371.00	c propagations		: 0
1295.10/371.00	c inspects		: 0
1295.10/371.00	c shortcuts		: 0
1295.10/371.00	c learnt literals	: 0
1295.10/371.00	c learnt binary clauses	: 0
1295.10/371.00	c learnt ternary clauses	: 0
1295.10/371.00	c learnt constraints	: 0
1295.10/371.00	c ignored constraints	: 0
1295.10/371.00	c root simplifications	: 0
1295.10/371.00	c removed literals (reason simplification)	: 0
1295.10/371.00	c reason swapping (by a shorter reason)	: 0
1295.10/371.00	c Calls to reduceDB	: 0
1295.10/371.00	c Number of update (reduction) of LBD	: 0
1295.10/371.01	c Imported unit clauses	: 0
1295.10/371.01	c number of reductions to clauses (during analyze)	: 0
1295.10/371.01	c number of learned constraints concerned by reduction	: 0
1295.10/371.01	c number of learning phase by resolution	: 0
1295.10/371.01	c number of learning phase by cutting planes	: 0
1295.10/371.01	c number of rounding to 1 operations	: 0
1295.10/371.01	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1295.10/371.01	c number of reductions of the coefficients by power 2 	: 0
1295.10/371.01	c number of right shift for reduction by power 2 	: 0
1295.10/371.01	c number of reductions of the coefficients by GCD over coefficients 	: 0
1295.10/371.01	c speed (assignments/second)	: 0.0
1295.10/371.01	c non guided choices	0
1295.10/371.01	c learnt constraints type 
1295.21/371.01	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7294 MiB free)
  memory of node 1: 16384 MiB (15579 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262951-1502613387/watcher-4262951-1502613387 -o /tmp/evaluation-result-4262951-1502613387/solver-4262951-1502613387 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262951-1502613387.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=23711, runsolver pid=23708

[startup+0.10009 s]*
/proc/loadavg: 7.90 5.81 4.68 6/200 23717
/proc/meminfo: memFree=23415056/32770624 swapFree=67105588/67108860
[pid=23711] ppid=23708 vsize=9936560 memory=18528 CPUtime=0 cores=1,3,5,7
/proc/23711/stat : 23711 (java) S 23708 23711 12560 0 -1 1077944320 3450 0 0 0 0 0 0 0 20 0 6 0 63534135 10175037440 4632 18446744073709551615 4194304 4196468 140731296726336 140731296708880 139892052840183 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
/proc/23711/statm: 2484140 4632 1921 1 0 2473637 0
[pid=23711/tid=23713] ppid=23708 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23713/stat : 23713 (java) R 23708 23711 12560 0 -1 4202560 2146 0 0 0 0 0 0 0 20 0 6 0 63534144 10175037440 4632 18446744073709551615 4194304 4196468 140731296726336 139892057076304 139892038522709 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23714] ppid=23708 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23714/stat : 23714 (java) S 23708 23711 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 63534145 10175037440 4632 18446744073709551615 4194304 4196468 140731296726336 139891993876752 139892052850389 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23715] ppid=23708 vsize=9936560 memory=140208140592768 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23715/stat : 23715 (java) S 23708 23711 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 63534145 10175037440 4632 18446744073709551615 4194304 4196468 140731296726336 139891992824208 139892052850389 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23716] ppid=23708 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23716/stat : 23716 (java) S 23708 23711 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 63534145 10175037440 4632 18446744073709551615 4194304 4196468 140731296726336 139891991771664 139892052850389 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23717] ppid=23708 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23717/stat : 23717 (java) S 23708 23711 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 63534145 10175037440 4632 18446744073709551615 4194304 4196468 140731296726336 139891990719120 139892052850389 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 18528 KiB

[startup+0.209648 s]*
/proc/loadavg: 7.90 5.81 4.68 7/209 23726
/proc/meminfo: memFree=23407536/32770624 swapFree=67105588/67108860
[pid=23711] ppid=23708 vsize=10552180 memory=27628 CPUtime=0.1 cores=1,3,5,7
/proc/23711/stat : 23711 (java) S 23708 23711 12560 0 -1 1077944320 6315 0 0 0 9 1 0 0 20 0 15 0 63534135 10805432320 6907 18446744073709551615 4194304 4196468 140731296726336 140731296708880 139892052840183 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
/proc/23711/statm: 2638045 6907 2789 1 0 2627517 0
[pid=23711/tid=23713] ppid=23708 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/23711/task/23713/stat : 23713 (java) R 23708 23711 12560 0 -1 4202560 4301 0 0 0 7 1 0 0 20 0 15 0 63534144 10805432320 7039 18446744073709551615 4194304 4196468 140731296726336 139892057028528 139892045519901 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23714] ppid=23708 vsize=10552180 memory=328 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23714/stat : 23714 (java) S 23708 23711 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63534145 10805432320 7039 18446744073709551615 4194304 4196468 140731296726336 139891993876752 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23715] ppid=23708 vsize=10552180 memory=288370584292304512 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23715/stat : 23715 (java) S 23708 23711 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63534145 10805432320 7039 18446744073709551615 4194304 4196468 140731296726336 139891992824208 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23716] ppid=23708 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23716/stat : 23716 (java) S 23708 23711 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63534145 10805432320 7039 18446744073709551615 4194304 4196468 140731296726336 139891991771664 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23717] ppid=23708 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23717/stat : 23717 (java) S 23708 23711 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63534145 10805432320 7039 18446744073709551615 4194304 4196468 140731296726336 139891990719120 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23718] ppid=23708 vsize=10552180 memory=140208140592768 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23718/stat : 23718 (java) S 23708 23711 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63534146 10805432320 7039 18446744073709551615 4194304 4196468 140731296726336 139891092253168 139892052851330 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23719] ppid=23708 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23719/stat : 23719 (java) S 23708 23711 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63534146 10805432320 7039 18446744073709551615 4194304 4196468 140731296726336 139891091199392 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23720] ppid=23708 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23720/stat : 23720 (java) S 23708 23711 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63534147 10805432320 7105 18446744073709551615 4194304 4196468 140731296726336 139891090146800 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23721] ppid=23708 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23721/stat : 23721 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63534149 10805432320 7105 18446744073709551615 4194304 4196468 140731296726336 139891089095376 139892052858779 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23722] ppid=23708 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23722/stat : 23722 (java) S 23708 23711 12560 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 63534149 10805432320 7105 18446744073709551615 4194304 4196468 140731296726336 139891088041968 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23723] ppid=23708 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23723/stat : 23723 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63534149 10805432320 7105 18446744073709551615 4194304 4196468 140731296726336 139891086989424 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23724] ppid=23708 vsize=10552180 memory=140208140592768 CPUtime=0.01 cores=1,3,5,7
/proc/23711/task/23724/stat : 23724 (java) S 23708 23711 12560 0 -1 1077944384 294 0 0 0 1 0 0 0 20 0 15 0 63534149 10805432320 7171 18446744073709551615 4194304 4196468 140731296726336 139891085936880 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23725] ppid=23708 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23725/stat : 23725 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63534149 10805432320 7171 18446744073709551615 4194304 4196468 140731296726336 139891084884576 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23726] ppid=23708 vsize=10552180 memory=140208140592768 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23726/stat : 23726 (java) S 23708 23711 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63534153 10805432320 7171 18446744073709551615 4194304 4196468 140731296726336 139891083832112 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 27628 KiB

[startup+0.310013 s]*
/proc/loadavg: 7.90 5.81 4.68 6/209 23726
/proc/meminfo: memFree=23397528/32770624 swapFree=67105588/67108860
[pid=23711] ppid=23708 vsize=10551156 memory=36876 CPUtime=0.26 cores=1,3,5,7
/proc/23711/stat : 23711 (java) S 23708 23711 12560 0 -1 1077944320 8518 0 0 0 24 2 0 0 20 0 15 0 63534135 10804383744 9219 18446744073709551615 4194304 4196468 140731296726336 140731296708880 139892052840183 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
/proc/23711/statm: 2637789 9219 2865 1 0 2627261 0
[pid=23711/tid=23713] ppid=23708 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/23711/task/23713/stat : 23713 (java) R 23708 23711 12560 0 -1 4202560 6125 0 0 0 17 1 0 0 20 0 15 0 63534144 10804383744 9228 18446744073709551615 4194304 4196468 140731296726336 139892057078944 139891665142316 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23714] ppid=23708 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23714/stat : 23714 (java) S 23708 23711 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63534145 10804383744 9228 18446744073709551615 4194304 4196468 140731296726336 139891993876752 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23715] ppid=23708 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23715/stat : 23715 (java) S 23708 23711 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63534145 10804383744 9228 18446744073709551615 4194304 4196468 140731296726336 139891992824208 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23716] ppid=23708 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23716/stat : 23716 (java) S 23708 23711 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63534145 10804383744 9228 18446744073709551615 4194304 4196468 140731296726336 139891991771664 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23717] ppid=23708 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23717/stat : 23717 (java) S 23708 23711 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63534145 10804383744 9228 18446744073709551615 4194304 4196468 140731296726336 139891990719120 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23718] ppid=23708 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23718/stat : 23718 (java) S 23708 23711 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63534146 10804383744 9228 18446744073709551615 4194304 4196468 140731296726336 139891092253168 139892052851330 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23719] ppid=23708 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23719/stat : 23719 (java) S 23708 23711 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63534146 10804383744 9228 18446744073709551615 4194304 4196468 140731296726336 139891091199392 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23720] ppid=23708 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23720/stat : 23720 (java) S 23708 23711 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63534147 10804383744 9228 18446744073709551615 4194304 4196468 140731296726336 139891090146800 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23721] ppid=23708 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23721/stat : 23721 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63534149 10804383744 9228 18446744073709551615 4194304 4196468 140731296726336 139891089095376 139892052858779 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23722] ppid=23708 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23711/task/23722/stat : 23722 (java) S 23708 23711 12560 0 -1 1077944384 512 0 0 0 1 0 0 0 20 0 15 0 63534149 10804383744 9228 18446744073709551615 4194304 4196468 140731296726336 139891088041968 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23723] ppid=23708 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/23711/task/23723/stat : 23723 (java) S 23708 23711 12560 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 15 0 63534149 10804383744 9228 18446744073709551615 4194304 4196468 140731296726336 139891086989424 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23724] ppid=23708 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/23711/task/23724/stat : 23724 (java) R 23708 23711 12560 0 -1 4202560 407 0 0 0 4 0 0 0 20 0 15 0 63534149 10804383744 9228 18446744073709551615 4194304 4196468 140731296726336 139891085933248 139892036920670 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23725] ppid=23708 vsize=10551156 memory=140208140592768 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23725/stat : 23725 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63534149 10804383744 9228 18446744073709551615 4194304 4196468 140731296726336 139891084884576 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23726] ppid=23708 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23726/stat : 23726 (java) S 23708 23711 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63534153 10804383744 9228 18446744073709551615 4194304 4196468 140731296726336 139891083832112 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36876 KiB

[startup+0.701273 s]
/proc/loadavg: 7.90 5.81 4.68 7/209 23726
/proc/meminfo: memFree=23366984/32770624 swapFree=67105588/67108860
[pid=23711] ppid=23708 vsize=10551232 memory=91524 CPUtime=1.36 cores=1,3,5,7
/proc/23711/stat : 23711 (java) S 23708 23711 12560 0 -1 1077944320 12502 0 0 0 131 5 0 0 20 0 15 0 63534135 10804461568 22881 18446744073709551615 4194304 4196468 140731296726336 140731296708880 139892052840183 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
/proc/23711/statm: 2637808 22881 3048 1 0 2627261 0
[pid=23711/tid=23713] ppid=23708 vsize=10551232 memory=53 CPUtime=0.56 cores=1,3,5,7
/proc/23711/task/23713/stat : 23713 (java) R 23708 23711 12560 0 -1 4202560 7320 0 0 0 53 3 0 0 20 0 15 0 63534144 10804461568 22881 18446744073709551615 4194304 4196468 140731296726336 139892057072848 139891668192359 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23714] ppid=23708 vsize=10551232 memory=2209 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23714/stat : 23714 (java) S 23708 23711 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63534145 10804461568 22881 18446744073709551615 4194304 4196468 140731296726336 139891993876752 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23715] ppid=23708 vsize=10551232 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23715/stat : 23715 (java) S 23708 23711 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63534145 10804461568 22881 18446744073709551615 4194304 4196468 140731296726336 139891992824208 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23716] ppid=23708 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23716/stat : 23716 (java) S 23708 23711 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63534145 10804461568 22881 18446744073709551615 4194304 4196468 140731296726336 139891991771664 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23717] ppid=23708 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23717/stat : 23717 (java) S 23708 23711 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63534145 10804461568 22881 18446744073709551615 4194304 4196468 140731296726336 139891990719120 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23718] ppid=23708 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23718/stat : 23718 (java) S 23708 23711 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 63534146 10804461568 22881 18446744073709551615 4194304 4196468 140731296726336 139891092253168 139892052851330 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23719] ppid=23708 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23719/stat : 23719 (java) S 23708 23711 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63534146 10804461568 22881 18446744073709551615 4194304 4196468 140731296726336 139891091199392 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23720] ppid=23708 vsize=10551232 memory=280415998924432 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23720/stat : 23720 (java) S 23708 23711 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63534147 10804461568 22881 18446744073709551615 4194304 4196468 140731296726336 139891090146800 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23721] ppid=23708 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23721/stat : 23721 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63534149 10804461568 22881 18446744073709551615 4194304 4196468 140731296726336 139891089095376 139892052858779 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23722] ppid=23708 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/23711/task/23722/stat : 23722 (java) R 23708 23711 12560 0 -1 4202560 1588 0 0 0 26 0 0 0 20 0 15 0 63534149 10804461568 22881 18446744073709551615 4194304 4196468 140731296726336 139891088035160 139892037766865 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23723] ppid=23708 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/23711/task/23723/stat : 23723 (java) R 23708 23711 12560 0 -1 4202560 757 0 0 0 27 0 0 0 20 0 15 0 63534149 10804461568 22881 18446744073709551615 4194304 4196468 140731296726336 139891086972960 139892034403758 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23724] ppid=23708 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/23711/task/23724/stat : 23724 (java) S 23708 23711 12560 0 -1 1077944384 1465 0 0 0 23 0 0 0 20 0 15 0 63534149 10804461568 22881 18446744073709551615 4194304 4196468 140731296726336 139891085936880 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23725] ppid=23708 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23725/stat : 23725 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63534149 10804461568 22881 18446744073709551615 4194304 4196468 140731296726336 139891084884576 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23726] ppid=23708 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23726/stat : 23726 (java) S 23708 23711 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63534153 10804461568 22881 18446744073709551615 4194304 4196468 140731296726336 139891083832112 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 91524 KiB

[startup+1.5008 s]
/proc/loadavg: 7.83 5.83 4.69 9/209 23726
/proc/meminfo: memFree=23216968/32770624 swapFree=67105588/67108860
[pid=23711] ppid=23708 vsize=10551232 memory=435640 CPUtime=3.8 cores=1,3,5,7
/proc/23711/stat : 23711 (java) S 23708 23711 12560 0 -1 1077944320 18085 0 0 0 357 23 0 0 20 0 15 0 63534135 10804461568 108910 18446744073709551615 4194304 4196468 140731296726336 140731296708880 139892052840183 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
/proc/23711/statm: 2637808 108910 3096 1 0 2627261 0
[pid=23711/tid=23713] ppid=23708 vsize=10551232 memory=-8774313645642428999 CPUtime=1.23 cores=1,3,5,7
/proc/23711/task/23713/stat : 23713 (java) S 23708 23711 12560 0 -1 1077944384 7483 0 0 0 117 6 0 0 20 0 15 0 63534144 10804461568 108910 18446744073709551615 4194304 4196468 140731296726336 139892057077184 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23714] ppid=23708 vsize=10551232 memory=7674596115929182250 CPUtime=0.09 cores=1,3,5,7
/proc/23711/task/23714/stat : 23714 (java) S 23708 23711 12560 0 -1 1077944384 206 0 0 0 7 2 0 0 20 0 15 0 63534145 10804461568 108910 18446744073709551615 4194304 4196468 140731296726336 139891993876752 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23715] ppid=23708 vsize=10551232 memory=4638778398333030736 CPUtime=0.1 cores=1,3,5,7
/proc/23711/task/23715/stat : 23715 (java) S 23708 23711 12560 0 -1 1077944384 243 0 0 0 7 3 0 0 20 0 15 0 63534145 10804461568 108910 18446744073709551615 4194304 4196468 140731296726336 139891992824208 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23716] ppid=23708 vsize=10551232 memory=2984339746955739232 CPUtime=0.1 cores=1,3,5,7
/proc/23711/task/23716/stat : 23716 (java) S 23708 23711 12560 0 -1 1077944384 214 0 0 0 7 3 0 0 20 0 15 0 63534145 10804461568 108910 18446744073709551615 4194304 4196468 140731296726336 139891991771664 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23717] ppid=23708 vsize=10551232 memory=6935649255793123392 CPUtime=0.11 cores=1,3,5,7
/proc/23711/task/23717/stat : 23717 (java) S 23708 23711 12560 0 -1 1077944384 296 0 0 0 8 3 0 0 20 0 15 0 63534145 10804461568 108910 18446744073709551615 4194304 4196468 140731296726336 139891990719120 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23718] ppid=23708 vsize=10551232 memory=-9123011406873206402 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23718/stat : 23718 (java) R 23708 23711 12560 0 -1 4202560 211 0 0 0 0 0 0 0 20 0 15 0 63534146 10804461568 108910 18446744073709551615 4194304 4196468 140731296726336 139891092251680 139892052861530 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23719] ppid=23708 vsize=10551232 memory=4346044353833085232 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23719/stat : 23719 (java) S 23708 23711 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63534146 10804461568 108910 18446744073709551615 4194304 4196468 140731296726336 139891091199456 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23720] ppid=23708 vsize=10551232 memory=-8253362664916754368 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23720/stat : 23720 (java) S 23708 23711 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 63534147 10804461568 108910 18446744073709551615 4194304 4196468 140731296726336 139891090146816 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23721] ppid=23708 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23721/stat : 23721 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63534149 10804461568 108910 18446744073709551615 4194304 4196468 140731296726336 139891089095376 139892052858779 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23722] ppid=23708 vsize=10551232 memory=-3395018499194519640 CPUtime=0.87 cores=1,3,5,7
/proc/23711/task/23722/stat : 23722 (java) S 23708 23711 12560 0 -1 1077944384 3277 0 0 0 86 1 0 0 20 0 15 0 63534149 10804461568 108910 18446744073709551615 4194304 4196468 140731296726336 139891088041968 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23723] ppid=23708 vsize=10551232 memory=-7522837583129502606 CPUtime=0.93 cores=1,3,5,7
/proc/23711/task/23723/stat : 23723 (java) R 23708 23711 12560 0 -1 4202560 3108 0 0 0 93 0 0 0 20 0 15 0 63534149 10804461568 108910 18446744073709551615 4194304 4196468 140731296726336 139891086974320 139892045129472 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23724] ppid=23708 vsize=10551232 memory=1399101730491701635 CPUtime=0.29 cores=1,3,5,7
/proc/23711/task/23724/stat : 23724 (java) S 23708 23711 12560 0 -1 1077944384 1682 0 0 0 29 0 0 0 20 0 15 0 63534149 10804461568 108910 18446744073709551615 4194304 4196468 140731296726336 139891085936880 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23725] ppid=23708 vsize=10551232 memory=1399101730491701635 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23725/stat : 23725 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63534149 10804461568 108910 18446744073709551615 4194304 4196468 140731296726336 139891084884576 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23726] ppid=23708 vsize=10551232 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23726/stat : 23726 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63534153 10804461568 108910 18446744073709551615 4194304 4196468 140731296726336 139891083832112 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
Current children cumulated CPU time: 3.8 s
Current children cumulated vsize: 10551232 KiB

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

[startup+369.601 s]
/proc/loadavg: 7.55 6.85 5.51 9/210 23818
/proc/meminfo: memFree=15364212/32770624 swapFree=67105588/67108860
[pid=23711] ppid=23708 vsize=10686560 memory=8288188 CPUtime=1292.78 cores=1,3,5,7
/proc/23711/stat : 23711 (java) S 23708 23711 12560 0 -1 1077944320 259499 0 0 0 128571 707 0 0 20 0 16 0 63534135 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 140731296708880 139892052840183 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
/proc/23711/statm: 2671640 2072047 3163 1 0 2661055 0
[pid=23711/tid=23713] ppid=23708 vsize=10686560 memory=36304 CPUtime=13.84 cores=1,3,5,7
/proc/23711/task/23713/stat : 23713 (java) S 23708 23711 12560 0 -1 1077944384 20492 0 0 0 1370 14 0 0 20 0 16 0 63534144 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139892057080864 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23714] ppid=23708 vsize=10686560 memory=1292 CPUtime=308.24 cores=1,3,5,7
/proc/23711/task/23714/stat : 23714 (java) R 23708 23711 12560 0 -1 4202560 38955 0 0 0 30656 168 0 0 20 0 16 0 63534145 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891993876872 139892045468391 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23715] ppid=23708 vsize=10686560 memory=920 CPUtime=308.16 cores=1,3,5,7
/proc/23711/task/23715/stat : 23715 (java) R 23708 23711 12560 0 -1 4202560 36740 0 0 0 30648 168 0 0 20 0 16 0 63534145 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891992824016 139892045468391 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23716] ppid=23708 vsize=10686560 memory=2160 CPUtime=307.87 cores=1,3,5,7
/proc/23711/task/23716/stat : 23716 (java) R 23708 23711 12560 0 -1 4202560 39043 0 0 0 30621 166 0 0 20 0 16 0 63534145 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891991771864 139892045936622 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23717] ppid=23708 vsize=10686560 memory=832 CPUtime=307.39 cores=1,3,5,7
/proc/23711/task/23717/stat : 23717 (java) R 23708 23711 12560 0 -1 4202560 41294 0 0 0 30563 176 0 0 20 0 16 0 63534145 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891990718928 139892045468391 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23718] ppid=23708 vsize=10686560 memory=-8774313645642428999 CPUtime=44.09 cores=1,3,5,7
/proc/23711/task/23718/stat : 23718 (java) S 23708 23711 12560 0 -1 1077944384 65876 0 0 0 4405 4 0 0 20 0 16 0 63534146 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891092251712 139892052850389 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23719] ppid=23708 vsize=10686560 memory=36304 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23719/stat : 23719 (java) S 23708 23711 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 63534146 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891091199456 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23720] ppid=23708 vsize=10686560 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23720/stat : 23720 (java) S 23708 23711 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 63534147 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891090146816 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23721] ppid=23708 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23721/stat : 23721 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63534149 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891089095376 139892052858779 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23722] ppid=23708 vsize=10686560 memory=8287140 CPUtime=1.24 cores=1,3,5,7
/proc/23711/task/23722/stat : 23722 (java) S 23708 23711 12560 0 -1 1077944384 5723 0 0 0 123 1 0 0 20 0 16 0 63534149 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891088041728 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23723] ppid=23708 vsize=10686560 memory=4144 CPUtime=1.3 cores=1,3,5,7
/proc/23711/task/23723/stat : 23723 (java) S 23708 23711 12560 0 -1 1077944384 5035 0 0 0 129 1 0 0 20 0 16 0 63534149 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891086989472 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23724] ppid=23708 vsize=10686560 memory=8287140 CPUtime=0.39 cores=1,3,5,7
/proc/23711/task/23724/stat : 23724 (java) S 23708 23711 12560 0 -1 1077944384 4622 0 0 0 38 1 0 0 20 0 16 0 63534149 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891085936928 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23725] ppid=23708 vsize=10686560 memory=1744 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23725/stat : 23725 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63534149 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891084884576 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23726] ppid=23708 vsize=10686560 memory=956 CPUtime=0.15 cores=1,3,5,7
/proc/23711/task/23726/stat : 23726 (java) S 23708 23711 12560 0 -1 1077944384 306 0 0 0 8 7 0 0 20 0 16 0 63534153 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891083832112 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23817] ppid=23708 vsize=10686560 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23817/stat : 23817 (java) S 23708 23711 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 63570278 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891080679088 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
Current children cumulated CPU time: 1292.78 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8288188 KiB

[startup+370.401 s]
/proc/loadavg: 7.55 6.85 5.51 6/210 23818
/proc/meminfo: memFree=15364212/32770624 swapFree=67105588/67108860
[pid=23711] ppid=23708 vsize=10686560 memory=8288188 CPUtime=1294.6 cores=1,3,5,7
/proc/23711/stat : 23711 (java) S 23708 23711 12560 0 -1 1077944320 259499 0 0 0 128752 708 0 0 20 0 16 0 63534135 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 140731296708880 139892052840183 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
/proc/23711/statm: 2671640 2072047 3163 1 0 2661055 0
[pid=23711/tid=23713] ppid=23708 vsize=10686560 memory=4088 CPUtime=13.84 cores=1,3,5,7
/proc/23711/task/23713/stat : 23713 (java) S 23708 23711 12560 0 -1 1077944384 20492 0 0 0 1370 14 0 0 20 0 16 0 63534144 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139892057080864 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23714] ppid=23708 vsize=10686560 memory=1620 CPUtime=308.58 cores=1,3,5,7
/proc/23711/task/23714/stat : 23714 (java) S 23708 23711 12560 0 -1 1077944384 38955 0 0 0 30689 169 0 0 20 0 16 0 63534145 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891993876752 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23715] ppid=23708 vsize=10686560 memory=-8774313645642428999 CPUtime=308.49 cores=1,3,5,7
/proc/23711/task/23715/stat : 23715 (java) S 23708 23711 12560 0 -1 1077944384 36740 0 0 0 30681 168 0 0 20 0 16 0 63534145 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891992824208 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23716] ppid=23708 vsize=10686560 memory=2984 CPUtime=308.22 cores=1,3,5,7
/proc/23711/task/23716/stat : 23716 (java) S 23708 23711 12560 0 -1 1077944384 39043 0 0 0 30656 166 0 0 20 0 16 0 63534145 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891991771664 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23717] ppid=23708 vsize=10686560 memory=8288148 CPUtime=307.72 cores=1,3,5,7
/proc/23711/task/23717/stat : 23717 (java) S 23708 23711 12560 0 -1 1077944384 41294 0 0 0 30596 176 0 0 20 0 16 0 63534145 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891990719120 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23718] ppid=23708 vsize=10686560 memory=1156 CPUtime=44.54 cores=1,3,5,7
/proc/23711/task/23718/stat : 23718 (java) R 23708 23711 12560 0 -1 4202560 65876 0 0 0 4450 4 0 0 20 0 16 0 63534146 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891092251600 139892037836587 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23719] ppid=23708 vsize=10686560 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23719/stat : 23719 (java) S 23708 23711 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 63534146 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891091199456 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23720] ppid=23708 vsize=10686560 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23720/stat : 23720 (java) S 23708 23711 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 63534147 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891090146816 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23721] ppid=23708 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23721/stat : 23721 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63534149 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891089095376 139892052858779 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23722] ppid=23708 vsize=10686560 memory=4612 CPUtime=1.24 cores=1,3,5,7
/proc/23711/task/23722/stat : 23722 (java) S 23708 23711 12560 0 -1 1077944384 5723 0 0 0 123 1 0 0 20 0 16 0 63534149 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891088041728 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23723] ppid=23708 vsize=10686560 memory=8287252 CPUtime=1.3 cores=1,3,5,7
/proc/23711/task/23723/stat : 23723 (java) S 23708 23711 12560 0 -1 1077944384 5035 0 0 0 129 1 0 0 20 0 16 0 63534149 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891086989472 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23724] ppid=23708 vsize=10686560 memory=1688 CPUtime=0.39 cores=1,3,5,7
/proc/23711/task/23724/stat : 23724 (java) S 23708 23711 12560 0 -1 1077944384 4622 0 0 0 38 1 0 0 20 0 16 0 63534149 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891085936928 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23725] ppid=23708 vsize=10686560 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23725/stat : 23725 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63534149 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891084884576 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23726] ppid=23708 vsize=10686560 memory=4612 CPUtime=0.15 cores=1,3,5,7
/proc/23711/task/23726/stat : 23726 (java) S 23708 23711 12560 0 -1 1077944384 306 0 0 0 8 7 0 0 20 0 16 0 63534153 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891083832112 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23817] ppid=23708 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23817/stat : 23817 (java) S 23708 23711 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 63570278 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891080679088 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
Current children cumulated CPU time: 1294.6 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8288188 KiB

[startup+370.801 s]
/proc/loadavg: 7.55 6.85 5.51 6/210 23818
/proc/meminfo: memFree=15364212/32770624 swapFree=67105588/67108860
[pid=23711] ppid=23708 vsize=10686560 memory=8288188 CPUtime=1295 cores=1,3,5,7
/proc/23711/stat : 23711 (java) S 23708 23711 12560 0 -1 1077944320 259499 0 0 0 128792 708 0 0 20 0 16 0 63534135 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 140731296708880 139892052840183 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
/proc/23711/statm: 2671640 2072047 3163 1 0 2661055 0
[pid=23711/tid=23713] ppid=23708 vsize=10686560 memory=288230617509003574 CPUtime=13.84 cores=1,3,5,7
/proc/23711/task/23713/stat : 23713 (java) S 23708 23711 12560 0 -1 1077944384 20492 0 0 0 1370 14 0 0 20 0 16 0 63534144 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139892057080864 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23714] ppid=23708 vsize=10686560 memory=15254835616287083 CPUtime=308.58 cores=1,3,5,7
/proc/23711/task/23714/stat : 23714 (java) S 23708 23711 12560 0 -1 1077944384 38955 0 0 0 30689 169 0 0 20 0 16 0 63534145 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891993876752 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23715] ppid=23708 vsize=10686560 memory=2240 CPUtime=308.49 cores=1,3,5,7
/proc/23711/task/23715/stat : 23715 (java) S 23708 23711 12560 0 -1 1077944384 36740 0 0 0 30681 168 0 0 20 0 16 0 63534145 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891992824208 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23716] ppid=23708 vsize=10686560 memory=4088 CPUtime=308.22 cores=1,3,5,7
/proc/23711/task/23716/stat : 23716 (java) S 23708 23711 12560 0 -1 1077944384 39043 0 0 0 30656 166 0 0 20 0 16 0 63534145 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891991771664 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23717] ppid=23708 vsize=10686560 memory=1620 CPUtime=307.72 cores=1,3,5,7
/proc/23711/task/23717/stat : 23717 (java) S 23708 23711 12560 0 -1 1077944384 41294 0 0 0 30596 176 0 0 20 0 16 0 63534145 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891990719120 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23718] ppid=23708 vsize=10686560 memory=920 CPUtime=44.94 cores=1,3,5,7
/proc/23711/task/23718/stat : 23718 (java) R 23708 23711 12560 0 -1 4202560 65876 0 0 0 4490 4 0 0 20 0 16 0 63534146 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891092251600 139892037836587 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23719] ppid=23708 vsize=10686560 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23719/stat : 23719 (java) S 23708 23711 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 63534146 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891091199456 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23720] ppid=23708 vsize=10686560 memory=832 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23720/stat : 23720 (java) S 23708 23711 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 63534147 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891090146816 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23721] ppid=23708 vsize=10686560 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23721/stat : 23721 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63534149 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891089095376 139892052858779 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23722] ppid=23708 vsize=10686560 memory=3908 CPUtime=1.24 cores=1,3,5,7
/proc/23711/task/23722/stat : 23722 (java) S 23708 23711 12560 0 -1 1077944384 5723 0 0 0 123 1 0 0 20 0 16 0 63534149 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891088041728 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23723] ppid=23708 vsize=10686560 memory=3036 CPUtime=1.3 cores=1,3,5,7
/proc/23711/task/23723/stat : 23723 (java) S 23708 23711 12560 0 -1 1077944384 5035 0 0 0 129 1 0 0 20 0 16 0 63534149 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891086989472 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23724] ppid=23708 vsize=10686560 memory=3044 CPUtime=0.39 cores=1,3,5,7
/proc/23711/task/23724/stat : 23724 (java) S 23708 23711 12560 0 -1 1077944384 4622 0 0 0 38 1 0 0 20 0 16 0 63534149 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891085936928 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23725] ppid=23708 vsize=10686560 memory=4427205132082312746 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23725/stat : 23725 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63534149 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891084884576 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23726] ppid=23708 vsize=10686560 memory=9104 CPUtime=0.15 cores=1,3,5,7
/proc/23711/task/23726/stat : 23726 (java) S 23708 23711 12560 0 -1 1077944384 306 0 0 0 8 7 0 0 20 0 16 0 63534153 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891083832112 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23817] ppid=23708 vsize=10686560 memory=20406 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23817/stat : 23817 (java) S 23708 23711 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 63570278 10943037440 2072047 18446744073709551615 4194304 4196468 140731296726336 139891080679088 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
Current children cumulated CPU time: 1295 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8288188 KiB

[startup+371.001 s]*
/proc/loadavg: 7.43 6.84 5.52 6/210 23818
/proc/meminfo: memFree=15364204/32770624 swapFree=67105588/67108860
[pid=23711] ppid=23708 vsize=10686560 memory=8288192 CPUtime=1295.21 cores=1,3,5,7
/proc/23711/stat : 23711 (java) S 23708 23711 12560 0 -1 1077944320 259640 0 0 0 128813 708 0 0 20 0 16 0 63534135 10943037440 2072048 18446744073709551615 4194304 4196468 140731296726336 140731296708880 139892052840183 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
/proc/23711/statm: 2671640 2072048 3163 1 0 2661055 0
[pid=23711/tid=23713] ppid=23708 vsize=10686560 memory=8318255677412212789 CPUtime=13.84 cores=1,3,5,7
/proc/23711/task/23713/stat : 23713 (java) S 23708 23711 12560 0 -1 1077944384 20492 0 0 0 1370 14 0 0 20 0 16 0 63534144 10943037440 2072048 18446744073709551615 4194304 4196468 140731296726336 139892057080864 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23714] ppid=23708 vsize=10686560 memory=328 CPUtime=308.58 cores=1,3,5,7
/proc/23711/task/23714/stat : 23714 (java) S 23708 23711 12560 0 -1 1077944384 38955 0 0 0 30689 169 0 0 20 0 16 0 63534145 10943037440 2072048 18446744073709551615 4194304 4196468 140731296726336 139891993876752 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23715] ppid=23708 vsize=10686560 memory=288370584292304512 CPUtime=308.49 cores=1,3,5,7
/proc/23711/task/23715/stat : 23715 (java) S 23708 23711 12560 0 -1 1077944384 36740 0 0 0 30681 168 0 0 20 0 16 0 63534145 10943037440 2072048 18446744073709551615 4194304 4196468 140731296726336 139891992824208 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23716] ppid=23708 vsize=10686560 memory=0 CPUtime=308.22 cores=1,3,5,7
/proc/23711/task/23716/stat : 23716 (java) S 23708 23711 12560 0 -1 1077944384 39043 0 0 0 30656 166 0 0 20 0 16 0 63534145 10943037440 2072048 18446744073709551615 4194304 4196468 140731296726336 139891991771664 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23717] ppid=23708 vsize=10686560 memory=-1 CPUtime=307.72 cores=1,3,5,7
/proc/23711/task/23717/stat : 23717 (java) S 23708 23711 12560 0 -1 1077944384 41294 0 0 0 30596 176 0 0 20 0 16 0 63534145 10943037440 2072048 18446744073709551615 4194304 4196468 140731296726336 139891990719120 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23718] ppid=23708 vsize=10686560 memory=140208140592768 CPUtime=45.15 cores=1,3,5,7
/proc/23711/task/23718/stat : 23718 (java) R 23708 23711 12560 0 -1 1077944384 65991 0 0 0 4511 4 0 0 20 0 16 0 63534146 10943037440 2072048 18446744073709551615 4194304 4196468 140731296726336 139891092253168 139892052851330 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23719] ppid=23708 vsize=10686560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23719/stat : 23719 (java) S 23708 23711 12560 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 63534146 10943037440 2072048 18446744073709551615 4194304 4196468 140731296726336 139891091199456 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23720] ppid=23708 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23720/stat : 23720 (java) S 23708 23711 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 63534147 10943037440 2072048 18446744073709551615 4194304 4196468 140731296726336 139891090145920 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23721] ppid=23708 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23721/stat : 23721 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63534149 10943037440 2072048 18446744073709551615 4194304 4196468 140731296726336 139891089095376 139892052858779 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23722] ppid=23708 vsize=10686560 memory=0 CPUtime=1.24 cores=1,3,5,7
/proc/23711/task/23722/stat : 23722 (java) S 23708 23711 12560 0 -1 1077944384 5723 0 0 0 123 1 0 0 20 0 16 0 63534149 10943037440 2072048 18446744073709551615 4194304 4196468 140731296726336 139891088041968 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23723] ppid=23708 vsize=10686560 memory=-1 CPUtime=1.3 cores=1,3,5,7
/proc/23711/task/23723/stat : 23723 (java) S 23708 23711 12560 0 -1 1077944384 5035 0 0 0 129 1 0 0 20 0 16 0 63534149 10943037440 2072048 18446744073709551615 4194304 4196468 140731296726336 139891086989424 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23724] ppid=23708 vsize=10686560 memory=140208140592768 CPUtime=0.39 cores=1,3,5,7
/proc/23711/task/23724/stat : 23724 (java) R 23708 23711 12560 0 -1 4202560 4624 0 0 0 38 1 0 0 20 0 16 0 63534149 10943037440 2072048 18446744073709551615 4194304 4196468 140731296726336 139891085936880 139892045937019 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23725] ppid=23708 vsize=10686560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23725/stat : 23725 (java) S 23708 23711 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63534149 10943037440 2072048 18446744073709551615 4194304 4196468 140731296726336 139891084884576 139892052850389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23726] ppid=23708 vsize=10686560 memory=140208140592768 CPUtime=0.15 cores=1,3,5,7
/proc/23711/task/23726/stat : 23726 (java) S 23708 23711 12560 0 -1 1077944384 306 0 0 0 8 7 0 0 20 0 16 0 63534153 10943037440 2072048 18446744073709551615 4194304 4196468 140731296726336 139891083832112 139892052851330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
[pid=23711/tid=23817] ppid=23708 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23711/task/23817/stat : 23817 (java) R 23708 23711 12560 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 16 0 63570278 10943037440 2072048 18446744073709551615 4194304 4196468 140731296726336 139891080679088 139892045081573 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38887424 140731296727440 140731296727593 140731296727593 140731296731087 0
Current children cumulated CPU time: 1295.21 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8288192 KiB

Child status: 0
Real time (s): 371.05
CPU time (s): 1295.26
CPU user time (s): 1288.14
CPU system time (s): 7.12186
CPU usage (%): 349.08
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8288192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1288.14
system time used= 7.12186
maximum resident set size= 8288508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259700
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18508
involuntary context switches= 25505


# summary of solver processes directly reported to runsolver:
#   pid: 23711
#   total CPU time (s): 1295.26
#   total CPU user time (s): 1288.14
#   total CPU system time (s): 7.12186

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.38546 second user time and 3.42418 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 10:22:26
IDJOB=4262951
IDBENCH=120601
IDSOLVER=2651
FILE ID=node126/4262951-1502613387
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-dsjc-500-5.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262951-1502613387/watcher-4262951-1502613387 -o /tmp/evaluation-result-4262951-1502613387/solver-4262951-1502613387 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262951-1502613387.xml

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

MD5SUM BENCH= 3c0366ff4baa9e19aea1ffc9dac5e4aa
RANDOM SEED=1011324720

node126.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.81
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.81
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.81
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.81
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:        23423364 kB
MemAvailable:   23654968 kB
Buffers:          256988 kB
Cached:           243988 kB
SwapCached:          524 kB
Active:          8716888 kB
Inactive:         134816 kB
Active(anon):    8297812 kB
Inactive(anon):    85576 kB
Active(file):     419076 kB
Inactive(file):    49240 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              3620 kB
Writeback:            16 kB
AnonPages:       8349512 kB
Mapped:            57428 kB
Shmem:             33440 kB
Slab:             184368 kB
SReclaimable:     158244 kB
SUnreclaim:        26124 kB
KernelStack:        3440 kB
PageTables:        20856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8632316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7417856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62024 MiB
End job on node126 at 2017-08-13 10:28:37