Trace number 4263721

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1313.5699 363.29901

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-16-18.xml
MD5SUMdd156cd3c4e4f48d7499665f65319a51
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.0601
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints18361
Number of domains1
Minimum domain size288
Maximum domain size288
Distribution of domain sizes[{"size":288,"count":288}]
Minimum variable degree257
Maximum variable degree257
Distribution of variable degrees[{"degree":257,"count":288}]
Minimum constraint arity4
Maximum constraint arity288
Distribution of constraint arities[{"arity":4,"count":18360},{"arity":288,"count":1}]
Number of extensional constraints0
Number of intensional constraints18360
Distribution of constraint types[{"type":"intension","count":18360},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263721-1502637995/watcher-4263721-1502637995 -o /tmp/evaluation-result-4263721-1502637995/solver-4263721-1502637995 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263721-1502637995.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
solver pid=19788, runsolver pid=19785
Current StackSize limit: 8192 KiB


[startup+0.100539 s]*
/proc/loadavg: 1.98 2.10 2.64 3/201 19789
/proc/meminfo: memFree=23455244/32770624 swapFree=67108764/67108860
[pid=19788] ppid=19785 vsize=9934352 memory=10212 CPUtime=0 cores=0,2,4,6
/proc/19788/stat : 19788 (java) S 19785 19788 4674 0 -1 1077944320 2371 0 0 0 0 0 0 0 20 0 6 0 111305969 10172776448 2553 18446744073709551615 4194304 4196468 140734997781568 140734997764112 140125866016503 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
/proc/19788/statm: 2483588 2553 1200 1 0 2473558 0
[pid=19788/tid=19790] ppid=19785 vsize=9934352 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19790/stat : 19790 (java) R 19785 19788 4674 0 -1 4202560 1181 0 0 0 0 0 0 0 20 0 6 0 111305979 10172776448 2684 18446744073709551615 4194304 4196468 140734997781568 140125870258280 140125849720336 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19791] ppid=19785 vsize=9934352 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19791/stat : 19791 (java) S 19785 19788 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111305980 10172776448 2684 18446744073709551615 4194304 4196468 140734997781568 140125796436624 140125866026709 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19792] ppid=19785 vsize=9934352 memory=140472865949312 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19792/stat : 19792 (java) S 19785 19788 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111305980 10172776448 2684 18446744073709551615 4194304 4196468 140734997781568 140125795383824 140125866026709 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19793] ppid=19785 vsize=9934352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19793/stat : 19793 (java) S 19785 19788 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111305980 10172776448 2684 18446744073709551615 4194304 4196468 140734997781568 140125794331024 140125866026709 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19794] ppid=19785 vsize=9934352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19794/stat : 19794 (java) S 19785 19788 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 111305980 10172776448 2684 18446744073709551615 4194304 4196468 140734997781568 140125793278224 140125866026709 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 10212 KiB

[startup+0.209905 s]*
/proc/loadavg: 1.98 2.10 2.64 4/215 19803
/proc/meminfo: memFree=23441372/32770624 swapFree=67108764/67108860
[pid=19788] ppid=19785 vsize=10551156 memory=24708 CPUtime=0.07 cores=0,2,4,6
/proc/19788/stat : 19788 (java) S 19785 19788 4674 0 -1 1077944320 4667 0 0 0 6 1 0 0 20 0 15 0 111305969 10804383744 6177 18446744073709551615 4194304 4196468 140734997781568 140734997764112 140125866016503 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
/proc/19788/statm: 2637789 6177 2614 1 0 2627261 0
[pid=19788/tid=19790] ppid=19785 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=0,2,4,6
/proc/19788/task/19790/stat : 19790 (java) R 19785 19788 4674 0 -1 4202560 2770 0 0 0 5 0 0 0 20 0 15 0 111305979 10804383744 6177 18446744073709551615 4194304 4196468 140734997781568 140125870258784 140125866038429 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19791] ppid=19785 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19791/stat : 19791 (java) S 19785 19788 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111305980 10804383744 6177 18446744073709551615 4194304 4196468 140734997781568 140125796436624 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19792] ppid=19785 vsize=10551156 memory=140472866896902 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19792/stat : 19792 (java) S 19785 19788 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111305980 10804383744 6177 18446744073709551615 4194304 4196468 140734997781568 140125795383824 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19793] ppid=19785 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19793/stat : 19793 (java) S 19785 19788 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111305980 10804383744 6177 18446744073709551615 4194304 4196468 140734997781568 140125794331024 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19794] ppid=19785 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19794/stat : 19794 (java) S 19785 19788 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111305980 10804383744 6177 18446744073709551615 4194304 4196468 140734997781568 140125793278224 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19795] ppid=19785 vsize=10551156 memory=140472865949312 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19795/stat : 19795 (java) S 19785 19788 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111305981 10804383744 6177 18446744073709551615 4194304 4196468 140734997781568 140125362285424 140125866027650 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19796] ppid=19785 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19796/stat : 19796 (java) S 19785 19788 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111305982 10804383744 6177 18446744073709551615 4194304 4196468 140734997781568 140125361231392 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19797] ppid=19785 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19797/stat : 19797 (java) S 19785 19788 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111305982 10804383744 6177 18446744073709551615 4194304 4196468 140734997781568 140125360178544 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19798] ppid=19785 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19798/stat : 19798 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111305984 10804383744 6177 18446744073709551615 4194304 4196468 140734997781568 140125359126864 140125866035099 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19799] ppid=19785 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19799/stat : 19799 (java) S 19785 19788 4674 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 111305984 10804383744 6177 18446744073709551615 4194304 4196468 140734997781568 140125358074224 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19800] ppid=19785 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19800/stat : 19800 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111305984 10804383744 6177 18446744073709551615 4194304 4196468 140734997781568 140125357021424 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19801] ppid=19785 vsize=10551156 memory=140472865949312 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19801/stat : 19801 (java) S 19785 19788 4674 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 15 0 111305984 10804383744 6177 18446744073709551615 4194304 4196468 140734997781568 140125355968624 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19802] ppid=19785 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19802/stat : 19802 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111305984 10804383744 6177 18446744073709551615 4194304 4196468 140734997781568 140125354916064 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19803] ppid=19785 vsize=10551156 memory=140472865949312 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19803/stat : 19803 (java) S 19785 19788 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111305990 10804383744 6177 18446744073709551615 4194304 4196468 140734997781568 140125353864368 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 24708 KiB

[startup+0.318199 s]*
/proc/loadavg: 1.98 2.10 2.64 3/215 19803
/proc/meminfo: memFree=23429944/32770624 swapFree=67108764/67108860
[pid=19788] ppid=19785 vsize=10551156 memory=36548 CPUtime=0.22 cores=0,2,4,6
/proc/19788/stat : 19788 (java) S 19785 19788 4674 0 -1 1077944320 7947 0 0 0 20 2 0 0 20 0 15 0 111305969 10804383744 9137 18446744073709551615 4194304 4196468 140734997781568 140734997764112 140125866016503 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
/proc/19788/statm: 2637789 9137 2851 1 0 2627261 0
[pid=19788/tid=19790] ppid=19785 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/19788/task/19790/stat : 19790 (java) R 19785 19788 4674 0 -1 4202560 5611 0 0 0 14 1 0 0 20 0 15 0 111305979 10804383744 9137 18446744073709551615 4194304 4196468 140734997781568 140125870240576 140125866038429 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19791] ppid=19785 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19791/stat : 19791 (java) S 19785 19788 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111305980 10804383744 9137 18446744073709551615 4194304 4196468 140734997781568 140125796436624 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19792] ppid=19785 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19792/stat : 19792 (java) S 19785 19788 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111305980 10804383744 9137 18446744073709551615 4194304 4196468 140734997781568 140125795383824 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19793] ppid=19785 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19793/stat : 19793 (java) S 19785 19788 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111305980 10804383744 9137 18446744073709551615 4194304 4196468 140734997781568 140125794331024 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19794] ppid=19785 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19794/stat : 19794 (java) S 19785 19788 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111305980 10804383744 9137 18446744073709551615 4194304 4196468 140734997781568 140125793278224 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19795] ppid=19785 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19795/stat : 19795 (java) S 19785 19788 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111305981 10804383744 9137 18446744073709551615 4194304 4196468 140734997781568 140125362285424 140125866027650 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19796] ppid=19785 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19796/stat : 19796 (java) S 19785 19788 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111305982 10804383744 9137 18446744073709551615 4194304 4196468 140734997781568 140125361231392 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19797] ppid=19785 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19797/stat : 19797 (java) S 19785 19788 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111305982 10804383744 9137 18446744073709551615 4194304 4196468 140734997781568 140125360178544 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19798] ppid=19785 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19798/stat : 19798 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111305984 10804383744 9137 18446744073709551615 4194304 4196468 140734997781568 140125359126864 140125866035099 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19799] ppid=19785 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19788/task/19799/stat : 19799 (java) S 19785 19788 4674 0 -1 1077944384 497 0 0 0 1 0 0 0 20 0 15 0 111305984 10804383744 9137 18446744073709551615 4194304 4196468 140734997781568 140125358074224 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19800] ppid=19785 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/19788/task/19800/stat : 19800 (java) S 19785 19788 4674 0 -1 1077944384 65 0 0 0 1 0 0 0 20 0 15 0 111305984 10804383744 9137 18446744073709551615 4194304 4196468 140734997781568 140125357021424 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19801] ppid=19785 vsize=10551156 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/19788/task/19801/stat : 19801 (java) R 19785 19788 4674 0 -1 4202560 406 0 0 0 3 0 0 0 20 0 15 0 111305984 10804383744 9137 18446744073709551615 4194304 4196468 140734997781568 140125355968624 140125866037850 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19802] ppid=19785 vsize=10551156 memory=140472865949312 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19802/stat : 19802 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111305984 10804383744 9137 18446744073709551615 4194304 4196468 140734997781568 140125354916064 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19803] ppid=19785 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19803/stat : 19803 (java) S 19785 19788 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111305990 10804383744 9137 18446744073709551615 4194304 4196468 140734997781568 140125353864368 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36548 KiB

[startup+0.70073 s]
/proc/loadavg: 1.98 2.10 2.64 5/215 19803
/proc/meminfo: memFree=23408804/32770624 swapFree=67108764/67108860
[pid=19788] ppid=19785 vsize=10551232 memory=91524 CPUtime=1.36 cores=0,2,4,6
/proc/19788/stat : 19788 (java) S 19785 19788 4674 0 -1 1077944320 11883 0 0 0 132 4 0 0 20 0 15 0 111305969 10804461568 22881 18446744073709551615 4194304 4196468 140734997781568 140734997764112 140125866016503 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
/proc/19788/statm: 2637808 22881 3050 1 0 2627261 0
[pid=19788/tid=19790] ppid=19785 vsize=10551232 memory=280945487904808 CPUtime=0.53 cores=0,2,4,6
/proc/19788/task/19790/stat : 19790 (java) R 19785 19788 4674 0 -1 4202560 6711 0 0 0 51 2 0 0 20 0 15 0 111305979 10804461568 22881 18446744073709551615 4194304 4196468 140734997781568 140125870249616 140125475019715 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19791] ppid=19785 vsize=10551232 memory=280945488040016 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19791/stat : 19791 (java) S 19785 19788 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111305980 10804461568 22881 18446744073709551615 4194304 4196468 140734997781568 140125796436624 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19792] ppid=19785 vsize=10551232 memory=89332568295923 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19792/stat : 19792 (java) S 19785 19788 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111305980 10804461568 22881 18446744073709551615 4194304 4196468 140734997781568 140125795383824 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19793] ppid=19785 vsize=10551232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19793/stat : 19793 (java) S 19785 19788 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111305980 10804461568 22881 18446744073709551615 4194304 4196468 140734997781568 140125794331024 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19794] ppid=19785 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19794/stat : 19794 (java) S 19785 19788 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111305980 10804461568 22881 18446744073709551615 4194304 4196468 140734997781568 140125793278224 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19795] ppid=19785 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19795/stat : 19795 (java) S 19785 19788 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 111305981 10804461568 22881 18446744073709551615 4194304 4196468 140734997781568 140125362285424 140125866027650 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19796] ppid=19785 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19796/stat : 19796 (java) S 19785 19788 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111305982 10804461568 22881 18446744073709551615 4194304 4196468 140734997781568 140125361231392 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19797] ppid=19785 vsize=10551232 memory=280945488326032 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19797/stat : 19797 (java) S 19785 19788 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111305982 10804461568 22881 18446744073709551615 4194304 4196468 140734997781568 140125360178544 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19798] ppid=19785 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19798/stat : 19798 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111305984 10804461568 22881 18446744073709551615 4194304 4196468 140734997781568 140125359126864 140125866035099 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19799] ppid=19785 vsize=10551232 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/19788/task/19799/stat : 19799 (java) R 19785 19788 4674 0 -1 4202560 1491 0 0 0 27 0 0 0 20 0 15 0 111305984 10804461568 22881 18446744073709551615 4194304 4196468 140734997781568 140125358063024 140125852046547 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19800] ppid=19785 vsize=10551232 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/19788/task/19800/stat : 19800 (java) R 19785 19788 4674 0 -1 4202560 825 0 0 0 29 0 0 0 20 0 15 0 111305984 10804461568 22881 18446744073709551615 4194304 4196468 140734997781568 140125357008176 140125846716807 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19801] ppid=19785 vsize=10551232 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/19788/task/19801/stat : 19801 (java) S 19785 19788 4674 0 -1 1077944384 1502 0 0 0 23 0 0 0 20 0 15 0 111305984 10804461568 22881 18446744073709551615 4194304 4196468 140734997781568 140125355968624 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19802] ppid=19785 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19802/stat : 19802 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111305984 10804461568 22881 18446744073709551615 4194304 4196468 140734997781568 140125354916064 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19803] ppid=19785 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19803/stat : 19803 (java) S 19785 19788 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111305990 10804461568 22881 18446744073709551615 4194304 4196468 140734997781568 140125353864368 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 91524 KiB

[startup+1.5009 s]
/proc/loadavg: 1.98 2.10 2.64 5/215 19803
/proc/meminfo: memFree=23274884/32770624 swapFree=67108764/67108860
[pid=19788] ppid=19785 vsize=10551232 memory=405668 CPUtime=3.86 cores=0,2,4,6
/proc/19788/stat : 19788 (java) S 19785 19788 4674 0 -1 1077944320 14151 0 0 0 362 24 0 0 20 0 15 0 111305969 10804461568 101417 18446744073709551615 4194304 4196468 140734997781568 140734997764112 140125866016503 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
/proc/19788/statm: 2637808 101417 3107 1 0 2627261 0
[pid=19788/tid=19790] ppid=19785 vsize=10551232 memory=0 CPUtime=1.21 cores=0,2,4,6
/proc/19788/task/19790/stat : 19790 (java) R 19785 19788 4674 0 -1 4202560 7115 0 0 0 115 6 0 0 20 0 15 0 111305979 10804461568 101417 18446744073709551615 4194304 4196468 140734997781568 140125870246952 140125472629853 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19791] ppid=19785 vsize=10551232 memory=-8774313645642428999 CPUtime=0.1 cores=0,2,4,6
/proc/19788/task/19791/stat : 19791 (java) S 19785 19788 4674 0 -1 1077944384 141 0 0 0 7 3 0 0 20 0 15 0 111305980 10804461568 101417 18446744073709551615 4194304 4196468 140734997781568 140125796436624 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19792] ppid=19785 vsize=10551232 memory=7898351070516488779 CPUtime=0.09 cores=0,2,4,6
/proc/19788/task/19792/stat : 19792 (java) S 19785 19788 4674 0 -1 1077944384 196 0 0 0 6 3 0 0 20 0 15 0 111305980 10804461568 101417 18446744073709551615 4194304 4196468 140734997781568 140125795383824 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19793] ppid=19785 vsize=10551232 memory=3054156605368933524 CPUtime=0.1 cores=0,2,4,6
/proc/19788/task/19793/stat : 19793 (java) S 19785 19788 4674 0 -1 1077944384 123 0 0 0 7 3 0 0 20 0 15 0 111305980 10804461568 101417 18446744073709551615 4194304 4196468 140734997781568 140125794331024 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19794] ppid=19785 vsize=10551232 memory=8514726395715218844 CPUtime=0.11 cores=0,2,4,6
/proc/19788/task/19794/stat : 19794 (java) S 19785 19788 4674 0 -1 1077944384 202 0 0 0 7 4 0 0 20 0 15 0 111305980 10804461568 101417 18446744073709551615 4194304 4196468 140734997781568 140125793278224 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19795] ppid=19785 vsize=10551232 memory=5450916488555034154 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19795/stat : 19795 (java) S 19785 19788 4674 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 111305981 10804461568 101417 18446744073709551615 4194304 4196468 140734997781568 140125362285424 140125866027650 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19796] ppid=19785 vsize=10551232 memory=-8815660332880338293 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19796/stat : 19796 (java) S 19785 19788 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111305982 10804461568 101417 18446744073709551615 4194304 4196468 140734997781568 140125361231456 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19797] ppid=19785 vsize=10551232 memory=5450909908396308010 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19797/stat : 19797 (java) S 19785 19788 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 111305982 10804461568 101417 18446744073709551615 4194304 4196468 140734997781568 140125360178560 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19798] ppid=19785 vsize=10551232 memory=280945488036016 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19798/stat : 19798 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111305984 10804461568 101417 18446744073709551615 4194304 4196468 140734997781568 140125359126864 140125866035099 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19799] ppid=19785 vsize=10551232 memory=2110823351118004 CPUtime=0.89 cores=0,2,4,6
/proc/19788/task/19799/stat : 19799 (java) S 19785 19788 4674 0 -1 1077944384 1735 0 0 0 89 0 0 0 20 0 15 0 111305984 10804461568 101417 18446744073709551615 4194304 4196468 140734997781568 140125358074224 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19800] ppid=19785 vsize=10551232 memory=280945488023328 CPUtime=0.95 cores=0,2,4,6
/proc/19788/task/19800/stat : 19800 (java) S 19785 19788 4674 0 -1 1077944384 1402 0 0 0 95 0 0 0 20 0 15 0 111305984 10804461568 101417 18446744073709551615 4194304 4196468 140734997781568 140125357021424 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19801] ppid=19785 vsize=10551232 memory=12868 CPUtime=0.33 cores=0,2,4,6
/proc/19788/task/19801/stat : 19801 (java) S 19785 19788 4674 0 -1 1077944384 1666 0 0 0 33 0 0 0 20 0 15 0 111305984 10804461568 101417 18446744073709551615 4194304 4196468 140734997781568 140125355968624 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19802] ppid=19785 vsize=10551232 memory=25829 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19802/stat : 19802 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111305984 10804461568 101417 18446744073709551615 4194304 4196468 140734997781568 140125354916064 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19803] ppid=19785 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19803/stat : 19803 (java) S 19785 19788 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111305990 10804461568 101417 18446744073709551615 4194304 4196468 140734997781568 140125353864368 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
Current children cumulated CPU time: 3.86 s
Current children cumulated vsize: 10551232 KiB

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

[pid=19788/tid=19791] ppid=19785 vsize=10686560 memory=8287304 CPUtime=316.42 cores=0,2,4,6
/proc/19788/task/19791/stat : 19791 (java) R 19785 19788 4674 0 -1 4202560 101347 0 0 0 31495 147 0 0 20 0 17 0 111305980 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125796436744 140125858644711 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19792] ppid=19785 vsize=10686560 memory=1232 CPUtime=316.12 cores=0,2,4,6
/proc/19788/task/19792/stat : 19792 (java) R 19785 19788 4674 0 -1 4202560 91603 0 0 0 31466 146 0 0 20 0 17 0 111305980 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125795384024 140125851012996 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19793] ppid=19785 vsize=10686560 memory=8287320 CPUtime=316.18 cores=0,2,4,6
/proc/19788/task/19793/stat : 19793 (java) S 19785 19788 4674 0 -1 1077944384 140527 0 0 0 31466 152 0 0 20 0 17 0 111305980 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125794330832 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19794] ppid=19785 vsize=10686560 memory=8287320 CPUtime=315.33 cores=0,2,4,6
/proc/19788/task/19794/stat : 19794 (java) R 19785 19788 4674 0 -1 4202560 81255 0 0 0 31371 162 0 0 20 0 17 0 111305980 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125793278032 140125858644711 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19795] ppid=19785 vsize=10686560 memory=8287320 CPUtime=28.81 cores=0,2,4,6
/proc/19788/task/19795/stat : 19795 (java) S 19785 19788 4674 0 -1 1077944384 67556 0 0 0 2876 5 0 0 20 0 17 0 111305981 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125362283968 140125866026709 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19796] ppid=19785 vsize=10686560 memory=106 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19796/stat : 19796 (java) S 19785 19788 4674 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 111305982 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125361230992 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19797] ppid=19785 vsize=10686560 memory=44 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19797/stat : 19797 (java) S 19785 19788 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 111305982 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125360177664 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19798] ppid=19785 vsize=10686560 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19798/stat : 19798 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111305984 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125359126864 140125866035099 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19799] ppid=19785 vsize=10686560 memory=2012 CPUtime=1.04 cores=0,2,4,6
/proc/19788/task/19799/stat : 19799 (java) S 19785 19788 4674 0 -1 1077944384 3759 0 0 0 103 1 0 0 20 0 17 0 111305984 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125358074320 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19800] ppid=19785 vsize=10686560 memory=8287316 CPUtime=1.06 cores=0,2,4,6
/proc/19788/task/19800/stat : 19800 (java) S 19785 19788 4674 0 -1 1077944384 2550 0 0 0 105 1 0 0 20 0 17 0 111305984 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125357021184 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19801] ppid=19785 vsize=10686560 memory=8287320 CPUtime=0.45 cores=0,2,4,6
/proc/19788/task/19801/stat : 19801 (java) S 19785 19788 4674 0 -1 1077944384 5327 0 0 0 44 1 0 0 20 0 17 0 111305984 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125355968720 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19802] ppid=19785 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19802/stat : 19802 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111305984 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125354916064 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19803] ppid=19785 vsize=10686560 memory=8287320 CPUtime=0.28 cores=0,2,4,6
/proc/19788/task/19803/stat : 19803 (java) S 19785 19788 4674 0 -1 1077944384 624 0 0 0 17 11 0 0 20 0 17 0 111305990 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125353864368 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19892] ppid=19785 vsize=10686560 memory=644 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19892/stat : 19892 (java) S 19785 19788 4674 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 111340481 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125350711088 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19893] ppid=19785 vsize=10686560 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19893/stat : 19893 (java) S 19785 19788 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111340481 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125349658992 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
Current children cumulated CPU time: 1309.32 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8287320 KiB

[startup+362.401 s]
/proc/loadavg: 4.90 3.95 3.29 6/215 19894
/proc/meminfo: memFree=20913916/32770624 swapFree=67108764/67108860
[pid=19788] ppid=19785 vsize=10686560 memory=8287320 CPUtime=1312.41 cores=0,2,4,6
/proc/19788/stat : 19788 (java) S 19785 19788 4674 0 -1 1077944320 518028 0 0 0 130605 636 0 0 20 0 17 0 111305969 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140734997764112 140125866016503 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
/proc/19788/statm: 2671640 2071830 3168 1 0 2661055 0
[pid=19788/tid=19790] ppid=19785 vsize=10686560 memory=-8774313645642428999 CPUtime=13.55 cores=0,2,4,6
/proc/19788/task/19790/stat : 19790 (java) S 19785 19788 4674 0 -1 1077944384 22043 0 0 0 1340 15 0 0 20 0 17 0 111305979 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125870257184 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19791] ppid=19785 vsize=10686560 memory=8287296 CPUtime=317.19 cores=0,2,4,6
/proc/19788/task/19791/stat : 19791 (java) R 19785 19788 4674 0 -1 4202560 101347 0 0 0 31572 147 0 0 20 0 17 0 111305980 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125796436432 140125858644711 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19792] ppid=19785 vsize=10686560 memory=2320 CPUtime=316.92 cores=0,2,4,6
/proc/19788/task/19792/stat : 19792 (java) R 19785 19788 4674 0 -1 4202560 91603 0 0 0 31546 146 0 0 20 0 17 0 111305980 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125795384024 140125851012904 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19793] ppid=19785 vsize=10686560 memory=8287316 CPUtime=316.93 cores=0,2,4,6
/proc/19788/task/19793/stat : 19793 (java) R 19785 19788 4674 0 -1 4202560 140527 0 0 0 31541 152 0 0 20 0 17 0 111305980 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125794331144 140125858644711 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19794] ppid=19785 vsize=10686560 memory=1296 CPUtime=316.09 cores=0,2,4,6
/proc/19788/task/19794/stat : 19794 (java) R 19785 19788 4674 0 -1 4202560 81255 0 0 0 31447 162 0 0 20 0 17 0 111305980 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125793278032 140125858644711 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19795] ppid=19785 vsize=10686560 memory=2320 CPUtime=28.81 cores=0,2,4,6
/proc/19788/task/19795/stat : 19795 (java) S 19785 19788 4674 0 -1 1077944384 67556 0 0 0 2876 5 0 0 20 0 17 0 111305981 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125362283968 140125866026709 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19796] ppid=19785 vsize=10686560 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19796/stat : 19796 (java) S 19785 19788 4674 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 111305982 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125361230992 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19797] ppid=19785 vsize=10686560 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19797/stat : 19797 (java) S 19785 19788 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 111305982 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125360177664 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19798] ppid=19785 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19798/stat : 19798 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111305984 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125359126864 140125866035099 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19799] ppid=19785 vsize=10686560 memory=288230617509003574 CPUtime=1.04 cores=0,2,4,6
/proc/19788/task/19799/stat : 19799 (java) S 19785 19788 4674 0 -1 1077944384 3759 0 0 0 103 1 0 0 20 0 17 0 111305984 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125358074320 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19800] ppid=19785 vsize=10686560 memory=13564886244395551 CPUtime=1.06 cores=0,2,4,6
/proc/19788/task/19800/stat : 19800 (java) S 19785 19788 4674 0 -1 1077944384 2550 0 0 0 105 1 0 0 20 0 17 0 111305984 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125357021184 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19801] ppid=19785 vsize=10686560 memory=956 CPUtime=0.45 cores=0,2,4,6
/proc/19788/task/19801/stat : 19801 (java) S 19785 19788 4674 0 -1 1077944384 5327 0 0 0 44 1 0 0 20 0 17 0 111305984 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125355968720 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19802] ppid=19785 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19802/stat : 19802 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111305984 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125354916064 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19803] ppid=19785 vsize=10686560 memory=8286380 CPUtime=0.28 cores=0,2,4,6
/proc/19788/task/19803/stat : 19803 (java) S 19785 19788 4674 0 -1 1077944384 624 0 0 0 17 11 0 0 20 0 17 0 111305990 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125353864368 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19892] ppid=19785 vsize=10686560 memory=8286368 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19892/stat : 19892 (java) S 19785 19788 4674 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 111340481 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125350711088 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19893] ppid=19785 vsize=10686560 memory=8286384 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19893/stat : 19893 (java) S 19785 19788 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111340481 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125349658992 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
Current children cumulated CPU time: 1312.41 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8287320 KiB

[startup+362.801 s]
/proc/loadavg: 4.90 3.95 3.29 6/215 19894
/proc/meminfo: memFree=20913916/32770624 swapFree=67108764/67108860
[pid=19788] ppid=19785 vsize=10686560 memory=8287320 CPUtime=1313.07 cores=0,2,4,6
/proc/19788/stat : 19788 (java) S 19785 19788 4674 0 -1 1077944320 518028 0 0 0 130671 636 0 0 20 0 17 0 111305969 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140734997764112 140125866016503 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
/proc/19788/statm: 2671640 2071830 3168 1 0 2661055 0
[pid=19788/tid=19790] ppid=19785 vsize=10686560 memory=288230617509003574 CPUtime=13.55 cores=0,2,4,6
/proc/19788/task/19790/stat : 19790 (java) S 19785 19788 4674 0 -1 1077944384 22043 0 0 0 1340 15 0 0 20 0 17 0 111305979 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125870257184 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19791] ppid=19785 vsize=10686560 memory=13564886244395551 CPUtime=317.27 cores=0,2,4,6
/proc/19788/task/19791/stat : 19791 (java) S 19785 19788 4674 0 -1 1077944384 101347 0 0 0 31580 147 0 0 20 0 17 0 111305980 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125796436624 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19792] ppid=19785 vsize=10686560 memory=288230591722422566 CPUtime=317.01 cores=0,2,4,6
/proc/19788/task/19792/stat : 19792 (java) S 19785 19788 4674 0 -1 1077944384 91603 0 0 0 31555 146 0 0 20 0 17 0 111305980 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125795383824 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19793] ppid=19785 vsize=10686560 memory=14413704909292930 CPUtime=317.02 cores=0,2,4,6
/proc/19788/task/19793/stat : 19793 (java) S 19785 19788 4674 0 -1 1077944384 140527 0 0 0 31550 152 0 0 20 0 17 0 111305980 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125794331024 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19794] ppid=19785 vsize=10686560 memory=0 CPUtime=316.17 cores=0,2,4,6
/proc/19788/task/19794/stat : 19794 (java) S 19785 19788 4674 0 -1 1077944384 81255 0 0 0 31455 162 0 0 20 0 17 0 111305980 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125793278224 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19795] ppid=19785 vsize=10686560 memory=288230591722422566 CPUtime=29.12 cores=0,2,4,6
/proc/19788/task/19795/stat : 19795 (java) R 19785 19788 4674 0 -1 4202560 67556 0 0 0 2907 5 0 0 20 0 17 0 111305981 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125362283968 140125851012913 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19796] ppid=19785 vsize=10686560 memory=31356350842106267 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19796/stat : 19796 (java) S 19785 19788 4674 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 111305982 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125361230992 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19797] ppid=19785 vsize=10686560 memory=16170 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19797/stat : 19797 (java) S 19785 19788 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 111305982 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125360177664 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19798] ppid=19785 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19798/stat : 19798 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111305984 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125359126864 140125866035099 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19799] ppid=19785 vsize=10686560 memory=0 CPUtime=1.04 cores=0,2,4,6
/proc/19788/task/19799/stat : 19799 (java) S 19785 19788 4674 0 -1 1077944384 3759 0 0 0 103 1 0 0 20 0 17 0 111305984 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125358074320 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19800] ppid=19785 vsize=10686560 memory=928 CPUtime=1.06 cores=0,2,4,6
/proc/19788/task/19800/stat : 19800 (java) S 19785 19788 4674 0 -1 1077944384 2550 0 0 0 105 1 0 0 20 0 17 0 111305984 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125357021184 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19801] ppid=19785 vsize=10686560 memory=2164 CPUtime=0.45 cores=0,2,4,6
/proc/19788/task/19801/stat : 19801 (java) S 19785 19788 4674 0 -1 1077944384 5327 0 0 0 44 1 0 0 20 0 17 0 111305984 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125355968720 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19802] ppid=19785 vsize=10686560 memory=844 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19802/stat : 19802 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111305984 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125354916064 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19803] ppid=19785 vsize=10686560 memory=2549868 CPUtime=0.28 cores=0,2,4,6
/proc/19788/task/19803/stat : 19803 (java) S 19785 19788 4674 0 -1 1077944384 624 0 0 0 17 11 0 0 20 0 17 0 111305990 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125353864368 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19892] ppid=19785 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19892/stat : 19892 (java) S 19785 19788 4674 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 111340481 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125350711088 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19893] ppid=19785 vsize=10686560 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19893/stat : 19893 (java) S 19785 19788 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111340481 10943037440 2071830 18446744073709551615 4194304 4196468 140734997781568 140125349658992 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
Current children cumulated CPU time: 1313.07 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8287320 KiB

[startup+363.201 s]
/proc/loadavg: 4.66 3.92 3.28 3/215 19894
/proc/meminfo: memFree=20913908/32770624 swapFree=67108764/67108860
[pid=19788] ppid=19785 vsize=10686560 memory=8287324 CPUtime=1313.47 cores=0,2,4,6
/proc/19788/stat : 19788 (java) S 19785 19788 4674 0 -1 1077944320 518156 0 0 0 130711 636 0 0 20 0 17 0 111305969 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140734997764112 140125866016503 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
/proc/19788/statm: 2671640 2071831 3168 1 0 2661055 0
[pid=19788/tid=19790] ppid=19785 vsize=10686560 memory=1724 CPUtime=13.55 cores=0,2,4,6
/proc/19788/task/19790/stat : 19790 (java) S 19785 19788 4674 0 -1 1077944384 22043 0 0 0 1340 15 0 0 20 0 17 0 111305979 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140125870257184 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19791] ppid=19785 vsize=10686560 memory=2012 CPUtime=317.27 cores=0,2,4,6
/proc/19788/task/19791/stat : 19791 (java) S 19785 19788 4674 0 -1 1077944384 101347 0 0 0 31580 147 0 0 20 0 17 0 111305980 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140125796436624 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19792] ppid=19785 vsize=10686560 memory=9000 CPUtime=317.01 cores=0,2,4,6
/proc/19788/task/19792/stat : 19792 (java) S 19785 19788 4674 0 -1 1077944384 91603 0 0 0 31555 146 0 0 20 0 17 0 111305980 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140125795383824 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19793] ppid=19785 vsize=10686560 memory=1228 CPUtime=317.02 cores=0,2,4,6
/proc/19788/task/19793/stat : 19793 (java) S 19785 19788 4674 0 -1 1077944384 140527 0 0 0 31550 152 0 0 20 0 17 0 111305980 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140125794331024 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19794] ppid=19785 vsize=10686560 memory=4148 CPUtime=316.17 cores=0,2,4,6
/proc/19788/task/19794/stat : 19794 (java) S 19785 19788 4674 0 -1 1077944384 81255 0 0 0 31455 162 0 0 20 0 17 0 111305980 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140125793278224 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19795] ppid=19785 vsize=10686560 memory=54040 CPUtime=29.52 cores=0,2,4,6
/proc/19788/task/19795/stat : 19795 (java) R 19785 19788 4674 0 -1 4202560 67684 0 0 0 2947 5 0 0 20 0 17 0 111305981 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140125362283968 140125850474094 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19796] ppid=19785 vsize=10686560 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19796/stat : 19796 (java) S 19785 19788 4674 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 111305982 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140125361230992 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19797] ppid=19785 vsize=10686560 memory=2320 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19797/stat : 19797 (java) S 19785 19788 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 111305982 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140125360177664 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19798] ppid=19785 vsize=10686560 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19798/stat : 19798 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111305984 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140125359126864 140125866035099 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19799] ppid=19785 vsize=10686560 memory=2012 CPUtime=1.04 cores=0,2,4,6
/proc/19788/task/19799/stat : 19799 (java) S 19785 19788 4674 0 -1 1077944384 3759 0 0 0 103 1 0 0 20 0 17 0 111305984 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140125358074320 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19800] ppid=19785 vsize=10686560 memory=9000 CPUtime=1.06 cores=0,2,4,6
/proc/19788/task/19800/stat : 19800 (java) S 19785 19788 4674 0 -1 1077944384 2550 0 0 0 105 1 0 0 20 0 17 0 111305984 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140125357021184 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19801] ppid=19785 vsize=10686560 memory=1228 CPUtime=0.45 cores=0,2,4,6
/proc/19788/task/19801/stat : 19801 (java) S 19785 19788 4674 0 -1 1077944384 5327 0 0 0 44 1 0 0 20 0 17 0 111305984 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140125355968720 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19802] ppid=19785 vsize=10686560 memory=5712 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19802/stat : 19802 (java) S 19785 19788 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111305984 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140125354916064 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19803] ppid=19785 vsize=10686560 memory=796 CPUtime=0.28 cores=0,2,4,6
/proc/19788/task/19803/stat : 19803 (java) S 19785 19788 4674 0 -1 1077944384 624 0 0 0 17 11 0 0 20 0 17 0 111305990 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140125353864368 140125866027650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19892] ppid=19785 vsize=10686560 memory=984 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19892/stat : 19892 (java) S 19785 19788 4674 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 111340481 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140125350711088 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
[pid=19788/tid=19893] ppid=19785 vsize=10686560 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/19788/task/19893/stat : 19893 (java) S 19785 19788 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111340481 10943037440 2071831 18446744073709551615 4194304 4196468 140734997781568 140125349658992 140125866026709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140734997787024 140734997787177 140734997787177 140734997790671 0
Current children cumulated CPU time: 1313.47 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8287324 KiB

Child status: 0
Real time (s): 363.299
CPU time (s): 1313.57
CPU user time (s): 1307.18
CPU system time (s): 6.39838
CPU usage (%): 361.569
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8287324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1307.18
system time used= 6.39838
maximum resident set size= 8287596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518202
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17668
involuntary context switches= 14169


# summary of solver processes directly reported to runsolver:
#   pid: 19788
#   total CPU time (s): 1313.57
#   total CPU user time (s): 1307.18
#   total CPU system time (s): 6.39838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.27578 second user time and 3.52431 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 17:12:41
IDJOB=4263721
IDBENCH=139753
IDSOLVER=2651
FILE ID=node134/4263721-1502637995
RUNJOBID= node134-1502619645-14324
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-16-18.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263721-1502637995/watcher-4263721-1502637995 -o /tmp/evaluation-result-4263721-1502637995/solver-4263721-1502637995 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263721-1502637995.xml

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

MD5SUM BENCH= dd156cd3c4e4f48d7499665f65319a51
RANDOM SEED=276609170

node134.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.43
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.43
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.43
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.43
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:        23455600 kB
MemAvailable:   23679948 kB
Buffers:          227932 kB
Cached:           290580 kB
SwapCached:            4 kB
Active:          8633036 kB
Inactive:         213676 kB
Active(anon):    8275464 kB
Inactive(anon):    94432 kB
Active(file):     357572 kB
Inactive(file):   119244 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              2428 kB
Writeback:             0 kB
AnonPages:       8332532 kB
Mapped:            67956 kB
Shmem:             41564 kB
Slab:             153308 kB
SReclaimable:     126736 kB
SUnreclaim:        26572 kB
KernelStack:        3680 kB
PageTables:        21792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8643388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8181760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 17:18:44