Trace number 4263722

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? 1255.1 346.47699

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-17-19.xml
MD5SUM6bb486b702ae8a5e43f429c3e7fd2e95
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 variables323
Number of constraints23257
Number of domains1
Minimum domain size323
Maximum domain size323
Distribution of domain sizes[{"size":323,"count":323}]
Minimum variable degree290
Maximum variable degree290
Distribution of variable degrees[{"degree":290,"count":323}]
Minimum constraint arity4
Maximum constraint arity323
Distribution of constraint arities[{"arity":4,"count":23256},{"arity":323,"count":1}]
Number of extensional constraints0
Number of intensional constraints23256
Distribution of constraint types[{"type":"intension","count":23256},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263722-1502638003/watcher-4263722-1502638003 -o /tmp/evaluation-result-4263722-1502638003/solver-4263722-1502638003 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21334 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263722-1502638003.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=24596, runsolver pid=24593
Current StackSize limit: 8192 KiB


[startup+0.102159 s]*
/proc/loadavg: 3.32 4.26 4.00 6/205 24602
/proc/meminfo: memFree=23053368/32770624 swapFree=67108860/67108860
[pid=24596] ppid=24593 vsize=9936560 memory=17012 CPUtime=0.01 cores=0,2,4,6
/proc/24596/stat : 24596 (java) S 24593 24596 8289 0 -1 1077944320 3570 0 0 0 1 0 0 0 20 0 6 0 111615486 10175037440 4253 18446744073709551615 4194304 4196468 140722103643072 140722103625616 139692046483191 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
/proc/24596/statm: 2484140 4253 1923 1 0 2473637 0
[pid=24596/tid=24598] ppid=24593 vsize=9936560 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 8289 0 -1 4202560 2285 0 0 0 1 0 0 0 20 0 6 0 111615495 10175037440 4253 18446744073709551615 4194304 4196468 140722103643072 139692050719312 139692031606128 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24599] ppid=24593 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24599/stat : 24599 (java) S 24593 24596 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111615496 10175037440 4253 18446744073709551615 4194304 4196468 140722103643072 139692003449488 139692046493397 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24600] ppid=24593 vsize=9936560 memory=139855234557568 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24600/stat : 24600 (java) S 24593 24596 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111615496 10175037440 4253 18446744073709551615 4194304 4196468 140722103643072 139692002396688 139692046493397 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24601] ppid=24593 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24601/stat : 24601 (java) S 24593 24596 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111615496 10175037440 4253 18446744073709551615 4194304 4196468 140722103643072 139692001343888 139692046493397 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24602] ppid=24593 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24602/stat : 24602 (java) S 24593 24596 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 111615496 10175037440 4253 18446744073709551615 4194304 4196468 140722103643072 139691654043920 139692046493397 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 17012 KiB

[startup+0.210021 s]*
/proc/loadavg: 3.32 4.26 4.00 7/214 24611
/proc/meminfo: memFree=23045292/32770624 swapFree=67108860/67108860
[pid=24596] ppid=24593 vsize=10551156 memory=27496 CPUtime=0.11 cores=0,2,4,6
/proc/24596/stat : 24596 (java) S 24593 24596 8289 0 -1 1077944320 6273 0 0 0 10 1 0 0 20 0 15 0 111615486 10804383744 6874 18446744073709551615 4194304 4196468 140722103643072 140722103625616 139692046483191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
/proc/24596/statm: 2638045 6874 2758 1 0 2627517 0
[pid=24596/tid=24598] ppid=24593 vsize=10552180 memory=7077796292425249400 CPUtime=0.08 cores=0,2,4,6
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 8289 0 -1 4202560 4396 0 0 0 7 1 0 0 20 0 15 0 111615495 10805432320 7071 18446744073709551615 4194304 4196468 140722103643072 139692050671536 139692039162909 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24599] ppid=24593 vsize=10552180 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24599/stat : 24599 (java) S 24593 24596 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111615496 10805432320 7071 18446744073709551615 4194304 4196468 140722103643072 139692003449488 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24600] ppid=24593 vsize=10552180 memory=139855234557568 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24600/stat : 24600 (java) S 24593 24596 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111615496 10805432320 7071 18446744073709551615 4194304 4196468 140722103643072 139692002396688 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24601] ppid=24593 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24601/stat : 24601 (java) S 24593 24596 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111615496 10805432320 7071 18446744073709551615 4194304 4196468 140722103643072 139692001343888 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24602] ppid=24593 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24602/stat : 24602 (java) S 24593 24596 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111615496 10805432320 7071 18446744073709551615 4194304 4196468 140722103643072 139691654043920 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24603] ppid=24593 vsize=10552180 memory=139855234557568 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24603/stat : 24603 (java) S 24593 24596 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111615497 10805432320 7071 18446744073709551615 4194304 4196468 140722103643072 139691610626928 139692046494338 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24604] ppid=24593 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24604/stat : 24604 (java) S 24593 24596 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111615498 10805432320 7071 18446744073709551615 4194304 4196468 140722103643072 139691609572896 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24605] ppid=24593 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24605/stat : 24605 (java) S 24593 24596 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111615498 10805432320 7071 18446744073709551615 4194304 4196468 140722103643072 139691608520048 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24606] ppid=24593 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24606/stat : 24606 (java) S 24593 24596 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111615501 10805432320 7071 18446744073709551615 4194304 4196468 140722103643072 139691607468368 139692046501787 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24607] ppid=24593 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24607/stat : 24607 (java) S 24593 24596 8289 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 111615501 10805432320 7071 18446744073709551615 4194304 4196468 140722103643072 139691606415728 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24608] ppid=24593 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24608/stat : 24608 (java) S 24593 24596 8289 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 111615501 10805432320 7071 18446744073709551615 4194304 4196468 140722103643072 139691605362928 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24609] ppid=24593 vsize=10552180 memory=139855234557568 CPUtime=0.01 cores=0,2,4,6
/proc/24596/task/24609/stat : 24609 (java) S 24593 24596 8289 0 -1 1077944384 283 0 0 0 1 0 0 0 20 0 15 0 111615501 10805432320 7071 18446744073709551615 4194304 4196468 140722103643072 139691604310128 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24610] ppid=24593 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24610/stat : 24610 (java) S 24593 24596 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111615501 10805432320 7071 18446744073709551615 4194304 4196468 140722103643072 139691603257568 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24611] ppid=24593 vsize=10552180 memory=139855234557568 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24611/stat : 24611 (java) S 24593 24596 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111615504 10805432320 7071 18446744073709551615 4194304 4196468 140722103643072 139691602205872 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27496 KiB

[startup+0.310561 s]*
/proc/loadavg: 3.32 4.26 4.00 6/214 24611
/proc/meminfo: memFree=23034396/32770624 swapFree=67108860/67108860
[pid=24596] ppid=24593 vsize=10551156 memory=36768 CPUtime=0.26 cores=0,2,4,6
/proc/24596/stat : 24596 (java) S 24593 24596 8289 0 -1 1077944320 8511 0 0 0 24 2 0 0 20 0 15 0 111615486 10804383744 9192 18446744073709551615 4194304 4196468 140722103643072 140722103625616 139692046483191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
/proc/24596/statm: 2637789 9192 2897 1 0 2627261 0
[pid=24596/tid=24598] ppid=24593 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 8289 0 -1 4202560 6163 0 0 0 16 2 0 0 20 0 15 0 111615495 10804383744 9192 18446744073709551615 4194304 4196468 140722103643072 139692050704080 139692046495126 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24599] ppid=24593 vsize=10551156 memory=1398720917958146503 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24599/stat : 24599 (java) S 24593 24596 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111615496 10804383744 9192 18446744073709551615 4194304 4196468 140722103643072 139692003449488 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24600] ppid=24593 vsize=10551156 memory=139855234564561 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24600/stat : 24600 (java) S 24593 24596 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111615496 10804383744 9192 18446744073709551615 4194304 4196468 140722103643072 139692002396688 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24601] ppid=24593 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24601/stat : 24601 (java) S 24593 24596 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111615496 10804383744 9192 18446744073709551615 4194304 4196468 140722103643072 139692001343888 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24602] ppid=24593 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24602/stat : 24602 (java) S 24593 24596 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111615496 10804383744 9192 18446744073709551615 4194304 4196468 140722103643072 139691654043920 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24603] ppid=24593 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24603/stat : 24603 (java) S 24593 24596 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111615497 10804383744 9192 18446744073709551615 4194304 4196468 140722103643072 139691610626928 139692046494338 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24604] ppid=24593 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24604/stat : 24604 (java) S 24593 24596 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111615498 10804383744 9192 18446744073709551615 4194304 4196468 140722103643072 139691609572896 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24605] ppid=24593 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24605/stat : 24605 (java) S 24593 24596 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111615498 10804383744 9192 18446744073709551615 4194304 4196468 140722103643072 139691608520048 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24606] ppid=24593 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24606/stat : 24606 (java) S 24593 24596 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111615501 10804383744 9192 18446744073709551615 4194304 4196468 140722103643072 139691607468368 139692046501787 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24607] ppid=24593 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/24596/task/24607/stat : 24607 (java) S 24593 24596 8289 0 -1 1077944384 404 0 0 0 1 0 0 0 20 0 15 0 111615501 10804383744 9192 18446744073709551615 4194304 4196468 140722103643072 139691606415728 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24608] ppid=24593 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24608/stat : 24608 (java) S 24593 24596 8289 0 -1 1077944384 184 0 0 0 0 0 0 0 20 0 15 0 111615501 10804383744 9192 18446744073709551615 4194304 4196468 140722103643072 139691605362928 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24609] ppid=24593 vsize=10551156 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/24596/task/24609/stat : 24609 (java) R 24593 24596 8289 0 -1 4202560 392 0 0 0 4 0 0 0 20 0 15 0 111615501 10804383744 9192 18446744073709551615 4194304 4196468 140722103643072 139691604310128 139692025454302 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24610] ppid=24593 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24610/stat : 24610 (java) S 24593 24596 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111615501 10804383744 9192 18446744073709551615 4194304 4196468 140722103643072 139691603257568 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24611] ppid=24593 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24611/stat : 24611 (java) S 24593 24596 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111615504 10804383744 9192 18446744073709551615 4194304 4196468 140722103643072 139691602205872 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36768 KiB

[startup+0.70074 s]
/proc/loadavg: 3.32 4.26 4.00 8/214 24611
/proc/meminfo: memFree=23005932/32770624 swapFree=67108860/67108860
[pid=24596] ppid=24593 vsize=10551232 memory=98368 CPUtime=1.54 cores=0,2,4,6
/proc/24596/stat : 24596 (java) S 24593 24596 8289 0 -1 1077944320 13232 0 0 0 149 5 0 0 20 0 15 0 111615486 10804461568 24592 18446744073709551615 4194304 4196468 140722103643072 140722103625616 139692046483191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
/proc/24596/statm: 2637808 24592 3047 1 0 2627261 0
[pid=24596/tid=24598] ppid=24593 vsize=10551232 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 8289 0 -1 4202560 7356 0 0 0 53 3 0 0 20 0 15 0 111615495 10804461568 24592 18446744073709551615 4194304 4196468 140722103643072 139692050719248 139691683692923 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24599] ppid=24593 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24599/stat : 24599 (java) S 24593 24596 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111615496 10804461568 24592 18446744073709551615 4194304 4196468 140722103643072 139692003449488 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24600] ppid=24593 vsize=10551232 memory=4168 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24600/stat : 24600 (java) S 24593 24596 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111615496 10804461568 24592 18446744073709551615 4194304 4196468 140722103643072 139692002396688 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24601] ppid=24593 vsize=10551232 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24601/stat : 24601 (java) S 24593 24596 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111615496 10804461568 24592 18446744073709551615 4194304 4196468 140722103643072 139692001343888 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24602] ppid=24593 vsize=10551232 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24602/stat : 24602 (java) S 24593 24596 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111615496 10804461568 24592 18446744073709551615 4194304 4196468 140722103643072 139691654043920 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24603] ppid=24593 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24603/stat : 24603 (java) S 24593 24596 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 111615497 10804461568 24592 18446744073709551615 4194304 4196468 140722103643072 139691610626928 139692046494338 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24604] ppid=24593 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24604/stat : 24604 (java) S 24593 24596 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111615498 10804461568 24592 18446744073709551615 4194304 4196468 140722103643072 139691609572896 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24605] ppid=24593 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24605/stat : 24605 (java) S 24593 24596 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111615498 10804461568 24592 18446744073709551615 4194304 4196468 140722103643072 139691608520048 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24606] ppid=24593 vsize=10551232 memory=19265 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24606/stat : 24606 (java) S 24593 24596 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111615501 10804461568 24592 18446744073709551615 4194304 4196468 140722103643072 139691607468368 139692046501787 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24607] ppid=24593 vsize=10551232 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/24596/task/24607/stat : 24607 (java) R 24593 24596 8289 0 -1 4202560 1803 0 0 0 36 0 0 0 20 0 15 0 111615501 10804461568 24592 18446744073709551615 4194304 4196468 140722103643072 139691606405520 139692026137649 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24608] ppid=24593 vsize=10551232 memory=7524859241068090073 CPUtime=0.35 cores=0,2,4,6
/proc/24596/task/24608/stat : 24608 (java) R 24593 24596 8289 0 -1 4202560 1234 0 0 0 35 0 0 0 20 0 15 0 111615501 10804461568 24592 18446744073709551615 4194304 4196468 140722103643072 139691605352720 139692046504538 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24609] ppid=24593 vsize=10551232 memory=6944656592387989600 CPUtime=0.24 cores=0,2,4,6
/proc/24596/task/24609/stat : 24609 (java) S 24593 24596 8289 0 -1 1077944384 1468 0 0 0 24 0 0 0 20 0 15 0 111615501 10804461568 24592 18446744073709551615 4194304 4196468 140722103643072 139691604310128 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24610] ppid=24593 vsize=10551232 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24610/stat : 24610 (java) S 24593 24596 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111615501 10804461568 24592 18446744073709551615 4194304 4196468 140722103643072 139691603257568 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24611] ppid=24593 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24611/stat : 24611 (java) S 24593 24596 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111615504 10804461568 24592 18446744073709551615 4194304 4196468 140722103643072 139691602205872 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 98368 KiB

[startup+1.50081 s]
/proc/loadavg: 3.32 4.26 4.00 8/214 24611
/proc/meminfo: memFree=22874988/32770624 swapFree=67108860/67108860
[pid=24596] ppid=24593 vsize=10551232 memory=371184 CPUtime=4.05 cores=0,2,4,6
/proc/24596/stat : 24596 (java) S 24593 24596 8289 0 -1 1077944320 15135 0 0 0 389 16 0 0 20 0 15 0 111615486 10804461568 92796 18446744073709551615 4194304 4196468 140722103643072 140722103625616 139692046483191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
/proc/24596/statm: 2637808 92796 3101 1 0 2627261 0
[pid=24596/tid=24598] ppid=24593 vsize=10551232 memory=7521689138218221668 CPUtime=1.29 cores=0,2,4,6
/proc/24596/task/24598/stat : 24598 (java) R 24593 24596 8289 0 -1 4202560 7616 0 0 0 123 6 0 0 20 0 15 0 111615495 10804461568 92796 18446744073709551615 4194304 4196468 140722103643072 139692050711776 139691685030967 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24599] ppid=24593 vsize=10551232 memory=7521689138218221668 CPUtime=0.04 cores=0,2,4,6
/proc/24596/task/24599/stat : 24599 (java) S 24593 24596 8289 0 -1 1077944384 29 0 0 0 3 1 0 0 20 0 15 0 111615496 10804461568 92796 18446744073709551615 4194304 4196468 140722103643072 139692003449488 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24600] ppid=24593 vsize=10551232 memory=279710148057088 CPUtime=0.06 cores=0,2,4,6
/proc/24596/task/24600/stat : 24600 (java) S 24593 24596 8289 0 -1 1077944384 135 0 0 0 4 2 0 0 20 0 15 0 111615496 10804461568 92796 18446744073709551615 4194304 4196468 140722103643072 139692002396688 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24601] ppid=24593 vsize=10551232 memory=7666340883539324772 CPUtime=0.06 cores=0,2,4,6
/proc/24596/task/24601/stat : 24601 (java) S 24593 24596 8289 0 -1 1077944384 51 0 0 0 4 2 0 0 20 0 15 0 111615496 10804461568 92796 18446744073709551615 4194304 4196468 140722103643072 139692001343888 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24602] ppid=24593 vsize=10551232 memory=4639924115538006630 CPUtime=0.06 cores=0,2,4,6
/proc/24596/task/24602/stat : 24602 (java) S 24593 24596 8289 0 -1 1077944384 139 0 0 0 4 2 0 0 20 0 15 0 111615496 10804461568 92796 18446744073709551615 4194304 4196468 140722103643072 139691654043920 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24603] ppid=24593 vsize=10551232 memory=4168 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24603/stat : 24603 (java) S 24593 24596 8289 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 111615497 10804461568 92796 18446744073709551615 4194304 4196468 140722103643072 139691610626928 139692046494338 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24604] ppid=24593 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24604/stat : 24604 (java) S 24593 24596 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111615498 10804461568 92796 18446744073709551615 4194304 4196468 140722103643072 139691609572960 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24605] ppid=24593 vsize=10551232 memory=139855074139200 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24605/stat : 24605 (java) S 24593 24596 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 111615498 10804461568 92796 18446744073709551615 4194304 4196468 140722103643072 139691608520064 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24606] ppid=24593 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24606/stat : 24606 (java) S 24593 24596 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111615501 10804461568 92796 18446744073709551615 4194304 4196468 140722103643072 139691607468368 139692046501787 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24607] ppid=24593 vsize=10551232 memory=-8774313645642428999 CPUtime=1.06 cores=0,2,4,6
/proc/24596/task/24607/stat : 24607 (java) S 24593 24596 8289 0 -1 1077944384 1949 0 0 0 106 0 0 0 20 0 15 0 111615501 10804461568 92796 18446744073709551615 4194304 4196468 140722103643072 139691606415728 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24608] ppid=24593 vsize=10551232 memory=0 CPUtime=1.06 cores=0,2,4,6
/proc/24596/task/24608/stat : 24608 (java) S 24593 24596 8289 0 -1 1077944384 1901 0 0 0 106 0 0 0 20 0 15 0 111615501 10804461568 92796 18446744073709551615 4194304 4196468 140722103643072 139691605362928 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24609] ppid=24593 vsize=10551232 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/24596/task/24609/stat : 24609 (java) S 24593 24596 8289 0 -1 1077944384 1743 0 0 0 35 0 0 0 20 0 15 0 111615501 10804461568 92796 18446744073709551615 4194304 4196468 140722103643072 139691604310128 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24610] ppid=24593 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24610/stat : 24610 (java) S 24593 24596 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111615501 10804461568 92796 18446744073709551615 4194304 4196468 140722103643072 139691603257568 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24611] ppid=24593 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24611/stat : 24611 (java) S 24593 24596 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111615504 10804461568 92796 18446744073709551615 4194304 4196468 140722103643072 139691602205872 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
Current children cumulated CPU time: 4.05 s
Current children cumulated vsize: 10551232 KiB

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

[pid=24596/tid=24599] ppid=24593 vsize=10686560 memory=4872558044660077418 CPUtime=301.7 cores=0,2,4,6
/proc/24596/task/24599/stat : 24599 (java) R 24593 24596 8289 0 -1 4202560 67670 0 0 0 30033 137 0 0 20 0 17 0 111615496 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139692003449688 139692031183091 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24600] ppid=24593 vsize=10686560 memory=1228 CPUtime=300.6 cores=0,2,4,6
/proc/24596/task/24600/stat : 24600 (java) S 24593 24596 8289 0 -1 1077944384 54624 0 0 0 29913 147 0 0 20 0 17 0 111615496 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139692002396496 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24601] ppid=24593 vsize=10686560 memory=4168 CPUtime=300.73 cores=0,2,4,6
/proc/24596/task/24601/stat : 24601 (java) R 24593 24596 8289 0 -1 4202560 57971 0 0 0 29909 164 0 0 20 0 17 0 111615496 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139692001343696 139692039111399 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24602] ppid=24593 vsize=10686560 memory=54020 CPUtime=301.24 cores=0,2,4,6
/proc/24596/task/24602/stat : 24602 (java) R 24593 24596 8289 0 -1 4202560 73045 0 0 0 29983 141 0 0 20 0 17 0 111615496 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691654043728 139692029866226 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24603] ppid=24593 vsize=10686560 memory=-8774313645642428999 CPUtime=25.79 cores=0,2,4,6
/proc/24596/task/24603/stat : 24603 (java) S 24593 24596 8289 0 -1 1077944384 59905 0 0 0 2573 6 0 0 20 0 17 0 111615497 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691610625472 139692046493397 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24604] ppid=24593 vsize=10686560 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24604/stat : 24604 (java) S 24593 24596 8289 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 111615498 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691609572960 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24605] ppid=24593 vsize=10686560 memory=792 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24605/stat : 24605 (java) S 24593 24596 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111615498 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691608520064 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24606] ppid=24593 vsize=10686560 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24606/stat : 24606 (java) S 24593 24596 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111615501 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691607468368 139692046501787 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24607] ppid=24593 vsize=10686560 memory=1228 CPUtime=1.21 cores=0,2,4,6
/proc/24596/task/24607/stat : 24607 (java) S 24593 24596 8289 0 -1 1077944384 3960 0 0 0 120 1 0 0 20 0 17 0 111615501 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691606415776 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24608] ppid=24593 vsize=10686560 memory=14356 CPUtime=1.18 cores=0,2,4,6
/proc/24596/task/24608/stat : 24608 (java) S 24593 24596 8289 0 -1 1077944384 3573 0 0 0 118 0 0 0 20 0 17 0 111615501 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691605362688 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24609] ppid=24593 vsize=10686560 memory=1008 CPUtime=0.47 cores=0,2,4,6
/proc/24596/task/24609/stat : 24609 (java) S 24593 24596 8289 0 -1 1077944384 4379 0 0 0 47 0 0 0 20 0 17 0 111615501 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691604310176 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24610] ppid=24593 vsize=10686560 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24610/stat : 24610 (java) S 24593 24596 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111615501 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691603257568 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24611] ppid=24593 vsize=10686560 memory=11136 CPUtime=0.18 cores=0,2,4,6
/proc/24596/task/24611/stat : 24611 (java) S 24593 24596 8289 0 -1 1077944384 327 0 0 0 13 5 0 0 20 0 17 0 111615504 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691602205872 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24701] ppid=24593 vsize=10686560 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24701/stat : 24701 (java) S 24593 24596 8289 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 111649163 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691599054176 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24702] ppid=24593 vsize=10686560 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24702/stat : 24702 (java) S 24593 24596 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 111649163 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691598000832 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
Current children cumulated CPU time: 1247.81 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8189876 KiB

[startup+345.601 s]
/proc/loadavg: 5.79 6.13 4.99 6/216 24703
/proc/meminfo: memFree=22926968/32770624 swapFree=67108860/67108860
[pid=24596] ppid=24593 vsize=10686560 memory=8189876 CPUtime=1253.98 cores=0,2,4,6
/proc/24596/stat : 24596 (java) S 24593 24596 8289 0 -1 1077944320 343312 0 0 0 124780 618 0 0 20 0 17 0 111615486 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 140722103625616 139692046483191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
/proc/24596/statm: 2671640 2047469 3166 1 0 2661055 0
[pid=24596/tid=24598] ppid=24593 vsize=10686560 memory=14356 CPUtime=14.61 cores=0,2,4,6
/proc/24596/task/24598/stat : 24598 (java) S 24593 24596 8289 0 -1 1077944384 16447 0 0 0 1447 14 0 0 20 0 17 0 111615495 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139692050723872 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24599] ppid=24593 vsize=10686560 memory=1008 CPUtime=303.27 cores=0,2,4,6
/proc/24596/task/24599/stat : 24599 (java) R 24593 24596 8289 0 -1 4202560 67670 0 0 0 30190 137 0 0 20 0 17 0 111615496 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139692003449688 139692031479606 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24600] ppid=24593 vsize=10686560 memory=2012 CPUtime=302.14 cores=0,2,4,6
/proc/24596/task/24600/stat : 24600 (java) R 24593 24596 8289 0 -1 4202560 54624 0 0 0 30066 148 0 0 20 0 17 0 111615496 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139692002396496 139692039111399 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24601] ppid=24593 vsize=10686560 memory=11136 CPUtime=302.26 cores=0,2,4,6
/proc/24596/task/24601/stat : 24601 (java) R 24593 24596 8289 0 -1 4202560 57971 0 0 0 30062 164 0 0 20 0 17 0 111615496 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139692001343696 139692039111399 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24602] ppid=24593 vsize=10686560 memory=5788 CPUtime=302.77 cores=0,2,4,6
/proc/24596/task/24602/stat : 24602 (java) R 24593 24596 8289 0 -1 4202560 73045 0 0 0 30136 141 0 0 20 0 17 0 111615496 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691654043728 139692039111399 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24603] ppid=24593 vsize=10686560 memory=4612 CPUtime=25.79 cores=0,2,4,6
/proc/24596/task/24603/stat : 24603 (java) S 24593 24596 8289 0 -1 1077944384 59905 0 0 0 2573 6 0 0 20 0 17 0 111615497 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691610625472 139692046493397 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24604] ppid=24593 vsize=10686560 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24604/stat : 24604 (java) S 24593 24596 8289 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 111615498 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691609572960 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24605] ppid=24593 vsize=10686560 memory=33200 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24605/stat : 24605 (java) S 24593 24596 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111615498 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691608520064 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24606] ppid=24593 vsize=10686560 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24606/stat : 24606 (java) S 24593 24596 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111615501 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691607468368 139692046501787 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24607] ppid=24593 vsize=10686560 memory=640 CPUtime=1.21 cores=0,2,4,6
/proc/24596/task/24607/stat : 24607 (java) S 24593 24596 8289 0 -1 1077944384 3960 0 0 0 120 1 0 0 20 0 17 0 111615501 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691606415776 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24608] ppid=24593 vsize=10686560 memory=8188976 CPUtime=1.18 cores=0,2,4,6
/proc/24596/task/24608/stat : 24608 (java) S 24593 24596 8289 0 -1 1077944384 3573 0 0 0 118 0 0 0 20 0 17 0 111615501 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691605362688 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24609] ppid=24593 vsize=10686560 memory=8188976 CPUtime=0.47 cores=0,2,4,6
/proc/24596/task/24609/stat : 24609 (java) S 24593 24596 8289 0 -1 1077944384 4379 0 0 0 47 0 0 0 20 0 17 0 111615501 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691604310176 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24610] ppid=24593 vsize=10686560 memory=8188976 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24610/stat : 24610 (java) S 24593 24596 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111615501 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691603257568 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24611] ppid=24593 vsize=10686560 memory=1436 CPUtime=0.18 cores=0,2,4,6
/proc/24596/task/24611/stat : 24611 (java) S 24593 24596 8289 0 -1 1077944384 327 0 0 0 13 5 0 0 20 0 17 0 111615504 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691602205872 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24701] ppid=24593 vsize=10686560 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24701/stat : 24701 (java) S 24593 24596 8289 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 111649163 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691599054176 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24702] ppid=24593 vsize=10686560 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24702/stat : 24702 (java) S 24593 24596 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 111649163 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691598000832 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
Current children cumulated CPU time: 1253.98 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8189876 KiB

[startup+346.001 s]*
/proc/loadavg: 5.79 6.13 4.99 3/216 24703
/proc/meminfo: memFree=22926968/32770624 swapFree=67108860/67108860
[pid=24596] ppid=24593 vsize=10686560 memory=8189876 CPUtime=1254.62 cores=0,2,4,6
/proc/24596/stat : 24596 (java) S 24593 24596 8289 0 -1 1077944320 343344 0 0 0 124844 618 0 0 20 0 17 0 111615486 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 140722103625616 139692046483191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
/proc/24596/statm: 2671640 2047469 3166 1 0 2661055 0
[pid=24596/tid=24598] ppid=24593 vsize=10686560 memory=8189868 CPUtime=14.61 cores=0,2,4,6
/proc/24596/task/24598/stat : 24598 (java) S 24593 24596 8289 0 -1 1077944384 16447 0 0 0 1447 14 0 0 20 0 17 0 111615495 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139692050723872 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24599] ppid=24593 vsize=10686560 memory=8189868 CPUtime=303.35 cores=0,2,4,6
/proc/24596/task/24599/stat : 24599 (java) S 24593 24596 8289 0 -1 1077944384 67702 0 0 0 30198 137 0 0 20 0 17 0 111615496 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139692003449488 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24600] ppid=24593 vsize=10686560 memory=15825482134324680 CPUtime=302.21 cores=0,2,4,6
/proc/24596/task/24600/stat : 24600 (java) S 24593 24596 8289 0 -1 1077944384 54624 0 0 0 30073 148 0 0 20 0 17 0 111615496 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139692002396688 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24601] ppid=24593 vsize=10686560 memory=4872558044660077418 CPUtime=302.34 cores=0,2,4,6
/proc/24596/task/24601/stat : 24601 (java) S 24593 24596 8289 0 -1 1077944384 57971 0 0 0 30070 164 0 0 20 0 17 0 111615496 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139692001343888 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24602] ppid=24593 vsize=10686560 memory=4168 CPUtime=302.85 cores=0,2,4,6
/proc/24596/task/24602/stat : 24602 (java) S 24593 24596 8289 0 -1 1077944384 73045 0 0 0 30144 141 0 0 20 0 17 0 111615496 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691654043920 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24603] ppid=24593 vsize=10686560 memory=18484 CPUtime=26.12 cores=0,2,4,6
/proc/24596/task/24603/stat : 24603 (java) R 24593 24596 8289 0 -1 4202560 59905 0 0 0 2606 6 0 0 20 0 17 0 111615497 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691610625360 139692031479595 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24604] ppid=24593 vsize=10686560 memory=3912 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24604/stat : 24604 (java) S 24593 24596 8289 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 111615498 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691609572960 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24605] ppid=24593 vsize=10686560 memory=3516 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24605/stat : 24605 (java) S 24593 24596 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111615498 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691608520064 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24606] ppid=24593 vsize=10686560 memory=3044 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24606/stat : 24606 (java) S 24593 24596 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111615501 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691607468368 139692046501787 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24607] ppid=24593 vsize=10686560 memory=4288 CPUtime=1.21 cores=0,2,4,6
/proc/24596/task/24607/stat : 24607 (java) S 24593 24596 8289 0 -1 1077944384 3960 0 0 0 120 1 0 0 20 0 17 0 111615501 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691606415776 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24608] ppid=24593 vsize=10686560 memory=4168 CPUtime=1.18 cores=0,2,4,6
/proc/24596/task/24608/stat : 24608 (java) S 24593 24596 8289 0 -1 1077944384 3573 0 0 0 118 0 0 0 20 0 17 0 111615501 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691605362688 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24609] ppid=24593 vsize=10686560 memory=54020 CPUtime=0.47 cores=0,2,4,6
/proc/24596/task/24609/stat : 24609 (java) S 24593 24596 8289 0 -1 1077944384 4379 0 0 0 47 0 0 0 20 0 17 0 111615501 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691604310176 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24610] ppid=24593 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24610/stat : 24610 (java) S 24593 24596 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111615501 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691603257568 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24611] ppid=24593 vsize=10686560 memory=4872558044660077418 CPUtime=0.18 cores=0,2,4,6
/proc/24596/task/24611/stat : 24611 (java) S 24593 24596 8289 0 -1 1077944384 327 0 0 0 13 5 0 0 20 0 17 0 111615504 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691602205872 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24701] ppid=24593 vsize=10686560 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24701/stat : 24701 (java) S 24593 24596 8289 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 111649163 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691599054176 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24702] ppid=24593 vsize=10686560 memory=11136 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24702/stat : 24702 (java) S 24593 24596 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 111649163 10943037440 2047469 18446744073709551615 4194304 4196468 140722103643072 139691598000832 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
Current children cumulated CPU time: 1254.62 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8189876 KiB

[startup+346.401 s]
/proc/loadavg: 5.79 6.13 4.99 3/216 24703
/proc/meminfo: memFree=22926968/32770624 swapFree=67108860/67108860
[pid=24596] ppid=24593 vsize=10686560 memory=8189880 CPUtime=1255.01 cores=0,2,4,6
/proc/24596/stat : 24596 (java) S 24593 24596 8289 0 -1 1077944320 343545 0 0 0 124883 618 0 0 20 0 17 0 111615486 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 140722103625616 139692046483191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
/proc/24596/statm: 2671640 2047470 3166 1 0 2661055 0
[pid=24596/tid=24598] ppid=24593 vsize=10686560 memory=792 CPUtime=14.61 cores=0,2,4,6
/proc/24596/task/24598/stat : 24598 (java) S 24593 24596 8289 0 -1 1077944384 16447 0 0 0 1447 14 0 0 20 0 17 0 111615495 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 139692050723872 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24599] ppid=24593 vsize=10686560 memory=4168 CPUtime=303.35 cores=0,2,4,6
/proc/24596/task/24599/stat : 24599 (java) S 24593 24596 8289 0 -1 1077944384 67702 0 0 0 30198 137 0 0 20 0 17 0 111615496 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 139692003449488 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24600] ppid=24593 vsize=10686560 memory=54020 CPUtime=302.21 cores=0,2,4,6
/proc/24596/task/24600/stat : 24600 (java) S 24593 24596 8289 0 -1 1077944384 54624 0 0 0 30073 148 0 0 20 0 17 0 111615496 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 139692002396688 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24601] ppid=24593 vsize=10686560 memory=1296 CPUtime=302.34 cores=0,2,4,6
/proc/24596/task/24601/stat : 24601 (java) S 24593 24596 8289 0 -1 1077944384 57971 0 0 0 30070 164 0 0 20 0 17 0 111615496 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 139692001343888 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24602] ppid=24593 vsize=10686560 memory=8189876 CPUtime=302.85 cores=0,2,4,6
/proc/24596/task/24602/stat : 24602 (java) S 24593 24596 8289 0 -1 1077944384 73045 0 0 0 30144 141 0 0 20 0 17 0 111615496 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 139691654043920 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24603] ppid=24593 vsize=10686560 memory=15876 CPUtime=26.51 cores=0,2,4,6
/proc/24596/task/24603/stat : 24603 (java) R 24593 24596 8289 0 -1 4202560 60106 0 0 0 2645 6 0 0 20 0 17 0 111615497 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 139691610625360 139692024853371 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24604] ppid=24593 vsize=10686560 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24604/stat : 24604 (java) S 24593 24596 8289 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 111615498 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 139691609572960 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24605] ppid=24593 vsize=10686560 memory=8188972 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24605/stat : 24605 (java) S 24593 24596 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111615498 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 139691608520064 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24606] ppid=24593 vsize=10686560 memory=2440 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24606/stat : 24606 (java) S 24593 24596 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111615501 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 139691607468368 139692046501787 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24607] ppid=24593 vsize=10686560 memory=1724 CPUtime=1.21 cores=0,2,4,6
/proc/24596/task/24607/stat : 24607 (java) S 24593 24596 8289 0 -1 1077944384 3960 0 0 0 120 1 0 0 20 0 17 0 111615501 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 139691606415776 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24608] ppid=24593 vsize=10686560 memory=-8774313645642428999 CPUtime=1.18 cores=0,2,4,6
/proc/24596/task/24608/stat : 24608 (java) S 24593 24596 8289 0 -1 1077944384 3573 0 0 0 118 0 0 0 20 0 17 0 111615501 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 139691605362688 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24609] ppid=24593 vsize=10686560 memory=956 CPUtime=0.47 cores=0,2,4,6
/proc/24596/task/24609/stat : 24609 (java) S 24593 24596 8289 0 -1 1077944384 4379 0 0 0 47 0 0 0 20 0 17 0 111615501 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 139691604310176 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24610] ppid=24593 vsize=10686560 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24610/stat : 24610 (java) S 24593 24596 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111615501 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 139691603257568 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24611] ppid=24593 vsize=10686560 memory=4288 CPUtime=0.18 cores=0,2,4,6
/proc/24596/task/24611/stat : 24611 (java) S 24593 24596 8289 0 -1 1077944384 327 0 0 0 13 5 0 0 20 0 17 0 111615504 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 139691602205872 139692046494338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24701] ppid=24593 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24701/stat : 24701 (java) S 24593 24596 8289 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 111649163 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 139691599054176 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
[pid=24596/tid=24702] ppid=24593 vsize=10686560 memory=8189868 CPUtime=0 cores=0,2,4,6
/proc/24596/task/24702/stat : 24702 (java) S 24593 24596 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 111649163 10943037440 2047470 18446744073709551615 4194304 4196468 140722103643072 139691598000832 139692046493397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722103648656 140722103648809 140722103648809 140722103652303 0
Current children cumulated CPU time: 1255.01 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8189880 KiB

Child status: 0
Real time (s): 346.477
CPU time (s): 1255.1
CPU user time (s): 1248.87
CPU system time (s): 6.22396
CPU usage (%): 362.245
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8189880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1248.87
system time used= 6.22396
maximum resident set size= 8190172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 343613
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= 14801
involuntary context switches= 22314


# summary of solver processes directly reported to runsolver:
#   pid: 24596
#   total CPU time (s): 1255.1
#   total CPU user time (s): 1248.87
#   total CPU system time (s): 6.22396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.10287 second user time and 3.45354 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 17:12:35
IDJOB=4263722
IDBENCH=139754
IDSOLVER=2651
FILE ID=node133/4263722-1502638003
RUNJOBID= node133-1502619490-21334
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-17-19.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263722-1502638003/watcher-4263722-1502638003 -o /tmp/evaluation-result-4263722-1502638003/solver-4263722-1502638003 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21334 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263722-1502638003.xml

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

MD5SUM BENCH= 6bb486b702ae8a5e43f429c3e7fd2e95
RANDOM SEED=1684892519

node133.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.17
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.17
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.17
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.17
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:        23060908 kB
MemAvailable:   23653004 kB
Buffers:          234248 kB
Cached:           653044 kB
SwapCached:            0 kB
Active:          9067024 kB
Inactive:         179968 kB
Active(anon):    8300592 kB
Inactive(anon):   100820 kB
Active(file):     766432 kB
Inactive(file):    79148 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2552 kB
Writeback:             4 kB
AnonPages:       8359284 kB
Mapped:            68108 kB
Shmem:             41660 kB
Slab:             151852 kB
SReclaimable:     124700 kB
SUnreclaim:        27152 kB
KernelStack:        3488 kB
PageTables:        21272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8642612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7743488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

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