Trace number 4262930

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? 1487.15 411.28299

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-13-a4.xml
MD5SUMa23d33c916089316ecf00e2bfba5f26c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark109
Best CPU time to get the best result obtained on this benchmark2520.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables13
Number of constraints2719
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":13}]
Minimum variable degree793
Maximum variable degree794
Distribution of variable degrees[{"degree":793,"count":11},{"degree":794,"count":2}]
Minimum constraint arity1
Maximum constraint arity13
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":572},{"arity":4,"count":2145},{"arity":13,"count":1}]
Number of extensional constraints0
Number of intensional constraints2718
Distribution of constraint types[{"type":"intension","count":2718},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262930-1502625726/watcher-4262930-1502625726 -o /tmp/evaluation-result-4262930-1502625726/solver-4262930-1502625726 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5187 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262930-1502625726.xml 

running on 4 cores: 0,2,4,6

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=5484, runsolver pid=5481
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 7.86 6.26 4.10 6/215 5499
/proc/meminfo: memFree=23401680/32770624 swapFree=67108860/67108860
[pid=5484] ppid=5481 vsize=10555400 memory=30504 CPUtime=0.12 cores=0,2,4,6
/proc/5484/stat : 5484 (java) S 5481 5484 30973 0 -1 1077944320 6664 0 0 0 12 0 0 0 20 0 15 0 95660836 10808729600 7626 33554432000 4194304 4196468 140722580657664 140722580640208 140057261334263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
/proc/5484/statm: 2638850 7626 2822 1 0 2627263 0
[pid=5484/tid=5486] ppid=5481 vsize=10555400 memory=-7387007932599496084 CPUtime=0.09 cores=0,2,4,6
/proc/5484/task/5486/stat : 5486 (java) R 5481 5484 30973 0 -1 4202560 4520 0 0 0 9 0 0 0 20 0 15 0 95660836 10808729600 7626 33554432000 4194304 4196468 140722580657664 140057265546352 140057245414750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5487] ppid=5481 vsize=10555400 memory=4211973552137944458 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5487/stat : 5487 (java) S 5481 5484 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95660837 10808729600 7626 33554432000 4194304 4196468 140722580657664 140057213954704 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5488] ppid=5481 vsize=10555400 memory=139825933153920 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5488/stat : 5488 (java) S 5481 5484 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95660837 10808729600 7626 33554432000 4194304 4196468 140722580657664 140057212901904 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5489] ppid=5481 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5489/stat : 5489 (java) S 5481 5484 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95660837 10808729600 7626 33554432000 4194304 4196468 140722580657664 140057211849104 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5490] ppid=5481 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5490/stat : 5490 (java) S 5481 5484 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95660837 10808729600 7626 33554432000 4194304 4196468 140722580657664 140057210796304 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5491] ppid=5481 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5491/stat : 5491 (java) S 5481 5484 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95660838 10808729600 7626 33554432000 4194304 4196468 140722580657664 140056497761136 140057261345410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5492] ppid=5481 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5492/stat : 5492 (java) S 5481 5484 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95660839 10808729600 7626 33554432000 4194304 4196468 140722580657664 140056496707104 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5493] ppid=5481 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5493/stat : 5493 (java) S 5481 5484 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95660839 10808729600 7626 33554432000 4194304 4196468 140722580657664 140056495654256 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5494] ppid=5481 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5494/stat : 5494 (java) S 5481 5484 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95660841 10808729600 7626 33554432000 4194304 4196468 140722580657664 140056494602576 140057261352859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5495] ppid=5481 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5495/stat : 5495 (java) S 5481 5484 30973 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 95660841 10808729600 7626 33554432000 4194304 4196468 140722580657664 140056493549936 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5496] ppid=5481 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5496/stat : 5496 (java) S 5481 5484 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95660841 10808729600 7626 33554432000 4194304 4196468 140722580657664 140056492497136 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5497] ppid=5481 vsize=10555400 memory=139825933153920 CPUtime=0.01 cores=0,2,4,6
/proc/5484/task/5497/stat : 5497 (java) R 5481 5484 30973 0 -1 4202560 363 0 0 0 1 0 0 0 20 0 15 0 95660841 10808729600 7626 33554432000 4194304 4196468 140722580657664 140056491444336 140057240475089 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5498] ppid=5481 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5498/stat : 5498 (java) S 5481 5484 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95660842 10808729600 7626 33554432000 4194304 4196468 140722580657664 140056490391776 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5499] ppid=5481 vsize=10555400 memory=139825933153920 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5499/stat : 5499 (java) S 5481 5484 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95660842 10808729600 7626 33554432000 4194304 4196468 140722580657664 140056489340080 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30504 KiB

[startup+0.218906 s]*
/proc/loadavg: 7.86 6.26 4.10 9/215 5499
/proc/meminfo: memFree=23392996/32770624 swapFree=67108860/67108860
[pid=5484] ppid=5481 vsize=10555400 memory=39468 CPUtime=0.34 cores=0,2,4,6
/proc/5484/stat : 5484 (java) S 5481 5484 30973 0 -1 1077944320 8013 0 0 0 33 1 0 0 20 0 15 0 95660836 10808729600 9867 33554432000 4194304 4196468 140722580657664 140722580640208 140057261334263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
/proc/5484/statm: 2638850 9867 2969 1 0 2627263 0
[pid=5484/tid=5486] ppid=5481 vsize=10555400 memory=-7387007932599496084 CPUtime=0.21 cores=0,2,4,6
/proc/5484/task/5486/stat : 5486 (java) R 5481 5484 30973 0 -1 4202560 5028 0 0 0 20 1 0 0 20 0 15 0 95660836 10808729600 9867 33554432000 4194304 4196468 140722580657664 140057265570816 140056888710725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5487] ppid=5481 vsize=10555400 memory=4211973552137944458 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5487/stat : 5487 (java) S 5481 5484 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95660837 10808729600 9867 33554432000 4194304 4196468 140722580657664 140057213954704 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5488] ppid=5481 vsize=10555400 memory=139825933153920 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5488/stat : 5488 (java) S 5481 5484 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95660837 10808729600 9867 33554432000 4194304 4196468 140722580657664 140057212901904 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5489] ppid=5481 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5489/stat : 5489 (java) S 5481 5484 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95660837 10808729600 9867 33554432000 4194304 4196468 140722580657664 140057211849104 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5490] ppid=5481 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5490/stat : 5490 (java) S 5481 5484 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95660837 10808729600 9867 33554432000 4194304 4196468 140722580657664 140057210796304 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5491] ppid=5481 vsize=10555400 memory=139825933153920 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5491/stat : 5491 (java) S 5481 5484 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95660838 10808729600 9867 33554432000 4194304 4196468 140722580657664 140056497761136 140057261345410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5492] ppid=5481 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5492/stat : 5492 (java) S 5481 5484 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95660839 10808729600 9867 33554432000 4194304 4196468 140722580657664 140056496707104 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5493] ppid=5481 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5493/stat : 5493 (java) S 5481 5484 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95660839 10808729600 9867 33554432000 4194304 4196468 140722580657664 140056495654256 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5494] ppid=5481 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5494/stat : 5494 (java) S 5481 5484 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95660841 10808729600 9867 33554432000 4194304 4196468 140722580657664 140056494602576 140057261352859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5495] ppid=5481 vsize=10555400 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5484/task/5495/stat : 5495 (java) R 5481 5484 30973 0 -1 4202560 636 0 0 0 3 0 0 0 20 0 15 0 95660841 10808729600 9867 33554432000 4194304 4196468 140722580657664 140056493541584 140057261348150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5496] ppid=5481 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5484/task/5496/stat : 5496 (java) R 5481 5484 30973 0 -1 1077944384 153 0 0 0 2 0 0 0 20 0 15 0 95660841 10808729600 9867 33554432000 4194304 4196468 140722580657664 140056492486928 140057261344469 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5497] ppid=5481 vsize=10555400 memory=139825933153920 CPUtime=0.07 cores=0,2,4,6
/proc/5484/task/5497/stat : 5497 (java) S 5481 5484 30973 0 -1 1077944384 830 0 0 0 7 0 0 0 20 0 15 0 95660841 10808729600 9867 33554432000 4194304 4196468 140722580657664 140056491438688 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5498] ppid=5481 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5498/stat : 5498 (java) S 5481 5484 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95660842 10808729600 9867 33554432000 4194304 4196468 140722580657664 140056490391776 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5499] ppid=5481 vsize=10555400 memory=139825933153920 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5499/stat : 5499 (java) S 5481 5484 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95660842 10808729600 9867 33554432000 4194304 4196468 140722580657664 140056489340080 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39468 KiB

[startup+0.310405 s]*
/proc/loadavg: 7.86 6.26 4.10 7/215 5499
/proc/meminfo: memFree=23380396/32770624 swapFree=67108860/67108860
[pid=5484] ppid=5481 vsize=10555476 memory=54716 CPUtime=0.65 cores=0,2,4,6
/proc/5484/stat : 5484 (java) S 5481 5484 30973 0 -1 1077944320 10370 0 0 0 63 2 0 0 20 0 15 0 95660836 10808807424 13679 33554432000 4194304 4196468 140722580657664 140722580640208 140057261334263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
/proc/5484/statm: 2638869 13679 3054 1 0 2627263 0
[pid=5484/tid=5486] ppid=5481 vsize=10555476 memory=93310054 CPUtime=0.29 cores=0,2,4,6
/proc/5484/task/5486/stat : 5486 (java) R 5481 5484 30973 0 -1 4202560 5620 0 0 0 28 1 0 0 20 0 15 0 95660836 10808807424 13679 33554432000 4194304 4196468 140722580657664 140057265569536 140057261346198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5487] ppid=5481 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5487/stat : 5487 (java) S 5481 5484 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95660837 10808807424 13679 33554432000 4194304 4196468 140722580657664 140057213954704 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5488] ppid=5481 vsize=10555476 memory=279651747696256 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5488/stat : 5488 (java) S 5481 5484 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95660837 10808807424 13679 33554432000 4194304 4196468 140722580657664 140057212901904 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5489] ppid=5481 vsize=10555476 memory=279651629119264 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5489/stat : 5489 (java) S 5481 5484 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95660837 10808807424 13679 33554432000 4194304 4196468 140722580657664 140057211849104 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5490] ppid=5481 vsize=10555476 memory=139825814542351 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5490/stat : 5490 (java) S 5481 5484 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95660837 10808807424 13679 33554432000 4194304 4196468 140722580657664 140057210796304 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5491] ppid=5481 vsize=10555476 memory=279651747703168 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5491/stat : 5491 (java) S 5481 5484 30973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95660838 10808807424 13679 33554432000 4194304 4196468 140722580657664 140056497761136 140057261345410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5492] ppid=5481 vsize=10555476 memory=139825814546959 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5492/stat : 5492 (java) S 5481 5484 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95660839 10808807424 13679 33554432000 4194304 4196468 140722580657664 140056496707104 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5493] ppid=5481 vsize=10555476 memory=139825814554451 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5493/stat : 5493 (java) S 5481 5484 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95660839 10808807424 13679 33554432000 4194304 4196468 140722580657664 140056495654256 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5494] ppid=5481 vsize=10555476 memory=139825814556756 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5494/stat : 5494 (java) S 5481 5484 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95660841 10808807424 13679 33554432000 4194304 4196468 140722580657664 140056494602576 140057261352859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5495] ppid=5481 vsize=10555476 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/5484/task/5495/stat : 5495 (java) S 5481 5484 30973 0 -1 1077944384 1151 0 0 0 11 0 0 0 20 0 15 0 95660841 10808807424 13679 33554432000 4194304 4196468 140722580657664 140056493549936 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5496] ppid=5481 vsize=10555476 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/5484/task/5496/stat : 5496 (java) S 5481 5484 30973 0 -1 1077944384 953 0 0 0 10 0 0 0 20 0 15 0 95660841 10808807424 13679 33554432000 4194304 4196468 140722580657664 140056492497136 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5497] ppid=5481 vsize=10555476 memory=139825933153920 CPUtime=0.13 cores=0,2,4,6
/proc/5484/task/5497/stat : 5497 (java) R 5481 5484 30973 0 -1 4202560 1280 0 0 0 13 0 0 0 20 0 15 0 95660841 10808807424 13679 33554432000 4194304 4196468 140722580657664 140056491444336 140057240468182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5498] ppid=5481 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5498/stat : 5498 (java) S 5481 5484 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95660842 10808807424 13679 33554432000 4194304 4196468 140722580657664 140056490391776 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5499] ppid=5481 vsize=10555476 memory=139825933184424 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5499/stat : 5499 (java) S 5481 5484 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95660842 10808807424 13679 33554432000 4194304 4196468 140722580657664 140056489340080 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 54716 KiB

[startup+0.70077 s]
/proc/loadavg: 7.86 6.26 4.10 8/215 5499
/proc/meminfo: memFree=23353812/32770624 swapFree=67108860/67108860
[pid=5484] ppid=5481 vsize=10555476 memory=134144 CPUtime=1.85 cores=0,2,4,6
/proc/5484/stat : 5484 (java) S 5481 5484 30973 0 -1 1077944320 11884 0 0 0 181 4 0 0 20 0 15 0 95660836 10808807424 33536 33554432000 4194304 4196468 140722580657664 140722580640208 140057261334263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
/proc/5484/statm: 2638869 33536 3087 1 0 2627263 0
[pid=5484/tid=5486] ppid=5481 vsize=10555476 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/5484/task/5486/stat : 5486 (java) R 5481 5484 30973 0 -1 4202560 5994 0 0 0 65 3 0 0 20 0 15 0 95660836 10808807424 33536 33554432000 4194304 4196468 140722580657664 140057265562544 140056890741634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5487] ppid=5481 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5487/stat : 5487 (java) S 5481 5484 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95660837 10808807424 33536 33554432000 4194304 4196468 140722580657664 140057213954704 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5488] ppid=5481 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5488/stat : 5488 (java) S 5481 5484 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95660837 10808807424 33536 33554432000 4194304 4196468 140722580657664 140057212901904 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5489] ppid=5481 vsize=10555476 memory=146 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5489/stat : 5489 (java) S 5481 5484 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95660837 10808807424 33536 33554432000 4194304 4196468 140722580657664 140057211849104 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5490] ppid=5481 vsize=10555476 memory=2 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5490/stat : 5490 (java) S 5481 5484 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95660837 10808807424 33536 33554432000 4194304 4196468 140722580657664 140057210796304 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5491] ppid=5481 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5491/stat : 5491 (java) S 5481 5484 30973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95660838 10808807424 33536 33554432000 4194304 4196468 140722580657664 140056497761136 140057261345410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5492] ppid=5481 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5492/stat : 5492 (java) S 5481 5484 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95660839 10808807424 34048 33554432000 4194304 4196468 140722580657664 140056496707104 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5493] ppid=5481 vsize=10555476 memory=13040 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5493/stat : 5493 (java) S 5481 5484 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95660839 10808807424 34048 33554432000 4194304 4196468 140722580657664 140056495654256 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5494] ppid=5481 vsize=10555476 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5494/stat : 5494 (java) S 5481 5484 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95660841 10808807424 34048 33554432000 4194304 4196468 140722580657664 140056494602576 140057261352859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5495] ppid=5481 vsize=10555476 memory=1196 CPUtime=0.44 cores=0,2,4,6
/proc/5484/task/5495/stat : 5495 (java) R 5481 5484 30973 0 -1 4202560 1739 0 0 0 44 0 0 0 20 0 15 0 95660841 10808807424 34048 33554432000 4194304 4196468 140722580657664 140056493541264 140057245301845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5496] ppid=5481 vsize=10555476 memory=8548 CPUtime=0.42 cores=0,2,4,6
/proc/5484/task/5496/stat : 5496 (java) R 5481 5484 30973 0 -1 4202560 1038 0 0 0 42 0 0 0 20 0 15 0 95660841 10808807424 34048 33554432000 4194304 4196468 140722580657664 140056492483704 140057239161408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5497] ppid=5481 vsize=10555476 memory=1228 CPUtime=0.28 cores=0,2,4,6
/proc/5484/task/5497/stat : 5497 (java) S 5481 5484 30973 0 -1 1077944384 1742 0 0 0 28 0 0 0 20 0 15 0 95660841 10808807424 34048 33554432000 4194304 4196468 140722580657664 140056491444336 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5498] ppid=5481 vsize=10555476 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5498/stat : 5498 (java) S 5481 5484 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95660842 10808807424 34048 33554432000 4194304 4196468 140722580657664 140056490391776 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5499] ppid=5481 vsize=10555476 memory=18476 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5499/stat : 5499 (java) S 5481 5484 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95660842 10808807424 34048 33554432000 4194304 4196468 140722580657664 140056489340080 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 134144 KiB

[startup+1.50151 s]
/proc/loadavg: 7.86 6.26 4.10 9/215 5499
/proc/meminfo: memFree=23178680/32770624 swapFree=67108860/67108860
[pid=5484] ppid=5481 vsize=10555476 memory=516872 CPUtime=3.73 cores=0,2,4,6
/proc/5484/stat : 5484 (java) S 5481 5484 30973 0 -1 1077944320 12894 0 0 0 333 40 0 0 20 0 15 0 95660836 10808807424 129218 33554432000 4194304 4196468 140722580657664 140722580640208 140057261334263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
/proc/5484/statm: 2638869 129218 3115 1 0 2627263 0
[pid=5484/tid=5486] ppid=5481 vsize=10555476 memory=0 CPUtime=1.2 cores=0,2,4,6
/proc/5484/task/5486/stat : 5486 (java) S 5481 5484 30973 0 -1 1077944384 6138 0 0 0 114 6 0 0 20 0 15 0 95660836 10808807424 129218 33554432000 4194304 4196468 140722580657664 140057265565440 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5487] ppid=5481 vsize=10555476 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/5484/task/5487/stat : 5487 (java) R 5481 5484 30973 0 -1 4202560 208 0 0 0 19 8 0 0 20 0 15 0 95660837 10808807424 129218 33554432000 4194304 4196468 140722580657664 140057213954704 140057246361682 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5488] ppid=5481 vsize=10555476 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/5484/task/5488/stat : 5488 (java) R 5481 5484 30973 0 -1 4202560 203 0 0 0 19 8 0 0 20 0 15 0 95660837 10808807424 129218 33554432000 4194304 4196468 140722580657664 140057212901792 140057246358318 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5489] ppid=5481 vsize=10555476 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/5484/task/5489/stat : 5489 (java) R 5481 5484 30973 0 -1 4202560 201 0 0 0 19 8 0 0 20 0 15 0 95660837 10808807424 129218 33554432000 4194304 4196468 140722580657664 140057211849104 140057246356384 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5490] ppid=5481 vsize=10555476 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/5484/task/5490/stat : 5490 (java) R 5481 5484 30973 0 -1 4202560 118 0 0 0 17 7 0 0 20 0 15 0 95660837 10808807424 129218 33554432000 4194304 4196468 140722580657664 140057210796504 140057246362137 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5491] ppid=5481 vsize=10555476 memory=51 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5491/stat : 5491 (java) S 5481 5484 30973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 95660838 10808807424 129218 33554432000 4194304 4196468 140722580657664 140056497759648 140057261344469 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0

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

[pid=5484/tid=5487] ppid=5481 vsize=10690804 memory=1716 CPUtime=358.95 cores=0,2,4,6
/proc/5484/task/5487/stat : 5487 (java) R 5481 5484 30973 0 -1 4202560 176591 0 0 0 35714 181 0 0 20 0 17 0 95660837 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140057213954704 140057246323893 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5488] ppid=5481 vsize=10690804 memory=5792 CPUtime=358.08 cores=0,2,4,6
/proc/5484/task/5488/stat : 5488 (java) R 5481 5484 30973 0 -1 4202560 172907 0 0 0 35636 172 0 0 20 0 17 0 95660837 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140057212901792 140057246330644 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5489] ppid=5481 vsize=10690804 memory=4616 CPUtime=358.03 cores=0,2,4,6
/proc/5484/task/5489/stat : 5489 (java) R 5481 5484 30973 0 -1 4202560 133801 0 0 0 35625 178 0 0 20 0 17 0 95660837 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140057211849104 140057246330667 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5490] ppid=5481 vsize=10690804 memory=8148340 CPUtime=356.83 cores=0,2,4,6
/proc/5484/task/5490/stat : 5490 (java) R 5481 5484 30973 0 -1 4202560 82558 0 0 0 35503 180 0 0 20 0 17 0 95660837 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140057210796504 140057246330667 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5491] ppid=5481 vsize=10690804 memory=27600 CPUtime=33.68 cores=0,2,4,6
/proc/5484/task/5491/stat : 5491 (java) S 5481 5484 30973 0 -1 1077944384 76546 0 0 0 3364 4 0 0 20 0 17 0 95660838 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056497759680 140057261344469 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5492] ppid=5481 vsize=10690804 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5492/stat : 5492 (java) S 5481 5484 30973 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 95660839 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056496707168 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5493] ppid=5481 vsize=10690804 memory=35573 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5493/stat : 5493 (java) S 5481 5484 30973 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 95660839 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056495654272 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5494] ppid=5481 vsize=10690804 memory=35567 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5494/stat : 5494 (java) S 5481 5484 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95660841 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056494602576 140057261352859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5495] ppid=5481 vsize=10690804 memory=35448 CPUtime=0.64 cores=0,2,4,6
/proc/5484/task/5495/stat : 5495 (java) S 5481 5484 30973 0 -1 1077944384 2635 0 0 0 64 0 0 0 20 0 17 0 95660841 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056493549936 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5496] ppid=5481 vsize=10690804 memory=27584 CPUtime=0.66 cores=0,2,4,6
/proc/5484/task/5496/stat : 5496 (java) S 5481 5484 30973 0 -1 1077944384 2961 0 0 0 66 0 0 0 20 0 17 0 95660841 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056492497136 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5497] ppid=5481 vsize=10690804 memory=1296 CPUtime=0.37 cores=0,2,4,6
/proc/5484/task/5497/stat : 5497 (java) S 5481 5484 30973 0 -1 1077944384 4707 0 0 0 37 0 0 0 20 0 17 0 95660841 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056491440208 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5498] ppid=5481 vsize=10690804 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5498/stat : 5498 (java) S 5481 5484 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95660842 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056490391776 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5499] ppid=5481 vsize=10690804 memory=2336 CPUtime=0.17 cores=0,2,4,6
/proc/5484/task/5499/stat : 5499 (java) S 5481 5484 30973 0 -1 1077944384 660 0 0 0 11 6 0 0 20 0 17 0 95660842 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056489340080 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5592] ppid=5481 vsize=10690804 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5592/stat : 5592 (java) S 5481 5484 30973 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 17 0 95695434 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056486184992 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5593] ppid=5481 vsize=10690804 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5593/stat : 5593 (java) S 5481 5484 30973 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 95695434 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056485133984 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
Current children cumulated CPU time: 1481.28 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8148352 KiB

[startup+410.402 s]
/proc/loadavg: 6.96 6.56 4.98 6/218 5669
/proc/meminfo: memFree=16884588/32770624 swapFree=67108860/67108860
[pid=5484] ppid=5481 vsize=10690804 memory=8148352 CPUtime=1484.47 cores=0,2,4,6
/proc/5484/stat : 5484 (java) S 5481 5484 30973 0 -1 1077944320 675885 0 0 0 147714 733 0 0 20 0 17 0 95660836 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140722580640208 140057261334263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
/proc/5484/statm: 2672701 2037088 3182 1 0 2661057 0
[pid=5484/tid=5486] ppid=5481 vsize=10690804 memory=8148352 CPUtime=13.76 cores=0,2,4,6
/proc/5484/task/5486/stat : 5486 (java) S 5481 5484 30973 0 -1 1077944384 20878 0 0 0 1365 11 0 0 20 0 17 0 95660836 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140057265574944 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5487] ppid=5481 vsize=10690804 memory=1012 CPUtime=359.75 cores=0,2,4,6
/proc/5484/task/5487/stat : 5487 (java) R 5481 5484 30973 0 -1 4202560 176591 0 0 0 35794 181 0 0 20 0 17 0 95660837 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140057213954704 140057246330772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5488] ppid=5481 vsize=10690804 memory=1716 CPUtime=358.86 cores=0,2,4,6
/proc/5484/task/5488/stat : 5488 (java) R 5481 5484 30973 0 -1 4202560 172907 0 0 0 35714 172 0 0 20 0 17 0 95660837 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140057212901792 140057246330660 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5489] ppid=5481 vsize=10690804 memory=644 CPUtime=358.83 cores=0,2,4,6
/proc/5484/task/5489/stat : 5489 (java) R 5481 5484 30973 0 -1 4202560 133801 0 0 0 35705 178 0 0 20 0 17 0 95660837 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140057211849304 140057246330942 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5490] ppid=5481 vsize=10690804 memory=1788 CPUtime=357.63 cores=0,2,4,6
/proc/5484/task/5490/stat : 5490 (java) R 5481 5484 30973 0 -1 4202560 82558 0 0 0 35583 180 0 0 20 0 17 0 95660837 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140057210796504 140057246033648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5491] ppid=5481 vsize=10690804 memory=956 CPUtime=33.68 cores=0,2,4,6
/proc/5484/task/5491/stat : 5491 (java) S 5481 5484 30973 0 -1 1077944384 76546 0 0 0 3364 4 0 0 20 0 17 0 95660838 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056497759680 140057261344469 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5492] ppid=5481 vsize=10690804 memory=8148348 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5492/stat : 5492 (java) S 5481 5484 30973 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 95660839 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056496707168 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5493] ppid=5481 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5493/stat : 5493 (java) S 5481 5484 30973 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 95660839 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056495654272 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5494] ppid=5481 vsize=10690804 memory=8548 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5494/stat : 5494 (java) S 5481 5484 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95660841 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056494602576 140057261352859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5495] ppid=5481 vsize=10690804 memory=1228 CPUtime=0.64 cores=0,2,4,6
/proc/5484/task/5495/stat : 5495 (java) S 5481 5484 30973 0 -1 1077944384 2635 0 0 0 64 0 0 0 20 0 17 0 95660841 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056493549936 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5496] ppid=5481 vsize=10690804 memory=15876 CPUtime=0.66 cores=0,2,4,6
/proc/5484/task/5496/stat : 5496 (java) S 5481 5484 30973 0 -1 1077944384 2961 0 0 0 66 0 0 0 20 0 17 0 95660841 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056492497136 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5497] ppid=5481 vsize=10690804 memory=8112282956445269571 CPUtime=0.37 cores=0,2,4,6
/proc/5484/task/5497/stat : 5497 (java) S 5481 5484 30973 0 -1 1077944384 4707 0 0 0 37 0 0 0 20 0 17 0 95660841 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056491440208 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5498] ppid=5481 vsize=10690804 memory=956 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5498/stat : 5498 (java) S 5481 5484 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95660842 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056490391776 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5499] ppid=5481 vsize=10690804 memory=2344 CPUtime=0.17 cores=0,2,4,6
/proc/5484/task/5499/stat : 5499 (java) S 5481 5484 30973 0 -1 1077944384 660 0 0 0 11 6 0 0 20 0 17 0 95660842 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056489340080 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5592] ppid=5481 vsize=10690804 memory=928 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5592/stat : 5592 (java) S 5481 5484 30973 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 17 0 95695434 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056486184992 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5593] ppid=5481 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5593/stat : 5593 (java) S 5481 5484 30973 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 95695434 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056485133984 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
Current children cumulated CPU time: 1484.47 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8148352 KiB

[startup+410.802 s]
/proc/loadavg: 6.96 6.56 4.98 6/218 5669
/proc/meminfo: memFree=16884588/32770624 swapFree=67108860/67108860
[pid=5484] ppid=5481 vsize=10690804 memory=8148352 CPUtime=1486.07 cores=0,2,4,6
/proc/5484/stat : 5484 (java) S 5481 5484 30973 0 -1 1077944320 675888 0 0 0 147874 733 0 0 20 0 17 0 95660836 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140722580640208 140057261334263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
/proc/5484/statm: 2672701 2037088 3182 1 0 2661057 0
[pid=5484/tid=5486] ppid=5481 vsize=10690804 memory=1296 CPUtime=13.76 cores=0,2,4,6
/proc/5484/task/5486/stat : 5486 (java) S 5481 5484 30973 0 -1 1077944384 20878 0 0 0 1365 11 0 0 20 0 17 0 95660836 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140057265574944 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5487] ppid=5481 vsize=10690804 memory=2336 CPUtime=360.15 cores=0,2,4,6
/proc/5484/task/5487/stat : 5487 (java) R 5481 5484 30973 0 -1 4202560 176591 0 0 0 35834 181 0 0 20 0 17 0 95660837 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140057213954904 140057246330644 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5488] ppid=5481 vsize=10690804 memory=8148352 CPUtime=359.26 cores=0,2,4,6
/proc/5484/task/5488/stat : 5488 (java) R 5481 5484 30973 0 -1 4202560 172907 0 0 0 35754 172 0 0 20 0 17 0 95660837 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140057212901792 140057245791883 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5489] ppid=5481 vsize=10690804 memory=279651628876016 CPUtime=359.23 cores=0,2,4,6
/proc/5484/task/5489/stat : 5489 (java) R 5481 5484 30973 0 -1 4202560 133801 0 0 0 35745 178 0 0 20 0 17 0 95660837 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140057211849304 140057242944108 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5490] ppid=5481 vsize=10690804 memory=8112282956445269571 CPUtime=358.03 cores=0,2,4,6
/proc/5484/task/5490/stat : 5490 (java) R 5481 5484 30973 0 -1 4202560 82561 0 0 0 35623 180 0 0 20 0 17 0 95660837 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140057210796504 140057246330673 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5491] ppid=5481 vsize=10690804 memory=8148348 CPUtime=33.68 cores=0,2,4,6
/proc/5484/task/5491/stat : 5491 (java) S 5481 5484 30973 0 -1 1077944384 76546 0 0 0 3364 4 0 0 20 0 17 0 95660838 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056497759680 140057261344469 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5492] ppid=5481 vsize=10690804 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5492/stat : 5492 (java) S 5481 5484 30973 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 95660839 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056496707168 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5493] ppid=5481 vsize=10690804 memory=27600 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5493/stat : 5493 (java) S 5481 5484 30973 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 95660839 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056495654272 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5494] ppid=5481 vsize=10690804 memory=279651629366864 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5494/stat : 5494 (java) S 5481 5484 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95660841 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056494602576 140057261352859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5495] ppid=5481 vsize=10690804 memory=6656426216303648864 CPUtime=0.64 cores=0,2,4,6
/proc/5484/task/5495/stat : 5495 (java) S 5481 5484 30973 0 -1 1077944384 2635 0 0 0 64 0 0 0 20 0 17 0 95660841 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056493549696 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5496] ppid=5481 vsize=10690804 memory=4096 CPUtime=0.66 cores=0,2,4,6
/proc/5484/task/5496/stat : 5496 (java) S 5481 5484 30973 0 -1 1077944384 2961 0 0 0 66 0 0 0 20 0 17 0 95660841 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056492497184 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5497] ppid=5481 vsize=10690804 memory=2536 CPUtime=0.37 cores=0,2,4,6
/proc/5484/task/5497/stat : 5497 (java) S 5481 5484 30973 0 -1 1077944384 4707 0 0 0 37 0 0 0 20 0 17 0 95660841 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056491440208 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5498] ppid=5481 vsize=10690804 memory=2536 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5498/stat : 5498 (java) S 5481 5484 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95660842 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056490391776 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5499] ppid=5481 vsize=10690804 memory=1160 CPUtime=0.17 cores=0,2,4,6
/proc/5484/task/5499/stat : 5499 (java) S 5481 5484 30973 0 -1 1077944384 660 0 0 0 11 6 0 0 20 0 17 0 95660842 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056489340080 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5592] ppid=5481 vsize=10690804 memory=3192 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5592/stat : 5592 (java) S 5481 5484 30973 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 17 0 95695434 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056486184992 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5593] ppid=5481 vsize=10690804 memory=8148340 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5593/stat : 5593 (java) S 5481 5484 30973 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 95695434 10947383296 2037088 33554432000 4194304 4196468 140722580657664 140056485133984 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
Current children cumulated CPU time: 1486.07 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8148352 KiB

[startup+411.201 s]
/proc/loadavg: 6.96 6.56 4.98 9/218 5669
/proc/meminfo: memFree=16897616/32770624 swapFree=67108860/67108860
[pid=5484] ppid=5481 vsize=10690804 memory=8148356 CPUtime=1487.06 cores=0,2,4,6
/proc/5484/stat : 5484 (java) S 5481 5484 30973 0 -1 1077944320 676034 0 0 0 147972 734 0 0 20 0 17 0 95660836 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140722580640208 140057261334263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
/proc/5484/statm: 2672701 2037089 3182 1 0 2661057 0
[pid=5484/tid=5486] ppid=5481 vsize=10690804 memory=8112282956445269571 CPUtime=13.76 cores=0,2,4,6
/proc/5484/task/5486/stat : 5486 (java) S 5481 5484 30973 0 -1 1077944384 20878 0 0 0 1365 11 0 0 20 0 17 0 95660836 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140057265574944 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5487] ppid=5481 vsize=10690804 memory=2276 CPUtime=360.34 cores=0,2,4,6
/proc/5484/task/5487/stat : 5487 (java) S 5481 5484 30973 0 -1 1077944384 176591 0 0 0 35853 181 0 0 20 0 17 0 95660837 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140057213954704 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5488] ppid=5481 vsize=10690804 memory=3832912337540698709 CPUtime=359.46 cores=0,2,4,6
/proc/5484/task/5488/stat : 5488 (java) S 5481 5484 30973 0 -1 1077944384 172907 0 0 0 35773 173 0 0 20 0 17 0 95660837 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140057212901904 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5489] ppid=5481 vsize=10690804 memory=288291069190472299 CPUtime=359.43 cores=0,2,4,6
/proc/5484/task/5489/stat : 5489 (java) S 5481 5484 30973 0 -1 1077944384 133801 0 0 0 35765 178 0 0 20 0 17 0 95660837 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140057211849104 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5490] ppid=5481 vsize=10690804 memory=8148352 CPUtime=358.24 cores=0,2,4,6
/proc/5484/task/5490/stat : 5490 (java) S 5481 5484 30973 0 -1 1077944384 82582 0 0 0 35644 180 0 0 20 0 17 0 95660837 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140057210796304 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5491] ppid=5481 vsize=10690804 memory=288230604624101684 CPUtime=33.87 cores=0,2,4,6
/proc/5484/task/5491/stat : 5491 (java) R 5481 5484 30973 0 -1 4202560 76671 0 0 0 3383 4 0 0 20 0 17 0 95660838 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140056497759680 140057239704443 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5492] ppid=5481 vsize=10690804 memory=15815612299479151 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5492/stat : 5492 (java) S 5481 5484 30973 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 95660839 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140056496707168 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5493] ppid=5481 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5493/stat : 5493 (java) S 5481 5484 30973 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 95660839 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140056495654272 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5494] ppid=5481 vsize=10690804 memory=27600 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5494/stat : 5494 (java) S 5481 5484 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95660841 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140056494602576 140057261352859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5495] ppid=5481 vsize=10690804 memory=1296 CPUtime=0.64 cores=0,2,4,6
/proc/5484/task/5495/stat : 5495 (java) S 5481 5484 30973 0 -1 1077944384 2635 0 0 0 64 0 0 0 20 0 17 0 95660841 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140056493549696 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5496] ppid=5481 vsize=10690804 memory=2336 CPUtime=0.66 cores=0,2,4,6
/proc/5484/task/5496/stat : 5496 (java) S 5481 5484 30973 0 -1 1077944384 2961 0 0 0 66 0 0 0 20 0 17 0 95660841 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140056492497184 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5497] ppid=5481 vsize=10690804 memory=1724 CPUtime=0.37 cores=0,2,4,6
/proc/5484/task/5497/stat : 5497 (java) S 5481 5484 30973 0 -1 1077944384 4707 0 0 0 37 0 0 0 20 0 17 0 95660841 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140056491440208 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5498] ppid=5481 vsize=10690804 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5498/stat : 5498 (java) S 5481 5484 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95660842 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140056490391776 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5499] ppid=5481 vsize=10690804 memory=1716 CPUtime=0.17 cores=0,2,4,6
/proc/5484/task/5499/stat : 5499 (java) S 5481 5484 30973 0 -1 1077944384 660 0 0 0 11 6 0 0 20 0 17 0 95660842 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140056489340080 140057261345410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5592] ppid=5481 vsize=10690804 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5592/stat : 5592 (java) S 5481 5484 30973 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 17 0 95695434 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140056486184992 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
[pid=5484/tid=5593] ppid=5481 vsize=10690804 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/5484/task/5593/stat : 5593 (java) S 5481 5484 30973 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 95695434 10947383296 2037089 33554432000 4194304 4196468 140722580657664 140056485133984 140057261344469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23842816 140722580665478 140722580665631 140722580665631 140722580668367 0
Current children cumulated CPU time: 1487.06 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8148356 KiB

Child status: 0
Real time (s): 411.283
CPU time (s): 1487.15
CPU user time (s): 1479.75
CPU system time (s): 7.39904
CPU usage (%): 361.588
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8148356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1479.75
system time used= 7.39904
maximum resident set size= 8148468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 676148
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23328
involuntary context switches= 29277


# summary of solver processes directly reported to runsolver:
#   pid: 5484
#   total CPU time (s): 1487.15
#   total CPU user time (s): 1479.75
#   total CPU system time (s): 7.39904

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.37385 second user time and 4.16526 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 13:47:48
IDJOB=4262930
IDBENCH=126238
IDSOLVER=2651
FILE ID=node103/4262930-1502625726
RUNJOBID= node103-1502624009-5187
PBS_JOBID= 20628296
Free space on /tmp= 61792 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-13-a4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262930-1502625726/watcher-4262930-1502625726 -o /tmp/evaluation-result-4262930-1502625726/solver-4262930-1502625726 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5187 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262930-1502625726.xml

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

MD5SUM BENCH= a23d33c916089316ecf00e2bfba5f26c
RANDOM SEED=389508641

node103.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.56
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.56
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.56
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.56
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:        23420452 kB
MemAvailable:   23720708 kB
Buffers:           96176 kB
Cached:           498668 kB
SwapCached:            0 kB
Active:          8761524 kB
Inactive:         148232 kB
Active(anon):    8264064 kB
Inactive(anon):    78640 kB
Active(file):     497460 kB
Inactive(file):    69592 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1596 kB
Writeback:             0 kB
AnonPages:       8384776 kB
Mapped:            55248 kB
Shmem:             25228 kB
Slab:             124388 kB
SReclaimable:      98080 kB
SUnreclaim:        26308 kB
KernelStack:        3840 kB
PageTables:        21636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8649540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8005632 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= 61780 MiB
End job on node103 at 2017-08-13 13:54:39