Trace number 4263798

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? 1785.59 489.242

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex03380.xml
MD5SUM4b7737b348ce8099143a34a20635223c
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 benchmark0.400709
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263798-1502641282/watcher-4263798-1502641282 -o /tmp/evaluation-result-4263798-1502641282/solver-4263798-1502641282 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24885 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263798-1502641282.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=28480, runsolver pid=28477
Current StackSize limit: 8192 KiB


[startup+0.100161 s]*
/proc/loadavg: 2.06 2.09 2.22 2/196 28481
/proc/meminfo: memFree=24074576/32770624 swapFree=67108860/67108860
[pid=28480] ppid=28477 vsize=33976 memory=456 CPUtime=0 cores=1,3,5,7
/proc/28480/stat : 28480 (runsolver) D 28477 28480 11586 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 52468854 34791424 114 18446744073709551615 4194304 4346622 140737194067200 140737194063832 140184200717015 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6446216 6449568 16982016 140737194074210 140737194074660 140737194074660 140737194078154 0
/proc/28480/statm: 8494 114 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.208897 s]*
/proc/loadavg: 2.06 2.09 2.22 2/209 28494
/proc/meminfo: memFree=24063336/32770624 swapFree=67108860/67108860
[pid=28480] ppid=28477 vsize=10484492 memory=22340 CPUtime=0.06 cores=1,3,5,7
/proc/28480/stat : 28480 (java) S 28477 28480 11586 0 -1 1077944320 4534 0 0 0 5 1 0 0 20 0 14 0 52468854 10736119808 5585 18446744073709551615 4194304 4196468 140735524861536 140735524844080 140517450591991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
/proc/28480/statm: 2621123 5585 2578 1 0 2610620 0
[pid=28480/tid=28482] ppid=28477 vsize=10484492 memory=-4116735710718344508 CPUtime=0.04 cores=1,3,5,7
/proc/28480/task/28482/stat : 28482 (java) D 28477 28480 11586 0 -1 4202560 2655 0 0 0 4 0 0 0 20 0 14 0 52468866 10736119808 5585 18446744073709551615 4194304 4196468 140735524861536 140517454829472 140517450614013 0 4 1 16800974 18446744071580418449 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28483] ppid=28477 vsize=10484492 memory=5767615470611650953 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (java) S 28477 28480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 52468867 10736119808 5585 18446744073709551615 4194304 4196468 140735524861536 140517381012624 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28484] ppid=28477 vsize=10484492 memory=140184203667072 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28484/stat : 28484 (java) S 28477 28480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 52468867 10736119808 5585 18446744073709551615 4194304 4196468 140735524861536 140517379959824 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28485] ppid=28477 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28485/stat : 28485 (java) S 28477 28480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 52468867 10736119808 5585 18446744073709551615 4194304 4196468 140735524861536 140517378907024 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28486] ppid=28477 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28486/stat : 28486 (java) S 28477 28480 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 52468867 10736119808 5585 18446744073709551615 4194304 4196468 140735524861536 140517377854224 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28487] ppid=28477 vsize=10484492 memory=140184203667072 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28487/stat : 28487 (java) S 28477 28480 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 52468868 10736119808 5585 18446744073709551615 4194304 4196468 140735524861536 140516946549104 140517450603138 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28488] ppid=28477 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28488/stat : 28488 (java) S 28477 28480 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 52468869 10736119808 5585 18446744073709551615 4194304 4196468 140735524861536 140516945495072 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28489] ppid=28477 vsize=10484492 memory=140184203667072 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28489/stat : 28489 (java) S 28477 28480 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 52468869 10736119808 5585 18446744073709551615 4194304 4196468 140735524861536 140516944442224 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28490] ppid=28477 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28490/stat : 28490 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 52468871 10736119808 5585 18446744073709551615 4194304 4196468 140735524861536 140516943390544 140517450610587 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28491] ppid=28477 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28491/stat : 28491 (java) S 28477 28480 11586 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 14 0 52468871 10736119808 5585 18446744073709551615 4194304 4196468 140735524861536 140516942338928 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28492] ppid=28477 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28492/stat : 28492 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 52468871 10736119808 5585 18446744073709551615 4194304 4196468 140735524861536 140516941286128 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28493] ppid=28477 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28493/stat : 28493 (java) S 28477 28480 11586 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 14 0 52468871 10736119808 5585 18446744073709551615 4194304 4196468 140735524861536 140516940233328 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28494] ppid=28477 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28494/stat : 28494 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 52468871 10736119808 5585 18446744073709551615 4194304 4196468 140735524861536 140516939180768 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22340 KiB

[startup+0.315753 s]*
/proc/loadavg: 2.06 2.09 2.22 5/210 28495
/proc/meminfo: memFree=24053076/32770624 swapFree=67108860/67108860
[pid=28480] ppid=28477 vsize=10551156 memory=34492 CPUtime=0.2 cores=1,3,5,7
/proc/28480/stat : 28480 (java) S 28477 28480 11586 0 -1 1077944320 7846 0 0 0 18 2 0 0 20 0 15 0 52468854 10804383744 8623 18446744073709551615 4194304 4196468 140735524861536 140735524844080 140517450591991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
/proc/28480/statm: 2637789 8623 2866 1 0 2627261 0
[pid=28480/tid=28482] ppid=28477 vsize=10551156 memory=4026531858 CPUtime=0.14 cores=1,3,5,7
/proc/28480/task/28482/stat : 28482 (java) R 28477 28480 11586 0 -1 4202560 5523 0 0 0 12 2 0 0 20 0 15 0 52468866 10804383744 8623 18446744073709551615 4194304 4196468 140735524861536 140517454822704 140517450614013 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28483] ppid=28477 vsize=10551156 memory=1328 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (java) S 28477 28480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52468867 10804383744 8623 18446744073709551615 4194304 4196468 140735524861536 140517381012624 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28484] ppid=28477 vsize=10551156 memory=3473878062941972128 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28484/stat : 28484 (java) S 28477 28480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52468867 10804383744 8623 18446744073709551615 4194304 4196468 140735524861536 140517379959824 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28485] ppid=28477 vsize=10551156 memory=4196912344889787449 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28485/stat : 28485 (java) S 28477 28480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52468867 10804383744 8623 18446744073709551615 4194304 4196468 140735524861536 140517378907024 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28486] ppid=28477 vsize=10551156 memory=734139722786418735 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28486/stat : 28486 (java) S 28477 28480 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52468867 10804383744 8623 18446744073709551615 4194304 4196468 140735524861536 140517377854224 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28487] ppid=28477 vsize=10551156 memory=3472468480431347337 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28487/stat : 28487 (java) S 28477 28480 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52468868 10804383744 8623 18446744073709551615 4194304 4196468 140735524861536 140516946549104 140517450603138 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28488] ppid=28477 vsize=10551156 memory=3461361983025148000 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28488/stat : 28488 (java) S 28477 28480 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 52468869 10804383744 8623 18446744073709551615 4194304 4196468 140735524861536 140516945495072 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28489] ppid=28477 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28489/stat : 28489 (java) S 28477 28480 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 52468869 10804383744 8623 18446744073709551615 4194304 4196468 140735524861536 140516944442224 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28490] ppid=28477 vsize=10551156 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28490/stat : 28490 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52468871 10804383744 8623 18446744073709551615 4194304 4196468 140735524861536 140516943390544 140517450610587 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28491] ppid=28477 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28480/task/28491/stat : 28491 (java) S 28477 28480 11586 0 -1 1077944384 484 0 0 0 1 0 0 0 20 0 15 0 52468871 10804383744 8623 18446744073709551615 4194304 4196468 140735524861536 140516942338928 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28492] ppid=28477 vsize=10551156 memory=8392585875757298272 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28492/stat : 28492 (java) S 28477 28480 11586 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 52468871 10804383744 8623 18446744073709551615 4194304 4196468 140735524861536 140516941286128 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28493] ppid=28477 vsize=10551156 memory=140184203667072 CPUtime=0.03 cores=1,3,5,7
/proc/28480/task/28493/stat : 28493 (java) R 28477 28480 11586 0 -1 4202560 397 0 0 0 3 0 0 0 20 0 15 0 52468871 10804383744 8623 18446744073709551615 4194304 4196468 140735524861536 140516940233328 140517450613338 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28494] ppid=28477 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28494/stat : 28494 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52468871 10804383744 8623 18446744073709551615 4194304 4196468 140735524861536 140516939180768 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28495] ppid=28477 vsize=10551156 memory=140184203667072 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28495/stat : 28495 (java) S 28477 28480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52468877 10804383744 8623 18446744073709551615 4194304 4196468 140735524861536 140516938128048 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 34492 KiB

[startup+0.701321 s]
/proc/loadavg: 2.06 2.09 2.22 3/210 28495
/proc/meminfo: memFree=24040228/32770624 swapFree=67108860/67108860
[pid=28480] ppid=28477 vsize=10551232 memory=104968 CPUtime=1.17 cores=1,3,5,7
/proc/28480/stat : 28480 (java) S 28477 28480 11586 0 -1 1077944320 12304 0 0 0 112 5 0 0 20 0 15 0 52468854 10804461568 26242 18446744073709551615 4194304 4196468 140735524861536 140735524844080 140517450591991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
/proc/28480/statm: 2637808 26242 3053 1 0 2627261 0
[pid=28480/tid=28482] ppid=28477 vsize=10551232 memory=81 CPUtime=0.5 cores=1,3,5,7
/proc/28480/task/28482/stat : 28482 (java) R 28477 28480 11586 0 -1 4202560 6876 0 0 0 47 3 0 0 20 0 15 0 52468866 10804461568 26242 18446744073709551615 4194304 4196468 140735524861536 140517454826384 140517450603926 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28483] ppid=28477 vsize=10551232 memory=2 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (java) S 28477 28480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52468867 10804461568 26242 18446744073709551615 4194304 4196468 140735524861536 140517381012624 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28484] ppid=28477 vsize=10551232 memory=684 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28484/stat : 28484 (java) S 28477 28480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52468867 10804461568 26242 18446744073709551615 4194304 4196468 140735524861536 140517379959824 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28485] ppid=28477 vsize=10551232 memory=78 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28485/stat : 28485 (java) S 28477 28480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52468867 10804461568 26242 18446744073709551615 4194304 4196468 140735524861536 140517378907024 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28486] ppid=28477 vsize=10551232 memory=244 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28486/stat : 28486 (java) S 28477 28480 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52468867 10804461568 26242 18446744073709551615 4194304 4196468 140735524861536 140517377854224 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28487] ppid=28477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28487/stat : 28487 (java) S 28477 28480 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 52468868 10804461568 26242 18446744073709551615 4194304 4196468 140735524861536 140516946549104 140517450603138 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28488] ppid=28477 vsize=10551232 memory=4638778398333031524 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28488/stat : 28488 (java) S 28477 28480 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 52468869 10804461568 26242 18446744073709551615 4194304 4196468 140735524861536 140516945495072 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28489] ppid=28477 vsize=10551232 memory=7660742144744843625 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28489/stat : 28489 (java) S 28477 28480 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 52468869 10804461568 26242 18446744073709551615 4194304 4196468 140735524861536 140516944442224 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28490] ppid=28477 vsize=10551232 memory=7588935152971044437 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28490/stat : 28490 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52468871 10804461568 26242 18446744073709551615 4194304 4196468 140735524861536 140516943390544 140517450610587 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28491] ppid=28477 vsize=10551232 memory=8041645962788481611 CPUtime=0.2 cores=1,3,5,7
/proc/28480/task/28491/stat : 28491 (java) R 28477 28480 11586 0 -1 4202560 1381 0 0 0 20 0 0 0 20 0 15 0 52468871 10804461568 26242 18446744073709551615 4194304 4196468 140735524861536 140516942323008 140517434092197 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28492] ppid=28477 vsize=10551232 memory=8370611207638964880 CPUtime=0.21 cores=1,3,5,7
/proc/28480/task/28492/stat : 28492 (java) R 28477 28480 11586 0 -1 4202560 1357 0 0 0 21 0 0 0 20 0 15 0 52468871 10804461568 26242 18446744073709551615 4194304 4196468 140735524861536 140516941272312 140517429848465 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28493] ppid=28477 vsize=10551232 memory=-7025452035942946156 CPUtime=0.22 cores=1,3,5,7
/proc/28480/task/28493/stat : 28493 (java) R 28477 28480 11586 0 -1 1077944384 1319 0 0 0 22 0 0 0 20 0 15 0 52468871 10804461568 26242 18446744073709551615 4194304 4196468 140735524861536 140516940233328 140517450603138 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28494] ppid=28477 vsize=10551232 memory=-9001733975035373671 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28494/stat : 28494 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52468871 10804461568 26242 18446744073709551615 4194304 4196468 140735524861536 140516939180768 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28495] ppid=28477 vsize=10551232 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28495/stat : 28495 (java) S 28477 28480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52468877 10804461568 26242 18446744073709551615 4194304 4196468 140735524861536 140516938128048 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 104968 KiB

[startup+1.50081 s]
/proc/loadavg: 2.06 2.09 2.22 4/210 28495
/proc/meminfo: memFree=23943548/32770624 swapFree=67108860/67108860
[pid=28480] ppid=28477 vsize=10551232 memory=594692 CPUtime=3.15 cores=1,3,5,7
/proc/28480/stat : 28480 (java) S 28477 28480 11586 0 -1 1077944320 14555 0 0 0 282 33 0 0 20 0 15 0 52468854 10804461568 148673 18446744073709551615 4194304 4196468 140735524861536 140735524844080 140517450591991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
/proc/28480/statm: 2637808 148673 3093 1 0 2627261 0
[pid=28480/tid=28482] ppid=28477 vsize=10551232 memory=280368083250880 CPUtime=1.08 cores=1,3,5,7
/proc/28480/task/28482/stat : 28482 (java) R 28477 28480 11586 0 -1 4202560 7298 0 0 0 101 7 0 0 20 0 15 0 52468866 10804461568 148673 18446744073709551615 4194304 4196468 140735524861536 140517454828656 140517436660110 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28483] ppid=28477 vsize=10551232 memory=6656426216303648864 CPUtime=0.2 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (java) S 28477 28480 11586 0 -1 1077944384 271 0 0 0 15 5 0 0 20 0 15 0 52468867 10804461568 148673 18446744073709551615 4194304 4196468 140735524861536 140517381012624 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28484] ppid=28477 vsize=10551232 memory=148 CPUtime=0.21 cores=1,3,5,7
/proc/28480/task/28484/stat : 28484 (java) S 28477 28480 11586 0 -1 1077944384 127 0 0 0 15 6 0 0 20 0 15 0 52468867 10804461568 148673 18446744073709551615 4194304 4196468 140735524861536 140517379959824 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28485] ppid=28477 vsize=10551232 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/28480/task/28485/stat : 28485 (java) S 28477 28480 11586 0 -1 1077944384 344 0 0 0 16 5 0 0 20 0 15 0 52468867 10804461568 149185 18446744073709551615 4194304 4196468 140735524861536 140517378907024 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28486] ppid=28477 vsize=10551232 memory=104968 CPUtime=0.21 cores=1,3,5,7
/proc/28480/task/28486/stat : 28486 (java) S 28477 28480 11586 0 -1 1077944384 310 0 0 0 16 5 0 0 20 0 15 0 52468867 10804461568 149185 18446744073709551615 4194304 4196468 140735524861536 140517377854224 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28487] ppid=28477 vsize=10551232 memory=81 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28487/stat : 28487 (java) S 28477 28480 11586 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 52468868 10804461568 149185 18446744073709551615 4194304 4196468 140735524861536 140516946549104 140517450603138 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28488] ppid=28477 vsize=10551232 memory=2 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28488/stat : 28488 (java) S 28477 28480 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 52468869 10804461568 149185 18446744073709551615 4194304 4196468 140735524861536 140516945495072 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28489] ppid=28477 vsize=10551232 memory=684 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28489/stat : 28489 (java) S 28477 28480 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 52468869 10804461568 149185 18446744073709551615 4194304 4196468 140735524861536 140516944442224 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28490] ppid=28477 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28490/stat : 28490 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52468871 10804461568 149185 18446744073709551615 4194304 4196468 140735524861536 140516943390544 140517450610587 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28491] ppid=28477 vsize=10551232 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/28480/task/28491/stat : 28491 (java) S 28477 28480 11586 0 -1 1077944384 1613 0 0 0 41 0 0 0 20 0 15 0 52468871 10804461568 149185 18446744073709551615 4194304 4196468 140735524861536 140516942338928 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28492] ppid=28477 vsize=10551232 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/28480/task/28492/stat : 28492 (java) S 28477 28480 11586 0 -1 1077944384 1590 0 0 0 46 0 0 0 20 0 15 0 52468871 10804461568 149185 18446744073709551615 4194304 4196468 140735524861536 140516941286128 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28493] ppid=28477 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/28480/task/28493/stat : 28493 (java) S 28477 28480 11586 0 -1 1077944384 1430 0 0 0 27 0 0 0 20 0 15 0 52468871 10804461568 149185 18446744073709551615 4194304 4196468 140735524861536 140516940233328 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28494] ppid=28477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28494/stat : 28494 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52468871 10804461568 149185 18446744073709551615 4194304 4196468 140735524861536 140516939180768 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28495] ppid=28477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28495/stat : 28495 (java) S 28477 28480 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52468877 10804461568 149185 18446744073709551615 4194304 4196468 140735524861536 140516938128048 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 594692 KiB

[startup+3.11075 s]
/proc/loadavg: 2.30 2.14 2.23 6/210 28495
/proc/meminfo: memFree=21494768/32770624 swapFree=67108860/67108860
[pid=28480] ppid=28477 vsize=10551232 memory=2587472 CPUtime=6.85 cores=1,3,5,7
/proc/28480/stat : 28480 (java) S 28477 28480 11586 0 -1 1077944320 19491 0 0 0 584 101 0 0 20 0 15 0 52468854 10804461568 646868 18446744073709551615 4194304 4196468 140735524861536 140735524844080 140517450591991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
/proc/28480/statm: 2637808 646868 3100 1 0 2627261 0
[pid=28480/tid=28482] ppid=28477 vsize=10551232 memory=142 CPUtime=1.98 cores=1,3,5,7
/proc/28480/task/28482/stat : 28482 (java) S 28477 28480 11586 0 -1 1077944384 8359 0 0 0 171 27 0 0 20 0 15 0 52468866 10804461568 646868 18446744073709551615 4194304 4196468 140735524861536 140517454828992 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28483] ppid=28477 vsize=10551232 memory=46 CPUtime=0.9 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (java) R 28477 28480 11586 0 -1 4202560 1373 0 0 0 73 17 0 0 20 0 15 0 52468867 10804461568 646868 18446744073709551615 4194304 4196468 140735524861536 140517381012824 140517435289783 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0

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

/proc/28480/task/28486/stat : 28486 (java) R 28477 28480 11586 0 -1 4202560 533463 0 0 0 42523 228 0 0 20 0 17 0 52468867 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140517377853808 140517443220199 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28487] ppid=28477 vsize=10686560 memory=1296 CPUtime=27.28 cores=1,3,5,7
/proc/28480/task/28487/stat : 28487 (java) S 28477 28480 11586 0 -1 1077944384 100904 0 0 0 2722 6 0 0 20 0 17 0 52468868 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516946547424 140517450602197 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28488] ppid=28477 vsize=10686560 memory=8304556 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28488/stat : 28488 (java) S 28477 28480 11586 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 52468869 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516945495136 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28489] ppid=28477 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28489/stat : 28489 (java) S 28477 28480 11586 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 52468869 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516944442240 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28490] ppid=28477 vsize=10686560 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28490/stat : 28490 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516943390544 140517450610587 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28491] ppid=28477 vsize=10686560 memory=796 CPUtime=0.63 cores=1,3,5,7
/proc/28480/task/28491/stat : 28491 (java) S 28477 28480 11586 0 -1 1077944384 2511 0 0 0 63 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516942338928 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28492] ppid=28477 vsize=10686560 memory=9992 CPUtime=0.64 cores=1,3,5,7
/proc/28480/task/28492/stat : 28492 (java) S 28477 28480 11586 0 -1 1077944384 1761 0 0 0 64 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516941286128 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28493] ppid=28477 vsize=10686560 memory=1716 CPUtime=0.33 cores=1,3,5,7
/proc/28480/task/28493/stat : 28493 (java) S 28477 28480 11586 0 -1 1077944384 2159 0 0 0 33 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516940233328 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28494] ppid=28477 vsize=10686560 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28494/stat : 28494 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516939180768 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28495] ppid=28477 vsize=10686560 memory=1232 CPUtime=0.23 cores=1,3,5,7
/proc/28480/task/28495/stat : 28495 (java) S 28477 28480 11586 0 -1 1077944384 370 0 0 0 13 10 0 0 20 0 17 0 52468877 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516938128048 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28524] ppid=28477 vsize=10686560 memory=8900 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28524/stat : 28524 (java) S 28477 28480 11586 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 52513709 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516934974352 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28525] ppid=28477 vsize=10686560 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28525/stat : 28525 (java) S 28477 28480 11586 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 52513709 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516933922704 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
Current children cumulated CPU time: 1762.26 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8304556 KiB

[startup+486.401 s]
/proc/loadavg: 4.49 4.11 3.16 6/212 28527
/proc/meminfo: memFree=15746860/32770624 swapFree=67108860/67108860
[pid=28480] ppid=28477 vsize=10686560 memory=8304556 CPUtime=1774.77 cores=1,3,5,7
/proc/28480/stat : 28480 (java) S 28477 28480 11586 0 -1 1077944320 2378776 0 0 0 176570 907 0 0 20 0 17 0 52468854 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140735524844080 140517450591991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
/proc/28480/statm: 2671640 2076139 3159 1 0 2661055 0
[pid=28480/tid=28482] ppid=28477 vsize=10686560 memory=8304556 CPUtime=17.77 cores=1,3,5,7
/proc/28480/task/28482/stat : 28482 (java) S 28477 28480 11586 0 -1 1077944384 22829 0 0 0 1745 32 0 0 20 0 17 0 52468866 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140517454832672 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28483] ppid=28477 vsize=10686560 memory=1008 CPUtime=434.5 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (java) R 28477 28480 11586 0 -1 4202560 985874 0 0 0 43242 208 0 0 20 0 17 0 52468867 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140517381012824 140517435542596 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28484] ppid=28477 vsize=10686560 memory=4120 CPUtime=431.03 cores=1,3,5,7
/proc/28480/task/28484/stat : 28484 (java) R 28477 28480 11586 0 -1 4202560 434407 0 0 0 42884 219 0 0 20 0 17 0 52468867 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140517379959408 140517443220199 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28485] ppid=28477 vsize=10686560 memory=29992 CPUtime=431.67 cores=1,3,5,7
/proc/28480/task/28485/stat : 28485 (java) R 28477 28480 11586 0 -1 4202560 292969 0 0 0 42963 204 0 0 20 0 17 0 52468867 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140517378907224 140517435577287 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28486] ppid=28477 vsize=10686560 memory=2384 CPUtime=430.6 cores=1,3,5,7
/proc/28480/task/28486/stat : 28486 (java) R 28477 28480 11586 0 -1 4202560 533463 0 0 0 42831 229 0 0 20 0 17 0 52468867 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140517377854120 140517443220199 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28487] ppid=28477 vsize=10686560 memory=148 CPUtime=27.28 cores=1,3,5,7
/proc/28480/task/28487/stat : 28487 (java) S 28477 28480 11586 0 -1 1077944384 100904 0 0 0 2722 6 0 0 20 0 17 0 52468868 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516946547424 140517450602197 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28488] ppid=28477 vsize=10686560 memory=7679927811743456362 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28488/stat : 28488 (java) S 28477 28480 11586 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 52468869 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516945495136 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28489] ppid=28477 vsize=10686560 memory=10856930437 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28489/stat : 28489 (java) S 28477 28480 11586 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 52468869 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516944442240 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28490] ppid=28477 vsize=10686560 memory=8304428 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28490/stat : 28490 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516943390544 140517450610587 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28491] ppid=28477 vsize=10686560 memory=8304428 CPUtime=0.63 cores=1,3,5,7
/proc/28480/task/28491/stat : 28491 (java) S 28477 28480 11586 0 -1 1077944384 2511 0 0 0 63 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516942338928 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28492] ppid=28477 vsize=10686560 memory=8304428 CPUtime=0.64 cores=1,3,5,7
/proc/28480/task/28492/stat : 28492 (java) S 28477 28480 11586 0 -1 1077944384 1761 0 0 0 64 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516941286128 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28493] ppid=28477 vsize=10686560 memory=1008 CPUtime=0.33 cores=1,3,5,7
/proc/28480/task/28493/stat : 28493 (java) S 28477 28480 11586 0 -1 1077944384 2159 0 0 0 33 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516940233328 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28494] ppid=28477 vsize=10686560 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28494/stat : 28494 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516939180768 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28495] ppid=28477 vsize=10686560 memory=8900 CPUtime=0.24 cores=1,3,5,7
/proc/28480/task/28495/stat : 28495 (java) S 28477 28480 11586 0 -1 1077944384 372 0 0 0 14 10 0 0 20 0 17 0 52468877 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516938128048 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28524] ppid=28477 vsize=10686560 memory=8303520 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28524/stat : 28524 (java) S 28477 28480 11586 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 52513709 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516934974352 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28525] ppid=28477 vsize=10686560 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28525/stat : 28525 (java) S 28477 28480 11586 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 52513709 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516933922704 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
Current children cumulated CPU time: 1774.77 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8304556 KiB

[startup+488.001 s]*
/proc/loadavg: 4.45 4.10 3.16 6/212 28527
/proc/meminfo: memFree=15746860/32770624 swapFree=67108860/67108860
[pid=28480] ppid=28477 vsize=10686560 memory=8304556 CPUtime=1781.11 cores=1,3,5,7
/proc/28480/stat : 28480 (java) S 28477 28480 11586 0 -1 1077944320 2378946 0 0 0 177203 908 0 0 20 0 17 0 52468854 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140735524844080 140517450591991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
/proc/28480/statm: 2671640 2076139 3159 1 0 2661055 0
[pid=28480/tid=28482] ppid=28477 vsize=10686560 memory=956 CPUtime=17.77 cores=1,3,5,7
/proc/28480/task/28482/stat : 28482 (java) S 28477 28480 11586 0 -1 1077944384 22829 0 0 0 1745 32 0 0 20 0 17 0 52468866 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140517454832672 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28483] ppid=28477 vsize=10686560 memory=1236 CPUtime=436.07 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (java) R 28477 28480 11586 0 -1 4202560 985894 0 0 0 43399 208 0 0 20 0 17 0 52468867 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140517381012824 140517435588609 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28484] ppid=28477 vsize=10686560 memory=2244 CPUtime=432.6 cores=1,3,5,7
/proc/28480/task/28484/stat : 28484 (java) R 28477 28480 11586 0 -1 4202560 434407 0 0 0 43041 219 0 0 20 0 17 0 52468867 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140517379960024 140517432201600 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28485] ppid=28477 vsize=10686560 memory=-7003737579269690708 CPUtime=433.27 cores=1,3,5,7
/proc/28480/task/28485/stat : 28485 (java) R 28477 28480 11586 0 -1 4202560 293114 0 0 0 43123 204 0 0 20 0 17 0 52468867 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140517378907224 140517435588655 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28486] ppid=28477 vsize=10686560 memory=29992 CPUtime=432.17 cores=1,3,5,7
/proc/28480/task/28486/stat : 28486 (java) R 28477 28480 11586 0 -1 4202560 533463 0 0 0 42988 229 0 0 20 0 17 0 52468867 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140517377854112 140517435588415 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28487] ppid=28477 vsize=10686560 memory=2384 CPUtime=27.28 cores=1,3,5,7
/proc/28480/task/28487/stat : 28487 (java) S 28477 28480 11586 0 -1 1077944384 100909 0 0 0 2722 6 0 0 20 0 17 0 52468868 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516946547648 140517450602197 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28488] ppid=28477 vsize=10686560 memory=6788 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28488/stat : 28488 (java) S 28477 28480 11586 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 52468869 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516945495136 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28489] ppid=28477 vsize=10686560 memory=6082232721468584039 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28489/stat : 28489 (java) S 28477 28480 11586 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 52468869 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516944442240 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28490] ppid=28477 vsize=10686560 memory=6082232721468584039 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28490/stat : 28490 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516943390544 140517450610587 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28491] ppid=28477 vsize=10686560 memory=6082232721468584039 CPUtime=0.63 cores=1,3,5,7
/proc/28480/task/28491/stat : 28491 (java) S 28477 28480 11586 0 -1 1077944384 2511 0 0 0 63 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516942338976 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28492] ppid=28477 vsize=10686560 memory=-8774313645642428999 CPUtime=0.64 cores=1,3,5,7
/proc/28480/task/28492/stat : 28492 (java) S 28477 28480 11586 0 -1 1077944384 1761 0 0 0 64 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516941286176 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28493] ppid=28477 vsize=10686560 memory=836 CPUtime=0.33 cores=1,3,5,7
/proc/28480/task/28493/stat : 28493 (java) S 28477 28480 11586 0 -1 1077944384 2159 0 0 0 33 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516940233088 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28494] ppid=28477 vsize=10686560 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28494/stat : 28494 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516939180768 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28495] ppid=28477 vsize=10686560 memory=3012 CPUtime=0.24 cores=1,3,5,7
/proc/28480/task/28495/stat : 28495 (java) S 28477 28480 11586 0 -1 1077944384 372 0 0 0 14 10 0 0 20 0 17 0 52468877 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516938128048 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28524] ppid=28477 vsize=10686560 memory=2756 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28524/stat : 28524 (java) S 28477 28480 11586 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 52513709 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516934974352 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28525] ppid=28477 vsize=10686560 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28525/stat : 28525 (java) S 28477 28480 11586 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 52513709 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516933922704 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
Current children cumulated CPU time: 1781.11 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8304556 KiB

[startup+488.801 s]
/proc/loadavg: 4.45 4.10 3.16 6/212 28527
/proc/meminfo: memFree=15746860/32770624 swapFree=67108860/67108860
[pid=28480] ppid=28477 vsize=10686560 memory=8304556 CPUtime=1784.24 cores=1,3,5,7
/proc/28480/stat : 28480 (java) S 28477 28480 11586 0 -1 1077944320 2379108 0 0 0 177515 909 0 0 20 0 17 0 52468854 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140735524844080 140517450591991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
/proc/28480/statm: 2671640 2076139 3159 1 0 2661055 0
[pid=28480/tid=28482] ppid=28477 vsize=10686560 memory=8304556 CPUtime=17.77 cores=1,3,5,7
/proc/28480/task/28482/stat : 28482 (java) S 28477 28480 11586 0 -1 1077944384 22829 0 0 0 1745 32 0 0 20 0 17 0 52468866 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140517454832672 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28483] ppid=28477 vsize=10686560 memory=8304556 CPUtime=436.84 cores=1,3,5,7
/proc/28480/task/28483/stat : 28483 (java) R 28477 28480 11586 0 -1 4202560 985894 0 0 0 43476 208 0 0 20 0 17 0 52468867 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140517381012744 140517443220199 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28484] ppid=28477 vsize=10686560 memory=956 CPUtime=433.38 cores=1,3,5,7
/proc/28480/task/28484/stat : 28484 (java) R 28477 28480 11586 0 -1 4202560 434407 0 0 0 43119 219 0 0 20 0 17 0 52468867 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140517379959632 140517443220199 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28485] ppid=28477 vsize=10686560 memory=29992 CPUtime=434.05 cores=1,3,5,7
/proc/28480/task/28485/stat : 28485 (java) R 28477 28480 11586 0 -1 4202560 293230 0 0 0 43201 204 0 0 20 0 17 0 52468867 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140517378906832 140517443220199 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28486] ppid=28477 vsize=10686560 memory=2384 CPUtime=432.96 cores=1,3,5,7
/proc/28480/task/28486/stat : 28486 (java) R 28477 28480 11586 0 -1 4202560 533509 0 0 0 43067 229 0 0 20 0 17 0 52468867 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140517377854112 140517435588395 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28487] ppid=28477 vsize=10686560 memory=1296 CPUtime=27.28 cores=1,3,5,7
/proc/28480/task/28487/stat : 28487 (java) S 28477 28480 11586 0 -1 1077944384 100909 0 0 0 2722 6 0 0 20 0 17 0 52468868 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516946547648 140517450602197 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28488] ppid=28477 vsize=10686560 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28488/stat : 28488 (java) S 28477 28480 11586 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 52468869 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516945495136 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28489] ppid=28477 vsize=10686560 memory=5668 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28489/stat : 28489 (java) S 28477 28480 11586 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 52468869 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516944442240 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28490] ppid=28477 vsize=10686560 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28490/stat : 28490 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516943390544 140517450610587 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28491] ppid=28477 vsize=10686560 memory=796 CPUtime=0.63 cores=1,3,5,7
/proc/28480/task/28491/stat : 28491 (java) S 28477 28480 11586 0 -1 1077944384 2511 0 0 0 63 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516942338976 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28492] ppid=28477 vsize=10686560 memory=8304556 CPUtime=0.64 cores=1,3,5,7
/proc/28480/task/28492/stat : 28492 (java) S 28477 28480 11586 0 -1 1077944384 1761 0 0 0 64 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516941286176 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28493] ppid=28477 vsize=10686560 memory=1716 CPUtime=0.33 cores=1,3,5,7
/proc/28480/task/28493/stat : 28493 (java) S 28477 28480 11586 0 -1 1077944384 2159 0 0 0 33 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516940233088 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28494] ppid=28477 vsize=10686560 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28494/stat : 28494 (java) S 28477 28480 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 52468871 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516939180768 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28495] ppid=28477 vsize=10686560 memory=5668 CPUtime=0.24 cores=1,3,5,7
/proc/28480/task/28495/stat : 28495 (java) S 28477 28480 11586 0 -1 1077944384 372 0 0 0 14 10 0 0 20 0 17 0 52468877 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516938128048 140517450603138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28524] ppid=28477 vsize=10686560 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28524/stat : 28524 (java) S 28477 28480 11586 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 52513709 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516934974352 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
[pid=28480/tid=28525] ppid=28477 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/28480/task/28525/stat : 28525 (java) S 28477 28480 11586 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 52513709 10943037440 2076139 18446744073709551615 4194304 4196468 140735524861536 140516933922704 140517450602197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16027648 140735524868496 140735524868649 140735524868649 140735524872143 0
Current children cumulated CPU time: 1784.24 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8304556 KiB

[startup+489.201 s]*
/proc/loadavg: 4.45 4.10 3.16 3/197 28527
/proc/meminfo: memFree=17185336/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 489.242
CPU time (s): 1785.59
CPU user time (s): 1776.42
CPU system time (s): 9.16452
CPU usage (%): 364.971
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8304556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1776.42
system time used= 9.16452
maximum resident set size= 8304784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2379226
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41994
involuntary context switches= 21741


# summary of solver processes directly reported to runsolver:
#   pid: 28480
#   total CPU time (s): 1785.59
#   total CPU user time (s): 1776.42
#   total CPU system time (s): 9.16452

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.38039 second user time and 4.28483 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 18:07:06
IDJOB=4263798
IDBENCH=140669
IDSOLVER=2651
FILE ID=node124/4263798-1502641282
RUNJOBID= node124-1502623904-24885
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex03380.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263798-1502641282/watcher-4263798-1502641282 -o /tmp/evaluation-result-4263798-1502641282/solver-4263798-1502641282 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24885 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263798-1502641282.xml

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

MD5SUM BENCH= 4b7737b348ce8099143a34a20635223c
RANDOM SEED=1219724293

node124.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.51
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.51
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.51
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.51
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:        24074948 kB
MemAvailable:   24286940 kB
Buffers:          169500 kB
Cached:           332240 kB
SwapCached:            0 kB
Active:          8070796 kB
Inactive:         185556 kB
Active(anon):    7705740 kB
Inactive(anon):    73804 kB
Active(file):     365056 kB
Inactive(file):   111752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2036 kB
Writeback:             0 kB
AnonPages:       7762356 kB
Mapped:            54692 kB
Shmem:             25320 kB
Slab:             128148 kB
SReclaimable:     102036 kB
SUnreclaim:        26112 kB
KernelStack:        3712 kB
PageTables:        20352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8627996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7534592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62028 MiB
End job on node124 at 2017-08-13 18:15:15