Trace number 4262844

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? 1464.75 400.63699

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n4w3b2r8.xml
MD5SUM2d1ea33805a592f1cc5486f43d894179
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1002
Number of constraints157
Number of domains2
Minimum domain size78
Maximum domain size139
Distribution of domain sizes[{"size":78,"count":1},{"size":139,"count":1001}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":924},{"degree":5,"count":77}]
Minimum constraint arity13
Maximum constraint arity1001
Distribution of constraint arities[{"arity":13,"count":154},{"arity":78,"count":1},{"arity":1001,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":77},{"type":"lex","count":1},{"type":"sum","count":77},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262844-1502634852/watcher-4262844-1502634852 -o /tmp/evaluation-result-4262844-1502634852/solver-4262844-1502634852 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12472 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262844-1502634852.xml 

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

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

solver pid=14743, runsolver pid=14740

[startup+0.101517 s]*
/proc/loadavg: 1.99 2.00 2.04 4/216 14758
/proc/meminfo: memFree=27643076/32770624 swapFree=67108860/67108860
[pid=14743] ppid=14740 vsize=10555400 memory=29664 CPUtime=0.12 cores=0,2,4,6
/proc/14743/stat : 14743 (java) S 14740 14743 6338 0 -1 1077944320 6549 0 0 0 10 2 0 0 20 0 15 0 96566253 10808729600 7416 33554432000 4194304 4196468 140733146728288 140733146710832 140508568854263 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
/proc/14743/statm: 2638850 7416 2783 1 0 2627263 0
[pid=14743/tid=14745] ppid=14740 vsize=10555400 memory=-7254947784588945530 CPUtime=0.09 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (java) R 14740 14743 6338 0 -1 4202560 4393 0 0 0 7 2 0 0 20 0 15 0 96566253 10808729600 7416 33554432000 4194304 4196468 140733146728288 140508573075952 140508550249469 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14746] ppid=14740 vsize=10555400 memory=5793855197738490297 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (java) S 14740 14743 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96566254 10808729600 7416 33554432000 4194304 4196468 140733146728288 140508521474320 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14747] ppid=14740 vsize=10555400 memory=139946728597120 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14747/stat : 14747 (java) S 14740 14743 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96566254 10808729600 7416 33554432000 4194304 4196468 140733146728288 140508520421776 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14748] ppid=14740 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14748/stat : 14748 (java) S 14740 14743 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96566254 10808729600 7416 33554432000 4194304 4196468 140733146728288 140508519369232 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14749] ppid=14740 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14749/stat : 14749 (java) S 14740 14743 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96566254 10808729600 7416 33554432000 4194304 4196468 140733146728288 140508518316688 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14750] ppid=14740 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14750/stat : 14750 (java) S 14740 14743 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96566255 10808729600 7416 33554432000 4194304 4196468 140733146728288 140508128541168 140508568865410 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14751] ppid=14740 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14751/stat : 14751 (java) S 14740 14743 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96566256 10808729600 7416 33554432000 4194304 4196468 140733146728288 140508127487392 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14752] ppid=14740 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14752/stat : 14752 (java) S 14740 14743 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96566256 10808729600 7416 33554432000 4194304 4196468 140733146728288 140508126434800 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14753] ppid=14740 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14753/stat : 14753 (java) S 14740 14743 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96566258 10808729600 7416 33554432000 4194304 4196468 140733146728288 140508125383376 140508568872859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14754] ppid=14740 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14754/stat : 14754 (java) S 14740 14743 6338 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 96566258 10808729600 7416 33554432000 4194304 4196468 140733146728288 140508124329968 140508568865410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14755] ppid=14740 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14755/stat : 14755 (java) S 14740 14743 6338 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 96566258 10808729600 7416 33554432000 4194304 4196468 140733146728288 140508123277424 140508568865410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14756] ppid=14740 vsize=10555400 memory=139946728597120 CPUtime=0.02 cores=0,2,4,6
/proc/14743/task/14756/stat : 14756 (java) R 14740 14743 6338 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 15 0 96566258 10808729600 7416 33554432000 4194304 4196468 140733146728288 140508122224880 140508568875610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14757] ppid=14740 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14757/stat : 14757 (java) S 14740 14743 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96566259 10808729600 7416 33554432000 4194304 4196468 140733146728288 140508121172576 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14758] ppid=14740 vsize=10555400 memory=139946728597120 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14758/stat : 14758 (java) S 14740 14743 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96566259 10808729600 7416 33554432000 4194304 4196468 140733146728288 140508120120112 140508568865410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29664 KiB

[startup+0.210436 s]*
/proc/loadavg: 1.99 2.00 2.04 3/216 14758
/proc/meminfo: memFree=27633992/32770624 swapFree=67108860/67108860
[pid=14743] ppid=14740 vsize=10555400 memory=39560 CPUtime=0.29 cores=0,2,4,6
/proc/14743/stat : 14743 (java) S 14740 14743 6338 0 -1 1077944320 8017 0 0 0 26 3 0 0 20 0 15 0 96566253 10808729600 9890 33554432000 4194304 4196468 140733146728288 140733146710832 140508568854263 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
/proc/14743/statm: 2638850 9890 2906 1 0 2627263 0
[pid=14743/tid=14745] ppid=14740 vsize=10555400 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (java) R 14740 14743 6338 0 -1 4202560 5179 0 0 0 18 2 0 0 20 0 15 0 96566253 10808729600 9890 33554432000 4194304 4196468 140733146728288 140508573085072 140508568876189 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14746] ppid=14740 vsize=10555400 memory=4211973672933387658 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (java) S 14740 14743 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96566254 10808729600 9890 33554432000 4194304 4196468 140733146728288 140508521474320 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14747] ppid=14740 vsize=10555400 memory=139946728597120 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14747/stat : 14747 (java) S 14740 14743 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96566254 10808729600 9890 33554432000 4194304 4196468 140733146728288 140508520421776 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14748] ppid=14740 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14748/stat : 14748 (java) S 14740 14743 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96566254 10808729600 9890 33554432000 4194304 4196468 140733146728288 140508519369232 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14749] ppid=14740 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14749/stat : 14749 (java) S 14740 14743 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96566254 10808729600 9890 33554432000 4194304 4196468 140733146728288 140508518316688 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14750] ppid=14740 vsize=10555400 memory=139946728597120 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14750/stat : 14750 (java) S 14740 14743 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96566255 10808729600 9890 33554432000 4194304 4196468 140733146728288 140508128541168 140508568865410 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14751] ppid=14740 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14751/stat : 14751 (java) S 14740 14743 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96566256 10808729600 9890 33554432000 4194304 4196468 140733146728288 140508127487392 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14752] ppid=14740 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14752/stat : 14752 (java) S 14740 14743 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96566256 10808729600 9890 33554432000 4194304 4196468 140733146728288 140508126434800 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14753] ppid=14740 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14753/stat : 14753 (java) S 14740 14743 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96566258 10808729600 9890 33554432000 4194304 4196468 140733146728288 140508125383376 140508568872859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14754] ppid=14740 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/14743/task/14754/stat : 14754 (java) S 14740 14743 6338 0 -1 1077944384 379 0 0 0 1 0 0 0 20 0 15 0 96566258 10808729600 9890 33554432000 4194304 4196468 140733146728288 140508124329968 140508568865410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14755] ppid=14740 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/14743/task/14755/stat : 14755 (java) S 14740 14743 6338 0 -1 1077944384 234 0 0 0 1 0 0 0 20 0 15 0 96566258 10808729600 9890 33554432000 4194304 4196468 140733146728288 140508123277424 140508568865410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14756] ppid=14740 vsize=10555400 memory=139946728597120 CPUtime=0.05 cores=0,2,4,6
/proc/14743/task/14756/stat : 14756 (java) R 14740 14743 6338 0 -1 4202560 859 0 0 0 5 0 0 0 20 0 15 0 96566258 10808729600 9890 33554432000 4194304 4196468 140733146728288 140508122224880 140508568875610 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14757] ppid=14740 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14757/stat : 14757 (java) S 14740 14743 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96566259 10808729600 9890 33554432000 4194304 4196468 140733146728288 140508121172576 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14758] ppid=14740 vsize=10555400 memory=139946728597120 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14758/stat : 14758 (java) S 14740 14743 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96566259 10808729600 9890 33554432000 4194304 4196468 140733146728288 140508120120112 140508568865410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39560 KiB

[startup+0.311475 s]*
/proc/loadavg: 1.99 2.00 2.04 5/216 14758
/proc/meminfo: memFree=27627540/32770624 swapFree=67108860/67108860
[pid=14743] ppid=14740 vsize=10555476 memory=46368 CPUtime=0.52 cores=0,2,4,6
/proc/14743/stat : 14743 (java) S 14740 14743 6338 0 -1 1077944320 8719 0 0 0 49 3 0 0 20 0 15 0 96566253 10808807424 11592 33554432000 4194304 4196468 140733146728288 140733146710832 140508568854263 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
/proc/14743/statm: 2638869 11592 3024 1 0 2627263 0
[pid=14743/tid=14745] ppid=14740 vsize=10555476 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (java) R 14740 14743 6338 0 -1 4202560 5539 0 0 0 28 2 0 0 20 0 15 0 96566253 10808807424 11592 33554432000 4194304 4196468 140733146728288 140508573089872 140508568866198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14746] ppid=14740 vsize=10555476 memory=4211973672933387658 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (java) S 14740 14743 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96566254 10808807424 11592 33554432000 4194304 4196468 140733146728288 140508521474320 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14747] ppid=14740 vsize=10555476 memory=139946728599477 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14747/stat : 14747 (java) S 14740 14743 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96566254 10808807424 11592 33554432000 4194304 4196468 140733146728288 140508520421776 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14748] ppid=14740 vsize=10555476 memory=139946610508498 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14748/stat : 14748 (java) S 14740 14743 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96566254 10808807424 11592 33554432000 4194304 4196468 140733146728288 140508519369232 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14749] ppid=14740 vsize=10555476 memory=139946610511311 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14749/stat : 14749 (java) S 14740 14743 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96566254 10808807424 11592 33554432000 4194304 4196468 140733146728288 140508518316688 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14750] ppid=14740 vsize=10555476 memory=139946728603485 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14750/stat : 14750 (java) S 14740 14743 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96566255 10808807424 11592 33554432000 4194304 4196468 140733146728288 140508128541168 140508568865410 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14751] ppid=14740 vsize=10555476 memory=139946610520495 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14751/stat : 14751 (java) S 14740 14743 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96566256 10808807424 11592 33554432000 4194304 4196468 140733146728288 140508127487392 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14752] ppid=14740 vsize=10555476 memory=279893221031824 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14752/stat : 14752 (java) S 14740 14743 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96566256 10808807424 11592 33554432000 4194304 4196468 140733146728288 140508126434800 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14753] ppid=14740 vsize=10555476 memory=279893221029520 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14753/stat : 14753 (java) S 14740 14743 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96566258 10808807424 11592 33554432000 4194304 4196468 140733146728288 140508125383376 140508568872859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14754] ppid=14740 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/14743/task/14754/stat : 14754 (java) R 14740 14743 6338 0 -1 1077944384 500 0 0 0 4 0 0 0 20 0 15 0 96566258 10808807424 11592 33554432000 4194304 4196468 140733146728288 140508124329968 140508568865410 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14755] ppid=14740 vsize=10555476 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/14743/task/14755/stat : 14755 (java) R 14740 14743 6338 0 -1 4202560 310 0 0 0 3 0 0 0 20 0 15 0 96566258 10808807424 11592 33554432000 4194304 4196468 140733146728288 140508123277424 140508561839305 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14756] ppid=14740 vsize=10555476 memory=139946728597120 CPUtime=0.12 cores=0,2,4,6
/proc/14743/task/14756/stat : 14756 (java) R 14740 14743 6338 0 -1 4202560 1005 0 0 0 12 0 0 0 20 0 15 0 96566258 10808807424 11592 33554432000 4194304 4196468 140733146728288 140508122219232 140508554019845 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14757] ppid=14740 vsize=10555476 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14757/stat : 14757 (java) S 14740 14743 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96566259 10808807424 11592 33554432000 4194304 4196468 140733146728288 140508121172576 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14758] ppid=14740 vsize=10555476 memory=139946728597120 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14758/stat : 14758 (java) S 14740 14743 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96566259 10808807424 11592 33554432000 4194304 4196468 140733146728288 140508120120112 140508568865410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46368 KiB

[startup+0.701967 s]
/proc/loadavg: 1.99 2.00 2.04 4/216 14758
/proc/meminfo: memFree=27404932/32770624 swapFree=67108860/67108860
[pid=14743] ppid=14740 vsize=10555476 memory=450408 CPUtime=1.47 cores=0,2,4,6
/proc/14743/stat : 14743 (java) S 14740 14743 6338 0 -1 1077944320 10937 0 0 0 132 15 0 0 20 0 15 0 96566253 10808807424 112602 33554432000 4194304 4196468 140733146728288 140733146710832 140508568854263 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
/proc/14743/statm: 2638869 112602 3110 1 0 2627263 0
[pid=14743/tid=14745] ppid=14740 vsize=10555476 memory=1952 CPUtime=0.6 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (java) R 14740 14743 6338 0 -1 4202560 5954 0 0 0 53 7 0 0 20 0 15 0 96566253 10808807424 112602 33554432000 4194304 4196468 140733146728288 140508573079680 140508568866198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14746] ppid=14740 vsize=10555476 memory=5796 CPUtime=0.04 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (java) S 14740 14743 6338 0 -1 1077944384 107 0 0 0 3 1 0 0 20 0 15 0 96566254 10808807424 112602 33554432000 4194304 4196468 140733146728288 140508521474320 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14747] ppid=14740 vsize=10555476 memory=4616 CPUtime=0.04 cores=0,2,4,6
/proc/14743/task/14747/stat : 14747 (java) S 14740 14743 6338 0 -1 1077944384 103 0 0 0 3 1 0 0 20 0 15 0 96566254 10808807424 112602 33554432000 4194304 4196468 140733146728288 140508520421776 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14748] ppid=14740 vsize=10555476 memory=7523356985603351872 CPUtime=0.04 cores=0,2,4,6
/proc/14743/task/14748/stat : 14748 (java) S 14740 14743 6338 0 -1 1077944384 97 0 0 0 3 1 0 0 20 0 15 0 96566254 10808807424 112602 33554432000 4194304 4196468 140733146728288 140508519369232 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14749] ppid=14740 vsize=10555476 memory=7881696724453321575 CPUtime=0.05 cores=0,2,4,6
/proc/14743/task/14749/stat : 14749 (java) S 14740 14743 6338 0 -1 1077944384 128 0 0 0 4 1 0 0 20 0 15 0 96566254 10808807424 112602 33554432000 4194304 4196468 140733146728288 140508518316688 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14750] ppid=14740 vsize=10555476 memory=7440066780423278672 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14750/stat : 14750 (java) S 14740 14743 6338 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 96566255 10808807424 112602 33554432000 4194304 4196468 140733146728288 140508128541168 140508568865410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14751] ppid=14740 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14751/stat : 14751 (java) S 14740 14743 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96566256 10808807424 112602 33554432000 4194304 4196468 140733146728288 140508127487392 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14752] ppid=14740 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14752/stat : 14752 (java) S 14740 14743 6338 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96566256 10808807424 112602 33554432000 4194304 4196468 140733146728288 140508126434800 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14753] ppid=14740 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14753/stat : 14753 (java) S 14740 14743 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96566258 10808807424 112602 33554432000 4194304 4196468 140733146728288 140508125383376 140508568872859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14754] ppid=14740 vsize=10555476 memory=71 CPUtime=0.22 cores=0,2,4,6
/proc/14743/task/14754/stat : 14754 (java) S 14740 14743 6338 0 -1 1077944384 915 0 0 0 22 0 0 0 20 0 15 0 96566258 10808807424 112602 33554432000 4194304 4196468 140733146728288 140508124329968 140508568865410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14755] ppid=14740 vsize=10555476 memory=3 CPUtime=0.2 cores=0,2,4,6
/proc/14743/task/14755/stat : 14755 (java) S 14740 14743 6338 0 -1 1077944384 887 0 0 0 20 0 0 0 20 0 15 0 96566258 10808807424 112602 33554432000 4194304 4196468 140733146728288 140508123277424 140508568865410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14756] ppid=14740 vsize=10555476 memory=6045 CPUtime=0.2 cores=0,2,4,6
/proc/14743/task/14756/stat : 14756 (java) R 14740 14743 6338 0 -1 4202560 1177 0 0 0 20 0 0 0 20 0 15 0 96566258 10808807424 112602 33554432000 4194304 4196468 140733146728288 140508122224880 140508568875610 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14757] ppid=14740 vsize=10555476 memory=279893221215728 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14757/stat : 14757 (java) S 14740 14743 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96566259 10808807424 112602 33554432000 4194304 4196468 140733146728288 140508121172576 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14758] ppid=14740 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14758/stat : 14758 (java) S 14740 14743 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96566259 10808807424 112602 33554432000 4194304 4196468 140733146728288 140508120120112 140508568865410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 450408 KiB

[startup+1.50076 s]
/proc/loadavg: 1.91 1.98 2.03 6/216 14758
/proc/meminfo: memFree=27017060/32770624 swapFree=67108860/67108860
[pid=14743] ppid=14740 vsize=10555476 memory=691820 CPUtime=3.43 cores=0,2,4,6
/proc/14743/stat : 14743 (java) S 14740 14743 6338 0 -1 1077944320 13568 0 0 0 314 29 0 0 20 0 15 0 96566253 10808807424 172955 33554432000 4194304 4196468 140733146728288 140733146710832 140508568854263 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
/proc/14743/statm: 2638869 172955 3119 1 0 2627263 0
[pid=14743/tid=14745] ppid=14740 vsize=10555476 memory=0 CPUtime=1.29 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (java) R 14740 14743 6338 0 -1 4202560 6059 0 0 0 119 10 0 0 20 0 15 0 96566253 10808807424 172955 33554432000 4194304 4196468 140733146728288 140508573084480 140508196669391 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14746] ppid=14740 vsize=10555476 memory=-6580700818830419042 CPUtime=0.15 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (java) S 14740 14743 6338 0 -1 1077944384 158 0 0 0 11 4 0 0 20 0 15 0 96566254 10808807424 172955 33554432000 4194304 4196468 140733146728288 140508521474320 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14747] ppid=14740 vsize=10555476 memory=-5935602824819121961 CPUtime=0.15 cores=0,2,4,6
/proc/14743/task/14747/stat : 14747 (java) S 14740 14743 6338 0 -1 1077944384 155 0 0 0 12 3 0 0 20 0 15 0 96566254 10808807424 172955 33554432000 4194304 4196468 140733146728288 140508520421776 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14748] ppid=14740 vsize=10555476 memory=-1161699032755887712 CPUtime=0.14 cores=0,2,4,6
/proc/14743/task/14748/stat : 14748 (java) S 14740 14743 6338 0 -1 1077944384 143 0 0 0 10 4 0 0 20 0 15 0 96566254 10808807424 172955 33554432000 4194304 4196468 140733146728288 140508519369232 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14749] ppid=14740 vsize=10555476 memory=-6305713905949435264 CPUtime=0.16 cores=0,2,4,6
/proc/14743/task/14749/stat : 14749 (java) S 14740 14743 6338 0 -1 1077944384 180 0 0 0 12 4 0 0 20 0 15 0 96566254 10808807424 172955 33554432000 4194304 4196468 140733146728288 140508518316688 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14750] ppid=14740 vsize=10555476 memory=-6305716091969823872 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14750/stat : 14750 (java) S 14740 14743 6338 0 -1 1077944384 521 0 0 0 0 0 0 0 20 0 15 0 96566255 10808807424 172955 33554432000 4194304 4196468 140733146728288 140508128541168 140508568865410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0

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

/proc/14743/task/14749/stat : 14749 (java) R 14740 14743 6338 0 -1 4202560 125674 0 0 0 35126 203 0 0 20 0 17 0 96566254 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508518316888 140508553843925 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14750] ppid=14740 vsize=10690804 memory=28416 CPUtime=22.65 cores=0,2,4,6
/proc/14743/task/14750/stat : 14750 (java) S 14740 14743 6338 0 -1 1077944384 67072 0 0 0 2261 4 0 0 20 0 17 0 96566255 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508128539712 140508568864469 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14751] ppid=14740 vsize=10690804 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14751/stat : 14751 (java) S 14740 14743 6338 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 96566256 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508127487456 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14752] ppid=14740 vsize=10690804 memory=279893221420304 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14752/stat : 14752 (java) S 14740 14743 6338 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 96566256 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508126434816 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14753] ppid=14740 vsize=10690804 memory=6935649255759569216 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14753/stat : 14753 (java) S 14740 14743 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96566258 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508125383376 140508568872859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14754] ppid=14740 vsize=10690804 memory=7667190767086031208 CPUtime=0.71 cores=0,2,4,6
/proc/14743/task/14754/stat : 14754 (java) S 14740 14743 6338 0 -1 1077944384 4043 0 0 0 71 0 0 0 20 0 17 0 96566258 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508124329728 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14755] ppid=14740 vsize=10690804 memory=6791534058613427641 CPUtime=0.66 cores=0,2,4,6
/proc/14743/task/14755/stat : 14755 (java) S 14740 14743 6338 0 -1 1077944384 2877 0 0 0 66 0 0 0 20 0 17 0 96566258 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508123277472 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14756] ppid=14740 vsize=10690804 memory=8257668 CPUtime=0.28 cores=0,2,4,6
/proc/14743/task/14756/stat : 14756 (java) S 14740 14743 6338 0 -1 1077944384 3374 0 0 0 28 0 0 0 20 0 17 0 96566258 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508122224928 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14757] ppid=14740 vsize=10690804 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14757/stat : 14757 (java) S 14740 14743 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96566259 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508121172576 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14758] ppid=14740 vsize=10690804 memory=3056 CPUtime=0.16 cores=0,2,4,6
/proc/14743/task/14758/stat : 14758 (java) S 14740 14743 6338 0 -1 1077944384 659 0 0 0 10 6 0 0 20 0 17 0 96566259 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508120120112 140508568865410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14851] ppid=14740 vsize=10690804 memory=792 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14851/stat : 14851 (java) S 14740 14743 6338 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 96603221 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508116967408 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14852] ppid=14740 vsize=10690804 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14852/stat : 14852 (java) S 14740 14743 6338 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 96603221 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508115915104 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
Current children cumulated CPU time: 1451.74 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8258172 KiB

[startup+398.401 s]
/proc/loadavg: 7.81 5.50 3.54 9/217 14853
/proc/meminfo: memFree=12473268/32770624 swapFree=67108860/67108860
[pid=14743] ppid=14740 vsize=10690804 memory=8258172 CPUtime=1457.95 cores=0,2,4,6
/proc/14743/stat : 14743 (java) S 14740 14743 6338 0 -1 1077944320 505071 0 0 0 144989 806 0 0 20 0 17 0 96566253 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140733146710832 140508568854263 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
/proc/14743/statm: 2672701 2064543 3181 1 0 2661057 0
[pid=14743/tid=14745] ppid=14740 vsize=10690804 memory=1204 CPUtime=14.21 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (java) S 14740 14743 6338 0 -1 1077944384 13957 0 0 0 1406 15 0 0 20 0 17 0 96566253 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508573094944 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14746] ppid=14740 vsize=10690804 memory=1716 CPUtime=354.61 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (java) R 14740 14743 6338 0 -1 4202560 72266 0 0 0 35275 186 0 0 20 0 17 0 96566254 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508521474128 140508561482471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14747] ppid=14740 vsize=10690804 memory=1440 CPUtime=354.3 cores=0,2,4,6
/proc/14743/task/14747/stat : 14747 (java) R 14740 14743 6338 0 -1 4202560 60154 0 0 0 35233 197 0 0 20 0 17 0 96566254 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508520421896 140508561482471 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14748] ppid=14740 vsize=10690804 memory=6791534058613427641 CPUtime=355.35 cores=0,2,4,6
/proc/14743/task/14748/stat : 14748 (java) S 14740 14743 6338 0 -1 1077944384 153474 0 0 0 35343 192 0 0 20 0 17 0 96566254 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508519369040 140508568865410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14749] ppid=14740 vsize=10690804 memory=916 CPUtime=354.89 cores=0,2,4,6
/proc/14743/task/14749/stat : 14749 (java) R 14740 14743 6338 0 -1 4202560 125674 0 0 0 35286 203 0 0 20 0 17 0 96566254 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508518316888 140508553850667 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14750] ppid=14740 vsize=10690804 memory=3832 CPUtime=22.65 cores=0,2,4,6
/proc/14743/task/14750/stat : 14750 (java) S 14740 14743 6338 0 -1 1077944384 67072 0 0 0 2261 4 0 0 20 0 17 0 96566255 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508128539712 140508568864469 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14751] ppid=14740 vsize=10690804 memory=2624 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14751/stat : 14751 (java) S 14740 14743 6338 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 96566256 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508127487456 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14752] ppid=14740 vsize=10690804 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14752/stat : 14752 (java) S 14740 14743 6338 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 96566256 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508126434816 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14753] ppid=14740 vsize=10690804 memory=636 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14753/stat : 14753 (java) S 14740 14743 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96566258 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508125383376 140508568872859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14754] ppid=14740 vsize=10690804 memory=1236 CPUtime=0.71 cores=0,2,4,6
/proc/14743/task/14754/stat : 14754 (java) S 14740 14743 6338 0 -1 1077944384 4043 0 0 0 71 0 0 0 20 0 17 0 96566258 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508124329728 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14755] ppid=14740 vsize=10690804 memory=960 CPUtime=0.66 cores=0,2,4,6
/proc/14743/task/14755/stat : 14755 (java) S 14740 14743 6338 0 -1 1077944384 2877 0 0 0 66 0 0 0 20 0 17 0 96566258 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508123277472 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14756] ppid=14740 vsize=10690804 memory=2240 CPUtime=0.28 cores=0,2,4,6
/proc/14743/task/14756/stat : 14756 (java) S 14740 14743 6338 0 -1 1077944384 3374 0 0 0 28 0 0 0 20 0 17 0 96566258 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508122224928 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14757] ppid=14740 vsize=10690804 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14757/stat : 14757 (java) S 14740 14743 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96566259 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508121172576 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14758] ppid=14740 vsize=10690804 memory=8584 CPUtime=0.16 cores=0,2,4,6
/proc/14743/task/14758/stat : 14758 (java) S 14740 14743 6338 0 -1 1077944384 659 0 0 0 10 6 0 0 20 0 17 0 96566259 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508120120112 140508568865410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14851] ppid=14740 vsize=10690804 memory=792 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14851/stat : 14851 (java) S 14740 14743 6338 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 96603221 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508116967408 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14852] ppid=14740 vsize=10690804 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14852/stat : 14852 (java) S 14740 14743 6338 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 96603221 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508115915104 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
Current children cumulated CPU time: 1457.95 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8258172 KiB

[startup+400.001 s]*
/proc/loadavg: 7.81 5.50 3.54 3/217 14853
/proc/meminfo: memFree=12473268/32770624 swapFree=67108860/67108860
[pid=14743] ppid=14740 vsize=10690804 memory=8258172 CPUtime=1464.11 cores=0,2,4,6
/proc/14743/stat : 14743 (java) S 14740 14743 6338 0 -1 1077944320 505326 0 0 0 145603 808 0 0 20 0 17 0 96566253 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140733146710832 140508568854263 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
/proc/14743/statm: 2672701 2064543 3181 1 0 2661057 0
[pid=14743/tid=14745] ppid=14740 vsize=10690804 memory=1716 CPUtime=14.21 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (java) S 14740 14743 6338 0 -1 1077944384 13957 0 0 0 1406 15 0 0 20 0 17 0 96566253 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508573094944 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14746] ppid=14740 vsize=10690804 memory=-7003737579269690708 CPUtime=356.14 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (java) S 14740 14743 6338 0 -1 1077944384 72266 0 0 0 35427 187 0 0 20 0 17 0 96566254 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508521474320 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14747] ppid=14740 vsize=10690804 memory=15876 CPUtime=355.81 cores=0,2,4,6
/proc/14743/task/14747/stat : 14747 (java) S 14740 14743 6338 0 -1 1077944384 60154 0 0 0 35383 198 0 0 20 0 17 0 96566254 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508520421776 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14748] ppid=14740 vsize=10690804 memory=16432 CPUtime=356.88 cores=0,2,4,6
/proc/14743/task/14748/stat : 14748 (java) S 14740 14743 6338 0 -1 1077944384 153474 0 0 0 35495 193 0 0 20 0 17 0 96566254 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508519369232 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14749] ppid=14740 vsize=10690804 memory=16784 CPUtime=356.48 cores=0,2,4,6
/proc/14743/task/14749/stat : 14749 (java) S 14740 14743 6338 0 -1 1077944384 125674 0 0 0 35445 203 0 0 20 0 17 0 96566254 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508518316688 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14750] ppid=14740 vsize=10690804 memory=4044 CPUtime=22.67 cores=0,2,4,6
/proc/14743/task/14750/stat : 14750 (java) R 14740 14743 6338 0 -1 4202560 67325 0 0 0 2263 4 0 0 20 0 17 0 96566255 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508128539600 140508553311866 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14751] ppid=14740 vsize=10690804 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14751/stat : 14751 (java) S 14740 14743 6338 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 96566256 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508127487456 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14752] ppid=14740 vsize=10690804 memory=8258172 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14752/stat : 14752 (java) S 14740 14743 6338 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 96566256 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508126434816 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14753] ppid=14740 vsize=10690804 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14753/stat : 14753 (java) S 14740 14743 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96566258 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508125383376 140508568872859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14754] ppid=14740 vsize=10690804 memory=1952 CPUtime=0.71 cores=0,2,4,6
/proc/14743/task/14754/stat : 14754 (java) S 14740 14743 6338 0 -1 1077944384 4043 0 0 0 71 0 0 0 20 0 17 0 96566258 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508124329728 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14755] ppid=14740 vsize=10690804 memory=5796 CPUtime=0.66 cores=0,2,4,6
/proc/14743/task/14755/stat : 14755 (java) S 14740 14743 6338 0 -1 1077944384 2877 0 0 0 66 0 0 0 20 0 17 0 96566258 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508123277472 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14756] ppid=14740 vsize=10690804 memory=4616 CPUtime=0.28 cores=0,2,4,6
/proc/14743/task/14756/stat : 14756 (java) S 14740 14743 6338 0 -1 1077944384 3374 0 0 0 28 0 0 0 20 0 17 0 96566258 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508122224928 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14757] ppid=14740 vsize=10690804 memory=8258172 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14757/stat : 14757 (java) S 14740 14743 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96566259 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508121172576 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14758] ppid=14740 vsize=10690804 memory=4080 CPUtime=0.17 cores=0,2,4,6
/proc/14743/task/14758/stat : 14758 (java) S 14740 14743 6338 0 -1 1077944384 661 0 0 0 10 7 0 0 20 0 17 0 96566259 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508120120112 140508568865410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14851] ppid=14740 vsize=10690804 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14851/stat : 14851 (java) S 14740 14743 6338 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 96603221 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508116967408 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14852] ppid=14740 vsize=10690804 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14852/stat : 14852 (java) S 14740 14743 6338 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 96603221 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508115915104 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
Current children cumulated CPU time: 1464.11 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8258172 KiB

[startup+400.401 s]
/proc/loadavg: 7.81 5.50 3.54 3/217 14853
/proc/meminfo: memFree=12473268/32770624 swapFree=67108860/67108860
[pid=14743] ppid=14740 vsize=10690804 memory=8258172 CPUtime=1464.5 cores=0,2,4,6
/proc/14743/stat : 14743 (java) S 14740 14743 6338 0 -1 1077944320 505326 0 0 0 145642 808 0 0 20 0 17 0 96566253 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140733146710832 140508568854263 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
/proc/14743/statm: 2672701 2064543 3181 1 0 2661057 0
[pid=14743/tid=14745] ppid=14740 vsize=10690804 memory=1156 CPUtime=14.21 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (java) S 14740 14743 6338 0 -1 1077944384 13957 0 0 0 1406 15 0 0 20 0 17 0 96566253 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508573094944 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14746] ppid=14740 vsize=10690804 memory=3180 CPUtime=356.14 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (java) S 14740 14743 6338 0 -1 1077944384 72266 0 0 0 35427 187 0 0 20 0 17 0 96566254 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508521474320 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14747] ppid=14740 vsize=10690804 memory=8258172 CPUtime=355.81 cores=0,2,4,6
/proc/14743/task/14747/stat : 14747 (java) S 14740 14743 6338 0 -1 1077944384 60154 0 0 0 35383 198 0 0 20 0 17 0 96566254 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508520421776 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14748] ppid=14740 vsize=10690804 memory=8258172 CPUtime=356.88 cores=0,2,4,6
/proc/14743/task/14748/stat : 14748 (java) S 14740 14743 6338 0 -1 1077944384 153474 0 0 0 35495 193 0 0 20 0 17 0 96566254 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508519369232 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14749] ppid=14740 vsize=10690804 memory=960 CPUtime=356.48 cores=0,2,4,6
/proc/14743/task/14749/stat : 14749 (java) S 14740 14743 6338 0 -1 1077944384 125674 0 0 0 35445 203 0 0 20 0 17 0 96566254 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508518316688 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14750] ppid=14740 vsize=10690804 memory=2240 CPUtime=23.06 cores=0,2,4,6
/proc/14743/task/14750/stat : 14750 (java) R 14740 14743 6338 0 -1 4202560 67325 0 0 0 2302 4 0 0 20 0 17 0 96566255 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508128539600 140508553850664 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14751] ppid=14740 vsize=10690804 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14751/stat : 14751 (java) S 14740 14743 6338 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 96566256 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508127487456 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14752] ppid=14740 vsize=10690804 memory=4080 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14752/stat : 14752 (java) S 14740 14743 6338 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 96566256 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508126434816 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14753] ppid=14740 vsize=10690804 memory=932 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14753/stat : 14753 (java) S 14740 14743 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96566258 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508125383376 140508568872859 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14754] ppid=14740 vsize=10690804 memory=1584 CPUtime=0.71 cores=0,2,4,6
/proc/14743/task/14754/stat : 14754 (java) S 14740 14743 6338 0 -1 1077944384 4043 0 0 0 71 0 0 0 20 0 17 0 96566258 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508124329728 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14755] ppid=14740 vsize=10690804 memory=2428 CPUtime=0.66 cores=0,2,4,6
/proc/14743/task/14755/stat : 14755 (java) S 14740 14743 6338 0 -1 1077944384 2877 0 0 0 66 0 0 0 20 0 17 0 96566258 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508123277472 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14756] ppid=14740 vsize=10690804 memory=1292 CPUtime=0.28 cores=0,2,4,6
/proc/14743/task/14756/stat : 14756 (java) S 14740 14743 6338 0 -1 1077944384 3374 0 0 0 28 0 0 0 20 0 17 0 96566258 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508122224928 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14757] ppid=14740 vsize=10690804 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14757/stat : 14757 (java) S 14740 14743 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96566259 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508121172576 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14758] ppid=14740 vsize=10690804 memory=12064 CPUtime=0.17 cores=0,2,4,6
/proc/14743/task/14758/stat : 14758 (java) S 14740 14743 6338 0 -1 1077944384 661 0 0 0 10 7 0 0 20 0 17 0 96566259 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508120120112 140508568865410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14851] ppid=14740 vsize=10690804 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14851/stat : 14851 (java) S 14740 14743 6338 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 96603221 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508116967408 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
[pid=14743/tid=14852] ppid=14740 vsize=10690804 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14852/stat : 14852 (java) S 14740 14743 6338 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 96603221 10947383296 2064543 33554432000 4194304 4196468 140733146728288 140508115915104 140508568864469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39170048 140733146735750 140733146735903 140733146735903 140733146738639 0
Current children cumulated CPU time: 1464.5 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8258172 KiB

[startup+400.604 s]*
/proc/loadavg: 7.81 5.50 3.54 6/202 14853
/proc/meminfo: memFree=14792520/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): 400.637
CPU time (s): 1464.75
CPU user time (s): 1456.62
CPU system time (s): 8.13132
CPU usage (%): 365.606
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8258172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1456.62
system time used= 8.13132
maximum resident set size= 8258528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 505488
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31147
involuntary context switches= 30112


# summary of solver processes directly reported to runsolver:
#   pid: 14743
#   total CPU time (s): 1464.75
#   total CPU user time (s): 1456.62
#   total CPU system time (s): 8.13132

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.50598 second user time and 3.84321 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 16:19:54
IDJOB=4262844
IDBENCH=137243
IDSOLVER=2651
FILE ID=node148/4262844-1502634852
RUNJOBID= node148-1502624014-12472
PBS_JOBID= 20628305
Free space on /tmp= 61616 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n4w3b2r8.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262844-1502634852/watcher-4262844-1502634852 -o /tmp/evaluation-result-4262844-1502634852/solver-4262844-1502634852 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12472 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262844-1502634852.xml

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

MD5SUM BENCH= 2d1ea33805a592f1cc5486f43d894179
RANDOM SEED=1843264492

node148.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.19
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.19
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.19
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.19
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:        27662048 kB
MemAvailable:   30753572 kB
Buffers:          200948 kB
Cached:          3179640 kB
SwapCached:            0 kB
Active:          1977612 kB
Inactive:        2693636 kB
Active(anon):    1241440 kB
Inactive(anon):    76916 kB
Active(file):     736172 kB
Inactive(file):  2616720 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1680 kB
Writeback:             0 kB
AnonPages:       1316932 kB
Mapped:            55588 kB
Shmem:             25224 kB
Slab:             135700 kB
SReclaimable:     108932 kB
SUnreclaim:        26768 kB
KernelStack:        3808 kB
PageTables:         7740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2544936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1218560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61612 MiB
End job on node148 at 2017-08-13 16:26:34