Trace number 4262940

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? 1349.16 378.26099

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-27-a4.xml
MD5SUM4a6b886165f8d6d7f8f178d50db8a3de
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark818
Best CPU time to get the best result obtained on this benchmark2520.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints58502
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":27}]
Minimum variable degree8451
Maximum variable degree8452
Distribution of variable degrees[{"degree":8451,"count":25},{"degree":8452,"count":2}]
Minimum constraint arity1
Maximum constraint arity27
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":5850},{"arity":4,"count":52650},{"arity":27,"count":1}]
Number of extensional constraints0
Number of intensional constraints58501
Distribution of constraint types[{"type":"intension","count":58501},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262940-1502625800/watcher-4262940-1502625800 -o /tmp/evaluation-result-4262940-1502625800/solver-4262940-1502625800 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262940-1502625800.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
Current StackSize limit: 8192 KiB

solver pid=32280, runsolver pid=32277

[startup+0.100088 s]*
/proc/loadavg: 4.57 4.11 3.09 3/206 32286
/proc/meminfo: memFree=27545608/32770624 swapFree=67108860/67108860
[pid=32280] ppid=32277 vsize=9936560 memory=18928 CPUtime=0 cores=0,2,4,6
/proc/32280/stat : 32280 (java) S 32277 32280 12395 0 -1 1077944320 3531 0 0 0 0 0 0 0 20 0 6 0 104491300 10175037440 4732 18446744073709551615 4194304 4196468 140737311044832 140737311027376 140702359473911 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
/proc/32280/statm: 2484140 4732 1923 1 0 2473637 0
[pid=32280/tid=32282] ppid=32277 vsize=9936560 memory=-6226343494855790944 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (java) R 32277 32280 12395 0 -1 4202560 2228 0 0 0 0 0 0 0 20 0 6 0 104491309 10175037440 4732 18446744073709551615 4194304 4196468 140737311044832 140702363710032 140702359495837 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32283] ppid=32277 vsize=9936560 memory=5767616217820350857 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (java) S 32277 32280 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 104491310 10175037440 4732 18446744073709551615 4194304 4196468 140737311044832 140702324755600 140702359484117 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32284] ppid=32277 vsize=9936560 memory=139827521820288 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32284/stat : 32284 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 104491310 10175037440 4732 18446744073709551615 4194304 4196468 140737311044832 140701969677328 140702359484117 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32285] ppid=32277 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32285/stat : 32285 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 104491310 10175037440 4732 18446744073709551615 4194304 4196468 140737311044832 140701968624528 140702359484117 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32286] ppid=32277 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32286/stat : 32286 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 104491310 10175037440 4732 18446744073709551615 4194304 4196468 140737311044832 140701967571728 140702359484117 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 18928 KiB

[startup+0.210134 s]*
/proc/loadavg: 4.57 4.11 3.09 3/215 32295
/proc/meminfo: memFree=27534532/32770624 swapFree=67108860/67108860
[pid=32280] ppid=32277 vsize=10551156 memory=26680 CPUtime=0.1 cores=0,2,4,6
/proc/32280/stat : 32280 (java) S 32277 32280 12395 0 -1 1077944320 5106 0 0 0 9 1 0 0 20 0 15 0 104491300 10804383744 6670 18446744073709551615 4194304 4196468 140737311044832 140737311027376 140702359473911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
/proc/32280/statm: 2637789 6670 2793 1 0 2627261 0
[pid=32280/tid=32282] ppid=32277 vsize=10551156 memory=7824613409742035359 CPUtime=0.07 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (java) R 32277 32280 12395 0 -1 4202560 3040 0 0 0 7 0 0 0 20 0 15 0 104491309 10804383744 6670 18446744073709551615 4194304 4196468 140737311044832 140702363708880 140702352151925 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32283] ppid=32277 vsize=10551156 memory=732369965859273701 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (java) S 32277 32280 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104491310 10804383744 6670 18446744073709551615 4194304 4196468 140737311044832 140702324755600 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32284] ppid=32277 vsize=10551156 memory=139827521820288 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32284/stat : 32284 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104491310 10804383744 6670 18446744073709551615 4194304 4196468 140737311044832 140701969677328 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32285] ppid=32277 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32285/stat : 32285 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104491310 10804383744 6670 18446744073709551615 4194304 4196468 140737311044832 140701968624528 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32286] ppid=32277 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32286/stat : 32286 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104491310 10804383744 6670 18446744073709551615 4194304 4196468 140737311044832 140701967571728 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32287] ppid=32277 vsize=10551156 memory=139827521820288 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32287/stat : 32287 (java) S 32277 32280 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104491312 10804383744 6670 18446744073709551615 4194304 4196468 140737311044832 140701947984240 140702359485058 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32288] ppid=32277 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32288/stat : 32288 (java) S 32277 32280 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104491312 10804383744 6670 18446744073709551615 4194304 4196468 140737311044832 140701946930208 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32289] ppid=32277 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32289/stat : 32289 (java) S 32277 32280 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104491312 10804383744 6670 18446744073709551615 4194304 4196468 140737311044832 140701945877360 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32290] ppid=32277 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32290/stat : 32290 (java) S 32277 32280 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104491315 10804383744 6670 18446744073709551615 4194304 4196468 140737311044832 140701944825680 140702359492507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32291] ppid=32277 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32291/stat : 32291 (java) S 32277 32280 12395 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 104491315 10804383744 6670 18446744073709551615 4194304 4196468 140737311044832 140701943774064 140702359485058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32292] ppid=32277 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32292/stat : 32292 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104491315 10804383744 6670 18446744073709551615 4194304 4196468 140737311044832 140701942721264 140702359485058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32293] ppid=32277 vsize=10551156 memory=139827521820288 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32293/stat : 32293 (java) R 32277 32280 12395 0 -1 4202560 299 0 0 0 0 0 0 0 20 0 15 0 104491315 10804383744 6670 18446744073709551615 4194304 4196468 140737311044832 140701941668464 140702339800736 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32294] ppid=32277 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32294/stat : 32294 (java) S 32277 32280 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104491315 10804383744 6670 18446744073709551615 4194304 4196468 140737311044832 140701940615904 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32295] ppid=32277 vsize=10551156 memory=139827521820288 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32295/stat : 32295 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104491319 10804383744 6670 18446744073709551615 4194304 4196468 140737311044832 140701939563184 140702359485058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26680 KiB

[startup+0.310527 s]*
/proc/loadavg: 4.57 4.11 3.09 3/215 32295
/proc/meminfo: memFree=27523740/32770624 swapFree=67108860/67108860
[pid=32280] ppid=32277 vsize=10551156 memory=36740 CPUtime=0.24 cores=0,2,4,6
/proc/32280/stat : 32280 (java) S 32277 32280 12395 0 -1 1077944320 8458 0 0 0 22 2 0 0 20 0 15 0 104491300 10804383744 9185 18446744073709551615 4194304 4196468 140737311044832 140737311027376 140702359473911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
/proc/32280/statm: 2637789 9185 2865 1 0 2627261 0
[pid=32280/tid=32282] ppid=32277 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (java) R 32277 32280 12395 0 -1 4202560 6089 0 0 0 15 2 0 0 20 0 15 0 104491309 10804383744 9185 18446744073709551615 4194304 4196468 140737311044832 140702363710784 140702359495837 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32283] ppid=32277 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (java) S 32277 32280 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104491310 10804383744 9185 18446744073709551615 4194304 4196468 140737311044832 140702324755600 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32284] ppid=32277 vsize=10551156 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32284/stat : 32284 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104491310 10804383744 9185 18446744073709551615 4194304 4196468 140737311044832 140701969677328 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32285] ppid=32277 vsize=10551156 memory=139827521827281 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32285/stat : 32285 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104491310 10804383744 9185 18446744073709551615 4194304 4196468 140737311044832 140701968624528 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32286] ppid=32277 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32286/stat : 32286 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104491310 10804383744 9185 18446744073709551615 4194304 4196468 140737311044832 140701967571728 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32287] ppid=32277 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32287/stat : 32287 (java) S 32277 32280 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104491312 10804383744 9185 18446744073709551615 4194304 4196468 140737311044832 140701947984240 140702359485058 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32288] ppid=32277 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32288/stat : 32288 (java) S 32277 32280 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104491312 10804383744 9185 18446744073709551615 4194304 4196468 140737311044832 140701946930208 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32289] ppid=32277 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32289/stat : 32289 (java) S 32277 32280 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104491312 10804383744 9185 18446744073709551615 4194304 4196468 140737311044832 140701945877360 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32290] ppid=32277 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32290/stat : 32290 (java) S 32277 32280 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104491315 10804383744 9185 18446744073709551615 4194304 4196468 140737311044832 140701944825680 140702359492507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32291] ppid=32277 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32280/task/32291/stat : 32291 (java) S 32277 32280 12395 0 -1 1077944384 484 0 0 0 1 0 0 0 20 0 15 0 104491315 10804383744 9185 18446744073709551615 4194304 4196468 140737311044832 140701943774064 140702359485058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32292] ppid=32277 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32292/stat : 32292 (java) S 32277 32280 12395 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 104491315 10804383744 9185 18446744073709551615 4194304 4196468 140737311044832 140701942721264 140702359485058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32293] ppid=32277 vsize=10551156 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/32280/task/32293/stat : 32293 (java) S 32277 32280 12395 0 -1 1077944384 428 0 0 0 4 0 0 0 20 0 15 0 104491315 10804383744 9185 18446744073709551615 4194304 4196468 140737311044832 140701941668464 140702359485058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32294] ppid=32277 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32294/stat : 32294 (java) S 32277 32280 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104491315 10804383744 9185 18446744073709551615 4194304 4196468 140737311044832 140701940615904 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32295] ppid=32277 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32295/stat : 32295 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104491319 10804383744 9185 18446744073709551615 4194304 4196468 140737311044832 140701939563184 140702359485058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36740 KiB

[startup+0.702031 s]
/proc/loadavg: 4.57 4.11 3.09 5/215 32295
/proc/meminfo: memFree=27489468/32770624 swapFree=67108860/67108860
[pid=32280] ppid=32277 vsize=10551232 memory=87948 CPUtime=1.39 cores=0,2,4,6
/proc/32280/stat : 32280 (java) S 32277 32280 12395 0 -1 1077944320 12638 0 0 0 135 4 0 0 20 0 15 0 104491300 10804461568 21987 18446744073709551615 4194304 4196468 140737311044832 140737311027376 140702359473911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
/proc/32280/statm: 2637808 21987 3047 1 0 2627261 0
[pid=32280/tid=32282] ppid=32277 vsize=10551232 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (java) R 32277 32280 12395 0 -1 4202560 7342 0 0 0 52 3 0 0 20 0 15 0 104491309 10804461568 21987 18446744073709551615 4194304 4196468 140737311044832 140702363706600 140702000288385 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32283] ppid=32277 vsize=10551232 memory=-7452431979323206951 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (java) S 32277 32280 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104491310 10804461568 21987 18446744073709551615 4194304 4196468 140737311044832 140702324755600 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32284] ppid=32277 vsize=10551232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32284/stat : 32284 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104491310 10804461568 21987 18446744073709551615 4194304 4196468 140737311044832 140701969677328 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32285] ppid=32277 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32285/stat : 32285 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104491310 10804461568 21987 18446744073709551615 4194304 4196468 140737311044832 140701968624528 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32286] ppid=32277 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32286/stat : 32286 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104491310 10804461568 21987 18446744073709551615 4194304 4196468 140737311044832 140701967571728 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32287] ppid=32277 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32287/stat : 32287 (java) S 32277 32280 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104491312 10804461568 21987 18446744073709551615 4194304 4196468 140737311044832 140701947984240 140702359485058 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32288] ppid=32277 vsize=10551232 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32288/stat : 32288 (java) S 32277 32280 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104491312 10804461568 21987 18446744073709551615 4194304 4196468 140737311044832 140701946930208 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32289] ppid=32277 vsize=10551232 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32289/stat : 32289 (java) S 32277 32280 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104491312 10804461568 21987 18446744073709551615 4194304 4196468 140737311044832 140701945877360 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32290] ppid=32277 vsize=10551232 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32290/stat : 32290 (java) S 32277 32280 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104491315 10804461568 21987 18446744073709551615 4194304 4196468 140737311044832 140701944825680 140702359492507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32291] ppid=32277 vsize=10551232 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/32280/task/32291/stat : 32291 (java) R 32277 32280 12395 0 -1 4202560 1571 0 0 0 29 0 0 0 20 0 15 0 104491315 10804461568 21987 18446744073709551615 4194304 4196468 140737311044832 140701943774064 140702344221820 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32292] ppid=32277 vsize=10551232 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/32280/task/32292/stat : 32292 (java) S 32277 32280 12395 0 -1 1077944384 859 0 0 0 28 0 0 0 20 0 15 0 104491315 10804461568 21987 18446744073709551615 4194304 4196468 140737311044832 140701942721264 140702359485058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32293] ppid=32277 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/32280/task/32293/stat : 32293 (java) R 32277 32280 12395 0 -1 1077944384 1496 0 0 0 25 0 0 0 20 0 15 0 104491315 10804461568 21987 18446744073709551615 4194304 4196468 140737311044832 140701941668592 140702359484117 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32294] ppid=32277 vsize=10551232 memory=19265 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32294/stat : 32294 (java) S 32277 32280 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104491315 10804461568 21987 18446744073709551615 4194304 4196468 140737311044832 140701940615904 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32295] ppid=32277 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32295/stat : 32295 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104491319 10804461568 21987 18446744073709551615 4194304 4196468 140737311044832 140701939563184 140702359485058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 87948 KiB

[startup+1.50075 s]
/proc/loadavg: 4.68 4.14 3.10 5/215 32295
/proc/meminfo: memFree=27352196/32770624 swapFree=67108860/67108860
[pid=32280] ppid=32277 vsize=10551232 memory=324116 CPUtime=3.66 cores=0,2,4,6
/proc/32280/stat : 32280 (java) S 32277 32280 12395 0 -1 1077944320 14537 0 0 0 352 14 0 0 20 0 15 0 104491300 10804461568 81029 18446744073709551615 4194304 4196468 140737311044832 140737311027376 140702359473911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
/proc/32280/statm: 2637808 81029 3100 1 0 2627261 0
[pid=32280/tid=32282] ppid=32277 vsize=10551232 memory=7307745031610196056 CPUtime=1.3 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (java) R 32277 32280 12395 0 -1 4202560 7956 0 0 0 124 6 0 0 20 0 15 0 104491309 10804461568 81029 18446744073709551615 4194304 4196468 140737311044832 140702363704840 140702004679763 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32283] ppid=32277 vsize=10551232 memory=7307745031610196056 CPUtime=0.04 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (java) S 32277 32280 12395 0 -1 1077944384 121 0 0 0 3 1 0 0 20 0 15 0 104491310 10804461568 81029 18446744073709551615 4194304 4196468 140737311044832 140702324755600 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32284] ppid=32277 vsize=10551232 memory=7307745031610196056 CPUtime=0.03 cores=0,2,4,6
/proc/32280/task/32284/stat : 32284 (java) S 32277 32280 12395 0 -1 1077944384 135 0 0 0 2 1 0 0 20 0 15 0 104491310 10804461568 81029 18446744073709551615 4194304 4196468 140737311044832 140701969677328 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32285] ppid=32277 vsize=10551232 memory=6226058712250470512 CPUtime=0.04 cores=0,2,4,6
/proc/32280/task/32285/stat : 32285 (java) S 32277 32280 12395 0 -1 1077944384 66 0 0 0 3 1 0 0 20 0 15 0 104491310 10804461568 81029 18446744073709551615 4194304 4196468 140737311044832 140701968624528 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32286] ppid=32277 vsize=10551232 memory=7019813658417195115 CPUtime=0.04 cores=0,2,4,6
/proc/32280/task/32286/stat : 32286 (java) S 32277 32280 12395 0 -1 1077944384 119 0 0 0 3 1 0 0 20 0 15 0 104491310 10804461568 81029 18446744073709551615 4194304 4196468 140737311044832 140701967571728 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32287] ppid=32277 vsize=10551232 memory=6441370576508249454 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32287/stat : 32287 (java) S 32277 32280 12395 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 104491312 10804461568 81029 18446744073709551615 4194304 4196468 140737311044832 140701947984240 140702359485058 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32288] ppid=32277 vsize=10551232 memory=7594586720065646180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32288/stat : 32288 (java) S 32277 32280 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104491312 10804461568 81029 18446744073709551615 4194304 4196468 140737311044832 140701946930208 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32289] ppid=32277 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32289/stat : 32289 (java) S 32277 32280 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104491312 10804461568 81029 18446744073709551615 4194304 4196468 140737311044832 140701945877360 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32290] ppid=32277 vsize=10551232 memory=8535570946649098564 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32290/stat : 32290 (java) S 32277 32280 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104491315 10804461568 81029 18446744073709551615 4194304 4196468 140737311044832 140701944825680 140702359492507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32291] ppid=32277 vsize=10551232 memory=6082486678388692584 CPUtime=0.91 cores=0,2,4,6
/proc/32280/task/32291/stat : 32291 (java) R 32277 32280 12395 0 -1 4202560 1676 0 0 0 91 0 0 0 20 0 15 0 104491315 10804461568 81029 18446744073709551615 4194304 4196468 140737311044832 140701943774064 140702341018102 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32292] ppid=32277 vsize=10551232 memory=5788902676906402368 CPUtime=0.91 cores=0,2,4,6
/proc/32280/task/32292/stat : 32292 (java) R 32277 32280 12395 0 -1 4202560 1376 0 0 0 91 0 0 0 20 0 15 0 104491315 10804461568 81029 18446744073709551615 4194304 4196468 140737311044832 140701942721264 140702344395671 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32293] ppid=32277 vsize=10551232 memory=5939245576572265792 CPUtime=0.33 cores=0,2,4,6
/proc/32280/task/32293/stat : 32293 (java) S 32277 32280 12395 0 -1 1077944384 1645 0 0 0 33 0 0 0 20 0 15 0 104491315 10804461568 81029 18446744073709551615 4194304 4196468 140737311044832 140701941668464 140702359485058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32294] ppid=32277 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32294/stat : 32294 (java) S 32277 32280 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104491315 10804461568 81029 18446744073709551615 4194304 4196468 140737311044832 140701940615904 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32295] ppid=32277 vsize=10551232 memory=5140 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32295/stat : 32295 (java) S 32277 32280 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104491319 10804461568 81029 18446744073709551615 4194304 4196468 140737311044832 140701939563184 140702359485058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
Current children cumulated CPU time: 3.66 s
Current children cumulated vsize: 10551232 KiB

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

[pid=32280/tid=32325] ppid=32277 vsize=10686560 memory=12132 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32325/stat : 32325 (java) S 32277 32280 12395 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 104527656 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140701936409904 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
Current children cumulated CPU time: 1337.06 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8134352 KiB

[startup+376.001 s]*
/proc/loadavg: 5.36 4.68 3.65 6/216 32326
/proc/meminfo: memFree=18778568/32770624 swapFree=67108860/67108860
[pid=32280] ppid=32277 vsize=10686560 memory=8134352 CPUtime=1343.29 cores=0,2,4,6
/proc/32280/stat : 32280 (java) S 32277 32280 12395 0 -1 1077944320 703461 0 0 0 133626 703 0 0 20 0 16 0 104491300 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140737311027376 140702359473911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
/proc/32280/statm: 2671640 2033588 3165 1 0 2661055 0
[pid=32280/tid=32282] ppid=32277 vsize=10686560 memory=-8774313645642428999 CPUtime=14.31 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (java) S 32277 32280 12395 0 -1 1077944384 20606 0 0 0 1414 17 0 0 20 0 16 0 104491309 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140702363714592 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32283] ppid=32277 vsize=10686560 memory=-7003737579269690708 CPUtime=323.86 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (java) R 32277 32280 12395 0 -1 4202560 82839 0 0 0 32235 151 0 0 20 0 16 0 104491310 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140702324755408 140702352102119 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32284] ppid=32277 vsize=10686560 memory=1012 CPUtime=322.56 cores=0,2,4,6
/proc/32280/task/32284/stat : 32284 (java) R 32277 32280 12395 0 -1 4202560 197897 0 0 0 32092 164 0 0 20 0 16 0 104491310 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140701969677528 140702344174391 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32285] ppid=32277 vsize=10686560 memory=1228 CPUtime=321.88 cores=0,2,4,6
/proc/32280/task/32285/stat : 32285 (java) R 32277 32280 12395 0 -1 4202560 168498 0 0 0 32003 185 0 0 20 0 16 0 104491310 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140701968624336 140702352102119 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32286] ppid=32277 vsize=10686560 memory=1992 CPUtime=322.51 cores=0,2,4,6
/proc/32280/task/32286/stat : 32286 (java) R 32277 32280 12395 0 -1 4202560 152011 0 0 0 32076 175 0 0 20 0 16 0 104491310 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140701967571848 140702352102119 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32287] ppid=32277 vsize=10686560 memory=9024 CPUtime=35.01 cores=0,2,4,6
/proc/32280/task/32287/stat : 32287 (java) S 32277 32280 12395 0 -1 1077944384 69367 0 0 0 3498 3 0 0 20 0 16 0 104491312 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140701947982784 140702359484117 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32288] ppid=32277 vsize=10686560 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32288/stat : 32288 (java) S 32277 32280 12395 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 104491312 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140701946930272 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32289] ppid=32277 vsize=10686560 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32289/stat : 32289 (java) S 32277 32280 12395 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 104491312 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140701945877376 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32290] ppid=32277 vsize=10686560 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32290/stat : 32290 (java) S 32277 32280 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104491315 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140701944825680 140702359492507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32291] ppid=32277 vsize=10686560 memory=4048 CPUtime=1.19 cores=0,2,4,6
/proc/32280/task/32291/stat : 32291 (java) S 32277 32280 12395 0 -1 1077944384 3841 0 0 0 119 0 0 0 20 0 16 0 104491315 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140701943773824 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32292] ppid=32277 vsize=10686560 memory=29744 CPUtime=1.21 cores=0,2,4,6
/proc/32280/task/32292/stat : 32292 (java) S 32277 32280 12395 0 -1 1077944384 2561 0 0 0 121 0 0 0 20 0 16 0 104491315 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140701942721312 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32293] ppid=32277 vsize=10686560 memory=18468 CPUtime=0.38 cores=0,2,4,6
/proc/32280/task/32293/stat : 32293 (java) S 32277 32280 12395 0 -1 1077944384 3655 0 0 0 38 0 0 0 20 0 16 0 104491315 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140701941668512 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32294] ppid=32277 vsize=10686560 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32294/stat : 32294 (java) S 32277 32280 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104491315 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140701940615904 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32295] ppid=32277 vsize=10686560 memory=644 CPUtime=0.27 cores=0,2,4,6
/proc/32280/task/32295/stat : 32295 (java) S 32277 32280 12395 0 -1 1077944384 699 0 0 0 19 8 0 0 20 0 16 0 104491319 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140701939563184 140702359485058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32325] ppid=32277 vsize=10686560 memory=956 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32325/stat : 32325 (java) S 32277 32280 12395 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 104527656 10943037440 2033588 18446744073709551615 4194304 4196468 140737311044832 140701936409904 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
Current children cumulated CPU time: 1343.29 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8134352 KiB

[startup+377.601 s]
/proc/loadavg: 5.41 4.70 3.66 6/216 32326
/proc/meminfo: memFree=18778568/32770624 swapFree=67108860/67108860
[pid=32280] ppid=32277 vsize=10686560 memory=8134356 CPUtime=1348.49 cores=0,2,4,6
/proc/32280/stat : 32280 (java) S 32277 32280 12395 0 -1 1077944320 703577 0 0 0 134145 704 0 0 20 0 16 0 104491300 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140737311027376 140702359473911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
/proc/32280/statm: 2671640 2033589 3165 1 0 2661055 0
[pid=32280/tid=32282] ppid=32277 vsize=10686560 memory=316378080837108026 CPUtime=14.31 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (java) S 32277 32280 12395 0 -1 1077944384 20606 0 0 0 1414 17 0 0 20 0 16 0 104491309 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140702363714592 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32283] ppid=32277 vsize=10686560 memory=4132 CPUtime=325.07 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (java) S 32277 32280 12395 0 -1 1077944384 82839 0 0 0 32355 152 0 0 20 0 16 0 104491310 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140702324755600 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32284] ppid=32277 vsize=10686560 memory=51312 CPUtime=323.82 cores=0,2,4,6
/proc/32280/task/32284/stat : 32284 (java) S 32277 32280 12395 0 -1 1077944384 197897 0 0 0 32218 164 0 0 20 0 16 0 104491310 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701969677328 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32285] ppid=32277 vsize=10686560 memory=1296 CPUtime=323.1 cores=0,2,4,6
/proc/32280/task/32285/stat : 32285 (java) S 32277 32280 12395 0 -1 1077944384 168498 0 0 0 32124 186 0 0 20 0 16 0 104491310 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701968624528 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32286] ppid=32277 vsize=10686560 memory=2460 CPUtime=323.7 cores=0,2,4,6
/proc/32280/task/32286/stat : 32286 (java) S 32277 32280 12395 0 -1 1077944384 152011 0 0 0 32195 175 0 0 20 0 16 0 104491310 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701967571728 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32287] ppid=32277 vsize=10686560 memory=1728 CPUtime=35.35 cores=0,2,4,6
/proc/32280/task/32287/stat : 32287 (java) R 32277 32280 12395 0 -1 4202560 69483 0 0 0 3532 3 0 0 20 0 16 0 104491312 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701947982672 140702344470315 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32288] ppid=32277 vsize=10686560 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32288/stat : 32288 (java) S 32277 32280 12395 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 104491312 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701946930272 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32289] ppid=32277 vsize=10686560 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32289/stat : 32289 (java) S 32277 32280 12395 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 104491312 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701945877376 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32290] ppid=32277 vsize=10686560 memory=51312 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32290/stat : 32290 (java) S 32277 32280 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104491315 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701944825680 140702359492507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32291] ppid=32277 vsize=10686560 memory=1296 CPUtime=1.19 cores=0,2,4,6
/proc/32280/task/32291/stat : 32291 (java) S 32277 32280 12395 0 -1 1077944384 3841 0 0 0 119 0 0 0 20 0 16 0 104491315 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701943773824 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32292] ppid=32277 vsize=10686560 memory=4132 CPUtime=1.21 cores=0,2,4,6
/proc/32280/task/32292/stat : 32292 (java) S 32277 32280 12395 0 -1 1077944384 2561 0 0 0 121 0 0 0 20 0 16 0 104491315 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701942721312 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32293] ppid=32277 vsize=10686560 memory=51312 CPUtime=0.38 cores=0,2,4,6
/proc/32280/task/32293/stat : 32293 (java) S 32277 32280 12395 0 -1 1077944384 3655 0 0 0 38 0 0 0 20 0 16 0 104491315 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701941668512 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32294] ppid=32277 vsize=10686560 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32294/stat : 32294 (java) S 32277 32280 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104491315 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701940615904 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32295] ppid=32277 vsize=10686560 memory=-8774313645642428999 CPUtime=0.27 cores=0,2,4,6
/proc/32280/task/32295/stat : 32295 (java) S 32277 32280 12395 0 -1 1077944384 699 0 0 0 19 8 0 0 20 0 16 0 104491319 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701939563184 140702359485058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32325] ppid=32277 vsize=10686560 memory=5784 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32325/stat : 32325 (java) S 32277 32280 12395 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 104527656 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701936409904 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
Current children cumulated CPU time: 1348.49 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8134356 KiB

[startup+378.001 s]*
/proc/loadavg: 5.41 4.70 3.66 3/216 32326
/proc/meminfo: memFree=18778568/32770624 swapFree=67108860/67108860
[pid=32280] ppid=32277 vsize=10686560 memory=8134356 CPUtime=1348.9 cores=0,2,4,6
/proc/32280/stat : 32280 (java) S 32277 32280 12395 0 -1 1077944320 703716 0 0 0 134186 704 0 0 20 0 16 0 104491300 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140737311027376 140702359473911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
/proc/32280/statm: 2671640 2033589 3165 1 0 2661055 0
[pid=32280/tid=32282] ppid=32277 vsize=10686560 memory=-8774313645642428999 CPUtime=14.31 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (java) S 32277 32280 12395 0 -1 1077944384 20606 0 0 0 1414 17 0 0 20 0 16 0 104491309 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140702363714592 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32283] ppid=32277 vsize=10686560 memory=-7003737579269690708 CPUtime=325.07 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (java) S 32277 32280 12395 0 -1 1077944384 82839 0 0 0 32355 152 0 0 20 0 16 0 104491310 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140702324755600 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32284] ppid=32277 vsize=10686560 memory=-8774313645642428999 CPUtime=323.82 cores=0,2,4,6
/proc/32280/task/32284/stat : 32284 (java) S 32277 32280 12395 0 -1 1077944384 197897 0 0 0 32218 164 0 0 20 0 16 0 104491310 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701969677328 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32285] ppid=32277 vsize=10686560 memory=2752 CPUtime=323.1 cores=0,2,4,6
/proc/32280/task/32285/stat : 32285 (java) S 32277 32280 12395 0 -1 1077944384 168498 0 0 0 32124 186 0 0 20 0 16 0 104491310 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701968624528 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32286] ppid=32277 vsize=10686560 memory=2428 CPUtime=323.7 cores=0,2,4,6
/proc/32280/task/32286/stat : 32286 (java) S 32277 32280 12395 0 -1 1077944384 152011 0 0 0 32195 175 0 0 20 0 16 0 104491310 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701967571728 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32287] ppid=32277 vsize=10686560 memory=1152 CPUtime=35.76 cores=0,2,4,6
/proc/32280/task/32287/stat : 32287 (java) R 32277 32280 12395 0 -1 4202560 69622 0 0 0 3573 3 0 0 20 0 16 0 104491312 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701947982672 140702344470315 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32288] ppid=32277 vsize=10686560 memory=3180 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32288/stat : 32288 (java) S 32277 32280 12395 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 104491312 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701946930272 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32289] ppid=32277 vsize=10686560 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32289/stat : 32289 (java) S 32277 32280 12395 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 104491312 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701945877376 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32290] ppid=32277 vsize=10686560 memory=18468 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32290/stat : 32290 (java) S 32277 32280 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104491315 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701944825680 140702359492507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32291] ppid=32277 vsize=10686560 memory=1788 CPUtime=1.19 cores=0,2,4,6
/proc/32280/task/32291/stat : 32291 (java) S 32277 32280 12395 0 -1 1077944384 3841 0 0 0 119 0 0 0 20 0 16 0 104491315 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701943773824 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32292] ppid=32277 vsize=10686560 memory=644 CPUtime=1.21 cores=0,2,4,6
/proc/32280/task/32292/stat : 32292 (java) S 32277 32280 12395 0 -1 1077944384 2561 0 0 0 121 0 0 0 20 0 16 0 104491315 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701942721312 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32293] ppid=32277 vsize=10686560 memory=956 CPUtime=0.38 cores=0,2,4,6
/proc/32280/task/32293/stat : 32293 (java) S 32277 32280 12395 0 -1 1077944384 3655 0 0 0 38 0 0 0 20 0 16 0 104491315 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701941668512 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32294] ppid=32277 vsize=10686560 memory=8133420 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32294/stat : 32294 (java) S 32277 32280 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104491315 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701940615904 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32295] ppid=32277 vsize=10686560 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/32280/task/32295/stat : 32295 (java) S 32277 32280 12395 0 -1 1077944384 699 0 0 0 19 8 0 0 20 0 16 0 104491319 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701939563184 140702359485058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32325] ppid=32277 vsize=10686560 memory=117 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32325/stat : 32325 (java) S 32277 32280 12395 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 104527656 10943037440 2033589 18446744073709551615 4194304 4196468 140737311044832 140701936409904 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
Current children cumulated CPU time: 1348.9 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8134356 KiB

[startup+378.201 s]
/proc/loadavg: 5.41 4.70 3.66 3/216 32326
/proc/meminfo: memFree=18778568/32770624 swapFree=67108860/67108860
[pid=32280] ppid=32277 vsize=10686560 memory=8134424 CPUtime=1349.09 cores=0,2,4,6
/proc/32280/stat : 32280 (java) S 32277 32280 12395 0 -1 1077944320 703801 0 0 0 134205 704 0 0 20 0 13 0 104491300 10943037440 2033606 18446744073709551615 4194304 4196468 140737311044832 140737311027376 140702359473911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
/proc/32280/statm: 2671640 2033606 3165 1 0 2661055 0
[pid=32280/tid=32282] ppid=32277 vsize=10686560 memory=-8774313645642428999 CPUtime=14.31 cores=0,2,4,6
/proc/32280/task/32282/stat : 32282 (java) S 32277 32280 12395 0 -1 1077944384 20606 0 0 0 1414 17 0 0 20 0 13 0 104491309 10943037440 2033606 18446744073709551615 4194304 4196468 140737311044832 140702363716752 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32283] ppid=32277 vsize=10686560 memory=1236 CPUtime=325.07 cores=0,2,4,6
/proc/32280/task/32283/stat : 32283 (java) S 32277 32280 12395 0 -1 1077944384 82839 0 0 0 32355 152 0 0 20 0 13 0 104491310 10943037440 2033606 18446744073709551615 4194304 4196468 140737311044832 140702324755600 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32284] ppid=32277 vsize=10686560 memory=2240 CPUtime=323.82 cores=0,2,4,6
/proc/32280/task/32284/stat : 32284 (java) S 32277 32280 12395 0 -1 1077944384 197897 0 0 0 32218 164 0 0 20 0 13 0 104491310 10943037440 2033606 18446744073709551615 4194304 4196468 140737311044832 140701969677328 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32285] ppid=32277 vsize=10686560 memory=4296 CPUtime=323.1 cores=0,2,4,6
/proc/32280/task/32285/stat : 32285 (java) S 32277 32280 12395 0 -1 1077944384 168498 0 0 0 32124 186 0 0 20 0 13 0 104491310 10943037440 2033606 18446744073709551615 4194304 4196468 140737311044832 140701968624528 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32286] ppid=32277 vsize=10686560 memory=1608 CPUtime=323.7 cores=0,2,4,6
/proc/32280/task/32286/stat : 32286 (java) S 32277 32280 12395 0 -1 1077944384 152011 0 0 0 32195 175 0 0 20 0 13 0 104491310 10943037440 2033606 18446744073709551615 4194304 4196468 140737311044832 140701967571728 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32287] ppid=32277 vsize=10686560 memory=928 CPUtime=35.94 cores=0,2,4,6
/proc/32280/task/32287/stat : 32287 (java) S 32277 32280 12395 0 -1 1077944384 69624 0 0 0 3591 3 0 0 20 0 13 0 104491312 10943037440 2033606 18446744073709551615 4194304 4196468 140737311044832 140701947984448 140702359485058 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32288] ppid=32277 vsize=10686560 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32288/stat : 32288 (java) S 32277 32280 12395 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 13 0 104491312 10943037440 2033606 18446744073709551615 4194304 4196468 140737311044832 140701946930272 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32289] ppid=32277 vsize=10686560 memory=840 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32289/stat : 32289 (java) S 32277 32280 12395 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 13 0 104491312 10943037440 2033606 18446744073709551615 4194304 4196468 140737311044832 140701945877376 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32291] ppid=32277 vsize=10686560 memory=4296 CPUtime=1.19 cores=0,2,4,6
/proc/32280/task/32291/stat : 32291 (java) S 32277 32280 12395 0 -1 1077944384 3841 0 0 0 119 0 0 0 20 0 13 0 104491315 10943037440 2033606 18446744073709551615 4194304 4196468 140737311044832 140701943774064 140702359485058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32292] ppid=32277 vsize=10686560 memory=1608 CPUtime=1.21 cores=0,2,4,6
/proc/32280/task/32292/stat : 32292 (java) S 32277 32280 12395 0 -1 1077944384 2561 0 0 0 121 0 0 0 20 0 13 0 104491315 10943037440 2033606 18446744073709551615 4194304 4196468 140737311044832 140701942721264 140702359485058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32293] ppid=32277 vsize=10686560 memory=928 CPUtime=0.38 cores=0,2,4,6
/proc/32280/task/32293/stat : 32293 (java) S 32277 32280 12395 0 -1 1077944384 3677 0 0 0 38 0 0 0 20 0 13 0 104491315 10943037440 2033606 18446744073709551615 4194304 4196468 140737311044832 140701941663968 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
[pid=32280/tid=32294] ppid=32277 vsize=10686560 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/32280/task/32294/stat : 32294 (java) S 32277 32280 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 104491315 10943037440 2033606 18446744073709551615 4194304 4196468 140737311044832 140701940615904 140702359484117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14581760 140737311052176 140737311052329 140737311052329 140737311055823 0
Current children cumulated CPU time: 1349.09 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8134424 KiB

Child status: 0
Real time (s): 378.261
CPU time (s): 1349.16
CPU user time (s): 1342.05
CPU system time (s): 7.10532
CPU usage (%): 356.673
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8134424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1342.05
system time used= 7.10532
maximum resident set size= 8134540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 703821
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19866
involuntary context switches= 12595


# summary of solver processes directly reported to runsolver:
#   pid: 32280
#   total CPU time (s): 1349.16
#   total CPU user time (s): 1342.05
#   total CPU system time (s): 7.10532

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.36673 second user time and 3.75884 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 13:49:26
IDJOB=4262940
IDBENCH=126242
IDSOLVER=2651
FILE ID=node135/4262940-1502625800
RUNJOBID= node135-1502623989-31951
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 4a6b886165f8d6d7f8f178d50db8a3de
RANDOM SEED=189231874

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27548212 kB
MemAvailable:   28443784 kB
Buffers:          311596 kB
Cached:           881596 kB
SwapCached:            0 kB
Active:          4217348 kB
Inactive:         554868 kB
Active(anon):    3579296 kB
Inactive(anon):    41324 kB
Active(file):     638052 kB
Inactive(file):   513544 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3804 kB
Writeback:             4 kB
AnonPages:       3578980 kB
Mapped:            66664 kB
Shmem:             41656 kB
Slab:             147304 kB
SReclaimable:     119620 kB
SUnreclaim:        27684 kB
KernelStack:        3504 kB
PageTables:        11916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4640180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3342336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62024 MiB
End job on node135 at 2017-08-13 13:55:45