Trace number 4263709

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? 698.26501 207.257

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-11-11.xml
MD5SUMbb123246d746538548fb2ce23858e0c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints3026
Number of domains1
Minimum domain size121
Maximum domain size121
Distribution of domain sizes[{"size":121,"count":121}]
Minimum variable degree102
Maximum variable degree102
Distribution of variable degrees[{"degree":102,"count":121}]
Minimum constraint arity4
Maximum constraint arity121
Distribution of constraint arities[{"arity":4,"count":3025},{"arity":121,"count":1}]
Number of extensional constraints0
Number of intensional constraints3025
Distribution of constraint types[{"type":"intension","count":3025},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263709-1502637801/watcher-4263709-1502637801 -o /tmp/evaluation-result-4263709-1502637801/solver-4263709-1502637801 -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-4263709-1502637801.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=3096, runsolver pid=3093

[startup+0.104306 s]*
/proc/loadavg: 4.83 4.60 4.52 6/207 3105
/proc/meminfo: memFree=22657536/32770624 swapFree=67108860/67108860
[pid=3096] ppid=3093 vsize=10151672 memory=20984 CPUtime=0.04 cores=1,3,5,7
/proc/3096/stat : 3096 (java) S 3093 3096 12395 0 -1 1077944320 4146 0 0 0 3 1 0 0 20 0 9 0 105691453 10395312128 5246 18446744073709551615 4194304 4196468 140727557004592 140727556987136 140333559750391 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
/proc/3096/statm: 2537918 5246 2123 1 0 2527415 0
[pid=3096/tid=3098] ppid=3093 vsize=10151672 memory=-7174084197762691781 CPUtime=0.03 cores=1,3,5,7
/proc/3096/task/3098/stat : 3098 (java) R 3093 3096 12395 0 -1 4202560 2790 0 0 0 3 0 0 0 20 0 9 0 105691460 10395312128 5246 18446744073709551615 4194304 4196468 140727557004592 140333563985784 140333545432883 0 4 1 16800970 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3099] ppid=3093 vsize=10151672 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3099/stat : 3099 (java) S 3093 3096 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 105691461 10395312128 5246 18446744073709551615 4194304 4196468 140727557004592 140333500787856 140333559760597 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3100] ppid=3093 vsize=10151672 memory=139896235161216 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3100/stat : 3100 (java) S 3093 3096 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 105691461 10395312128 5246 18446744073709551615 4194304 4196468 140727557004592 140333499735056 140333559760597 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3101] ppid=3093 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3101/stat : 3101 (java) S 3093 3096 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 105691461 10395312128 5246 18446744073709551615 4194304 4196468 140727557004592 140333498682256 140333559760597 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3102] ppid=3093 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3102/stat : 3102 (java) S 3093 3096 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 105691461 10395312128 5246 18446744073709551615 4194304 4196468 140727557004592 140333497629456 140333559760597 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3103] ppid=3093 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3103/stat : 3103 (java) S 3093 3096 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 105691462 10395312128 5246 18446744073709551615 4194304 4196468 140727557004592 140332732549488 140333559761538 0 0 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3104] ppid=3093 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3104/stat : 3104 (java) S 3093 3096 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 105691462 10395312128 5246 18446744073709551615 4194304 4196468 140727557004592 140332731495456 140333559760597 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3105] ppid=3093 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3105/stat : 3105 (java) S 3093 3096 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 105691463 10395312128 5246 18446744073709551615 4194304 4196468 140727557004592 140332730442608 140333559760597 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20984 KiB

[startup+0.210158 s]*
/proc/loadavg: 4.83 4.60 4.52 5/212 3110
/proc/meminfo: memFree=22656088/32770624 swapFree=67108860/67108860
[pid=3096] ppid=3093 vsize=10551156 memory=23624 CPUtime=0.06 cores=1,3,5,7
/proc/3096/stat : 3096 (java) S 3093 3096 12395 0 -1 1077944320 4862 0 0 0 5 1 0 0 20 0 15 0 105691453 10804383744 5906 18446744073709551615 4194304 4196468 140727557004592 140727556987136 140333559750391 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
/proc/3096/statm: 2637789 5906 2608 1 0 2627261 0
[pid=3096/tid=3098] ppid=3093 vsize=10551156 memory=-7174084197762691781 CPUtime=0.04 cores=1,3,5,7
/proc/3096/task/3098/stat : 3098 (java) R 3093 3096 12395 0 -1 4202560 2978 0 0 0 4 0 0 0 20 0 15 0 105691460 10804383744 5906 18446744073709551615 4194304 4196468 140727557004592 140333563992672 140333559772317 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3099] ppid=3093 vsize=10551156 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3099/stat : 3099 (java) S 3093 3096 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105691461 10804383744 5906 18446744073709551615 4194304 4196468 140727557004592 140333500787856 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3100] ppid=3093 vsize=10551156 memory=139896235161216 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3100/stat : 3100 (java) S 3093 3096 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105691461 10804383744 5906 18446744073709551615 4194304 4196468 140727557004592 140333499735056 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3101] ppid=3093 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3101/stat : 3101 (java) S 3093 3096 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105691461 10804383744 5906 18446744073709551615 4194304 4196468 140727557004592 140333498682256 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3102] ppid=3093 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3102/stat : 3102 (java) S 3093 3096 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105691461 10804383744 5906 18446744073709551615 4194304 4196468 140727557004592 140333497629456 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3103] ppid=3093 vsize=10551156 memory=139896235161216 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3103/stat : 3103 (java) S 3093 3096 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105691462 10804383744 5906 18446744073709551615 4194304 4196468 140727557004592 140332732549488 140333559761538 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3104] ppid=3093 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3104/stat : 3104 (java) S 3093 3096 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105691462 10804383744 5906 18446744073709551615 4194304 4196468 140727557004592 140332731495456 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3105] ppid=3093 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3105/stat : 3105 (java) S 3093 3096 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105691463 10804383744 5906 18446744073709551615 4194304 4196468 140727557004592 140332730442608 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3106] ppid=3093 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3106/stat : 3106 (java) S 3093 3096 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105691465 10804383744 5906 18446744073709551615 4194304 4196468 140727557004592 140332729390928 140333559768987 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3107] ppid=3093 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3107/stat : 3107 (java) R 3093 3096 12395 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 105691465 10804383744 5906 18446744073709551615 4194304 4196468 140727557004592 140332728339312 140333559761538 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3108] ppid=3093 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3108/stat : 3108 (java) R 3093 3096 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105691465 10804281344 5920 18446744073709551615 4194304 4196468 140727557004592 140332727286512 140333559761538 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3109] ppid=3093 vsize=10551056 memory=139896235161216 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3109/stat : 3109 (java) R 3093 3096 12395 0 -1 4202560 230 0 0 0 0 0 0 0 20 0 15 0 105691465 10804281344 5920 18446744073709551615 4194304 4196468 140727557004592 140332726233712 140333559761538 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3110] ppid=3093 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3110/stat : 3110 (java) S 3093 3096 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105691465 10804281344 5920 18446744073709551615 4194304 4196468 140727557004592 140332725181152 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3111] ppid=3093 vsize=10551056 memory=139896235161216 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3111/stat : 3111 (java) S 3093 3096 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105691475 10804281344 5920 18446744073709551615 4194304 4196468 140727557004592 140332724128432 140333559761538 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 23624 KiB

[startup+0.311763 s]*
/proc/loadavg: 4.83 4.60 4.52 6/213 3111
/proc/meminfo: memFree=22646180/32770624 swapFree=67108860/67108860
[pid=3096] ppid=3093 vsize=10551156 memory=35520 CPUtime=0.22 cores=1,3,5,7
/proc/3096/stat : 3096 (java) S 3093 3096 12395 0 -1 1077944320 8142 0 0 0 19 3 0 0 20 0 15 0 105691453 10804383744 8880 18446744073709551615 4194304 4196468 140727557004592 140727556987136 140333559750391 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
/proc/3096/statm: 2637789 8880 2861 1 0 2627261 0
[pid=3096/tid=3098] ppid=3093 vsize=10551156 memory=6933928925625698159 CPUtime=0.15 cores=1,3,5,7
/proc/3096/task/3098/stat : 3098 (java) R 3093 3096 12395 0 -1 4202560 5839 0 0 0 13 2 0 0 20 0 15 0 105691460 10804383744 8880 18446744073709551615 4194304 4196468 140727557004592 140333563988880 140333545117552 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3099] ppid=3093 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3099/stat : 3099 (java) S 3093 3096 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105691461 10804383744 8880 18446744073709551615 4194304 4196468 140727557004592 140333500787856 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3100] ppid=3093 vsize=10551156 memory=7523371274991594902 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3100/stat : 3100 (java) S 3093 3096 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105691461 10804383744 8880 18446744073709551615 4194304 4196468 140727557004592 140333499735056 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3101] ppid=3093 vsize=10551156 memory=6944656592452807326 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3101/stat : 3101 (java) S 3093 3096 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105691461 10804383744 8880 18446744073709551615 4194304 4196468 140727557004592 140333498682256 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3102] ppid=3093 vsize=10551156 memory=-8918987556599313462 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3102/stat : 3102 (java) S 3093 3096 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105691461 10804383744 8880 18446744073709551615 4194304 4196468 140727557004592 140333497629456 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3103] ppid=3093 vsize=10551156 memory=4279135704047065247 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3103/stat : 3103 (java) S 3093 3096 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105691462 10804383744 8880 18446744073709551615 4194304 4196468 140727557004592 140332732549488 140333559761538 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3104] ppid=3093 vsize=10551156 memory=-8102431393132624720 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3104/stat : 3104 (java) S 3093 3096 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105691462 10804383744 8880 18446744073709551615 4194304 4196468 140727557004592 140332731495456 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3105] ppid=3093 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3105/stat : 3105 (java) S 3093 3096 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105691463 10804383744 8880 18446744073709551615 4194304 4196468 140727557004592 140332730442608 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3106] ppid=3093 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3106/stat : 3106 (java) S 3093 3096 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105691465 10804383744 8880 18446744073709551615 4194304 4196468 140727557004592 140332729390928 140333559768987 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3107] ppid=3093 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3096/task/3107/stat : 3107 (java) S 3093 3096 12395 0 -1 1077944384 453 0 0 0 1 0 0 0 20 0 15 0 105691465 10804383744 8880 18446744073709551615 4194304 4196468 140727557004592 140332728339312 140333559761538 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3108] ppid=3093 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3096/task/3108/stat : 3108 (java) S 3093 3096 12395 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 15 0 105691465 10804383744 8880 18446744073709551615 4194304 4196468 140727557004592 140332727286512 140333559761538 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3109] ppid=3093 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/3096/task/3109/stat : 3109 (java) S 3093 3096 12395 0 -1 1077944384 415 0 0 0 3 0 0 0 20 0 15 0 105691465 10804383744 8880 18446744073709551615 4194304 4196468 140727557004592 140332726233712 140333559761538 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3110] ppid=3093 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3110/stat : 3110 (java) S 3093 3096 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105691465 10804383744 8880 18446744073709551615 4194304 4196468 140727557004592 140332725181152 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3111] ppid=3093 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3111/stat : 3111 (java) S 3093 3096 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105691475 10804383744 8880 18446744073709551615 4194304 4196468 140727557004592 140332724128432 140333559761538 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35520 KiB

[startup+0.702222 s]
/proc/loadavg: 4.83 4.60 4.52 7/213 3111
/proc/meminfo: memFree=22623880/32770624 swapFree=67108860/67108860
[pid=3096] ppid=3093 vsize=10551232 memory=96308 CPUtime=1.39 cores=1,3,5,7
/proc/3096/stat : 3096 (java) S 3093 3096 12395 0 -1 1077944320 13204 0 0 0 134 5 0 0 20 0 15 0 105691453 10804461568 24077 18446744073709551615 4194304 4196468 140727557004592 140727556987136 140333559750391 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
/proc/3096/statm: 2637808 24077 3058 1 0 2627261 0
[pid=3096/tid=3098] ppid=3093 vsize=10551232 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/3096/task/3098/stat : 3098 (java) R 3093 3096 12395 0 -1 4202560 7446 0 0 0 49 4 0 0 20 0 15 0 105691460 10804461568 24077 18446744073709551615 4194304 4196468 140727557004592 140333563987696 140333174326006 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3099] ppid=3093 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3099/stat : 3099 (java) S 3093 3096 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105691461 10804461568 24077 18446744073709551615 4194304 4196468 140727557004592 140333500787856 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3100] ppid=3093 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3100/stat : 3100 (java) S 3093 3096 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105691461 10804461568 24077 18446744073709551615 4194304 4196468 140727557004592 140333499735056 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3101] ppid=3093 vsize=10551232 memory=13 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3101/stat : 3101 (java) S 3093 3096 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105691461 10804461568 24077 18446744073709551615 4194304 4196468 140727557004592 140333498682256 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3102] ppid=3093 vsize=10551232 memory=2 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3102/stat : 3102 (java) S 3093 3096 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105691461 10804461568 24077 18446744073709551615 4194304 4196468 140727557004592 140333497629456 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3103] ppid=3093 vsize=10551232 memory=8320808402719682870 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3103/stat : 3103 (java) S 3093 3096 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105691462 10804461568 24077 18446744073709551615 4194304 4196468 140727557004592 140332732549488 140333559761538 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3104] ppid=3093 vsize=10551232 memory=7079770014526690664 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3104/stat : 3104 (java) S 3093 3096 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105691462 10804461568 24077 18446744073709551615 4194304 4196468 140727557004592 140332731495456 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3105] ppid=3093 vsize=10551232 memory=6440526044203406950 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3105/stat : 3105 (java) S 3093 3096 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105691463 10804461568 24077 18446744073709551615 4194304 4196468 140727557004592 140332730442608 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3106] ppid=3093 vsize=10551232 memory=-7970089902420485312 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3106/stat : 3106 (java) S 3093 3096 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105691465 10804461568 24077 18446744073709551615 4194304 4196468 140727557004592 140332729390928 140333559768987 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3107] ppid=3093 vsize=10551232 memory=-8412656567318647667 CPUtime=0.29 cores=1,3,5,7
/proc/3096/task/3107/stat : 3107 (java) R 3093 3096 12395 0 -1 4202560 1457 0 0 0 29 0 0 0 20 0 15 0 105691465 10804461568 24077 18446744073709551615 4194304 4196468 140727557004592 140332728325520 140333540384888 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3108] ppid=3093 vsize=10551232 memory=-7240599211820661557 CPUtime=0.28 cores=1,3,5,7
/proc/3096/task/3108/stat : 3108 (java) R 3093 3096 12395 0 -1 4202560 1305 0 0 0 28 0 0 0 20 0 15 0 105691465 10804461568 24077 18446744073709551615 4194304 4196468 140727557004592 140332727274656 140333543137104 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3109] ppid=3093 vsize=10551232 memory=6944652177228980320 CPUtime=0.26 cores=1,3,5,7
/proc/3096/task/3109/stat : 3109 (java) S 3093 3096 12395 0 -1 1077944384 1624 0 0 0 26 0 0 0 20 0 15 0 105691465 10804461568 24077 18446744073709551615 4194304 4196468 140727557004592 140332726233712 140333559761538 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3110] ppid=3093 vsize=10551232 memory=139896235165377 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3110/stat : 3110 (java) S 3093 3096 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105691465 10804461568 24077 18446744073709551615 4194304 4196468 140727557004592 140332725181152 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3111] ppid=3093 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3111/stat : 3111 (java) S 3093 3096 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105691475 10804461568 24077 18446744073709551615 4194304 4196468 140727557004592 140332724128432 140333559761538 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 96308 KiB

[startup+1.50127 s]
/proc/loadavg: 4.83 4.60 4.52 6/213 3111
/proc/meminfo: memFree=22467244/32770624 swapFree=67108860/67108860
[pid=3096] ppid=3093 vsize=10551232 memory=402244 CPUtime=3.28 cores=1,3,5,7
/proc/3096/stat : 3096 (java) S 3093 3096 12395 0 -1 1077944320 14317 0 0 0 303 25 0 0 20 0 15 0 105691453 10804461568 100561 18446744073709551615 4194304 4196468 140727557004592 140727556987136 140333559750391 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
/proc/3096/statm: 2637808 100561 3096 1 0 2627261 0
[pid=3096/tid=3098] ppid=3093 vsize=10551232 memory=0 CPUtime=1.16 cores=1,3,5,7
/proc/3096/task/3098/stat : 3098 (java) R 3093 3096 12395 0 -1 4202560 7636 0 0 0 110 6 0 0 20 0 15 0 105691460 10804461568 100561 18446744073709551615 4194304 4196468 140727557004592 140333563987208 140333178351178 0 4 1 16800974 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3099] ppid=3093 vsize=10551232 memory=189432 CPUtime=0.15 cores=1,3,5,7
/proc/3096/task/3099/stat : 3099 (java) S 3093 3096 12395 0 -1 1077944384 157 0 0 0 11 4 0 0 20 0 15 0 105691461 10804461568 100561 18446744073709551615 4194304 4196468 140727557004592 140333500787856 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3100] ppid=3093 vsize=10551232 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/3096/task/3100/stat : 3100 (java) S 3093 3096 12395 0 -1 1077944384 137 0 0 0 11 3 0 0 20 0 15 0 105691461 10804461568 100561 18446744073709551615 4194304 4196468 140727557004592 140333499735056 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3101] ppid=3093 vsize=10551232 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/3096/task/3101/stat : 3101 (java) S 3093 3096 12395 0 -1 1077944384 142 0 0 0 11 4 0 0 20 0 15 0 105691461 10804461568 100561 18446744073709551615 4194304 4196468 140727557004592 140333498682256 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3102] ppid=3093 vsize=10551232 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/3096/task/3102/stat : 3102 (java) S 3093 3096 12395 0 -1 1077944384 126 0 0 0 11 4 0 0 20 0 15 0 105691461 10804461568 100561 18446744073709551615 4194304 4196468 140727557004592 140333497629456 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3103] ppid=3093 vsize=10551232 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3103/stat : 3103 (java) S 3093 3096 12395 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105691462 10804461568 100561 18446744073709551615 4194304 4196468 140727557004592 140332732549488 140333559761538 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3104] ppid=3093 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3104/stat : 3104 (java) S 3093 3096 12395 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105691462 10804461568 100561 18446744073709551615 4194304 4196468 140727557004592 140332731495456 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3105] ppid=3093 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3105/stat : 3105 (java) S 3093 3096 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105691463 10804461568 100561 18446744073709551615 4194304 4196468 140727557004592 140332730442608 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3106] ppid=3093 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3106/stat : 3106 (java) S 3093 3096 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105691465 10804461568 100561 18446744073709551615 4194304 4196468 140727557004592 140332729390928 140333559768987 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3107] ppid=3093 vsize=10551232 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/3096/task/3107/stat : 3107 (java) S 3093 3096 12395 0 -1 1077944384 1517 0 0 0 54 0 0 0 20 0 15 0 105691465 10804461568 100561 18446744073709551615 4194304 4196468 140727557004592 140332728339312 140333559761538 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3108] ppid=3093 vsize=10551232 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/3096/task/3108/stat : 3108 (java) S 3093 3096 12395 0 -1 1077944384 1373 0 0 0 56 0 0 0 20 0 15 0 105691465 10804461568 100561 18446744073709551615 4194304 4196468 140727557004592 140332727286512 140333559761538 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3109] ppid=3093 vsize=10551232 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/3096/task/3109/stat : 3109 (java) S 3093 3096 12395 0 -1 1077944384 1784 0 0 0 34 0 0 0 20 0 15 0 105691465 10804461568 100561 18446744073709551615 4194304 4196468 140727557004592 140332726233712 140333559761538 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0

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

[pid=3096/tid=3099] ppid=3093 vsize=10686560 memory=279792156602832 CPUtime=162.28 cores=1,3,5,7
/proc/3096/task/3099/stat : 3099 (java) R 3093 3096 12395 0 -1 4202560 113267 0 0 0 16063 165 0 0 20 0 17 0 105691461 10943037440 2073465 18446744073709551615 4194304 4196468 140727557004592 140333500788056 140333544746795 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3100] ppid=3093 vsize=10686560 memory=0 CPUtime=161.4 cores=1,3,5,7
/proc/3096/task/3100/stat : 3100 (java) R 3093 3096 12395 0 -1 4202560 81270 0 0 0 15968 172 0 0 20 0 17 0 105691461 10943037440 2073465 18446744073709551615 4194304 4196468 140727557004592 140333499735176 140333552378599 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3101] ppid=3093 vsize=10686560 memory=1236 CPUtime=161.58 cores=1,3,5,7
/proc/3096/task/3101/stat : 3101 (java) R 3093 3096 12395 0 -1 4202560 73688 0 0 0 16001 157 0 0 20 0 17 0 105691461 10943037440 2073465 18446744073709551615 4194304 4196468 140727557004592 140333498682064 140333552378599 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3102] ppid=3093 vsize=10686560 memory=2240 CPUtime=161.4 cores=1,3,5,7
/proc/3096/task/3102/stat : 3102 (java) R 3093 3096 12395 0 -1 4202560 80820 0 0 0 15978 162 0 0 20 0 17 0 105691461 10943037440 2073465 18446744073709551615 4194304 4196468 140727557004592 140333497629264 140333552378599 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3103] ppid=3093 vsize=10686560 memory=4296 CPUtime=27.89 cores=1,3,5,7
/proc/3096/task/3103/stat : 3103 (java) S 3093 3096 12395 0 -1 1077944384 41036 0 0 0 2786 3 0 0 20 0 17 0 105691462 10943037440 2073465 18446744073709551615 4194304 4196468 140727557004592 140332732548032 140333559760597 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3104] ppid=3093 vsize=10686560 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3104/stat : 3104 (java) S 3093 3096 12395 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 105691462 10943037440 2073465 18446744073709551615 4194304 4196468 140727557004592 140332731495520 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3105] ppid=3093 vsize=10686560 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3105/stat : 3105 (java) S 3093 3096 12395 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 105691463 10943037440 2073465 18446744073709551615 4194304 4196468 140727557004592 140332730442624 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3106] ppid=3093 vsize=10686560 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3106/stat : 3106 (java) S 3093 3096 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105691465 10943037440 2073465 18446744073709551615 4194304 4196468 140727557004592 140332729390928 140333559768987 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3107] ppid=3093 vsize=10686560 memory=4048 CPUtime=1.77 cores=1,3,5,7
/proc/3096/task/3107/stat : 3107 (java) S 3093 3096 12395 0 -1 1077944384 14219 0 0 0 175 2 0 0 20 0 17 0 105691465 10943037440 2073465 18446744073709551615 4194304 4196468 140727557004592 140332728339072 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3108] ppid=3093 vsize=10686560 memory=30148 CPUtime=1 cores=1,3,5,7
/proc/3096/task/3108/stat : 3108 (java) S 3093 3096 12395 0 -1 1077944384 7186 0 0 0 99 1 0 0 20 0 17 0 105691465 10943037440 2073465 18446744073709551615 4194304 4196468 140727557004592 140332727286560 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3109] ppid=3093 vsize=10686560 memory=1196 CPUtime=0.46 cores=1,3,5,7
/proc/3096/task/3109/stat : 3109 (java) S 3093 3096 12395 0 -1 1077944384 3697 0 0 0 46 0 0 0 20 0 17 0 105691465 10943037440 2073465 18446744073709551615 4194304 4196468 140727557004592 140332726233760 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3110] ppid=3093 vsize=10686560 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3110/stat : 3110 (java) S 3093 3096 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105691465 10943037440 2073465 18446744073709551615 4194304 4196468 140727557004592 140332725181152 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3111] ppid=3093 vsize=10686560 memory=4048 CPUtime=0.07 cores=1,3,5,7
/proc/3096/task/3111/stat : 3111 (java) S 3093 3096 12395 0 -1 1077944384 1303 0 0 0 4 3 0 0 20 0 17 0 105691475 10943037440 2073465 18446744073709551615 4194304 4196468 140727557004592 140332724128432 140333559761538 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3134] ppid=3093 vsize=10686560 memory=30148 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3134/stat : 3134 (java) S 3093 3096 12395 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 105709468 10943037440 2073465 18446744073709551615 4194304 4196468 140727557004592 140332720975472 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3135] ppid=3093 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3135/stat : 3135 (java) S 3093 3096 12395 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 105709468 10943037440 2073465 18446744073709551615 4194304 4196468 140727557004592 140332719924912 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
Current children cumulated CPU time: 691.28 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8293860 KiB

[startup+206.401 s]
/proc/loadavg: 7.68 6.02 5.09 9/217 3136
/proc/meminfo: memFree=14367720/32770624 swapFree=67108860/67108860
[pid=3096] ppid=3093 vsize=10686560 memory=8293864 CPUtime=697.4 cores=1,3,5,7
/proc/3096/stat : 3096 (java) S 3093 3096 12395 0 -1 1077944320 439224 0 0 0 69059 681 0 0 20 0 17 0 105691453 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140727556987136 140333559750391 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
/proc/3096/statm: 2671640 2073466 3178 1 0 2661055 0
[pid=3096/tid=3098] ppid=3093 vsize=10686560 memory=1196 CPUtime=13.33 cores=1,3,5,7
/proc/3096/task/3098/stat : 3098 (java) S 3093 3096 12395 0 -1 1077944384 20920 0 0 0 1322 11 0 0 20 0 17 0 105691460 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140333563991072 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3099] ppid=3093 vsize=10686560 memory=15880 CPUtime=163.85 cores=1,3,5,7
/proc/3096/task/3099/stat : 3099 (java) S 3093 3096 12395 0 -1 1077944384 113267 0 0 0 16220 165 0 0 20 0 17 0 105691461 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140333500787856 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3100] ppid=3093 vsize=10686560 memory=4048 CPUtime=162.91 cores=1,3,5,7
/proc/3096/task/3100/stat : 3100 (java) S 3093 3096 12395 0 -1 1077944384 81270 0 0 0 16118 173 0 0 20 0 17 0 105691461 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140333499735056 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3101] ppid=3093 vsize=10686560 memory=2160 CPUtime=163.08 cores=1,3,5,7
/proc/3096/task/3101/stat : 3101 (java) S 3093 3096 12395 0 -1 1077944384 73688 0 0 0 16150 158 0 0 20 0 17 0 105691461 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140333498682256 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3102] ppid=3093 vsize=10686560 memory=840 CPUtime=162.92 cores=1,3,5,7
/proc/3096/task/3102/stat : 3102 (java) S 3093 3096 12395 0 -1 1077944384 80820 0 0 0 16129 163 0 0 20 0 17 0 105691461 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140333497629456 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3103] ppid=3093 vsize=10686560 memory=1152 CPUtime=27.91 cores=1,3,5,7
/proc/3096/task/3103/stat : 3103 (java) R 3093 3096 12395 0 -1 4202560 41182 0 0 0 2788 3 0 0 20 0 17 0 105691462 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332732548032 140333544746792 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3104] ppid=3093 vsize=10686560 memory=3184 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3104/stat : 3104 (java) S 3093 3096 12395 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 105691462 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332731495520 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3105] ppid=3093 vsize=10686560 memory=8399844 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3105/stat : 3105 (java) S 3093 3096 12395 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 105691463 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332730442624 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3106] ppid=3093 vsize=10686560 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3106/stat : 3106 (java) S 3093 3096 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105691465 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332729390928 140333559768987 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3107] ppid=3093 vsize=10686560 memory=3152 CPUtime=1.77 cores=1,3,5,7
/proc/3096/task/3107/stat : 3107 (java) S 3093 3096 12395 0 -1 1077944384 14219 0 0 0 175 2 0 0 20 0 17 0 105691465 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332728339072 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3108] ppid=3093 vsize=10686560 memory=8293860 CPUtime=1 cores=1,3,5,7
/proc/3096/task/3108/stat : 3108 (java) S 3093 3096 12395 0 -1 1077944384 7186 0 0 0 99 1 0 0 20 0 17 0 105691465 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332727286560 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3109] ppid=3093 vsize=10686560 memory=4068 CPUtime=0.46 cores=1,3,5,7
/proc/3096/task/3109/stat : 3109 (java) S 3093 3096 12395 0 -1 1077944384 3697 0 0 0 46 0 0 0 20 0 17 0 105691465 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332726233760 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3110] ppid=3093 vsize=10686560 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3110/stat : 3110 (java) S 3093 3096 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105691465 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332725181152 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3111] ppid=3093 vsize=10686560 memory=3080 CPUtime=0.07 cores=1,3,5,7
/proc/3096/task/3111/stat : 3111 (java) S 3093 3096 12395 0 -1 1077944384 1303 0 0 0 4 3 0 0 20 0 17 0 105691475 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332724128432 140333559761538 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3134] ppid=3093 vsize=10686560 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3134/stat : 3134 (java) S 3093 3096 12395 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 105709468 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332720975472 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3135] ppid=3093 vsize=10686560 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3135/stat : 3135 (java) S 3093 3096 12395 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 105709468 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332719924912 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
Current children cumulated CPU time: 697.4 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8293864 KiB

[startup+206.801 s]
/proc/loadavg: 7.68 6.02 5.09 9/217 3136
/proc/meminfo: memFree=14367720/32770624 swapFree=67108860/67108860
[pid=3096] ppid=3093 vsize=10686560 memory=8293864 CPUtime=697.8 cores=1,3,5,7
/proc/3096/stat : 3096 (java) S 3093 3096 12395 0 -1 1077944320 439224 0 0 0 69099 681 0 0 20 0 17 0 105691453 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140727556987136 140333559750391 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
/proc/3096/statm: 2671640 2073466 3178 1 0 2661055 0
[pid=3096/tid=3098] ppid=3093 vsize=10686560 memory=8293860 CPUtime=13.33 cores=1,3,5,7
/proc/3096/task/3098/stat : 3098 (java) S 3093 3096 12395 0 -1 1077944384 20920 0 0 0 1322 11 0 0 20 0 17 0 105691460 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140333563991072 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3099] ppid=3093 vsize=10686560 memory=7680170660397595203 CPUtime=163.85 cores=1,3,5,7
/proc/3096/task/3099/stat : 3099 (java) S 3093 3096 12395 0 -1 1077944384 113267 0 0 0 16220 165 0 0 20 0 17 0 105691461 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140333500787856 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3100] ppid=3093 vsize=10686560 memory=4612 CPUtime=162.91 cores=1,3,5,7
/proc/3096/task/3100/stat : 3100 (java) S 3093 3096 12395 0 -1 1077944384 81270 0 0 0 16118 173 0 0 20 0 17 0 105691461 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140333499735056 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3101] ppid=3093 vsize=10686560 memory=1716 CPUtime=163.08 cores=1,3,5,7
/proc/3096/task/3101/stat : 3101 (java) S 3093 3096 12395 0 -1 1077944384 73688 0 0 0 16150 158 0 0 20 0 17 0 105691461 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140333498682256 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3102] ppid=3093 vsize=10686560 memory=9024 CPUtime=162.92 cores=1,3,5,7
/proc/3096/task/3102/stat : 3102 (java) S 3093 3096 12395 0 -1 1077944384 80820 0 0 0 16129 163 0 0 20 0 17 0 105691461 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140333497629456 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3103] ppid=3093 vsize=10686560 memory=1436 CPUtime=28.31 cores=1,3,5,7
/proc/3096/task/3103/stat : 3103 (java) R 3093 3096 12395 0 -1 4202560 41182 0 0 0 2828 3 0 0 20 0 17 0 105691462 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332732548032 140333544746743 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3104] ppid=3093 vsize=10686560 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3104/stat : 3104 (java) S 3093 3096 12395 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 105691462 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332731495520 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3105] ppid=3093 vsize=10686560 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3105/stat : 3105 (java) S 3093 3096 12395 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 105691463 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332730442624 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3106] ppid=3093 vsize=10686560 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3106/stat : 3106 (java) S 3093 3096 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105691465 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332729390928 140333559768987 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3107] ppid=3093 vsize=10686560 memory=4383948 CPUtime=1.77 cores=1,3,5,7
/proc/3096/task/3107/stat : 3107 (java) S 3093 3096 12395 0 -1 1077944384 14219 0 0 0 175 2 0 0 20 0 17 0 105691465 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332728339072 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3108] ppid=3093 vsize=10686560 memory=30132 CPUtime=1 cores=1,3,5,7
/proc/3096/task/3108/stat : 3108 (java) S 3093 3096 12395 0 -1 1077944384 7186 0 0 0 99 1 0 0 20 0 17 0 105691465 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332727286560 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3109] ppid=3093 vsize=10686560 memory=3379568 CPUtime=0.46 cores=1,3,5,7
/proc/3096/task/3109/stat : 3109 (java) S 3093 3096 12395 0 -1 1077944384 3697 0 0 0 46 0 0 0 20 0 17 0 105691465 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332726233760 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3110] ppid=3093 vsize=10686560 memory=4060 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3110/stat : 3110 (java) S 3093 3096 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105691465 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332725181152 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3111] ppid=3093 vsize=10686560 memory=8293524 CPUtime=0.07 cores=1,3,5,7
/proc/3096/task/3111/stat : 3111 (java) S 3093 3096 12395 0 -1 1077944384 1303 0 0 0 4 3 0 0 20 0 17 0 105691475 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332724128432 140333559761538 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3134] ppid=3093 vsize=10686560 memory=51892 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3134/stat : 3134 (java) S 3093 3096 12395 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 105709468 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332720975472 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3135] ppid=3093 vsize=10686560 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3135/stat : 3135 (java) S 3093 3096 12395 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 105709468 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332719924912 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
Current children cumulated CPU time: 697.8 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8293864 KiB

[startup+207.201 s]
/proc/loadavg: 7.47 6.01 5.09 6/217 3136
/proc/meminfo: memFree=14367720/32770624 swapFree=67108860/67108860
[pid=3096] ppid=3093 vsize=10686560 memory=8293864 CPUtime=698.2 cores=1,3,5,7
/proc/3096/stat : 3096 (java) S 3093 3096 12395 0 -1 1077944320 439224 0 0 0 69139 681 0 0 20 0 17 0 105691453 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140727556987136 140333559750391 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
/proc/3096/statm: 2671640 2073466 3178 1 0 2661055 0
[pid=3096/tid=3098] ppid=3093 vsize=10686560 memory=4132 CPUtime=13.33 cores=1,3,5,7
/proc/3096/task/3098/stat : 3098 (java) S 3093 3096 12395 0 -1 1077944384 20920 0 0 0 1322 11 0 0 20 0 17 0 105691460 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140333563991072 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3099] ppid=3093 vsize=10686560 memory=51892 CPUtime=163.85 cores=1,3,5,7
/proc/3096/task/3099/stat : 3099 (java) S 3093 3096 12395 0 -1 1077944384 113267 0 0 0 16220 165 0 0 20 0 17 0 105691461 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140333500787856 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3100] ppid=3093 vsize=10686560 memory=1296 CPUtime=162.91 cores=1,3,5,7
/proc/3096/task/3100/stat : 3100 (java) S 3093 3096 12395 0 -1 1077944384 81270 0 0 0 16118 173 0 0 20 0 17 0 105691461 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140333499735056 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3101] ppid=3093 vsize=10686560 memory=2460 CPUtime=163.08 cores=1,3,5,7
/proc/3096/task/3101/stat : 3101 (java) S 3093 3096 12395 0 -1 1077944384 73688 0 0 0 16150 158 0 0 20 0 17 0 105691461 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140333498682256 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3102] ppid=3093 vsize=10686560 memory=1728 CPUtime=162.92 cores=1,3,5,7
/proc/3096/task/3102/stat : 3102 (java) S 3093 3096 12395 0 -1 1077944384 80820 0 0 0 16129 163 0 0 20 0 17 0 105691461 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140333497629456 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3103] ppid=3093 vsize=10686560 memory=5784 CPUtime=28.71 cores=1,3,5,7
/proc/3096/task/3103/stat : 3103 (java) R 3093 3096 12395 0 -1 4202560 41182 0 0 0 2868 3 0 0 20 0 17 0 105691462 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332732548032 140333538120571 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3104] ppid=3093 vsize=10686560 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3104/stat : 3104 (java) S 3093 3096 12395 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 105691462 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332731495520 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3105] ppid=3093 vsize=10686560 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3105/stat : 3105 (java) S 3093 3096 12395 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 105691463 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332730442624 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3106] ppid=3093 vsize=10686560 memory=9024 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3106/stat : 3106 (java) S 3093 3096 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105691465 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332729390928 140333559768987 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3107] ppid=3093 vsize=10686560 memory=1436 CPUtime=1.77 cores=1,3,5,7
/proc/3096/task/3107/stat : 3107 (java) S 3093 3096 12395 0 -1 1077944384 14219 0 0 0 175 2 0 0 20 0 17 0 105691465 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332728339072 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3108] ppid=3093 vsize=10686560 memory=1196 CPUtime=1 cores=1,3,5,7
/proc/3096/task/3108/stat : 3108 (java) S 3093 3096 12395 0 -1 1077944384 7186 0 0 0 99 1 0 0 20 0 17 0 105691465 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332727286560 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3109] ppid=3093 vsize=10686560 memory=3080 CPUtime=0.46 cores=1,3,5,7
/proc/3096/task/3109/stat : 3109 (java) S 3093 3096 12395 0 -1 1077944384 3697 0 0 0 46 0 0 0 20 0 17 0 105691465 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332726233760 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3110] ppid=3093 vsize=10686560 memory=2792 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3110/stat : 3110 (java) S 3093 3096 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105691465 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332725181152 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3111] ppid=3093 vsize=10686560 memory=6933928925625698159 CPUtime=0.07 cores=1,3,5,7
/proc/3096/task/3111/stat : 3111 (java) S 3093 3096 12395 0 -1 1077944384 1303 0 0 0 4 3 0 0 20 0 17 0 105691475 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332724128432 140333559761538 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3134] ppid=3093 vsize=10686560 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3134/stat : 3134 (java) S 3093 3096 12395 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 105709468 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332720975472 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
[pid=3096/tid=3135] ppid=3093 vsize=10686560 memory=-2025810976467231676 CPUtime=0 cores=1,3,5,7
/proc/3096/task/3135/stat : 3135 (java) S 3093 3096 12395 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 105709468 10943037440 2073466 18446744073709551615 4194304 4196468 140727557004592 140332719924912 140333559760597 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10395648 140727557005712 140727557005865 140727557005865 140727557009359 0
Current children cumulated CPU time: 698.2 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8293864 KiB

Child status: 0
Real time (s): 207.257
CPU time (s): 698.265
CPU user time (s): 691.404
CPU system time (s): 6.86144
CPU usage (%): 336.908
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8293864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 691.404
system time used= 6.86144
maximum resident set size= 8293944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 439376
page faults= 0
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11708
involuntary context switches= 14592


# summary of solver processes directly reported to runsolver:
#   pid: 3096
#   total CPU time (s): 698.265
#   total CPU user time (s): 691.404
#   total CPU system time (s): 6.86144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.33764 second user time and 2.06375 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 17:09:28
IDJOB=4263709
IDBENCH=139726
IDSOLVER=2651
FILE ID=node135/4263709-1502637801
RUNJOBID= node135-1502623989-31952
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-11-11.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263709-1502637801/watcher-4263709-1502637801 -o /tmp/evaluation-result-4263709-1502637801/solver-4263709-1502637801 -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-4263709-1502637801.xml

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

MD5SUM BENCH= bb123246d746538548fb2ce23858e0c6
RANDOM SEED=1423464920

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:        22669060 kB
MemAvailable:   23567312 kB
Buffers:          312644 kB
Cached:           882956 kB
SwapCached:            0 kB
Active:          9083448 kB
Inactive:         557028 kB
Active(anon):    8445072 kB
Inactive(anon):    41324 kB
Active(file):     638376 kB
Inactive(file):   515704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1664 kB
Writeback:             4 kB
AnonPages:       8442740 kB
Mapped:            66920 kB
Shmem:             41656 kB
Slab:             147912 kB
SReclaimable:     120016 kB
SUnreclaim:        27896 kB
KernelStack:        3504 kB
PageTables:        21492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8642632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7868416 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= 62028 MiB
End job on node135 at 2017-08-13 17:12:55