Trace number 4263710

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? (problem) 1432.16 390.87799

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-12-12.xml
MD5SUM413eb2f3dbc4c6295d83fc35d5100e1e
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.0901
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints4357
Number of domains1
Minimum domain size144
Maximum domain size144
Distribution of domain sizes[{"size":144,"count":144}]
Minimum variable degree123
Maximum variable degree123
Distribution of variable degrees[{"degree":123,"count":144}]
Minimum constraint arity4
Maximum constraint arity144
Distribution of constraint arities[{"arity":4,"count":4356},{"arity":144,"count":1}]
Number of extensional constraints0
Number of intensional constraints4356
Distribution of constraint types[{"type":"intension","count":4356},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1324.57/361.58	Aug 13, 2017 5:15:15 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1324.57/361.58	INFO: Runtime exception
1324.57/361.58	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1324.57/361.58		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1324.57/361.58		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1324.57/361.58		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1324.57/361.58		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1324.57/361.58		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1324.57/361.58		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1324.57/361.58		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1324.57/361.58		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1324.57/361.58		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1324.57/361.58		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1324.57/361.58		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1324.57/361.58		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1324.57/361.58		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1324.57/361.58		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1324.57/361.58		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1324.57/361.58		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1324.57/361.58		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1324.57/361.58		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1324.57/361.58		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1324.57/361.58	Caused by: java.lang.reflect.InvocationTargetException
1324.57/361.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1324.57/361.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.57/361.58		at java.lang.reflect.Method.invoke(Method.java:498)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1324.57/361.58		... 21 more
1324.57/361.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1324.57/361.58		... 25 more
1324.57/361.58	Caused by: java.lang.reflect.InvocationTargetException
1324.57/361.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1324.57/361.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.57/361.58		at java.lang.reflect.Method.invoke(Method.java:498)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1324.57/361.58		... 26 more
1324.57/361.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1324.57/361.58		... 30 more
1324.57/361.58	Caused by: java.lang.reflect.InvocationTargetException
1324.57/361.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1324.57/361.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.57/361.58		at java.lang.reflect.Method.invoke(Method.java:498)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1324.57/361.58		... 31 more
1324.57/361.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1324.57/361.58		... 35 more
1324.57/361.58	Caused by: java.lang.reflect.InvocationTargetException
1324.57/361.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1324.57/361.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.57/361.58		at java.lang.reflect.Method.invoke(Method.java:498)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1324.57/361.58		... 36 more
1324.57/361.58	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1324.57/361.58		... 40 more
1324.57/361.58	Caused by: java.lang.reflect.InvocationTargetException
1324.57/361.58		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1324.57/361.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.57/361.58		at java.lang.reflect.Method.invoke(Method.java:498)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1324.57/361.58		... 40 more
1324.57/361.58	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1324.57/361.58		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1324.57/361.58		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1324.57/361.58		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1324.57/361.58		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1324.57/361.58		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1324.57/361.58		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1324.57/361.58		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1324.57/361.58		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1324.57/361.58		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1324.57/361.58		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
1324.57/361.58		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1324.57/361.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.57/361.58		at java.lang.reflect.Method.invoke(Method.java:498)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1324.57/361.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1324.57/361.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.57/361.58		at java.lang.reflect.Method.invoke(Method.java:498)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1324.57/361.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1324.57/361.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.57/361.58		at java.lang.reflect.Method.invoke(Method.java:498)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1324.57/361.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1324.57/361.58		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.57/361.58		at java.lang.reflect.Method.invoke(Method.java:498)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1324.57/361.58		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1324.57/361.58		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1324.57/361.58	
1395.99/381.01	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1395.99/381.01	c This is free software under the dual EPL/GNU LGPL licenses.
1395.99/381.01	c See www.sat4j.org for details.
1395.99/381.01	c That software uses the Rhino library from the Mozilla project.
1395.99/381.01	c version CUSTOM.v20170705
1395.99/381.01	c java.runtime.name	Java(TM) SE Runtime Environment
1395.99/381.01	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1395.99/381.01	c java.vm.version	25.131-b11
1395.99/381.01	c java.vm.vendor	Oracle Corporation
1395.99/381.01	c sun.arch.data.model	64
1395.99/381.01	c java.version		1.8.0_131
1395.99/381.01	c os.name		Linux
1395.99/381.01	c os.version		3.10.0-514.16.1.el7.x86_64
1395.99/381.01	c os.arch		amd64
1395.99/381.01	c Free memory 		499604488
1395.99/381.01	c Max memory 		7247757312
1395.99/381.01	c Total memory 		504889344
1395.99/381.01	c Number of processors 	4
1395.99/381.01	c c --- Begin Solver configuration ---
1395.99/381.01	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1395.99/381.01	c Learn all clauses as in MiniSAT
1395.99/381.01	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1395.99/381.01	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1395.99/381.01	c No reason simplification
1395.99/381.01	c Glucose 2.1 dynamic restart strategy
1395.99/381.01	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
1395.99/381.01	c timeout=2147483s
1395.99/381.01	c DB Simplification allowed=false
1395.99/381.01	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1395.99/381.01	c --- End Solver configuration ---
1432.07/390.84	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1432.07/390.84		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1432.07/390.84		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1432.07/390.84		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1432.07/390.84		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1432.07/390.84		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1432.07/390.84		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1432.07/390.84		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1432.07/390.84		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1432.07/390.84		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (14564 MiB free)
  memory of node 1: 16384 MiB (15571 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263710-1502637802/watcher-4263710-1502637802 -o /tmp/evaluation-result-4263710-1502637802/solver-4263710-1502637802 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263710-1502637802.xml 

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

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


[startup+0.102239 s]*
/proc/loadavg: 5.03 4.90 4.56 3/204 29232
/proc/meminfo: memFree=30847108/32770624 swapFree=67105588/67108860
[pid=29223] ppid=29220 vsize=10151672 memory=21252 CPUtime=0.04 cores=1,3,5,7
/proc/29223/stat : 29223 (java) S 29220 29223 12560 0 -1 1077944320 4176 0 0 0 4 0 0 0 20 0 9 0 65975589 10395312128 5313 18446744073709551615 4194304 4196468 140724659487568 140724659470112 140474761621239 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
/proc/29223/statm: 2537918 5313 2155 1 0 2527415 0
[pid=29223/tid=29225] ppid=29220 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=1,3,5,7
/proc/29223/task/29225/stat : 29225 (java) R 29220 29223 12560 0 -1 4202560 2816 0 0 0 3 0 0 0 20 0 9 0 65975596 10395312128 5313 18446744073709551615 4194304 4196468 140724659487568 140474765856632 140474761643165 0 4 1 16800970 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29226] ppid=29220 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29226/stat : 29226 (java) S 29220 29223 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65975596 10395312128 5313 18446744073709551615 4194304 4196468 140724659487568 140474692040976 140474761631445 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29227] ppid=29220 vsize=10151672 memory=140629564753536 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29227/stat : 29227 (java) S 29220 29223 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65975596 10395312128 5313 18446744073709551615 4194304 4196468 140724659487568 140474371271056 140474761631445 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29228] ppid=29220 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29228/stat : 29228 (java) S 29220 29223 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65975596 10395312128 5313 18446744073709551615 4194304 4196468 140724659487568 140474370218512 140474761631445 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29229] ppid=29220 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29229/stat : 29229 (java) S 29220 29223 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65975596 10395312128 5313 18446744073709551615 4194304 4196468 140724659487568 140474369165968 140474761631445 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29230] ppid=29220 vsize=10151672 memory=140629564753536 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29230/stat : 29230 (java) S 29220 29223 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65975598 10395312128 5313 18446744073709551615 4194304 4196468 140724659487568 140474257775088 140474761632386 0 0 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29231] ppid=29220 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29231/stat : 29231 (java) S 29220 29223 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 65975598 10395312128 5313 18446744073709551615 4194304 4196468 140724659487568 140474256721312 140474761631445 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29232] ppid=29220 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29232/stat : 29232 (java) S 29220 29223 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 65975598 10395312128 5313 18446744073709551615 4194304 4196468 140724659487568 140474255668720 140474761631445 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21252 KiB

[startup+0.21012 s]*
/proc/loadavg: 5.03 4.90 4.56 4/210 29238
/proc/meminfo: memFree=30843164/32770624 swapFree=67105588/67108860
[pid=29223] ppid=29220 vsize=10551156 memory=29812 CPUtime=0.11 cores=1,3,5,7
/proc/29223/stat : 29223 (java) S 29220 29223 12560 0 -1 1077944320 7051 0 0 0 10 1 0 0 20 0 15 0 65975589 10804383744 7453 18446744073709551615 4194304 4196468 140724659487568 140724659470112 140474761621239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
/proc/29223/statm: 2638045 7453 2796 1 0 2627517 0
[pid=29223/tid=29225] ppid=29220 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/29223/task/29225/stat : 29225 (java) R 29220 29223 12560 0 -1 4202560 5058 0 0 0 7 1 0 0 20 0 15 0 65975596 10805432320 7518 18446744073709551615 4194304 4196468 140724659487568 140474765809584 140474754300957 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29226] ppid=29220 vsize=10552180 memory=328 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29226/stat : 29226 (java) S 29220 29223 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65975596 10805432320 7518 18446744073709551615 4194304 4196468 140724659487568 140474692040976 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29227] ppid=29220 vsize=10552180 memory=288371005716465280 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29227/stat : 29227 (java) S 29220 29223 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65975596 10805432320 7518 18446744073709551615 4194304 4196468 140724659487568 140474371271056 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29228] ppid=29220 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29228/stat : 29228 (java) S 29220 29223 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65975596 10805432320 7584 18446744073709551615 4194304 4196468 140724659487568 140474370218512 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29229] ppid=29220 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29229/stat : 29229 (java) S 29220 29223 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65975596 10805432320 7584 18446744073709551615 4194304 4196468 140724659487568 140474369165968 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29230] ppid=29220 vsize=10552180 memory=140629564753536 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29230/stat : 29230 (java) S 29220 29223 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65975598 10805432320 7584 18446744073709551615 4194304 4196468 140724659487568 140474257775088 140474761632386 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29231] ppid=29220 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29231/stat : 29231 (java) S 29220 29223 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65975598 10805432320 7650 18446744073709551615 4194304 4196468 140724659487568 140474256721312 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29232] ppid=29220 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29232/stat : 29232 (java) S 29220 29223 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65975598 10805432320 7650 18446744073709551615 4194304 4196468 140724659487568 140474255668720 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29233] ppid=29220 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29233/stat : 29233 (java) S 29220 29223 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65975601 10805432320 7650 18446744073709551615 4194304 4196468 140724659487568 140474254617296 140474761639835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29234] ppid=29220 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29234/stat : 29234 (java) S 29220 29223 12560 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 65975601 10805432320 7650 18446744073709551615 4194304 4196468 140724659487568 140474253563888 140474761632386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29235] ppid=29220 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29235/stat : 29235 (java) S 29220 29223 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65975601 10805432320 7650 18446744073709551615 4194304 4196468 140724659487568 140474252511344 140474761632386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29236] ppid=29220 vsize=10552180 memory=140629564753536 CPUtime=0.01 cores=1,3,5,7
/proc/29223/task/29236/stat : 29236 (java) S 29220 29223 12560 0 -1 1077944384 296 0 0 0 1 0 0 0 20 0 15 0 65975601 10805432320 7650 18446744073709551615 4194304 4196468 140724659487568 140474251458800 140474761632386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29237] ppid=29220 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29237/stat : 29237 (java) S 29220 29223 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65975601 10805432320 7650 18446744073709551615 4194304 4196468 140724659487568 140474250406496 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29238] ppid=29220 vsize=10552180 memory=140629564753536 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29238/stat : 29238 (java) S 29220 29223 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65975607 10805432320 7650 18446744073709551615 4194304 4196468 140724659487568 140474249354032 140474761632386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29812 KiB

[startup+0.310176 s]*
/proc/loadavg: 5.03 4.90 4.56 3/210 29238
/proc/meminfo: memFree=30832788/32770624 swapFree=67105588/67108860
[pid=29223] ppid=29220 vsize=10551156 memory=36992 CPUtime=0.27 cores=1,3,5,7
/proc/29223/stat : 29223 (java) S 29220 29223 12560 0 -1 1077944320 8535 0 0 0 25 2 0 0 20 0 15 0 65975589 10804383744 9248 18446744073709551615 4194304 4196468 140724659487568 140724659470112 140474761621239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
/proc/29223/statm: 2637789 9248 2870 1 0 2627261 0
[pid=29223/tid=29225] ppid=29220 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/29223/task/29225/stat : 29225 (java) R 29220 29223 12560 0 -1 4202560 6153 0 0 0 17 1 0 0 20 0 15 0 65975596 10804383744 9248 18446744073709551615 4194304 4196468 140724659487568 140474765859544 140474761633174 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29226] ppid=29220 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29226/stat : 29226 (java) S 29220 29223 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65975596 10804383744 9248 18446744073709551615 4194304 4196468 140724659487568 140474692040976 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29227] ppid=29220 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29227/stat : 29227 (java) S 29220 29223 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65975596 10804383744 9248 18446744073709551615 4194304 4196468 140724659487568 140474371271056 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29228] ppid=29220 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29228/stat : 29228 (java) S 29220 29223 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65975596 10804383744 9248 18446744073709551615 4194304 4196468 140724659487568 140474370218512 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29229] ppid=29220 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29229/stat : 29229 (java) S 29220 29223 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65975596 10804383744 9248 18446744073709551615 4194304 4196468 140724659487568 140474369165968 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29230] ppid=29220 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29230/stat : 29230 (java) S 29220 29223 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65975598 10804383744 9248 18446744073709551615 4194304 4196468 140724659487568 140474257775088 140474761632386 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29231] ppid=29220 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29231/stat : 29231 (java) S 29220 29223 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65975598 10804383744 9248 18446744073709551615 4194304 4196468 140724659487568 140474256721312 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29232] ppid=29220 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29232/stat : 29232 (java) S 29220 29223 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65975598 10804383744 9248 18446744073709551615 4194304 4196468 140724659487568 140474255668720 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29233] ppid=29220 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29233/stat : 29233 (java) S 29220 29223 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65975601 10804383744 9248 18446744073709551615 4194304 4196468 140724659487568 140474254617296 140474761639835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29234] ppid=29220 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29223/task/29234/stat : 29234 (java) S 29220 29223 12560 0 -1 1077944384 522 0 0 0 1 0 0 0 20 0 15 0 65975601 10804383744 9248 18446744073709551615 4194304 4196468 140724659487568 140474253563888 140474761632386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29235] ppid=29220 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29223/task/29235/stat : 29235 (java) S 29220 29223 12560 0 -1 1077944384 89 0 0 0 1 0 0 0 20 0 15 0 65975601 10804383744 9248 18446744073709551615 4194304 4196468 140724659487568 140474252511344 140474761632386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29236] ppid=29220 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/29223/task/29236/stat : 29236 (java) R 29220 29223 12560 0 -1 4202560 406 0 0 0 4 0 0 0 20 0 15 0 65975601 10804383744 9248 18446744073709551615 4194304 4196468 140724659487568 140474251458800 140474745701726 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29237] ppid=29220 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29237/stat : 29237 (java) S 29220 29223 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65975601 10804383744 9248 18446744073709551615 4194304 4196468 140724659487568 140474250406496 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29238] ppid=29220 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29238/stat : 29238 (java) S 29220 29223 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65975607 10804383744 9248 18446744073709551615 4194304 4196468 140724659487568 140474249354032 140474761632386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36992 KiB

[startup+0.709278 s]
/proc/loadavg: 5.03 4.90 4.56 5/210 29238
/proc/meminfo: memFree=30811500/32770624 swapFree=67105588/67108860
[pid=29223] ppid=29220 vsize=10551232 memory=110216 CPUtime=1.53 cores=1,3,5,7
/proc/29223/stat : 29223 (java) S 29220 29223 12560 0 -1 1077944320 13095 0 0 0 149 4 0 0 20 0 15 0 65975589 10804461568 27554 18446744073709551615 4194304 4196468 140724659487568 140724659470112 140474761621239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
/proc/29223/statm: 2637808 27554 3060 1 0 2627261 0
[pid=29223/tid=29225] ppid=29220 vsize=10551232 memory=83 CPUtime=0.57 cores=1,3,5,7
/proc/29223/task/29225/stat : 29225 (java) R 29220 29223 12560 0 -1 4202560 7453 0 0 0 54 3 0 0 20 0 15 0 65975596 10804461568 27554 18446744073709551615 4194304 4196468 140724659487568 140474765849472 140474743472199 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29226] ppid=29220 vsize=10551232 memory=27 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29226/stat : 29226 (java) S 29220 29223 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65975596 10804461568 27554 18446744073709551615 4194304 4196468 140724659487568 140474692040976 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29227] ppid=29220 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29227/stat : 29227 (java) S 29220 29223 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65975596 10804461568 27554 18446744073709551615 4194304 4196468 140724659487568 140474371271056 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29228] ppid=29220 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29228/stat : 29228 (java) S 29220 29223 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65975596 10804461568 27554 18446744073709551615 4194304 4196468 140724659487568 140474370218512 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29229] ppid=29220 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29229/stat : 29229 (java) S 29220 29223 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65975596 10804461568 27554 18446744073709551615 4194304 4196468 140724659487568 140474369165968 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29230] ppid=29220 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29230/stat : 29230 (java) S 29220 29223 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 65975598 10804461568 27554 18446744073709551615 4194304 4196468 140724659487568 140474257775088 140474761632386 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29231] ppid=29220 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29231/stat : 29231 (java) S 29220 29223 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65975598 10804461568 27554 18446744073709551615 4194304 4196468 140724659487568 140474256721312 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29232] ppid=29220 vsize=10551232 memory=853 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29232/stat : 29232 (java) S 29220 29223 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65975598 10804461568 27554 18446744073709551615 4194304 4196468 140724659487568 140474255668720 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29233] ppid=29220 vsize=10551232 memory=56 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29233/stat : 29233 (java) S 29220 29223 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65975601 10804461568 27554 18446744073709551615 4194304 4196468 140724659487568 140474254617296 140474761639835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29234] ppid=29220 vsize=10551232 memory=224 CPUtime=0.34 cores=1,3,5,7
/proc/29223/task/29234/stat : 29234 (java) R 29220 29223 12560 0 -1 4202560 1661 0 0 0 34 0 0 0 20 0 15 0 65975601 10804461568 27554 18446744073709551615 4194304 4196468 140724659487568 140474253551264 140474745152718 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29235] ppid=29220 vsize=10551232 memory=281258886172432 CPUtime=0.33 cores=1,3,5,7
/proc/29223/task/29235/stat : 29235 (java) R 29220 29223 12560 0 -1 4202560 1057 0 0 0 33 0 0 0 20 0 15 0 65975601 10804461568 27554 18446744073709551615 4194304 4196468 140724659487568 140474252497440 140474743164571 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29236] ppid=29220 vsize=10551232 memory=2511884781313 CPUtime=0.26 cores=1,3,5,7
/proc/29223/task/29236/stat : 29236 (java) S 29220 29223 12560 0 -1 1077944384 1554 0 0 0 26 0 0 0 20 0 15 0 65975601 10804461568 27554 18446744073709551615 4194304 4196468 140724659487568 140474251458800 140474761632386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29237] ppid=29220 vsize=10551232 memory=2520474715905 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29237/stat : 29237 (java) S 29220 29223 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65975601 10804461568 27554 18446744073709551615 4194304 4196468 140724659487568 140474250406496 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29238] ppid=29220 vsize=10551232 memory=2563424388865 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29238/stat : 29238 (java) S 29220 29223 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65975607 10804461568 27554 18446744073709551615 4194304 4196468 140724659487568 140474249354032 140474761632386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 110216 KiB

[startup+1.50128 s]
/proc/loadavg: 5.03 4.90 4.56 3/210 29238
/proc/meminfo: memFree=30662948/32770624 swapFree=67105588/67108860
[pid=29223] ppid=29220 vsize=10551232 memory=434940 CPUtime=3.43 cores=1,3,5,7
/proc/29223/stat : 29223 (java) S 29220 29223 12560 0 -1 1077944320 14267 0 0 0 321 22 0 0 20 0 15 0 65975589 10804461568 108735 18446744073709551615 4194304 4196468 140724659487568 140724659470112 140474761621239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
/proc/29223/statm: 2637808 108735 3105 1 0 2627261 0
[pid=29223/tid=29225] ppid=29220 vsize=10551232 memory=83 CPUtime=1.19 cores=1,3,5,7
/proc/29223/task/29225/stat : 29225 (java) S 29220 29223 12560 0 -1 1077944384 7641 0 0 0 114 5 0 0 20 0 15 0 65975596 10804461568 108735 18446744073709551615 4194304 4196468 140724659487568 140474765855984 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29226] ppid=29220 vsize=10551232 memory=27 CPUtime=0.15 cores=1,3,5,7
/proc/29223/task/29226/stat : 29226 (java) R 29220 29223 12560 0 -1 4202560 157 0 0 0 12 3 0 0 20 0 15 0 65975596 10804461568 108735 18446744073709551615 4194304 4196468 140724659487568 140474692040976 140474746645294 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29227] ppid=29220 vsize=10551232 memory=281258886404384 CPUtime=0.16 cores=1,3,5,7
/proc/29223/task/29227/stat : 29227 (java) R 29220 29223 12560 0 -1 4202560 151 0 0 0 12 4 0 0 20 0 15 0 65975596 10804461568 108735 18446744073709551615 4194304 4196468 140724659487568 140474371271056 140474746643360 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29228] ppid=29220 vsize=10551232 memory=9132 CPUtime=0.14 cores=1,3,5,7
/proc/29223/task/29228/stat : 29228 (java) R 29220 29223 12560 0 -1 4202560 141 0 0 0 11 3 0 0 20 0 15 0 65975596 10804461568 108735 18446744073709551615 4194304 4196468 140724659487568 140474370218512 140474746645294 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29229] ppid=29220 vsize=10551232 memory=19658 CPUtime=0.15 cores=1,3,5,7
/proc/29223/task/29229/stat : 29229 (java) R 29220 29223 12560 0 -1 4202560 151 0 0 0 12 3 0 0 20 0 15 0 65975596 10804461568 108735 18446744073709551615 4194304 4196468 140724659487568 140474369166168 140474746643360 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29230] ppid=29220 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29230/stat : 29230 (java) S 29220 29223 12560 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 65975598 10804461568 108735 18446744073709551615 4194304 4196468 140724659487568 140474257773600 140474761631445 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29231] ppid=29220 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29231/stat : 29231 (java) S 29220 29223 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65975598 10804461568 108735 18446744073709551615 4194304 4196468 140724659487568 140474256721312 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29232] ppid=29220 vsize=10551232 memory=299252 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29232/stat : 29232 (java) S 29220 29223 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65975598 10804461568 108735 18446744073709551615 4194304 4196468 140724659487568 140474255668720 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29233] ppid=29220 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29233/stat : 29233 (java) S 29220 29223 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65975601 10804461568 108735 18446744073709551615 4194304 4196468 140724659487568 140474254617296 140474761639835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29234] ppid=29220 vsize=10551232 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/29223/task/29234/stat : 29234 (java) S 29220 29223 12560 0 -1 1077944384 1775 0 0 0 62 0 0 0 20 0 15 0 65975601 10804461568 108735 18446744073709551615 4194304 4196468 140724659487568 140474253563888 140474761632386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29235] ppid=29220 vsize=10551232 memory=6788 CPUtime=0.6 cores=1,3,5,7
/proc/29223/task/29235/stat : 29235 (java) S 29220 29223 12560 0 -1 1077944384 1126 0 0 0 60 0 0 0 20 0 15 0 65975601 10804461568 108735 18446744073709551615 4194304 4196468 140724659487568 140474252511344 140474761632386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29236] ppid=29220 vsize=10551232 memory=281258886240192 CPUtime=0.33 cores=1,3,5,7
/proc/29223/task/29236/stat : 29236 (java) S 29220 29223 12560 0 -1 1077944384 1680 0 0 0 33 0 0 0 20 0 15 0 65975601 10804461568 108735 18446744073709551615 4194304 4196468 140724659487568 140474251458800 140474761632386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0

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

[pid=29223/tid=29226] ppid=29220 vsize=10686560 memory=37528 CPUtime=347.23 cores=1,3,5,7
/proc/29223/task/29226/stat : 29226 (java) R 29220 29223 12560 0 -1 4202560 23024 0 0 0 34546 177 0 0 20 0 17 0 65975596 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474692040784 140474754249447 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29227] ppid=29220 vsize=10686560 memory=0 CPUtime=346.08 cores=1,3,5,7
/proc/29223/task/29227/stat : 29227 (java) R 29220 29223 12560 0 -1 4202560 28057 0 0 0 34430 178 0 0 20 0 17 0 65975596 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474371271256 140474746610797 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29228] ppid=29220 vsize=10686560 memory=8243671169185114215 CPUtime=345.25 cores=1,3,5,7
/proc/29223/task/29228/stat : 29228 (java) R 29220 29223 12560 0 -1 4202560 20791 0 0 0 34338 187 0 0 20 0 17 0 65975596 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474370218632 140474754249447 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29229] ppid=29220 vsize=10686560 memory=8175644 CPUtime=345.7 cores=1,3,5,7
/proc/29223/task/29229/stat : 29229 (java) R 29220 29223 12560 0 -1 4202560 19974 0 0 0 34377 193 0 0 20 0 17 0 65975596 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474369165776 140474754249447 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29230] ppid=29220 vsize=10686560 memory=7235147594880805952 CPUtime=24.83 cores=1,3,5,7
/proc/29223/task/29230/stat : 29230 (java) S 29220 29223 12560 0 -1 1077944384 59909 0 0 0 2479 4 0 0 20 0 17 0 65975598 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474257773632 140474761631445 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29231] ppid=29220 vsize=10686560 memory=7523376918531162212 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29231/stat : 29231 (java) S 29220 29223 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 65975598 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474256721376 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29232] ppid=29220 vsize=10686560 memory=4639948313719891052 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29232/stat : 29232 (java) S 29220 29223 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 65975598 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474255668736 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29233] ppid=29220 vsize=10686560 memory=7886479590638774376 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29233/stat : 29233 (java) S 29220 29223 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65975601 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474254617296 140474761639835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29234] ppid=29220 vsize=10686560 memory=8175644 CPUtime=1.03 cores=1,3,5,7
/proc/29223/task/29234/stat : 29234 (java) S 29220 29223 12560 0 -1 1077944384 7390 0 0 0 102 1 0 0 20 0 17 0 65975601 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474253563936 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29235] ppid=29220 vsize=10686560 memory=8243671169185114215 CPUtime=1.68 cores=1,3,5,7
/proc/29223/task/29235/stat : 29235 (java) S 29220 29223 12560 0 -1 1077944384 12524 0 0 0 167 1 0 0 20 0 17 0 65975601 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474252511104 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29236] ppid=29220 vsize=10686560 memory=-8774313645642428999 CPUtime=0.47 cores=1,3,5,7
/proc/29223/task/29236/stat : 29236 (java) S 29220 29223 12560 0 -1 1077944384 5633 0 0 0 46 1 0 0 20 0 17 0 65975601 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474251458848 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29237] ppid=29220 vsize=10686560 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29237/stat : 29237 (java) S 29220 29223 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65975601 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474250406496 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29238] ppid=29220 vsize=10686560 memory=1004 CPUtime=0.16 cores=1,3,5,7
/proc/29223/task/29238/stat : 29238 (java) S 29220 29223 12560 0 -1 1077944384 640 0 0 0 8 8 0 0 20 0 17 0 65975607 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474249354032 140474761632386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29347] ppid=29220 vsize=10686560 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29347/stat : 29347 (java) S 29220 29223 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 66011748 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474246201328 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29348] ppid=29220 vsize=10686560 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29348/stat : 29348 (java) S 29220 29223 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66011748 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474245149024 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
Current children cumulated CPU time: 1426.56 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8175644 KiB

[startup+389.601 s]
/proc/loadavg: 7.42 6.67 5.45 9/213 29351
/proc/meminfo: memFree=15241916/32770624 swapFree=67105588/67108860
[pid=29223] ppid=29220 vsize=10686560 memory=8175644 CPUtime=1429.66 cores=1,3,5,7
/proc/29223/stat : 29223 (java) S 29220 29223 12560 0 -1 1077944320 196060 0 0 0 142209 757 0 0 20 0 17 0 65975589 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140724659470112 140474761621239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
/proc/29223/statm: 2671640 2043911 3183 1 0 2661055 0
[pid=29223/tid=29225] ppid=29220 vsize=10686560 memory=8175644 CPUtime=14.03 cores=1,3,5,7
/proc/29223/task/29225/stat : 29225 (java) S 29220 29223 12560 0 -1 1077944384 16579 0 0 0 1395 8 0 0 20 0 17 0 65975596 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474765861920 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29226] ppid=29220 vsize=10686560 memory=8604 CPUtime=348 cores=1,3,5,7
/proc/29223/task/29226/stat : 29226 (java) R 29220 29223 12560 0 -1 4202560 23024 0 0 0 34623 177 0 0 20 0 17 0 65975596 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474692040784 140474754249447 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29227] ppid=29220 vsize=10686560 memory=1716 CPUtime=346.88 cores=1,3,5,7
/proc/29223/task/29227/stat : 29227 (java) R 29220 29223 12560 0 -1 4202560 28145 0 0 0 34510 178 0 0 20 0 17 0 65975596 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474371271256 140474746321117 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29228] ppid=29220 vsize=10686560 memory=-8774313645642428999 CPUtime=346.01 cores=1,3,5,7
/proc/29223/task/29228/stat : 29228 (java) R 29220 29223 12560 0 -1 4202560 20791 0 0 0 34414 187 0 0 20 0 17 0 65975596 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474370218632 140474754249447 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29229] ppid=29220 vsize=10686560 memory=14260 CPUtime=346.47 cores=1,3,5,7
/proc/29223/task/29229/stat : 29229 (java) R 29220 29223 12560 0 -1 4202560 19974 0 0 0 34454 193 0 0 20 0 17 0 65975596 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474369165776 140474754249447 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29230] ppid=29220 vsize=10686560 memory=796 CPUtime=24.83 cores=1,3,5,7
/proc/29223/task/29230/stat : 29230 (java) S 29220 29223 12560 0 -1 1077944384 59909 0 0 0 2479 4 0 0 20 0 17 0 65975598 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474257773632 140474761631445 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29231] ppid=29220 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29231/stat : 29231 (java) S 29220 29223 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 65975598 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474256721376 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29232] ppid=29220 vsize=10686560 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29232/stat : 29232 (java) S 29220 29223 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 65975598 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474255668736 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29233] ppid=29220 vsize=10686560 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29233/stat : 29233 (java) S 29220 29223 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65975601 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474254617296 140474761639835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29234] ppid=29220 vsize=10686560 memory=2384 CPUtime=1.03 cores=1,3,5,7
/proc/29223/task/29234/stat : 29234 (java) S 29220 29223 12560 0 -1 1077944384 7390 0 0 0 102 1 0 0 20 0 17 0 65975601 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474253563936 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29235] ppid=29220 vsize=10686560 memory=1688 CPUtime=1.68 cores=1,3,5,7
/proc/29223/task/29235/stat : 29235 (java) S 29220 29223 12560 0 -1 1077944384 12524 0 0 0 167 1 0 0 20 0 17 0 65975601 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474252511104 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29236] ppid=29220 vsize=10686560 memory=5808 CPUtime=0.47 cores=1,3,5,7
/proc/29223/task/29236/stat : 29236 (java) S 29220 29223 12560 0 -1 1077944384 5633 0 0 0 46 1 0 0 20 0 17 0 65975601 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474251458848 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29237] ppid=29220 vsize=10686560 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29237/stat : 29237 (java) S 29220 29223 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65975601 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474250406496 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29238] ppid=29220 vsize=10686560 memory=1004 CPUtime=0.16 cores=1,3,5,7
/proc/29223/task/29238/stat : 29238 (java) S 29220 29223 12560 0 -1 1077944384 644 0 0 0 8 8 0 0 20 0 17 0 65975607 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474249354032 140474761632386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29347] ppid=29220 vsize=10686560 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29347/stat : 29347 (java) S 29220 29223 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 66011748 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474246201328 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29348] ppid=29220 vsize=10686560 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29348/stat : 29348 (java) S 29220 29223 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66011748 10943037440 2043911 18446744073709551615 4194304 4196468 140724659487568 140474245149024 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
Current children cumulated CPU time: 1429.66 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8175644 KiB

[startup+390.401 s]
/proc/loadavg: 7.42 6.67 5.45 9/213 29351
/proc/meminfo: memFree=15241916/32770624 swapFree=67105588/67108860
[pid=29223] ppid=29220 vsize=10686560 memory=8175648 CPUtime=1431.67 cores=1,3,5,7
/proc/29223/stat : 29223 (java) S 29220 29223 12560 0 -1 1077944320 196545 0 0 0 142409 758 0 0 20 0 17 0 65975589 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140724659470112 140474761621239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
/proc/29223/statm: 2671640 2043912 3183 1 0 2661055 0
[pid=29223/tid=29225] ppid=29220 vsize=10686560 memory=-8774313645642428999 CPUtime=14.03 cores=1,3,5,7
/proc/29223/task/29225/stat : 29225 (java) S 29220 29223 12560 0 -1 1077944384 16579 0 0 0 1395 8 0 0 20 0 17 0 65975596 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474765861920 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29226] ppid=29220 vsize=10686560 memory=956 CPUtime=348.41 cores=1,3,5,7
/proc/29223/task/29226/stat : 29226 (java) S 29220 29223 12560 0 -1 1077944384 23024 0 0 0 34664 177 0 0 20 0 17 0 65975596 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474692040976 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29227] ppid=29220 vsize=10686560 memory=8175648 CPUtime=347.3 cores=1,3,5,7
/proc/29223/task/29227/stat : 29227 (java) S 29220 29223 12560 0 -1 1077944384 28161 0 0 0 34552 178 0 0 20 0 17 0 65975596 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474371271056 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29228] ppid=29220 vsize=10686560 memory=8175604 CPUtime=346.4 cores=1,3,5,7
/proc/29223/task/29228/stat : 29228 (java) S 29220 29223 12560 0 -1 1077944384 20791 0 0 0 34453 187 0 0 20 0 17 0 65975596 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474370218512 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29229] ppid=29220 vsize=10686560 memory=1232 CPUtime=346.88 cores=1,3,5,7
/proc/29223/task/29229/stat : 29229 (java) S 29220 29223 12560 0 -1 1077944384 19974 0 0 0 34495 193 0 0 20 0 17 0 65975596 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474369165968 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29230] ppid=29220 vsize=10686560 memory=2240 CPUtime=25.21 cores=1,3,5,7
/proc/29223/task/29230/stat : 29230 (java) R 29220 29223 12560 0 -1 4202560 60378 0 0 0 2517 4 0 0 20 0 17 0 65975598 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474257773520 140474746617640 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29231] ppid=29220 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29231/stat : 29231 (java) S 29220 29223 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 65975598 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474256721376 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29232] ppid=29220 vsize=10686560 memory=1 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29232/stat : 29232 (java) S 29220 29223 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 65975598 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474255668736 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29233] ppid=29220 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29233/stat : 29233 (java) S 29220 29223 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65975601 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474254617296 140474761639835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29234] ppid=29220 vsize=10686560 memory=1 CPUtime=1.03 cores=1,3,5,7
/proc/29223/task/29234/stat : 29234 (java) S 29220 29223 12560 0 -1 1077944384 7390 0 0 0 102 1 0 0 20 0 17 0 65975601 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474253563936 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29235] ppid=29220 vsize=10686560 memory=-8774313645642428999 CPUtime=1.68 cores=1,3,5,7
/proc/29223/task/29235/stat : 29235 (java) S 29220 29223 12560 0 -1 1077944384 12524 0 0 0 167 1 0 0 20 0 17 0 65975601 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474252511104 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29236] ppid=29220 vsize=10686560 memory=1688 CPUtime=0.47 cores=1,3,5,7
/proc/29223/task/29236/stat : 29236 (java) S 29220 29223 12560 0 -1 1077944384 5633 0 0 0 46 1 0 0 20 0 17 0 65975601 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474251458848 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29237] ppid=29220 vsize=10686560 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29237/stat : 29237 (java) S 29220 29223 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65975601 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474250406496 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29238] ppid=29220 vsize=10686560 memory=3104 CPUtime=0.16 cores=1,3,5,7
/proc/29223/task/29238/stat : 29238 (java) S 29220 29223 12560 0 -1 1077944384 644 0 0 0 8 8 0 0 20 0 17 0 65975607 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474249354032 140474761632386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29347] ppid=29220 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29347/stat : 29347 (java) S 29220 29223 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 66011748 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474246201328 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29348] ppid=29220 vsize=10686560 memory=8175604 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29348/stat : 29348 (java) S 29220 29223 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66011748 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474245149024 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
Current children cumulated CPU time: 1431.67 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8175648 KiB

[startup+390.801 s]
/proc/loadavg: 7.42 6.67 5.45 9/213 29351
/proc/meminfo: memFree=15241916/32770624 swapFree=67105588/67108860
[pid=29223] ppid=29220 vsize=10686560 memory=8175648 CPUtime=1432.07 cores=1,3,5,7
/proc/29223/stat : 29223 (java) S 29220 29223 12560 0 -1 1077944320 196545 0 0 0 142449 758 0 0 20 0 17 0 65975589 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140724659470112 140474761621239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
/proc/29223/statm: 2671640 2043912 3183 1 0 2661055 0
[pid=29223/tid=29225] ppid=29220 vsize=10686560 memory=796 CPUtime=14.03 cores=1,3,5,7
/proc/29223/task/29225/stat : 29225 (java) S 29220 29223 12560 0 -1 1077944384 16579 0 0 0 1395 8 0 0 20 0 17 0 65975596 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474765861920 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29226] ppid=29220 vsize=10686560 memory=1228 CPUtime=348.41 cores=1,3,5,7
/proc/29223/task/29226/stat : 29226 (java) S 29220 29223 12560 0 -1 1077944384 23024 0 0 0 34664 177 0 0 20 0 17 0 65975596 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474692040976 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29227] ppid=29220 vsize=10686560 memory=1412 CPUtime=347.3 cores=1,3,5,7
/proc/29223/task/29227/stat : 29227 (java) S 29220 29223 12560 0 -1 1077944384 28161 0 0 0 34552 178 0 0 20 0 17 0 65975596 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474371271056 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29228] ppid=29220 vsize=10686560 memory=15584 CPUtime=346.4 cores=1,3,5,7
/proc/29223/task/29228/stat : 29228 (java) S 29220 29223 12560 0 -1 1077944384 20791 0 0 0 34453 187 0 0 20 0 17 0 65975596 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474370218512 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29229] ppid=29220 vsize=10686560 memory=23008 CPUtime=346.88 cores=1,3,5,7
/proc/29223/task/29229/stat : 29229 (java) S 29220 29223 12560 0 -1 1077944384 19974 0 0 0 34495 193 0 0 20 0 17 0 65975596 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474369165968 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29230] ppid=29220 vsize=10686560 memory=8604 CPUtime=25.61 cores=1,3,5,7
/proc/29223/task/29230/stat : 29230 (java) R 29220 29223 12560 0 -1 4202560 60378 0 0 0 2557 4 0 0 20 0 17 0 65975598 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474257773520 140474746617649 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29231] ppid=29220 vsize=10686560 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29231/stat : 29231 (java) S 29220 29223 12560 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 65975598 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474256721376 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29232] ppid=29220 vsize=10686560 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29232/stat : 29232 (java) S 29220 29223 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 65975598 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474255668736 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29233] ppid=29220 vsize=10686560 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29233/stat : 29233 (java) S 29220 29223 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65975601 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474254617296 140474761639835 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29234] ppid=29220 vsize=10686560 memory=1228 CPUtime=1.03 cores=1,3,5,7
/proc/29223/task/29234/stat : 29234 (java) S 29220 29223 12560 0 -1 1077944384 7390 0 0 0 102 1 0 0 20 0 17 0 65975601 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474253563936 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29235] ppid=29220 vsize=10686560 memory=1412 CPUtime=1.68 cores=1,3,5,7
/proc/29223/task/29235/stat : 29235 (java) S 29220 29223 12560 0 -1 1077944384 12524 0 0 0 167 1 0 0 20 0 17 0 65975601 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474252511104 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29236] ppid=29220 vsize=10686560 memory=15584 CPUtime=0.47 cores=1,3,5,7
/proc/29223/task/29236/stat : 29236 (java) S 29220 29223 12560 0 -1 1077944384 5633 0 0 0 46 1 0 0 20 0 17 0 65975601 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474251458848 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29237] ppid=29220 vsize=10686560 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29237/stat : 29237 (java) S 29220 29223 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65975601 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474250406496 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29238] ppid=29220 vsize=10686560 memory=832 CPUtime=0.16 cores=1,3,5,7
/proc/29223/task/29238/stat : 29238 (java) S 29220 29223 12560 0 -1 1077944384 644 0 0 0 8 8 0 0 20 0 17 0 65975607 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474249354032 140474761632386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29347] ppid=29220 vsize=10686560 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29347/stat : 29347 (java) S 29220 29223 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 66011748 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474246201328 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
[pid=29223/tid=29348] ppid=29220 vsize=10686560 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/29223/task/29348/stat : 29348 (java) S 29220 29223 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66011748 10943037440 2043912 18446744073709551615 4194304 4196468 140724659487568 140474245149024 140474761631445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15990784 140724659491216 140724659491369 140724659491369 140724659494863 0
Current children cumulated CPU time: 1432.07 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8175648 KiB

Child status: 0
Real time (s): 390.878
CPU time (s): 1432.16
CPU user time (s): 1424.54
CPU system time (s): 7.61985
CPU usage (%): 366.394
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8175648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1424.54
system time used= 7.61985
maximum resident set size= 8175976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199174
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19274
involuntary context switches= 36102


# summary of solver processes directly reported to runsolver:
#   pid: 29223
#   total CPU time (s): 1432.16
#   total CPU user time (s): 1424.54
#   total CPU system time (s): 7.61985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.39662 second user time and 3.8682 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 17:09:20
IDJOB=4263710
IDBENCH=139727
IDSOLVER=2651
FILE ID=node126/4263710-1502637802
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-12-12.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263710-1502637802/watcher-4263710-1502637802 -o /tmp/evaluation-result-4263710-1502637802/solver-4263710-1502637802 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263710-1502637802.xml

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

MD5SUM BENCH= 413eb2f3dbc4c6295d83fc35d5100e1e
RANDOM SEED=1726637753

node126.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.81
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.81
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.81
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.81
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:        30859524 kB
MemAvailable:   31117372 kB
Buffers:          267612 kB
Cached:           260840 kB
SwapCached:          524 kB
Active:          1271404 kB
Inactive:         161756 kB
Active(anon):     852596 kB
Inactive(anon):    85544 kB
Active(file):     418808 kB
Inactive(file):    76212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1588 kB
Writeback:             4 kB
AnonPages:        903992 kB
Mapped:            58152 kB
Shmem:             33440 kB
Slab:             183256 kB
SReclaimable:     157324 kB
SUnreclaim:        25932 kB
KernelStack:        3424 kB
PageTables:         6692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2270568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    841728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 17:15:51