Trace number 4263724

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? 1404.0699 384.68201

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-28-30.xml
MD5SUMee8f46aa30558cd8981f6f6871151079
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2520.8999
Satisfiable
(Un)Satisfiability was proved
Number of variables840
Number of constraints164431
Number of domains1
Minimum domain size840
Maximum domain size840
Distribution of domain sizes[{"size":840,"count":840}]
Minimum variable degree785
Maximum variable degree785
Distribution of variable degrees[{"degree":785,"count":840}]
Minimum constraint arity4
Maximum constraint arity840
Distribution of constraint arities[{"arity":4,"count":164430},{"arity":840,"count":1}]
Number of extensional constraints0
Number of intensional constraints164430
Distribution of constraint types[{"type":"intension","count":164430},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263724-1502638010/watcher-4263724-1502638010 -o /tmp/evaluation-result-4263724-1502638010/solver-4263724-1502638010 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31952 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263724-1502638010.xml 

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

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

solver pid=3198, runsolver pid=3195

[startup+0.100089 s]*
/proc/loadavg: 7.47 6.01 5.09 6/210 3206
/proc/meminfo: memFree=22648532/32770624 swapFree=67108860/67108860
[pid=3198] ppid=3195 vsize=10151672 memory=17176 CPUtime=0.02 cores=1,3,5,7
/proc/3198/stat : 3198 (java) S 3195 3198 12395 0 -1 1077944320 4188 0 0 0 2 0 0 0 20 0 9 0 105712308 10395312128 4294 18446744073709551615 4194304 4196468 140730579088640 140730579071184 140085421420279 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
/proc/3198/statm: 2537918 4294 2111 1 0 2527415 0
[pid=3198/tid=3200] ppid=3195 vsize=10151672 memory=-7174084197762691781 CPUtime=0.02 cores=1,3,5,7
/proc/3198/task/3200/stat : 3200 (java) R 3195 3198 12395 0 -1 4202560 2861 0 0 0 2 0 0 0 20 0 9 0 105712315 10395312128 4360 18446744073709551615 4194304 4196468 140730579088640 140085425656424 140085405500766 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3201] ppid=3195 vsize=10151672 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3201/stat : 3201 (java) S 3195 3198 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 105712316 10395312128 4360 18446744073709551615 4194304 4196468 140730579088640 140085393262992 140085421430485 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3202] ppid=3195 vsize=10151672 memory=139668660172416 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3202/stat : 3202 (java) S 3195 3198 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 105712316 10395312128 4360 18446744073709551615 4194304 4196468 140730579088640 140085031328016 140085421430485 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3203] ppid=3195 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3203/stat : 3203 (java) S 3195 3198 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 105712316 10395312128 4360 18446744073709551615 4194304 4196468 140730579088640 140085030275728 140085421430485 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3204] ppid=3195 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3204/stat : 3204 (java) S 3195 3198 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 105712316 10395312128 4360 18446744073709551615 4194304 4196468 140730579088640 140085029222928 140085421430485 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3205] ppid=3195 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3205/stat : 3205 (java) S 3195 3198 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 105712317 10395312128 4360 18446744073709551615 4194304 4196468 140730579088640 140084783327856 140085421431426 0 0 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3206] ppid=3195 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3206/stat : 3206 (java) S 3195 3198 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 105712318 10395312128 4360 18446744073709551615 4194304 4196468 140730579088640 140084782273824 140085421430485 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3207] ppid=3195 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3207/stat : 3207 (java) S 3195 3198 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 105712318 10395312128 4360 18446744073709551615 4194304 4196468 140730579088640 140084781221552 140085421430485 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 17176 KiB

[startup+0.214232 s]*
/proc/loadavg: 7.47 6.01 5.09 6/217 3213
/proc/meminfo: memFree=22635452/32770624 swapFree=67108860/67108860
[pid=3198] ppid=3195 vsize=10551156 memory=31144 CPUtime=0.14 cores=1,3,5,7
/proc/3198/stat : 3198 (java) S 3195 3198 12395 0 -1 1077944320 7934 0 0 0 12 2 0 0 20 0 15 0 105712308 10804383744 7786 18446744073709551615 4194304 4196468 140730579088640 140730579071184 140085421420279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
/proc/3198/statm: 2637789 7786 2797 1 0 2627261 0
[pid=3198/tid=3200] ppid=3195 vsize=10551156 memory=-7174084197762691781 CPUtime=0.1 cores=1,3,5,7
/proc/3198/task/3200/stat : 3200 (java) R 3195 3198 12395 0 -1 4202560 5779 0 0 0 9 1 0 0 20 0 15 0 105712315 10804383744 7786 18446744073709551615 4194304 4196468 140730579088640 140085425645344 140085421432214 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3201] ppid=3195 vsize=10551156 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3201/stat : 3201 (java) S 3195 3198 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105712316 10804383744 7786 18446744073709551615 4194304 4196468 140730579088640 140085393262992 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3202] ppid=3195 vsize=10551156 memory=139668660172416 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3202/stat : 3202 (java) S 3195 3198 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105712316 10804383744 7786 18446744073709551615 4194304 4196468 140730579088640 140085031328016 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3203] ppid=3195 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3203/stat : 3203 (java) S 3195 3198 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105712316 10804383744 7786 18446744073709551615 4194304 4196468 140730579088640 140085030275728 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3204] ppid=3195 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3204/stat : 3204 (java) S 3195 3198 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105712316 10804383744 7786 18446744073709551615 4194304 4196468 140730579088640 140085029222928 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3205] ppid=3195 vsize=10551156 memory=139668660172416 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3205/stat : 3205 (java) S 3195 3198 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105712317 10804383744 7786 18446744073709551615 4194304 4196468 140730579088640 140084783327856 140085421431426 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3206] ppid=3195 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3206/stat : 3206 (java) S 3195 3198 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105712318 10804383744 7786 18446744073709551615 4194304 4196468 140730579088640 140084782273824 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3207] ppid=3195 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3207/stat : 3207 (java) S 3195 3198 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105712318 10804383744 7786 18446744073709551615 4194304 4196468 140730579088640 140084781221488 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3208] ppid=3195 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3208/stat : 3208 (java) S 3195 3198 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105712320 10804383744 7786 18446744073709551615 4194304 4196468 140730579088640 140084780169808 140085421438875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3209] ppid=3195 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3209/stat : 3209 (java) S 3195 3198 12395 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 105712320 10804383744 7786 18446744073709551615 4194304 4196468 140730579088640 140084779116656 140085421431426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3210] ppid=3195 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3210/stat : 3210 (java) S 3195 3198 12395 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 105712320 10804383744 7786 18446744073709551615 4194304 4196468 140730579088640 140084778063856 140085421431426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3211] ppid=3195 vsize=10551156 memory=139668660172416 CPUtime=0.02 cores=1,3,5,7
/proc/3198/task/3211/stat : 3211 (java) R 3195 3198 12395 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 105712320 10804383744 7786 18446744073709551615 4194304 4196468 140730579088640 140084777011568 140085421441626 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3212] ppid=3195 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3212/stat : 3212 (java) S 3195 3198 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105712321 10804383744 7786 18446744073709551615 4194304 4196468 140730579088640 140084775959008 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3213] ppid=3195 vsize=10551156 memory=139668660172416 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3213/stat : 3213 (java) S 3195 3198 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105712324 10804383744 7786 18446744073709551615 4194304 4196468 140730579088640 140084774906800 140085421431426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31144 KiB

[startup+0.310521 s]*
/proc/loadavg: 7.47 6.01 5.09 7/217 3213
/proc/meminfo: memFree=22630072/32770624 swapFree=67108860/67108860
[pid=3198] ppid=3195 vsize=10551156 memory=39436 CPUtime=0.3 cores=1,3,5,7
/proc/3198/stat : 3198 (java) S 3195 3198 12395 0 -1 1077944320 9106 0 0 0 27 3 0 0 20 0 15 0 105712308 10804383744 9859 18446744073709551615 4194304 4196468 140730579088640 140730579071184 140085421420279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
/proc/3198/statm: 2637789 9859 2937 1 0 2627261 0
[pid=3198/tid=3200] ppid=3195 vsize=10551156 memory=6933928925625698159 CPUtime=0.2 cores=1,3,5,7
/proc/3198/task/3200/stat : 3200 (java) R 3195 3198 12395 0 -1 4202560 6222 0 0 0 18 2 0 0 20 0 15 0 105712315 10804383744 9859 18446744073709551615 4194304 4196468 140730579088640 140085425656368 140085061889703 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3201] ppid=3195 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3201/stat : 3201 (java) S 3195 3198 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105712316 10804383744 9859 18446744073709551615 4194304 4196468 140730579088640 140085393262992 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3202] ppid=3195 vsize=10551156 memory=7584161405406717587 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3202/stat : 3202 (java) S 3195 3198 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105712316 10804383744 9859 18446744073709551615 4194304 4196468 140730579088640 140085031328016 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3203] ppid=3195 vsize=10551156 memory=7682744562830902035 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3203/stat : 3203 (java) S 3195 3198 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105712316 10804383744 9859 18446744073709551615 4194304 4196468 140730579088640 140085030275728 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3204] ppid=3195 vsize=10551156 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3204/stat : 3204 (java) S 3195 3198 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105712316 10804383744 9859 18446744073709551615 4194304 4196468 140730579088640 140085029222928 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3205] ppid=3195 vsize=10551156 memory=7100839852926015589 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3205/stat : 3205 (java) S 3195 3198 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105712317 10804383744 9859 18446744073709551615 4194304 4196468 140730579088640 140084783327856 140085421431426 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3206] ppid=3195 vsize=10551156 memory=-8102431393132624720 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3206/stat : 3206 (java) S 3195 3198 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105712318 10804383744 9859 18446744073709551615 4194304 4196468 140730579088640 140084782273824 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3207] ppid=3195 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3207/stat : 3207 (java) S 3195 3198 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105712318 10804383744 9859 18446744073709551615 4194304 4196468 140730579088640 140084781221488 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3208] ppid=3195 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3208/stat : 3208 (java) S 3195 3198 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105712320 10804383744 9859 18446744073709551615 4194304 4196468 140730579088640 140084780169808 140085421438875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3209] ppid=3195 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3198/task/3209/stat : 3209 (java) R 3195 3198 12395 0 -1 4202560 623 0 0 0 2 0 0 0 20 0 15 0 105712320 10804383744 9859 18446744073709551615 4194304 4196468 140730579088640 140084779106576 140085400666672 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3210] ppid=3195 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3198/task/3210/stat : 3210 (java) R 3195 3198 12395 0 -1 1077944384 149 0 0 0 1 0 0 0 20 0 15 0 105712320 10804383744 9859 18446744073709551615 4194304 4196468 140730579088640 140084778063856 140085421431426 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3211] ppid=3195 vsize=10551156 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/3198/task/3211/stat : 3211 (java) R 3195 3198 12395 0 -1 4202560 749 0 0 0 6 0 0 0 20 0 15 0 105712320 10804383744 9859 18446744073709551615 4194304 4196468 140730579088640 140084777008504 140085413657406 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3212] ppid=3195 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3212/stat : 3212 (java) S 3195 3198 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105712321 10804383744 9859 18446744073709551615 4194304 4196468 140730579088640 140084775959008 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3213] ppid=3195 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3213/stat : 3213 (java) S 3195 3198 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105712324 10804383744 9859 18446744073709551615 4194304 4196468 140730579088640 140084774906800 140085421431426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39436 KiB

[startup+0.70071 s]
/proc/loadavg: 7.47 6.01 5.09 8/217 3213
/proc/meminfo: memFree=22581104/32770624 swapFree=67108860/67108860
[pid=3198] ppid=3195 vsize=10551232 memory=148908 CPUtime=1.21 cores=1,3,5,7
/proc/3198/stat : 3198 (java) S 3195 3198 12395 0 -1 1077944320 12616 0 0 0 116 5 0 0 20 0 15 0 105712308 10804461568 37227 18446744073709551615 4194304 4196468 140730579088640 140730579071184 140085421420279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
/proc/3198/statm: 2637808 37227 3032 1 0 2627261 0
[pid=3198/tid=3200] ppid=3195 vsize=10551232 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/3198/task/3200/stat : 3200 (java) R 3195 3198 12395 0 -1 4202560 7331 0 0 0 54 4 0 0 20 0 15 0 105712315 10804461568 37227 18446744073709551615 4194304 4196468 140730579088640 140085425651472 140085421442205 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3201] ppid=3195 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3201/stat : 3201 (java) S 3195 3198 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105712316 10804461568 37227 18446744073709551615 4194304 4196468 140730579088640 140085393262992 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3202] ppid=3195 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3202/stat : 3202 (java) S 3195 3198 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105712316 10804461568 37227 18446744073709551615 4194304 4196468 140730579088640 140085031328016 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3203] ppid=3195 vsize=10551232 memory=13 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3203/stat : 3203 (java) S 3195 3198 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105712316 10804461568 37227 18446744073709551615 4194304 4196468 140730579088640 140085030275728 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3204] ppid=3195 vsize=10551232 memory=2 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3204/stat : 3204 (java) S 3195 3198 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105712316 10804461568 37227 18446744073709551615 4194304 4196468 140730579088640 140085029222928 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3205] ppid=3195 vsize=10551232 memory=8320808402719682870 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3205/stat : 3205 (java) S 3195 3198 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105712317 10804461568 37227 18446744073709551615 4194304 4196468 140730579088640 140084783327856 140085421431426 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3206] ppid=3195 vsize=10551232 memory=7079770014526690664 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3206/stat : 3206 (java) S 3195 3198 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105712318 10804461568 37227 18446744073709551615 4194304 4196468 140730579088640 140084782273824 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3207] ppid=3195 vsize=10551232 memory=6440526044203406950 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3207/stat : 3207 (java) S 3195 3198 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105712318 10804461568 37227 18446744073709551615 4194304 4196468 140730579088640 140084781221488 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3208] ppid=3195 vsize=10551232 memory=-7970089902420485312 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3208/stat : 3208 (java) S 3195 3198 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105712320 10804461568 37227 18446744073709551615 4194304 4196468 140730579088640 140084780169808 140085421438875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3209] ppid=3195 vsize=10551232 memory=-8412656567318647667 CPUtime=0.24 cores=1,3,5,7
/proc/3198/task/3209/stat : 3209 (java) S 3195 3198 12395 0 -1 1077944384 1674 0 0 0 24 0 0 0 20 0 15 0 105712320 10804461568 37227 18446744073709551615 4194304 4196468 140730579088640 140084779116656 140085421431426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3210] ppid=3195 vsize=10551232 memory=-7240599211820661557 CPUtime=0.23 cores=1,3,5,7
/proc/3198/task/3210/stat : 3210 (java) S 3195 3198 12395 0 -1 1077944384 1042 0 0 0 23 0 0 0 20 0 15 0 105712320 10804461568 37227 18446744073709551615 4194304 4196468 140730579088640 140084778063856 140085421431426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3211] ppid=3195 vsize=10551232 memory=6944652177228980320 CPUtime=0.14 cores=1,3,5,7
/proc/3198/task/3211/stat : 3211 (java) R 3195 3198 12395 0 -1 4202560 1198 0 0 0 14 0 0 0 20 0 15 0 105712320 10804461568 37227 18446744073709551615 4194304 4196468 140730579088640 140084777011568 140085421432214 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3212] ppid=3195 vsize=10551232 memory=139668660176577 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3212/stat : 3212 (java) S 3195 3198 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105712321 10804461568 37227 18446744073709551615 4194304 4196468 140730579088640 140084775959008 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3213] ppid=3195 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3213/stat : 3213 (java) S 3195 3198 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105712324 10804461568 37227 18446744073709551615 4194304 4196468 140730579088640 140084774906800 140085421431426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 148908 KiB

[startup+1.50075 s]
/proc/loadavg: 7.47 6.01 5.09 8/217 3213
/proc/meminfo: memFree=22376112/32770624 swapFree=67108860/67108860
[pid=3198] ppid=3195 vsize=10551232 memory=461640 CPUtime=3.72 cores=1,3,5,7
/proc/3198/stat : 3198 (java) S 3195 3198 12395 0 -1 1077944320 16974 0 0 0 344 28 0 0 20 0 15 0 105712308 10804461568 115410 18446744073709551615 4194304 4196468 140730579088640 140730579071184 140085421420279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
/proc/3198/statm: 2637808 115410 3090 1 0 2627261 0
[pid=3198/tid=3200] ppid=3195 vsize=10551232 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/3198/task/3200/stat : 3200 (java) R 3195 3198 12395 0 -1 4202560 7510 0 0 0 116 7 0 0 20 0 15 0 105712315 10804461568 115410 18446744073709551615 4194304 4196468 140730579088640 140085425657808 140085065382581 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3201] ppid=3195 vsize=10551232 memory=261072 CPUtime=0.13 cores=1,3,5,7
/proc/3198/task/3201/stat : 3201 (java) S 3195 3198 12395 0 -1 1077944384 234 0 0 0 9 4 0 0 20 0 15 0 105712316 10804461568 115410 18446744073709551615 4194304 4196468 140730579088640 140085393262992 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3202] ppid=3195 vsize=10551232 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/3198/task/3202/stat : 3202 (java) S 3195 3198 12395 0 -1 1077944384 164 0 0 0 8 4 0 0 20 0 15 0 105712316 10804461568 115410 18446744073709551615 4194304 4196468 140730579088640 140085031328016 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3203] ppid=3195 vsize=10551232 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/3198/task/3203/stat : 3203 (java) S 3195 3198 12395 0 -1 1077944384 83 0 0 0 8 4 0 0 20 0 15 0 105712316 10804461568 115410 18446744073709551615 4194304 4196468 140730579088640 140085030275728 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3204] ppid=3195 vsize=10551232 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/3198/task/3204/stat : 3204 (java) S 3195 3198 12395 0 -1 1077944384 200 0 0 0 9 4 0 0 20 0 15 0 105712316 10804461568 115410 18446744073709551615 4194304 4196468 140730579088640 140085029222928 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3205] ppid=3195 vsize=10551232 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3205/stat : 3205 (java) S 3195 3198 12395 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 105712317 10804461568 115410 18446744073709551615 4194304 4196468 140730579088640 140084783327856 140085421431426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3206] ppid=3195 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3206/stat : 3206 (java) S 3195 3198 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105712318 10804461568 115410 18446744073709551615 4194304 4196468 140730579088640 140084782273824 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3207] ppid=3195 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3207/stat : 3207 (java) S 3195 3198 12395 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105712318 10804461568 115410 18446744073709551615 4194304 4196468 140730579088640 140084781221488 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3208] ppid=3195 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3208/stat : 3208 (java) S 3195 3198 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105712320 10804461568 115410 18446744073709551615 4194304 4196468 140730579088640 140084780169808 140085421438875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3209] ppid=3195 vsize=10551232 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/3198/task/3209/stat : 3209 (java) R 3195 3198 12395 0 -1 4202560 2899 0 0 0 83 0 0 0 20 0 15 0 105712320 10804461568 115410 18446744073709551615 4194304 4196468 140730579088640 140084779096208 140085414520126 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3210] ppid=3195 vsize=10551232 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/3198/task/3210/stat : 3210 (java) R 3195 3198 12395 0 -1 4202560 2905 0 0 0 82 0 0 0 20 0 15 0 105712320 10804461568 115410 18446744073709551615 4194304 4196468 140730579088640 140084778055136 140085400666127 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3211] ppid=3195 vsize=10551232 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/3198/task/3211/stat : 3211 (java) S 3195 3198 12395 0 -1 1077944384 1407 0 0 0 25 0 0 0 20 0 15 0 105712320 10804461568 115410 18446744073709551615 4194304 4196468 140730579088640 140084777011568 140085421431426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0

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

[pid=3198/tid=3212] ppid=3195 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3212/stat : 3212 (java) S 3195 3198 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105712321 10804461568 2078618 18446744073709551615 4194304 4196468 140730579088640 140084775959008 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3213] ppid=3195 vsize=10551232 memory=5784 CPUtime=0.28 cores=1,3,5,7
/proc/3198/task/3213/stat : 3213 (java) S 3195 3198 12395 0 -1 1077944384 357 0 0 0 14 14 0 0 20 0 15 0 105712324 10804461568 2078618 18446744073709551615 4194304 4196468 140730579088640 140084774906800 140085421431426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
Current children cumulated CPU time: 1392 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8314472 KiB

[startup+382.402 s]
/proc/loadavg: 4.93 5.18 5.01 7/215 3324
/proc/meminfo: memFree=22459324/32770624 swapFree=67108860/67108860
[pid=3198] ppid=3195 vsize=10551232 memory=8314476 CPUtime=1398.37 cores=1,3,5,7
/proc/3198/stat : 3198 (java) S 3195 3198 12395 0 -1 1077944320 1605164 0 0 0 139166 671 0 0 20 0 15 0 105712308 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140730579071184 140085421420279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
/proc/3198/statm: 2637808 2078619 3119 1 0 2627261 0
[pid=3198/tid=3200] ppid=3195 vsize=10551232 memory=7163372562311245408 CPUtime=15.95 cores=1,3,5,7
/proc/3198/task/3200/stat : 3200 (java) S 3195 3198 12395 0 -1 1077944384 34659 0 0 0 1562 33 0 0 20 0 15 0 105712315 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140085425657984 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3201] ppid=3195 vsize=10551232 memory=4132 CPUtime=338.5 cores=1,3,5,7
/proc/3198/task/3201/stat : 3201 (java) R 3195 3198 12395 0 -1 4202560 411523 0 0 0 33680 170 0 0 20 0 15 0 105712316 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140085393263192 140085403030025 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3202] ppid=3195 vsize=10551232 memory=51916 CPUtime=338.86 cores=1,3,5,7
/proc/3198/task/3202/stat : 3202 (java) R 3195 3198 12395 0 -1 4202560 275260 0 0 0 33735 151 0 0 20 0 15 0 105712316 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140085031328216 140085403030125 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3203] ppid=3195 vsize=10551232 memory=8314468 CPUtime=339.07 cores=1,3,5,7
/proc/3198/task/3203/stat : 3203 (java) R 3195 3198 12395 0 -1 4202560 395223 0 0 0 33759 148 0 0 20 0 15 0 105712316 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140085030275616 140085406120912 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3204] ppid=3195 vsize=10551232 memory=7680170660397595203 CPUtime=339.12 cores=1,3,5,7
/proc/3198/task/3204/stat : 3204 (java) R 3195 3198 12395 0 -1 4202560 400064 0 0 0 33755 157 0 0 20 0 15 0 105712316 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140085029223128 140085406409906 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3205] ppid=3195 vsize=10551232 memory=2160 CPUtime=23.29 cores=1,3,5,7
/proc/3198/task/3205/stat : 3205 (java) S 3195 3198 12395 0 -1 1077944384 74232 0 0 0 2324 5 0 0 20 0 15 0 105712317 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084783326400 140085421430485 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3206] ppid=3195 vsize=10551232 memory=840 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3206/stat : 3206 (java) S 3195 3198 12395 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 105712318 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084782273888 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3207] ppid=3195 vsize=10551232 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3207/stat : 3207 (java) S 3195 3198 12395 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 105712318 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084781221488 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3208] ppid=3195 vsize=10551232 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3208/stat : 3208 (java) S 3195 3198 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105712320 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084780169808 140085421438875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3209] ppid=3195 vsize=10551232 memory=8314476 CPUtime=1.4 cores=1,3,5,7
/proc/3198/task/3209/stat : 3209 (java) S 3195 3198 12395 0 -1 1077944384 4721 0 0 0 139 1 0 0 20 0 15 0 105712320 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084779116704 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3210] ppid=3195 vsize=10551232 memory=1152 CPUtime=1.4 cores=1,3,5,7
/proc/3198/task/3210/stat : 3210 (java) S 3195 3198 12395 0 -1 1077944384 4482 0 0 0 140 0 0 0 20 0 15 0 105712320 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084778063904 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3211] ppid=3195 vsize=10551232 memory=3124 CPUtime=0.4 cores=1,3,5,7
/proc/3198/task/3211/stat : 3211 (java) S 3195 3198 12395 0 -1 1077944384 3225 0 0 0 40 0 0 0 20 0 15 0 105712320 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084777011328 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3212] ppid=3195 vsize=10551232 memory=8314472 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3212/stat : 3212 (java) S 3195 3198 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105712321 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084775959008 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3213] ppid=3195 vsize=10551232 memory=1156 CPUtime=0.28 cores=1,3,5,7
/proc/3198/task/3213/stat : 3213 (java) S 3195 3198 12395 0 -1 1077944384 357 0 0 0 14 14 0 0 20 0 15 0 105712324 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084774906800 140085421431426 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
Current children cumulated CPU time: 1398.37 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8314476 KiB

[startup+384.001 s]*
/proc/loadavg: 4.94 5.18 5.01 3/215 3324
/proc/meminfo: memFree=22457276/32770624 swapFree=67108860/67108860
[pid=3198] ppid=3195 vsize=10551232 memory=8314476 CPUtime=1403.57 cores=1,3,5,7
/proc/3198/stat : 3198 (java) S 3195 3198 12395 0 -1 1077944320 1605355 0 0 0 139686 671 0 0 20 0 15 0 105712308 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140730579071184 140085421420279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
/proc/3198/statm: 2637808 2078619 3119 1 0 2627261 0
[pid=3198/tid=3200] ppid=3195 vsize=10551232 memory=6933928925625698159 CPUtime=15.95 cores=1,3,5,7
/proc/3198/task/3200/stat : 3200 (java) S 3195 3198 12395 0 -1 1077944384 34659 0 0 0 1562 33 0 0 20 0 15 0 105712315 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140085425657984 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3201] ppid=3195 vsize=10551232 memory=-7003737579269690708 CPUtime=339.71 cores=1,3,5,7
/proc/3198/task/3201/stat : 3201 (java) S 3195 3198 12395 0 -1 1077944384 411575 0 0 0 33801 170 0 0 20 0 15 0 105712316 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140085393262992 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3202] ppid=3195 vsize=10551232 memory=1236 CPUtime=340.07 cores=1,3,5,7
/proc/3198/task/3202/stat : 3202 (java) S 3195 3198 12395 0 -1 1077944384 275340 0 0 0 33856 151 0 0 20 0 15 0 105712316 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140085031328016 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3203] ppid=3195 vsize=10551232 memory=2240 CPUtime=340.27 cores=1,3,5,7
/proc/3198/task/3203/stat : 3203 (java) S 3195 3198 12395 0 -1 1077944384 395256 0 0 0 33879 148 0 0 20 0 15 0 105712316 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140085030275728 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3204] ppid=3195 vsize=10551232 memory=4296 CPUtime=340.31 cores=1,3,5,7
/proc/3198/task/3204/stat : 3204 (java) S 3195 3198 12395 0 -1 1077944384 400088 0 0 0 33874 157 0 0 20 0 15 0 105712316 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140085029222928 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3205] ppid=3195 vsize=10551232 memory=1608 CPUtime=23.7 cores=1,3,5,7
/proc/3198/task/3205/stat : 3205 (java) R 3195 3198 12395 0 -1 4202560 74234 0 0 0 2365 5 0 0 20 0 15 0 105712317 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084783326400 140085406416788 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3206] ppid=3195 vsize=10551232 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3206/stat : 3206 (java) S 3195 3198 12395 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 105712318 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084782273888 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3207] ppid=3195 vsize=10551232 memory=12132 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3207/stat : 3207 (java) S 3195 3198 12395 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 105712318 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084781221488 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3208] ppid=3195 vsize=10551232 memory=8314472 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3208/stat : 3208 (java) S 3195 3198 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105712320 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084780169808 140085421438875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3209] ppid=3195 vsize=10551232 memory=5784 CPUtime=1.4 cores=1,3,5,7
/proc/3198/task/3209/stat : 3209 (java) S 3195 3198 12395 0 -1 1077944384 4721 0 0 0 139 1 0 0 20 0 15 0 105712320 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084779116704 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3210] ppid=3195 vsize=10551232 memory=4612 CPUtime=1.4 cores=1,3,5,7
/proc/3198/task/3210/stat : 3210 (java) S 3195 3198 12395 0 -1 1077944384 4482 0 0 0 140 0 0 0 20 0 15 0 105712320 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084778063904 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3211] ppid=3195 vsize=10551232 memory=1716 CPUtime=0.4 cores=1,3,5,7
/proc/3198/task/3211/stat : 3211 (java) S 3195 3198 12395 0 -1 1077944384 3225 0 0 0 40 0 0 0 20 0 15 0 105712320 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084777011328 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3212] ppid=3195 vsize=10551232 memory=4296 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3212/stat : 3212 (java) S 3195 3198 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105712321 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084775959008 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3213] ppid=3195 vsize=10551232 memory=4048 CPUtime=0.28 cores=1,3,5,7
/proc/3198/task/3213/stat : 3213 (java) S 3195 3198 12395 0 -1 1077944384 357 0 0 0 14 14 0 0 20 0 15 0 105712324 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084774906800 140085421431426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
Current children cumulated CPU time: 1403.57 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8314476 KiB

[startup+384.401 s]
/proc/loadavg: 4.94 5.18 5.01 3/215 3324
/proc/meminfo: memFree=22457276/32770624 swapFree=67108860/67108860
[pid=3198] ppid=3195 vsize=10551232 memory=8314476 CPUtime=1403.98 cores=1,3,5,7
/proc/3198/stat : 3198 (java) S 3195 3198 12395 0 -1 1077944320 1605611 0 0 0 139726 672 0 0 20 0 15 0 105712308 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140730579071184 140085421420279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
/proc/3198/statm: 2637808 2078619 3119 1 0 2627261 0
[pid=3198/tid=3200] ppid=3195 vsize=10551232 memory=1436 CPUtime=15.95 cores=1,3,5,7
/proc/3198/task/3200/stat : 3200 (java) S 3195 3198 12395 0 -1 1077944384 34659 0 0 0 1562 33 0 0 20 0 15 0 105712315 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140085425657984 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3201] ppid=3195 vsize=10551232 memory=1196 CPUtime=339.71 cores=1,3,5,7
/proc/3198/task/3201/stat : 3201 (java) S 3195 3198 12395 0 -1 1077944384 411575 0 0 0 33801 170 0 0 20 0 15 0 105712316 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140085393262992 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3202] ppid=3195 vsize=10551232 memory=15880 CPUtime=340.07 cores=1,3,5,7
/proc/3198/task/3202/stat : 3202 (java) S 3195 3198 12395 0 -1 1077944384 275340 0 0 0 33856 151 0 0 20 0 15 0 105712316 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140085031328016 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3203] ppid=3195 vsize=10551232 memory=4048 CPUtime=340.27 cores=1,3,5,7
/proc/3198/task/3203/stat : 3203 (java) S 3195 3198 12395 0 -1 1077944384 395256 0 0 0 33879 148 0 0 20 0 15 0 105712316 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140085030275728 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3204] ppid=3195 vsize=10551232 memory=30160 CPUtime=340.31 cores=1,3,5,7
/proc/3198/task/3204/stat : 3204 (java) S 3195 3198 12395 0 -1 1077944384 400088 0 0 0 33874 157 0 0 20 0 15 0 105712316 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140085029222928 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3205] ppid=3195 vsize=10551232 memory=18468 CPUtime=24.09 cores=1,3,5,7
/proc/3198/task/3205/stat : 3205 (java) R 3195 3198 12395 0 -1 4202560 74490 0 0 0 2404 5 0 0 20 0 15 0 105712317 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084783326400 140085400621326 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3206] ppid=3195 vsize=10551232 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3206/stat : 3206 (java) S 3195 3198 12395 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 105712318 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084782273888 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3207] ppid=3195 vsize=10551232 memory=4296 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3207/stat : 3207 (java) S 3195 3198 12395 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 105712318 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084781221488 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3208] ppid=3195 vsize=10551232 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3208/stat : 3208 (java) S 3195 3198 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105712320 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084780169808 140085421438875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3209] ppid=3195 vsize=10551232 memory=928 CPUtime=1.4 cores=1,3,5,7
/proc/3198/task/3209/stat : 3209 (java) S 3195 3198 12395 0 -1 1077944384 4721 0 0 0 139 1 0 0 20 0 15 0 105712320 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084779116704 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3210] ppid=3195 vsize=10551232 memory=2160 CPUtime=1.4 cores=1,3,5,7
/proc/3198/task/3210/stat : 3210 (java) S 3195 3198 12395 0 -1 1077944384 4482 0 0 0 140 0 0 0 20 0 15 0 105712320 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084778063904 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3211] ppid=3195 vsize=10551232 memory=840 CPUtime=0.4 cores=1,3,5,7
/proc/3198/task/3211/stat : 3211 (java) S 3195 3198 12395 0 -1 1077944384 3225 0 0 0 40 0 0 0 20 0 15 0 105712320 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084777011328 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3212] ppid=3195 vsize=10551232 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3212/stat : 3212 (java) S 3195 3198 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105712321 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084775959008 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3213] ppid=3195 vsize=10551232 memory=1152 CPUtime=0.28 cores=1,3,5,7
/proc/3198/task/3213/stat : 3213 (java) S 3195 3198 12395 0 -1 1077944384 357 0 0 0 14 14 0 0 20 0 15 0 105712324 10804461568 2078619 18446744073709551615 4194304 4196468 140730579088640 140084774906800 140085421431426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
Current children cumulated CPU time: 1403.98 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8314476 KiB

[startup+384.601 s]
/proc/loadavg: 4.94 5.18 5.01 3/215 3324
/proc/meminfo: memFree=22457276/32770624 swapFree=67108860/67108860
[pid=3198] ppid=3195 vsize=10686560 memory=8315292 CPUtime=1404.01 cores=1,3,5,7
/proc/3198/stat : 3198 (java) S 3195 3198 12395 0 -1 1077944320 1606572 0 0 0 139729 672 0 0 20 0 16 0 105712308 10943037440 2078823 18446744073709551615 4194304 4196468 140730579088640 140730579071184 140085421420279 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
/proc/3198/statm: 2671640 2078823 3162 1 0 2661055 0
[pid=3198/tid=3200] ppid=3195 vsize=10686560 memory=7016714186490735262 CPUtime=15.97 cores=1,3,5,7
/proc/3198/task/3200/stat : 3200 (java) S 3195 3198 12395 0 -1 1077944384 35255 0 0 0 1564 33 0 0 20 0 16 0 105712315 10943037440 2078823 18446744073709551615 4194304 4196468 140730579088640 140085425660960 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3201] ppid=3195 vsize=10686560 memory=6944656592455097440 CPUtime=339.71 cores=1,3,5,7
/proc/3198/task/3201/stat : 3201 (java) S 3195 3198 12395 0 -1 1077944384 411575 0 0 0 33801 170 0 0 20 0 16 0 105712316 10943037440 2078823 18446744073709551615 4194304 4196468 140730579088640 140085393262992 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3202] ppid=3195 vsize=10686560 memory=6944656575208382560 CPUtime=340.07 cores=1,3,5,7
/proc/3198/task/3202/stat : 3202 (java) S 3195 3198 12395 0 -1 1077944384 275340 0 0 0 33856 151 0 0 20 0 16 0 105712316 10943037440 2078823 18446744073709551615 4194304 4196468 140730579088640 140085031328016 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3203] ppid=3195 vsize=10686560 memory=6944656592455097440 CPUtime=340.27 cores=1,3,5,7
/proc/3198/task/3203/stat : 3203 (java) S 3195 3198 12395 0 -1 1077944384 395256 0 0 0 33879 148 0 0 20 0 16 0 105712316 10943037440 2078823 18446744073709551615 4194304 4196468 140730579088640 140085030275728 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3204] ppid=3195 vsize=10686560 memory=6944656592455097440 CPUtime=340.31 cores=1,3,5,7
/proc/3198/task/3204/stat : 3204 (java) S 3195 3198 12395 0 -1 1077944384 400088 0 0 0 33874 157 0 0 20 0 16 0 105712316 10943037440 2078823 18446744073709551615 4194304 4196468 140730579088640 140085029222928 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3205] ppid=3195 vsize=10686560 memory=17703855197375 CPUtime=24.09 cores=1,3,5,7
/proc/3198/task/3205/stat : 3205 (java) S 3195 3198 12395 0 -1 1077944384 74502 0 0 0 2404 5 0 0 20 0 16 0 105712317 10943037440 2078823 18446744073709551615 4194304 4196468 140730579088640 140084783327856 140085421431426 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3206] ppid=3195 vsize=10686560 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3206/stat : 3206 (java) S 3195 3198 12395 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 105712318 10943037440 2078823 18446744073709551615 4194304 4196468 140730579088640 140084782273888 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3207] ppid=3195 vsize=10686560 memory=8102582798456533809 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3207/stat : 3207 (java) S 3195 3198 12395 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 105712318 10943037440 2078823 18446744073709551615 4194304 4196468 140730579088640 140084781221488 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3208] ppid=3195 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3208/stat : 3208 (java) S 3195 3198 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105712320 10943037440 2078823 18446744073709551615 4194304 4196468 140730579088640 140084780169808 140085421438875 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3209] ppid=3195 vsize=10686560 memory=1992 CPUtime=1.4 cores=1,3,5,7
/proc/3198/task/3209/stat : 3209 (java) S 3195 3198 12395 0 -1 1077944384 4721 0 0 0 139 1 0 0 20 0 16 0 105712320 10943037440 2078823 18446744073709551615 4194304 4196468 140730579088640 140084779116656 140085421431426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3210] ppid=3195 vsize=10686560 memory=12132 CPUtime=1.41 cores=1,3,5,7
/proc/3198/task/3210/stat : 3210 (java) S 3195 3198 12395 0 -1 1077944384 4650 0 0 0 141 0 0 0 20 0 16 0 105712320 10943037440 2078823 18446744073709551615 4194304 4196468 140730579088640 140084778063856 140085421431426 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3211] ppid=3195 vsize=10686560 memory=796 CPUtime=0.4 cores=1,3,5,7
/proc/3198/task/3211/stat : 3211 (java) S 3195 3198 12395 0 -1 1077944384 3356 0 0 0 40 0 0 0 20 0 16 0 105712320 10943037440 2078823 18446744073709551615 4194304 4196468 140730579088640 140084777011568 140085421431426 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3212] ppid=3195 vsize=10686560 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/3198/task/3212/stat : 3212 (java) S 3195 3198 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105712321 10943037440 2078823 18446744073709551615 4194304 4196468 140730579088640 140084775959008 140085421430485 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
[pid=3198/tid=3213] ppid=3195 vsize=10686560 memory=1436 CPUtime=0.28 cores=1,3,5,7
/proc/3198/task/3213/stat : 3213 (java) S 3195 3198 12395 0 -1 1077944384 357 0 0 0 14 14 0 0 20 0 16 0 105712324 10943037440 2078823 18446744073709551615 4194304 4196468 140730579088640 140084774906800 140085421431426 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32792576 140730579091856 140730579092009 140730579092009 140730579095503 0
Current children cumulated CPU time: 1404.01 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8315292 KiB

Child status: 0
Real time (s): 384.682
CPU time (s): 1404.07
CPU user time (s): 1397.3
CPU system time (s): 6.77467
CPU usage (%): 364.996
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8315292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1397.3
system time used= 6.77467
maximum resident set size= 8315532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1606736
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23052
involuntary context switches= 13636


# summary of solver processes directly reported to runsolver:
#   pid: 3198
#   total CPU time (s): 1404.07
#   total CPU user time (s): 1397.3
#   total CPU system time (s): 6.77467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.29494 second user time and 3.92361 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 17:12:56
IDJOB=4263724
IDBENCH=139757
IDSOLVER=2651
FILE ID=node135/4263724-1502638010
RUNJOBID= node135-1502623989-31952
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-28-30.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263724-1502638010/watcher-4263724-1502638010 -o /tmp/evaluation-result-4263724-1502638010/solver-4263724-1502638010 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31952 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263724-1502638010.xml

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

MD5SUM BENCH= ee8f46aa30558cd8981f6f6871151079
RANDOM SEED=351914061

node135.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.21
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.21
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.21
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.21
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:        22656820 kB
MemAvailable:   23564576 kB
Buffers:          312676 kB
Cached:           892380 kB
SwapCached:            0 kB
Active:          9094572 kB
Inactive:         557068 kB
Active(anon):    8446732 kB
Inactive(anon):    41324 kB
Active(file):     647840 kB
Inactive(file):   515744 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11016 kB
Writeback:             4 kB
AnonPages:       8446604 kB
Mapped:            67132 kB
Shmem:             41656 kB
Slab:             147848 kB
SReclaimable:     120016 kB
SUnreclaim:        27832 kB
KernelStack:        3552 kB
PageTables:        21460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8645968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8142848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62020 MiB
End job on node135 at 2017-08-13 17:19:21