Trace number 4262883

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? 1421.23 386.06

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t15-2.xml
MD5SUMe28ebc68094c3335bce51ae11fa43933
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark122
Best CPU time to get the best result obtained on this benchmark340.91699
Satisfiable
(Un)Satisfiability was proved
Number of variables3591
Number of constraints193
Number of domains15
Minimum domain size2
Maximum domain size21
Distribution of domain sizes[{"size":2,"count":342},{"size":3,"count":342},{"size":4,"count":171},{"size":5,"count":171},{"size":6,"count":171},{"size":8,"count":171},{"size":9,"count":171},{"size":10,"count":171},{"size":12,"count":684},{"size":14,"count":171},{"size":15,"count":171},{"size":16,"count":171},{"size":17,"count":171},{"size":18,"count":171},{"size":21,"count":342}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":3591}]
Minimum constraint arity21
Maximum constraint arity3420
Distribution of constraint arities[{"arity":21,"count":171},{"arity":171,"count":21},{"arity":3420,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":191}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262883-1502623550/watcher-4262883-1502623550 -o /tmp/evaluation-result-4262883-1502623550/solver-4262883-1502623550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262883-1502623550.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=15539, runsolver pid=15536

[startup+0.100115 s]*
/proc/loadavg: 2.00 2.02 2.25 3/203 15541
/proc/meminfo: memFree=31307524/32770624 swapFree=67108764/67108860
[pid=15539] ppid=15536 vsize=9936560 memory=14636 CPUtime=0 cores=0,2,4,6
/proc/15539/stat : 15539 (java) S 15536 15539 4674 0 -1 1077944320 2953 0 0 0 0 0 0 0 20 0 6 0 109861448 10175037440 3659 18446744073709551615 4194304 4196468 140729768591392 140729768573936 140472256364279 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
/proc/15539/statm: 2484140 3659 1597 1 0 2473637 0
[pid=15539/tid=15541] ppid=15536 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) R 15536 15539 4674 0 -1 4202560 1848 0 0 0 0 0 0 0 20 0 6 0 109861458 10175037440 3857 18446744073709551615 4194304 4196468 140729768591392 140472260600400 140472217345910 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15542] ppid=15536 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) S 15536 15539 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 109861459 10175037440 3857 18446744073709551615 4194304 4196468 140729768591392 140472213330704 140472256374485 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15543] ppid=15536 vsize=9936560 memory=140064092620416 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) S 15536 15539 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 109861459 10175037440 3857 18446744073709551615 4194304 4196468 140729768591392 140472212278160 140472256374485 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15544] ppid=15536 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) S 15536 15539 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 109861459 10175037440 3857 18446744073709551615 4194304 4196468 140729768591392 140472211225616 140472256374485 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15545] ppid=15536 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) S 15536 15539 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 109861459 10175037440 3857 18446744073709551615 4194304 4196468 140729768591392 140472210173072 140472256374485 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 14636 KiB

[startup+0.215081 s]*
/proc/loadavg: 2.00 2.02 2.25 3/216 15554
/proc/meminfo: memFree=31296468/32770624 swapFree=67108764/67108860
[pid=15539] ppid=15536 vsize=10551156 memory=26288 CPUtime=0.09 cores=0,2,4,6
/proc/15539/stat : 15539 (java) S 15536 15539 4674 0 -1 1077944320 5067 0 0 0 8 1 0 0 20 0 15 0 109861448 10804383744 6572 18446744073709551615 4194304 4196468 140729768591392 140729768573936 140472256364279 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
/proc/15539/statm: 2637789 6572 2761 1 0 2627261 0
[pid=15539/tid=15541] ppid=15536 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) R 15536 15539 4674 0 -1 4202560 3006 0 0 0 6 1 0 0 20 0 15 0 109861458 10804383744 6637 18446744073709551615 4194304 4196468 140729768591392 140472260599248 140472256376214 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15542] ppid=15536 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) S 15536 15539 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109861459 10804383744 6637 18446744073709551615 4194304 4196468 140729768591392 140472213330704 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15543] ppid=15536 vsize=10551156 memory=140064093551972 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) S 15536 15539 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109861459 10804383744 6637 18446744073709551615 4194304 4196468 140729768591392 140472212278160 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15544] ppid=15536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) S 15536 15539 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109861459 10804383744 6637 18446744073709551615 4194304 4196468 140729768591392 140472211225616 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15545] ppid=15536 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) S 15536 15539 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109861459 10804383744 6637 18446744073709551615 4194304 4196468 140729768591392 140472210173072 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15546] ppid=15536 vsize=10551156 memory=140064092620416 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) S 15536 15539 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109861460 10804383744 6637 18446744073709551615 4194304 4196468 140729768591392 140471819655152 140472256375426 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15547] ppid=15536 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15547/stat : 15547 (java) S 15536 15539 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109861461 10804383744 6637 18446744073709551615 4194304 4196468 140729768591392 140471818601376 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15548] ppid=15536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15548/stat : 15548 (java) S 15536 15539 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109861461 10804383744 6637 18446744073709551615 4194304 4196468 140729768591392 140471817548784 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15549] ppid=15536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15549/stat : 15549 (java) S 15536 15539 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109861463 10804383744 6637 18446744073709551615 4194304 4196468 140729768591392 140471816497360 140472256382875 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15550] ppid=15536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15550/stat : 15550 (java) S 15536 15539 4674 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 109861463 10804383744 6637 18446744073709551615 4194304 4196468 140729768591392 140471815444976 140472256375426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15551] ppid=15536 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15551/stat : 15551 (java) R 15536 15539 4674 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 15 0 109861463 10804383744 6637 18446744073709551615 4194304 4196468 140729768591392 140471814392432 140472256385626 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15552] ppid=15536 vsize=10551156 memory=140064092620416 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15552/stat : 15552 (java) R 15536 15539 4674 0 -1 4202560 266 0 0 0 0 0 0 0 20 0 15 0 109861463 10804383744 6637 18446744073709551615 4194304 4196468 140729768591392 140471813339888 140472235498775 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15553] ppid=15536 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15553/stat : 15553 (java) S 15536 15539 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109861463 10804383744 6637 18446744073709551615 4194304 4196468 140729768591392 140471812287584 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15554] ppid=15536 vsize=10551156 memory=140064092620416 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15554/stat : 15554 (java) S 15536 15539 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109861468 10804383744 6637 18446744073709551615 4194304 4196468 140729768591392 140471811234096 140472256375426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26288 KiB

[startup+0.310644 s]*
/proc/loadavg: 2.00 2.02 2.25 3/216 15554
/proc/meminfo: memFree=31285676/32770624 swapFree=67108764/67108860
[pid=15539] ppid=15536 vsize=10551156 memory=35964 CPUtime=0.23 cores=0,2,4,6
/proc/15539/stat : 15539 (java) S 15536 15539 4674 0 -1 1077944320 8342 0 0 0 20 3 0 0 20 0 15 0 109861448 10804383744 8991 18446744073709551615 4194304 4196468 140729768591392 140729768573936 140472256364279 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
/proc/15539/statm: 2637789 8991 2854 1 0 2627261 0
[pid=15539/tid=15541] ppid=15536 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) R 15536 15539 4674 0 -1 4202560 5991 0 0 0 14 2 0 0 20 0 15 0 109861458 10804383744 9057 18446744073709551615 4194304 4196468 140729768591392 140472260598528 140472240444766 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15542] ppid=15536 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) S 15536 15539 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109861459 10804383744 9057 18446744073709551615 4194304 4196468 140729768591392 140472213330704 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15543] ppid=15536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) S 15536 15539 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109861459 10804383744 9057 18446744073709551615 4194304 4196468 140729768591392 140472212278160 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15544] ppid=15536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) S 15536 15539 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109861459 10804383744 9057 18446744073709551615 4194304 4196468 140729768591392 140472211225616 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15545] ppid=15536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) S 15536 15539 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109861459 10804383744 9057 18446744073709551615 4194304 4196468 140729768591392 140472210173072 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15546] ppid=15536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) S 15536 15539 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109861460 10804383744 9057 18446744073709551615 4194304 4196468 140729768591392 140471819655152 140472256375426 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15547] ppid=15536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15547/stat : 15547 (java) S 15536 15539 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109861461 10804383744 9057 18446744073709551615 4194304 4196468 140729768591392 140471818601376 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15548] ppid=15536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15548/stat : 15548 (java) S 15536 15539 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109861461 10804383744 9057 18446744073709551615 4194304 4196468 140729768591392 140471817548784 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15549] ppid=15536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15549/stat : 15549 (java) S 15536 15539 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109861463 10804383744 9057 18446744073709551615 4194304 4196468 140729768591392 140471816497360 140472256382875 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15550] ppid=15536 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/15539/task/15550/stat : 15550 (java) R 15536 15539 4674 0 -1 1077944384 506 0 0 0 1 0 0 0 20 0 15 0 109861463 10804383744 9057 18446744073709551615 4194304 4196468 140729768591392 140471815444976 140472256375426 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15551] ppid=15536 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15551/stat : 15551 (java) R 15536 15539 4674 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 109861463 10804383744 9057 18446744073709551615 4194304 4196468 140729768591392 140471814392432 140472256375426 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15552] ppid=15536 vsize=10551156 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/15539/task/15552/stat : 15552 (java) S 15536 15539 4674 0 -1 1077944384 426 0 0 0 3 0 0 0 20 0 15 0 109861463 10804383744 9057 18446744073709551615 4194304 4196468 140729768591392 140471813339888 140472256375426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15553] ppid=15536 vsize=10551156 memory=140064092620416 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15553/stat : 15553 (java) S 15536 15539 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109861463 10804383744 9057 18446744073709551615 4194304 4196468 140729768591392 140471812287584 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15554] ppid=15536 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15554/stat : 15554 (java) S 15536 15539 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109861468 10804383744 9057 18446744073709551615 4194304 4196468 140729768591392 140471811234096 140472256375426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35964 KiB

[startup+0.7112 s]
/proc/loadavg: 2.00 2.02 2.25 5/216 15554
/proc/meminfo: memFree=31274928/32770624 swapFree=67108764/67108860
[pid=15539] ppid=15536 vsize=10551232 memory=326308 CPUtime=1.28 cores=0,2,4,6
/proc/15539/stat : 15539 (java) S 15536 15539 4674 0 -1 1077944320 13987 0 0 0 116 12 0 0 20 0 15 0 109861448 10804461568 81577 18446744073709551615 4194304 4196468 140729768591392 140729768573936 140472256364279 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
/proc/15539/statm: 2637808 81577 3084 1 0 2627261 0
[pid=15539/tid=15541] ppid=15536 vsize=10551232 memory=280127967729080 CPUtime=0.52 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) R 15536 15539 4674 0 -1 4202560 7368 0 0 0 45 7 0 0 20 0 15 0 109861458 10804461568 81577 18446744073709551615 4194304 4196468 140729768591392 140472260601280 140471891170781 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15542] ppid=15536 vsize=10551232 memory=2401692026369 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) S 15536 15539 4674 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 109861459 10804461568 81577 18446744073709551615 4194304 4196468 140729768591392 140472213330704 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15543] ppid=15536 vsize=10551232 memory=2110414591041732 CPUtime=0.01 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) S 15536 15539 4674 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 109861459 10804461568 81577 18446744073709551615 4194304 4196468 140729768591392 140472212278160 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15544] ppid=15536 vsize=10551232 memory=158 CPUtime=0.01 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) S 15536 15539 4674 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 15 0 109861459 10804461568 81577 18446744073709551615 4194304 4196468 140729768591392 140472211225616 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15545] ppid=15536 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) S 15536 15539 4674 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 15 0 109861459 10804461568 81577 18446744073709551615 4194304 4196468 140729768591392 140472210173072 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15546] ppid=15536 vsize=10551232 memory=698 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) S 15536 15539 4674 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 109861460 10804461568 81577 18446744073709551615 4194304 4196468 140729768591392 140471819655152 140472256375426 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15547] ppid=15536 vsize=10551232 memory=35 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15547/stat : 15547 (java) S 15536 15539 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 109861461 10804461568 81577 18446744073709551615 4194304 4196468 140729768591392 140471818601376 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15548] ppid=15536 vsize=10551232 memory=387 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15548/stat : 15548 (java) S 15536 15539 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109861461 10804461568 81577 18446744073709551615 4194304 4196468 140729768591392 140471817548784 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15549] ppid=15536 vsize=10551232 memory=491 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15549/stat : 15549 (java) S 15536 15539 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109861463 10804461568 81577 18446744073709551615 4194304 4196468 140729768591392 140471816497360 140472256382875 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15550] ppid=15536 vsize=10551232 memory=82 CPUtime=0.23 cores=0,2,4,6
/proc/15539/task/15550/stat : 15550 (java) R 15536 15539 4674 0 -1 4202560 2148 0 0 0 23 0 0 0 20 0 15 0 109861463 10804461568 81577 18446744073709551615 4194304 4196468 140729768591392 140471815425992 140472239861067 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15551] ppid=15536 vsize=10551232 memory=280127967678176 CPUtime=0.21 cores=0,2,4,6
/proc/15539/task/15551/stat : 15551 (java) R 15536 15539 4674 0 -1 4202560 1696 0 0 0 21 0 0 0 20 0 15 0 109861463 10804461568 81577 18446744073709551615 4194304 4196468 140729768591392 140471814373448 140472239861067 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15552] ppid=15536 vsize=10551232 memory=288230617509003574 CPUtime=0.21 cores=0,2,4,6
/proc/15539/task/15552/stat : 15552 (java) S 15536 15539 4674 0 -1 1077944384 1124 0 0 0 21 0 0 0 20 0 15 0 109861463 10804461568 81577 18446744073709551615 4194304 4196468 140729768591392 140471813339888 140472256375426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15553] ppid=15536 vsize=10551232 memory=13564886244395551 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15553/stat : 15553 (java) S 15536 15539 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109861463 10804461568 81577 18446744073709551615 4194304 4196468 140729768591392 140471812287584 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15554] ppid=15536 vsize=10551232 memory=31748 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15554/stat : 15554 (java) S 15536 15539 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109861468 10804461568 81577 18446744073709551615 4194304 4196468 140729768591392 140471811234096 140472256375426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 326308 KiB

[startup+1.50123 s]
/proc/loadavg: 2.00 2.02 2.25 5/216 15554
/proc/meminfo: memFree=30880148/32770624 swapFree=67108764/67108860
[pid=15539] ppid=15536 vsize=10551232 memory=714136 CPUtime=3.43 cores=0,2,4,6
/proc/15539/stat : 15539 (java) S 15536 15539 4674 0 -1 1077944320 16541 0 0 0 310 33 0 0 20 0 15 0 109861448 10804461568 178534 18446744073709551615 4194304 4196468 140729768591392 140729768573936 140472256364279 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
/proc/15539/statm: 2637808 178534 3101 1 0 2627261 0
[pid=15539/tid=15541] ppid=15536 vsize=10551232 memory=7649399379970045233 CPUtime=1.14 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) R 15536 15539 4674 0 -1 4202560 8069 0 0 0 103 11 0 0 20 0 15 0 109861458 10804461568 178534 18446744073709551615 4194304 4196468 140729768591392 140472260501352 140471891155180 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15542] ppid=15536 vsize=10551232 memory=7649399384265012529 CPUtime=0.17 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) S 15536 15539 4674 0 -1 1077944384 93 0 0 0 13 4 0 0 20 0 15 0 109861459 10804461568 178534 18446744073709551615 4194304 4196468 140729768591392 140472213330704 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15543] ppid=15536 vsize=10551232 memory=7300704776819335744 CPUtime=0.16 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) S 15536 15539 4674 0 -1 1077944384 83 0 0 0 12 4 0 0 20 0 15 0 109861459 10804461568 178534 18446744073709551615 4194304 4196468 140729768591392 140472212278160 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15544] ppid=15536 vsize=10551232 memory=126378286 CPUtime=0.18 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) S 15536 15539 4674 0 -1 1077944384 95 0 0 0 13 5 0 0 20 0 15 0 109861459 10804461568 178534 18446744073709551615 4194304 4196468 140729768591392 140472211225616 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15545] ppid=15536 vsize=10551232 memory=2372 CPUtime=0.16 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) S 15536 15539 4674 0 -1 1077944384 86 0 0 0 12 4 0 0 20 0 15 0 109861459 10804461568 178534 18446744073709551615 4194304 4196468 140729768591392 140472210173072 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15546] ppid=15536 vsize=10551232 memory=116 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) S 15536 15539 4674 0 -1 1077944384 535 0 0 0 0 0 0 0 20 0 15 0 109861460 10804461568 178534 18446744073709551615 4194304 4196468 140729768591392 140471819655152 140472256375426 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15547] ppid=15536 vsize=10551232 memory=12874 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15547/stat : 15547 (java) S 15536 15539 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 109861461 10804461568 178534 18446744073709551615 4194304 4196468 140729768591392 140471818601440 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15548] ppid=15536 vsize=10551232 memory=21491 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15548/stat : 15548 (java) S 15536 15539 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 109861461 10804461568 178534 18446744073709551615 4194304 4196468 140729768591392 140471817548784 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15549] ppid=15536 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15549/stat : 15549 (java) S 15536 15539 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109861463 10804461568 178534 18446744073709551615 4194304 4196468 140729768591392 140471816497360 140472256382875 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15550] ppid=15536 vsize=10551232 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/15539/task/15550/stat : 15550 (java) R 15536 15539 4674 0 -1 4202560 2880 0 0 0 63 0 0 0 20 0 15 0 109861463 10804461568 178534 18446744073709551615 4194304 4196468 140729768591392 140471815445072 140472239828006 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15551] ppid=15536 vsize=10551232 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/15539/task/15551/stat : 15551 (java) R 15536 15539 4674 0 -1 4202560 2054 0 0 0 62 0 0 0 20 0 15 0 109861463 10804461568 178534 18446744073709551615 4194304 4196468 140729768591392 140471814392432 140472236052840 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15552] ppid=15536 vsize=10551232 memory=3979247202398256747 CPUtime=0.27 cores=0,2,4,6
/proc/15539/task/15552/stat : 15552 (java) S 15536 15539 4674 0 -1 1077944384 1283 0 0 0 27 0 0 0 20 0 15 0 109861463 10804461568 178534 18446744073709551615 4194304 4196468 140729768591392 140471813339888 140472256375426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15553] ppid=15536 vsize=10551232 memory=6944920474642915737 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15553/stat : 15553 (java) S 15536 15539 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109861463 10804461568 178534 18446744073709551615 4194304 4196468 140729768591392 140471812287584 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15554] ppid=15536 vsize=10551232 memory=7595127684433732961 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15554/stat : 15554 (java) S 15536 15539 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109861468 10804461568 178534 18446744073709551615 4194304 4196468 140729768591392 140471811234096 140472256375426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
Current children cumulated CPU time: 3.43 s
Current children cumulated vsize: 10551232 KiB

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

[pid=15539/tid=15541] ppid=15536 vsize=10686560 memory=4148 CPUtime=13.14 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) S 15536 15539 4674 0 -1 1077944384 14207 0 0 0 1298 16 0 0 20 0 17 0 109861458 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140472260604960 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15542] ppid=15536 vsize=10686560 memory=4872558044660077418 CPUtime=343.85 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) R 15536 15539 4674 0 -1 4202560 39021 0 0 0 34188 197 0 0 20 0 17 0 109861459 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140472213330824 140472248992487 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15543] ppid=15536 vsize=10686560 memory=1228 CPUtime=344.91 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) R 15536 15539 4674 0 -1 4202560 29235 0 0 0 34290 201 0 0 20 0 17 0 109861459 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140472212278048 140472241064144 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15544] ppid=15536 vsize=10686560 memory=5712 CPUtime=345.4 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) R 15536 15539 4674 0 -1 4202560 34012 0 0 0 34359 181 0 0 20 0 17 0 109861459 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140472211225424 140472248992487 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15545] ppid=15536 vsize=10686560 memory=796 CPUtime=344.86 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) R 15536 15539 4674 0 -1 4202560 45109 0 0 0 34294 192 0 0 20 0 17 0 109861459 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140472210173192 140472248992487 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15546] ppid=15536 vsize=10686560 memory=984 CPUtime=20.03 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) S 15536 15539 4674 0 -1 1077944384 70753 0 0 0 1998 5 0 0 20 0 17 0 109861460 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471819653696 140472256374485 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15547] ppid=15536 vsize=10686560 memory=8368548 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15547/stat : 15547 (java) S 15536 15539 4674 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 109861461 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471818601440 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15548] ppid=15536 vsize=10686560 memory=8368548 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15548/stat : 15548 (java) S 15536 15539 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 109861461 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471817548800 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15549] ppid=15536 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15549/stat : 15549 (java) S 15536 15539 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109861463 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471816497360 140472256382875 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15550] ppid=15536 vsize=10686560 memory=1228 CPUtime=1.4 cores=0,2,4,6
/proc/15539/task/15550/stat : 15550 (java) S 15536 15539 4674 0 -1 1077944384 11881 0 0 0 139 1 0 0 20 0 17 0 109861463 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471815444736 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15551] ppid=15536 vsize=10686560 memory=5712 CPUtime=1.28 cores=0,2,4,6
/proc/15539/task/15551/stat : 15551 (java) S 15536 15539 4674 0 -1 1077944384 8768 0 0 0 127 1 0 0 20 0 17 0 109861463 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471814392480 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15552] ppid=15536 vsize=10686560 memory=796 CPUtime=0.3 cores=0,2,4,6
/proc/15539/task/15552/stat : 15552 (java) S 15536 15539 4674 0 -1 1077944384 2562 0 0 0 30 0 0 0 20 0 17 0 109861463 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471813339936 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15553] ppid=15536 vsize=10686560 memory=4572 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15553/stat : 15553 (java) S 15536 15539 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109861463 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471812287584 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15554] ppid=15536 vsize=10686560 memory=1444 CPUtime=0.22 cores=0,2,4,6
/proc/15539/task/15554/stat : 15554 (java) S 15536 15539 4674 0 -1 1077944384 943 0 0 0 10 12 0 0 20 0 17 0 109861468 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471811234096 140472256375426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15568] ppid=15536 vsize=10686560 memory=12304 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15568/stat : 15568 (java) S 15536 15539 4674 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 109896759 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471808081392 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15569] ppid=15536 vsize=10686560 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15569/stat : 15569 (java) S 15536 15539 4674 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 109896759 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471807029088 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
Current children cumulated CPU time: 1415.48 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8368548 KiB

[startup+384.801 s]
/proc/loadavg: 4.45 4.02 3.12 6/216 15570
/proc/meminfo: memFree=22724172/32770624 swapFree=67108764/67108860
[pid=15539] ppid=15536 vsize=10686560 memory=8368548 CPUtime=1418.56 cores=0,2,4,6
/proc/15539/stat : 15539 (java) S 15536 15539 4674 0 -1 1077944320 257943 0 0 0 141054 802 0 0 20 0 17 0 109861448 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140729768573936 140472256364279 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
/proc/15539/statm: 2671640 2092137 3170 1 0 2661055 0
[pid=15539/tid=15541] ppid=15536 vsize=10686560 memory=4048 CPUtime=13.14 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) S 15536 15539 4674 0 -1 1077944384 14207 0 0 0 1298 16 0 0 20 0 17 0 109861458 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140472260604960 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15542] ppid=15536 vsize=10686560 memory=8367684 CPUtime=344.61 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) R 15536 15539 4674 0 -1 4202560 39021 0 0 0 34263 198 0 0 20 0 17 0 109861459 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140472213330824 140472248992487 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15543] ppid=15536 vsize=10686560 memory=8367684 CPUtime=345.7 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) R 15536 15539 4674 0 -1 4202560 29237 0 0 0 34369 201 0 0 20 0 17 0 109861459 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140472212278048 140472249467298 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15544] ppid=15536 vsize=10686560 memory=2012 CPUtime=346.16 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) R 15536 15539 4674 0 -1 4202560 34012 0 0 0 34435 181 0 0 20 0 17 0 109861459 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140472211225424 140472248992487 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15545] ppid=15536 vsize=10686560 memory=-8774313645642428999 CPUtime=345.61 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) R 15536 15539 4674 0 -1 4202560 45109 0 0 0 34369 192 0 0 20 0 17 0 109861459 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140472210172880 140472248992487 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15546] ppid=15536 vsize=10686560 memory=1228 CPUtime=20.03 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) S 15536 15539 4674 0 -1 1077944384 70753 0 0 0 1998 5 0 0 20 0 17 0 109861460 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471819653696 140472256374485 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15547] ppid=15536 vsize=10686560 memory=5712 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15547/stat : 15547 (java) S 15536 15539 4674 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 109861461 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471818601440 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15548] ppid=15536 vsize=10686560 memory=796 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15548/stat : 15548 (java) S 15536 15539 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 109861461 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471817548800 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15549] ppid=15536 vsize=10686560 memory=984 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15549/stat : 15549 (java) S 15536 15539 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109861463 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471816497360 140472256382875 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15550] ppid=15536 vsize=10686560 memory=1728 CPUtime=1.4 cores=0,2,4,6
/proc/15539/task/15550/stat : 15550 (java) S 15536 15539 4674 0 -1 1077944384 11881 0 0 0 139 1 0 0 20 0 17 0 109861463 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471815444736 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15551] ppid=15536 vsize=10686560 memory=8368548 CPUtime=1.28 cores=0,2,4,6
/proc/15539/task/15551/stat : 15551 (java) S 15536 15539 4674 0 -1 1077944384 8768 0 0 0 127 1 0 0 20 0 17 0 109861463 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471814392480 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15552] ppid=15536 vsize=10686560 memory=1796 CPUtime=0.3 cores=0,2,4,6
/proc/15539/task/15552/stat : 15552 (java) S 15536 15539 4674 0 -1 1077944384 2562 0 0 0 30 0 0 0 20 0 17 0 109861463 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471813339936 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15553] ppid=15536 vsize=10686560 memory=956 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15553/stat : 15553 (java) S 15536 15539 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109861463 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471812287584 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15554] ppid=15536 vsize=10686560 memory=2244 CPUtime=0.22 cores=0,2,4,6
/proc/15539/task/15554/stat : 15554 (java) S 15536 15539 4674 0 -1 1077944384 943 0 0 0 10 12 0 0 20 0 17 0 109861468 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471811234096 140472256375426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15568] ppid=15536 vsize=10686560 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15568/stat : 15568 (java) S 15536 15539 4674 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 109896759 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471808081392 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15569] ppid=15536 vsize=10686560 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15569/stat : 15569 (java) S 15536 15539 4674 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 109896759 10943037440 2092137 18446744073709551615 4194304 4196468 140729768591392 140471807029088 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
Current children cumulated CPU time: 1418.56 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8368548 KiB

[startup+385.601 s]
/proc/loadavg: 4.45 4.02 3.12 6/216 15570
/proc/meminfo: memFree=22724172/32770624 swapFree=67108764/67108860
[pid=15539] ppid=15536 vsize=10686560 memory=8368552 CPUtime=1420.76 cores=0,2,4,6
/proc/15539/stat : 15539 (java) S 15536 15539 4674 0 -1 1077944320 258248 0 0 0 141274 802 0 0 20 0 17 0 109861448 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140729768573936 140472256364279 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
/proc/15539/statm: 2671640 2092138 3170 1 0 2661055 0
[pid=15539/tid=15541] ppid=15536 vsize=10686560 memory=1228 CPUtime=13.14 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) S 15536 15539 4674 0 -1 1077944384 14207 0 0 0 1298 16 0 0 20 0 17 0 109861458 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140472260604960 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15542] ppid=15536 vsize=10686560 memory=5712 CPUtime=345.08 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) S 15536 15539 4674 0 -1 1077944384 39021 0 0 0 34310 198 0 0 20 0 17 0 109861459 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140472213330704 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15543] ppid=15536 vsize=10686560 memory=-8774313645642428999 CPUtime=346.19 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) S 15536 15539 4674 0 -1 1077944384 29239 0 0 0 34418 201 0 0 20 0 17 0 109861459 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140472212278160 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15544] ppid=15536 vsize=10686560 memory=1444 CPUtime=346.63 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) S 15536 15539 4674 0 -1 1077944384 34012 0 0 0 34482 181 0 0 20 0 17 0 109861459 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140472211225616 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15545] ppid=15536 vsize=10686560 memory=12304 CPUtime=346.09 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) S 15536 15539 4674 0 -1 1077944384 45109 0 0 0 34417 192 0 0 20 0 17 0 109861459 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140472210173072 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15546] ppid=15536 vsize=10686560 memory=1204 CPUtime=20.33 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) R 15536 15539 4674 0 -1 4202560 71056 0 0 0 2028 5 0 0 20 0 17 0 109861460 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140471819653696 140472241360683 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15547] ppid=15536 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15547/stat : 15547 (java) S 15536 15539 4674 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 109861461 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140471818601440 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15548] ppid=15536 vsize=10686560 memory=140063984470315 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15548/stat : 15548 (java) S 15536 15539 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 109861461 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140471817548800 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15549] ppid=15536 vsize=10686560 memory=3979264729418192401 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15549/stat : 15549 (java) S 15536 15539 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109861463 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140471816497360 140472256382875 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15550] ppid=15536 vsize=10686560 memory=6944656575208382560 CPUtime=1.4 cores=0,2,4,6
/proc/15539/task/15550/stat : 15550 (java) S 15536 15539 4674 0 -1 1077944384 11881 0 0 0 139 1 0 0 20 0 17 0 109861463 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140471815444736 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15551] ppid=15536 vsize=10686560 memory=15880 CPUtime=1.28 cores=0,2,4,6
/proc/15539/task/15551/stat : 15551 (java) S 15536 15539 4674 0 -1 1077944384 8768 0 0 0 127 1 0 0 20 0 17 0 109861463 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140471814392480 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15552] ppid=15536 vsize=10686560 memory=4048 CPUtime=0.3 cores=0,2,4,6
/proc/15539/task/15552/stat : 15552 (java) S 15536 15539 4674 0 -1 1077944384 2562 0 0 0 30 0 0 0 20 0 17 0 109861463 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140471813339936 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15553] ppid=15536 vsize=10686560 memory=31748 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15553/stat : 15553 (java) S 15536 15539 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109861463 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140471812287584 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15554] ppid=15536 vsize=10686560 memory=1232 CPUtime=0.22 cores=0,2,4,6
/proc/15539/task/15554/stat : 15554 (java) S 15536 15539 4674 0 -1 1077944384 943 0 0 0 10 12 0 0 20 0 17 0 109861468 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140471811234096 140472256375426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15568] ppid=15536 vsize=10686560 memory=644 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15568/stat : 15568 (java) S 15536 15539 4674 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 109896759 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140471808081392 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15569] ppid=15536 vsize=10686560 memory=18983755451683 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15569/stat : 15569 (java) S 15536 15539 4674 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 109896759 10943037440 2092138 18446744073709551615 4194304 4196468 140729768591392 140471807029088 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
Current children cumulated CPU time: 1420.76 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8368552 KiB

[startup+386.001 s]*
/proc/loadavg: 4.49 4.03 3.13 3/216 15570
/proc/meminfo: memFree=22724172/32770624 swapFree=67108764/67108860
[pid=15539] ppid=15536 vsize=10686560 memory=8368576 CPUtime=1421.17 cores=0,2,4,6
/proc/15539/stat : 15539 (java) S 15536 15539 4674 0 -1 1077944320 260559 0 0 0 141315 802 0 0 20 0 16 0 109861448 10943037440 2092144 18446744073709551615 4194304 4196468 140729768591392 140729768573936 140472256364279 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
/proc/15539/statm: 2671640 2092144 3171 1 0 2661055 0
[pid=15539/tid=15541] ppid=15536 vsize=10686560 memory=2012 CPUtime=13.14 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) S 15536 15539 4674 0 -1 1077944384 14207 0 0 0 1298 16 0 0 20 0 16 0 109861458 10943037440 2092179 18446744073709551615 4194304 4196468 140729768591392 140472260604960 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15542] ppid=15536 vsize=10686560 memory=11020 CPUtime=345.08 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) S 15536 15539 4674 0 -1 1077944384 39021 0 0 0 34310 198 0 0 20 0 16 0 109861459 10943037440 2092179 18446744073709551615 4194304 4196468 140729768591392 140472213330704 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15543] ppid=15536 vsize=10686560 memory=4872558044660077418 CPUtime=346.19 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) S 15536 15539 4674 0 -1 1077944384 29239 0 0 0 34418 201 0 0 20 0 16 0 109861459 10943037440 2092179 18446744073709551615 4194304 4196468 140729768591392 140472212278160 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15544] ppid=15536 vsize=10686560 memory=1296 CPUtime=346.63 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) S 15536 15539 4674 0 -1 1077944384 34012 0 0 0 34482 181 0 0 20 0 16 0 109861459 10943037440 2092179 18446744073709551615 4194304 4196468 140729768591392 140472211225616 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15545] ppid=15536 vsize=10686560 memory=2320 CPUtime=346.09 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) S 15536 15539 4674 0 -1 1077944384 45109 0 0 0 34417 192 0 0 20 0 16 0 109861459 10943037440 2092179 18446744073709551615 4194304 4196468 140729768591392 140472210173072 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15546] ppid=15536 vsize=10686560 memory=1724 CPUtime=20.74 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) S 15536 15539 4674 0 -1 1077944384 73292 0 0 0 2069 5 0 0 20 0 16 0 109861460 10943037440 2092179 18446744073709551615 4194304 4196468 140729768591392 140471819655152 140472256375426 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15547] ppid=15536 vsize=10686560 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15547/stat : 15547 (java) S 15536 15539 4674 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 109861461 10943037440 2092179 18446744073709551615 4194304 4196468 140729768591392 140471818601440 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15548] ppid=15536 vsize=10686560 memory=8368540 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15548/stat : 15548 (java) S 15536 15539 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 109861461 10943037440 2092179 18446744073709551615 4194304 4196468 140729768591392 140471817548800 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15549] ppid=15536 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15549/stat : 15549 (java) S 15536 15539 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109861463 10943037440 2092179 18446744073709551615 4194304 4196468 140729768591392 140471816497360 140472256382875 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15550] ppid=15536 vsize=10686560 memory=1296 CPUtime=1.4 cores=0,2,4,6
/proc/15539/task/15550/stat : 15550 (java) S 15536 15539 4674 0 -1 1077944384 11881 0 0 0 139 1 0 0 20 0 16 0 109861463 10943037440 2092179 18446744073709551615 4194304 4196468 140729768591392 140471815444976 140472256375426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15551] ppid=15536 vsize=10686560 memory=2320 CPUtime=1.28 cores=0,2,4,6
/proc/15539/task/15551/stat : 15551 (java) S 15536 15539 4674 0 -1 1077944384 8768 0 0 0 127 1 0 0 20 0 16 0 109861463 10943037440 2092179 18446744073709551615 4194304 4196468 140729768591392 140471814392432 140472256375426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15552] ppid=15536 vsize=10686560 memory=1724 CPUtime=0.3 cores=0,2,4,6
/proc/15539/task/15552/stat : 15552 (java) R 15536 15539 4674 0 -1 4202560 2604 0 0 0 30 0 0 0 20 0 16 0 109861463 10943037440 2092179 18446744073709551615 4194304 4196468 140729768591392 140471813339888 140472235671728 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15553] ppid=15536 vsize=10686560 memory=2764 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15553/stat : 15553 (java) S 15536 15539 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109861463 10943037440 2092179 18446744073709551615 4194304 4196468 140729768591392 140471812287584 140472256374485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15554] ppid=15536 vsize=10686560 memory=3116 CPUtime=0.22 cores=0,2,4,6
/proc/15539/task/15554/stat : 15554 (java) S 15536 15539 4674 0 -1 1077944384 943 0 0 0 10 12 0 0 20 0 16 0 109861468 10943037440 2092179 18446744073709551615 4194304 4196468 140729768591392 140471811234096 140472256375426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
[pid=15539/tid=15568] ppid=15536 vsize=10686560 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15568/stat : 15568 (java) R 15536 15539 4674 0 -1 4202560 86 0 0 0 0 0 0 0 20 0 16 0 109896759 10943037440 2092179 18446744073709551615 4194304 4196468 140729768591392 140471808081392 140472240921729 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17592320 140729768595856 140729768596009 140729768596009 140729768599503 0
Current children cumulated CPU time: 1421.17 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8368576 KiB

Child status: 0
Real time (s): 386.06
CPU time (s): 1421.23
CPU user time (s): 1413.16
CPU system time (s): 8.07319
CPU usage (%): 368.138
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8374380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1413.16
system time used= 8.07319
maximum resident set size= 8374380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260704
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= 27359
involuntary context switches= 22198


# summary of solver processes directly reported to runsolver:
#   pid: 15539
#   total CPU time (s): 1421.23
#   total CPU user time (s): 1413.16
#   total CPU system time (s): 8.07319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.44203 second user time and 3.77175 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 13:11:56
IDJOB=4262883
IDBENCH=124212
IDSOLVER=2651
FILE ID=node134/4262883-1502623550
RUNJOBID= node134-1502619645-14324
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t15-2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262883-1502623550/watcher-4262883-1502623550 -o /tmp/evaluation-result-4262883-1502623550/solver-4262883-1502623550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262883-1502623550.xml

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

MD5SUM BENCH= e28ebc68094c3335bce51ae11fa43933
RANDOM SEED=1811748596

node134.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.43
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.43
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.43
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.43
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:        31310844 kB
MemAvailable:   31518632 kB
Buffers:          221752 kB
Cached:           279812 kB
SwapCached:            4 kB
Active:           802360 kB
Inactive:         205368 kB
Active(anon):     453420 kB
Inactive(anon):    94440 kB
Active(file):     348940 kB
Inactive(file):   110928 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:        506092 kB
Mapped:            67452 kB
Shmem:             41564 kB
Slab:             153880 kB
SReclaimable:     127508 kB
SUnreclaim:        26372 kB
KernelStack:        3552 kB
PageTables:         6732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1556848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    411648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 13:18:22