Trace number 4263320

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1528.89 414.159

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-46.xml
MD5SUMda30c9704654e0dc92087cfb273210f0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark34.014801
Satisfiable
(Un)Satisfiability was proved
Number of variables2116
Number of constraints47655
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":2116}]
Minimum variable degree45
Maximum variable degree46
Distribution of variable degrees[{"degree":45,"count":2026},{"degree":46,"count":90}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":47655}]
Number of extensional constraints0
Number of intensional constraints47655
Distribution of constraint types[{"type":"intension","count":47655}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263320-1502626357/watcher-4263320-1502626357 -o /tmp/evaluation-result-4263320-1502626357/solver-4263320-1502626357 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263320-1502626357.xml 

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

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

solver pid=8866, runsolver pid=8863

[startup+0.100083 s]*
/proc/loadavg: 1.90 1.99 2.11 8/215 8881
/proc/meminfo: memFree=28483784/32770624 swapFree=67108860/67108860
[pid=8866] ppid=8863 vsize=10555400 memory=30680 CPUtime=0.12 cores=0,2,4,6
/proc/8866/stat : 8866 (java) S 8863 8866 4973 0 -1 1077944320 6727 0 0 0 11 1 0 0 20 0 15 0 95716666 10808729600 7670 33554432000 4194304 4196468 140728409263040 140728409245584 140330602258167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
/proc/8866/statm: 2638850 7670 2819 1 0 2627263 0
[pid=8866/tid=8868] ppid=8863 vsize=10555400 memory=-8968175911004107968 CPUtime=0.09 cores=0,2,4,6
/proc/8866/task/8868/stat : 8868 (java) R 8863 8866 4973 0 -1 4202560 4576 0 0 0 8 1 0 0 20 0 15 0 95716666 10808729600 7670 33554432000 4194304 4196468 140728409263040 140330606470256 140330602270102 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8869] ppid=8863 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8869/stat : 8869 (java) S 8863 8866 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716667 10808729600 7670 33554432000 4194304 4196468 140728409263040 140330544262032 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8870] ppid=8863 vsize=10555400 memory=140041827559040 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8870/stat : 8870 (java) S 8863 8866 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716667 10808729600 7670 33554432000 4194304 4196468 140728409263040 140330543209232 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8871] ppid=8863 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8871/stat : 8871 (java) S 8863 8866 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716667 10808729600 7670 33554432000 4194304 4196468 140728409263040 140330542156944 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8872] ppid=8863 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8872/stat : 8872 (java) S 8863 8866 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716667 10808729600 7670 33554432000 4194304 4196468 140728409263040 140330205502480 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8873] ppid=8863 vsize=10555400 memory=140041827559040 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8873/stat : 8873 (java) S 8863 8866 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716668 10808729600 7670 33554432000 4194304 4196468 140728409263040 140330162083952 140330602269314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8874] ppid=8863 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8874/stat : 8874 (java) S 8863 8866 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95716669 10808729600 7670 33554432000 4194304 4196468 140728409263040 140330161029920 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8875] ppid=8863 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8875/stat : 8875 (java) S 8863 8866 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95716669 10808729600 7670 33554432000 4194304 4196468 140728409263040 140330159977584 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8876] ppid=8863 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8876/stat : 8876 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716671 10808729600 7670 33554432000 4194304 4196468 140728409263040 140330158925904 140330602276763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8877] ppid=8863 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8877/stat : 8877 (java) S 8863 8866 4973 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 95716671 10808729600 7670 33554432000 4194304 4196468 140728409263040 140330157873776 140330602269314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8878] ppid=8863 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8878/stat : 8878 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716671 10808729600 7670 33554432000 4194304 4196468 140728409263040 140330156820976 140330602269314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8879] ppid=8863 vsize=10555400 memory=140041827559040 CPUtime=0.02 cores=0,2,4,6
/proc/8866/task/8879/stat : 8879 (java) S 8863 8866 4973 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 15 0 95716671 10808729600 7670 33554432000 4194304 4196468 140728409263040 140330155768688 140330602269314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8880] ppid=8863 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8880/stat : 8880 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716672 10808729600 7670 33554432000 4194304 4196468 140728409263040 140330154716128 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8881] ppid=8863 vsize=10555400 memory=140041827559040 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8881/stat : 8881 (java) S 8863 8866 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716672 10808729600 7670 33554432000 4194304 4196468 140728409263040 140330153662896 140330602269314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30680 KiB

[startup+0.211139 s]*
/proc/loadavg: 1.90 1.99 2.11 11/215 8881
/proc/meminfo: memFree=28238228/32770624 swapFree=67108860/67108860
[pid=8866] ppid=8863 vsize=10555400 memory=41696 CPUtime=0.34 cores=0,2,4,6
/proc/8866/stat : 8866 (java) S 8863 8866 4973 0 -1 1077944320 7975 0 0 0 32 2 0 0 20 0 15 0 95716666 10808729600 10424 33554432000 4194304 4196468 140728409263040 140728409245584 140330602258167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
/proc/8866/statm: 2638850 10424 2982 1 0 2627263 0
[pid=8866/tid=8868] ppid=8863 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/8866/task/8868/stat : 8868 (java) R 8863 8866 4973 0 -1 4202560 5020 0 0 0 19 1 0 0 20 0 15 0 95716666 10808729600 10424 33554432000 4194304 4196468 140728409263040 140330606494320 140330602280093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8869] ppid=8863 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8869/stat : 8869 (java) S 8863 8866 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716667 10808729600 10424 33554432000 4194304 4196468 140728409263040 140330544262032 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8870] ppid=8863 vsize=10555400 memory=140041827568160 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8870/stat : 8870 (java) S 8863 8866 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716667 10808729600 10424 33554432000 4194304 4196468 140728409263040 140330543209232 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8871] ppid=8863 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8871/stat : 8871 (java) S 8863 8866 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716667 10808729600 10424 33554432000 4194304 4196468 140728409263040 140330542156944 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8872] ppid=8863 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8872/stat : 8872 (java) S 8863 8866 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716667 10808729600 10424 33554432000 4194304 4196468 140728409263040 140330205502480 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8873] ppid=8863 vsize=10555400 memory=140041827559040 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8873/stat : 8873 (java) S 8863 8866 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716668 10808729600 10424 33554432000 4194304 4196468 140728409263040 140330162083952 140330602269314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8874] ppid=8863 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8874/stat : 8874 (java) S 8863 8866 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95716669 10808729600 10424 33554432000 4194304 4196468 140728409263040 140330161029920 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8875] ppid=8863 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8875/stat : 8875 (java) S 8863 8866 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95716669 10808729600 10424 33554432000 4194304 4196468 140728409263040 140330159977584 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8876] ppid=8863 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8876/stat : 8876 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716671 10808729600 10424 33554432000 4194304 4196468 140728409263040 140330158925904 140330602276763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8877] ppid=8863 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8866/task/8877/stat : 8877 (java) R 8863 8866 4973 0 -1 1077944384 552 0 0 0 2 0 0 0 20 0 15 0 95716671 10808729600 10424 33554432000 4194304 4196468 140728409263040 140330157873904 140330602268373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8878] ppid=8863 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/8866/task/8878/stat : 8878 (java) R 8863 8866 4973 0 -1 4202560 209 0 0 0 2 0 0 0 20 0 15 0 95716671 10808729600 10424 33554432000 4194304 4196468 140728409263040 140330156810896 140330587146266 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8879] ppid=8863 vsize=10555400 memory=140041827559040 CPUtime=0.07 cores=0,2,4,6
/proc/8866/task/8879/stat : 8879 (java) R 8863 8866 4973 0 -1 4202560 829 0 0 0 7 0 0 0 20 0 15 0 95716671 10808729600 10424 33554432000 4194304 4196468 140728409263040 140330155763760 140330581559088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8880] ppid=8863 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8880/stat : 8880 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716672 10808729600 10424 33554432000 4194304 4196468 140728409263040 140330154716128 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8881] ppid=8863 vsize=10555400 memory=140041827559040 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8881/stat : 8881 (java) S 8863 8866 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716672 10808729600 10424 33554432000 4194304 4196468 140728409263040 140330153662896 140330602269314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41696 KiB

[startup+0.31114 s]*
/proc/loadavg: 1.90 1.99 2.11 8/215 8881
/proc/meminfo: memFree=28193552/32770624 swapFree=67108860/67108860
[pid=8866] ppid=8863 vsize=10555400 memory=61376 CPUtime=0.66 cores=0,2,4,6
/proc/8866/stat : 8866 (java) S 8863 8866 4973 0 -1 1077944320 9852 0 0 0 63 3 0 0 20 0 15 0 95716666 10808729600 15344 33554432000 4194304 4196468 140728409263040 140728409245584 140330602258167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
/proc/8866/statm: 2638850 15344 3005 1 0 2627263 0
[pid=8866/tid=8868] ppid=8863 vsize=10555400 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/8866/task/8868/stat : 8868 (java) R 8863 8866 4973 0 -1 4202560 5039 0 0 0 28 2 0 0 20 0 15 0 95716666 10808729600 15344 33554432000 4194304 4196468 140728409263040 140330606495856 140330602280093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8869] ppid=8863 vsize=10555400 memory=304556153373982743 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8869/stat : 8869 (java) S 8863 8866 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716667 10808729600 15344 33554432000 4194304 4196468 140728409263040 140330544262032 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8870] ppid=8863 vsize=10555400 memory=14838550430656152 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8870/stat : 8870 (java) S 8863 8866 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716667 10808729600 15344 33554432000 4194304 4196468 140728409263040 140330543209232 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8871] ppid=8863 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8871/stat : 8871 (java) S 8863 8866 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716667 10808729600 15344 33554432000 4194304 4196468 140728409263040 140330542156944 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8872] ppid=8863 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8872/stat : 8872 (java) S 8863 8866 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716667 10808729600 15344 33554432000 4194304 4196468 140728409263040 140330205502480 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8873] ppid=8863 vsize=10555400 memory=140041827559040 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8873/stat : 8873 (java) S 8863 8866 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716668 10808729600 15344 33554432000 4194304 4196468 140728409263040 140330162083952 140330602269314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8874] ppid=8863 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8874/stat : 8874 (java) S 8863 8866 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95716669 10808729600 15344 33554432000 4194304 4196468 140728409263040 140330161029920 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8875] ppid=8863 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8875/stat : 8875 (java) S 8863 8866 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95716669 10808729600 15344 33554432000 4194304 4196468 140728409263040 140330159977584 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8876] ppid=8863 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8876/stat : 8876 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716671 10808729600 15344 33554432000 4194304 4196468 140728409263040 140330158925904 140330602276763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8877] ppid=8863 vsize=10555400 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/8866/task/8877/stat : 8877 (java) R 8863 8866 4973 0 -1 4202560 1217 0 0 0 12 0 0 0 20 0 15 0 95716671 10808729600 15344 33554432000 4194304 4196468 140728409263040 140330157859872 140330587368204 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8878] ppid=8863 vsize=10555400 memory=-1 CPUtime=0.12 cores=0,2,4,6
/proc/8866/task/8878/stat : 8878 (java) R 8863 8866 4973 0 -1 4202560 1102 0 0 0 12 0 0 0 20 0 15 0 95716671 10808729600 15344 33554432000 4194304 4196468 140728409263040 140330156807520 140330602272031 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8879] ppid=8863 vsize=10555400 memory=140041827559040 CPUtime=0.09 cores=0,2,4,6
/proc/8866/task/8879/stat : 8879 (java) S 8863 8866 4973 0 -1 1077944384 1127 0 0 0 9 0 0 0 20 0 15 0 95716671 10808729600 15344 33554432000 4194304 4196468 140728409263040 140330155768688 140330602269314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8880] ppid=8863 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8880/stat : 8880 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716672 10808729600 15344 33554432000 4194304 4196468 140728409263040 140330154716128 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8881] ppid=8863 vsize=10555400 memory=140041827559040 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8881/stat : 8881 (java) S 8863 8866 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716672 10808729600 15344 33554432000 4194304 4196468 140728409263040 140330153662896 140330602269314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 61376 KiB

[startup+0.701186 s]
/proc/loadavg: 1.90 1.99 2.11 7/215 8881
/proc/meminfo: memFree=28167428/32770624 swapFree=67108860/67108860
[pid=8866] ppid=8863 vsize=10555476 memory=141748 CPUtime=1.77 cores=0,2,4,6
/proc/8866/stat : 8866 (java) S 8863 8866 4973 0 -1 1077944320 11175 0 0 0 173 4 0 0 20 0 15 0 95716666 10808807424 35437 33554432000 4194304 4196468 140728409263040 140728409245584 140330602258167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
/proc/8866/statm: 2638869 35437 3077 1 0 2627263 0
[pid=8866/tid=8868] ppid=8863 vsize=10555476 memory=1728 CPUtime=0.68 cores=0,2,4,6
/proc/8866/task/8868/stat : 8868 (java) R 8863 8866 4973 0 -1 4202560 5763 0 0 0 65 3 0 0 20 0 15 0 95716666 10808807424 35437 33554432000 4194304 4196468 140728409263040 140330606492976 140330224485582 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8869] ppid=8863 vsize=10555476 memory=792 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8869/stat : 8869 (java) S 8863 8866 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716667 10808807424 35437 33554432000 4194304 4196468 140728409263040 140330544262032 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8870] ppid=8863 vsize=10555476 memory=9992 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8870/stat : 8870 (java) S 8863 8866 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716667 10808807424 35437 33554432000 4194304 4196468 140728409263040 140330543209232 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8871] ppid=8863 vsize=10555476 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8871/stat : 8871 (java) S 8863 8866 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716667 10808807424 35437 33554432000 4194304 4196468 140728409263040 140330542156944 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8872] ppid=8863 vsize=10555476 memory=5716 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8872/stat : 8872 (java) S 8863 8866 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716667 10808807424 35437 33554432000 4194304 4196468 140728409263040 140330205502480 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8873] ppid=8863 vsize=10555476 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8873/stat : 8873 (java) S 8863 8866 4973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95716668 10808807424 35437 33554432000 4194304 4196468 140728409263040 140330162083952 140330602269314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8874] ppid=8863 vsize=10555476 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8874/stat : 8874 (java) S 8863 8866 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95716669 10808807424 35437 33554432000 4194304 4196468 140728409263040 140330161029920 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8875] ppid=8863 vsize=10555476 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8875/stat : 8875 (java) S 8863 8866 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95716669 10808807424 35437 33554432000 4194304 4196468 140728409263040 140330159977584 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8876] ppid=8863 vsize=10555476 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8876/stat : 8876 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716671 10808807424 35437 33554432000 4194304 4196468 140728409263040 140330158925904 140330602276763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8877] ppid=8863 vsize=10555476 memory=4639098309541127021 CPUtime=0.41 cores=0,2,4,6
/proc/8866/task/8877/stat : 8877 (java) R 8863 8866 4973 0 -1 4202560 1423 0 0 0 41 0 0 0 20 0 15 0 95716671 10808807424 35437 33554432000 4194304 4196468 140728409263040 140330157859800 140330580674549 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8878] ppid=8863 vsize=10555476 memory=7597685182856913236 CPUtime=0.41 cores=0,2,4,6
/proc/8866/task/8878/stat : 8878 (java) R 8863 8866 4973 0 -1 4202560 1168 0 0 0 41 0 0 0 20 0 15 0 95716671 10808807424 35437 33554432000 4194304 4196468 140728409263040 140330156807200 140330583778969 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8879] ppid=8863 vsize=10555476 memory=7236547281622689387 CPUtime=0.24 cores=0,2,4,6
/proc/8866/task/8879/stat : 8879 (java) S 8863 8866 4973 0 -1 1077944384 1451 0 0 0 24 0 0 0 20 0 15 0 95716671 10808807424 35437 33554432000 4194304 4196468 140728409263040 140330155768688 140330602269314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8880] ppid=8863 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8880/stat : 8880 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716672 10808807424 35437 33554432000 4194304 4196468 140728409263040 140330154716128 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8881] ppid=8863 vsize=10555476 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8881/stat : 8881 (java) S 8863 8866 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716672 10808807424 35437 33554432000 4194304 4196468 140728409263040 140330153662896 140330602269314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 141748 KiB

[startup+1.50215 s]
/proc/loadavg: 1.90 1.99 2.11 5/215 8881
/proc/meminfo: memFree=27757524/32770624 swapFree=67108860/67108860
[pid=8866] ppid=8863 vsize=10555476 memory=649412 CPUtime=4.03 cores=0,2,4,6
/proc/8866/stat : 8866 (java) S 8863 8866 4973 0 -1 1077944320 13675 0 0 0 381 22 0 0 20 0 15 0 95716666 10808807424 162353 33554432000 4194304 4196468 140728409263040 140728409245584 140330602258167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
/proc/8866/statm: 2638869 162353 3125 1 0 2627263 0
[pid=8866/tid=8868] ppid=8863 vsize=10555476 memory=0 CPUtime=1.33 cores=0,2,4,6
/proc/8866/task/8868/stat : 8868 (java) S 8863 8866 4973 0 -1 1077944384 6273 0 0 0 125 8 0 0 20 0 15 0 95716666 10808807424 162353 33554432000 4194304 4196468 140728409263040 140330606495904 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8869] ppid=8863 vsize=10555476 memory=-8754540793456063680 CPUtime=0.12 cores=0,2,4,6
/proc/8866/task/8869/stat : 8869 (java) R 8863 8866 4973 0 -1 4202560 251 0 0 0 9 3 0 0 20 0 15 0 95716667 10808807424 162353 33554432000 4194304 4196468 140728409263040 140330544262032 140330586706349 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8870] ppid=8863 vsize=10555476 memory=-2843874019102283166 CPUtime=0.11 cores=0,2,4,6
/proc/8866/task/8870/stat : 8870 (java) R 8863 8866 4973 0 -1 4202560 247 0 0 0 8 3 0 0 20 0 15 0 95716667 10808807424 162353 33554432000 4194304 4196468 140728409263040 140330543209232 140330587285586 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8871] ppid=8863 vsize=10555476 memory=5450919713671312938 CPUtime=0.09 cores=0,2,4,6
/proc/8866/task/8871/stat : 8871 (java) R 8863 8866 4973 0 -1 4202560 187 0 0 0 7 2 0 0 20 0 15 0 95716667 10808807424 162353 33554432000 4194304 4196468 140728409263040 140330542156944 140330583905738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8872] ppid=8863 vsize=10555476 memory=7005738693937936738 CPUtime=0.09 cores=0,2,4,6
/proc/8866/task/8872/stat : 8872 (java) R 8863 8866 4973 0 -1 4202560 279 0 0 0 7 2 0 0 20 0 15 0 95716667 10808807424 162353 33554432000 4194304 4196468 140728409263040 140330205502368 140330586614371 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8873] ppid=8863 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8873/stat : 8873 (java) S 8863 8866 4973 0 -1 1077944384 471 0 0 0 0 0 0 0 20 0 15 0 95716668 10808807424 162353 33554432000 4194304 4196468 140728409263040 140330162082464 140330602268373 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0

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

[startup+412.801 s]
/proc/loadavg: 8.00 6.38 4.12 8/217 8919
/proc/meminfo: memFree=12231868/32770624 swapFree=67108860/67108860
[pid=8866] ppid=8863 vsize=10690804 memory=8373916 CPUtime=1525.59 cores=0,2,4,6
/proc/8866/stat : 8866 (java) S 8863 8866 4973 0 -1 1077944320 633351 0 0 0 151793 766 0 0 20 0 16 0 95716666 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140728409245584 140330602258167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
/proc/8866/statm: 2672701 2093479 3203 1 0 2661057 0
[pid=8866/tid=8868] ppid=8863 vsize=10690804 memory=320444968189821215 CPUtime=13.39 cores=0,2,4,6
/proc/8866/task/8868/stat : 8868 (java) S 8863 8866 4973 0 -1 1077944384 20631 0 0 0 1313 26 0 0 20 0 16 0 95716666 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330606498848 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8869] ppid=8863 vsize=10690804 memory=14411505886037298 CPUtime=372.71 cores=0,2,4,6
/proc/8866/task/8869/stat : 8869 (java) R 8863 8866 4973 0 -1 4202560 74158 0 0 0 37097 174 0 0 20 0 16 0 95716667 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330544262232 140330595361181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8870] ppid=8863 vsize=10690804 memory=9992 CPUtime=370.69 cores=0,2,4,6
/proc/8866/task/8870/stat : 8870 (java) R 8863 8866 4973 0 -1 4202560 215320 0 0 0 36874 195 0 0 20 0 16 0 95716667 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330543209040 140330594886375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8871] ppid=8863 vsize=10690804 memory=1224 CPUtime=371.73 cores=0,2,4,6
/proc/8866/task/8871/stat : 8871 (java) R 8863 8866 4973 0 -1 4202560 112621 0 0 0 36984 189 0 0 20 0 16 0 95716667 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330542157064 140330594886375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8872] ppid=8863 vsize=10690804 memory=5716 CPUtime=372 cores=0,2,4,6
/proc/8866/task/8872/stat : 8872 (java) R 8863 8866 4973 0 -1 4202560 109608 0 0 0 37031 169 0 0 20 0 16 0 95716667 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330205502600 140330594886375 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8873] ppid=8863 vsize=10690804 memory=1708 CPUtime=21.01 cores=0,2,4,6
/proc/8866/task/8873/stat : 8873 (java) S 8863 8866 4973 0 -1 1077944384 80036 0 0 0 2097 4 0 0 20 0 16 0 95716668 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330162082496 140330602268373 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8874] ppid=8863 vsize=10690804 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8874/stat : 8874 (java) S 8863 8866 4973 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 95716669 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330161029984 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8875] ppid=8863 vsize=10690804 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8875/stat : 8875 (java) S 8863 8866 4973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 95716669 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330159977584 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8876] ppid=8863 vsize=10690804 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8876/stat : 8876 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716671 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330158925904 140330602276763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8877] ppid=8863 vsize=10690804 memory=2428 CPUtime=1.8 cores=0,2,4,6
/proc/8866/task/8877/stat : 8877 (java) S 8863 8866 4973 0 -1 1077944384 9389 0 0 0 179 1 0 0 20 0 16 0 95716671 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330157873536 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8878] ppid=8863 vsize=10690804 memory=1728 CPUtime=1.54 cores=0,2,4,6
/proc/8866/task/8878/stat : 8878 (java) S 8863 8866 4973 0 -1 1077944384 5638 0 0 0 153 1 0 0 20 0 16 0 95716671 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330156821024 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8879] ppid=8863 vsize=10690804 memory=1224 CPUtime=0.5 cores=0,2,4,6
/proc/8866/task/8879/stat : 8879 (java) S 8863 8866 4973 0 -1 1077944384 3877 0 0 0 49 1 0 0 20 0 16 0 95716671 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330155768736 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8880] ppid=8863 vsize=10690804 memory=5716 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8880/stat : 8880 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716672 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330154716128 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8881] ppid=8863 vsize=10690804 memory=1708 CPUtime=0.13 cores=0,2,4,6
/proc/8866/task/8881/stat : 8881 (java) S 8863 8866 4973 0 -1 1077944384 585 0 0 0 8 5 0 0 20 0 16 0 95716672 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330153662896 140330602269314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8918] ppid=8863 vsize=10690804 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8918/stat : 8918 (java) S 8863 8866 4973 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 95756252 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330150509616 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
Current children cumulated CPU time: 1525.59 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8373916 KiB

[startup+413.601 s]
/proc/loadavg: 8.00 6.38 4.12 6/217 8919
/proc/meminfo: memFree=12231868/32770624 swapFree=67108860/67108860
[pid=8866] ppid=8863 vsize=10690804 memory=8373916 CPUtime=1528.32 cores=0,2,4,6
/proc/8866/stat : 8866 (java) S 8863 8866 4973 0 -1 1077944320 633509 0 0 0 152065 767 0 0 20 0 16 0 95716666 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140728409245584 140330602258167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
/proc/8866/statm: 2672701 2093479 3203 1 0 2661057 0
[pid=8866/tid=8868] ppid=8863 vsize=10690804 memory=8112282956445269571 CPUtime=13.39 cores=0,2,4,6
/proc/8866/task/8868/stat : 8868 (java) S 8863 8866 4973 0 -1 1077944384 20631 0 0 0 1313 26 0 0 20 0 16 0 95716666 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330606498848 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8869] ppid=8863 vsize=10690804 memory=2428 CPUtime=373.38 cores=0,2,4,6
/proc/8866/task/8869/stat : 8869 (java) S 8863 8866 4973 0 -1 1077944384 74316 0 0 0 37164 174 0 0 20 0 16 0 95716667 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330544262032 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8870] ppid=8863 vsize=10690804 memory=1728 CPUtime=371.34 cores=0,2,4,6
/proc/8866/task/8870/stat : 8870 (java) S 8863 8866 4973 0 -1 1077944384 215320 0 0 0 36939 195 0 0 20 0 16 0 95716667 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330543209232 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8871] ppid=8863 vsize=10690804 memory=792 CPUtime=372.37 cores=0,2,4,6
/proc/8866/task/8871/stat : 8871 (java) S 8863 8866 4973 0 -1 1077944384 112621 0 0 0 37048 189 0 0 20 0 16 0 95716667 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330542156944 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8872] ppid=8863 vsize=10690804 memory=9992 CPUtime=372.64 cores=0,2,4,6
/proc/8866/task/8872/stat : 8872 (java) S 8863 8866 4973 0 -1 1077944384 109608 0 0 0 37094 170 0 0 20 0 16 0 95716667 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330205502480 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8873] ppid=8863 vsize=10690804 memory=1224 CPUtime=21.13 cores=0,2,4,6
/proc/8866/task/8873/stat : 8873 (java) R 8863 8866 4973 0 -1 4202560 80036 0 0 0 2109 4 0 0 20 0 16 0 95716668 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330162082496 140330586715758 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8874] ppid=8863 vsize=10690804 memory=5716 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8874/stat : 8874 (java) S 8863 8866 4973 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 95716669 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330161029984 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8875] ppid=8863 vsize=10690804 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8875/stat : 8875 (java) S 8863 8866 4973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 95716669 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330159977584 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8876] ppid=8863 vsize=10690804 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8876/stat : 8876 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716671 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330158925904 140330602276763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8877] ppid=8863 vsize=10690804 memory=1008 CPUtime=1.8 cores=0,2,4,6
/proc/8866/task/8877/stat : 8877 (java) S 8863 8866 4973 0 -1 1077944384 9389 0 0 0 179 1 0 0 20 0 16 0 95716671 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330157873536 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8878] ppid=8863 vsize=10690804 memory=1944 CPUtime=1.54 cores=0,2,4,6
/proc/8866/task/8878/stat : 8878 (java) S 8863 8866 4973 0 -1 1077944384 5638 0 0 0 153 1 0 0 20 0 16 0 95716671 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330156821024 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8879] ppid=8863 vsize=10690804 memory=1200 CPUtime=0.5 cores=0,2,4,6
/proc/8866/task/8879/stat : 8879 (java) S 8863 8866 4973 0 -1 1077944384 3877 0 0 0 49 1 0 0 20 0 16 0 95716671 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330155768736 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8880] ppid=8863 vsize=10690804 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8880/stat : 8880 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716672 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330154716128 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8881] ppid=8863 vsize=10690804 memory=8552 CPUtime=0.13 cores=0,2,4,6
/proc/8866/task/8881/stat : 8881 (java) S 8863 8866 4973 0 -1 1077944384 585 0 0 0 8 5 0 0 20 0 16 0 95716672 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330153662896 140330602269314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8918] ppid=8863 vsize=10690804 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8918/stat : 8918 (java) S 8863 8866 4973 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 95756252 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330150509616 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
Current children cumulated CPU time: 1528.32 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8373916 KiB

[startup+414.001 s]*
/proc/loadavg: 8.00 6.38 4.12 6/217 8919
/proc/meminfo: memFree=12231868/32770624 swapFree=67108860/67108860
[pid=8866] ppid=8863 vsize=10690804 memory=8373916 CPUtime=1528.73 cores=0,2,4,6
/proc/8866/stat : 8866 (java) S 8863 8866 4973 0 -1 1077944320 633510 0 0 0 152106 767 0 0 20 0 16 0 95716666 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140728409245584 140330602258167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
/proc/8866/statm: 2672701 2093479 3203 1 0 2661057 0
[pid=8866/tid=8868] ppid=8863 vsize=10690804 memory=8112282956445269571 CPUtime=13.39 cores=0,2,4,6
/proc/8866/task/8868/stat : 8868 (java) S 8863 8866 4973 0 -1 1077944384 20631 0 0 0 1313 26 0 0 20 0 16 0 95716666 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330606498848 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8869] ppid=8863 vsize=10690804 memory=4872558044660077418 CPUtime=373.38 cores=0,2,4,6
/proc/8866/task/8869/stat : 8869 (java) S 8863 8866 4973 0 -1 1077944384 74316 0 0 0 37164 174 0 0 20 0 16 0 95716667 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330544262032 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8870] ppid=8863 vsize=10690804 memory=-6364557521664367200 CPUtime=371.34 cores=0,2,4,6
/proc/8866/task/8870/stat : 8870 (java) S 8863 8866 4973 0 -1 1077944384 215320 0 0 0 36939 195 0 0 20 0 16 0 95716667 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330543209232 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8871] ppid=8863 vsize=10690804 memory=280083407306992 CPUtime=372.37 cores=0,2,4,6
/proc/8866/task/8871/stat : 8871 (java) S 8863 8866 4973 0 -1 1077944384 112621 0 0 0 37048 189 0 0 20 0 16 0 95716667 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330542156944 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8872] ppid=8863 vsize=10690804 memory=280083407306992 CPUtime=372.64 cores=0,2,4,6
/proc/8866/task/8872/stat : 8872 (java) S 8863 8866 4973 0 -1 1077944384 109608 0 0 0 37094 170 0 0 20 0 16 0 95716667 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330205502480 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8873] ppid=8863 vsize=10690804 memory=280083407306992 CPUtime=21.54 cores=0,2,4,6
/proc/8866/task/8873/stat : 8873 (java) R 8863 8866 4973 0 -1 4202560 80037 0 0 0 2150 4 0 0 20 0 16 0 95716668 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330162082496 140330587254548 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8874] ppid=8863 vsize=10690804 memory=280083407306992 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8874/stat : 8874 (java) S 8863 8866 4973 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 95716669 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330161029984 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8875] ppid=8863 vsize=10690804 memory=280083407306992 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8875/stat : 8875 (java) S 8863 8866 4973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 95716669 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330159977584 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8876] ppid=8863 vsize=10690804 memory=280083407306992 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8876/stat : 8876 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716671 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330158925904 140330602276763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8877] ppid=8863 vsize=10690804 memory=280083407306992 CPUtime=1.8 cores=0,2,4,6
/proc/8866/task/8877/stat : 8877 (java) S 8863 8866 4973 0 -1 1077944384 9389 0 0 0 179 1 0 0 20 0 16 0 95716671 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330157873536 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8878] ppid=8863 vsize=10690804 memory=280083407306992 CPUtime=1.54 cores=0,2,4,6
/proc/8866/task/8878/stat : 8878 (java) S 8863 8866 4973 0 -1 1077944384 5638 0 0 0 153 1 0 0 20 0 16 0 95716671 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330156821024 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8879] ppid=8863 vsize=10690804 memory=280083407306992 CPUtime=0.5 cores=0,2,4,6
/proc/8866/task/8879/stat : 8879 (java) S 8863 8866 4973 0 -1 1077944384 3877 0 0 0 49 1 0 0 20 0 16 0 95716671 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330155768736 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8880] ppid=8863 vsize=10690804 memory=280083407306992 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8880/stat : 8880 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716672 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330154716128 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8881] ppid=8863 vsize=10690804 memory=280083407306992 CPUtime=0.13 cores=0,2,4,6
/proc/8866/task/8881/stat : 8881 (java) S 8863 8866 4973 0 -1 1077944384 585 0 0 0 8 5 0 0 20 0 16 0 95716672 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330153662896 140330602269314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8918] ppid=8863 vsize=10690804 memory=280083407306992 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8918/stat : 8918 (java) S 8863 8866 4973 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 95756252 10947383296 2093479 33554432000 4194304 4196468 140728409263040 140330150509616 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
Current children cumulated CPU time: 1528.73 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8373916 KiB

[startup+414.11 s]
/proc/loadavg: 8.00 6.38 4.12 6/217 8919
/proc/meminfo: memFree=12231868/32770624 swapFree=67108860/67108860
[pid=8866] ppid=8863 vsize=10690804 memory=8373988 CPUtime=1528.83 cores=0,2,4,6
/proc/8866/stat : 8866 (java) S 8863 8866 4973 0 -1 1077944320 634277 0 0 0 152116 767 0 0 20 0 16 0 95716666 10947383296 2093497 33554432000 4194304 4196468 140728409263040 140728409245584 140330602258167 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
/proc/8866/statm: 2672701 2093497 3204 1 0 2661057 0
[pid=8866/tid=8868] ppid=8863 vsize=10690804 memory=8373916 CPUtime=13.39 cores=0,2,4,6
/proc/8866/task/8868/stat : 8868 (java) S 8863 8866 4973 0 -1 1077944384 20631 0 0 0 1313 26 0 0 20 0 16 0 95716666 10947383296 2093497 33554432000 4194304 4196468 140728409263040 140330606498848 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8869] ppid=8863 vsize=10690804 memory=8373916 CPUtime=373.38 cores=0,2,4,6
/proc/8866/task/8869/stat : 8869 (java) S 8863 8866 4973 0 -1 1077944384 74316 0 0 0 37164 174 0 0 20 0 16 0 95716667 10947383296 2093497 33554432000 4194304 4196468 140728409263040 140330544262032 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8870] ppid=8863 vsize=10690804 memory=8373916 CPUtime=371.34 cores=0,2,4,6
/proc/8866/task/8870/stat : 8870 (java) S 8863 8866 4973 0 -1 1077944384 215320 0 0 0 36939 195 0 0 20 0 16 0 95716667 10947383296 2093497 33554432000 4194304 4196468 140728409263040 140330543209232 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8871] ppid=8863 vsize=10690804 memory=8373916 CPUtime=372.37 cores=0,2,4,6
/proc/8866/task/8871/stat : 8871 (java) S 8863 8866 4973 0 -1 1077944384 112621 0 0 0 37048 189 0 0 20 0 16 0 95716667 10947383296 2093497 33554432000 4194304 4196468 140728409263040 140330542156944 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8872] ppid=8863 vsize=10690804 memory=140041703944977 CPUtime=372.64 cores=0,2,4,6
/proc/8866/task/8872/stat : 8872 (java) S 8863 8866 4973 0 -1 1077944384 109608 0 0 0 37094 170 0 0 20 0 16 0 95716667 10947383296 2093497 33554432000 4194304 4196468 140728409263040 140330205502480 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8873] ppid=8863 vsize=10690804 memory=8373916 CPUtime=21.65 cores=0,2,4,6
/proc/8866/task/8873/stat : 8873 (java) R 8863 8866 4973 0 -1 4202560 80804 0 0 0 2160 5 0 0 20 0 16 0 95716668 10947383296 2093497 33554432000 4194304 4196468 140728409263040 140330162082496 140330580628347 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8874] ppid=8863 vsize=10690804 memory=8373048 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8874/stat : 8874 (java) S 8863 8866 4973 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 95716669 10947383296 2093497 33554432000 4194304 4196468 140728409263040 140330161029984 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8875] ppid=8863 vsize=10690804 memory=8373916 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8875/stat : 8875 (java) S 8863 8866 4973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 95716669 10947383296 2093497 33554432000 4194304 4196468 140728409263040 140330159977584 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8876] ppid=8863 vsize=10690804 memory=8373912 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8876/stat : 8876 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716671 10947383296 2093497 33554432000 4194304 4196468 140728409263040 140330158925904 140330602276763 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8877] ppid=8863 vsize=10690804 memory=8373916 CPUtime=1.8 cores=0,2,4,6
/proc/8866/task/8877/stat : 8877 (java) S 8863 8866 4973 0 -1 1077944384 9389 0 0 0 179 1 0 0 20 0 16 0 95716671 10947383296 2093497 33554432000 4194304 4196468 140728409263040 140330157873536 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8878] ppid=8863 vsize=10690804 memory=8373916 CPUtime=1.54 cores=0,2,4,6
/proc/8866/task/8878/stat : 8878 (java) S 8863 8866 4973 0 -1 1077944384 5638 0 0 0 153 1 0 0 20 0 16 0 95716671 10947383296 2093497 33554432000 4194304 4196468 140728409263040 140330156821024 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8879] ppid=8863 vsize=10690804 memory=4144 CPUtime=0.5 cores=0,2,4,6
/proc/8866/task/8879/stat : 8879 (java) S 8863 8866 4973 0 -1 1077944384 3877 0 0 0 49 1 0 0 20 0 16 0 95716671 10947383296 2093497 33554432000 4194304 4196468 140728409263040 140330155768736 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8880] ppid=8863 vsize=10690804 memory=27800 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8880/stat : 8880 (java) S 8863 8866 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716672 10947383296 2093497 33554432000 4194304 4196468 140728409263040 140330154716128 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8881] ppid=8863 vsize=10690804 memory=8373916 CPUtime=0.13 cores=0,2,4,6
/proc/8866/task/8881/stat : 8881 (java) S 8863 8866 4973 0 -1 1077944384 585 0 0 0 8 5 0 0 20 0 16 0 95716672 10947383296 2093497 33554432000 4194304 4196468 140728409263040 140330153662896 140330602269314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
[pid=8866/tid=8918] ppid=8863 vsize=10690804 memory=8373916 CPUtime=0 cores=0,2,4,6
/proc/8866/task/8918/stat : 8918 (java) S 8863 8866 4973 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 95756252 10947383296 2093497 33554432000 4194304 4196468 140728409263040 140330150509616 140330602268373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18759680 140728409269382 140728409269535 140728409269535 140728409272271 0
Current children cumulated CPU time: 1528.83 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8373988 KiB

Child status: 0
Real time (s): 414.159
CPU time (s): 1528.89
CPU user time (s): 1521.17
CPU system time (s): 7.7216
CPU usage (%): 369.156
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8373988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1521.17
system time used= 7.7216
maximum resident set size= 8374232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 634604
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31040
involuntary context switches= 40671


# summary of solver processes directly reported to runsolver:
#   pid: 8866
#   total CPU time (s): 1528.89
#   total CPU user time (s): 1521.17
#   total CPU system time (s): 7.7216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.53777 second user time and 3.96874 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 13:58:19
IDJOB=4263320
IDBENCH=126964
IDSOLVER=2651
FILE ID=node151/4263320-1502626357
RUNJOBID= node151-1502612262-5004
PBS_JOBID= 20628306
Free space on /tmp= 61752 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-46.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263320-1502626357/watcher-4263320-1502626357 -o /tmp/evaluation-result-4263320-1502626357/solver-4263320-1502626357 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263320-1502626357.xml

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

MD5SUM BENCH= da30c9704654e0dc92087cfb273210f0
RANDOM SEED=555964880

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
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:        28615544 kB
MemAvailable:   31723844 kB
Buffers:          234092 kB
Cached:          3165740 kB
SwapCached:            0 kB
Active:          1118924 kB
Inactive:        2604188 kB
Active(anon):     325908 kB
Inactive(anon):    25044 kB
Active(file):     793016 kB
Inactive(file):  2579144 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7672 kB
Writeback:             0 kB
AnonPages:        542940 kB
Mapped:            54968 kB
Shmem:             25224 kB
Slab:             130768 kB
SReclaimable:     103952 kB
SUnreclaim:        26816 kB
KernelStack:        3840 kB
PageTables:         6156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1308400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    454656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61748 MiB
End job on node151 at 2017-08-13 14:05:13