Trace number 4263768

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? 1515.54 410.134

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-07-07-6.xml
MD5SUMc933cd09e9acfeb17baa8719fd3b3e7c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark429
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of constraints168
Number of domains9
Minimum domain size6
Maximum domain size535
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":91},{"size":535,"count":105}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":56},{"degree":3,"count":98},{"degree":8,"count":49}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":49},{"arity":3,"count":49},{"arity":7,"count":14},{"arity":9,"count":49}]
Number of extensional constraints49
Number of intensional constraints56
Distribution of constraint types[{"type":"extension","count":49},{"type":"intension","count":56},{"type":"allDifferent","count":7},{"type":"noOverlap","count":7},{"type":"element","count":49}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263768-1502596844/watcher-4263768-1502596844 -o /tmp/evaluation-result-4263768-1502596844/solver-4263768-1502596844 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263768-1502596844.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=13394, runsolver pid=13391
Current StackSize limit: 8192 KiB


[startup+0.100969 s]*
/proc/loadavg: 2.03 2.11 3.03 3/205 13402
/proc/meminfo: memFree=28667128/32770624 swapFree=67108860/67108860
[pid=13394] ppid=13391 vsize=10151672 memory=19804 CPUtime=0.03 cores=0,2,4,6
/proc/13394/stat : 13394 (java) S 13391 13394 7968 0 -1 1077944320 3797 0 0 0 3 0 0 0 20 0 9 0 13567106 10395312128 4951 18446744073709551615 4194304 4196468 140721680053440 140721680035984 140701197139703 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
/proc/13394/statm: 2537918 4951 2110 1 0 2527415 0
[pid=13394/tid=13396] ppid=13391 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=0,2,4,6
/proc/13394/task/13396/stat : 13396 (java) R 13391 13394 7968 0 -1 4202560 2437 0 0 0 2 0 0 0 20 0 9 0 13567114 10395312128 4951 18446744073709551615 4194304 4196468 140721680053440 140701201375688 140701197161629 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13397] ppid=13391 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13397/stat : 13397 (java) S 13391 13394 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13567115 10395312128 4951 18446744073709551615 4194304 4196468 140721680053440 140701127560080 140701197149909 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13398] ppid=13391 vsize=10151672 memory=140329240196736 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13398/stat : 13398 (java) S 13391 13394 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13567115 10395312128 4951 18446744073709551615 4194304 4196468 140721680053440 140701126507280 140701197149909 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13399] ppid=13391 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13399/stat : 13399 (java) S 13391 13394 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13567115 10395312128 4951 18446744073709551615 4194304 4196468 140721680053440 140701125454992 140701197149909 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13400] ppid=13391 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13400/stat : 13400 (java) S 13391 13394 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13567115 10395312128 4951 18446744073709551615 4194304 4196468 140721680053440 140701124402192 140701197149909 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13401] ppid=13391 vsize=10151672 memory=140329240196736 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13401/stat : 13401 (java) S 13391 13394 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13567116 10395312128 4951 18446744073709551615 4194304 4196468 140721680053440 140700692723824 140701197150850 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13402] ppid=13391 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13402/stat : 13402 (java) S 13391 13394 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 13567117 10395312128 4951 18446744073709551615 4194304 4196468 140721680053440 140700691669792 140701197149909 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13403] ppid=13391 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13403/stat : 13403 (java) S 13391 13394 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 13567117 10395312128 4951 18446744073709551615 4194304 4196468 140721680053440 140700690617520 140701197149909 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19804 KiB

[startup+0.211348 s]*
/proc/loadavg: 2.03 2.11 3.03 4/212 13409
/proc/meminfo: memFree=28660248/32770624 swapFree=67108860/67108860
[pid=13394] ppid=13391 vsize=10551156 memory=30584 CPUtime=0.12 cores=0,2,4,6
/proc/13394/stat : 13394 (java) S 13391 13394 7968 0 -1 1077944320 7321 0 0 0 11 1 0 0 20 0 15 0 13567106 10804383744 7646 18446744073709551615 4194304 4196468 140721680053440 140721680035984 140701197139703 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
/proc/13394/statm: 2637789 7646 2762 1 0 2627261 0
[pid=13394/tid=13396] ppid=13391 vsize=10551156 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/13394/task/13396/stat : 13396 (java) R 13391 13394 7968 0 -1 4202560 5236 0 0 0 8 1 0 0 20 0 15 0 13567114 10804383744 7646 18446744073709551615 4194304 4196468 140721680053440 140701201328048 140701181220190 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13397] ppid=13391 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13397/stat : 13397 (java) S 13391 13394 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13567115 10804383744 7646 18446744073709551615 4194304 4196468 140721680053440 140701127560080 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13398] ppid=13391 vsize=10551156 memory=140329240205026 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13398/stat : 13398 (java) S 13391 13394 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13567115 10804383744 7646 18446744073709551615 4194304 4196468 140721680053440 140701126507280 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13399] ppid=13391 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13399/stat : 13399 (java) S 13391 13394 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13567115 10804383744 7646 18446744073709551615 4194304 4196468 140721680053440 140701125454992 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13400] ppid=13391 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13400/stat : 13400 (java) S 13391 13394 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13567115 10804383744 7646 18446744073709551615 4194304 4196468 140721680053440 140701124402192 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13401] ppid=13391 vsize=10551156 memory=140329240196736 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13401/stat : 13401 (java) S 13391 13394 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13567116 10804383744 7646 18446744073709551615 4194304 4196468 140721680053440 140700692723824 140701197150850 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13402] ppid=13391 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13402/stat : 13402 (java) S 13391 13394 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13567117 10804383744 7646 18446744073709551615 4194304 4196468 140721680053440 140700691669792 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13403] ppid=13391 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13403/stat : 13403 (java) S 13391 13394 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13567117 10804383744 7646 18446744073709551615 4194304 4196468 140721680053440 140700690617456 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13404] ppid=13391 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13404/stat : 13404 (java) S 13391 13394 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13567119 10804383744 7646 18446744073709551615 4194304 4196468 140721680053440 140700689565776 140701197158299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13405] ppid=13391 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13405/stat : 13405 (java) S 13391 13394 7968 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 13567119 10804383744 7646 18446744073709551615 4194304 4196468 140721680053440 140700688513648 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13406] ppid=13391 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13406/stat : 13406 (java) S 13391 13394 7968 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 13567119 10804383744 7646 18446744073709551615 4194304 4196468 140721680053440 140700687460848 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13407] ppid=13391 vsize=10551156 memory=140329240196736 CPUtime=0.01 cores=0,2,4,6
/proc/13394/task/13407/stat : 13407 (java) R 13391 13394 7968 0 -1 4202560 327 0 0 0 1 0 0 0 20 0 15 0 13567119 10804383744 7646 18446744073709551615 4194304 4196468 140721680053440 140700686408560 140701175508342 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13408] ppid=13391 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13408/stat : 13408 (java) S 13391 13394 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13567119 10804383744 7712 18446744073709551615 4194304 4196468 140721680053440 140700685356000 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13409] ppid=13391 vsize=10551156 memory=140329240196736 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13409/stat : 13409 (java) S 13391 13394 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13567124 10804383744 7712 18446744073709551615 4194304 4196468 140721680053440 140700684302768 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30584 KiB

[startup+0.31035 s]*
/proc/loadavg: 2.03 2.11 3.03 4/212 13409
/proc/meminfo: memFree=28651376/32770624 swapFree=67108860/67108860
[pid=13394] ppid=13391 vsize=10551156 memory=39496 CPUtime=0.28 cores=0,2,4,6
/proc/13394/stat : 13394 (java) S 13391 13394 7968 0 -1 1077944320 8571 0 0 0 26 2 0 0 20 0 15 0 13567106 10804383744 9874 18446744073709551615 4194304 4196468 140721680053440 140721680035984 140701197139703 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
/proc/13394/statm: 2637789 9874 2934 1 0 2627261 0
[pid=13394/tid=13396] ppid=13391 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/13394/task/13396/stat : 13396 (java) R 13391 13394 7968 0 -1 4202560 5653 0 0 0 18 1 0 0 20 0 15 0 13567114 10804383744 9874 18446744073709551615 4194304 4196468 140721680053440 140701201378096 140701181220190 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13397] ppid=13391 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13397/stat : 13397 (java) S 13391 13394 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13567115 10804383744 9874 18446744073709551615 4194304 4196468 140721680053440 140701127560080 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13398] ppid=13391 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13398/stat : 13398 (java) S 13391 13394 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13567115 10804383744 9874 18446744073709551615 4194304 4196468 140721680053440 140701126507280 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13399] ppid=13391 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13399/stat : 13399 (java) S 13391 13394 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13567115 10804383744 9874 18446744073709551615 4194304 4196468 140721680053440 140701125454992 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13400] ppid=13391 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13400/stat : 13400 (java) S 13391 13394 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13567115 10804383744 9874 18446744073709551615 4194304 4196468 140721680053440 140701124402192 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13401] ppid=13391 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13401/stat : 13401 (java) S 13391 13394 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13567116 10804383744 9874 18446744073709551615 4194304 4196468 140721680053440 140700692723824 140701197150850 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13402] ppid=13391 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13402/stat : 13402 (java) S 13391 13394 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13567117 10804383744 9874 18446744073709551615 4194304 4196468 140721680053440 140700691669792 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13403] ppid=13391 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13403/stat : 13403 (java) S 13391 13394 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13567117 10804383744 9874 18446744073709551615 4194304 4196468 140721680053440 140700690617456 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13404] ppid=13391 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13404/stat : 13404 (java) S 13391 13394 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13567119 10804383744 9874 18446744073709551615 4194304 4196468 140721680053440 140700689565776 140701197158299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13405] ppid=13391 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/13394/task/13405/stat : 13405 (java) R 13391 13394 7968 0 -1 4202560 478 0 0 0 1 0 0 0 20 0 15 0 13567119 10804383744 9874 18446744073709551615 4194304 4196468 140721680053440 140700688494664 140701176834472 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13406] ppid=13391 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/13394/task/13406/stat : 13406 (java) S 13391 13394 7968 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 13567119 10804383744 9874 18446744073709551615 4194304 4196468 140721680053440 140700687460848 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13407] ppid=13391 vsize=10551156 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/13394/task/13407/stat : 13407 (java) R 13391 13394 7968 0 -1 4202560 802 0 0 0 5 0 0 0 20 0 15 0 13567119 10804383744 9874 18446744073709551615 4194304 4196468 140721680053440 140700686405560 140701175504364 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13408] ppid=13391 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13408/stat : 13408 (java) S 13391 13394 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13567119 10804383744 9874 18446744073709551615 4194304 4196468 140721680053440 140700685356000 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13409] ppid=13391 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13409/stat : 13409 (java) S 13391 13394 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13567124 10804383744 9874 18446744073709551615 4194304 4196468 140721680053440 140700684302768 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39496 KiB

[startup+0.700743 s]
/proc/loadavg: 2.03 2.11 3.03 3/212 13409
/proc/meminfo: memFree=28634560/32770624 swapFree=67108860/67108860
[pid=13394] ppid=13391 vsize=10551232 memory=192548 CPUtime=1.24 cores=0,2,4,6
/proc/13394/stat : 13394 (java) S 13391 13394 7968 0 -1 1077944320 12388 0 0 0 118 6 0 0 20 0 15 0 13567106 10804461568 48137 18446744073709551615 4194304 4196468 140721680053440 140721680035984 140701197139703 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
/proc/13394/statm: 2637808 48137 3075 1 0 2627261 0
[pid=13394/tid=13396] ppid=13391 vsize=10551232 memory=200 CPUtime=0.55 cores=0,2,4,6
/proc/13394/task/13396/stat : 13396 (java) R 13391 13394 7968 0 -1 4202560 6992 0 0 0 51 4 0 0 20 0 15 0 13567114 10804461568 48137 18446744073709551615 4194304 4196468 140721680053440 140701201369984 140700799433216 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13397] ppid=13391 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13397/stat : 13397 (java) S 13391 13394 7968 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 13567115 10804461568 48137 18446744073709551615 4194304 4196468 140721680053440 140701127560080 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13398] ppid=13391 vsize=10551232 memory=5 CPUtime=0.01 cores=0,2,4,6
/proc/13394/task/13398/stat : 13398 (java) S 13391 13394 7968 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 13567115 10804461568 48137 18446744073709551615 4194304 4196468 140721680053440 140701126507280 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13399] ppid=13391 vsize=10551232 memory=15 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13399/stat : 13399 (java) S 13391 13394 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13567115 10804461568 48137 18446744073709551615 4194304 4196468 140721680053440 140701125454992 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13400] ppid=13391 vsize=10551232 memory=63 CPUtime=0.01 cores=0,2,4,6
/proc/13394/task/13400/stat : 13400 (java) S 13391 13394 7968 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 13567115 10804461568 48137 18446744073709551615 4194304 4196468 140721680053440 140701124402192 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13401] ppid=13391 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13401/stat : 13401 (java) S 13391 13394 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 13567116 10804461568 48137 18446744073709551615 4194304 4196468 140721680053440 140700692723824 140701197150850 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13402] ppid=13391 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13402/stat : 13402 (java) S 13391 13394 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13567117 10804461568 48137 18446744073709551615 4194304 4196468 140721680053440 140700691669792 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13403] ppid=13391 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13403/stat : 13403 (java) S 13391 13394 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 13567117 10804461568 48137 18446744073709551615 4194304 4196468 140721680053440 140700690617456 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13404] ppid=13391 vsize=10551232 memory=4 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13404/stat : 13404 (java) S 13391 13394 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13567119 10804461568 48137 18446744073709551615 4194304 4196468 140721680053440 140700689565776 140701197158299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13405] ppid=13391 vsize=10551232 memory=30 CPUtime=0.18 cores=0,2,4,6
/proc/13394/task/13405/stat : 13405 (java) R 13391 13394 7968 0 -1 4202560 1534 0 0 0 18 0 0 0 20 0 15 0 13567119 10804461568 48137 18446744073709551615 4194304 4196468 140721680053440 140700688499720 140701174734787 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13406] ppid=13391 vsize=10551232 memory=2 CPUtime=0.22 cores=0,2,4,6
/proc/13394/task/13406/stat : 13406 (java) R 13391 13394 7968 0 -1 4202560 1169 0 0 0 22 0 0 0 20 0 15 0 13567119 10804461568 48137 18446744073709551615 4194304 4196468 140721680053440 140700687441864 140701180638461 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13407] ppid=13391 vsize=10551232 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/13394/task/13407/stat : 13407 (java) S 13391 13394 7968 0 -1 1077944384 1185 0 0 0 21 0 0 0 20 0 15 0 13567119 10804461568 48137 18446744073709551615 4194304 4196468 140721680053440 140700686408560 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13408] ppid=13391 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13408/stat : 13408 (java) S 13391 13394 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13567119 10804461568 48137 18446744073709551615 4194304 4196468 140721680053440 140700685356000 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13409] ppid=13391 vsize=10551232 memory=6463925781705 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13409/stat : 13409 (java) S 13391 13394 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13567124 10804461568 48137 18446744073709551615 4194304 4196468 140721680053440 140700684302768 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 192548 KiB

[startup+1.5014 s]
/proc/loadavg: 2.03 2.11 3.03 3/212 13410
/proc/meminfo: memFree=28405088/32770624 swapFree=67108860/67108860
[pid=13394] ppid=13391 vsize=10551232 memory=495392 CPUtime=3.18 cores=0,2,4,6
/proc/13394/stat : 13394 (java) S 13391 13394 7968 0 -1 1077944320 13595 0 0 0 285 33 0 0 20 0 15 0 13567106 10804461568 123848 18446744073709551615 4194304 4196468 140721680053440 140721680035984 140701197139703 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
/proc/13394/statm: 2637808 123848 3099 1 0 2627261 0
[pid=13394/tid=13396] ppid=13391 vsize=10551232 memory=7085094975059357035 CPUtime=1.13 cores=0,2,4,6
/proc/13394/task/13396/stat : 13396 (java) S 13391 13394 7968 0 -1 1077944384 7099 0 0 0 107 6 0 0 20 0 15 0 13567114 10804461568 123848 18446744073709551615 4194304 4196468 140721680053440 140701201374592 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13397] ppid=13391 vsize=10551232 memory=-3472574513799858009 CPUtime=0.22 cores=0,2,4,6
/proc/13394/task/13397/stat : 13397 (java) R 13391 13394 7968 0 -1 4202560 174 0 0 0 16 6 0 0 20 0 15 0 13567115 10804461568 123848 18446744073709551615 4194304 4196468 140721680053440 140701127560080 140701182167577 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13398] ppid=13391 vsize=10551232 memory=-6081406862755241769 CPUtime=0.22 cores=0,2,4,6
/proc/13394/task/13398/stat : 13398 (java) R 13391 13394 7968 0 -1 4202560 192 0 0 0 16 6 0 0 20 0 15 0 13567115 10804461568 123848 18446744073709551615 4194304 4196468 140721680053440 140701126507480 140701182166798 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13399] ppid=13391 vsize=10551232 memory=-7449383003082255457 CPUtime=0.22 cores=0,2,4,6
/proc/13394/task/13399/stat : 13399 (java) R 13391 13394 7968 0 -1 4202560 158 0 0 0 16 6 0 0 20 0 15 0 13567115 10804461568 123848 18446744073709551615 4194304 4196468 140721680053440 140701125455192 140701190239403 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13400] ppid=13391 vsize=10551232 memory=7679937539709960979 CPUtime=0.22 cores=0,2,4,6
/proc/13394/task/13400/stat : 13400 (java) R 13391 13394 7968 0 -1 4202560 189 0 0 0 16 6 0 0 20 0 15 0 13567115 10804461568 123848 18446744073709551615 4194304 4196468 140721680053440 140701124402080 140701182167577 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13401] ppid=13391 vsize=10551232 memory=3184132387188526067 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13401/stat : 13401 (java) S 13391 13394 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 13567116 10804461568 123848 18446744073709551615 4194304 4196468 140721680053440 140700692722336 140701197149909 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13402] ppid=13391 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13402/stat : 13402 (java) S 13391 13394 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13567117 10804461568 123848 18446744073709551615 4194304 4196468 140721680053440 140700691669856 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13403] ppid=13391 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13403/stat : 13403 (java) S 13391 13394 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 13567117 10804461568 123848 18446744073709551615 4194304 4196468 140721680053440 140700690617472 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13404] ppid=13391 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13404/stat : 13404 (java) S 13391 13394 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13567119 10804461568 123848 18446744073709551615 4194304 4196468 140721680053440 140700689565776 140701197158299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13405] ppid=13391 vsize=10551232 memory=6944656592455097440 CPUtime=0.39 cores=0,2,4,6
/proc/13394/task/13405/stat : 13405 (java) S 13391 13394 7968 0 -1 1077944384 1685 0 0 0 39 0 0 0 20 0 15 0 13567119 10804461568 123848 18446744073709551615 4194304 4196468 140721680053440 140700688513648 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13406] ppid=13391 vsize=10551232 memory=6944656575208382560 CPUtime=0.44 cores=0,2,4,6
/proc/13394/task/13406/stat : 13406 (java) S 13391 13394 7968 0 -1 1077944384 1346 0 0 0 44 0 0 0 20 0 15 0 13567119 10804461568 123848 18446744073709551615 4194304 4196468 140721680053440 140700687452128 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13407] ppid=13391 vsize=10551232 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/13394/task/13407/stat : 13407 (java) S 13391 13394 7968 0 -1 1077944384 1306 0 0 0 26 0 0 0 20 0 15 0 13567119 10804461568 123848 18446744073709551615 4194304 4196468 140721680053440 140700686408560 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0

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

/proc/13394/task/13400/stat : 13400 (java) R 13391 13394 7968 0 -1 4202560 90009 0 0 0 36408 201 0 0 20 0 17 0 13567115 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140701124402392 140701181837428 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13401] ppid=13391 vsize=10686560 memory=8224828 CPUtime=22.93 cores=0,2,4,6
/proc/13394/task/13401/stat : 13401 (java) S 13391 13394 7968 0 -1 1077944384 66594 0 0 0 2289 4 0 0 20 0 17 0 13567116 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700692722144 140701197149909 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13402] ppid=13391 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13402/stat : 13402 (java) S 13391 13394 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 13567117 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700691669856 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13403] ppid=13391 vsize=10686560 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13403/stat : 13403 (java) S 13391 13394 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 13567117 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700690617472 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13404] ppid=13391 vsize=10686560 memory=15822205074278351 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13404/stat : 13404 (java) S 13391 13394 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700689565776 140701197158299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13405] ppid=13391 vsize=10686560 memory=1732 CPUtime=0.89 cores=0,2,4,6
/proc/13394/task/13405/stat : 13405 (java) S 13391 13394 7968 0 -1 1077944384 7818 0 0 0 88 1 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700688513648 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13406] ppid=13391 vsize=10686560 memory=1700 CPUtime=0.57 cores=0,2,4,6
/proc/13394/task/13406/stat : 13406 (java) S 13391 13394 7968 0 -1 1077944384 3247 0 0 0 57 0 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700687460848 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13407] ppid=13391 vsize=10686560 memory=1228 CPUtime=0.31 cores=0,2,4,6
/proc/13394/task/13407/stat : 13407 (java) S 13391 13394 7968 0 -1 1077944384 2409 0 0 0 31 0 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700686408560 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13408] ppid=13391 vsize=10686560 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13408/stat : 13408 (java) S 13391 13394 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700685356000 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13409] ppid=13391 vsize=10686560 memory=2012 CPUtime=0.33 cores=0,2,4,6
/proc/13394/task/13409/stat : 13409 (java) S 13391 13394 7968 0 -1 1077944384 592 0 0 0 15 18 0 0 20 0 17 0 13567124 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700684302768 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13447] ppid=13391 vsize=10686560 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13447/stat : 13447 (java) S 13391 13394 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 13602062 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700681149248 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13448] ppid=13391 vsize=10686560 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13448/stat : 13448 (java) S 13391 13394 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 13602062 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700680097216 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
Current children cumulated CPU time: 1507.41 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8224828 KiB

[startup+408.801 s]
/proc/loadavg: 5.00 4.15 3.64 6/215 13452
/proc/meminfo: memFree=20446832/32770624 swapFree=67108860/67108860
[pid=13394] ppid=13391 vsize=10686560 memory=8224828 CPUtime=1510.54 cores=0,2,4,6
/proc/13394/stat : 13394 (java) S 13391 13394 7968 0 -1 1077944320 593837 0 0 0 150225 829 0 0 20 0 17 0 13567106 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140721680035984 140701197139703 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
/proc/13394/statm: 2671640 2056207 3166 1 0 2661055 0
[pid=13394/tid=13396] ppid=13391 vsize=10686560 memory=1440 CPUtime=14.11 cores=0,2,4,6
/proc/13394/task/13396/stat : 13396 (java) S 13391 13394 7968 0 -1 1077944384 15596 0 0 0 1401 10 0 0 20 0 17 0 13567114 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140701201380384 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13397] ppid=13391 vsize=10686560 memory=-8774313645642428999 CPUtime=367.84 cores=0,2,4,6
/proc/13394/task/13397/stat : 13397 (java) R 13391 13394 7968 0 -1 4202560 125009 0 0 0 36589 195 0 0 20 0 17 0 13567115 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140701127560080 140701181838541 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13398] ppid=13391 vsize=10686560 memory=1700 CPUtime=368.28 cores=0,2,4,6
/proc/13394/task/13398/stat : 13398 (java) R 13391 13394 7968 0 -1 4202560 100400 0 0 0 36613 215 0 0 20 0 17 0 13567115 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140701126507480 140701182136048 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13399] ppid=13391 vsize=10686560 memory=1228 CPUtime=368.32 cores=0,2,4,6
/proc/13394/task/13399/stat : 13399 (java) R 13391 13394 7968 0 -1 4202560 180615 0 0 0 36633 199 0 0 20 0 17 0 13567115 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140701125455192 140701178749389 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13400] ppid=13391 vsize=10686560 memory=1000 CPUtime=366.87 cores=0,2,4,6
/proc/13394/task/13400/stat : 13400 (java) R 13391 13394 7968 0 -1 4202560 90015 0 0 0 36486 201 0 0 20 0 17 0 13567115 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140701124402392 140701182136070 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13401] ppid=13391 vsize=10686560 memory=2012 CPUtime=22.93 cores=0,2,4,6
/proc/13394/task/13401/stat : 13401 (java) S 13391 13394 7968 0 -1 1077944384 66594 0 0 0 2289 4 0 0 20 0 17 0 13567116 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700692722368 140701197149909 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13402] ppid=13391 vsize=10686560 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13402/stat : 13402 (java) S 13391 13394 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 13567117 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700691669856 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13403] ppid=13391 vsize=10686560 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13403/stat : 13403 (java) S 13391 13394 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 13567117 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700690617472 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13404] ppid=13391 vsize=10686560 memory=792 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13404/stat : 13404 (java) S 13391 13394 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700689565776 140701197158299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13405] ppid=13391 vsize=10686560 memory=8676 CPUtime=0.89 cores=0,2,4,6
/proc/13394/task/13405/stat : 13405 (java) S 13391 13394 7968 0 -1 1077944384 7818 0 0 0 88 1 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700688513648 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13406] ppid=13391 vsize=10686560 memory=1440 CPUtime=0.57 cores=0,2,4,6
/proc/13394/task/13406/stat : 13406 (java) S 13391 13394 7968 0 -1 1077944384 3247 0 0 0 57 0 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700687460848 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13407] ppid=13391 vsize=10686560 memory=9916 CPUtime=0.31 cores=0,2,4,6
/proc/13394/task/13407/stat : 13407 (java) S 13391 13394 7968 0 -1 1077944384 2409 0 0 0 31 0 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700686408560 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13408] ppid=13391 vsize=10686560 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13408/stat : 13408 (java) S 13391 13394 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700685356000 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13409] ppid=13391 vsize=10686560 memory=15872 CPUtime=0.33 cores=0,2,4,6
/proc/13394/task/13409/stat : 13409 (java) S 13391 13394 7968 0 -1 1077944384 592 0 0 0 15 18 0 0 20 0 17 0 13567124 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700684302768 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13447] ppid=13391 vsize=10686560 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13447/stat : 13447 (java) S 13391 13394 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 13602062 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700681149248 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13448] ppid=13391 vsize=10686560 memory=8224828 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13448/stat : 13448 (java) S 13391 13394 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 13602062 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700680097216 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
Current children cumulated CPU time: 1510.54 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8224828 KiB

[startup+409.601 s]
/proc/loadavg: 5.00 4.15 3.64 6/215 13452
/proc/meminfo: memFree=20446832/32770624 swapFree=67108860/67108860
[pid=13394] ppid=13391 vsize=10686560 memory=8224828 CPUtime=1513.73 cores=0,2,4,6
/proc/13394/stat : 13394 (java) S 13391 13394 7968 0 -1 1077944320 593921 0 0 0 150544 829 0 0 20 0 17 0 13567106 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140721680035984 140701197139703 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
/proc/13394/statm: 2671640 2056207 3166 1 0 2661055 0
[pid=13394/tid=13396] ppid=13391 vsize=10686560 memory=-8774313645642428999 CPUtime=14.11 cores=0,2,4,6
/proc/13394/task/13396/stat : 13396 (java) S 13391 13394 7968 0 -1 1077944384 15596 0 0 0 1401 10 0 0 20 0 17 0 13567114 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140701201380384 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13397] ppid=13391 vsize=10686560 memory=4126316290023845779 CPUtime=368.64 cores=0,2,4,6
/proc/13394/task/13397/stat : 13397 (java) R 13391 13394 7968 0 -1 4202560 125045 0 0 0 36669 195 0 0 20 0 17 0 13567115 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140701127559968 140701182136107 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13398] ppid=13391 vsize=10686560 memory=8224828 CPUtime=369.08 cores=0,2,4,6
/proc/13394/task/13398/stat : 13398 (java) R 13391 13394 7968 0 -1 4202560 100400 0 0 0 36693 215 0 0 20 0 17 0 13567115 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140701126507480 140701182136110 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13399] ppid=13391 vsize=10686560 memory=8224828 CPUtime=369.12 cores=0,2,4,6
/proc/13394/task/13399/stat : 13399 (java) R 13391 13394 7968 0 -1 4202560 180655 0 0 0 36713 199 0 0 20 0 17 0 13567115 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140701125455192 140701181597306 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13400] ppid=13391 vsize=10686560 memory=8223652 CPUtime=367.65 cores=0,2,4,6
/proc/13394/task/13400/stat : 13400 (java) R 13391 13394 7968 0 -1 4202560 90023 0 0 0 36564 201 0 0 20 0 17 0 13567115 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140701124402392 140701182136127 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13401] ppid=13391 vsize=10686560 memory=0 CPUtime=22.93 cores=0,2,4,6
/proc/13394/task/13401/stat : 13401 (java) S 13391 13394 7968 0 -1 1077944384 66594 0 0 0 2289 4 0 0 20 0 17 0 13567116 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700692722368 140701197149909 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13402] ppid=13391 vsize=10686560 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13402/stat : 13402 (java) S 13391 13394 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 13567117 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700691669856 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13403] ppid=13391 vsize=10686560 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13403/stat : 13403 (java) S 13391 13394 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 13567117 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700690617472 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13404] ppid=13391 vsize=10686560 memory=280658262580064 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13404/stat : 13404 (java) S 13391 13394 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700689565776 140701197158299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13405] ppid=13391 vsize=10686560 memory=140329131293009 CPUtime=0.89 cores=0,2,4,6
/proc/13394/task/13405/stat : 13405 (java) S 13391 13394 7968 0 -1 1077944384 7818 0 0 0 88 1 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700688513648 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13406] ppid=13391 vsize=10686560 memory=-6876588461455810464 CPUtime=0.57 cores=0,2,4,6
/proc/13394/task/13406/stat : 13406 (java) S 13391 13394 7968 0 -1 1077944384 3247 0 0 0 57 0 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700687460848 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13407] ppid=13391 vsize=10686560 memory=33 CPUtime=0.31 cores=0,2,4,6
/proc/13394/task/13407/stat : 13407 (java) S 13391 13394 7968 0 -1 1077944384 2409 0 0 0 31 0 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700686408560 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13408] ppid=13391 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13408/stat : 13408 (java) S 13391 13394 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700685356000 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13409] ppid=13391 vsize=10686560 memory=3761544456424196167 CPUtime=0.34 cores=0,2,4,6
/proc/13394/task/13409/stat : 13409 (java) S 13391 13394 7968 0 -1 1077944384 592 0 0 0 15 19 0 0 20 0 17 0 13567124 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700684302768 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13447] ppid=13391 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13447/stat : 13447 (java) S 13391 13394 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 13602062 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700681149248 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13448] ppid=13391 vsize=10686560 memory=640 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13448/stat : 13448 (java) S 13391 13394 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 13602062 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700680097216 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
Current children cumulated CPU time: 1513.73 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8224828 KiB

[startup+410.001 s]*
/proc/loadavg: 5.00 4.15 3.64 6/215 13452
/proc/meminfo: memFree=20446832/32770624 swapFree=67108860/67108860
[pid=13394] ppid=13391 vsize=10686560 memory=8224828 CPUtime=1515.32 cores=0,2,4,6
/proc/13394/stat : 13394 (java) S 13391 13394 7968 0 -1 1077944320 593973 0 0 0 150703 829 0 0 20 0 17 0 13567106 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140721680035984 140701197139703 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
/proc/13394/statm: 2671640 2056207 3166 1 0 2661055 0
[pid=13394/tid=13396] ppid=13391 vsize=10686560 memory=1329904169539603006 CPUtime=14.11 cores=0,2,4,6
/proc/13394/task/13396/stat : 13396 (java) S 13391 13394 7968 0 -1 1077944384 15596 0 0 0 1401 10 0 0 20 0 17 0 13567114 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140701201380384 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13397] ppid=13391 vsize=10686560 memory=7662425414954930768 CPUtime=369.04 cores=0,2,4,6
/proc/13394/task/13397/stat : 13397 (java) R 13391 13394 7968 0 -1 4202560 125097 0 0 0 36709 195 0 0 20 0 17 0 13567115 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140701127560200 140701189767911 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13398] ppid=13391 vsize=10686560 memory=140329131509483 CPUtime=369.48 cores=0,2,4,6
/proc/13394/task/13398/stat : 13398 (java) R 13391 13394 7968 0 -1 4202560 100400 0 0 0 36733 215 0 0 20 0 17 0 13567115 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140701126507088 140701189767911 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13399] ppid=13391 vsize=10686560 memory=4126316290023845779 CPUtime=369.52 cores=0,2,4,6
/proc/13394/task/13399/stat : 13399 (java) R 13391 13394 7968 0 -1 4202560 180655 0 0 0 36753 199 0 0 20 0 17 0 13567115 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140701125454800 140701189767911 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13400] ppid=13391 vsize=10686560 memory=8224828 CPUtime=368.05 cores=0,2,4,6
/proc/13394/task/13400/stat : 13400 (java) R 13391 13394 7968 0 -1 4202560 90023 0 0 0 36604 201 0 0 20 0 17 0 13567115 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140701124402392 140701182136084 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13401] ppid=13391 vsize=10686560 memory=8224828 CPUtime=22.93 cores=0,2,4,6
/proc/13394/task/13401/stat : 13401 (java) S 13391 13394 7968 0 -1 1077944384 66594 0 0 0 2289 4 0 0 20 0 17 0 13567116 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700692722368 140701197149909 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13402] ppid=13391 vsize=10686560 memory=280658263142832 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13402/stat : 13402 (java) S 13391 13394 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 13567117 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700691669856 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13403] ppid=13391 vsize=10686560 memory=6224064206478857057 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13403/stat : 13403 (java) S 13391 13394 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 13567117 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700690617472 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13404] ppid=13391 vsize=10686560 memory=6152850921605850449 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13404/stat : 13404 (java) S 13391 13394 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700689565776 140701197158299 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13405] ppid=13391 vsize=10686560 memory=-8774313645642428999 CPUtime=0.89 cores=0,2,4,6
/proc/13394/task/13405/stat : 13405 (java) S 13391 13394 7968 0 -1 1077944384 7818 0 0 0 88 1 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700688513408 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13406] ppid=13391 vsize=10686560 memory=1148 CPUtime=0.57 cores=0,2,4,6
/proc/13394/task/13406/stat : 13406 (java) S 13391 13394 7968 0 -1 1077944384 3247 0 0 0 57 0 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700687460896 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13407] ppid=13391 vsize=10686560 memory=8224828 CPUtime=0.31 cores=0,2,4,6
/proc/13394/task/13407/stat : 13407 (java) S 13391 13394 7968 0 -1 1077944384 2409 0 0 0 31 0 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700686408608 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13408] ppid=13391 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13408/stat : 13408 (java) S 13391 13394 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13567119 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700685356000 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13409] ppid=13391 vsize=10686560 memory=1700 CPUtime=0.34 cores=0,2,4,6
/proc/13394/task/13409/stat : 13409 (java) S 13391 13394 7968 0 -1 1077944384 592 0 0 0 15 19 0 0 20 0 17 0 13567124 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700684302768 140701197150850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13447] ppid=13391 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13447/stat : 13447 (java) S 13391 13394 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 13602062 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700681149248 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
[pid=13394/tid=13448] ppid=13391 vsize=10686560 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/13394/task/13448/stat : 13448 (java) S 13391 13394 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 13602062 10943037440 2056207 18446744073709551615 4194304 4196468 140721680053440 140700680097216 140701197149909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28508160 140721680056721 140721680056874 140721680056874 140721680060367 0
Current children cumulated CPU time: 1515.32 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8224828 KiB

[startup+410.11 s]*
/proc/loadavg: 5.00 4.15 3.64 3/200 13452
/proc/meminfo: memFree=23451672/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 410.134
CPU time (s): 1515.54
CPU user time (s): 1507.19
CPU system time (s): 8.3438
CPU usage (%): 369.522
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8224828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1507.19
system time used= 8.3438
maximum resident set size= 8225044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 594140
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20396
involuntary context switches= 14729


# summary of solver processes directly reported to runsolver:
#   pid: 13394
#   total CPU time (s): 1515.54
#   total CPU user time (s): 1507.19
#   total CPU system time (s): 8.3438

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.44132 second user time and 4.16426 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 05:46:47
IDJOB=4263768
IDBENCH=115828
IDSOLVER=2651
FILE ID=node128/4263768-1502596844
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-07-07-6.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263768-1502596844/watcher-4263768-1502596844 -o /tmp/evaluation-result-4263768-1502596844/solver-4263768-1502596844 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263768-1502596844.xml

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

MD5SUM BENCH= c933cd09e9acfeb17baa8719fd3b3e7c
RANDOM SEED=75508957

node128.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.94
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.94
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.94
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.94
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:        28678248 kB
MemAvailable:   29191792 kB
Buffers:          112168 kB
Cached:           690068 kB
SwapCached:            0 kB
Active:          3059584 kB
Inactive:         620916 kB
Active(anon):    2878448 kB
Inactive(anon):    16764 kB
Active(file):     181136 kB
Inactive(file):   604152 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1540 kB
Writeback:             4 kB
AnonPages:       2877884 kB
Mapped:            43716 kB
Shmem:             17116 kB
Slab:             112504 kB
SReclaimable:      88184 kB
SUnreclaim:        24320 kB
KernelStack:        3472 kB
PageTables:        10628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4345116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2764800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 05:53:38