Trace number 4262924

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? 1330.28 363.69299

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-28-a3.xml
MD5SUM7bf94b2c859f2895a81dfe97f17444ea
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark866
Best CPU time to get the best result obtained on this benchmark20000.6
Satisfiable
(Un)Satisfiability was proved
Number of variables812
Number of constraints381
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":378},{"size":1001,"count":28}]
Minimum variable degree0
Maximum variable degree29
Distribution of variable degrees[{"degree":0,"count":406},{"degree":2,"count":378},{"degree":28,"count":26},{"degree":29,"count":2}]
Minimum constraint arity1
Maximum constraint arity378
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":378},{"arity":28,"count":1},{"arity":378,"count":1}]
Number of extensional constraints0
Number of intensional constraints379
Distribution of constraint types[{"type":"intension","count":379},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10776 MiB free)
  memory of node 1: 16384 MiB (15753 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262924-1502625370/watcher-4262924-1502625370 -o /tmp/evaluation-result-4262924-1502625370/solver-4262924-1502625370 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2078 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262924-1502625370.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=2685, runsolver pid=2682
Current StackSize limit: 8192 KiB


[startup+0.101038 s]*
/proc/loadavg: 6.13 5.54 3.70 7/216 2700
/proc/meminfo: memFree=27147148/32770624 swapFree=67108860/67108860
[pid=2685] ppid=2682 vsize=10555400 memory=28356 CPUtime=0.13 cores=1,3,5,7
/proc/2685/stat : 2685 (java) S 2682 2685 28385 0 -1 1077944320 6693 0 0 0 12 1 0 0 20 0 15 0 95624762 10808729600 7089 33554432000 4194304 4196468 140727811307056 140727811289600 140459353190135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
/proc/2685/statm: 2638850 7089 2786 1 0 2627263 0
[pid=2685/tid=2687] ppid=2682 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/2685/task/2687/stat : 2687 (java) R 2682 2685 28385 0 -1 4202560 4504 0 0 0 9 0 0 0 20 0 15 0 95624762 10808729600 7089 33554432000 4194304 4196468 140727811307056 140459357411648 140459337270652 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2688] ppid=2682 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2688/stat : 2688 (java) S 2682 2685 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95624763 10808729600 7089 33554432000 4194304 4196468 140727811307056 140458959702544 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2689] ppid=2682 vsize=10555400 memory=140512580220544 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2689/stat : 2689 (java) S 2682 2685 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95624763 10808729600 7089 33554432000 4194304 4196468 140727811307056 140458958650000 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2690] ppid=2682 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2690/stat : 2690 (java) S 2682 2685 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95624763 10808729600 7089 33554432000 4194304 4196468 140727811307056 140458957596944 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2691] ppid=2682 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2691/stat : 2691 (java) S 2682 2685 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95624763 10808729600 7089 33554432000 4194304 4196468 140727811307056 140458956544400 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2692] ppid=2682 vsize=10555400 memory=140512580220544 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2692/stat : 2692 (java) S 2682 2685 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95624764 10808729600 7089 33554432000 4194304 4196468 140727811307056 140458844977904 140459353201282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2693] ppid=2682 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2693/stat : 2693 (java) S 2682 2685 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95624765 10808729600 7089 33554432000 4194304 4196468 140727811307056 140458843924128 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2694] ppid=2682 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2694/stat : 2694 (java) S 2682 2685 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95624765 10808729600 7089 33554432000 4194304 4196468 140727811307056 140458842871024 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2695] ppid=2682 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2695/stat : 2695 (java) S 2682 2685 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95624767 10808729600 7089 33554432000 4194304 4196468 140727811307056 140458841819600 140459353208731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2696] ppid=2682 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2696/stat : 2696 (java) S 2682 2685 28385 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 95624767 10808729600 7089 33554432000 4194304 4196468 140727811307056 140458840766704 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2697] ppid=2682 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2697/stat : 2697 (java) S 2682 2685 28385 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 95624767 10808729600 7089 33554432000 4194304 4196468 140727811307056 140458839714160 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2698] ppid=2682 vsize=10555400 memory=140512580220544 CPUtime=0.02 cores=1,3,5,7
/proc/2685/task/2698/stat : 2698 (java) S 2682 2685 28385 0 -1 1077944384 399 0 0 0 2 0 0 0 20 0 15 0 95624767 10808729600 7089 33554432000 4194304 4196468 140727811307056 140458838661104 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2699] ppid=2682 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2699/stat : 2699 (java) S 2682 2685 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95624768 10808729600 7089 33554432000 4194304 4196468 140727811307056 140458837608800 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2700] ppid=2682 vsize=10555400 memory=140512580220544 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2700/stat : 2700 (java) S 2682 2685 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95624768 10808729600 7089 33554432000 4194304 4196468 140727811307056 140458836556848 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 28356 KiB

[startup+0.210492 s]*
/proc/loadavg: 6.13 5.54 3.70 5/216 2700
/proc/meminfo: memFree=27137720/32770624 swapFree=67108860/67108860
[pid=2685] ppid=2682 vsize=10555400 memory=38080 CPUtime=0.3 cores=1,3,5,7
/proc/2685/stat : 2685 (java) S 2682 2685 28385 0 -1 1077944320 8314 0 0 0 28 2 0 0 20 0 15 0 95624762 10808729600 9520 33554432000 4194304 4196468 140727811307056 140727811289600 140459353190135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
/proc/2685/statm: 2638850 9520 2947 1 0 2627263 0
[pid=2685/tid=2687] ppid=2682 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/2685/task/2687/stat : 2687 (java) R 2682 2685 28385 0 -1 4202560 5361 0 0 0 19 1 0 0 20 0 15 0 95624762 10808729600 9596 33554432000 4194304 4196468 140727811307056 140459357424816 140459337270622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2688] ppid=2682 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2688/stat : 2688 (java) S 2682 2685 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95624763 10808729600 9596 33554432000 4194304 4196468 140727811307056 140458959702544 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2689] ppid=2682 vsize=10555400 memory=140512580236245 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2689/stat : 2689 (java) S 2682 2685 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95624763 10808729600 9596 33554432000 4194304 4196468 140727811307056 140458958650000 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2690] ppid=2682 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2690/stat : 2690 (java) S 2682 2685 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95624763 10808729600 9596 33554432000 4194304 4196468 140727811307056 140458957596944 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2691] ppid=2682 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2691/stat : 2691 (java) S 2682 2685 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95624763 10808729600 9596 33554432000 4194304 4196468 140727811307056 140458956544400 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2692] ppid=2682 vsize=10555400 memory=140512580220544 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2692/stat : 2692 (java) S 2682 2685 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95624764 10808729600 9596 33554432000 4194304 4196468 140727811307056 140458844977904 140459353201282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2693] ppid=2682 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2693/stat : 2693 (java) S 2682 2685 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95624765 10808729600 9596 33554432000 4194304 4196468 140727811307056 140458843924128 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2694] ppid=2682 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2694/stat : 2694 (java) S 2682 2685 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95624765 10808729600 9596 33554432000 4194304 4196468 140727811307056 140458842871024 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2695] ppid=2682 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2695/stat : 2695 (java) S 2682 2685 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95624767 10808729600 9596 33554432000 4194304 4196468 140727811307056 140458841819600 140459353208731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2696] ppid=2682 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2685/task/2696/stat : 2696 (java) S 2682 2685 28385 0 -1 1077944384 368 0 0 0 1 0 0 0 20 0 15 0 95624767 10808729600 9596 33554432000 4194304 4196468 140727811307056 140458840766704 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2697] ppid=2682 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2685/task/2697/stat : 2697 (java) S 2682 2685 28385 0 -1 1077944384 308 0 0 0 1 0 0 0 20 0 15 0 95624767 10808729600 9596 33554432000 4194304 4196468 140727811307056 140458839714160 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2698] ppid=2682 vsize=10555400 memory=140512580220544 CPUtime=0.06 cores=1,3,5,7
/proc/2685/task/2698/stat : 2698 (java) S 2682 2685 28385 0 -1 1077944384 929 0 0 0 6 0 0 0 20 0 15 0 95624767 10808729600 9596 33554432000 4194304 4196468 140727811307056 140458838661104 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2699] ppid=2682 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2699/stat : 2699 (java) S 2682 2685 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95624768 10808729600 9596 33554432000 4194304 4196468 140727811307056 140458837608800 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2700] ppid=2682 vsize=10555400 memory=140512580220544 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2700/stat : 2700 (java) S 2682 2685 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95624768 10808729600 9596 33554432000 4194304 4196468 140727811307056 140458836556848 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38080 KiB

[startup+0.310272 s]*
/proc/loadavg: 6.13 5.54 3.70 8/216 2700
/proc/meminfo: memFree=27128104/32770624 swapFree=67108860/67108860
[pid=2685] ppid=2682 vsize=10555476 memory=45508 CPUtime=0.52 cores=1,3,5,7
/proc/2685/stat : 2685 (java) S 2682 2685 28385 0 -1 1077944320 9156 0 0 0 50 2 0 0 20 0 15 0 95624762 10808807424 11377 33554432000 4194304 4196468 140727811307056 140727811289600 140459353190135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
/proc/2685/statm: 2638869 11377 3033 1 0 2627263 0
[pid=2685/tid=2687] ppid=2682 vsize=10555476 memory=53476 CPUtime=0.29 cores=1,3,5,7
/proc/2685/task/2687/stat : 2687 (java) R 2682 2685 28385 0 -1 4202560 5771 0 0 0 28 1 0 0 20 0 15 0 95624762 10808807424 11377 33554432000 4194304 4196468 140727811307056 140459357427040 140459337270622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2688] ppid=2682 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2688/stat : 2688 (java) S 2682 2685 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95624763 10808807424 11377 33554432000 4194304 4196468 140727811307056 140458959702544 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2689] ppid=2682 vsize=10555476 memory=140512580278560 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2689/stat : 2689 (java) S 2682 2685 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95624763 10808807424 11377 33554432000 4194304 4196468 140727811307056 140458958650000 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2690] ppid=2682 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2690/stat : 2690 (java) S 2682 2685 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95624763 10808807424 11377 33554432000 4194304 4196468 140727811307056 140458957596944 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2691] ppid=2682 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2691/stat : 2691 (java) S 2682 2685 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95624763 10808807424 11377 33554432000 4194304 4196468 140727811307056 140458956544400 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2692] ppid=2682 vsize=10555476 memory=140512580285472 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2692/stat : 2692 (java) S 2682 2685 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95624764 10808807424 11377 33554432000 4194304 4196468 140727811307056 140458844977904 140459353201282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2693] ppid=2682 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2693/stat : 2693 (java) S 2682 2685 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95624765 10808807424 11377 33554432000 4194304 4196468 140727811307056 140458843924128 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2694] ppid=2682 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2694/stat : 2694 (java) S 2682 2685 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95624765 10808807424 11377 33554432000 4194304 4196468 140727811307056 140458842871024 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2695] ppid=2682 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2695/stat : 2695 (java) S 2682 2685 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95624767 10808807424 11377 33554432000 4194304 4196468 140727811307056 140458841819600 140459353208731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2696] ppid=2682 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2685/task/2696/stat : 2696 (java) S 2682 2685 28385 0 -1 1077944384 500 0 0 0 4 0 0 0 20 0 15 0 95624767 10808807424 11377 33554432000 4194304 4196468 140727811307056 140458840766704 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2697] ppid=2682 vsize=10555476 memory=140512472452623 CPUtime=0.03 cores=1,3,5,7
/proc/2685/task/2697/stat : 2697 (java) S 2682 2685 28385 0 -1 1077944384 393 0 0 0 3 0 0 0 20 0 15 0 95624767 10808807424 11377 33554432000 4194304 4196468 140727811307056 140458839714160 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2698] ppid=2682 vsize=10555476 memory=140512580223074 CPUtime=0.13 cores=1,3,5,7
/proc/2685/task/2698/stat : 2698 (java) R 2682 2685 28385 0 -1 4202560 1130 0 0 0 13 0 0 0 20 0 15 0 95624767 10808807424 11377 33554432000 4194304 4196468 140727811307056 140458838661104 140459332145837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2699] ppid=2682 vsize=10555476 memory=140512472457167 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2699/stat : 2699 (java) S 2682 2685 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95624768 10808807424 11377 33554432000 4194304 4196468 140727811307056 140458837608800 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2700] ppid=2682 vsize=10555476 memory=281025052694464 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2700/stat : 2700 (java) S 2682 2685 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95624768 10808807424 11377 33554432000 4194304 4196468 140727811307056 140458836556848 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45508 KiB

[startup+0.700775 s]
/proc/loadavg: 6.13 5.54 3.70 10/216 2700
/proc/meminfo: memFree=26977796/32770624 swapFree=67108860/67108860
[pid=2685] ppid=2682 vsize=10555476 memory=371828 CPUtime=1.53 cores=1,3,5,7
/proc/2685/stat : 2685 (java) S 2682 2685 28385 0 -1 1077944320 10727 0 0 0 135 18 0 0 20 0 15 0 95624762 10808807424 92957 33554432000 4194304 4196468 140727811307056 140727811289600 140459353190135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
/proc/2685/statm: 2638869 92957 3105 1 0 2627263 0
[pid=2685/tid=2687] ppid=2682 vsize=10555476 memory=2372 CPUtime=0.58 cores=1,3,5,7
/proc/2685/task/2687/stat : 2687 (java) R 2682 2685 28385 0 -1 4202560 5998 0 0 0 54 4 0 0 20 0 15 0 95624762 10808807424 92957 33554432000 4194304 4196468 140727811307056 140459357426928 140459339258260 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2688] ppid=2682 vsize=10555476 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2685/task/2688/stat : 2688 (java) S 2682 2685 28385 0 -1 1077944384 127 0 0 0 6 3 0 0 20 0 15 0 95624763 10808807424 92957 33554432000 4194304 4196468 140727811307056 140458959702544 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2689] ppid=2682 vsize=10555476 memory=1204 CPUtime=0.08 cores=1,3,5,7
/proc/2685/task/2689/stat : 2689 (java) S 2682 2685 28385 0 -1 1077944384 128 0 0 0 6 2 0 0 20 0 15 0 95624763 10808807424 92957 33554432000 4194304 4196468 140727811307056 140458958650000 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2690] ppid=2682 vsize=10555476 memory=15876 CPUtime=0.08 cores=1,3,5,7
/proc/2685/task/2690/stat : 2690 (java) S 2682 2685 28385 0 -1 1077944384 132 0 0 0 6 2 0 0 20 0 15 0 95624763 10808807424 92957 33554432000 4194304 4196468 140727811307056 140458957596944 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2691] ppid=2682 vsize=10555476 memory=17700 CPUtime=0.09 cores=1,3,5,7
/proc/2685/task/2691/stat : 2691 (java) S 2682 2685 28385 0 -1 1077944384 127 0 0 0 6 3 0 0 20 0 15 0 95624763 10808807424 92957 33554432000 4194304 4196468 140727811307056 140458956544400 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2692] ppid=2682 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2692/stat : 2692 (java) S 2682 2685 28385 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 95624764 10808807424 92957 33554432000 4194304 4196468 140727811307056 140458844977904 140459353201282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2693] ppid=2682 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2693/stat : 2693 (java) S 2682 2685 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95624765 10808807424 92957 33554432000 4194304 4196468 140727811307056 140458843924128 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2694] ppid=2682 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2694/stat : 2694 (java) S 2682 2685 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95624765 10808807424 92957 33554432000 4194304 4196468 140727811307056 140458842871024 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2695] ppid=2682 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2695/stat : 2695 (java) S 2682 2685 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95624767 10808807424 92957 33554432000 4194304 4196468 140727811307056 140458841819600 140459353208731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2696] ppid=2682 vsize=10555476 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/2685/task/2696/stat : 2696 (java) S 2682 2685 28385 0 -1 1077944384 680 0 0 0 13 0 0 0 20 0 15 0 95624767 10808807424 92957 33554432000 4194304 4196468 140727811307056 140458840766704 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2697] ppid=2682 vsize=10555476 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/2685/task/2697/stat : 2697 (java) S 2682 2685 28385 0 -1 1077944384 645 0 0 0 18 0 0 0 20 0 15 0 95624767 10808807424 92957 33554432000 4194304 4196468 140727811307056 140458839714160 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2698] ppid=2682 vsize=10555476 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/2685/task/2698/stat : 2698 (java) S 2682 2685 28385 0 -1 1077944384 1322 0 0 0 22 0 0 0 20 0 15 0 95624767 10808807424 92957 33554432000 4194304 4196468 140727811307056 140458838661104 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2699] ppid=2682 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2699/stat : 2699 (java) S 2682 2685 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95624768 10808807424 92957 33554432000 4194304 4196468 140727811307056 140458837608800 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2700] ppid=2682 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2700/stat : 2700 (java) S 2682 2685 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95624768 10808807424 92957 33554432000 4194304 4196468 140727811307056 140458836556848 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 371828 KiB

[startup+1.50076 s]
/proc/loadavg: 6.13 5.54 3.70 8/216 2700
/proc/meminfo: memFree=26503908/32770624 swapFree=67108860/67108860
[pid=2685] ppid=2682 vsize=10555476 memory=670856 CPUtime=3.05 cores=1,3,5,7
/proc/2685/stat : 2685 (java) S 2682 2685 28385 0 -1 1077944320 12990 0 0 0 276 29 0 0 20 0 15 0 95624762 10808807424 167714 33554432000 4194304 4196468 140727811307056 140727811289600 140459353190135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
/proc/2685/statm: 2638869 167714 3113 1 0 2627263 0
[pid=2685/tid=2687] ppid=2682 vsize=10555476 memory=734122152092385841 CPUtime=1.3 cores=1,3,5,7
/proc/2685/task/2687/stat : 2687 (java) R 2682 2685 28385 0 -1 4202560 6505 0 0 0 122 8 0 0 20 0 15 0 95624762 10808807424 167714 33554432000 4194304 4196468 140727811307056 140459357422272 140458993672942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2688] ppid=2682 vsize=10555476 memory=663092 CPUtime=0.16 cores=1,3,5,7
/proc/2685/task/2688/stat : 2688 (java) S 2682 2685 28385 0 -1 1077944384 235 0 0 0 11 5 0 0 20 0 15 0 95624763 10808807424 167714 33554432000 4194304 4196468 140727811307056 140458959702544 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2689] ppid=2682 vsize=10555476 memory=2241 CPUtime=0.16 cores=1,3,5,7
/proc/2685/task/2689/stat : 2689 (java) S 2682 2685 28385 0 -1 1077944384 230 0 0 0 12 4 0 0 20 0 15 0 95624763 10808807424 167714 33554432000 4194304 4196468 140727811307056 140458958650000 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2690] ppid=2682 vsize=10555476 memory=1204 CPUtime=0.16 cores=1,3,5,7
/proc/2685/task/2690/stat : 2690 (java) S 2682 2685 28385 0 -1 1077944384 231 0 0 0 12 4 0 0 20 0 15 0 95624763 10808807424 167714 33554432000 4194304 4196468 140727811307056 140458957596944 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2691] ppid=2682 vsize=10555476 memory=15876 CPUtime=0.17 cores=1,3,5,7
/proc/2685/task/2691/stat : 2691 (java) S 2682 2685 28385 0 -1 1077944384 226 0 0 0 12 5 0 0 20 0 15 0 95624763 10808807424 167714 33554432000 4194304 4196468 140727811307056 140458956544400 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2692] ppid=2682 vsize=10555476 memory=17700 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2692/stat : 2692 (java) S 2682 2685 28385 0 -1 1077944384 483 0 0 0 0 0 0 0 20 0 15 0 95624764 10808807424 167714 33554432000 4194304 4196468 140727811307056 140458844977904 140459353201282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0

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

[startup+361.601 s]
/proc/loadavg: 4.89 4.98 4.01 6/217 2709
/proc/meminfo: memFree=15839924/32770624 swapFree=67108860/67108860
[pid=2685] ppid=2682 vsize=10690804 memory=8299344 CPUtime=1324.15 cores=1,3,5,7
/proc/2685/stat : 2685 (java) S 2682 2685 28385 0 -1 1077944320 307977 0 0 0 131660 755 0 0 20 0 16 0 95624762 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140727811289600 140459353190135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
/proc/2685/statm: 2672701 2074836 3180 1 0 2661057 0
[pid=2685/tid=2687] ppid=2682 vsize=10690804 memory=8299344 CPUtime=13.04 cores=1,3,5,7
/proc/2685/task/2687/stat : 2687 (java) S 2682 2685 28385 0 -1 1077944384 17698 0 0 0 1291 13 0 0 20 0 16 0 95624762 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140459357430816 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2688] ppid=2682 vsize=10690804 memory=8112282956445269571 CPUtime=321.91 cores=1,3,5,7
/proc/2685/task/2688/stat : 2688 (java) R 2682 2685 28385 0 -1 4202560 56924 0 0 0 32011 180 0 0 20 0 16 0 95624763 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458959702352 140459345818343 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2689] ppid=2682 vsize=10690804 memory=2416 CPUtime=321.87 cores=1,3,5,7
/proc/2685/task/2689/stat : 2689 (java) R 2682 2685 28385 0 -1 4202560 36279 0 0 0 31996 191 0 0 20 0 16 0 95624763 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458958650120 140459345818343 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2690] ppid=2682 vsize=10690804 memory=1728 CPUtime=321.7 cores=1,3,5,7
/proc/2685/task/2690/stat : 2690 (java) R 2682 2685 28385 0 -1 4202560 67440 0 0 0 31991 179 0 0 20 0 16 0 95624763 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458957596752 140459345818343 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2691] ppid=2682 vsize=10690804 memory=8112282956445269571 CPUtime=321.51 cores=1,3,5,7
/proc/2685/task/2691/stat : 2691 (java) R 2682 2685 28385 0 -1 4202560 48012 0 0 0 31970 181 0 0 20 0 16 0 95624763 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458956544288 140459334799847 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2692] ppid=2682 vsize=10690804 memory=8112282956445269571 CPUtime=22.52 cores=1,3,5,7
/proc/2685/task/2692/stat : 2692 (java) S 2682 2685 28385 0 -1 1077944384 73046 0 0 0 2248 4 0 0 20 0 16 0 95624764 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458844976448 140459353200341 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2693] ppid=2682 vsize=10690804 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2693/stat : 2693 (java) S 2682 2685 28385 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 95624765 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458843924192 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2694] ppid=2682 vsize=10690804 memory=17700 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2694/stat : 2694 (java) S 2682 2685 28385 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 16 0 95624765 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458842871040 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2695] ppid=2682 vsize=10690804 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2695/stat : 2695 (java) S 2682 2685 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95624767 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458841819600 140459353208731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2696] ppid=2682 vsize=10690804 memory=8112282956445269571 CPUtime=0.44 cores=1,3,5,7
/proc/2685/task/2696/stat : 2696 (java) S 2682 2685 28385 0 -1 1077944384 1645 0 0 0 44 0 0 0 20 0 16 0 95624767 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458840766464 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2697] ppid=2682 vsize=10690804 memory=1008 CPUtime=0.49 cores=1,3,5,7
/proc/2685/task/2697/stat : 2697 (java) S 2682 2685 28385 0 -1 1077944384 1311 0 0 0 49 0 0 0 20 0 16 0 95624767 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458839714208 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2698] ppid=2682 vsize=10690804 memory=4612 CPUtime=0.3 cores=1,3,5,7
/proc/2685/task/2698/stat : 2698 (java) S 2682 2685 28385 0 -1 1077944384 2884 0 0 0 30 0 0 0 20 0 16 0 95624767 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458838656016 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2699] ppid=2682 vsize=10690804 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2699/stat : 2699 (java) S 2682 2685 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95624768 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458837608800 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2700] ppid=2682 vsize=10690804 memory=8299344 CPUtime=0.27 cores=1,3,5,7
/proc/2685/task/2700/stat : 2700 (java) S 2682 2685 28385 0 -1 1077944384 505 0 0 0 12 15 0 0 20 0 16 0 95624768 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458836556848 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2707] ppid=2682 vsize=10690804 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2707/stat : 2707 (java) S 2682 2685 28385 0 -1 1077944384 626 0 0 0 0 0 0 0 20 0 16 0 95658082 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458835502016 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
Current children cumulated CPU time: 1324.15 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8299344 KiB

[startup+362.401 s]
/proc/loadavg: 4.89 4.98 4.01 7/217 2709
/proc/meminfo: memFree=15839804/32770624 swapFree=67108860/67108860
[pid=2685] ppid=2682 vsize=10690804 memory=8299344 CPUtime=1327.26 cores=1,3,5,7
/proc/2685/stat : 2685 (java) S 2682 2685 28385 0 -1 1077944320 307977 0 0 0 131969 757 0 0 20 0 16 0 95624762 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140727811289600 140459353190135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
/proc/2685/statm: 2672701 2074836 3180 1 0 2661057 0
[pid=2685/tid=2687] ppid=2682 vsize=10690804 memory=8112282956445269571 CPUtime=13.04 cores=1,3,5,7
/proc/2685/task/2687/stat : 2687 (java) S 2682 2685 28385 0 -1 1077944384 17698 0 0 0 1291 13 0 0 20 0 16 0 95624762 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140459357430816 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2688] ppid=2682 vsize=10690804 memory=2196 CPUtime=322.68 cores=1,3,5,7
/proc/2685/task/2688/stat : 2688 (java) R 2682 2685 28385 0 -1 4202560 56924 0 0 0 32088 180 0 0 20 0 16 0 95624763 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458959702352 140459345818343 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2689] ppid=2682 vsize=10690804 memory=6764 CPUtime=322.63 cores=1,3,5,7
/proc/2685/task/2689/stat : 2689 (java) R 2682 2685 28385 0 -1 4202560 36279 0 0 0 32071 192 0 0 20 0 16 0 95624763 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458958650120 140459345818343 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2690] ppid=2682 vsize=10690804 memory=840 CPUtime=322.46 cores=1,3,5,7
/proc/2685/task/2690/stat : 2690 (java) R 2682 2685 28385 0 -1 4202560 67440 0 0 0 32067 179 0 0 20 0 16 0 95624763 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458957596752 140459345818343 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2691] ppid=2682 vsize=10690804 memory=1156 CPUtime=322.31 cores=1,3,5,7
/proc/2685/task/2691/stat : 2691 (java) R 2682 2685 28385 0 -1 4202560 48012 0 0 0 32050 181 0 0 20 0 16 0 95624763 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458956544288 140459338186524 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2692] ppid=2682 vsize=10690804 memory=18488 CPUtime=22.52 cores=1,3,5,7
/proc/2685/task/2692/stat : 2692 (java) S 2682 2685 28385 0 -1 1077944384 73046 0 0 0 2248 4 0 0 20 0 16 0 95624764 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458844976448 140459353200341 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2693] ppid=2682 vsize=10690804 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2693/stat : 2693 (java) S 2682 2685 28385 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 95624765 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458843924192 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2694] ppid=2682 vsize=10690804 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2694/stat : 2694 (java) S 2682 2685 28385 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 16 0 95624765 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458842871040 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2695] ppid=2682 vsize=10690804 memory=640 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2695/stat : 2695 (java) S 2682 2685 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95624767 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458841819600 140459353208731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2696] ppid=2682 vsize=10690804 memory=956 CPUtime=0.44 cores=1,3,5,7
/proc/2685/task/2696/stat : 2696 (java) S 2682 2685 28385 0 -1 1077944384 1645 0 0 0 44 0 0 0 20 0 16 0 95624767 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458840766464 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2697] ppid=2682 vsize=10690804 memory=8299344 CPUtime=0.49 cores=1,3,5,7
/proc/2685/task/2697/stat : 2697 (java) S 2682 2685 28385 0 -1 1077944384 1311 0 0 0 49 0 0 0 20 0 16 0 95624767 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458839714208 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2698] ppid=2682 vsize=10690804 memory=2416 CPUtime=0.3 cores=1,3,5,7
/proc/2685/task/2698/stat : 2698 (java) S 2682 2685 28385 0 -1 1077944384 2884 0 0 0 30 0 0 0 20 0 16 0 95624767 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458838656016 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2699] ppid=2682 vsize=10690804 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2699/stat : 2699 (java) S 2682 2685 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95624768 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458837608800 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2700] ppid=2682 vsize=10690804 memory=796 CPUtime=0.27 cores=1,3,5,7
/proc/2685/task/2700/stat : 2700 (java) S 2682 2685 28385 0 -1 1077944384 505 0 0 0 12 15 0 0 20 0 16 0 95624768 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458836556848 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2707] ppid=2682 vsize=10690804 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2707/stat : 2707 (java) S 2682 2685 28385 0 -1 1077944384 626 0 0 0 0 0 0 0 20 0 16 0 95658082 10947383296 2074836 33554432000 4194304 4196468 140727811307056 140458835502016 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
Current children cumulated CPU time: 1327.26 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8299344 KiB

[startup+363.201 s]
/proc/loadavg: 4.89 4.98 4.01 3/217 2709
/proc/meminfo: memFree=15839804/32770624 swapFree=67108860/67108860
[pid=2685] ppid=2682 vsize=10690804 memory=8299348 CPUtime=1329.77 cores=1,3,5,7
/proc/2685/stat : 2685 (java) S 2682 2685 28385 0 -1 1077944320 308358 0 0 0 132220 757 0 0 20 0 16 0 95624762 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140727811289600 140459353190135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
/proc/2685/statm: 2672701 2074837 3180 1 0 2661057 0
[pid=2685/tid=2687] ppid=2682 vsize=10690804 memory=8299344 CPUtime=13.04 cores=1,3,5,7
/proc/2685/task/2687/stat : 2687 (java) S 2682 2685 28385 0 -1 1077944384 17698 0 0 0 1291 13 0 0 20 0 16 0 95624762 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140459357430816 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2688] ppid=2682 vsize=10690804 memory=8299344 CPUtime=323.26 cores=1,3,5,7
/proc/2685/task/2688/stat : 2688 (java) S 2682 2685 28385 0 -1 1077944384 56924 0 0 0 32145 181 0 0 20 0 16 0 95624763 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458959702544 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2689] ppid=2682 vsize=10690804 memory=8299344 CPUtime=323.2 cores=1,3,5,7
/proc/2685/task/2689/stat : 2689 (java) S 2682 2685 28385 0 -1 1077944384 36279 0 0 0 32128 192 0 0 20 0 16 0 95624763 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458958650000 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2690] ppid=2682 vsize=10690804 memory=0 CPUtime=323.04 cores=1,3,5,7
/proc/2685/task/2690/stat : 2690 (java) S 2682 2685 28385 0 -1 1077944384 67440 0 0 0 32125 179 0 0 20 0 16 0 95624763 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458957596944 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2691] ppid=2682 vsize=10690804 memory=8299344 CPUtime=322.9 cores=1,3,5,7
/proc/2685/task/2691/stat : 2691 (java) S 2682 2685 28385 0 -1 1077944384 48012 0 0 0 32109 181 0 0 20 0 16 0 95624763 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458956544400 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2692] ppid=2682 vsize=10690804 memory=4140 CPUtime=22.73 cores=1,3,5,7
/proc/2685/task/2692/stat : 2692 (java) R 2682 2685 28385 0 -1 4202560 73427 0 0 0 2269 4 0 0 20 0 16 0 95624764 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458844976448 140459337647755 0 0 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2693] ppid=2682 vsize=10690804 memory=27456 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2693/stat : 2693 (java) S 2682 2685 28385 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 95624765 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458843924192 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2694] ppid=2682 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2694/stat : 2694 (java) S 2682 2685 28385 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 16 0 95624765 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458842871040 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2695] ppid=2682 vsize=10690804 memory=27456 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2695/stat : 2695 (java) S 2682 2685 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95624767 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458841819600 140459353208731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2696] ppid=2682 vsize=10690804 memory=1296 CPUtime=0.44 cores=1,3,5,7
/proc/2685/task/2696/stat : 2696 (java) S 2682 2685 28385 0 -1 1077944384 1645 0 0 0 44 0 0 0 20 0 16 0 95624767 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458840766464 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2697] ppid=2682 vsize=10690804 memory=2416 CPUtime=0.49 cores=1,3,5,7
/proc/2685/task/2697/stat : 2697 (java) S 2682 2685 28385 0 -1 1077944384 1311 0 0 0 49 0 0 0 20 0 16 0 95624767 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458839714208 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2698] ppid=2682 vsize=10690804 memory=1728 CPUtime=0.3 cores=1,3,5,7
/proc/2685/task/2698/stat : 2698 (java) S 2682 2685 28385 0 -1 1077944384 2884 0 0 0 30 0 0 0 20 0 16 0 95624767 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458838656016 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2699] ppid=2682 vsize=10690804 memory=796 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2699/stat : 2699 (java) S 2682 2685 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95624768 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458837608800 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2700] ppid=2682 vsize=10690804 memory=1716 CPUtime=0.27 cores=1,3,5,7
/proc/2685/task/2700/stat : 2700 (java) S 2682 2685 28385 0 -1 1077944384 505 0 0 0 12 15 0 0 20 0 16 0 95624768 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458836556848 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2707] ppid=2682 vsize=10690804 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2707/stat : 2707 (java) S 2682 2685 28385 0 -1 1077944384 626 0 0 0 0 0 0 0 20 0 16 0 95658082 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458835502016 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
Current children cumulated CPU time: 1329.77 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8299348 KiB

[startup+363.601 s]
/proc/loadavg: 4.89 4.98 4.01 3/217 2709
/proc/meminfo: memFree=15839804/32770624 swapFree=67108860/67108860
[pid=2685] ppid=2682 vsize=10690804 memory=8299348 CPUtime=1330.17 cores=1,3,5,7
/proc/2685/stat : 2685 (java) S 2682 2685 28385 0 -1 1077944320 308360 0 0 0 132260 757 0 0 20 0 16 0 95624762 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140727811289600 140459353190135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
/proc/2685/statm: 2672701 2074837 3180 1 0 2661057 0
[pid=2685/tid=2687] ppid=2682 vsize=10690804 memory=1716 CPUtime=13.04 cores=1,3,5,7
/proc/2685/task/2687/stat : 2687 (java) S 2682 2685 28385 0 -1 1077944384 17698 0 0 0 1291 13 0 0 20 0 16 0 95624762 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140459357430816 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2688] ppid=2682 vsize=10690804 memory=1948 CPUtime=323.26 cores=1,3,5,7
/proc/2685/task/2688/stat : 2688 (java) S 2682 2685 28385 0 -1 1077944384 56924 0 0 0 32145 181 0 0 20 0 16 0 95624763 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458959702544 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2689] ppid=2682 vsize=10690804 memory=8560 CPUtime=323.2 cores=1,3,5,7
/proc/2685/task/2689/stat : 2689 (java) S 2682 2685 28385 0 -1 1077944384 36279 0 0 0 32128 192 0 0 20 0 16 0 95624763 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458958650000 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2690] ppid=2682 vsize=10690804 memory=15876 CPUtime=323.04 cores=1,3,5,7
/proc/2685/task/2690/stat : 2690 (java) S 2682 2685 28385 0 -1 1077944384 67440 0 0 0 32125 179 0 0 20 0 16 0 95624763 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458957596944 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2691] ppid=2682 vsize=10690804 memory=17700 CPUtime=322.9 cores=1,3,5,7
/proc/2685/task/2691/stat : 2691 (java) S 2682 2685 28385 0 -1 1077944384 48012 0 0 0 32109 181 0 0 20 0 16 0 95624763 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458956544400 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2692] ppid=2682 vsize=10690804 memory=4048 CPUtime=23.13 cores=1,3,5,7
/proc/2685/task/2692/stat : 2692 (java) R 2682 2685 28385 0 -1 4202560 73427 0 0 0 2309 4 0 0 20 0 16 0 95624764 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458844976448 140459337647755 0 0 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2693] ppid=2682 vsize=10690804 memory=18488 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2693/stat : 2693 (java) S 2682 2685 28385 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 95624765 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458843924192 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2694] ppid=2682 vsize=10690804 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2694/stat : 2694 (java) S 2682 2685 28385 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 16 0 95624765 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458842871040 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2695] ppid=2682 vsize=10690804 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2695/stat : 2695 (java) S 2682 2685 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95624767 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458841819600 140459353208731 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2696] ppid=2682 vsize=10690804 memory=640 CPUtime=0.44 cores=1,3,5,7
/proc/2685/task/2696/stat : 2696 (java) S 2682 2685 28385 0 -1 1077944384 1645 0 0 0 44 0 0 0 20 0 16 0 95624767 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458840766464 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2697] ppid=2682 vsize=10690804 memory=956 CPUtime=0.49 cores=1,3,5,7
/proc/2685/task/2697/stat : 2697 (java) S 2682 2685 28385 0 -1 1077944384 1311 0 0 0 49 0 0 0 20 0 16 0 95624767 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458839714208 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2698] ppid=2682 vsize=10690804 memory=4096 CPUtime=0.3 cores=1,3,5,7
/proc/2685/task/2698/stat : 2698 (java) S 2682 2685 28385 0 -1 1077944384 2884 0 0 0 30 0 0 0 20 0 16 0 95624767 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458838656016 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2699] ppid=2682 vsize=10690804 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2699/stat : 2699 (java) S 2682 2685 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95624768 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458837608800 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2700] ppid=2682 vsize=10690804 memory=2240 CPUtime=0.27 cores=1,3,5,7
/proc/2685/task/2700/stat : 2700 (java) S 2682 2685 28385 0 -1 1077944384 507 0 0 0 12 15 0 0 20 0 16 0 95624768 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458836556848 140459353201282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
[pid=2685/tid=2707] ppid=2682 vsize=10690804 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/2685/task/2707/stat : 2707 (java) S 2682 2685 28385 0 -1 1077944384 626 0 0 0 0 0 0 0 20 0 16 0 95658082 10947383296 2074837 33554432000 4194304 4196468 140727811307056 140458835502016 140459353200341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6746112 140727811310726 140727811310879 140727811310879 140727811313615 0
Current children cumulated CPU time: 1330.17 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8299348 KiB

Child status: 0
Real time (s): 363.693
CPU time (s): 1330.28
CPU user time (s): 1322.66
CPU system time (s): 7.61127
CPU usage (%): 365.769
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8299348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1322.66
system time used= 7.61127
maximum resident set size= 8299476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308446
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= 21117
involuntary context switches= 13992


# summary of solver processes directly reported to runsolver:
#   pid: 2685
#   total CPU time (s): 1330.28
#   total CPU user time (s): 1322.66
#   total CPU system time (s): 7.61127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.40314 second user time and 3.47033 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 13:41:51
IDJOB=4262924
IDBENCH=126211
IDSOLVER=2651
FILE ID=node106/4262924-1502625370
RUNJOBID= node106-1502624013-2078
PBS_JOBID= 20628302
Free space on /tmp= 61768 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-28-a3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262924-1502625370/watcher-4262924-1502625370 -o /tmp/evaluation-result-4262924-1502625370/solver-4262924-1502625370 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2078 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262924-1502625370.xml

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

MD5SUM BENCH= 7bf94b2c859f2895a81dfe97f17444ea
RANDOM SEED=2093103309

node106.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.86
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.86
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.86
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.86
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:        27167016 kB
MemAvailable:   27573472 kB
Buffers:          102216 kB
Cached:           592204 kB
SwapCached:            0 kB
Active:          4789028 kB
Inactive:         372336 kB
Active(anon):    4422772 kB
Inactive(anon):    72092 kB
Active(file):     366256 kB
Inactive(file):   300244 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1728 kB
Writeback:             0 kB
AnonPages:       4508124 kB
Mapped:            55148 kB
Shmem:             25228 kB
Slab:             137060 kB
SReclaimable:     111584 kB
SUnreclaim:        25476 kB
KernelStack:        3840 kB
PageTables:        13952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5089492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4399104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61768 MiB
End job on node106 at 2017-08-13 13:47:55