Trace number 4263711

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) 1380.0699 378.104

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-13-13.xml
MD5SUM35fa3ccff61e9a72252c43058d5bc461
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.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints6085
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree146
Maximum variable degree146
Distribution of variable degrees[{"degree":146,"count":169}]
Minimum constraint arity4
Maximum constraint arity169
Distribution of constraint arities[{"arity":4,"count":6084},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6084
Distribution of constraint types[{"type":"intension","count":6084},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263711-1502637805/watcher-4263711-1502637805 -o /tmp/evaluation-result-4263711-1502637805/solver-4263711-1502637805 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263711-1502637805.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=26743, runsolver pid=26740

[startup+0.100115 s]*
/proc/loadavg: 5.15 4.53 3.57 6/208 26752
/proc/meminfo: memFree=23283040/32770624 swapFree=67108776/67108860
[pid=26743] ppid=26740 vsize=10484492 memory=22336 CPUtime=0.05 cores=1,3,5,7
/proc/26743/stat : 26743 (java) S 26740 26743 7084 0 -1 1077944320 4551 0 0 0 4 1 0 0 20 0 14 0 163433250 10736119808 5584 18446744073709551615 4194304 4196468 140728453100416 140728453082960 139758509457143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
/proc/26743/statm: 2621123 5584 2578 1 0 2610620 0
[pid=26743/tid=26745] ppid=26740 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/26743/task/26745/stat : 26745 (java) D 26740 26743 7084 0 -1 4202560 2658 0 0 0 4 0 0 0 20 0 14 0 163433255 10736119808 5584 18446744073709551615 4194304 4196468 140728453100416 139758513694624 139758509479165 0 4 1 16800974 18446744071580418449 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26746] ppid=26740 vsize=10484492 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26746/stat : 26746 (java) S 26740 26743 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 163433256 10736119808 5584 18446744073709551615 4194304 4196468 140728453100416 139758439876880 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26747] ppid=26740 vsize=10484492 memory=139860475025024 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26747/stat : 26747 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 163433256 10736119808 5584 18446744073709551615 4194304 4196468 140728453100416 139758438824336 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26748] ppid=26740 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26748/stat : 26748 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 163433256 10736119808 5584 18446744073709551615 4194304 4196468 140728453100416 139758118365712 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26749] ppid=26740 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26749/stat : 26749 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 163433256 10736119808 5584 18446744073709551615 4194304 4196468 140728453100416 139758117313168 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26750] ppid=26740 vsize=10484492 memory=139860475025024 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26750/stat : 26750 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 163433257 10736119808 5584 18446744073709551615 4194304 4196468 140728453100416 139758005922288 139758509468290 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26751] ppid=26740 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26751/stat : 26751 (java) S 26740 26743 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 163433258 10736119808 5584 18446744073709551615 4194304 4196468 140728453100416 139758004868512 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26752] ppid=26740 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26752/stat : 26752 (java) S 26740 26743 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 163433258 10736119808 5584 18446744073709551615 4194304 4196468 140728453100416 139758003815920 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26753] ppid=26740 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26753/stat : 26753 (java) S 26740 26743 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 163433260 10736119808 5584 18446744073709551615 4194304 4196468 140728453100416 139758002764496 139758509475739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26754] ppid=26740 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26754/stat : 26754 (java) S 26740 26743 7084 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 14 0 163433260 10736119808 5584 18446744073709551615 4194304 4196468 140728453100416 139758001711088 139758509468290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26755] ppid=26740 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26755/stat : 26755 (java) S 26740 26743 7084 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 14 0 163433260 10736119808 5584 18446744073709551615 4194304 4196468 140728453100416 139758000658544 139758509468290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26756] ppid=26740 vsize=10484492 memory=139860475025024 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26756/stat : 26756 (java) S 26740 26743 7084 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 14 0 163433260 10736119808 5584 18446744073709551615 4194304 4196468 140728453100416 139757999606000 139758509468290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26757] ppid=26740 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26757/stat : 26757 (java) S 26740 26743 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 163433260 10736119808 5584 18446744073709551615 4194304 4196468 140728453100416 139757998553696 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22336 KiB

[startup+0.211 s]*
/proc/loadavg: 5.15 4.53 3.57 7/214 26758
/proc/meminfo: memFree=23273976/32770624 swapFree=67108776/67108860
[pid=26743] ppid=26740 vsize=10551156 memory=29792 CPUtime=0.15 cores=1,3,5,7
/proc/26743/stat : 26743 (java) S 26740 26743 7084 0 -1 1077944320 7618 0 0 0 12 3 0 0 20 0 15 0 163433250 10804383744 7448 18446744073709551615 4194304 4196468 140728453100416 140728453082960 139758509457143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
/proc/26743/statm: 2637789 7448 2790 1 0 2627261 0
[pid=26743/tid=26745] ppid=26740 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=1,3,5,7
/proc/26743/task/26745/stat : 26745 (java) R 26740 26743 7084 0 -1 4202560 5463 0 0 0 8 2 0 0 20 0 15 0 163433255 10804383744 7448 18446744073709551615 4194304 4196468 140728453100416 139758513682208 139758493537630 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26746] ppid=26740 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26746/stat : 26746 (java) S 26740 26743 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163433256 10804383744 7448 18446744073709551615 4194304 4196468 140728453100416 139758439876880 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26747] ppid=26740 vsize=10551156 memory=3905945127015847584 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26747/stat : 26747 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163433256 10804383744 7448 18446744073709551615 4194304 4196468 140728453100416 139758438824336 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26748] ppid=26740 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26748/stat : 26748 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163433256 10804383744 7448 18446744073709551615 4194304 4196468 140728453100416 139758118365712 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26749] ppid=26740 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26749/stat : 26749 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163433256 10804383744 7448 18446744073709551615 4194304 4196468 140728453100416 139758117313168 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26750] ppid=26740 vsize=10551156 memory=139860475025024 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26750/stat : 26750 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163433257 10804383744 7448 18446744073709551615 4194304 4196468 140728453100416 139758005922288 139758509468290 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26751] ppid=26740 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26751/stat : 26751 (java) S 26740 26743 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163433258 10804383744 7448 18446744073709551615 4194304 4196468 140728453100416 139758004868512 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26752] ppid=26740 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26752/stat : 26752 (java) S 26740 26743 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163433258 10804383744 7448 18446744073709551615 4194304 4196468 140728453100416 139758003815920 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26753] ppid=26740 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26753/stat : 26753 (java) S 26740 26743 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163433260 10804383744 7448 18446744073709551615 4194304 4196468 140728453100416 139758002764496 139758509475739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26754] ppid=26740 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26754/stat : 26754 (java) S 26740 26743 7084 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 163433260 10804383744 7448 18446744073709551615 4194304 4196468 140728453100416 139758001711088 139758509468290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26755] ppid=26740 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26755/stat : 26755 (java) S 26740 26743 7084 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 163433260 10804383744 7448 18446744073709551615 4194304 4196468 140728453100416 139758000658544 139758509468290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26756] ppid=26740 vsize=10551156 memory=139860475025024 CPUtime=0.02 cores=1,3,5,7
/proc/26743/task/26756/stat : 26756 (java) S 26740 26743 7084 0 -1 1077944384 348 0 0 0 2 0 0 0 20 0 15 0 163433260 10804383744 7448 18446744073709551615 4194304 4196468 140728453100416 139757999606000 139758509468290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26757] ppid=26740 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26757/stat : 26757 (java) S 26740 26743 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163433260 10804383744 7448 18446744073709551615 4194304 4196468 140728453100416 139757998553696 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26758] ppid=26740 vsize=10551156 memory=139860475025024 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26758/stat : 26758 (java) S 26740 26743 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163433266 10804383744 7448 18446744073709551615 4194304 4196468 140728453100416 139757997501232 139758509468290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29792 KiB

[startup+0.313975 s]*
/proc/loadavg: 5.15 4.53 3.57 9/214 26758
/proc/meminfo: memFree=23267128/32770624 swapFree=67108776/67108860
[pid=26743] ppid=26740 vsize=10551156 memory=38972 CPUtime=0.33 cores=1,3,5,7
/proc/26743/stat : 26743 (java) S 26740 26743 7084 0 -1 1077944320 9057 0 0 0 29 4 0 0 20 0 15 0 163433250 10804383744 9743 18446744073709551615 4194304 4196468 140728453100416 140728453082960 139758509457143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
/proc/26743/statm: 2637789 9743 2935 1 0 2627261 0
[pid=26743/tid=26745] ppid=26740 vsize=10551156 memory=-8774313645642428999 CPUtime=0.2 cores=1,3,5,7
/proc/26743/task/26745/stat : 26745 (java) R 26740 26743 7084 0 -1 4202560 6136 0 0 0 17 3 0 0 20 0 15 0 163433255 10804383744 9743 18446744073709551615 4194304 4196468 140728453100416 139758513695008 139758118520353 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26746] ppid=26740 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26746/stat : 26746 (java) S 26740 26743 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163433256 10804383744 9743 18446744073709551615 4194304 4196468 140728453100416 139758439876880 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26747] ppid=26740 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26747/stat : 26747 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163433256 10804383744 9743 18446744073709551615 4194304 4196468 140728453100416 139758438824336 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26748] ppid=26740 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26748/stat : 26748 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163433256 10804383744 9743 18446744073709551615 4194304 4196468 140728453100416 139758118365712 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26749] ppid=26740 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26749/stat : 26749 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163433256 10804383744 9743 18446744073709551615 4194304 4196468 140728453100416 139758117313168 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26750] ppid=26740 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26750/stat : 26750 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163433257 10804383744 9743 18446744073709551615 4194304 4196468 140728453100416 139758005922288 139758509468290 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26751] ppid=26740 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26751/stat : 26751 (java) S 26740 26743 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163433258 10804383744 9743 18446744073709551615 4194304 4196468 140728453100416 139758004868512 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26752] ppid=26740 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26752/stat : 26752 (java) S 26740 26743 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163433258 10804383744 9743 18446744073709551615 4194304 4196468 140728453100416 139758003815920 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26753] ppid=26740 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26753/stat : 26753 (java) S 26740 26743 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163433260 10804383744 9743 18446744073709551615 4194304 4196468 140728453100416 139758002764496 139758509475739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26754] ppid=26740 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26743/task/26754/stat : 26754 (java) R 26740 26743 7084 0 -1 4202560 624 0 0 0 3 0 0 0 20 0 15 0 163433260 10804383744 9743 18446744073709551615 4194304 4196468 140728453100416 139758001711088 139758490978337 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26755] ppid=26740 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26743/task/26755/stat : 26755 (java) R 26740 26743 7084 0 -1 1077944384 184 0 0 0 1 0 0 0 20 0 15 0 163433260 10804383744 9743 18446744073709551615 4194304 4196468 140728453100416 139758000658640 139758509467349 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26756] ppid=26740 vsize=10551156 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/26743/task/26756/stat : 26756 (java) R 26740 26743 7084 0 -1 4202560 743 0 0 0 6 0 0 0 20 0 15 0 163433260 10804383744 9743 18446744073709551615 4194304 4196468 140728453100416 139757999601760 139758488435255 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26757] ppid=26740 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26757/stat : 26757 (java) S 26740 26743 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163433260 10804383744 9743 18446744073709551615 4194304 4196468 140728453100416 139757998553696 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26758] ppid=26740 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26758/stat : 26758 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163433266 10804383744 9743 18446744073709551615 4194304 4196468 140728453100416 139757997501232 139758509468290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38972 KiB

[startup+0.700755 s]
/proc/loadavg: 5.15 4.53 3.57 8/214 26758
/proc/meminfo: memFree=23246392/32770624 swapFree=67108776/67108860
[pid=26743] ppid=26740 vsize=10551232 memory=116340 CPUtime=1.52 cores=1,3,5,7
/proc/26743/stat : 26743 (java) S 26740 26743 7084 0 -1 1077944320 13071 0 0 0 146 6 0 0 20 0 15 0 163433250 10804461568 29085 18446744073709551615 4194304 4196468 140728453100416 140728453082960 139758509457143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
/proc/26743/statm: 2637808 29085 3061 1 0 2627261 0
[pid=26743/tid=26745] ppid=26740 vsize=10551232 memory=1836 CPUtime=0.57 cores=1,3,5,7
/proc/26743/task/26745/stat : 26745 (java) R 26740 26743 7084 0 -1 4202560 7422 0 0 0 53 4 0 0 20 0 15 0 163433255 10804461568 29085 18446744073709551615 4194304 4196468 140728453100416 139758513696352 139758493537630 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26746] ppid=26740 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26746/stat : 26746 (java) S 26740 26743 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163433256 10804461568 29085 18446744073709551615 4194304 4196468 140728453100416 139758439876880 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26747] ppid=26740 vsize=10551232 memory=5768 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26747/stat : 26747 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163433256 10804461568 29085 18446744073709551615 4194304 4196468 140728453100416 139758438824336 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26748] ppid=26740 vsize=10551232 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26748/stat : 26748 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163433256 10804461568 29085 18446744073709551615 4194304 4196468 140728453100416 139758118365712 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26749] ppid=26740 vsize=10551232 memory=11368 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26749/stat : 26749 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163433256 10804461568 29085 18446744073709551615 4194304 4196468 140728453100416 139758117313168 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26750] ppid=26740 vsize=10551232 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26750/stat : 26750 (java) S 26740 26743 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 163433257 10804461568 29085 18446744073709551615 4194304 4196468 140728453100416 139758005922288 139758509468290 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26751] ppid=26740 vsize=10551232 memory=4600 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26751/stat : 26751 (java) S 26740 26743 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163433258 10804461568 29085 18446744073709551615 4194304 4196468 140728453100416 139758004868512 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26752] ppid=26740 vsize=10551232 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26752/stat : 26752 (java) S 26740 26743 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163433258 10804461568 29085 18446744073709551615 4194304 4196468 140728453100416 139758003815920 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26753] ppid=26740 vsize=10551232 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26753/stat : 26753 (java) S 26740 26743 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163433260 10804461568 29085 18446744073709551615 4194304 4196468 140728453100416 139758002764496 139758509475739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26754] ppid=26740 vsize=10551232 memory=988 CPUtime=0.34 cores=1,3,5,7
/proc/26743/task/26754/stat : 26754 (java) R 26740 26743 7084 0 -1 4202560 1627 0 0 0 34 0 0 0 20 0 15 0 163433260 10804461568 29085 18446744073709551615 4194304 4196468 140728453100416 139758001697632 139758490647821 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26755] ppid=26740 vsize=10551232 memory=12320 CPUtime=0.34 cores=1,3,5,7
/proc/26743/task/26755/stat : 26755 (java) R 26740 26743 7084 0 -1 4202560 1165 0 0 0 34 0 0 0 20 0 15 0 163433260 10804461568 29085 18446744073709551615 4194304 4196468 140728453100416 139758000648464 139758489150239 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26756] ppid=26740 vsize=10551232 memory=1196 CPUtime=0.24 cores=1,3,5,7
/proc/26743/task/26756/stat : 26756 (java) R 26740 26743 7084 0 -1 4202560 1485 0 0 0 24 0 0 0 20 0 15 0 163433260 10804461568 29085 18446744073709551615 4194304 4196468 140728453100416 139757999606000 139758509469078 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26757] ppid=26740 vsize=10551232 memory=15884 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26757/stat : 26757 (java) S 26740 26743 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163433260 10804461568 29085 18446744073709551615 4194304 4196468 140728453100416 139757998553696 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26758] ppid=26740 vsize=10551232 memory=60428 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26758/stat : 26758 (java) S 26740 26743 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163433266 10804461568 29085 18446744073709551615 4194304 4196468 140728453100416 139757997501232 139758509468290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 116340 KiB

[startup+1.50076 s]
/proc/loadavg: 5.15 4.53 3.57 6/214 26758
/proc/meminfo: memFree=23114084/32770624 swapFree=67108776/67108860
[pid=26743] ppid=26740 vsize=10551232 memory=421312 CPUtime=3.47 cores=1,3,5,7
/proc/26743/stat : 26743 (java) S 26740 26743 7084 0 -1 1077944320 14487 0 0 0 324 23 0 0 20 0 15 0 163433250 10804461568 105328 18446744073709551615 4194304 4196468 140728453100416 140728453082960 139758509457143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
/proc/26743/statm: 2637808 105328 3100 1 0 2627261 0
[pid=26743/tid=26745] ppid=26740 vsize=10551232 memory=4156 CPUtime=1.22 cores=1,3,5,7
/proc/26743/task/26745/stat : 26745 (java) S 26740 26743 7084 0 -1 1077944384 7640 0 0 0 116 6 0 0 20 0 15 0 163433255 10804461568 105328 18446744073709551615 4194304 4196468 140728453100416 139758513691952 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26746] ppid=26740 vsize=10551232 memory=68932 CPUtime=0.12 cores=1,3,5,7
/proc/26743/task/26746/stat : 26746 (java) R 26740 26743 7084 0 -1 4202560 127 0 0 0 9 3 0 0 20 0 15 0 163433256 10804461568 105328 18446744073709551615 4194304 4196468 140728453100416 139758439876880 139758502553852 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26747] ppid=26740 vsize=10551232 memory=1296 CPUtime=0.13 cores=1,3,5,7
/proc/26743/task/26747/stat : 26747 (java) R 26740 26743 7084 0 -1 4202560 129 0 0 0 10 3 0 0 20 0 15 0 163433256 10804461568 105328 18446744073709551615 4194304 4196468 140728453100416 139758438824336 139758494485288 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26748] ppid=26740 vsize=10551232 memory=2460 CPUtime=0.13 cores=1,3,5,7
/proc/26743/task/26748/stat : 26748 (java) R 26740 26743 7084 0 -1 4202560 153 0 0 0 10 3 0 0 20 0 15 0 163433256 10804461568 105328 18446744073709551615 4194304 4196468 140728453100416 139758118365912 139758494481198 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26749] ppid=26740 vsize=10551232 memory=1836 CPUtime=0.13 cores=1,3,5,7
/proc/26743/task/26749/stat : 26749 (java) R 26740 26743 7084 0 -1 4202560 148 0 0 0 10 3 0 0 20 0 15 0 163433256 10804461568 105328 18446744073709551615 4194304 4196468 140728453100416 139758117313056 139758488652298 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26750] ppid=26740 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26750/stat : 26750 (java) S 26740 26743 7084 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 163433257 10804461568 105328 18446744073709551615 4194304 4196468 140728453100416 139758005920800 139758509467349 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26751] ppid=26740 vsize=10551232 memory=5768 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26751/stat : 26751 (java) S 26740 26743 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163433258 10804461568 105328 18446744073709551615 4194304 4196468 140728453100416 139758004868512 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0

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

[pid=26743/tid=26746] ppid=26740 vsize=10686560 memory=1608 CPUtime=333.99 cores=1,3,5,7
/proc/26743/task/26746/stat : 26746 (java) R 26740 26743 7084 0 -1 4202560 25372 0 0 0 33220 179 0 0 20 0 17 0 163433256 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758439877000 139758492840178 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26747] ppid=26740 vsize=10686560 memory=836 CPUtime=332.91 cores=1,3,5,7
/proc/26743/task/26747/stat : 26747 (java) R 26740 26743 7084 0 -1 4202560 19768 0 0 0 33105 186 0 0 20 0 17 0 163433256 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758438824144 139758502085351 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26748] ppid=26740 vsize=10686560 memory=4872558044660077418 CPUtime=332.29 cores=1,3,5,7
/proc/26743/task/26748/stat : 26748 (java) R 26740 26743 7084 0 -1 4202560 16316 0 0 0 33049 180 0 0 20 0 17 0 163433256 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758118365832 139758502085351 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26749] ppid=26740 vsize=10686560 memory=35204 CPUtime=333.51 cores=1,3,5,7
/proc/26743/task/26749/stat : 26749 (java) R 26740 26743 7084 0 -1 4202560 25381 0 0 0 33167 184 0 0 20 0 17 0 163433256 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758117313368 139758493914746 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26750] ppid=26740 vsize=10686560 memory=14973356327830811 CPUtime=24.59 cores=1,3,5,7
/proc/26743/task/26750/stat : 26750 (java) S 26740 26743 7084 0 -1 1077944384 64533 0 0 0 2455 4 0 0 20 0 17 0 163433257 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758005920832 139758509467349 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26751] ppid=26740 vsize=10686560 memory=14973356327830811 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26751/stat : 26751 (java) S 26740 26743 7084 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 17 0 163433258 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758004868576 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26752] ppid=26740 vsize=10686560 memory=8326441112149131691 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26752/stat : 26752 (java) S 26740 26743 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 163433258 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758003815920 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26753] ppid=26740 vsize=10686560 memory=-8412661042793834637 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26753/stat : 26753 (java) S 26740 26743 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758002764496 139758509475739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26754] ppid=26740 vsize=10686560 memory=4156 CPUtime=1.28 cores=1,3,5,7
/proc/26743/task/26754/stat : 26754 (java) S 26740 26743 7084 0 -1 1077944384 9820 0 0 0 127 1 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758001710848 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26755] ppid=26740 vsize=10686560 memory=68948 CPUtime=0.98 cores=1,3,5,7
/proc/26743/task/26755/stat : 26755 (java) S 26740 26743 7084 0 -1 1077944384 4756 0 0 0 97 1 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758000658592 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26756] ppid=26740 vsize=10686560 memory=1236 CPUtime=0.44 cores=1,3,5,7
/proc/26743/task/26756/stat : 26756 (java) S 26740 26743 7084 0 -1 1077944384 5973 0 0 0 43 1 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757999606048 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26757] ppid=26740 vsize=10686560 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26757/stat : 26757 (java) S 26740 26743 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757998553696 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26758] ppid=26740 vsize=10686560 memory=4288 CPUtime=0.16 cores=1,3,5,7
/proc/26743/task/26758/stat : 26758 (java) S 26740 26743 7084 0 -1 1077944384 643 0 0 0 9 7 0 0 20 0 17 0 163433266 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757997501232 139758509468290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26863] ppid=26740 vsize=10686560 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26863/stat : 26863 (java) S 26740 26743 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 163468259 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757994348528 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26864] ppid=26740 vsize=10686560 memory=932 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26864/stat : 26864 (java) S 26740 26743 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 163468259 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757993296288 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
Current children cumulated CPU time: 1374.47 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8267816 KiB

[startup+376.801 s]
/proc/loadavg: 7.32 6.54 4.82 9/216 26865
/proc/meminfo: memFree=15129164/32770624 swapFree=67108776/67108860
[pid=26743] ppid=26740 vsize=10686560 memory=8267816 CPUtime=1377.54 cores=1,3,5,7
/proc/26743/stat : 26743 (java) S 26740 26743 7084 0 -1 1077944320 192614 0 0 0 136998 756 0 0 20 0 17 0 163433250 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 140728453082960 139758509457143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
/proc/26743/statm: 2671640 2066954 3184 1 0 2661055 0
[pid=26743/tid=26745] ppid=26740 vsize=10686560 memory=68948 CPUtime=14.22 cores=1,3,5,7
/proc/26743/task/26745/stat : 26745 (java) S 26740 26743 7084 0 -1 1077944384 18553 0 0 0 1409 13 0 0 20 0 17 0 163433255 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758513697824 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26746] ppid=26740 vsize=10686560 memory=-8774313645642428999 CPUtime=334.75 cores=1,3,5,7
/proc/26743/task/26746/stat : 26746 (java) R 26740 26743 7084 0 -1 4202560 25372 0 0 0 33296 179 0 0 20 0 17 0 163433256 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758439876688 139758502085351 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26747] ppid=26740 vsize=10686560 memory=288230621803970871 CPUtime=333.67 cores=1,3,5,7
/proc/26743/task/26747/stat : 26747 (java) R 26740 26743 7084 0 -1 4202560 19768 0 0 0 33181 186 0 0 20 0 17 0 163433256 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758438824144 139758502085351 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26748] ppid=26740 vsize=10686560 memory=13563786715989427 CPUtime=333.05 cores=1,3,5,7
/proc/26743/task/26748/stat : 26748 (java) R 26740 26743 7084 0 -1 4202560 16316 0 0 0 33125 180 0 0 20 0 17 0 163433256 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758118365832 139758502085351 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26749] ppid=26740 vsize=10686560 memory=8267816 CPUtime=334.3 cores=1,3,5,7
/proc/26743/task/26749/stat : 26749 (java) R 26740 26743 7084 0 -1 4202560 25381 0 0 0 33246 184 0 0 20 0 17 0 163433256 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758117313368 139758494453495 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26750] ppid=26740 vsize=10686560 memory=1152 CPUtime=24.59 cores=1,3,5,7
/proc/26743/task/26750/stat : 26750 (java) S 26740 26743 7084 0 -1 1077944384 64533 0 0 0 2455 4 0 0 20 0 17 0 163433257 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758005920832 139758509467349 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26751] ppid=26740 vsize=10686560 memory=3052 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26751/stat : 26751 (java) S 26740 26743 7084 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 17 0 163433258 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758004868576 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26752] ppid=26740 vsize=10686560 memory=8329524 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26752/stat : 26752 (java) S 26740 26743 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 163433258 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758003815920 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26753] ppid=26740 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26753/stat : 26753 (java) S 26740 26743 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758002764496 139758509475739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26754] ppid=26740 vsize=10686560 memory=68948 CPUtime=1.28 cores=1,3,5,7
/proc/26743/task/26754/stat : 26754 (java) S 26740 26743 7084 0 -1 1077944384 9820 0 0 0 127 1 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758001710848 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26755] ppid=26740 vsize=10686560 memory=1296 CPUtime=0.98 cores=1,3,5,7
/proc/26743/task/26755/stat : 26755 (java) S 26740 26743 7084 0 -1 1077944384 4756 0 0 0 97 1 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758000658592 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26756] ppid=26740 vsize=10686560 memory=2460 CPUtime=0.44 cores=1,3,5,7
/proc/26743/task/26756/stat : 26756 (java) S 26740 26743 7084 0 -1 1077944384 5973 0 0 0 43 1 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757999606048 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26757] ppid=26740 vsize=10686560 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26757/stat : 26757 (java) S 26740 26743 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757998553696 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26758] ppid=26740 vsize=10686560 memory=796 CPUtime=0.16 cores=1,3,5,7
/proc/26743/task/26758/stat : 26758 (java) S 26740 26743 7084 0 -1 1077944384 643 0 0 0 9 7 0 0 20 0 17 0 163433266 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757997501232 139758509468290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26863] ppid=26740 vsize=10686560 memory=5768 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26863/stat : 26863 (java) S 26740 26743 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 163468259 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757994348528 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26864] ppid=26740 vsize=10686560 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26864/stat : 26864 (java) S 26740 26743 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 163468259 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757993296288 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
Current children cumulated CPU time: 1377.54 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8267816 KiB

[startup+377.601 s]
/proc/loadavg: 7.32 6.54 4.82 9/216 26865
/proc/meminfo: memFree=15129164/32770624 swapFree=67108776/67108860
[pid=26743] ppid=26740 vsize=10686560 memory=8267816 CPUtime=1379.55 cores=1,3,5,7
/proc/26743/stat : 26743 (java) S 26740 26743 7084 0 -1 1077944320 192739 0 0 0 137199 756 0 0 20 0 17 0 163433250 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 140728453082960 139758509457143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
/proc/26743/statm: 2671640 2066954 3184 1 0 2661055 0
[pid=26743/tid=26745] ppid=26740 vsize=10686560 memory=1836 CPUtime=14.22 cores=1,3,5,7
/proc/26743/task/26745/stat : 26745 (java) S 26740 26743 7084 0 -1 1077944384 18553 0 0 0 1409 13 0 0 20 0 17 0 163433255 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758513697824 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26746] ppid=26740 vsize=10686560 memory=11368 CPUtime=335.16 cores=1,3,5,7
/proc/26743/task/26746/stat : 26746 (java) S 26740 26743 7084 0 -1 1077944384 25372 0 0 0 33337 179 0 0 20 0 17 0 163433256 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758439876880 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26747] ppid=26740 vsize=10686560 memory=1224 CPUtime=334.08 cores=1,3,5,7
/proc/26743/task/26747/stat : 26747 (java) S 26740 26743 7084 0 -1 1077944384 19768 0 0 0 33222 186 0 0 20 0 17 0 163433256 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758438824336 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26748] ppid=26740 vsize=10686560 memory=4600 CPUtime=333.45 cores=1,3,5,7
/proc/26743/task/26748/stat : 26748 (java) S 26740 26743 7084 0 -1 1077944384 16316 0 0 0 33164 181 0 0 20 0 17 0 163433256 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758118365712 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26749] ppid=26740 vsize=10686560 memory=-8774313645642428999 CPUtime=334.72 cores=1,3,5,7
/proc/26743/task/26749/stat : 26749 (java) S 26740 26743 7084 0 -1 1077944384 25381 0 0 0 33288 184 0 0 20 0 17 0 163433256 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758117313168 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26750] ppid=26740 vsize=10686560 memory=5768 CPUtime=24.97 cores=1,3,5,7
/proc/26743/task/26750/stat : 26750 (java) R 26740 26743 7084 0 -1 4202560 64658 0 0 0 2493 4 0 0 20 0 17 0 163433257 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758005920832 139758494453510 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26751] ppid=26740 vsize=10686560 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26751/stat : 26751 (java) S 26740 26743 7084 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 17 0 163433258 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758004868576 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26752] ppid=26740 vsize=10686560 memory=4156 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26752/stat : 26752 (java) S 26740 26743 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 163433258 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758003815920 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26753] ppid=26740 vsize=10686560 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26753/stat : 26753 (java) S 26740 26743 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758002764496 139758509475739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26754] ppid=26740 vsize=10686560 memory=1724 CPUtime=1.28 cores=1,3,5,7
/proc/26743/task/26754/stat : 26754 (java) S 26740 26743 7084 0 -1 1077944384 9820 0 0 0 127 1 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758001710848 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26755] ppid=26740 vsize=10686560 memory=988 CPUtime=0.98 cores=1,3,5,7
/proc/26743/task/26755/stat : 26755 (java) S 26740 26743 7084 0 -1 1077944384 4756 0 0 0 97 1 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758000658592 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26756] ppid=26740 vsize=10686560 memory=12320 CPUtime=0.44 cores=1,3,5,7
/proc/26743/task/26756/stat : 26756 (java) S 26740 26743 7084 0 -1 1077944384 5973 0 0 0 43 1 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757999606048 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26757] ppid=26740 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26757/stat : 26757 (java) S 26740 26743 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757998553696 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26758] ppid=26740 vsize=10686560 memory=1724 CPUtime=0.16 cores=1,3,5,7
/proc/26743/task/26758/stat : 26758 (java) S 26740 26743 7084 0 -1 1077944384 643 0 0 0 9 7 0 0 20 0 17 0 163433266 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757997501232 139758509468290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26863] ppid=26740 vsize=10686560 memory=988 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26863/stat : 26863 (java) S 26740 26743 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 163468259 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757994348528 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26864] ppid=26740 vsize=10686560 memory=12320 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26864/stat : 26864 (java) S 26740 26743 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 163468259 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757993296288 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
Current children cumulated CPU time: 1379.55 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8267816 KiB

[startup+378.001 s]*
/proc/loadavg: 7.32 6.54 4.82 6/216 26865
/proc/meminfo: memFree=15129164/32770624 swapFree=67108776/67108860
[pid=26743] ppid=26740 vsize=10686560 memory=8267816 CPUtime=1379.96 cores=1,3,5,7
/proc/26743/stat : 26743 (java) S 26740 26743 7084 0 -1 1077944320 192739 0 0 0 137240 756 0 0 20 0 17 0 163433250 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 140728453082960 139758509457143 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
/proc/26743/statm: 2671640 2066954 3184 1 0 2661055 0
[pid=26743/tid=26745] ppid=26740 vsize=10686560 memory=-8774313645642428999 CPUtime=14.22 cores=1,3,5,7
/proc/26743/task/26745/stat : 26745 (java) S 26740 26743 7084 0 -1 1077944384 18553 0 0 0 1409 13 0 0 20 0 17 0 163433255 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758513697824 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26746] ppid=26740 vsize=10686560 memory=4872558044660077418 CPUtime=335.16 cores=1,3,5,7
/proc/26743/task/26746/stat : 26746 (java) S 26740 26743 7084 0 -1 1077944384 25372 0 0 0 33337 179 0 0 20 0 17 0 163433256 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758439876880 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26747] ppid=26740 vsize=10686560 memory=636 CPUtime=334.08 cores=1,3,5,7
/proc/26743/task/26747/stat : 26747 (java) S 26740 26743 7084 0 -1 1077944384 19768 0 0 0 33222 186 0 0 20 0 17 0 163433256 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758438824336 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26748] ppid=26740 vsize=10686560 memory=8267808 CPUtime=333.45 cores=1,3,5,7
/proc/26743/task/26748/stat : 26748 (java) S 26740 26743 7084 0 -1 1077944384 16316 0 0 0 33164 181 0 0 20 0 17 0 163433256 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758118365712 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26749] ppid=26740 vsize=10686560 memory=1836 CPUtime=334.72 cores=1,3,5,7
/proc/26743/task/26749/stat : 26749 (java) S 26740 26743 7084 0 -1 1077944384 25381 0 0 0 33288 184 0 0 20 0 17 0 163433256 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758117313168 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26750] ppid=26740 vsize=10686560 memory=4600 CPUtime=25.38 cores=1,3,5,7
/proc/26743/task/26750/stat : 26750 (java) R 26740 26743 7084 0 -1 4202560 64658 0 0 0 2534 4 0 0 20 0 17 0 163433257 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758005920832 139758494453652 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26751] ppid=26740 vsize=10686560 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26751/stat : 26751 (java) S 26740 26743 7084 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 17 0 163433258 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758004868576 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26752] ppid=26740 vsize=10686560 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26752/stat : 26752 (java) S 26740 26743 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 163433258 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758003815920 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26753] ppid=26740 vsize=10686560 memory=988 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26753/stat : 26753 (java) S 26740 26743 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758002764496 139758509475739 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26754] ppid=26740 vsize=10686560 memory=12320 CPUtime=1.28 cores=1,3,5,7
/proc/26743/task/26754/stat : 26754 (java) S 26740 26743 7084 0 -1 1077944384 9820 0 0 0 127 1 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758001710848 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26755] ppid=26740 vsize=10686560 memory=1196 CPUtime=0.98 cores=1,3,5,7
/proc/26743/task/26755/stat : 26755 (java) S 26740 26743 7084 0 -1 1077944384 4756 0 0 0 97 1 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139758000658592 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26756] ppid=26740 vsize=10686560 memory=15884 CPUtime=0.44 cores=1,3,5,7
/proc/26743/task/26756/stat : 26756 (java) S 26740 26743 7084 0 -1 1077944384 5973 0 0 0 43 1 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757999606048 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26757] ppid=26740 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26757/stat : 26757 (java) S 26740 26743 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163433260 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757998553696 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26758] ppid=26740 vsize=10686560 memory=4872558044660077418 CPUtime=0.16 cores=1,3,5,7
/proc/26743/task/26758/stat : 26758 (java) S 26740 26743 7084 0 -1 1077944384 643 0 0 0 9 7 0 0 20 0 17 0 163433266 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757997501232 139758509468290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26863] ppid=26740 vsize=10686560 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26863/stat : 26863 (java) S 26740 26743 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 163468259 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757994348528 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
[pid=26743/tid=26864] ppid=26740 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26743/task/26864/stat : 26864 (java) S 26740 26743 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 163468259 10943037440 2066954 18446744073709551615 4194304 4196468 140728453100416 139757993296288 139758509467349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22646784 140728453104016 140728453104169 140728453104169 140728453107663 0
Current children cumulated CPU time: 1379.96 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8267816 KiB

Child status: 0
Real time (s): 378.104
CPU time (s): 1380.07
CPU user time (s): 1372.47
CPU system time (s): 7.60253
CPU usage (%): 364.997
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8267816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1372.47
system time used= 7.60253
maximum resident set size= 8267928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192770
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= 20034
involuntary context switches= 30560


# summary of solver processes directly reported to runsolver:
#   pid: 26743
#   total CPU time (s): 1380.07
#   total CPU user time (s): 1372.47
#   total CPU system time (s): 7.60253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.4293 second user time and 3.72143 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 17:09:00
IDJOB=4263711
IDBENCH=139728
IDSOLVER=2651
FILE ID=node132/4263711-1502637805
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 35fa3ccff61e9a72252c43058d5bc461
RANDOM SEED=955208594

node132.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.74
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.74
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.74
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.74
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:        23294308 kB
MemAvailable:   23542400 kB
Buffers:          228960 kB
Cached:           343532 kB
SwapCached:           84 kB
Active:          8888192 kB
Inactive:         167516 kB
Active(anon):    8430904 kB
Inactive(anon):   101948 kB
Active(file):     457288 kB
Inactive(file):    65568 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              2260 kB
Writeback:             0 kB
AnonPages:       8496872 kB
Mapped:            76480 kB
Shmem:             49768 kB
Slab:             108896 kB
SReclaimable:      82140 kB
SUnreclaim:        26756 kB
KernelStack:        3776 kB
PageTables:        21588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8651584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7950336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

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