Trace number 4262957

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? 1314.4301 366.20999

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-wap06a.xml
MD5SUMa8532fde929f2c832645b1246a7d35a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables947
Number of constraints43571
Number of domains1
Minimum domain size947
Maximum domain size947
Distribution of domain sizes[{"size":947,"count":947}]
Minimum variable degree10
Maximum variable degree231
Distribution of variable degrees[{"degree":10,"count":2},{"degree":13,"count":3},{"degree":15,"count":1},{"degree":16,"count":4},{"degree":17,"count":3},{"degree":20,"count":1},{"degree":24,"count":4},{"degree":26,"count":1},{"degree":29,"count":3},{"degree":31,"count":7},{"degree":32,"count":5},{"degree":33,"count":5},{"degree":34,"count":9},{"degree":35,"count":30},{"degree":36,"count":21},{"degree":37,"count":9},{"degree":38,"count":23},{"degree":39,"count":11},{"degree":40,"count":88},{"degree":41,"count":1},{"degree":42,"count":1},{"degree":43,"count":4},{"degree":44,"count":10},{"degree":45,"count":2},{"degree":46,"count":8},"...",{"degree":184,"count":2}, {"degree":185,"count":5}, {"degree":186,"count":2}, {"degree":187,"count":1}, {"degree":188,"count":1}, {"degree":189,"count":1}, {"degree":190,"count":1}, {"degree":191,"count":2}, {"degree":192,"count":2}, {"degree":193,"count":1}, {"degree":194,"count":2}, {"degree":195,"count":2}, {"degree":196,"count":1}, {"degree":199,"count":2}, {"degree":200,"count":1}, {"degree":202,"count":1}, {"degree":205,"count":1}, {"degree":207,"count":1}, {"degree":210,"count":1}, {"degree":211,"count":1}, {"degree":213,"count":1}, {"degree":218,"count":1}, {"degree":219,"count":1}, {"degree":224,"count":2}, {"degree":231,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":43571}]
Number of extensional constraints0
Number of intensional constraints43571
Distribution of constraint types[{"type":"intension","count":43571}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262957-1502613020/watcher-4262957-1502613020 -o /tmp/evaluation-result-4262957-1502613020/solver-4262957-1502613020 -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-4262957-1502613020.xml 

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

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


[startup+0.100135 s]*
/proc/loadavg: 2.04 3.07 3.76 3/201 23510
/proc/meminfo: memFree=31083224/32770624 swapFree=67105588/67108860
[pid=23504] ppid=23501 vsize=10018544 memory=19584 CPUtime=0.01 cores=1,3,5,7
/proc/23504/stat : 23504 (java) S 23501 23504 12560 0 -1 1077944320 3731 0 0 0 1 0 0 0 20 0 7 0 63497385 10258989056 4896 18446744073709551615 4194304 4196468 140724183542496 140724183525040 140500778299127 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
/proc/23504/statm: 2504636 4896 2009 1 0 2494133 0
[pid=23504/tid=23506] ppid=23501 vsize=10018544 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/23504/task/23506/stat : 23506 (java) R 23501 23504 12560 0 -1 4202560 2429 0 0 0 1 0 0 0 20 0 7 0 63497393 10258989056 4962 18446744073709551615 4194304 4196468 140724183542496 140500782541584 140500762379614 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23507] ppid=23501 vsize=10018544 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23507/stat : 23507 (java) S 23501 23504 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 63497394 10258989056 4962 18446744073709551615 4194304 4196468 140724183542496 140500735265936 140500778309333 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23508] ppid=23501 vsize=10018544 memory=140127905097344 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23508/stat : 23508 (java) S 23501 23504 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 63497394 10258989056 4962 18446744073709551615 4194304 4196468 140724183542496 140500734213136 140500778309333 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23509] ppid=23501 vsize=10018544 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23509/stat : 23509 (java) S 23501 23504 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 63497394 10258989056 4962 18446744073709551615 4194304 4196468 140724183542496 140500733160336 140500778309333 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23510] ppid=23501 vsize=10018544 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23510/stat : 23510 (java) S 23501 23504 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 63497394 10258989056 4962 18446744073709551615 4194304 4196468 140724183542496 140500732107536 140500778309333 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23511] ppid=23501 vsize=10018544 memory=140127905097344 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23511/stat : 23511 (java) S 23501 23504 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 63497395 10258989056 4962 18446744073709551615 4194304 4196468 140724183542496 140500341975408 140500778310274 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10018544 KiB
Current children cumulated memory: 19584 KiB

[startup+0.209731 s]*
/proc/loadavg: 2.04 3.07 3.76 3/210 23519
/proc/meminfo: memFree=31074864/32770624 swapFree=67105588/67108860
[pid=23504] ppid=23501 vsize=10552180 memory=30176 CPUtime=0.11 cores=1,3,5,7
/proc/23504/stat : 23504 (java) S 23501 23504 12560 0 -1 1077944320 7474 0 0 0 9 2 0 0 20 0 15 0 63497385 10805432320 7544 18446744073709551615 4194304 4196468 140724183542496 140724183525040 140500778299127 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
/proc/23504/statm: 2638045 7544 2801 1 0 2627517 0
[pid=23504/tid=23506] ppid=23501 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/23504/task/23506/stat : 23506 (java) R 23501 23504 12560 0 -1 4202560 5373 0 0 0 7 1 0 0 20 0 15 0 63497393 10805432320 7544 18446744073709551615 4194304 4196468 140724183542496 140500782487472 140500770978845 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23507] ppid=23501 vsize=10552180 memory=328 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23507/stat : 23507 (java) S 23501 23504 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63497394 10805432320 7544 18446744073709551615 4194304 4196468 140724183542496 140500735265936 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23508] ppid=23501 vsize=10552180 memory=288370504056809088 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23508/stat : 23508 (java) S 23501 23504 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63497394 10805432320 7544 18446744073709551615 4194304 4196468 140724183542496 140500734213136 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23509] ppid=23501 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23509/stat : 23509 (java) S 23501 23504 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63497394 10805432320 7544 18446744073709551615 4194304 4196468 140724183542496 140500733160336 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23510] ppid=23501 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23510/stat : 23510 (java) S 23501 23504 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63497394 10805432320 7544 18446744073709551615 4194304 4196468 140724183542496 140500732107536 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23511] ppid=23501 vsize=10552180 memory=140127905097344 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23511/stat : 23511 (java) S 23501 23504 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63497395 10805432320 7544 18446744073709551615 4194304 4196468 140724183542496 140500341975408 140500778310274 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23512] ppid=23501 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23512/stat : 23512 (java) S 23501 23504 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63497396 10805432320 7544 18446744073709551615 4194304 4196468 140724183542496 140500340921376 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23513] ppid=23501 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23513/stat : 23513 (java) S 23501 23504 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63497396 10805432320 7544 18446744073709551615 4194304 4196468 140724183542496 140500339868528 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23514] ppid=23501 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23514/stat : 23514 (java) S 23501 23504 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63497398 10805432320 7544 18446744073709551615 4194304 4196468 140724183542496 140500338816848 140500778317723 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23515] ppid=23501 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23515/stat : 23515 (java) S 23501 23504 12560 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 63497398 10805432320 7544 18446744073709551615 4194304 4196468 140724183542496 140500337765232 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23516] ppid=23501 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23516/stat : 23516 (java) S 23501 23504 12560 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 63497398 10805432320 7544 18446744073709551615 4194304 4196468 140724183542496 140500336712432 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23517] ppid=23501 vsize=10552180 memory=140127905097344 CPUtime=0.01 cores=1,3,5,7
/proc/23504/task/23517/stat : 23517 (java) S 23501 23504 12560 0 -1 1077944384 295 0 0 0 1 0 0 0 20 0 15 0 63497398 10805432320 7544 18446744073709551615 4194304 4196468 140724183542496 140500335659632 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23518] ppid=23501 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23518/stat : 23518 (java) S 23501 23504 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63497398 10805432320 7544 18446744073709551615 4194304 4196468 140724183542496 140500334607072 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23519] ppid=23501 vsize=10552180 memory=140127905097344 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23519/stat : 23519 (java) S 23501 23504 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63497402 10805432320 7544 18446744073709551615 4194304 4196468 140724183542496 140500333554352 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 30176 KiB

[startup+0.310123 s]*
/proc/loadavg: 2.04 3.07 3.76 5/210 23519
/proc/meminfo: memFree=31066080/32770624 swapFree=67105588/67108860
[pid=23504] ppid=23501 vsize=10551156 memory=38348 CPUtime=0.27 cores=1,3,5,7
/proc/23504/stat : 23504 (java) S 23501 23504 12560 0 -1 1077944320 8947 0 0 0 25 2 0 0 20 0 15 0 63497385 10804383744 9587 18446744073709551615 4194304 4196468 140724183542496 140724183525040 140500778299127 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
/proc/23504/statm: 2637789 9587 2865 1 0 2627261 0
[pid=23504/tid=23506] ppid=23501 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/23504/task/23506/stat : 23506 (java) R 23501 23504 12560 0 -1 4202560 6121 0 0 0 17 1 0 0 20 0 15 0 63497393 10804383744 9653 18446744073709551615 4194304 4196468 140724183542496 140500782538320 140500409633671 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23507] ppid=23501 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23507/stat : 23507 (java) S 23501 23504 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63497394 10804383744 9653 18446744073709551615 4194304 4196468 140724183542496 140500735265936 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23508] ppid=23501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23508/stat : 23508 (java) S 23501 23504 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63497394 10804383744 9653 18446744073709551615 4194304 4196468 140724183542496 140500734213136 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23509] ppid=23501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23509/stat : 23509 (java) S 23501 23504 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63497394 10804383744 9653 18446744073709551615 4194304 4196468 140724183542496 140500733160336 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23510] ppid=23501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23510/stat : 23510 (java) S 23501 23504 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63497394 10804383744 9653 18446744073709551615 4194304 4196468 140724183542496 140500732107536 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23511] ppid=23501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23511/stat : 23511 (java) S 23501 23504 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63497395 10804383744 9653 18446744073709551615 4194304 4196468 140724183542496 140500341975408 140500778310274 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23512] ppid=23501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23512/stat : 23512 (java) S 23501 23504 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63497396 10804383744 9719 18446744073709551615 4194304 4196468 140724183542496 140500340921376 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23513] ppid=23501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23513/stat : 23513 (java) S 23501 23504 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63497396 10804383744 9719 18446744073709551615 4194304 4196468 140724183542496 140500339868528 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23514] ppid=23501 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23514/stat : 23514 (java) S 23501 23504 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63497398 10804383744 9719 18446744073709551615 4194304 4196468 140724183542496 140500338816848 140500778317723 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23515] ppid=23501 vsize=10551156 memory=140127804600192 CPUtime=0.01 cores=1,3,5,7
/proc/23504/task/23515/stat : 23515 (java) R 23501 23504 12560 0 -1 4202560 400 0 0 0 1 0 0 0 20 0 15 0 63497398 10804383744 9719 18446744073709551615 4194304 4196468 140724183542496 140500337765232 140500770536254 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23516] ppid=23501 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23504/task/23516/stat : 23516 (java) R 23501 23504 12560 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 15 0 63497398 10804383744 9719 18446744073709551615 4194304 4196468 140724183542496 140500336712432 140500778310274 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23517] ppid=23501 vsize=10551156 memory=140127905097344 CPUtime=0.05 cores=1,3,5,7
/proc/23504/task/23517/stat : 23517 (java) R 23501 23504 12560 0 -1 4202560 849 0 0 0 5 0 0 0 20 0 15 0 63497398 10804383744 9719 18446744073709551615 4194304 4196468 140724183542496 140500335655544 140500758266246 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23518] ppid=23501 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23518/stat : 23518 (java) S 23501 23504 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63497398 10804383744 9719 18446744073709551615 4194304 4196468 140724183542496 140500334607072 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23519] ppid=23501 vsize=10551156 memory=140127905097344 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23519/stat : 23519 (java) S 23501 23504 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63497402 10804383744 9719 18446744073709551615 4194304 4196468 140724183542496 140500333554352 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38348 KiB

[startup+0.70147 s]
/proc/loadavg: 2.04 3.07 3.76 3/210 23519
/proc/meminfo: memFree=31039628/32770624 swapFree=67105588/67108860
[pid=23504] ppid=23501 vsize=10551232 memory=89172 CPUtime=1.39 cores=1,3,5,7
/proc/23504/stat : 23504 (java) S 23501 23504 12560 0 -1 1077944320 12443 0 0 0 134 5 0 0 20 0 15 0 63497385 10804461568 22293 18446744073709551615 4194304 4196468 140724183542496 140724183525040 140500778299127 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
/proc/23504/statm: 2637808 22293 3043 1 0 2627261 0
[pid=23504/tid=23506] ppid=23501 vsize=10551232 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/23504/task/23506/stat : 23506 (java) R 23501 23504 12560 0 -1 4202560 7304 0 0 0 53 3 0 0 20 0 15 0 63497393 10804461568 22293 18446744073709551615 4194304 4196468 140724183542496 140500782535984 140500412763431 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23507] ppid=23501 vsize=10551232 memory=2 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23507/stat : 23507 (java) S 23501 23504 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63497394 10804461568 22293 18446744073709551615 4194304 4196468 140724183542496 140500735265936 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23508] ppid=23501 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23508/stat : 23508 (java) S 23501 23504 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63497394 10804461568 22293 18446744073709551615 4194304 4196468 140724183542496 140500734213136 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23509] ppid=23501 vsize=10551232 memory=8458433173656909621 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23509/stat : 23509 (java) S 23501 23504 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63497394 10804461568 22293 18446744073709551615 4194304 4196468 140724183542496 140500733160336 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23510] ppid=23501 vsize=10551232 memory=7086521019830130256 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23510/stat : 23510 (java) S 23501 23504 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63497394 10804461568 22293 18446744073709551615 4194304 4196468 140724183542496 140500732107536 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23511] ppid=23501 vsize=10551232 memory=4639059877604708710 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23511/stat : 23511 (java) S 23501 23504 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 63497395 10804461568 22293 18446744073709551615 4194304 4196468 140724183542496 140500341975408 140500778310274 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23512] ppid=23501 vsize=10551232 memory=414 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23512/stat : 23512 (java) S 23501 23504 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63497396 10804461568 22293 18446744073709551615 4194304 4196468 140724183542496 140500340921376 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23513] ppid=23501 vsize=10551232 memory=291 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23513/stat : 23513 (java) S 23501 23504 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63497396 10804461568 22293 18446744073709551615 4194304 4196468 140724183542496 140500339868528 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23514] ppid=23501 vsize=10551232 memory=101 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23514/stat : 23514 (java) S 23501 23504 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63497398 10804461568 22293 18446744073709551615 4194304 4196468 140724183542496 140500338816848 140500778317723 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23515] ppid=23501 vsize=10551232 memory=2136 CPUtime=0.26 cores=1,3,5,7
/proc/23504/task/23515/stat : 23515 (java) R 23501 23504 12560 0 -1 4202560 1371 0 0 0 26 0 0 0 20 0 15 0 63497398 10804461568 22293 18446744073709551615 4194304 4196468 140724183542496 140500337751744 140500755894298 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23516] ppid=23501 vsize=10551232 memory=238 CPUtime=0.3 cores=1,3,5,7
/proc/23504/task/23516/stat : 23516 (java) R 23501 23504 12560 0 -1 4202560 886 0 0 0 30 0 0 0 20 0 15 0 63497398 10804461568 22293 18446744073709551615 4194304 4196468 140724183542496 140500336702656 140500764315841 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23517] ppid=23501 vsize=10551232 memory=4 CPUtime=0.23 cores=1,3,5,7
/proc/23504/task/23517/stat : 23517 (java) S 23501 23504 12560 0 -1 1077944384 1509 0 0 0 23 0 0 0 20 0 15 0 63497398 10804461568 22293 18446744073709551615 4194304 4196468 140724183542496 140500335659632 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23518] ppid=23501 vsize=10551232 memory=280255608737504 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23518/stat : 23518 (java) S 23501 23504 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63497398 10804461568 22293 18446744073709551615 4194304 4196468 140724183542496 140500334607072 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23519] ppid=23501 vsize=10551232 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23519/stat : 23519 (java) S 23501 23504 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63497402 10804461568 22293 18446744073709551615 4194304 4196468 140724183542496 140500333554352 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 89172 KiB

[startup+1.50085 s]
/proc/loadavg: 2.04 3.07 3.76 5/210 23519
/proc/meminfo: memFree=30904412/32770624 swapFree=67105588/67108860
[pid=23504] ppid=23501 vsize=10551232 memory=537872 CPUtime=3.64 cores=1,3,5,7
/proc/23504/stat : 23504 (java) S 23501 23504 12560 0 -1 1077944320 15524 0 0 0 339 25 0 0 20 0 15 0 63497385 10804461568 134468 18446744073709551615 4194304 4196468 140724183542496 140724183525040 140500778299127 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
/proc/23504/statm: 2637808 134468 3095 1 0 2627261 0
[pid=23504/tid=23506] ppid=23501 vsize=10551232 memory=288230617509003574 CPUtime=1.22 cores=1,3,5,7
/proc/23504/task/23506/stat : 23506 (java) R 23501 23504 12560 0 -1 4202560 7780 0 0 0 114 8 0 0 20 0 15 0 63497393 10804461568 134468 18446744073709551615 4194304 4196468 140724183542496 140500782536144 140500764367246 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23507] ppid=23501 vsize=10551232 memory=15254835616287083 CPUtime=0.12 cores=1,3,5,7
/proc/23504/task/23507/stat : 23507 (java) S 23501 23504 12560 0 -1 1077944384 417 0 0 0 9 3 0 0 20 0 15 0 63497394 10804461568 134980 18446744073709551615 4194304 4196468 140724183542496 140500735265936 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23508] ppid=23501 vsize=10551232 memory=13845265987684136 CPUtime=0.13 cores=1,3,5,7
/proc/23504/task/23508/stat : 23508 (java) S 23501 23504 12560 0 -1 1077944384 174 0 0 0 9 4 0 0 20 0 15 0 63497394 10804461568 134980 18446744073709551615 4194304 4196468 140724183542496 140500734213136 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23509] ppid=23501 vsize=10551232 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/23504/task/23509/stat : 23509 (java) S 23501 23504 12560 0 -1 1077944384 180 0 0 0 7 3 0 0 20 0 15 0 63497394 10804461568 134980 18446744073709551615 4194304 4196468 140724183542496 140500733160336 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23510] ppid=23501 vsize=10551232 memory=414 CPUtime=0.11 cores=1,3,5,7
/proc/23504/task/23510/stat : 23510 (java) S 23501 23504 12560 0 -1 1077944384 341 0 0 0 8 3 0 0 20 0 15 0 63497394 10804461568 134980 18446744073709551615 4194304 4196468 140724183542496 140500732107536 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23511] ppid=23501 vsize=10551232 memory=291 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23511/stat : 23511 (java) S 23501 23504 12560 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 63497395 10804461568 134980 18446744073709551615 4194304 4196468 140724183542496 140500341975408 140500778310274 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23512] ppid=23501 vsize=10551232 memory=101 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23512/stat : 23512 (java) S 23501 23504 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63497396 10804461568 134980 18446744073709551615 4194304 4196468 140724183542496 140500340921440 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23513] ppid=23501 vsize=10551232 memory=2136 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23513/stat : 23513 (java) S 23501 23504 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63497396 10804461568 134980 18446744073709551615 4194304 4196468 140724183542496 140500339868528 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23514] ppid=23501 vsize=10551232 memory=238 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23514/stat : 23514 (java) S 23501 23504 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63497398 10804461568 134980 18446744073709551615 4194304 4196468 140724183542496 140500338816848 140500778317723 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23515] ppid=23501 vsize=10551232 memory=4 CPUtime=0.77 cores=1,3,5,7
/proc/23504/task/23515/stat : 23515 (java) S 23501 23504 12560 0 -1 1077944384 2028 0 0 0 77 0 0 0 20 0 15 0 63497398 10804461568 134980 18446744073709551615 4194304 4196468 140724183542496 140500337765232 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23516] ppid=23501 vsize=10551232 memory=280255608743560 CPUtime=0.83 cores=1,3,5,7
/proc/23504/task/23516/stat : 23516 (java) S 23501 23504 12560 0 -1 1077944384 1440 0 0 0 83 0 0 0 20 0 15 0 63497398 10804461568 134980 18446744073709551615 4194304 4196468 140724183542496 140500336712432 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23517] ppid=23501 vsize=10551232 memory=10867958961 CPUtime=0.29 cores=1,3,5,7
/proc/23504/task/23517/stat : 23517 (java) S 23501 23504 12560 0 -1 1077944384 1593 0 0 0 29 0 0 0 20 0 15 0 63497398 10804461568 134980 18446744073709551615 4194304 4196468 140724183542496 140500335659632 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23518] ppid=23501 vsize=10551232 memory=3 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23518/stat : 23518 (java) S 23501 23504 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63497398 10804461568 134980 18446744073709551615 4194304 4196468 140724183542496 140500334607072 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23519] ppid=23501 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23519/stat : 23519 (java) S 23501 23504 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63497402 10804461568 134980 18446744073709551615 4194304 4196468 140724183542496 140500333554352 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0

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

/proc/23504/task/23506/stat : 23506 (java) S 23501 23504 12560 0 -1 1077944384 34652 0 0 0 1458 32 0 0 20 0 16 0 63497393 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500782539808 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23507] ppid=23501 vsize=10684512 memory=-8774313645642428999 CPUtime=314.36 cores=1,3,5,7
/proc/23504/task/23507/stat : 23507 (java) R 23501 23504 12560 0 -1 4202560 675738 0 0 0 31259 177 0 0 20 0 16 0 63497394 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500735265744 140500770927335 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23508] ppid=23501 vsize=10684512 memory=1004 CPUtime=313.19 cores=1,3,5,7
/proc/23504/task/23508/stat : 23508 (java) R 23501 23504 12560 0 -1 4202560 808625 0 0 0 31125 194 0 0 20 0 16 0 63497394 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500734213256 140500770927335 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23509] ppid=23501 vsize=10684512 memory=2016 CPUtime=313.33 cores=1,3,5,7
/proc/23504/task/23509/stat : 23509 (java) R 23501 23504 12560 0 -1 4202560 612369 0 0 0 31156 177 0 0 20 0 16 0 63497394 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500733160144 140500770927335 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23510] ppid=23501 vsize=10684512 memory=1196 CPUtime=312.51 cores=1,3,5,7
/proc/23504/task/23510/stat : 23510 (java) R 23501 23504 12560 0 -1 4202560 579406 0 0 0 31074 177 0 0 20 0 16 0 63497394 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500732107424 140500763288780 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23511] ppid=23501 vsize=10684512 memory=-8774313645642428999 CPUtime=28.01 cores=1,3,5,7
/proc/23504/task/23511/stat : 23511 (java) S 23501 23504 12560 0 -1 1077944384 102245 0 0 0 2795 6 0 0 20 0 16 0 63497395 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500341973952 140500778309333 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23512] ppid=23501 vsize=10684512 memory=3076 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23512/stat : 23512 (java) S 23501 23504 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 63497396 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500340921440 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23513] ppid=23501 vsize=10684512 memory=8306152 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23513/stat : 23513 (java) S 23501 23504 12560 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 63497396 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500339868528 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23514] ppid=23501 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23514/stat : 23514 (java) S 23501 23504 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63497398 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500338816848 140500778317723 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23515] ppid=23501 vsize=10684512 memory=4144 CPUtime=1.06 cores=1,3,5,7
/proc/23504/task/23515/stat : 23515 (java) S 23501 23504 12560 0 -1 1077944384 4020 0 0 0 105 1 0 0 20 0 16 0 63497398 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500337765232 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23516] ppid=23501 vsize=10684512 memory=36300 CPUtime=1.11 cores=1,3,5,7
/proc/23504/task/23516/stat : 23516 (java) S 23501 23504 12560 0 -1 1077944384 2888 0 0 0 111 0 0 0 20 0 16 0 63497398 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500336712432 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23517] ppid=23501 vsize=10684512 memory=1292 CPUtime=0.37 cores=1,3,5,7
/proc/23504/task/23517/stat : 23517 (java) S 23501 23504 12560 0 -1 1077944384 4657 0 0 0 37 0 0 0 20 0 16 0 63497398 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500335659632 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23518] ppid=23501 vsize=10684512 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23518/stat : 23518 (java) S 23501 23504 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63497398 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500334607072 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23519] ppid=23501 vsize=10684512 memory=8600 CPUtime=0.16 cores=1,3,5,7
/proc/23504/task/23519/stat : 23519 (java) S 23501 23504 12560 0 -1 1077944384 296 0 0 0 8 8 0 0 20 0 16 0 63497402 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500333554352 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23650] ppid=23501 vsize=10684512 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23650/stat : 23650 (java) S 23501 23504 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 63533054 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500332498224 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
Current children cumulated CPU time: 1299.09 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8305048 KiB

[startup+364.801 s]
/proc/loadavg: 7.90 5.81 4.68 9/210 23651
/proc/meminfo: memFree=15113608/32770624 swapFree=67105588/67108860
[pid=23504] ppid=23501 vsize=10684512 memory=8305048 CPUtime=1311.48 cores=1,3,5,7
/proc/23504/stat : 23504 (java) S 23501 23504 12560 0 -1 1077944320 2883305 0 0 0 130370 778 0 0 20 0 16 0 63497385 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140724183525040 140500778299127 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
/proc/23504/statm: 2671128 2076262 3163 1 0 2660543 0
[pid=23504/tid=23506] ppid=23501 vsize=10684512 memory=1292 CPUtime=14.9 cores=1,3,5,7
/proc/23504/task/23506/stat : 23506 (java) S 23501 23504 12560 0 -1 1077944384 34652 0 0 0 1458 32 0 0 20 0 16 0 63497393 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500782539808 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23507] ppid=23501 vsize=10684512 memory=2384 CPUtime=317.42 cores=1,3,5,7
/proc/23504/task/23507/stat : 23507 (java) R 23501 23504 12560 0 -1 4202560 675738 0 0 0 31563 179 0 0 20 0 16 0 63497394 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500735266056 140500770927335 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23508] ppid=23501 vsize=10684512 memory=1688 CPUtime=316.23 cores=1,3,5,7
/proc/23504/task/23508/stat : 23508 (java) R 23501 23504 12560 0 -1 4202560 808625 0 0 0 31428 195 0 0 20 0 16 0 63497394 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500734212944 140500770927335 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23509] ppid=23501 vsize=10684512 memory=0 CPUtime=316.41 cores=1,3,5,7
/proc/23504/task/23509/stat : 23509 (java) R 23501 23504 12560 0 -1 4202560 612369 0 0 0 31463 178 0 0 20 0 16 0 63497394 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500733160456 140500770927335 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23510] ppid=23501 vsize=10684512 memory=15584 CPUtime=315.7 cores=1,3,5,7
/proc/23504/task/23510/stat : 23510 (java) R 23501 23504 12560 0 -1 4202560 636327 0 0 0 31391 179 0 0 20 0 16 0 63497394 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500732107424 140500759908793 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23511] ppid=23501 vsize=10684512 memory=22364 CPUtime=28.01 cores=1,3,5,7
/proc/23504/task/23511/stat : 23511 (java) S 23501 23504 12560 0 -1 1077944384 102245 0 0 0 2795 6 0 0 20 0 16 0 63497395 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500341973952 140500778309333 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23512] ppid=23501 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23512/stat : 23512 (java) S 23501 23504 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 63497396 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500340921440 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23513] ppid=23501 vsize=10684512 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23513/stat : 23513 (java) S 23501 23504 12560 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 63497396 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500339868528 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23514] ppid=23501 vsize=10684512 memory=644 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23514/stat : 23514 (java) S 23501 23504 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63497398 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500338816848 140500778317723 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23515] ppid=23501 vsize=10684512 memory=1744 CPUtime=1.06 cores=1,3,5,7
/proc/23504/task/23515/stat : 23515 (java) S 23501 23504 12560 0 -1 1077944384 4020 0 0 0 105 1 0 0 20 0 16 0 63497398 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500337765280 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23516] ppid=23501 vsize=10684512 memory=0 CPUtime=1.11 cores=1,3,5,7
/proc/23504/task/23516/stat : 23516 (java) S 23501 23504 12560 0 -1 1077944384 2889 0 0 0 111 0 0 0 20 0 16 0 63497398 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500336712192 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23517] ppid=23501 vsize=10684512 memory=6944656592455360604 CPUtime=0.37 cores=1,3,5,7
/proc/23504/task/23517/stat : 23517 (java) S 23501 23504 12560 0 -1 1077944384 4657 0 0 0 37 0 0 0 20 0 16 0 63497398 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500335659680 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23518] ppid=23501 vsize=10684512 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23518/stat : 23518 (java) S 23501 23504 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63497398 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500334607072 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23519] ppid=23501 vsize=10684512 memory=6944656575208382560 CPUtime=0.16 cores=1,3,5,7
/proc/23504/task/23519/stat : 23519 (java) S 23501 23504 12560 0 -1 1077944384 298 0 0 0 8 8 0 0 20 0 16 0 63497402 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500333554352 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23650] ppid=23501 vsize=10684512 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23650/stat : 23650 (java) S 23501 23504 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 63533054 10940940288 2076262 18446744073709551615 4194304 4196468 140724183542496 140500332498224 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
Current children cumulated CPU time: 1311.48 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8305048 KiB

[startup+365.601 s]
/proc/loadavg: 7.90 5.81 4.68 9/210 23651
/proc/meminfo: memFree=15113732/32770624 swapFree=67105588/67108860
[pid=23504] ppid=23501 vsize=10684512 memory=8305052 CPUtime=1313.82 cores=1,3,5,7
/proc/23504/stat : 23504 (java) S 23501 23504 12560 0 -1 1077944320 2884039 0 0 0 130603 779 0 0 20 0 16 0 63497385 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140724183525040 140500778299127 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
/proc/23504/statm: 2671128 2076263 3163 1 0 2660543 0
[pid=23504/tid=23506] ppid=23501 vsize=10684512 memory=2384 CPUtime=14.9 cores=1,3,5,7
/proc/23504/task/23506/stat : 23506 (java) S 23501 23504 12560 0 -1 1077944384 34652 0 0 0 1458 32 0 0 20 0 16 0 63497393 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500782539808 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23507] ppid=23501 vsize=10684512 memory=1228 CPUtime=317.92 cores=1,3,5,7
/proc/23504/task/23507/stat : 23507 (java) S 23501 23504 12560 0 -1 1077944384 675738 0 0 0 31613 179 0 0 20 0 16 0 63497394 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500735265936 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23508] ppid=23501 vsize=10684512 memory=1412 CPUtime=316.76 cores=1,3,5,7
/proc/23504/task/23508/stat : 23508 (java) S 23501 23504 12560 0 -1 1077944384 808625 0 0 0 31480 196 0 0 20 0 16 0 63497394 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500734213136 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23509] ppid=23501 vsize=10684512 memory=15584 CPUtime=316.93 cores=1,3,5,7
/proc/23504/task/23509/stat : 23509 (java) S 23501 23504 12560 0 -1 1077944384 612369 0 0 0 31515 178 0 0 20 0 16 0 63497394 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500733160336 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23510] ppid=23501 vsize=10684512 memory=22364 CPUtime=316.24 cores=1,3,5,7
/proc/23504/task/23510/stat : 23510 (java) S 23501 23504 12560 0 -1 1077944384 636327 0 0 0 31445 179 0 0 20 0 16 0 63497394 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500732107536 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23511] ppid=23501 vsize=10684512 memory=4048 CPUtime=28.27 cores=1,3,5,7
/proc/23504/task/23511/stat : 23511 (java) R 23501 23504 12560 0 -1 4202560 102979 0 0 0 2821 6 0 0 20 0 16 0 63497395 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500341973840 140500763295472 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23512] ppid=23501 vsize=10684512 memory=644 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23512/stat : 23512 (java) S 23501 23504 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 63497396 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500340921440 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23513] ppid=23501 vsize=10684512 memory=1744 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23513/stat : 23513 (java) S 23501 23504 12560 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 63497396 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500339868528 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23514] ppid=23501 vsize=10684512 memory=956 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23514/stat : 23514 (java) S 23501 23504 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63497398 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500338816848 140500778317723 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23515] ppid=23501 vsize=10684512 memory=1232 CPUtime=1.06 cores=1,3,5,7
/proc/23504/task/23515/stat : 23515 (java) S 23501 23504 12560 0 -1 1077944384 4020 0 0 0 105 1 0 0 20 0 16 0 63497398 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500337765280 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23516] ppid=23501 vsize=10684512 memory=2240 CPUtime=1.11 cores=1,3,5,7
/proc/23504/task/23516/stat : 23516 (java) S 23501 23504 12560 0 -1 1077944384 2889 0 0 0 111 0 0 0 20 0 16 0 63497398 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500336712192 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23517] ppid=23501 vsize=10684512 memory=-8774313645642428999 CPUtime=0.37 cores=1,3,5,7
/proc/23504/task/23517/stat : 23517 (java) S 23501 23504 12560 0 -1 1077944384 4657 0 0 0 37 0 0 0 20 0 16 0 63497398 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500335659680 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23518] ppid=23501 vsize=10684512 memory=8600 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23518/stat : 23518 (java) S 23501 23504 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63497398 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500334607072 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23519] ppid=23501 vsize=10684512 memory=1716 CPUtime=0.16 cores=1,3,5,7
/proc/23504/task/23519/stat : 23519 (java) S 23501 23504 12560 0 -1 1077944384 298 0 0 0 8 8 0 0 20 0 16 0 63497402 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500333554352 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23650] ppid=23501 vsize=10684512 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23650/stat : 23650 (java) S 23501 23504 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 63533054 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500332498224 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
Current children cumulated CPU time: 1313.82 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8305052 KiB

[startup+366.001 s]*
/proc/loadavg: 7.90 5.81 4.68 6/210 23651
/proc/meminfo: memFree=15113732/32770624 swapFree=67105588/67108860
[pid=23504] ppid=23501 vsize=10684512 memory=8305052 CPUtime=1314.23 cores=1,3,5,7
/proc/23504/stat : 23504 (java) S 23501 23504 12560 0 -1 1077944320 2884039 0 0 0 130644 779 0 0 20 0 16 0 63497385 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140724183525040 140500778299127 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
/proc/23504/statm: 2671128 2076263 3163 1 0 2660543 0
[pid=23504/tid=23506] ppid=23501 vsize=10684512 memory=-8774313645642428999 CPUtime=14.9 cores=1,3,5,7
/proc/23504/task/23506/stat : 23506 (java) S 23501 23504 12560 0 -1 1077944384 34652 0 0 0 1458 32 0 0 20 0 16 0 63497393 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500782539808 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23507] ppid=23501 vsize=10684512 memory=2016 CPUtime=317.92 cores=1,3,5,7
/proc/23504/task/23507/stat : 23507 (java) S 23501 23504 12560 0 -1 1077944384 675738 0 0 0 31613 179 0 0 20 0 16 0 63497394 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500735265936 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23508] ppid=23501 vsize=10684512 memory=15584 CPUtime=316.76 cores=1,3,5,7
/proc/23504/task/23508/stat : 23508 (java) S 23501 23504 12560 0 -1 1077944384 808625 0 0 0 31480 196 0 0 20 0 16 0 63497394 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500734213136 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23509] ppid=23501 vsize=10684512 memory=22364 CPUtime=316.93 cores=1,3,5,7
/proc/23504/task/23509/stat : 23509 (java) S 23501 23504 12560 0 -1 1077944384 612369 0 0 0 31515 178 0 0 20 0 16 0 63497394 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500733160336 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23510] ppid=23501 vsize=10684512 memory=4872558044660077418 CPUtime=316.24 cores=1,3,5,7
/proc/23504/task/23510/stat : 23510 (java) S 23501 23504 12560 0 -1 1077944384 636327 0 0 0 31445 179 0 0 20 0 16 0 63497394 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500732107536 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23511] ppid=23501 vsize=10684512 memory=4088 CPUtime=28.68 cores=1,3,5,7
/proc/23504/task/23511/stat : 23511 (java) R 23501 23504 12560 0 -1 4202560 102979 0 0 0 2862 6 0 0 20 0 16 0 63497395 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500341973840 140500762756760 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23512] ppid=23501 vsize=10684512 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23512/stat : 23512 (java) S 23501 23504 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 63497396 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500340921440 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23513] ppid=23501 vsize=10684512 memory=920 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23513/stat : 23513 (java) S 23501 23504 12560 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 63497396 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500339868528 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23514] ppid=23501 vsize=10684512 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23514/stat : 23514 (java) S 23501 23504 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63497398 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500338816848 140500778317723 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23515] ppid=23501 vsize=10684512 memory=832 CPUtime=1.06 cores=1,3,5,7
/proc/23504/task/23515/stat : 23515 (java) S 23501 23504 12560 0 -1 1077944384 4020 0 0 0 105 1 0 0 20 0 16 0 63497398 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500337765280 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23516] ppid=23501 vsize=10684512 memory=16448 CPUtime=1.11 cores=1,3,5,7
/proc/23504/task/23516/stat : 23516 (java) S 23501 23504 12560 0 -1 1077944384 2889 0 0 0 111 0 0 0 20 0 16 0 63497398 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500336712192 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23517] ppid=23501 vsize=10684512 memory=3908 CPUtime=0.37 cores=1,3,5,7
/proc/23504/task/23517/stat : 23517 (java) S 23501 23504 12560 0 -1 1077944384 4657 0 0 0 37 0 0 0 20 0 16 0 63497398 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500335659680 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23518] ppid=23501 vsize=10684512 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23518/stat : 23518 (java) S 23501 23504 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63497398 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500334607072 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23519] ppid=23501 vsize=10684512 memory=3044 CPUtime=0.16 cores=1,3,5,7
/proc/23504/task/23519/stat : 23519 (java) S 23501 23504 12560 0 -1 1077944384 298 0 0 0 8 8 0 0 20 0 16 0 63497402 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500333554352 140500778310274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
[pid=23504/tid=23650] ppid=23501 vsize=10684512 memory=4064 CPUtime=0 cores=1,3,5,7
/proc/23504/task/23650/stat : 23650 (java) S 23501 23504 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 63533054 10940940288 2076263 18446744073709551615 4194304 4196468 140724183542496 140500332498224 140500778309333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11239424 140724183544208 140724183544361 140724183544361 140724183547855 0
Current children cumulated CPU time: 1314.23 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8305052 KiB

[startup+366.201 s]*
/proc/loadavg: 7.90 5.81 4.68 6/196 23651
/proc/meminfo: memFree=23102900/32770624 swapFree=67105588/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): 366.21
CPU time (s): 1314.43
CPU user time (s): 1306.55
CPU system time (s): 7.88801
CPU usage (%): 358.929
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8305052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1306.55
system time used= 7.88802
maximum resident set size= 8305240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2884108
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27702
involuntary context switches= 30421


# summary of solver processes directly reported to runsolver:
#   pid: 23504
#   total CPU time (s): 1314.43
#   total CPU user time (s): 1306.55
#   total CPU system time (s): 7.88801

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.04892 second user time and 3.72462 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 10:16:18
IDJOB=4262957
IDBENCH=120572
IDSOLVER=2651
FILE ID=node126/4262957-1502613020
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-wap06a.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262957-1502613020/watcher-4262957-1502613020 -o /tmp/evaluation-result-4262957-1502613020/solver-4262957-1502613020 -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-4262957-1502613020.xml

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

MD5SUM BENCH= a8532fde929f2c832645b1246a7d35a6
RANDOM SEED=132911919

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:        31091416 kB
MemAvailable:   31320428 kB
Buffers:          256768 kB
Cached:           242640 kB
SwapCached:          524 kB
Active:          1065848 kB
Inactive:         133908 kB
Active(anon):     648456 kB
Inactive(anon):    85576 kB
Active(file):     417392 kB
Inactive(file):    48332 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              3144 kB
Writeback:             4 kB
AnonPages:        699880 kB
Mapped:            57480 kB
Shmem:             33440 kB
Slab:             184112 kB
SReclaimable:     158244 kB
SUnreclaim:        25868 kB
KernelStack:        3440 kB
PageTables:         6060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1203944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    643072 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:22:25