Trace number 4263098

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? 1561.35 422.242

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-020-10-7.xml
MD5SUM412f6c73e78cde1efe97f39cb5f4b069
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1597
Best CPU time to get the best result obtained on this benchmark2520.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of constraints230
Number of domains1
Minimum domain size1638
Maximum domain size1638
Distribution of domain sizes[{"size":1638,"count":220}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":200}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":200},{"arity":20,"count":10}]
Number of extensional constraints0
Number of intensional constraints220
Distribution of constraint types[{"type":"intension","count":220},{"type":"noOverlap","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263098-1502586723/watcher-4263098-1502586723 -o /tmp/evaluation-result-4263098-1502586723/solver-4263098-1502586723 -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-4263098-1502586723.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=9732, runsolver pid=9729
Current StackSize limit: 8192 KiB


[startup+0.10017 s]*
/proc/loadavg: 6.85 7.08 6.85 6/205 9741
/proc/meminfo: memFree=23206000/32770624 swapFree=67108860/67108860
[pid=9732] ppid=9729 vsize=10151672 memory=21456 CPUtime=0.04 cores=0,2,4,6
/proc/9732/stat : 9732 (java) S 9729 9732 7968 0 -1 1077944320 4258 0 0 0 3 1 0 0 20 0 9 0 12554973 10395312128 5364 18446744073709551615 4194304 4196468 140731436388768 140731436371312 140127507394295 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
/proc/9732/statm: 2537918 5364 2123 1 0 2527415 0
[pid=9732/tid=9734] ppid=9729 vsize=10151672 memory=-8035107114825123821 CPUtime=0.03 cores=0,2,4,6
/proc/9732/task/9734/stat : 9734 (java) R 9729 9732 7968 0 -1 4202560 2898 0 0 0 3 0 0 0 20 0 9 0 12554980 10395312128 5364 18446744073709551615 4194304 4196468 140731436388768 140127511632240 140127491474782 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9735] ppid=9729 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9735/stat : 9735 (java) S 9729 9732 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12554980 10395312128 5364 18446744073709551615 4194304 4196468 140731436388768 140127470500496 140127507404501 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9736] ppid=9729 vsize=10151672 memory=140012428560000 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9736/stat : 9736 (java) S 9729 9732 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12554980 10395312128 5364 18446744073709551615 4194304 4196468 140731436388768 140127117322768 140127507404501 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9737] ppid=9729 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9737/stat : 9737 (java) S 9729 9732 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12554980 10395312128 5364 18446744073709551615 4194304 4196468 140731436388768 140127116269968 140127507404501 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9738] ppid=9729 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9738/stat : 9738 (java) S 9729 9732 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12554980 10395312128 5364 18446744073709551615 4194304 4196468 140731436388768 140127115217168 140127507404501 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9739] ppid=9729 vsize=10151672 memory=140012428560000 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (java) S 9729 9732 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12554982 10395312128 5364 18446744073709551615 4194304 4196468 140731436388768 140127071316848 140127507405442 0 0 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9740] ppid=9729 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (java) S 9729 9732 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 12554982 10395312128 5364 18446744073709551615 4194304 4196468 140731436388768 140127070262816 140127507404501 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9741] ppid=9729 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (java) S 9729 9732 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 12554982 10395312128 5364 18446744073709551615 4194304 4196468 140731436388768 140127069209968 140127507404501 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21456 KiB

[startup+0.210265 s]*
/proc/loadavg: 6.85 7.08 6.85 7/211 9747
/proc/meminfo: memFree=23195324/32770624 swapFree=67108860/67108860
[pid=9732] ppid=9729 vsize=10551156 memory=30680 CPUtime=0.14 cores=0,2,4,6
/proc/9732/stat : 9732 (java) S 9729 9732 7968 0 -1 1077944320 7806 0 0 0 12 2 0 0 20 0 15 0 12554973 10804383744 7670 18446744073709551615 4194304 4196468 140731436388768 140731436371312 140127507394295 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
/proc/9732/statm: 2637789 7670 2800 1 0 2627261 0
[pid=9732/tid=9734] ppid=9729 vsize=10551156 memory=8318255677412212789 CPUtime=0.11 cores=0,2,4,6
/proc/9732/task/9734/stat : 9734 (java) R 9729 9732 7968 0 -1 4202560 5664 0 0 0 9 2 0 0 20 0 15 0 12554980 10804383744 7670 18446744073709551615 4194304 4196468 140731436388768 140127511608288 140127507416221 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9735] ppid=9729 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9735/stat : 9735 (java) S 9729 9732 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12554980 10804383744 7670 18446744073709551615 4194304 4196468 140731436388768 140127470500496 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9736] ppid=9729 vsize=10551156 memory=140012428567984 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9736/stat : 9736 (java) S 9729 9732 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12554980 10804383744 7670 18446744073709551615 4194304 4196468 140731436388768 140127117322768 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9737] ppid=9729 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9737/stat : 9737 (java) S 9729 9732 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12554980 10804383744 7670 18446744073709551615 4194304 4196468 140731436388768 140127116269968 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9738] ppid=9729 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9738/stat : 9738 (java) S 9729 9732 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12554980 10804383744 7670 18446744073709551615 4194304 4196468 140731436388768 140127115217168 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9739] ppid=9729 vsize=10551156 memory=140012428560000 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (java) S 9729 9732 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12554982 10804383744 7670 18446744073709551615 4194304 4196468 140731436388768 140127071316848 140127507405442 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9740] ppid=9729 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (java) S 9729 9732 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12554982 10804383744 7670 18446744073709551615 4194304 4196468 140731436388768 140127070262816 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9741] ppid=9729 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (java) S 9729 9732 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12554982 10804383744 7670 18446744073709551615 4194304 4196468 140731436388768 140127069209968 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9742] ppid=9729 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (java) S 9729 9732 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12554985 10804383744 7670 18446744073709551615 4194304 4196468 140731436388768 140127068158288 140127507412891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9743] ppid=9729 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9743/stat : 9743 (java) S 9729 9732 7968 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 12554985 10804383744 7670 18446744073709551615 4194304 4196468 140731436388768 140126999013744 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9744] ppid=9729 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9744/stat : 9744 (java) S 9729 9732 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12554985 10804383744 7670 18446744073709551615 4194304 4196468 140731436388768 140126997960944 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9745] ppid=9729 vsize=10551156 memory=140012428560000 CPUtime=0.02 cores=0,2,4,6
/proc/9732/task/9745/stat : 9745 (java) S 9729 9732 7968 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 12554985 10804383744 7670 18446744073709551615 4194304 4196468 140731436388768 140126996908144 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9746] ppid=9729 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9746/stat : 9746 (java) S 9729 9732 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12554985 10804383744 7670 18446744073709551615 4194304 4196468 140731436388768 140126995855584 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9747] ppid=9729 vsize=10551156 memory=140012428560000 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9747/stat : 9747 (java) S 9729 9732 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12554988 10804383744 7670 18446744073709551615 4194304 4196468 140731436388768 140126994803888 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30680 KiB

[startup+0.310843 s]*
/proc/loadavg: 6.85 7.08 6.85 7/211 9747
/proc/meminfo: memFree=23188940/32770624 swapFree=67108860/67108860
[pid=9732] ppid=9729 vsize=10551156 memory=39872 CPUtime=0.3 cores=0,2,4,6
/proc/9732/stat : 9732 (java) S 9729 9732 7968 0 -1 1077944320 9220 0 0 0 27 3 0 0 20 0 15 0 12554973 10804383744 9968 18446744073709551615 4194304 4196468 140731436388768 140731436371312 140127507394295 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
/proc/9732/statm: 2637789 9968 2911 1 0 2627261 0
[pid=9732/tid=9734] ppid=9729 vsize=10551156 memory=7680170660397595203 CPUtime=0.2 cores=0,2,4,6
/proc/9732/task/9734/stat : 9734 (java) R 9729 9732 7968 0 -1 4202560 6330 0 0 0 18 2 0 0 20 0 15 0 12554980 10804383744 9968 18446744073709551615 4194304 4196468 140731436388768 140127511629120 140127491474782 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9735] ppid=9729 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9735/stat : 9735 (java) S 9729 9732 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12554980 10804383744 9968 18446744073709551615 4194304 4196468 140731436388768 140127470500496 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9736] ppid=9729 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9736/stat : 9736 (java) S 9729 9732 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12554980 10804383744 9968 18446744073709551615 4194304 4196468 140731436388768 140127117322768 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9737] ppid=9729 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9737/stat : 9737 (java) S 9729 9732 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12554980 10804383744 9968 18446744073709551615 4194304 4196468 140731436388768 140127116269968 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9738] ppid=9729 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9738/stat : 9738 (java) S 9729 9732 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12554980 10804383744 9968 18446744073709551615 4194304 4196468 140731436388768 140127115217168 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9739] ppid=9729 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (java) S 9729 9732 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12554982 10804383744 9968 18446744073709551615 4194304 4196468 140731436388768 140127071316848 140127507405442 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9740] ppid=9729 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (java) S 9729 9732 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12554982 10804383744 9968 18446744073709551615 4194304 4196468 140731436388768 140127070262816 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9741] ppid=9729 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (java) S 9729 9732 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12554982 10804383744 9968 18446744073709551615 4194304 4196468 140731436388768 140127069209968 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9742] ppid=9729 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (java) S 9729 9732 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12554985 10804383744 9968 18446744073709551615 4194304 4196468 140731436388768 140127068158288 140127507412891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9743] ppid=9729 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9732/task/9743/stat : 9743 (java) S 9729 9732 7968 0 -1 1077944384 502 0 0 0 1 0 0 0 20 0 15 0 12554985 10804383744 9968 18446744073709551615 4194304 4196468 140731436388768 140126999013744 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9744] ppid=9729 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9732/task/9744/stat : 9744 (java) S 9729 9732 7968 0 -1 1077944384 200 0 0 0 1 0 0 0 20 0 15 0 12554985 10804383744 9968 18446744073709551615 4194304 4196468 140731436388768 140126997960944 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9745] ppid=9729 vsize=10551156 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/9732/task/9745/stat : 9745 (java) S 9729 9732 7968 0 -1 1077944384 822 0 0 0 5 0 0 0 20 0 15 0 12554985 10804383744 9968 18446744073709551615 4194304 4196468 140731436388768 140126996908144 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9746] ppid=9729 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9746/stat : 9746 (java) S 9729 9732 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12554985 10804383744 9968 18446744073709551615 4194304 4196468 140731436388768 140126995855584 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9747] ppid=9729 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9747/stat : 9747 (java) S 9729 9732 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12554988 10804383744 9968 18446744073709551615 4194304 4196468 140731436388768 140126994803888 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39872 KiB

[startup+0.700857 s]
/proc/loadavg: 6.70 7.04 6.84 7/211 9747
/proc/meminfo: memFree=23164008/32770624 swapFree=67108860/67108860
[pid=9732] ppid=9729 vsize=10551232 memory=252488 CPUtime=1.26 cores=0,2,4,6
/proc/9732/stat : 9732 (java) S 9729 9732 7968 0 -1 1077944320 11018 0 0 0 112 14 0 0 20 0 15 0 12554973 10804461568 63122 18446744073709551615 4194304 4196468 140731436388768 140731436371312 140127507394295 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
/proc/9732/statm: 2637808 63122 3063 1 0 2627261 0
[pid=9732/tid=9734] ppid=9729 vsize=10551232 memory=188 CPUtime=0.52 cores=0,2,4,6
/proc/9732/task/9734/stat : 9734 (java) R 9729 9732 7968 0 -1 4202560 6864 0 0 0 47 5 0 0 20 0 15 0 12554980 10804461568 63122 18446744073709551615 4194304 4196468 140731436388768 140127511631072 140127493462414 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9735] ppid=9729 vsize=10551232 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/9732/task/9735/stat : 9735 (java) S 9729 9732 7968 0 -1 1077944384 134 0 0 0 4 1 0 0 20 0 15 0 12554980 10804461568 63634 18446744073709551615 4194304 4196468 140731436388768 140127470500496 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9736] ppid=9729 vsize=10551232 memory=4 CPUtime=0.06 cores=0,2,4,6
/proc/9732/task/9736/stat : 9736 (java) S 9729 9732 7968 0 -1 1077944384 130 0 0 0 4 2 0 0 20 0 15 0 12554980 10804461568 63634 18446744073709551615 4194304 4196468 140731436388768 140127117322768 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9737] ppid=9729 vsize=10551232 memory=13 CPUtime=0.04 cores=0,2,4,6
/proc/9732/task/9737/stat : 9737 (java) S 9729 9732 7968 0 -1 1077944384 36 0 0 0 3 1 0 0 20 0 15 0 12554980 10804461568 63634 18446744073709551615 4194304 4196468 140731436388768 140127116269968 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9738] ppid=9729 vsize=10551232 memory=60 CPUtime=0.05 cores=0,2,4,6
/proc/9732/task/9738/stat : 9738 (java) S 9729 9732 7968 0 -1 1077944384 136 0 0 0 4 1 0 0 20 0 15 0 12554980 10804461568 63634 18446744073709551615 4194304 4196468 140731436388768 140127115217168 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9739] ppid=9729 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (java) S 9729 9732 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 12554982 10804461568 63634 18446744073709551615 4194304 4196468 140731436388768 140127071316848 140127507405442 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9740] ppid=9729 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (java) S 9729 9732 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12554982 10804461568 63634 18446744073709551615 4194304 4196468 140731436388768 140127070262816 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9741] ppid=9729 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (java) S 9729 9732 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 12554982 10804461568 63634 18446744073709551615 4194304 4196468 140731436388768 140127069209968 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9742] ppid=9729 vsize=10551232 memory=2 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (java) S 9729 9732 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12554985 10804461568 63634 18446744073709551615 4194304 4196468 140731436388768 140127068158288 140127507412891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9743] ppid=9729 vsize=10551232 memory=30 CPUtime=0.14 cores=0,2,4,6
/proc/9732/task/9743/stat : 9743 (java) S 9729 9732 7968 0 -1 1077944384 756 0 0 0 14 0 0 0 20 0 15 0 12554985 10804461568 63634 18446744073709551615 4194304 4196468 140731436388768 140126999013744 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9744] ppid=9729 vsize=10551232 memory=2 CPUtime=0.13 cores=0,2,4,6
/proc/9732/task/9744/stat : 9744 (java) S 9729 9732 7968 0 -1 1077944384 489 0 0 0 13 0 0 0 20 0 15 0 12554985 10804461568 63634 18446744073709551615 4194304 4196468 140731436388768 140126997960944 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9745] ppid=9729 vsize=10551232 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/9732/task/9745/stat : 9745 (java) S 9729 9732 7968 0 -1 1077944384 1027 0 0 0 19 0 0 0 20 0 15 0 12554985 10804461568 63634 18446744073709551615 4194304 4196468 140731436388768 140126996908144 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9746] ppid=9729 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9746/stat : 9746 (java) S 9729 9732 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12554985 10804461568 63634 18446744073709551615 4194304 4196468 140731436388768 140126995855584 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9747] ppid=9729 vsize=10551232 memory=6463925781705 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9747/stat : 9747 (java) S 9729 9732 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12554988 10804461568 63634 18446744073709551615 4194304 4196468 140731436388768 140126994803888 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 252488 KiB

[startup+1.50078 s]
/proc/loadavg: 6.70 7.04 6.84 8/211 9747
/proc/meminfo: memFree=22781468/32770624 swapFree=67108860/67108860
[pid=9732] ppid=9729 vsize=10551232 memory=549108 CPUtime=2.95 cores=0,2,4,6
/proc/9732/stat : 9732 (java) S 9729 9732 7968 0 -1 1077944320 15672 0 0 0 267 28 0 0 20 0 15 0 12554973 10804461568 137277 18446744073709551615 4194304 4196468 140731436388768 140731436371312 140127507394295 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
/proc/9732/statm: 2637808 137277 3085 1 0 2627261 0
[pid=9732/tid=9734] ppid=9729 vsize=10551232 memory=7085094953567741548 CPUtime=1.22 cores=0,2,4,6
/proc/9732/task/9734/stat : 9734 (java) R 9729 9732 7968 0 -1 4202560 8266 0 0 0 114 8 0 0 20 0 15 0 12554980 10804461568 137277 18446744073709551615 4194304 4196468 140731436388768 140127511625448 140127151002959 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9735] ppid=9729 vsize=10551232 memory=-3472574513799858009 CPUtime=0.16 cores=0,2,4,6
/proc/9732/task/9735/stat : 9735 (java) S 9729 9732 7968 0 -1 1077944384 197 0 0 0 12 4 0 0 20 0 15 0 12554980 10804461568 137277 18446744073709551615 4194304 4196468 140731436388768 140127470500496 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9736] ppid=9729 vsize=10551232 memory=-6153464456793169705 CPUtime=0.14 cores=0,2,4,6
/proc/9732/task/9736/stat : 9736 (java) S 9729 9732 7968 0 -1 1077944384 290 0 0 0 10 4 0 0 20 0 15 0 12554980 10804461568 137277 18446744073709551615 4194304 4196468 140731436388768 140127117322768 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9737] ppid=9729 vsize=10551232 memory=6933690305039933585 CPUtime=0.14 cores=0,2,4,6
/proc/9732/task/9737/stat : 9737 (java) S 9729 9732 7968 0 -1 1077944384 209 0 0 0 10 4 0 0 20 0 15 0 12554980 10804461568 137277 18446744073709551615 4194304 4196468 140731436388768 140127116269968 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9738] ppid=9729 vsize=10551232 memory=6933690287860520857 CPUtime=0.15 cores=0,2,4,6
/proc/9732/task/9738/stat : 9738 (java) S 9729 9732 7968 0 -1 1077944384 180 0 0 0 11 4 0 0 20 0 15 0 12554980 10804461568 137277 18446744073709551615 4194304 4196468 140731436388768 140127115217168 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9739] ppid=9729 vsize=10551232 memory=3184132387188526067 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (java) S 9729 9732 7968 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 12554982 10804461568 137277 18446744073709551615 4194304 4196468 140731436388768 140127071316848 140127507405442 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9740] ppid=9729 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (java) S 9729 9732 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12554982 10804461568 137277 18446744073709551615 4194304 4196468 140731436388768 140127070262880 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9741] ppid=9729 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (java) S 9729 9732 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 12554982 10804461568 137277 18446744073709551615 4194304 4196468 140731436388768 140127069209968 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9742] ppid=9729 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (java) S 9729 9732 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12554985 10804461568 137277 18446744073709551615 4194304 4196468 140731436388768 140127068158288 140127507412891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9743] ppid=9729 vsize=10551232 memory=6944656592455097440 CPUtime=0.41 cores=0,2,4,6
/proc/9732/task/9743/stat : 9743 (java) R 9729 9732 7968 0 -1 4202560 2145 0 0 0 41 0 0 0 20 0 15 0 12554985 10804461568 137277 18446744073709551615 4194304 4196468 140731436388768 140126999012144 140127488919850 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9744] ppid=9729 vsize=10551232 memory=6944656575208382560 CPUtime=0.43 cores=0,2,4,6
/proc/9732/task/9744/stat : 9744 (java) S 9729 9732 7968 0 -1 1077944384 1598 0 0 0 43 0 0 0 20 0 15 0 12554985 10804461568 137277 18446744073709551615 4194304 4196468 140731436388768 140126997960944 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9745] ppid=9729 vsize=10551232 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/9732/task/9745/stat : 9745 (java) S 9729 9732 7968 0 -1 1077944384 1214 0 0 0 23 0 0 0 20 0 15 0 12554985 10804461568 137277 18446744073709551615 4194304 4196468 140731436388768 140126996908144 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0

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

[pid=9732/tid=9735] ppid=9729 vsize=10684512 memory=11132 CPUtime=381.78 cores=0,2,4,6
/proc/9732/task/9735/stat : 9735 (java) R 9729 9732 7968 0 -1 4202560 45515 0 0 0 37978 200 0 0 20 0 17 0 12554980 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127470500304 140127500022503 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9736] ppid=9729 vsize=10684512 memory=8205220 CPUtime=379.01 cores=0,2,4,6
/proc/9732/task/9736/stat : 9736 (java) R 9729 9732 7968 0 -1 4202560 33434 0 0 0 37663 238 0 0 20 0 17 0 12554980 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127117322576 140127500022503 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9737] ppid=9729 vsize=10684512 memory=4124 CPUtime=381.08 cores=0,2,4,6
/proc/9732/task/9737/stat : 9737 (java) R 9729 9732 7968 0 -1 4202560 38018 0 0 0 37897 211 0 0 20 0 17 0 12554980 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127116270088 140127500022503 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9738] ppid=9729 vsize=10684512 memory=11132 CPUtime=381.22 cores=0,2,4,6
/proc/9732/task/9738/stat : 9738 (java) R 9729 9732 7968 0 -1 4202560 41546 0 0 0 37903 219 0 0 20 0 17 0 12554980 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127115217056 140127489004132 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9739] ppid=9729 vsize=10684512 memory=2424 CPUtime=18.55 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (java) S 9729 9732 7968 0 -1 1077944384 76808 0 0 0 1852 3 0 0 20 0 17 0 12554982 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127071315392 140127507404501 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9740] ppid=9729 vsize=10684512 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (java) S 9729 9732 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 12554982 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127070262880 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9741] ppid=9729 vsize=10684512 memory=11132 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (java) S 9729 9732 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 12554982 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127069209088 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9742] ppid=9729 vsize=10684512 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (java) S 9729 9732 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12554985 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127068158288 140127507412891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9743] ppid=9729 vsize=10684512 memory=1296 CPUtime=0.5 cores=0,2,4,6
/proc/9732/task/9743/stat : 9743 (java) S 9729 9732 7968 0 -1 1077944384 3302 0 0 0 49 1 0 0 20 0 17 0 12554985 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140126999013504 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9744] ppid=9729 vsize=10684512 memory=1732 CPUtime=0.5 cores=0,2,4,6
/proc/9732/task/9744/stat : 9744 (java) S 9729 9732 7968 0 -1 1077944384 2628 0 0 0 49 1 0 0 20 0 17 0 12554985 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140126997960992 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9745] ppid=9729 vsize=10684512 memory=7680170660397595203 CPUtime=0.27 cores=0,2,4,6
/proc/9732/task/9745/stat : 9745 (java) S 9729 9732 7968 0 -1 1077944384 1926 0 0 0 26 1 0 0 20 0 17 0 12554985 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140126996908192 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9746] ppid=9729 vsize=10684512 memory=2760 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9746/stat : 9746 (java) S 9729 9732 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12554985 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140126995855584 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9747] ppid=9729 vsize=10684512 memory=2760 CPUtime=0.14 cores=0,2,4,6
/proc/9732/task/9747/stat : 9747 (java) S 9729 9732 7968 0 -1 1077944384 655 0 0 0 10 4 0 0 20 0 17 0 12554988 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140126994803888 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9890] ppid=9729 vsize=10684512 memory=4060 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9890/stat : 9890 (java) S 9729 9732 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 12595087 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140126993747760 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9891] ppid=9729 vsize=10684512 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9891/stat : 9891 (java) S 9729 9732 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 12595087 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140126992695728 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
Current children cumulated CPU time: 1557.56 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8205220 KiB

[startup+421.601 s]
/proc/loadavg: 6.36 7.00 6.92 7/215 9892
/proc/meminfo: memFree=17531980/32770624 swapFree=67108860/67108860
[pid=9732] ppid=9729 vsize=10684512 memory=8205220 CPUtime=1560.66 cores=0,2,4,6
/proc/9732/stat : 9732 (java) S 9729 9732 7968 0 -1 1077944320 262598 0 0 0 155172 894 0 0 20 0 17 0 12554973 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140731436371312 140127507394295 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
/proc/9732/statm: 2671128 2051305 3152 1 0 2660543 0
[pid=9732/tid=9734] ppid=9729 vsize=10684512 memory=1732 CPUtime=14.42 cores=0,2,4,6
/proc/9732/task/9734/stat : 9734 (java) S 9729 9732 7968 0 -1 1077944384 17207 0 0 0 1428 14 0 0 20 0 17 0 12554980 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127511634976 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9735] ppid=9729 vsize=10684512 memory=1700 CPUtime=382.56 cores=0,2,4,6
/proc/9732/task/9735/stat : 9735 (java) S 9729 9732 7968 0 -1 1077944384 45531 0 0 0 38055 201 0 0 20 0 17 0 12554980 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127470500304 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9736] ppid=9729 vsize=10684512 memory=7680170660397595203 CPUtime=379.78 cores=0,2,4,6
/proc/9732/task/9736/stat : 9736 (java) R 9729 9732 7968 0 -1 4202560 33437 0 0 0 37740 238 0 0 20 0 17 0 12554980 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127117322576 140127500022503 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9737] ppid=9729 vsize=10684512 memory=1000 CPUtime=381.84 cores=0,2,4,6
/proc/9732/task/9737/stat : 9737 (java) R 9729 9732 7968 0 -1 4202560 38026 0 0 0 37973 211 0 0 20 0 17 0 12554980 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127116270088 140127500022503 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9738] ppid=9729 vsize=10684512 memory=2012 CPUtime=382.02 cores=0,2,4,6
/proc/9732/task/9738/stat : 9738 (java) R 9729 9732 7968 0 -1 4202560 41627 0 0 0 37983 219 0 0 20 0 17 0 12554980 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127115217056 140127492383853 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9739] ppid=9729 vsize=10684512 memory=5520 CPUtime=18.55 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (java) S 9729 9732 7968 0 -1 1077944384 76808 0 0 0 1852 3 0 0 20 0 17 0 12554982 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127071315392 140127507404501 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9740] ppid=9729 vsize=10684512 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (java) S 9729 9732 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 12554982 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127070262880 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9741] ppid=9729 vsize=10684512 memory=792 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (java) S 9729 9732 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 12554982 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127069209088 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9742] ppid=9729 vsize=10684512 memory=8676 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (java) S 9729 9732 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12554985 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140127068158288 140127507412891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9743] ppid=9729 vsize=10684512 memory=1440 CPUtime=0.5 cores=0,2,4,6
/proc/9732/task/9743/stat : 9743 (java) S 9729 9732 7968 0 -1 1077944384 3302 0 0 0 49 1 0 0 20 0 17 0 12554985 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140126999013504 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9744] ppid=9729 vsize=10684512 memory=9916 CPUtime=0.5 cores=0,2,4,6
/proc/9732/task/9744/stat : 9744 (java) S 9729 9732 7968 0 -1 1077944384 2628 0 0 0 49 1 0 0 20 0 17 0 12554985 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140126997960992 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9745] ppid=9729 vsize=10684512 memory=1200 CPUtime=0.27 cores=0,2,4,6
/proc/9732/task/9745/stat : 9745 (java) S 9729 9732 7968 0 -1 1077944384 1926 0 0 0 26 1 0 0 20 0 17 0 12554985 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140126996908192 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9746] ppid=9729 vsize=10684512 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9746/stat : 9746 (java) S 9729 9732 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12554985 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140126995855584 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9747] ppid=9729 vsize=10684512 memory=4040 CPUtime=0.14 cores=0,2,4,6
/proc/9732/task/9747/stat : 9747 (java) S 9729 9732 7968 0 -1 1077944384 670 0 0 0 10 4 0 0 20 0 17 0 12554988 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140126994803888 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9890] ppid=9729 vsize=10684512 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9890/stat : 9890 (java) S 9729 9732 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 12595087 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140126993747760 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9891] ppid=9729 vsize=10684512 memory=7568 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9891/stat : 9891 (java) S 9729 9732 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 12595087 10940940288 2051305 18446744073709551615 4194304 4196468 140731436388768 140126992695728 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
Current children cumulated CPU time: 1560.66 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8205220 KiB

[startup+422.001 s]*
/proc/loadavg: 6.36 7.00 6.92 3/214 9892
/proc/meminfo: memFree=17493016/32770624 swapFree=67108860/67108860
[pid=9732] ppid=9729 vsize=10684512 memory=8205224 CPUtime=1561.11 cores=0,2,4,6
/proc/9732/stat : 9732 (java) S 9729 9732 7968 0 -1 1077944320 264595 0 0 0 155217 894 0 0 20 0 17 0 12554973 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140731436371312 140127507394295 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
/proc/9732/statm: 2671128 2051306 3152 1 0 2660543 0
[pid=9732/tid=9734] ppid=9729 vsize=10684512 memory=7680170660397595203 CPUtime=14.42 cores=0,2,4,6
/proc/9732/task/9734/stat : 9734 (java) S 9729 9732 7968 0 -1 1077944384 17207 0 0 0 1428 14 0 0 20 0 17 0 12554980 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127511634976 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9735] ppid=9729 vsize=10684512 memory=0 CPUtime=382.58 cores=0,2,4,6
/proc/9732/task/9735/stat : 9735 (java) S 9729 9732 7968 0 -1 1077944384 45531 0 0 0 38057 201 0 0 20 0 17 0 12554980 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127470500496 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9736] ppid=9729 vsize=10684512 memory=7680170660397595203 CPUtime=379.79 cores=0,2,4,6
/proc/9732/task/9736/stat : 9736 (java) S 9729 9732 7968 0 -1 1077944384 33437 0 0 0 37741 238 0 0 20 0 17 0 12554980 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127117322768 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9737] ppid=9729 vsize=10684512 memory=1795 CPUtime=381.85 cores=0,2,4,6
/proc/9732/task/9737/stat : 9737 (java) S 9729 9732 7968 0 -1 1077944384 38026 0 0 0 37974 211 0 0 20 0 17 0 12554980 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127116269968 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9738] ppid=9729 vsize=10684512 memory=0 CPUtime=382.04 cores=0,2,4,6
/proc/9732/task/9738/stat : 9738 (java) S 9729 9732 7968 0 -1 1077944384 41652 0 0 0 37985 219 0 0 20 0 17 0 12554980 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127115217168 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9739] ppid=9729 vsize=10684512 memory=0 CPUtime=18.94 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (java) R 9729 9732 7968 0 -1 4202560 78779 0 0 0 1891 3 0 0 20 0 17 0 12554982 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127071315280 140127492390676 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9740] ppid=9729 vsize=10684512 memory=21 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (java) S 9729 9732 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 12554982 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127070262880 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9741] ppid=9729 vsize=10684512 memory=88 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (java) S 9729 9732 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 12554982 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127069209088 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9742] ppid=9729 vsize=10684512 memory=410 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (java) S 9729 9732 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12554985 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127068158288 140127507412891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9743] ppid=9729 vsize=10684512 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/9732/task/9743/stat : 9743 (java) S 9729 9732 7968 0 -1 1077944384 3302 0 0 0 49 1 0 0 20 0 17 0 12554985 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140126999013504 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9744] ppid=9729 vsize=10684512 memory=189 CPUtime=0.5 cores=0,2,4,6
/proc/9732/task/9744/stat : 9744 (java) S 9729 9732 7968 0 -1 1077944384 2628 0 0 0 49 1 0 0 20 0 17 0 12554985 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140126997960992 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9745] ppid=9729 vsize=10684512 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/9732/task/9745/stat : 9745 (java) S 9729 9732 7968 0 -1 1077944384 1926 0 0 0 26 1 0 0 20 0 17 0 12554985 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140126996908192 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9746] ppid=9729 vsize=10684512 memory=5 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9746/stat : 9746 (java) S 9729 9732 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12554985 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140126995855584 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9747] ppid=9729 vsize=10684512 memory=13 CPUtime=0.14 cores=0,2,4,6
/proc/9732/task/9747/stat : 9747 (java) S 9729 9732 7968 0 -1 1077944384 670 0 0 0 10 4 0 0 20 0 17 0 12554988 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140126994803888 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9890] ppid=9729 vsize=10684512 memory=61 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9890/stat : 9890 (java) S 9729 9732 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 12595087 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140126993747760 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9891] ppid=9729 vsize=10684512 memory=49 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9891/stat : 9891 (java) S 9729 9732 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 12595087 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140126992695728 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
Current children cumulated CPU time: 1561.11 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8205224 KiB

[startup+422.201 s]
/proc/loadavg: 6.36 7.00 6.92 3/214 9892
/proc/meminfo: memFree=17493016/32770624 swapFree=67108860/67108860
[pid=9732] ppid=9729 vsize=10684512 memory=8205224 CPUtime=1561.3 cores=0,2,4,6
/proc/9732/stat : 9732 (java) S 9729 9732 7968 0 -1 1077944320 265652 0 0 0 155236 894 0 0 20 0 17 0 12554973 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140731436371312 140127507394295 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
/proc/9732/statm: 2671128 2051306 3152 1 0 2660543 0
[pid=9732/tid=9734] ppid=9729 vsize=10684512 memory=6 CPUtime=14.42 cores=0,2,4,6
/proc/9732/task/9734/stat : 9734 (java) S 9729 9732 7968 0 -1 1077944384 17207 0 0 0 1428 14 0 0 20 0 17 0 12554980 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127511634976 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9735] ppid=9729 vsize=10684512 memory=1 CPUtime=382.58 cores=0,2,4,6
/proc/9732/task/9735/stat : 9735 (java) S 9729 9732 7968 0 -1 1077944384 45531 0 0 0 38057 201 0 0 20 0 17 0 12554980 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127470500496 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9736] ppid=9729 vsize=10684512 memory=27 CPUtime=379.79 cores=0,2,4,6
/proc/9732/task/9736/stat : 9736 (java) S 9729 9732 7968 0 -1 1077944384 33437 0 0 0 37741 238 0 0 20 0 17 0 12554980 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127117322768 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9737] ppid=9729 vsize=10684512 memory=0 CPUtime=381.85 cores=0,2,4,6
/proc/9732/task/9737/stat : 9737 (java) S 9729 9732 7968 0 -1 1077944384 38026 0 0 0 37974 211 0 0 20 0 17 0 12554980 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127116269968 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9738] ppid=9729 vsize=10684512 memory=14 CPUtime=382.04 cores=0,2,4,6
/proc/9732/task/9738/stat : 9738 (java) S 9729 9732 7968 0 -1 1077944384 41652 0 0 0 37985 219 0 0 20 0 17 0 12554980 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127115217168 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9739] ppid=9729 vsize=10684512 memory=0 CPUtime=19.13 cores=0,2,4,6
/proc/9732/task/9739/stat : 9739 (java) R 9729 9732 7968 0 -1 4202560 79836 0 0 0 1910 3 0 0 20 0 17 0 12554982 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127071315280 140127485764470 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9740] ppid=9729 vsize=10684512 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9740/stat : 9740 (java) S 9729 9732 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 12554982 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127070262880 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9741] ppid=9729 vsize=10684512 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9741/stat : 9741 (java) S 9729 9732 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 12554982 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127069209088 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9742] ppid=9729 vsize=10684512 memory=15540730097567645 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9742/stat : 9742 (java) S 9729 9732 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12554985 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140127068158288 140127507412891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9743] ppid=9729 vsize=10684512 memory=960 CPUtime=0.5 cores=0,2,4,6
/proc/9732/task/9743/stat : 9743 (java) S 9729 9732 7968 0 -1 1077944384 3302 0 0 0 49 1 0 0 20 0 17 0 12554985 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140126999013504 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9744] ppid=9729 vsize=10684512 memory=2248 CPUtime=0.5 cores=0,2,4,6
/proc/9732/task/9744/stat : 9744 (java) S 9729 9732 7968 0 -1 1077944384 2628 0 0 0 49 1 0 0 20 0 17 0 12554985 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140126997960992 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9745] ppid=9729 vsize=10684512 memory=4304 CPUtime=0.27 cores=0,2,4,6
/proc/9732/task/9745/stat : 9745 (java) S 9729 9732 7968 0 -1 1077944384 1926 0 0 0 26 1 0 0 20 0 17 0 12554985 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140126996908192 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9746] ppid=9729 vsize=10684512 memory=1588 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9746/stat : 9746 (java) S 9729 9732 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12554985 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140126995855584 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9747] ppid=9729 vsize=10684512 memory=928 CPUtime=0.14 cores=0,2,4,6
/proc/9732/task/9747/stat : 9747 (java) S 9729 9732 7968 0 -1 1077944384 670 0 0 0 10 4 0 0 20 0 17 0 12554988 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140126994803888 140127507405442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9890] ppid=9729 vsize=10684512 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9890/stat : 9890 (java) S 9729 9732 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 12595087 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140126993747760 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
[pid=9732/tid=9891] ppid=9729 vsize=10684512 memory=840 CPUtime=0 cores=0,2,4,6
/proc/9732/task/9891/stat : 9891 (java) S 9729 9732 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 12595087 10940940288 2051306 18446744073709551615 4194304 4196468 140731436388768 140126992695728 140127507404501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140731436396945 140731436397098 140731436397098 140731436400591 0
Current children cumulated CPU time: 1561.3 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8205224 KiB

Child status: 0
Real time (s): 422.242
CPU time (s): 1561.35
CPU user time (s): 1552.37
CPU system time (s): 8.97973
CPU usage (%): 369.777
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8205224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1552.37
system time used= 8.97973
maximum resident set size= 8205528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269323
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31222
involuntary context switches= 37420


# summary of solver processes directly reported to runsolver:
#   pid: 9732
#   total CPU time (s): 1561.35
#   total CPU user time (s): 1552.37
#   total CPU system time (s): 8.97973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.49462 second user time and 4.25512 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 02:58:06
IDJOB=4263098
IDBENCH=115643
IDSOLVER=2651
FILE ID=node128/4263098-1502586723
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-020-10-7.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263098-1502586723/watcher-4263098-1502586723 -o /tmp/evaluation-result-4263098-1502586723/solver-4263098-1502586723 -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-4263098-1502586723.xml

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

MD5SUM BENCH= 412f6c73e78cde1efe97f39cb5f4b069
RANDOM SEED=856973450

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:        23217148 kB
MemAvailable:   23708936 kB
Buffers:          101768 kB
Cached:           679272 kB
SwapCached:            0 kB
Active:          8528480 kB
Inactive:         603712 kB
Active(anon):    8351496 kB
Inactive(anon):    16764 kB
Active(file):     176984 kB
Inactive(file):   586948 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1416 kB
Writeback:             0 kB
AnonPages:       8351100 kB
Mapped:            43384 kB
Shmem:             17116 kB
Slab:             111776 kB
SReclaimable:      87380 kB
SUnreclaim:        24396 kB
KernelStack:        3472 kB
PageTables:        21416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7911424 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 03:05:08