Trace number 4262841

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? 1451.42 398.21201

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n3w3b3r7.xml
MD5SUM4bffeaf90ccad3cb01dd3bbb4a29e0a4
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 variables1024
Number of constraints65
Number of domains2
Minimum domain size32
Maximum domain size145
Distribution of domain sizes[{"size":32,"count":1},{"size":145,"count":1023}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":992},{"degree":5,"count":31}]
Minimum constraint arity32
Maximum constraint arity1023
Distribution of constraint arities[{"arity":32,"count":1},{"arity":33,"count":62},{"arity":1023,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":31},{"type":"lex","count":1},{"type":"sum","count":31},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262841-1502634875/watcher-4262841-1502634875 -o /tmp/evaluation-result-4262841-1502634875/solver-4262841-1502634875 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31952 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262841-1502634875.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
solver pid=1577, runsolver pid=1574
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 2.59 2.16 2.09 6/212 1587
/proc/meminfo: memFree=25979532/32770624 swapFree=67108860/67108860
[pid=1577] ppid=1574 vsize=10151672 memory=20316 CPUtime=0.02 cores=1,3,5,7
/proc/1577/stat : 1577 (java) S 1574 1577 12395 0 -1 1077944320 3942 0 0 0 2 0 0 0 20 0 9 0 105398805 10395312128 5079 18446744073709551615 4194304 4196468 140722496017984 140722496000528 140719080685303 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
/proc/1577/statm: 2537918 5079 2109 1 0 2527415 0
[pid=1577/tid=1579] ppid=1574 vsize=10151672 memory=279353531302128 CPUtime=0.02 cores=1,3,5,7
/proc/1577/task/1579/stat : 1579 (java) R 1574 1577 12395 0 -1 4202560 2644 0 0 0 2 0 0 0 20 0 9 0 105398812 10395312128 5118 18446744073709551615 4194304 4196468 140722496017984 140719084923248 140719080707229 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1580] ppid=1574 vsize=10151672 memory=279353531302128 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1580/stat : 1580 (java) S 1574 1577 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 105398813 10395312128 5118 18446744073709551615 4194304 4196468 140722496017984 140719037651984 140719080695509 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1581] ppid=1574 vsize=10151672 memory=139676927370880 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1581/stat : 1581 (java) S 1574 1577 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 105398813 10395312128 5118 18446744073709551615 4194304 4196468 140722496017984 140719036599440 140719080695509 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1582] ppid=1574 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1582/stat : 1582 (java) S 1574 1577 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 105398813 10395312128 5118 18446744073709551615 4194304 4196468 140722496017984 140719035546384 140719080695509 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1583] ppid=1574 vsize=10151672 memory=-1807685287725067907 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1583/stat : 1583 (java) S 1574 1577 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 105398813 10395312128 5118 18446744073709551615 4194304 4196468 140722496017984 140719034493840 140719080695509 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1585] ppid=1574 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1585/stat : 1585 (java) S 1574 1577 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 105398815 10395312128 5118 18446744073709551615 4194304 4196468 140722496017984 140718644877552 140719080696450 0 0 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1586] ppid=1574 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1586/stat : 1586 (java) S 1574 1577 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 105398815 10395312128 5118 18446744073709551615 4194304 4196468 140722496017984 140718643823776 140719080695509 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1587] ppid=1574 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1587/stat : 1587 (java) S 1574 1577 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 105398815 10395312128 5118 18446744073709551615 4194304 4196468 140722496017984 140718642770672 140719080695509 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20316 KiB

[startup+0.213512 s]*
/proc/loadavg: 2.59 2.16 2.09 6/218 1593
/proc/meminfo: memFree=25977968/32770624 swapFree=67108860/67108860
[pid=1577] ppid=1574 vsize=10551156 memory=25808 CPUtime=0.08 cores=1,3,5,7
/proc/1577/stat : 1577 (java) S 1574 1577 12395 0 -1 1077944320 4936 0 0 0 7 1 0 0 20 0 15 0 105398805 10804383744 6452 18446744073709551615 4194304 4196468 140722496017984 140722496000528 140719080685303 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
/proc/1577/statm: 2637789 6452 2684 1 0 2627261 0
[pid=1577/tid=1579] ppid=1574 vsize=10551156 memory=6933928925625698159 CPUtime=0.06 cores=1,3,5,7
/proc/1577/task/1579/stat : 1579 (java) R 1574 1577 12395 0 -1 4202560 2987 0 0 0 6 0 0 0 20 0 15 0 105398812 10804383744 6518 18446744073709551615 4194304 4196468 140722496017984 140719084908920 140719066918189 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1580] ppid=1574 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1580/stat : 1580 (java) S 1574 1577 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105398813 10804383744 6518 18446744073709551615 4194304 4196468 140722496017984 140719037651984 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1581] ppid=1574 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1581/stat : 1581 (java) S 1574 1577 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105398813 10804383744 6518 18446744073709551615 4194304 4196468 140722496017984 140719036599440 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1582] ppid=1574 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1582/stat : 1582 (java) S 1574 1577 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105398813 10804383744 6518 18446744073709551615 4194304 4196468 140722496017984 140719035546384 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1583] ppid=1574 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1583/stat : 1583 (java) S 1574 1577 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105398813 10804383744 6518 18446744073709551615 4194304 4196468 140722496017984 140719034493840 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1585] ppid=1574 vsize=10551156 memory=139676927370880 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1585/stat : 1585 (java) S 1574 1577 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105398815 10804383744 6518 18446744073709551615 4194304 4196468 140722496017984 140718644877552 140719080696450 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1586] ppid=1574 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1586/stat : 1586 (java) S 1574 1577 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105398815 10804383744 6518 18446744073709551615 4194304 4196468 140722496017984 140718643823776 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1587] ppid=1574 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1587/stat : 1587 (java) S 1574 1577 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105398815 10804383744 6518 18446744073709551615 4194304 4196468 140722496017984 140718642770672 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1588] ppid=1574 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1588/stat : 1588 (java) S 1574 1577 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105398818 10804383744 6518 18446744073709551615 4194304 4196468 140722496017984 140718641719248 140719080703899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1589] ppid=1574 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1589/stat : 1589 (java) S 1574 1577 12395 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 105398818 10804383744 6518 18446744073709551615 4194304 4196468 140722496017984 140718640667376 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1590] ppid=1574 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1590/stat : 1590 (java) S 1574 1577 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105398818 10804383744 6518 18446744073709551615 4194304 4196468 140722496017984 140718639614832 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1591] ppid=1574 vsize=10551156 memory=139676927370880 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1591/stat : 1591 (java) S 1574 1577 12395 0 -1 1077944384 250 0 0 0 0 0 0 0 20 0 15 0 105398818 10804383744 6518 18446744073709551615 4194304 4196468 140722496017984 140718638561776 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1592] ppid=1574 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1592/stat : 1592 (java) S 1574 1577 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105398818 10804383744 6518 18446744073709551615 4194304 4196468 140722496017984 140718637509472 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1593] ppid=1574 vsize=10551156 memory=139676927370880 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1593/stat : 1593 (java) S 1574 1577 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105398826 10804383744 6518 18446744073709551615 4194304 4196468 140722496017984 140718636456496 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 25808 KiB

[startup+0.310709 s]*
/proc/loadavg: 2.59 2.16 2.09 7/218 1593
/proc/meminfo: memFree=25965520/32770624 swapFree=67108860/67108860
[pid=1577] ppid=1574 vsize=10551156 memory=36008 CPUtime=0.23 cores=1,3,5,7
/proc/1577/stat : 1577 (java) S 1574 1577 12395 0 -1 1077944320 8285 0 0 0 21 2 0 0 20 0 15 0 105398805 10804383744 9002 18446744073709551615 4194304 4196468 140722496017984 140722496000528 140719080685303 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
/proc/1577/statm: 2637789 9002 2868 1 0 2627261 0
[pid=1577/tid=1579] ppid=1574 vsize=10551156 memory=6933928925625698159 CPUtime=0.16 cores=1,3,5,7
/proc/1577/task/1579/stat : 1579 (java) R 1574 1577 12395 0 -1 4202560 5954 0 0 0 14 2 0 0 20 0 15 0 105398812 10804383744 9068 18446744073709551615 4194304 4196468 140722496017984 140719084919552 140719064765790 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1580] ppid=1574 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1580/stat : 1580 (java) S 1574 1577 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105398813 10804383744 9068 18446744073709551615 4194304 4196468 140722496017984 140719037651984 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1581] ppid=1574 vsize=10551156 memory=35809 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1581/stat : 1581 (java) S 1574 1577 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105398813 10804383744 9068 18446744073709551615 4194304 4196468 140722496017984 140719036599440 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1582] ppid=1574 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1582/stat : 1582 (java) S 1574 1577 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105398813 10804383744 9068 18446744073709551615 4194304 4196468 140722496017984 140719035546384 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1583] ppid=1574 vsize=10551156 memory=-2247047206190863895 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1583/stat : 1583 (java) S 1574 1577 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105398813 10804383744 9068 18446744073709551615 4194304 4196468 140722496017984 140719034493840 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1585] ppid=1574 vsize=10551156 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1585/stat : 1585 (java) S 1574 1577 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105398815 10804383744 9068 18446744073709551615 4194304 4196468 140722496017984 140718644877552 140719080696450 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1586] ppid=1574 vsize=10551156 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1586/stat : 1586 (java) S 1574 1577 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105398815 10804383744 9068 18446744073709551615 4194304 4196468 140722496017984 140718643823776 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1587] ppid=1574 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1587/stat : 1587 (java) S 1574 1577 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105398815 10804383744 9068 18446744073709551615 4194304 4196468 140722496017984 140718642770672 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1588] ppid=1574 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1588/stat : 1588 (java) S 1574 1577 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105398818 10804383744 9068 18446744073709551615 4194304 4196468 140722496017984 140718641719248 140719080703899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1589] ppid=1574 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1577/task/1589/stat : 1589 (java) S 1574 1577 12395 0 -1 1077944384 492 0 0 0 1 0 0 0 20 0 15 0 105398818 10804383744 9068 18446744073709551615 4194304 4196468 140722496017984 140718640667376 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1590] ppid=1574 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1577/task/1590/stat : 1590 (java) S 1574 1577 12395 0 -1 1077944384 83 0 0 0 1 0 0 0 20 0 15 0 105398818 10804383744 9068 18446744073709551615 4194304 4196468 140722496017984 140718639614832 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1591] ppid=1574 vsize=10551156 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/1577/task/1591/stat : 1591 (java) S 1574 1577 12395 0 -1 1077944384 414 0 0 0 4 0 0 0 20 0 15 0 105398818 10804383744 9068 18446744073709551615 4194304 4196468 140722496017984 140718638561776 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1592] ppid=1574 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1592/stat : 1592 (java) S 1574 1577 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105398818 10804383744 9068 18446744073709551615 4194304 4196468 140722496017984 140718637509472 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1593] ppid=1574 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1593/stat : 1593 (java) S 1574 1577 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105398826 10804383744 9068 18446744073709551615 4194304 4196468 140722496017984 140718636456496 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36008 KiB

[startup+0.70079 s]
/proc/loadavg: 2.59 2.16 2.09 7/218 1593
/proc/meminfo: memFree=25910640/32770624 swapFree=67108860/67108860
[pid=1577] ppid=1574 vsize=10551232 memory=336484 CPUtime=1.22 cores=1,3,5,7
/proc/1577/stat : 1577 (java) S 1574 1577 12395 0 -1 1077944320 10913 0 0 0 108 14 0 0 20 0 15 0 105398805 10804461568 84121 18446744073709551615 4194304 4196468 140722496017984 140722496000528 140719080685303 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
/proc/1577/statm: 2637808 84121 3074 1 0 2627261 0
[pid=1577/tid=1579] ppid=1574 vsize=10551232 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/1577/task/1579/stat : 1579 (java) R 1574 1577 12395 0 -1 4202560 6867 0 0 0 43 6 0 0 20 0 15 0 105398812 10804461568 84121 18446744073709551615 4194304 4196468 140722496017984 140719084922240 140719066753422 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1580] ppid=1574 vsize=10551232 memory=4580 CPUtime=0.03 cores=1,3,5,7
/proc/1577/task/1580/stat : 1580 (java) S 1574 1577 12395 0 -1 1077944384 30 0 0 0 2 1 0 0 20 0 15 0 105398813 10804461568 84121 18446744073709551615 4194304 4196468 140722496017984 140719037651984 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1581] ppid=1574 vsize=10551232 memory=139676765694656 CPUtime=0.02 cores=1,3,5,7
/proc/1577/task/1581/stat : 1581 (java) S 1574 1577 12395 0 -1 1077944384 35 0 0 0 1 1 0 0 20 0 15 0 105398813 10804461568 84121 18446744073709551615 4194304 4196468 140722496017984 140719036599440 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1582] ppid=1574 vsize=10551232 memory=139676765793424 CPUtime=0.03 cores=1,3,5,7
/proc/1577/task/1582/stat : 1582 (java) S 1574 1577 12395 0 -1 1077944384 29 0 0 0 2 1 0 0 20 0 15 0 105398813 10804461568 84121 18446744073709551615 4194304 4196468 140722496017984 140719035546384 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1583] ppid=1574 vsize=10551232 memory=3256252354021037132 CPUtime=0.03 cores=1,3,5,7
/proc/1577/task/1583/stat : 1583 (java) S 1574 1577 12395 0 -1 1077944384 46 0 0 0 2 1 0 0 20 0 15 0 105398813 10804461568 84121 18446744073709551615 4194304 4196468 140722496017984 140719034493840 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1585] ppid=1574 vsize=10551232 memory=3472467972993472672 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1585/stat : 1585 (java) S 1574 1577 12395 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 105398815 10804461568 84121 18446744073709551615 4194304 4196468 140722496017984 140718644877552 140719080696450 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1586] ppid=1574 vsize=10551232 memory=3472467955813604832 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1586/stat : 1586 (java) S 1574 1577 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105398815 10804461568 84121 18446744073709551615 4194304 4196468 140722496017984 140718643823776 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1587] ppid=1574 vsize=10551232 memory=3472467955813604704 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1587/stat : 1587 (java) S 1574 1577 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105398815 10804461568 84121 18446744073709551615 4194304 4196468 140722496017984 140718642770672 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1588] ppid=1574 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1588/stat : 1588 (java) S 1574 1577 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105398818 10804461568 84121 18446744073709551615 4194304 4196468 140722496017984 140718641719248 140719080703899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1589] ppid=1574 vsize=10551232 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/1577/task/1589/stat : 1589 (java) S 1574 1577 12395 0 -1 1077944384 794 0 0 0 17 0 0 0 20 0 15 0 105398818 10804461568 84121 18446744073709551615 4194304 4196468 140722496017984 140718640667376 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1590] ppid=1574 vsize=10551232 memory=23 CPUtime=0.19 cores=1,3,5,7
/proc/1577/task/1590/stat : 1590 (java) S 1574 1577 12395 0 -1 1077944384 540 0 0 0 19 0 0 0 20 0 15 0 105398818 10804461568 84121 18446744073709551615 4194304 4196468 140722496017984 140718639614832 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1591] ppid=1574 vsize=10551232 memory=85 CPUtime=0.18 cores=1,3,5,7
/proc/1577/task/1591/stat : 1591 (java) S 1574 1577 12395 0 -1 1077944384 1002 0 0 0 18 0 0 0 20 0 15 0 105398818 10804461568 84121 18446744073709551615 4194304 4196468 140722496017984 140718638561776 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1592] ppid=1574 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1592/stat : 1592 (java) S 1574 1577 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105398818 10804461568 84121 18446744073709551615 4194304 4196468 140722496017984 140718637509472 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1593] ppid=1574 vsize=10551232 memory=4 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1593/stat : 1593 (java) S 1574 1577 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105398826 10804461568 84121 18446744073709551615 4194304 4196468 140722496017984 140718636456496 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 336484 KiB

[startup+1.50075 s]
/proc/loadavg: 2.59 2.16 2.09 6/218 1593
/proc/meminfo: memFree=25315244/32770624 swapFree=67108860/67108860
[pid=1577] ppid=1574 vsize=10551232 memory=629664 CPUtime=2.56 cores=1,3,5,7
/proc/1577/stat : 1577 (java) S 1574 1577 12395 0 -1 1077944320 13766 0 0 0 229 27 0 0 20 0 15 0 105398805 10804461568 157416 18446744073709551615 4194304 4196468 140722496017984 140722496000528 140719080685303 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
/proc/1577/statm: 2637808 157416 3090 1 0 2627261 0
[pid=1577/tid=1579] ppid=1574 vsize=10551232 memory=629664 CPUtime=1.22 cores=1,3,5,7
/proc/1577/task/1579/stat : 1579 (java) R 1574 1577 12395 0 -1 4202560 8029 0 0 0 111 11 0 0 20 0 15 0 105398812 10804461568 157416 18446744073709551615 4194304 4196468 140722496017984 140719084875024 140718717625858 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1580] ppid=1574 vsize=10551232 memory=1296 CPUtime=0.1 cores=1,3,5,7
/proc/1577/task/1580/stat : 1580 (java) S 1574 1577 12395 0 -1 1077944384 139 0 0 0 7 3 0 0 20 0 15 0 105398813 10804461568 157416 18446744073709551615 4194304 4196468 140722496017984 140719037651984 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1581] ppid=1574 vsize=10551232 memory=2241 CPUtime=0.09 cores=1,3,5,7
/proc/1577/task/1581/stat : 1581 (java) S 1574 1577 12395 0 -1 1077944384 142 0 0 0 6 3 0 0 20 0 15 0 105398813 10804461568 157416 18446744073709551615 4194304 4196468 140722496017984 140719036599440 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1582] ppid=1574 vsize=10551232 memory=2244 CPUtime=0.1 cores=1,3,5,7
/proc/1577/task/1582/stat : 1582 (java) S 1574 1577 12395 0 -1 1077944384 134 0 0 0 7 3 0 0 20 0 15 0 105398813 10804461568 157416 18446744073709551615 4194304 4196468 140722496017984 140719035546384 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1583] ppid=1574 vsize=10551232 memory=279353531402880 CPUtime=0.1 cores=1,3,5,7
/proc/1577/task/1583/stat : 1583 (java) S 1574 1577 12395 0 -1 1077944384 142 0 0 0 7 3 0 0 20 0 15 0 105398813 10804461568 157416 18446744073709551615 4194304 4196468 140722496017984 140719034493840 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1585] ppid=1574 vsize=10551232 memory=13457 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1585/stat : 1585 (java) S 1574 1577 12395 0 -1 1077944384 485 0 0 0 0 0 0 0 20 0 15 0 105398815 10804461568 157416 18446744073709551615 4194304 4196468 140722496017984 140718644877552 140719080696450 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1586] ppid=1574 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1586/stat : 1586 (java) S 1574 1577 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105398815 10804461568 157416 18446744073709551615 4194304 4196468 140722496017984 140718643823840 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1587] ppid=1574 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1587/stat : 1587 (java) S 1574 1577 12395 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105398815 10804461568 157416 18446744073709551615 4194304 4196468 140722496017984 140718642770672 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1588] ppid=1574 vsize=10551232 memory=825307185 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1588/stat : 1588 (java) S 1574 1577 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105398818 10804461568 157416 18446744073709551615 4194304 4196468 140722496017984 140718641719248 140719080703899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1589] ppid=1574 vsize=10551232 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/1577/task/1589/stat : 1589 (java) S 1574 1577 12395 0 -1 1077944384 1332 0 0 0 32 0 0 0 20 0 15 0 105398818 10804461568 157416 18446744073709551615 4194304 4196468 140722496017984 140718640667376 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1590] ppid=1574 vsize=10551232 memory=-3253322038155611931 CPUtime=0.35 cores=1,3,5,7
/proc/1577/task/1590/stat : 1590 (java) S 1574 1577 12395 0 -1 1077944384 877 0 0 0 35 0 0 0 20 0 15 0 105398818 10804461568 157416 18446744073709551615 4194304 4196468 140722496017984 140718639614832 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1591] ppid=1574 vsize=10551232 memory=164 CPUtime=0.21 cores=1,3,5,7
/proc/1577/task/1591/stat : 1591 (java) S 1574 1577 12395 0 -1 1077944384 1124 0 0 0 21 0 0 0 20 0 15 0 105398818 10804461568 157416 18446744073709551615 4194304 4196468 140722496017984 140718638561776 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0

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

/proc/1577/task/1583/stat : 1583 (java) R 1574 1577 12395 0 -1 4202560 68793 0 0 0 34663 194 0 0 20 0 17 0 105398813 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140719034493960 140719073313511 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1585] ppid=1574 vsize=10684512 memory=1296 CPUtime=21.68 cores=1,3,5,7
/proc/1577/task/1585/stat : 1585 (java) S 1574 1577 12395 0 -1 1077944384 65574 0 0 0 2165 3 0 0 20 0 17 0 105398815 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718644876096 140719080695509 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1586] ppid=1574 vsize=10684512 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1586/stat : 1586 (java) S 1574 1577 12395 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 105398815 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718643823840 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1587] ppid=1574 vsize=10684512 memory=796 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1587/stat : 1587 (java) S 1574 1577 12395 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 105398815 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718642770672 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1588] ppid=1574 vsize=10684512 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1588/stat : 1588 (java) S 1574 1577 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718641719248 140719080703899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1589] ppid=1574 vsize=10684512 memory=4612 CPUtime=0.5 cores=1,3,5,7
/proc/1577/task/1589/stat : 1589 (java) S 1574 1577 12395 0 -1 1077944384 3764 0 0 0 49 1 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718640658624 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1590] ppid=1574 vsize=10684512 memory=4132 CPUtime=0.52 cores=1,3,5,7
/proc/1577/task/1590/stat : 1590 (java) S 1574 1577 12395 0 -1 1077944384 2595 0 0 0 52 0 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718639614880 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1591] ppid=1574 vsize=10684512 memory=51768 CPUtime=0.24 cores=1,3,5,7
/proc/1577/task/1591/stat : 1591 (java) S 1574 1577 12395 0 -1 1077944384 2751 0 0 0 24 0 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718638561536 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1592] ppid=1574 vsize=10684512 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1592/stat : 1592 (java) S 1574 1577 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718637509472 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1593] ppid=1574 vsize=10684512 memory=2460 CPUtime=0.15 cores=1,3,5,7
/proc/1577/task/1593/stat : 1593 (java) S 1574 1577 12395 0 -1 1077944384 981 0 0 0 8 7 0 0 20 0 17 0 105398826 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718636456496 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1608] ppid=1574 vsize=10684512 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1608/stat : 1608 (java) S 1574 1577 12395 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 105435534 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718635395680 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1609] ppid=1574 vsize=10684512 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1609/stat : 1609 (java) S 1574 1577 12395 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 105435534 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718634348304 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
Current children cumulated CPU time: 1435.53 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8172792 KiB

[startup+396.801 s]
/proc/loadavg: 8.00 6.10 3.89 9/216 1609
/proc/meminfo: memFree=14549008/32770624 swapFree=67108860/67108860
[pid=1577] ppid=1574 vsize=10684512 memory=8172792 CPUtime=1447.93 cores=1,3,5,7
/proc/1577/stat : 1577 (java) S 1574 1577 12395 0 -1 1077944320 834426 0 0 0 144009 784 0 0 20 0 17 0 105398805 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140722496000528 140719080685303 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
/proc/1577/statm: 2671128 2043198 3156 1 0 2660543 0
[pid=1577/tid=1579] ppid=1574 vsize=10684512 memory=1196 CPUtime=16.16 cores=1,3,5,7
/proc/1577/task/1579/stat : 1579 (java) S 1574 1577 12395 0 -1 1077944384 15951 0 0 0 1600 16 0 0 20 0 17 0 105398812 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140719084925984 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1580] ppid=1574 vsize=10684512 memory=15880 CPUtime=352.95 cores=1,3,5,7
/proc/1577/task/1580/stat : 1580 (java) R 1574 1577 12395 0 -1 4202560 317145 0 0 0 35107 188 0 0 20 0 17 0 105398813 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140719037651792 140719073313511 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1581] ppid=1574 vsize=10684512 memory=8172792 CPUtime=351.97 cores=1,3,5,7
/proc/1577/task/1581/stat : 1581 (java) R 1574 1577 12395 0 -1 4202560 260942 0 0 0 35016 181 0 0 20 0 17 0 105398813 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140719036599328 140719065674965 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1582] ppid=1574 vsize=10684512 memory=1716 CPUtime=352.03 cores=1,3,5,7
/proc/1577/task/1582/stat : 1582 (java) R 1574 1577 12395 0 -1 4202560 94398 0 0 0 35012 191 0 0 20 0 17 0 105398813 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140719035546192 140719073313511 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1583] ppid=1574 vsize=10684512 memory=9024 CPUtime=351.63 cores=1,3,5,7
/proc/1577/task/1583/stat : 1583 (java) R 1574 1577 12395 0 -1 4202560 68793 0 0 0 34968 195 0 0 20 0 17 0 105398813 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140719034493960 140719073313511 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1585] ppid=1574 vsize=10684512 memory=7680170660397595203 CPUtime=21.68 cores=1,3,5,7
/proc/1577/task/1585/stat : 1585 (java) S 1574 1577 12395 0 -1 1077944384 65574 0 0 0 2165 3 0 0 20 0 17 0 105398815 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718644876096 140719080695509 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1586] ppid=1574 vsize=10684512 memory=4640767346415652970 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1586/stat : 1586 (java) S 1574 1577 12395 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 105398815 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718643823840 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1587] ppid=1574 vsize=10684512 memory=7079772213163872336 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1587/stat : 1587 (java) S 1574 1577 12395 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 105398815 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718642770672 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1588] ppid=1574 vsize=10684512 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1588/stat : 1588 (java) S 1574 1577 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718641719248 140719080703899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1589] ppid=1574 vsize=10684512 memory=8172772 CPUtime=0.5 cores=1,3,5,7
/proc/1577/task/1589/stat : 1589 (java) S 1574 1577 12395 0 -1 1077944384 3764 0 0 0 49 1 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718640658624 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1590] ppid=1574 vsize=10684512 memory=4048 CPUtime=0.52 cores=1,3,5,7
/proc/1577/task/1590/stat : 1590 (java) S 1574 1577 12395 0 -1 1077944384 2595 0 0 0 52 0 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718639614880 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1591] ppid=1574 vsize=10684512 memory=30060 CPUtime=0.24 cores=1,3,5,7
/proc/1577/task/1591/stat : 1591 (java) S 1574 1577 12395 0 -1 1077944384 2751 0 0 0 24 0 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718638561536 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1592] ppid=1574 vsize=10684512 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1592/stat : 1592 (java) S 1574 1577 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718637509472 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1593] ppid=1574 vsize=10684512 memory=1156 CPUtime=0.15 cores=1,3,5,7
/proc/1577/task/1593/stat : 1593 (java) S 1574 1577 12395 0 -1 1077944384 983 0 0 0 8 7 0 0 20 0 17 0 105398826 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718636456496 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1608] ppid=1574 vsize=10684512 memory=8172788 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1608/stat : 1608 (java) S 1574 1577 12395 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 105435534 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718635395680 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1609] ppid=1574 vsize=10684512 memory=8346040 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1609/stat : 1609 (java) S 1574 1577 12395 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 105435534 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718634348304 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
Current children cumulated CPU time: 1447.93 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8172792 KiB

[startup+397.602 s]
/proc/loadavg: 8.00 6.10 3.89 9/216 1609
/proc/meminfo: memFree=14549008/32770624 swapFree=67108860/67108860
[pid=1577] ppid=1574 vsize=10684512 memory=8172792 CPUtime=1450.8 cores=1,3,5,7
/proc/1577/stat : 1577 (java) S 1574 1577 12395 0 -1 1077944320 834426 0 0 0 144296 784 0 0 20 0 17 0 105398805 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140722496000528 140719080685303 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
/proc/1577/statm: 2671128 2043198 3156 1 0 2660543 0
[pid=1577/tid=1579] ppid=1574 vsize=10684512 memory=7680170660397595203 CPUtime=16.16 cores=1,3,5,7
/proc/1577/task/1579/stat : 1579 (java) S 1574 1577 12395 0 -1 1077944384 15951 0 0 0 1600 16 0 0 20 0 17 0 105398812 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140719084925984 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1580] ppid=1574 vsize=10684512 memory=1296 CPUtime=353.64 cores=1,3,5,7
/proc/1577/task/1580/stat : 1580 (java) S 1574 1577 12395 0 -1 1077944384 317145 0 0 0 35176 188 0 0 20 0 17 0 105398813 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140719037651984 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1581] ppid=1574 vsize=10684512 memory=2460 CPUtime=352.69 cores=1,3,5,7
/proc/1577/task/1581/stat : 1581 (java) S 1574 1577 12395 0 -1 1077944384 260942 0 0 0 35088 181 0 0 20 0 17 0 105398813 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140719036599440 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1582] ppid=1574 vsize=10684512 memory=1728 CPUtime=352.74 cores=1,3,5,7
/proc/1577/task/1582/stat : 1582 (java) S 1574 1577 12395 0 -1 1077944384 94398 0 0 0 35082 192 0 0 20 0 17 0 105398813 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140719035546384 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1583] ppid=1574 vsize=10684512 memory=1012 CPUtime=352.32 cores=1,3,5,7
/proc/1577/task/1583/stat : 1583 (java) S 1574 1577 12395 0 -1 1077944384 68793 0 0 0 35037 195 0 0 20 0 17 0 105398813 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140719034493840 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1585] ppid=1574 vsize=10684512 memory=1228 CPUtime=21.75 cores=1,3,5,7
/proc/1577/task/1585/stat : 1585 (java) R 1574 1577 12395 0 -1 4202560 65574 0 0 0 2172 3 0 0 20 0 17 0 105398815 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718644875984 140719065142873 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1586] ppid=1574 vsize=10684512 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1586/stat : 1586 (java) S 1574 1577 12395 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 105398815 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718643823840 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1587] ppid=1574 vsize=10684512 memory=12132 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1587/stat : 1587 (java) S 1574 1577 12395 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 105398815 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718642770672 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1588] ppid=1574 vsize=10684512 memory=796 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1588/stat : 1588 (java) S 1574 1577 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718641719248 140719080703899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1589] ppid=1574 vsize=10684512 memory=5784 CPUtime=0.5 cores=1,3,5,7
/proc/1577/task/1589/stat : 1589 (java) S 1574 1577 12395 0 -1 1077944384 3764 0 0 0 49 1 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718640658624 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1590] ppid=1574 vsize=10684512 memory=4612 CPUtime=0.52 cores=1,3,5,7
/proc/1577/task/1590/stat : 1590 (java) S 1574 1577 12395 0 -1 1077944384 2595 0 0 0 52 0 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718639614880 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1591] ppid=1574 vsize=10684512 memory=1716 CPUtime=0.24 cores=1,3,5,7
/proc/1577/task/1591/stat : 1591 (java) S 1574 1577 12395 0 -1 1077944384 2751 0 0 0 24 0 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718638561536 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1592] ppid=1574 vsize=10684512 memory=9024 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1592/stat : 1592 (java) S 1574 1577 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718637509472 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1593] ppid=1574 vsize=10684512 memory=1436 CPUtime=0.15 cores=1,3,5,7
/proc/1577/task/1593/stat : 1593 (java) S 1574 1577 12395 0 -1 1077944384 983 0 0 0 8 7 0 0 20 0 17 0 105398826 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718636456496 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1608] ppid=1574 vsize=10684512 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1608/stat : 1608 (java) S 1574 1577 12395 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 105435534 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718635395680 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1609] ppid=1574 vsize=10684512 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1609/stat : 1609 (java) S 1574 1577 12395 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 105435534 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718634348304 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
Current children cumulated CPU time: 1450.8 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8172792 KiB

[startup+398.002 s]*
/proc/loadavg: 7.84 6.10 3.90 6/216 1609
/proc/meminfo: memFree=14549008/32770624 swapFree=67108860/67108860
[pid=1577] ppid=1574 vsize=10684512 memory=8172792 CPUtime=1451.21 cores=1,3,5,7
/proc/1577/stat : 1577 (java) S 1574 1577 12395 0 -1 1077944320 834426 0 0 0 144337 784 0 0 20 0 17 0 105398805 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140722496000528 140719080685303 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
/proc/1577/statm: 2671128 2043198 3156 1 0 2660543 0
[pid=1577/tid=1579] ppid=1574 vsize=10684512 memory=6933928925625698159 CPUtime=16.16 cores=1,3,5,7
/proc/1577/task/1579/stat : 1579 (java) S 1574 1577 12395 0 -1 1077944384 15951 0 0 0 1600 16 0 0 20 0 17 0 105398812 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140719084925984 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1580] ppid=1574 vsize=10684512 memory=-7003737579269690708 CPUtime=353.64 cores=1,3,5,7
/proc/1577/task/1580/stat : 1580 (java) S 1574 1577 12395 0 -1 1077944384 317145 0 0 0 35176 188 0 0 20 0 17 0 105398813 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140719037651984 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1581] ppid=1574 vsize=10684512 memory=9024 CPUtime=352.69 cores=1,3,5,7
/proc/1577/task/1581/stat : 1581 (java) S 1574 1577 12395 0 -1 1077944384 260942 0 0 0 35088 181 0 0 20 0 17 0 105398813 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140719036599440 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1582] ppid=1574 vsize=10684512 memory=1436 CPUtime=352.74 cores=1,3,5,7
/proc/1577/task/1582/stat : 1582 (java) S 1574 1577 12395 0 -1 1077944384 94398 0 0 0 35082 192 0 0 20 0 17 0 105398813 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140719035546384 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1583] ppid=1574 vsize=10684512 memory=1196 CPUtime=352.32 cores=1,3,5,7
/proc/1577/task/1583/stat : 1583 (java) S 1574 1577 12395 0 -1 1077944384 68793 0 0 0 35037 195 0 0 20 0 17 0 105398813 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140719034493840 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1585] ppid=1574 vsize=10684512 memory=15880 CPUtime=22.16 cores=1,3,5,7
/proc/1577/task/1585/stat : 1585 (java) R 1574 1577 12395 0 -1 4202560 65574 0 0 0 2213 3 0 0 20 0 17 0 105398815 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718644875984 140719065681707 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1586] ppid=1574 vsize=10684512 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1586/stat : 1586 (java) S 1574 1577 12395 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 105398815 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718643823840 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1587] ppid=1574 vsize=10684512 memory=30060 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1587/stat : 1587 (java) S 1574 1577 12395 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 105398815 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718642770672 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1588] ppid=1574 vsize=10684512 memory=18468 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1588/stat : 1588 (java) S 1574 1577 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718641719248 140719080703899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1589] ppid=1574 vsize=10684512 memory=7680170660397595203 CPUtime=0.5 cores=1,3,5,7
/proc/1577/task/1589/stat : 1589 (java) S 1574 1577 12395 0 -1 1077944384 3764 0 0 0 49 1 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718640658624 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1590] ppid=1574 vsize=10684512 memory=316378080837108026 CPUtime=0.52 cores=1,3,5,7
/proc/1577/task/1590/stat : 1590 (java) S 1574 1577 12395 0 -1 1077944384 2595 0 0 0 52 0 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718639614880 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1591] ppid=1574 vsize=10684512 memory=14979970577467113 CPUtime=0.24 cores=1,3,5,7
/proc/1577/task/1591/stat : 1591 (java) S 1574 1577 12395 0 -1 1077944384 2751 0 0 0 24 0 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718638561536 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1592] ppid=1574 vsize=10684512 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1592/stat : 1592 (java) S 1574 1577 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105398818 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718637509472 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1593] ppid=1574 vsize=10684512 memory=3164 CPUtime=0.15 cores=1,3,5,7
/proc/1577/task/1593/stat : 1593 (java) S 1574 1577 12395 0 -1 1077944384 983 0 0 0 8 7 0 0 20 0 17 0 105398826 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718636456496 140719080696450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1608] ppid=1574 vsize=10684512 memory=8172792 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1608/stat : 1608 (java) S 1574 1577 12395 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 105435534 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718635395680 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
[pid=1577/tid=1609] ppid=1574 vsize=10684512 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/1577/task/1609/stat : 1609 (java) S 1574 1577 12395 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 105435534 10940940288 2043198 18446744073709551615 4194304 4196468 140722496017984 140718634348304 140719080695509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27774976 140722496020880 140722496021033 140722496021033 140722496024527 0
Current children cumulated CPU time: 1451.21 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8172792 KiB

[startup+398.202 s]*
/proc/loadavg: 7.84 6.10 3.90 6/201 1609
/proc/meminfo: memFree=22724832/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): 398.212
CPU time (s): 1451.42
CPU user time (s): 1443.52
CPU system time (s): 7.898
CPU usage (%): 364.483
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8172820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1443.52
system time used= 7.898
maximum resident set size= 8173072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 834618
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30760
involuntary context switches= 43017


# summary of solver processes directly reported to runsolver:
#   pid: 1577
#   total CPU time (s): 1451.42
#   total CPU user time (s): 1443.52
#   total CPU system time (s): 7.898

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.2635 second user time and 4.1325 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 16:20:41
IDJOB=4262841
IDBENCH=137600
IDSOLVER=2651
FILE ID=node135/4262841-1502634875
RUNJOBID= node135-1502623989-31952
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 4bffeaf90ccad3cb01dd3bbb4a29e0a4
RANDOM SEED=806796286

node135.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.21
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.21
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.21
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.21
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:        25990664 kB
MemAvailable:   26887680 kB
Buffers:          312392 kB
Cached:           882096 kB
SwapCached:            0 kB
Active:          5770968 kB
Inactive:         556276 kB
Active(anon):    5132952 kB
Inactive(anon):    41324 kB
Active(file):     638016 kB
Inactive(file):   514952 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1796 kB
Writeback:             0 kB
AnonPages:       5138440 kB
Mapped:            67952 kB
Shmem:             41656 kB
Slab:             147128 kB
SReclaimable:     119764 kB
SUnreclaim:        27364 kB
KernelStack:        3840 kB
PageTables:        15472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6721984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4968448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-13 16:27:20