Trace number 4263801

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1804.8199 494.51001

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex07180.xml
MD5SUMe350026a89cfa709a4f565894b0c8a5a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.92453498
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263801-1502641302/watcher-4263801-1502641302 -o /tmp/evaluation-result-4263801-1502641302/solver-4263801-1502641302 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263801-1502641302.xml 

running on 4 cores: 1,3,5,7

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

solver pid=5799, runsolver pid=5796

[startup+0.100158 s]*
/proc/loadavg: 1.99 2.02 2.11 3/204 5808
/proc/meminfo: memFree=30588176/32770624 swapFree=67108860/67108860
[pid=5799] ppid=5796 vsize=10484492 memory=22864 CPUtime=0.05 cores=1,3,5,7
/proc/5799/stat : 5799 (java) S 5796 5799 17093 0 -1 1077944320 4668 0 0 0 4 1 0 0 20 0 14 0 66323530 10736119808 5716 18446744073709551615 4194304 4196468 140735052002992 140735051985536 139784252915447 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
/proc/5799/statm: 2621123 5716 2555 1 0 2610620 0
[pid=5799/tid=5801] ppid=5796 vsize=10484492 memory=4206751525541407381 CPUtime=0.04 cores=1,3,5,7
/proc/5799/task/5801/stat : 5801 (java) D 5796 5799 17093 0 -1 4202560 2790 0 0 0 4 0 0 0 20 0 14 0 66323535 10736119808 5716 18446744073709551615 4194304 4196468 140735052002992 139784257152928 139784252937469 0 4 1 16800974 18446744071580418449 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5802] ppid=5796 vsize=10484492 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5802/stat : 5802 (java) S 5796 5799 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 66323536 10736119808 5716 18446744073709551615 4194304 4196468 140735052002992 139784209881360 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5803] ppid=5796 vsize=10484492 memory=140658624095872 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5803/stat : 5803 (java) S 5796 5799 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 66323536 10736119808 5716 18446744073709551615 4194304 4196468 140735052002992 139784208828816 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5804] ppid=5796 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5804/stat : 5804 (java) S 5796 5799 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 66323536 10736119808 5716 18446744073709551615 4194304 4196468 140735052002992 139783861623312 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5805] ppid=5796 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5805/stat : 5805 (java) S 5796 5799 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 66323536 10736119808 5716 18446744073709551615 4194304 4196468 140735052002992 139783860570768 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5806] ppid=5796 vsize=10484492 memory=140658624095872 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5806/stat : 5806 (java) S 5796 5799 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 66323537 10736119808 5716 18446744073709551615 4194304 4196468 140735052002992 139783816993264 139784252926594 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5807] ppid=5796 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5807/stat : 5807 (java) S 5796 5799 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 66323537 10736119808 5716 18446744073709551615 4194304 4196468 140735052002992 139783815939488 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5808] ppid=5796 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5808/stat : 5808 (java) S 5796 5799 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 66323538 10736119808 5716 18446744073709551615 4194304 4196468 140735052002992 139783814886896 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5809] ppid=5796 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5809/stat : 5809 (java) S 5796 5799 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 66323540 10736119808 5716 18446744073709551615 4194304 4196468 140735052002992 139783813835472 139784252934043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5810] ppid=5796 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5810/stat : 5810 (java) S 5796 5799 17093 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 14 0 66323540 10736119808 5716 18446744073709551615 4194304 4196468 140735052002992 139783812782064 139784252926594 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5811] ppid=5796 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5811/stat : 5811 (java) S 5796 5799 17093 0 -1 1077944384 273 0 0 0 0 0 0 0 20 0 14 0 66323540 10736119808 5716 18446744073709551615 4194304 4196468 140735052002992 139783811729520 139784252926594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5812] ppid=5796 vsize=10484492 memory=140658624095872 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5812/stat : 5812 (java) S 5796 5799 17093 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 14 0 66323540 10736119808 5716 18446744073709551615 4194304 4196468 140735052002992 139783810676976 139784252926594 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5813] ppid=5796 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5813/stat : 5813 (java) S 5796 5799 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 66323540 10736119808 5716 18446744073709551615 4194304 4196468 140735052002992 139783809624672 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22864 KiB

[startup+0.210145 s]*
/proc/loadavg: 1.99 2.02 2.11 3/210 5814
/proc/meminfo: memFree=30579572/32770624 swapFree=67108860/67108860
[pid=5799] ppid=5796 vsize=10551156 memory=29840 CPUtime=0.15 cores=1,3,5,7
/proc/5799/stat : 5799 (java) S 5796 5799 17093 0 -1 1077944320 7788 0 0 0 12 3 0 0 20 0 15 0 66323530 10804383744 7460 18446744073709551615 4194304 4196468 140735052002992 140735051985536 139784252915447 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
/proc/5799/statm: 2637789 7460 2741 1 0 2627261 0
[pid=5799/tid=5801] ppid=5796 vsize=10551156 memory=8318255677412212789 CPUtime=0.11 cores=1,3,5,7
/proc/5799/task/5801/stat : 5801 (java) R 5796 5799 17093 0 -1 4202560 5620 0 0 0 9 2 0 0 20 0 15 0 66323535 10804383744 7460 18446744073709551615 4194304 4196468 140735052002992 139784257126624 139784236995934 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5802] ppid=5796 vsize=10551156 memory=330 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5802/stat : 5802 (java) S 5796 5799 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66323536 10804383744 7460 18446744073709551615 4194304 4196468 140735052002992 139784209881360 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5803] ppid=5796 vsize=10551156 memory=140658624648042 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5803/stat : 5803 (java) S 5796 5799 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66323536 10804383744 7460 18446744073709551615 4194304 4196468 140735052002992 139784208828816 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5804] ppid=5796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5804/stat : 5804 (java) S 5796 5799 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66323536 10804383744 7460 18446744073709551615 4194304 4196468 140735052002992 139783861623312 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5805] ppid=5796 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5805/stat : 5805 (java) S 5796 5799 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66323536 10804383744 7460 18446744073709551615 4194304 4196468 140735052002992 139783860570768 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5806] ppid=5796 vsize=10551156 memory=140658624095872 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5806/stat : 5806 (java) S 5796 5799 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66323537 10804383744 7460 18446744073709551615 4194304 4196468 140735052002992 139783816993264 139784252926594 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5807] ppid=5796 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5807/stat : 5807 (java) S 5796 5799 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66323537 10804383744 7460 18446744073709551615 4194304 4196468 140735052002992 139783815939488 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5808] ppid=5796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5808/stat : 5808 (java) S 5796 5799 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66323538 10804383744 7460 18446744073709551615 4194304 4196468 140735052002992 139783814886896 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5809] ppid=5796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5809/stat : 5809 (java) S 5796 5799 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66323540 10804383744 7460 18446744073709551615 4194304 4196468 140735052002992 139783813835472 139784252934043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5810] ppid=5796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5810/stat : 5810 (java) R 5796 5799 17093 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 15 0 66323540 10804383744 7460 18446744073709551615 4194304 4196468 140735052002992 139783812782064 139784245156837 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5811] ppid=5796 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5811/stat : 5811 (java) R 5796 5799 17093 0 -1 1077944384 393 0 0 0 0 0 0 0 20 0 15 0 66323540 10804383744 7460 18446744073709551615 4194304 4196468 140735052002992 139783811729520 139784252926594 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5812] ppid=5796 vsize=10551156 memory=140658624095872 CPUtime=0.02 cores=1,3,5,7
/proc/5799/task/5812/stat : 5812 (java) R 5796 5799 17093 0 -1 4202560 384 0 0 0 2 0 0 0 20 0 15 0 66323540 10804383744 7460 18446744073709551615 4194304 4196468 140735052002992 139783810676976 139784245152574 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5813] ppid=5796 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5813/stat : 5813 (java) S 5796 5799 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66323540 10804383744 7524 18446744073709551615 4194304 4196468 140735052002992 139783809624672 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5814] ppid=5796 vsize=10551156 memory=140658624095872 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5814/stat : 5814 (java) S 5796 5799 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66323545 10804383744 7524 18446744073709551615 4194304 4196468 140735052002992 139783808572208 139784252926594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29840 KiB

[startup+0.311301 s]*
/proc/loadavg: 1.99 2.02 2.11 6/210 5814
/proc/meminfo: memFree=30570292/32770624 swapFree=67108860/67108860
[pid=5799] ppid=5796 vsize=10551156 memory=41416 CPUtime=0.32 cores=1,3,5,7
/proc/5799/stat : 5799 (java) S 5796 5799 17093 0 -1 1077944320 9150 0 0 0 28 4 0 0 20 0 15 0 66323530 10804383744 10354 18446744073709551615 4194304 4196468 140735052002992 140735051985536 139784252915447 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
/proc/5799/statm: 2637789 10354 2937 1 0 2627261 0
[pid=5799/tid=5801] ppid=5796 vsize=10551156 memory=-7677926825137650786 CPUtime=0.2 cores=1,3,5,7
/proc/5799/task/5801/stat : 5801 (java) R 5796 5799 17093 0 -1 4202560 6146 0 0 0 18 2 0 0 20 0 15 0 66323535 10804383744 10354 18446744073709551615 4194304 4196468 140735052002992 139784257146048 139784252937373 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5802] ppid=5796 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5802/stat : 5802 (java) S 5796 5799 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66323536 10804383744 10354 18446744073709551615 4194304 4196468 140735052002992 139784209881360 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5803] ppid=5796 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5803/stat : 5803 (java) S 5796 5799 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66323536 10804383744 10354 18446744073709551615 4194304 4196468 140735052002992 139784208828816 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5804] ppid=5796 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5804/stat : 5804 (java) S 5796 5799 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66323536 10804383744 10354 18446744073709551615 4194304 4196468 140735052002992 139783861623312 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5805] ppid=5796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5805/stat : 5805 (java) S 5796 5799 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66323536 10804383744 10354 18446744073709551615 4194304 4196468 140735052002992 139783860570768 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5806] ppid=5796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5806/stat : 5806 (java) S 5796 5799 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66323537 10804383744 10354 18446744073709551615 4194304 4196468 140735052002992 139783816993264 139784252926594 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5807] ppid=5796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5807/stat : 5807 (java) S 5796 5799 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66323537 10804383744 10354 18446744073709551615 4194304 4196468 140735052002992 139783815939488 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5808] ppid=5796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5808/stat : 5808 (java) S 5796 5799 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66323538 10804383744 10354 18446744073709551615 4194304 4196468 140735052002992 139783814886896 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5809] ppid=5796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5809/stat : 5809 (java) S 5796 5799 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66323540 10804383744 10354 18446744073709551615 4194304 4196468 140735052002992 139783813835472 139784252934043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5810] ppid=5796 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5799/task/5810/stat : 5810 (java) R 5796 5799 17093 0 -1 4202560 295 0 0 0 1 0 0 0 20 0 15 0 66323540 10804383744 10354 18446744073709551615 4194304 4196468 140735052002992 139783812773320 139784237825376 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5811] ppid=5796 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5799/task/5811/stat : 5811 (java) R 5796 5799 17093 0 -1 1077944384 528 0 0 0 2 0 0 0 20 0 15 0 66323540 10804383744 10354 18446744073709551615 4194304 4196468 140735052002992 139783811716368 139784252925653 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5812] ppid=5796 vsize=10551156 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/5799/task/5812/stat : 5812 (java) R 5796 5799 17093 0 -1 4202560 835 0 0 0 6 0 0 0 20 0 15 0 66323540 10804383744 10354 18446744073709551615 4194304 4196468 140735052002992 139783810673912 139784236995934 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5813] ppid=5796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5813/stat : 5813 (java) S 5796 5799 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66323540 10804383744 10354 18446744073709551615 4194304 4196468 140735052002992 139783809624672 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5814] ppid=5796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5814/stat : 5814 (java) S 5796 5799 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66323545 10804383744 10354 18446744073709551615 4194304 4196468 140735052002992 139783808572208 139784252926594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 41416 KiB

[startup+0.700791 s]
/proc/loadavg: 1.99 2.02 2.11 5/210 5814
/proc/meminfo: memFree=30553876/32770624 swapFree=67108860/67108860
[pid=5799] ppid=5796 vsize=10551232 memory=128288 CPUtime=1.41 cores=1,3,5,7
/proc/5799/stat : 5799 (java) S 5796 5799 17093 0 -1 1077944320 12384 0 0 0 135 6 0 0 20 0 15 0 66323530 10804461568 32072 18446744073709551615 4194304 4196468 140735052002992 140735051985536 139784252915447 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
/proc/5799/statm: 2637808 32072 3056 1 0 2627261 0
[pid=5799/tid=5801] ppid=5796 vsize=10551232 memory=33 CPUtime=0.58 cores=1,3,5,7
/proc/5799/task/5801/stat : 5801 (java) R 5796 5799 17093 0 -1 4202560 6770 0 0 0 54 4 0 0 20 0 15 0 66323535 10804461568 32072 18446744073709551615 4194304 4196468 140735052002992 139784257153312 139783890318771 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5802] ppid=5796 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5802/stat : 5802 (java) S 5796 5799 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66323536 10804461568 32072 18446744073709551615 4194304 4196468 140735052002992 139784209881360 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5803] ppid=5796 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5803/stat : 5803 (java) S 5796 5799 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66323536 10804461568 32072 18446744073709551615 4194304 4196468 140735052002992 139784208828816 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5804] ppid=5796 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5804/stat : 5804 (java) S 5796 5799 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66323536 10804461568 32072 18446744073709551615 4194304 4196468 140735052002992 139783861623312 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5805] ppid=5796 vsize=10551232 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5805/stat : 5805 (java) S 5796 5799 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66323536 10804461568 32072 18446744073709551615 4194304 4196468 140735052002992 139783860570768 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5806] ppid=5796 vsize=10551232 memory=3228 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5806/stat : 5806 (java) S 5796 5799 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 66323537 10804461568 32072 18446744073709551615 4194304 4196468 140735052002992 139783816993264 139784252926594 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5807] ppid=5796 vsize=10551232 memory=971440 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5807/stat : 5807 (java) S 5796 5799 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66323537 10804461568 32072 18446744073709551615 4194304 4196468 140735052002992 139783815939488 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5808] ppid=5796 vsize=10551232 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5808/stat : 5808 (java) S 5796 5799 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66323538 10804461568 32072 18446744073709551615 4194304 4196468 140735052002992 139783814886896 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5809] ppid=5796 vsize=10551232 memory=7520519248886919265 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5809/stat : 5809 (java) S 5796 5799 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66323540 10804461568 32072 18446744073709551615 4194304 4196468 140735052002992 139783813835472 139784252934043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5810] ppid=5796 vsize=10551232 memory=6226621657958928496 CPUtime=0.28 cores=1,3,5,7
/proc/5799/task/5810/stat : 5810 (java) S 5796 5799 17093 0 -1 1077944384 1311 0 0 0 28 0 0 0 20 0 15 0 66323540 10804461568 32072 18446744073709551615 4194304 4196468 140735052002992 139783812782064 139784252926594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5811] ppid=5796 vsize=10551232 memory=7809617114362637412 CPUtime=0.27 cores=1,3,5,7
/proc/5799/task/5811/stat : 5811 (java) S 5796 5799 17093 0 -1 1077944384 1436 0 0 0 27 0 0 0 20 0 15 0 66323540 10804461568 32072 18446744073709551615 4194304 4196468 140735052002992 139783811729520 139784252926594 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5812] ppid=5796 vsize=10551232 memory=7668012111147524688 CPUtime=0.24 cores=1,3,5,7
/proc/5799/task/5812/stat : 5812 (java) S 5796 5799 17093 0 -1 1077944384 1495 0 0 0 24 0 0 0 20 0 15 0 66323540 10804461568 32072 18446744073709551615 4194304 4196468 140735052002992 139783810676976 139784252926594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5813] ppid=5796 vsize=10551232 memory=6083073826404722793 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5813/stat : 5813 (java) S 5796 5799 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66323540 10804461568 32072 18446744073709551615 4194304 4196468 140735052002992 139783809624672 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5814] ppid=5796 vsize=10551232 memory=6154282490091891024 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5814/stat : 5814 (java) S 5796 5799 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66323545 10804461568 32072 18446744073709551615 4194304 4196468 140735052002992 139783808572208 139784252926594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 128288 KiB

[startup+1.50081 s]
/proc/loadavg: 1.99 2.02 2.11 5/210 5814
/proc/meminfo: memFree=30400844/32770624 swapFree=67108860/67108860
[pid=5799] ppid=5796 vsize=10551232 memory=784960 CPUtime=3.31 cores=1,3,5,7
/proc/5799/stat : 5799 (java) S 5796 5799 17093 0 -1 1077944320 15032 0 0 0 289 42 0 0 20 0 15 0 66323530 10804461568 196240 18446744073709551615 4194304 4196468 140735052002992 140735051985536 139784252915447 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
/proc/5799/statm: 2637808 196240 3091 1 0 2627261 0
[pid=5799/tid=5801] ppid=5796 vsize=10551232 memory=502524 CPUtime=1.07 cores=1,3,5,7
/proc/5799/task/5801/stat : 5801 (java) R 5796 5799 17093 0 -1 4202560 7248 0 0 0 98 9 0 0 20 0 15 0 66323535 10804461568 196240 18446744073709551615 4194304 4196468 140735052002992 139784257152336 139784238983572 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5802] ppid=5796 vsize=10551232 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/5799/task/5802/stat : 5802 (java) S 5796 5799 17093 0 -1 1077944384 276 0 0 0 21 7 0 0 20 0 15 0 66323536 10804461568 196240 18446744073709551615 4194304 4196468 140735052002992 139784209881360 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5803] ppid=5796 vsize=10551232 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/5799/task/5803/stat : 5803 (java) S 5796 5799 17093 0 -1 1077944384 328 0 0 0 21 7 0 0 20 0 15 0 66323536 10804461568 196240 18446744073709551615 4194304 4196468 140735052002992 139784208828816 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5804] ppid=5796 vsize=10551232 memory=7019467088040310837 CPUtime=0.28 cores=1,3,5,7
/proc/5799/task/5804/stat : 5804 (java) S 5796 5799 17093 0 -1 1077944384 244 0 0 0 21 7 0 0 20 0 15 0 66323536 10804461568 196240 18446744073709551615 4194304 4196468 140735052002992 139783861623312 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5805] ppid=5796 vsize=10551232 memory=7079770014140616784 CPUtime=0.28 cores=1,3,5,7
/proc/5799/task/5805/stat : 5805 (java) S 5796 5799 17093 0 -1 1077944384 695 0 0 0 20 8 0 0 20 0 15 0 66323536 10804461568 196240 18446744073709551615 4194304 4196468 140735052002992 139783860570768 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5806] ppid=5796 vsize=10551232 memory=68 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5806/stat : 5806 (java) S 5796 5799 17093 0 -1 1077944384 521 0 0 0 0 0 0 0 20 0 15 0 66323537 10804461568 196240 18446744073709551615 4194304 4196468 140735052002992 139783816993264 139784252926594 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5807] ppid=5796 vsize=10551232 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5807/stat : 5807 (java) S 5796 5799 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66323537 10804461568 196240 18446744073709551615 4194304 4196468 140735052002992 139783815939488 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0

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

/proc/5799/task/5805/stat : 5805 (java) R 5796 5799 17093 0 -1 4202560 713376 0 0 0 43693 220 0 0 20 0 17 0 66323536 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783860570888 139784245543655 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5806] ppid=5796 vsize=10686560 memory=4612 CPUtime=26.41 cores=1,3,5,7
/proc/5799/task/5806/stat : 5806 (java) S 5796 5799 17093 0 -1 1077944384 93895 0 0 0 2637 4 0 0 20 0 17 0 66323537 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783816991808 139784252925653 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5807] ppid=5796 vsize=10686560 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5807/stat : 5807 (java) S 5796 5799 17093 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 66323537 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783815939552 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5808] ppid=5796 vsize=10686560 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5808/stat : 5808 (java) S 5796 5799 17093 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 66323538 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783814886800 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5809] ppid=5796 vsize=10686560 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5809/stat : 5809 (java) S 5796 5799 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783813835472 139784252934043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5810] ppid=5796 vsize=10686560 memory=796 CPUtime=0.6 cores=1,3,5,7
/proc/5799/task/5810/stat : 5810 (java) S 5796 5799 17093 0 -1 1077944384 2301 0 0 0 59 1 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783812782112 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5811] ppid=5796 vsize=10686560 memory=10960 CPUtime=0.56 cores=1,3,5,7
/proc/5799/task/5811/stat : 5811 (java) S 5796 5799 17093 0 -1 1077944384 1551 0 0 0 56 0 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783811729280 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5812] ppid=5796 vsize=10686560 memory=15876 CPUtime=0.35 cores=1,3,5,7
/proc/5799/task/5812/stat : 5812 (java) S 5796 5799 17093 0 -1 1077944384 2972 0 0 0 34 1 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783810672848 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5813] ppid=5796 vsize=10686560 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5813/stat : 5813 (java) S 5796 5799 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783809624672 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5814] ppid=5796 vsize=10686560 memory=21052 CPUtime=0.25 cores=1,3,5,7
/proc/5799/task/5814/stat : 5814 (java) S 5796 5799 17093 0 -1 1077944384 371 0 0 0 15 10 0 0 20 0 17 0 66323545 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783808572208 139784252926594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5844] ppid=5796 vsize=10686560 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5844/stat : 5844 (java) S 5796 5799 17093 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 66369770 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783805419184 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5845] ppid=5796 vsize=10686560 memory=640 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5845/stat : 5845 (java) S 5796 5799 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66369770 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783737172528 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
Current children cumulated CPU time: 1800.29 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8310868 KiB

[startup+493.601 s]
/proc/loadavg: 4.72 4.16 3.12 6/212 5847
/proc/meminfo: memFree=22108872/32770624 swapFree=67108860/67108860
[pid=5799] ppid=5796 vsize=10686560 memory=8310868 CPUtime=1803.38 cores=1,3,5,7
/proc/5799/stat : 5799 (java) S 5796 5799 17093 0 -1 1077944320 2297593 0 0 0 179397 941 0 0 20 0 17 0 66323530 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 140735051985536 139784252915447 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
/proc/5799/statm: 2671640 2077717 3160 1 0 2661055 0
[pid=5799/tid=5801] ppid=5796 vsize=10686560 memory=7680170660397595203 CPUtime=18.19 cores=1,3,5,7
/proc/5799/task/5801/stat : 5801 (java) S 5796 5799 17093 0 -1 1077944384 23803 0 0 0 1786 33 0 0 20 0 17 0 66323535 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139784257156128 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5802] ppid=5796 vsize=10686560 memory=5788 CPUtime=441.23 cores=1,3,5,7
/proc/5799/task/5802/stat : 5802 (java) R 5796 5799 17093 0 -1 4202560 646324 0 0 0 43911 212 0 0 20 0 17 0 66323536 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139784209881168 139784245543655 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5803] ppid=5796 vsize=10686560 memory=4612 CPUtime=437.04 cores=1,3,5,7
/proc/5799/task/5803/stat : 5803 (java) R 5796 5799 17093 0 -1 4202560 484497 0 0 0 43448 256 0 0 20 0 17 0 66323536 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139784208828624 139784245543655 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5804] ppid=5796 vsize=10686560 memory=1708 CPUtime=438.75 cores=1,3,5,7
/proc/5799/task/5804/stat : 5804 (java) R 5796 5799 17093 0 -1 4202560 327042 0 0 0 43671 204 0 0 20 0 17 0 66323536 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783861623200 139784237905061 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5805] ppid=5796 vsize=10686560 memory=4028 CPUtime=439.89 cores=1,3,5,7
/proc/5799/task/5805/stat : 5805 (java) R 5796 5799 17093 0 -1 4202560 713376 0 0 0 43768 221 0 0 20 0 17 0 66323536 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783860570888 139784245543655 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5806] ppid=5796 vsize=10686560 memory=37420 CPUtime=26.41 cores=1,3,5,7
/proc/5799/task/5806/stat : 5806 (java) S 5796 5799 17093 0 -1 1077944384 93895 0 0 0 2637 4 0 0 20 0 17 0 66323537 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783816991808 139784252925653 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5807] ppid=5796 vsize=10686560 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5807/stat : 5807 (java) S 5796 5799 17093 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 66323537 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783815939552 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5808] ppid=5796 vsize=10686560 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5808/stat : 5808 (java) S 5796 5799 17093 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 66323538 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783814886800 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5809] ppid=5796 vsize=10686560 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5809/stat : 5809 (java) S 5796 5799 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783813835472 139784252934043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5810] ppid=5796 vsize=10686560 memory=1228 CPUtime=0.6 cores=1,3,5,7
/proc/5799/task/5810/stat : 5810 (java) S 5796 5799 17093 0 -1 1077944384 2301 0 0 0 59 1 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783812782112 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5811] ppid=5796 vsize=10686560 memory=12200 CPUtime=0.56 cores=1,3,5,7
/proc/5799/task/5811/stat : 5811 (java) S 5796 5799 17093 0 -1 1077944384 1551 0 0 0 56 0 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783811729280 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5812] ppid=5796 vsize=10686560 memory=1992 CPUtime=0.35 cores=1,3,5,7
/proc/5799/task/5812/stat : 5812 (java) S 5796 5799 17093 0 -1 1077944384 2972 0 0 0 34 1 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783810672848 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5813] ppid=5796 vsize=10686560 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5813/stat : 5813 (java) S 5796 5799 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783809624672 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5814] ppid=5796 vsize=10686560 memory=21052 CPUtime=0.25 cores=1,3,5,7
/proc/5799/task/5814/stat : 5814 (java) S 5796 5799 17093 0 -1 1077944384 371 0 0 0 15 10 0 0 20 0 17 0 66323545 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783808572208 139784252926594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5844] ppid=5796 vsize=10686560 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5844/stat : 5844 (java) S 5796 5799 17093 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 66369770 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783805419184 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5845] ppid=5796 vsize=10686560 memory=640 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5845/stat : 5845 (java) S 5796 5799 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66369770 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783737172528 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
Current children cumulated CPU time: 1803.38 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8310868 KiB

[startup+494.001 s]*
/proc/loadavg: 4.72 4.16 3.12 3/212 5847
/proc/meminfo: memFree=22108872/32770624 swapFree=67108860/67108860
[pid=5799] ppid=5796 vsize=10686560 memory=8310868 CPUtime=1804.3 cores=1,3,5,7
/proc/5799/stat : 5799 (java) S 5796 5799 17093 0 -1 1077944320 2297625 0 0 0 179489 941 0 0 20 0 17 0 66323530 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 140735051985536 139784252915447 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
/proc/5799/statm: 2671640 2077717 3160 1 0 2661055 0
[pid=5799/tid=5801] ppid=5796 vsize=10686560 memory=-7677926825137650786 CPUtime=18.19 cores=1,3,5,7
/proc/5799/task/5801/stat : 5801 (java) S 5796 5799 17093 0 -1 1077944384 23803 0 0 0 1786 33 0 0 20 0 17 0 66323535 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139784257156128 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5802] ppid=5796 vsize=10686560 memory=4872558044660077418 CPUtime=441.41 cores=1,3,5,7
/proc/5799/task/5802/stat : 5802 (java) S 5796 5799 17093 0 -1 1077944384 646324 0 0 0 43929 212 0 0 20 0 17 0 66323536 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139784209881360 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5803] ppid=5796 vsize=10686560 memory=8310868 CPUtime=437.22 cores=1,3,5,7
/proc/5799/task/5803/stat : 5803 (java) S 5796 5799 17093 0 -1 1077944384 484497 0 0 0 43466 256 0 0 20 0 17 0 66323536 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139784208828816 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5804] ppid=5796 vsize=10686560 memory=960 CPUtime=438.93 cores=1,3,5,7
/proc/5799/task/5804/stat : 5804 (java) S 5796 5799 17093 0 -1 1077944384 327074 0 0 0 43689 204 0 0 20 0 17 0 66323536 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783861623312 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5805] ppid=5796 vsize=10686560 memory=1232 CPUtime=440.06 cores=1,3,5,7
/proc/5799/task/5805/stat : 5805 (java) S 5796 5799 17093 0 -1 1077944384 713376 0 0 0 43785 221 0 0 20 0 17 0 66323536 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783860570768 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5806] ppid=5796 vsize=10686560 memory=7680170660397595203 CPUtime=26.64 cores=1,3,5,7
/proc/5799/task/5806/stat : 5806 (java) R 5796 5799 17093 0 -1 4202560 93895 0 0 0 2660 4 0 0 20 0 17 0 66323537 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783816991808 139784237911792 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5807] ppid=5796 vsize=10686560 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5807/stat : 5807 (java) S 5796 5799 17093 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 66323537 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783815939552 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5808] ppid=5796 vsize=10686560 memory=3228 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5808/stat : 5808 (java) S 5796 5799 17093 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 66323538 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783814886800 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5809] ppid=5796 vsize=10686560 memory=1142500 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5809/stat : 5809 (java) S 5796 5799 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783813835472 139784252934043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5810] ppid=5796 vsize=10686560 memory=1156 CPUtime=0.6 cores=1,3,5,7
/proc/5799/task/5810/stat : 5810 (java) S 5796 5799 17093 0 -1 1077944384 2301 0 0 0 59 1 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783812782112 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5811] ppid=5796 vsize=10686560 memory=3032 CPUtime=0.56 cores=1,3,5,7
/proc/5799/task/5811/stat : 5811 (java) S 5796 5799 17093 0 -1 1077944384 1551 0 0 0 56 0 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783811729280 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5812] ppid=5796 vsize=10686560 memory=8310760 CPUtime=0.35 cores=1,3,5,7
/proc/5799/task/5812/stat : 5812 (java) S 5796 5799 17093 0 -1 1077944384 2972 0 0 0 34 1 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783810672848 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5813] ppid=5796 vsize=10686560 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5813/stat : 5813 (java) S 5796 5799 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783809624672 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5814] ppid=5796 vsize=10686560 memory=-7677926825137650786 CPUtime=0.25 cores=1,3,5,7
/proc/5799/task/5814/stat : 5814 (java) S 5796 5799 17093 0 -1 1077944384 371 0 0 0 15 10 0 0 20 0 17 0 66323545 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783808572208 139784252926594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5844] ppid=5796 vsize=10686560 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5844/stat : 5844 (java) S 5796 5799 17093 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 66369770 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783805419184 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5845] ppid=5796 vsize=10686560 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5845/stat : 5845 (java) S 5796 5799 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66369770 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783737172528 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
Current children cumulated CPU time: 1804.3 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8310868 KiB

[startup+494.401 s]
/proc/loadavg: 4.72 4.16 3.12 3/212 5847
/proc/meminfo: memFree=22108872/32770624 swapFree=67108860/67108860
[pid=5799] ppid=5796 vsize=10686560 memory=8310868 CPUtime=1804.7 cores=1,3,5,7
/proc/5799/stat : 5799 (java) S 5796 5799 17093 0 -1 1077944320 2297859 0 0 0 179529 941 0 0 20 0 17 0 66323530 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 140735051985536 139784252915447 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
/proc/5799/statm: 2671640 2077717 3160 1 0 2661055 0
[pid=5799/tid=5801] ppid=5796 vsize=10686560 memory=1296 CPUtime=18.19 cores=1,3,5,7
/proc/5799/task/5801/stat : 5801 (java) S 5796 5799 17093 0 -1 1077944384 23803 0 0 0 1786 33 0 0 20 0 17 0 66323535 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139784257156128 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5802] ppid=5796 vsize=10686560 memory=7680170660397595203 CPUtime=441.41 cores=1,3,5,7
/proc/5799/task/5802/stat : 5802 (java) S 5796 5799 17093 0 -1 1077944384 646324 0 0 0 43929 212 0 0 20 0 17 0 66323536 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139784209881360 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5803] ppid=5796 vsize=10686560 memory=1732 CPUtime=437.22 cores=1,3,5,7
/proc/5799/task/5803/stat : 5803 (java) S 5796 5799 17093 0 -1 1077944384 484497 0 0 0 43466 256 0 0 20 0 17 0 66323536 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139784208828816 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5804] ppid=5796 vsize=10686560 memory=5788 CPUtime=438.93 cores=1,3,5,7
/proc/5799/task/5804/stat : 5804 (java) S 5796 5799 17093 0 -1 1077944384 327074 0 0 0 43689 204 0 0 20 0 17 0 66323536 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783861623312 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5805] ppid=5796 vsize=10686560 memory=4612 CPUtime=440.06 cores=1,3,5,7
/proc/5799/task/5805/stat : 5805 (java) S 5796 5799 17093 0 -1 1077944384 713376 0 0 0 43785 221 0 0 20 0 17 0 66323536 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783860570768 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5806] ppid=5796 vsize=10686560 memory=1708 CPUtime=27.03 cores=1,3,5,7
/proc/5799/task/5806/stat : 5806 (java) R 5796 5799 17093 0 -1 4202560 94129 0 0 0 2699 4 0 0 20 0 17 0 66323537 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783816991808 139784231285608 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5807] ppid=5796 vsize=10686560 memory=1146596 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5807/stat : 5807 (java) S 5796 5799 17093 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 66323537 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783815939552 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5808] ppid=5796 vsize=10686560 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5808/stat : 5808 (java) S 5796 5799 17093 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 66323538 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783814886800 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5809] ppid=5796 vsize=10686560 memory=3032 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5809/stat : 5809 (java) S 5796 5799 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783813835472 139784252934043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5810] ppid=5796 vsize=10686560 memory=8310868 CPUtime=0.6 cores=1,3,5,7
/proc/5799/task/5810/stat : 5810 (java) S 5796 5799 17093 0 -1 1077944384 2301 0 0 0 59 1 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783812782112 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5811] ppid=5796 vsize=10686560 memory=3904 CPUtime=0.56 cores=1,3,5,7
/proc/5799/task/5811/stat : 5811 (java) S 5796 5799 17093 0 -1 1077944384 1551 0 0 0 56 0 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783811729280 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5812] ppid=5796 vsize=10686560 memory=1232 CPUtime=0.35 cores=1,3,5,7
/proc/5799/task/5812/stat : 5812 (java) S 5796 5799 17093 0 -1 1077944384 2972 0 0 0 34 1 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783810672848 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5813] ppid=5796 vsize=10686560 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5813/stat : 5813 (java) S 5796 5799 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66323540 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783809624672 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5814] ppid=5796 vsize=10686560 memory=4300 CPUtime=0.26 cores=1,3,5,7
/proc/5799/task/5814/stat : 5814 (java) S 5796 5799 17093 0 -1 1077944384 371 0 0 0 15 11 0 0 20 0 17 0 66323545 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783808572208 139784252926594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5844] ppid=5796 vsize=10686560 memory=932 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5844/stat : 5844 (java) S 5796 5799 17093 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 66369770 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783805419184 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
[pid=5799/tid=5845] ppid=5796 vsize=10686560 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/5799/task/5845/stat : 5845 (java) S 5796 5799 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66369770 10943037440 2077717 18446744073709551615 4194304 4196468 140735052002992 139783737172528 139784252925653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25456640 140735052009872 140735052010025 140735052010025 140735052013519 0
Current children cumulated CPU time: 1804.7 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8310868 KiB

[startup+494.501 s]*
/proc/loadavg: 4.72 4.16 3.12 3/197 5847
/proc/meminfo: memFree=30089972/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): 494.51
CPU time (s): 1804.82
CPU user time (s): 1795.33
CPU system time (s): 9.48938
CPU usage (%): 364.97
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8310868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.33
system time used= 9.48938
maximum resident set size= 8311040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2297905
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42558
involuntary context switches= 21847


# summary of solver processes directly reported to runsolver:
#   pid: 5799
#   total CPU time (s): 1804.82
#   total CPU user time (s): 1795.33
#   total CPU system time (s): 9.48938

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.08346 second user time and 4.95478 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 18:07:34
IDJOB=4263801
IDBENCH=140859
IDSOLVER=2651
FILE ID=node127/4263801-1502641302
RUNJOBID= node127-1502624030-2989
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex07180.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263801-1502641302/watcher-4263801-1502641302 -o /tmp/evaluation-result-4263801-1502641302/solver-4263801-1502641302 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2989 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263801-1502641302.xml

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

MD5SUM BENCH= e350026a89cfa709a4f565894b0c8a5a
RANDOM SEED=326229941

node127.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.92
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.92
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.92
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.92
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:        30600972 kB
MemAvailable:   31032620 kB
Buffers:          198228 kB
Cached:           529284 kB
SwapCached:            0 kB
Active:          1535688 kB
Inactive:         208228 kB
Active(anon):     965568 kB
Inactive(anon):    83888 kB
Active(file):     570120 kB
Inactive(file):   124340 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2028 kB
Writeback:             4 kB
AnonPages:       1015940 kB
Mapped:            58756 kB
Shmem:             33444 kB
Slab:             131160 kB
SReclaimable:     106048 kB
SUnreclaim:        25112 kB
KernelStack:        3440 kB
PageTables:         6876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2321416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    890880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 18:15:48