Trace number 4289863

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 2018-07-11? 1691.83 466.362

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-04_c18.xml
MD5SUM0eb6d6735b5266ca4e96e7e1d1b2460a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark86
Best CPU time to get the best result obtained on this benchmark6.88289
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size493
Distribution of domain sizes[{"size":1,"count":1},{"size":493,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":36},{"degree":4,"count":23},{"degree":5,"count":31},{"degree":6,"count":2}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":138},{"arity":18,"count":2},{"arity":22,"count":1},{"arity":32,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1410.80/391.95	Jul 22, 2018 2:45:19 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1410.80/391.95	INFO: Runtime exception
1410.80/391.95	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1410.80/391.95		at org.sat4j.csp.constraints3.SchedulingCtrBuilder.buildCtrCumulative(SchedulingCtrBuilder.java:185)
1410.80/391.95		at org.sat4j.reader.XMLCSP3Reader.buildCtrCumulative(XMLCSP3Reader.java:892)
1410.80/391.95		at org.xcsp.parser.loaders.CtrLoaderInteger.cumulative(CtrLoaderInteger.java:541)
1410.80/391.95		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:218)
1410.80/391.95		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1410.80/391.95		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1410.80/391.95		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1410.80/391.95		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1410.80/391.95		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1410.80/391.95		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1410.80/391.95		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1410.80/391.95		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1410.80/391.95		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1410.80/391.95		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1410.80/391.95	Caused by: java.lang.reflect.InvocationTargetException
1410.80/391.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1410.80/391.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1410.80/391.95		at java.lang.reflect.Method.invoke(Method.java:498)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1410.80/391.95		... 16 more
1410.80/391.95	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1410.80/391.95		... 20 more
1410.80/391.95	Caused by: java.lang.reflect.InvocationTargetException
1410.80/391.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1410.80/391.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1410.80/391.95		at java.lang.reflect.Method.invoke(Method.java:498)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1410.80/391.95		... 21 more
1410.80/391.95	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1410.80/391.95		... 25 more
1410.80/391.95	Caused by: java.lang.reflect.InvocationTargetException
1410.80/391.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1410.80/391.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1410.80/391.95		at java.lang.reflect.Method.invoke(Method.java:498)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1410.80/391.95		... 26 more
1410.80/391.95	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1410.80/391.95		... 30 more
1410.80/391.95	Caused by: java.lang.reflect.InvocationTargetException
1410.80/391.95		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1410.80/391.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1410.80/391.95		at java.lang.reflect.Method.invoke(Method.java:498)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1410.80/391.95		... 30 more
1410.80/391.95	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:159)
1410.80/391.95		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1410.80/391.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1410.80/391.95		at java.lang.reflect.Method.invoke(Method.java:498)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1410.80/391.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1410.80/391.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1410.80/391.95		at java.lang.reflect.Method.invoke(Method.java:498)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1410.80/391.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1410.80/391.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1410.80/391.95		at java.lang.reflect.Method.invoke(Method.java:498)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1410.80/391.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1410.80/391.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1410.80/391.95		at java.lang.reflect.Method.invoke(Method.java:498)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1410.80/391.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1410.80/391.95		at org.sat4j.csp.constraints3.SchedulingCtrBuilder.buildCtrCumulative(SchedulingCtrBuilder.java:185)
1410.80/391.95		at org.sat4j.reader.XMLCSP3Reader.buildCtrCumulative(XMLCSP3Reader.java:892)
1410.80/391.95		at org.xcsp.parser.loaders.CtrLoaderInteger.cumulative(CtrLoaderInteger.java:541)
1410.80/391.95		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:218)
1410.80/391.95		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1410.80/391.95		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1410.80/391.95		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1410.80/391.95		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1410.80/391.95		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1410.80/391.95		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1410.80/391.95	
1494.51/414.46	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1494.51/414.46	c This is free software under the dual EPL/GNU LGPL licenses.
1494.51/414.46	c See www.sat4j.org for details.
1494.51/414.46	c That software uses the Rhino library from the Mozilla project.
1494.51/414.46	c version 2.3.6-SNAPSHOT
1494.51/414.46	c java.runtime.name	Java(TM) SE Runtime Environment
1494.51/414.46	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1494.51/414.46	c java.vm.version	25.131-b11
1494.51/414.46	c java.vm.vendor	Oracle Corporation
1494.51/414.46	c sun.arch.data.model	64
1494.51/414.46	c java.version		1.8.0_131
1494.51/414.46	c os.name		Linux
1494.51/414.46	c os.version		3.10.0-514.16.1.el7.x86_64
1494.51/414.46	c os.arch		amd64
1494.51/414.46	c Free memory 		499604488
1494.51/414.46	c Max memory 		7247757312
1494.51/414.46	c Total memory 		504889344
1494.51/414.46	c Number of processors 	4
1494.51/414.46	c c --- Begin Solver configuration ---
1494.51/414.46	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1494.51/414.46	c Learn all clauses as in MiniSAT
1494.51/414.46	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1494.51/414.46	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1494.51/414.46	c No reason simplification
1494.51/414.46	c Glucose 2.1 dynamic restart strategy
1494.51/414.46	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
1494.51/414.46	c timeout=2147483s
1494.51/414.46	c DB Simplification allowed=false
1494.51/414.46	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1494.51/414.46	c --- End Solver configuration ---
1536.43/425.74	c starts		: 0
1562.18/432.49	c conflicts		: 0
1614.74/446.20	c decisions		: 0
1639.30/452.61	Exception in thread "Thread-1" 
1691.76/466.31	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-1"
1691.76/466.31	c propagations		: 0
1691.76/466.31	c inspects		: 0
1691.76/466.31	c shortcuts		: 0
1691.76/466.31	c learnt literals	: 0
1691.76/466.31	c learnt binary clauses	: 0
1691.76/466.31	c learnt ternary clauses	: 0
1691.76/466.31	c learnt constraints	: 0
1691.76/466.31	c ignored constraints	: 0
1691.76/466.31	c root simplifications	: 0
1691.76/466.31	c removed literals (reason simplification)	: 0
1691.76/466.31	c reason swapping (by a shorter reason)	: 0
1691.76/466.31	c Calls to reduceDB	: 0
1691.76/466.31	c Number of update (reduction) of LBD	: 0
1691.76/466.31	c Imported unit clauses	: 0
1691.76/466.31	c number of reductions to clauses (during analyze)	: 0
1691.76/466.31	c number of learned constraints concerned by reduction	: 0
1691.76/466.31	c number of learning phase by resolution	: 0
1691.76/466.31	c number of learning phase by cutting planes	: 0
1691.76/466.31	c number of rounding to 1 operations	: 0
1691.76/466.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1691.76/466.31	c number of reductions of the coefficients by power 2 	: 0
1691.76/466.31	c number of right shift for reduction by power 2 	: 0
1691.76/466.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
1691.76/466.31	c number of ending skipping 	: 0
1691.76/466.31	c number of internal skipping 	: 0
1691.76/466.31	c number of derivation steps 	: 0
1691.76/466.31	c number of skipped derivation steps 	: 0
1691.76/466.31	c number of remaining unassigned 	: 0
1691.76/466.31	c number of remaining assigned 	: 0
1691.76/466.31	c speed (assignments/second)	: 0.0
1691.76/466.31	c non guided choices	: 0
1691.76/466.31	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 (10416 MiB free)
  memory of node 1: 16384 MiB (8668 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289863-1532219938/watcher-4289863-1532219938 -o /tmp/evaluation-result-4289863-1532219938/solver-4289863-1532219938 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532209965-29591 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289863-1532219938.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=31048, runsolver pid=31045
Current StackSize limit: 8192 KiB


[startup+0.100173 s]*
/proc/loadavg: 2.08 2.18 2.55 3/216 31063
/proc/meminfo: memFree=19528676/32770624 swapFree=67108860/67108860
[pid=31048] ppid=31045 vsize=10659012 memory=28544 CPUtime=0.12 cores=0,2,4,6
/proc/31048/stat : 31048 (java) S 31045 31048 26594 0 -1 1077944320 6764 0 0 0 11 1 0 0 20 0 15 0 39556989 10914828288 7136 33554432000 4194304 4196468 140731025686224 140731025668768 140303188008695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
/proc/31048/statm: 2664753 7136 2811 1 0 2627263 0
[pid=31048/tid=31050] ppid=31045 vsize=10659012 memory=-8197568871503139198 CPUtime=0.09 cores=0,2,4,6
/proc/31048/task/31050/stat : 31050 (java) R 31045 31048 26594 0 -1 4202560 4556 0 0 0 8 1 0 0 20 0 15 0 39556989 10914828288 7136 33554432000 4194304 4196468 140731025686224 140303192222688 140303188020630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31051] ppid=31045 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31051/stat : 31051 (java) S 31045 31048 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39556990 10914828288 7136 33554432000 4194304 4196468 140731025686224 140302795246736 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31052] ppid=31045 vsize=10659012 memory=140328848193152 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31052/stat : 31052 (java) S 31045 31048 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39556990 10914828288 7136 33554432000 4194304 4196468 140731025686224 140302794193936 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31053] ppid=31045 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31053/stat : 31053 (java) S 31045 31048 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39556990 10914828288 7136 33554432000 4194304 4196468 140731025686224 140302793141136 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31054] ppid=31045 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31054/stat : 31054 (java) S 31045 31048 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39556990 10914828288 7136 33554432000 4194304 4196468 140731025686224 140302792088336 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31055] ppid=31045 vsize=10659012 memory=140328848193152 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31055/stat : 31055 (java) S 31045 31048 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39556991 10914828288 7136 33554432000 4194304 4196468 140731025686224 140302680545648 140303188019842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31056] ppid=31045 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31056/stat : 31056 (java) S 31045 31048 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39556992 10914828288 7136 33554432000 4194304 4196468 140731025686224 140302679491616 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31057] ppid=31045 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31057/stat : 31057 (java) S 31045 31048 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39556992 10914828288 7136 33554432000 4194304 4196468 140731025686224 140302678438768 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31058] ppid=31045 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31058/stat : 31058 (java) S 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39556994 10914828288 7136 33554432000 4194304 4196468 140731025686224 140302677387088 140303188027291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31059] ppid=31045 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31059/stat : 31059 (java) R 31045 31048 26594 0 -1 1077944384 455 0 0 0 0 0 0 0 20 0 15 0 39556994 10914828288 7136 33554432000 4194304 4196468 140731025686224 140302676335472 140303188019842 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31060] ppid=31045 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31060/stat : 31060 (java) R 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39556994 10914828288 7136 33554432000 4194304 4196468 140731025686224 140302675282672 140303188019842 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31061] ppid=31045 vsize=10659012 memory=140328848193152 CPUtime=0.02 cores=0,2,4,6
/proc/31048/task/31061/stat : 31061 (java) R 31045 31048 26594 0 -1 4202560 383 0 0 0 2 0 0 0 20 0 15 0 39556994 10914828288 7136 33554432000 4194304 4196468 140731025686224 140302674229872 140303188030042 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31062] ppid=31045 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31062/stat : 31062 (java) S 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39556995 10914828288 7136 33554432000 4194304 4196468 140731025686224 140302673177312 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31063] ppid=31045 vsize=10659012 memory=140328848193152 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31063/stat : 31063 (java) S 31045 31048 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39556995 10914828288 7136 33554432000 4194304 4196468 140731025686224 140302672124592 140303188019842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 28544 KiB

[startup+0.210775 s]*
/proc/loadavg: 2.08 2.18 2.55 4/216 31063
/proc/meminfo: memFree=19518104/32770624 swapFree=67108860/67108860
[pid=31048] ppid=31045 vsize=10659012 memory=40640 CPUtime=0.33 cores=0,2,4,6
/proc/31048/stat : 31048 (java) S 31045 31048 26594 0 -1 1077944320 8300 0 0 0 31 2 0 0 20 0 15 0 39556989 10914828288 10160 33554432000 4194304 4196468 140731025686224 140731025668768 140303188008695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
/proc/31048/statm: 2664753 10160 3007 1 0 2627263 0
[pid=31048/tid=31050] ppid=31045 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/31048/task/31050/stat : 31050 (java) R 31045 31048 26594 0 -1 4202560 5100 0 0 0 19 1 0 0 20 0 15 0 39556989 10914828288 10160 33554432000 4194304 4196468 140731025686224 140303192243952 140303169657489 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31051] ppid=31045 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31051/stat : 31051 (java) S 31045 31048 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39556990 10914828288 10160 33554432000 4194304 4196468 140731025686224 140302795246736 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31052] ppid=31045 vsize=10659012 memory=140328848223001 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31052/stat : 31052 (java) S 31045 31048 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39556990 10914828288 10160 33554432000 4194304 4196468 140731025686224 140302794193936 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31053] ppid=31045 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31053/stat : 31053 (java) S 31045 31048 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39556990 10914828288 10160 33554432000 4194304 4196468 140731025686224 140302793141136 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31054] ppid=31045 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31054/stat : 31054 (java) S 31045 31048 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39556990 10914828288 10160 33554432000 4194304 4196468 140731025686224 140302792088336 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31055] ppid=31045 vsize=10659012 memory=140328848193152 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31055/stat : 31055 (java) S 31045 31048 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39556991 10914828288 10160 33554432000 4194304 4196468 140731025686224 140302680545648 140303188019842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31056] ppid=31045 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31056/stat : 31056 (java) S 31045 31048 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39556992 10914828288 10160 33554432000 4194304 4196468 140731025686224 140302679491616 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31057] ppid=31045 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31057/stat : 31057 (java) S 31045 31048 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39556992 10914828288 10160 33554432000 4194304 4196468 140731025686224 140302678438768 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31058] ppid=31045 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31058/stat : 31058 (java) S 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39556994 10914828288 10160 33554432000 4194304 4196468 140731025686224 140302677387088 140303188027291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31059] ppid=31045 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31048/task/31059/stat : 31059 (java) S 31045 31048 26594 0 -1 1077944384 801 0 0 0 2 0 0 0 20 0 15 0 39556994 10914828288 10160 33554432000 4194304 4196468 140731025686224 140302676335472 140303188019842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31060] ppid=31045 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/31048/task/31060/stat : 31060 (java) S 31045 31048 26594 0 -1 1077944384 247 0 0 0 1 0 0 0 20 0 15 0 39556994 10914828288 10160 33554432000 4194304 4196468 140731025686224 140302675282672 140303188019842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31061] ppid=31045 vsize=10659012 memory=140328848193152 CPUtime=0.07 cores=0,2,4,6
/proc/31048/task/31061/stat : 31061 (java) R 31045 31048 26594 0 -1 4202560 785 0 0 0 7 0 0 0 20 0 15 0 39556994 10914828288 10160 33554432000 4194304 4196468 140731025686224 140302674229872 140303188030042 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31062] ppid=31045 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31062/stat : 31062 (java) S 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39556995 10914828288 10160 33554432000 4194304 4196468 140731025686224 140302673177312 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31063] ppid=31045 vsize=10659012 memory=140328848193152 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31063/stat : 31063 (java) S 31045 31048 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39556995 10914828288 10160 33554432000 4194304 4196468 140731025686224 140302672124592 140303188019842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40640 KiB

[startup+0.31045 s]*
/proc/loadavg: 2.08 2.18 2.55 4/216 31063
/proc/meminfo: memFree=19510288/32770624 swapFree=67108860/67108860
[pid=31048] ppid=31045 vsize=10659088 memory=46540 CPUtime=0.53 cores=0,2,4,6
/proc/31048/stat : 31048 (java) S 31045 31048 26594 0 -1 1077944320 9220 0 0 0 51 2 0 0 20 0 15 0 39556989 10914906112 11635 33554432000 4194304 4196468 140731025686224 140731025668768 140303188008695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
/proc/31048/statm: 2664772 11635 3059 1 0 2627263 0
[pid=31048/tid=31050] ppid=31045 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/31048/task/31050/stat : 31050 (java) R 31045 31048 26594 0 -1 4202560 5711 0 0 0 29 1 0 0 20 0 15 0 39556989 10914906112 11635 33554432000 4194304 4196468 140731025686224 140303192245072 140303188020630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31051] ppid=31045 vsize=10659088 memory=288230591823085591 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31051/stat : 31051 (java) S 31045 31048 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39556990 10914906112 11635 33554432000 4194304 4196468 140731025686224 140302795246736 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31052] ppid=31045 vsize=10659088 memory=140328848221031 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31052/stat : 31052 (java) S 31045 31048 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39556990 10914906112 11635 33554432000 4194304 4196468 140731025686224 140302794193936 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31053] ppid=31045 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31053/stat : 31053 (java) S 31045 31048 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39556990 10914906112 11635 33554432000 4194304 4196468 140731025686224 140302793141136 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31054] ppid=31045 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31054/stat : 31054 (java) S 31045 31048 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39556990 10914906112 11635 33554432000 4194304 4196468 140731025686224 140302792088336 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31055] ppid=31045 vsize=10659088 memory=140328848193152 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31055/stat : 31055 (java) S 31045 31048 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39556991 10914906112 11635 33554432000 4194304 4196468 140731025686224 140302680545648 140303188019842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31056] ppid=31045 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31056/stat : 31056 (java) S 31045 31048 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39556992 10914906112 11635 33554432000 4194304 4196468 140731025686224 140302679491616 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31057] ppid=31045 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31057/stat : 31057 (java) S 31045 31048 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39556992 10914906112 11635 33554432000 4194304 4196468 140731025686224 140302678438768 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31058] ppid=31045 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31058/stat : 31058 (java) S 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39556994 10914906112 11635 33554432000 4194304 4196468 140731025686224 140302677387088 140303188027291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31059] ppid=31045 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/31048/task/31059/stat : 31059 (java) R 31045 31048 26594 0 -1 1077944384 917 0 0 0 5 0 0 0 20 0 15 0 39556994 10914906112 11635 33554432000 4194304 4196468 140731025686224 140302676335472 140303188019842 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31060] ppid=31045 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/31048/task/31060/stat : 31060 (java) S 31045 31048 26594 0 -1 1077944384 284 0 0 0 3 0 0 0 20 0 15 0 39556994 10914906112 11635 33554432000 4194304 4196468 140731025686224 140302675282672 140303188019842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31061] ppid=31045 vsize=10659088 memory=140328848193152 CPUtime=0.12 cores=0,2,4,6
/proc/31048/task/31061/stat : 31061 (java) R 31045 31048 26594 0 -1 4202560 940 0 0 0 12 0 0 0 20 0 15 0 39556994 10914906112 11635 33554432000 4194304 4196468 140731025686224 140302674229872 140303166373304 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31062] ppid=31045 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31062/stat : 31062 (java) S 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39556995 10914906112 11635 33554432000 4194304 4196468 140731025686224 140302673177312 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31063] ppid=31045 vsize=10659088 memory=140328848193152 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31063/stat : 31063 (java) S 31045 31048 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39556995 10914906112 11635 33554432000 4194304 4196468 140731025686224 140302672124592 140303188019842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46540 KiB

[startup+0.700761 s]
/proc/loadavg: 2.08 2.18 2.55 5/216 31063
/proc/meminfo: memFree=19450156/32770624 swapFree=67108860/67108860
[pid=31048] ppid=31045 vsize=10659088 memory=233444 CPUtime=1.64 cores=0,2,4,6
/proc/31048/stat : 31048 (java) S 31045 31048 26594 0 -1 1077944320 14292 0 0 0 155 9 0 0 20 0 15 0 39556989 10914906112 58361 33554432000 4194304 4196468 140731025686224 140731025668768 140303188008695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
/proc/31048/statm: 2664772 58361 3102 1 0 2627263 0
[pid=31048/tid=31050] ppid=31045 vsize=10659088 memory=1728 CPUtime=0.62 cores=0,2,4,6
/proc/31048/task/31050/stat : 31050 (java) S 31045 31048 26594 0 -1 1077944384 6118 0 0 0 58 4 0 0 20 0 15 0 39556989 10914906112 58361 33554432000 4194304 4196468 140731025686224 140303192242224 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31051] ppid=31045 vsize=10659088 memory=5408 CPUtime=0.02 cores=0,2,4,6
/proc/31048/task/31051/stat : 31051 (java) R 31045 31048 26594 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 15 0 39556990 10914906112 58361 33554432000 4194304 4196468 140731025686224 140302795246856 140303180636903 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31052] ppid=31045 vsize=10659088 memory=4612 CPUtime=0.03 cores=0,2,4,6
/proc/31048/task/31052/stat : 31052 (java) R 31045 31048 26594 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 15 0 39556990 10914906112 58361 33554432000 4194304 4196468 140731025686224 140302794193824 140303173030816 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31053] ppid=31045 vsize=10659088 memory=1708 CPUtime=0.05 cores=0,2,4,6
/proc/31048/task/31053/stat : 31053 (java) R 31045 31048 26594 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 15 0 39556990 10914906112 58361 33554432000 4194304 4196468 140731025686224 140302793141336 140303180636903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31054] ppid=31045 vsize=10659088 memory=1228 CPUtime=0.06 cores=0,2,4,6
/proc/31048/task/31054/stat : 31054 (java) R 31045 31048 26594 0 -1 4202560 38 0 0 0 5 1 0 0 20 0 15 0 39556990 10914906112 58361 33554432000 4194304 4196468 140731025686224 140302792085968 140303180636903 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31055] ppid=31045 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31055/stat : 31055 (java) S 31045 31048 26594 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 39556991 10914906112 58361 33554432000 4194304 4196468 140731025686224 140302680544160 140303188018901 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31056] ppid=31045 vsize=10659088 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31056/stat : 31056 (java) S 31045 31048 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39556992 10914906112 58361 33554432000 4194304 4196468 140731025686224 140302679491616 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31057] ppid=31045 vsize=10659088 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31057/stat : 31057 (java) S 31045 31048 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39556992 10914906112 58361 33554432000 4194304 4196468 140731025686224 140302678438768 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31058] ppid=31045 vsize=10659088 memory=12972 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31058/stat : 31058 (java) S 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39556994 10914906112 58361 33554432000 4194304 4196468 140731025686224 140302677387088 140303188027291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31059] ppid=31045 vsize=10659088 memory=7662705889289527641 CPUtime=0.32 cores=0,2,4,6
/proc/31048/task/31059/stat : 31059 (java) R 31045 31048 26594 0 -1 4202560 3068 0 0 0 32 0 0 0 20 0 15 0 39556994 10914906112 58361 33554432000 4194304 4196468 140731025686224 140302676316488 140303167255436 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31060] ppid=31045 vsize=10659088 memory=7597685182856913236 CPUtime=0.26 cores=0,2,4,6
/proc/31048/task/31060/stat : 31060 (java) S 31045 31048 26594 0 -1 1077944384 2003 0 0 0 26 0 0 0 20 0 15 0 39556994 10914906112 58361 33554432000 4194304 4196468 140731025686224 140302675273952 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31061] ppid=31045 vsize=10659088 memory=6935658124599644240 CPUtime=0.23 cores=0,2,4,6
/proc/31048/task/31061/stat : 31061 (java) S 31045 31048 26594 0 -1 1077944384 1626 0 0 0 23 0 0 0 20 0 15 0 39556994 10914906112 58361 33554432000 4194304 4196468 140731025686224 140302674229872 140303188019842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31062] ppid=31045 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31062/stat : 31062 (java) S 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39556995 10914906112 58361 33554432000 4194304 4196468 140731025686224 140302673177312 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31063] ppid=31045 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31063/stat : 31063 (java) S 31045 31048 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39556995 10914906112 58361 33554432000 4194304 4196468 140731025686224 140302672124592 140303188019842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 233444 KiB

[startup+1.50157 s]
/proc/loadavg: 2.08 2.18 2.55 6/216 31063
/proc/meminfo: memFree=19229672/32770624 swapFree=67108860/67108860
[pid=31048] ppid=31045 vsize=10659088 memory=584796 CPUtime=3.69 cores=0,2,4,6
/proc/31048/stat : 31048 (java) S 31045 31048 26594 0 -1 1077944320 15545 0 0 0 328 41 0 0 20 0 15 0 39556989 10914906112 146199 33554432000 4194304 4196468 140731025686224 140731025668768 140303188008695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
/proc/31048/statm: 2664772 146199 3130 1 0 2627263 0
[pid=31048/tid=31050] ppid=31045 vsize=10659088 memory=0 CPUtime=1.11 cores=0,2,4,6
/proc/31048/task/31050/stat : 31050 (java) S 31045 31048 26594 0 -1 1077944384 6229 0 0 0 106 5 0 0 20 0 15 0 39556989 10914906112 146199 33554432000 4194304 4196468 140731025686224 140303192244096 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31051] ppid=31045 vsize=10659088 memory=-6951259422114956437 CPUtime=0.31 cores=0,2,4,6
/proc/31048/task/31051/stat : 31051 (java) R 31045 31048 26594 0 -1 4202560 215 0 0 0 24 7 0 0 20 0 15 0 39556990 10914906112 146199 33554432000 4194304 4196468 140731025686224 140302795246624 140303173032373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31052] ppid=31045 vsize=10659088 memory=-6509546260019855295 CPUtime=0.33 cores=0,2,4,6
/proc/31048/task/31052/stat : 31052 (java) R 31045 31048 26594 0 -1 4202560 193 0 0 0 25 8 0 0 20 0 15 0 39556990 10914906112 146199 33554432000 4194304 4196468 140731025686224 140302794193936 140303173032398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31053] ppid=31045 vsize=10659088 memory=-7390251449858225344 CPUtime=0.35 cores=0,2,4,6
/proc/31048/task/31053/stat : 31053 (java) R 31045 31048 26594 0 -1 4202560 200 0 0 0 27 8 0 0 20 0 15 0 39556990 10914906112 146199 33554432000 4194304 4196468 140731025686224 140302793141136 140303167204154 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31054] ppid=31045 vsize=10659088 memory=4134692831991786133 CPUtime=0.34 cores=0,2,4,6
/proc/31048/task/31054/stat : 31054 (java) R 31045 31048 26594 0 -1 4202560 215 0 0 0 26 8 0 0 20 0 15 0 39556990 10914906112 146199 33554432000 4194304 4196468 140731025686224 140302792088536 140303173032750 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31055] ppid=31045 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31055/stat : 31055 (java) S 31045 31048 26594 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39556991 10914906112 146199 33554432000 4194304 4196468 140731025686224 140302680544160 140303188018901 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0

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

[pid=31048/tid=31051] ppid=31045 vsize=10794416 memory=6791534058613427641 CPUtime=409.16 cores=0,2,4,6
/proc/31048/task/31051/stat : 31051 (java) R 31045 31048 26594 0 -1 4202560 28637 0 0 0 40740 176 0 0 20 0 17 0 39556990 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302795246624 140303173005204 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31052] ppid=31045 vsize=10794416 memory=796 CPUtime=409.31 cores=0,2,4,6
/proc/31048/task/31052/stat : 31052 (java) R 31045 31048 26594 0 -1 4202560 29065 0 0 0 40741 190 0 0 20 0 17 0 39556990 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302794194136 140303173005341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31053] ppid=31045 vsize=10794416 memory=1424 CPUtime=410.22 cores=0,2,4,6
/proc/31048/task/31053/stat : 31053 (java) R 31045 31048 26594 0 -1 4202560 26976 0 0 0 40827 195 0 0 20 0 17 0 39556990 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302793141136 140303169618317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31054] ppid=31045 vsize=10794416 memory=8296856 CPUtime=409 cores=0,2,4,6
/proc/31048/task/31054/stat : 31054 (java) R 31045 31048 26594 0 -1 4202560 44936 0 0 0 40697 203 0 0 20 0 17 0 39556990 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302792088536 140303172707511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31055] ppid=31045 vsize=10794416 memory=15872 CPUtime=32.53 cores=0,2,4,6
/proc/31048/task/31055/stat : 31055 (java) S 31045 31048 26594 0 -1 1077944384 79644 0 0 0 3249 4 0 0 20 0 17 0 39556991 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302680544192 140303188018901 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31056] ppid=31045 vsize=10794416 memory=8296856 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31056/stat : 31056 (java) S 31045 31048 26594 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 39556992 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302679491680 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31057] ppid=31045 vsize=10794416 memory=2412 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31057/stat : 31057 (java) S 31045 31048 26594 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 39556992 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302678438784 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31058] ppid=31045 vsize=10794416 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31058/stat : 31058 (java) S 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39556994 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302677387088 140303188027291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31059] ppid=31045 vsize=10794416 memory=5408 CPUtime=1.17 cores=0,2,4,6
/proc/31048/task/31059/stat : 31059 (java) S 31045 31048 26594 0 -1 1077944384 8399 0 0 0 116 1 0 0 20 0 17 0 39556994 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302676335520 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31060] ppid=31045 vsize=10794416 memory=4612 CPUtime=1.19 cores=0,2,4,6
/proc/31048/task/31060/stat : 31060 (java) S 31045 31048 26594 0 -1 1077944384 8833 0 0 0 118 1 0 0 20 0 17 0 39556994 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302675282720 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31061] ppid=31045 vsize=10794416 memory=1708 CPUtime=0.39 cores=0,2,4,6
/proc/31048/task/31061/stat : 31061 (java) S 31045 31048 26594 0 -1 1077944384 3729 0 0 0 39 0 0 0 20 0 17 0 39556994 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302674229632 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31062] ppid=31045 vsize=10794416 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31062/stat : 31062 (java) S 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39556995 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302673177312 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31063] ppid=31045 vsize=10794416 memory=1944 CPUtime=0.26 cores=0,2,4,6
/proc/31048/task/31063/stat : 31063 (java) S 31045 31048 26594 0 -1 1077944384 1093 0 0 0 18 8 0 0 20 0 17 0 39556995 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302672124592 140303188019842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31078] ppid=31045 vsize=10794416 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31078/stat : 31078 (java) S 31045 31048 26594 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 39596184 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302668971408 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31079] ppid=31045 vsize=10794416 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31079/stat : 31079 (java) S 31045 31048 26594 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 39596184 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302667914640 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
Current children cumulated CPU time: 1689.66 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8296860 KiB

[startup+466.002 s]*
/proc/loadavg: 4.59 4.02 3.31 6/218 31080
/proc/meminfo: memFree=11244116/32770624 swapFree=67108860/67108860
[pid=31048] ppid=31045 vsize=10794416 memory=8296860 CPUtime=1691.29 cores=0,2,4,6
/proc/31048/stat : 31048 (java) S 31045 31048 26594 0 -1 1077944320 247900 0 0 0 168342 787 0 0 20 0 17 0 39556989 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140731025668768 140303188008695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
/proc/31048/statm: 2698604 2074215 3220 1 0 2661057 0
[pid=31048/tid=31050] ppid=31045 vsize=10794416 memory=6791534058613427641 CPUtime=16.3 cores=0,2,4,6
/proc/31048/task/31050/stat : 31050 (java) S 31045 31048 26594 0 -1 1077944384 15002 0 0 0 1621 9 0 0 20 0 17 0 39556989 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140303192249376 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31051] ppid=31045 vsize=10794416 memory=4126316290023845779 CPUtime=409.56 cores=0,2,4,6
/proc/31048/task/31051/stat : 31051 (java) R 31045 31048 26594 0 -1 4202560 28637 0 0 0 40780 176 0 0 20 0 17 0 39556990 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302795246624 140303172466286 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31052] ppid=31045 vsize=10794416 memory=6428 CPUtime=409.72 cores=0,2,4,6
/proc/31048/task/31052/stat : 31052 (java) R 31045 31048 26594 0 -1 4202560 29065 0 0 0 40782 190 0 0 20 0 17 0 39556990 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302794194136 140303172707546 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31053] ppid=31045 vsize=10794416 memory=1576 CPUtime=410.63 cores=0,2,4,6
/proc/31048/task/31053/stat : 31053 (java) R 31045 31048 26594 0 -1 4202560 26976 0 0 0 40868 195 0 0 20 0 17 0 39556990 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302793141136 140303180636903 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31054] ppid=31045 vsize=10794416 memory=932 CPUtime=409.41 cores=0,2,4,6
/proc/31048/task/31054/stat : 31054 (java) R 31045 31048 26594 0 -1 4202560 44936 0 0 0 40738 203 0 0 20 0 17 0 39556990 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302792088456 140303180636903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31055] ppid=31045 vsize=10794416 memory=2244 CPUtime=32.53 cores=0,2,4,6
/proc/31048/task/31055/stat : 31055 (java) S 31045 31048 26594 0 -1 1077944384 79644 0 0 0 3249 4 0 0 20 0 17 0 39556991 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302680544192 140303188018901 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31056] ppid=31045 vsize=10794416 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31056/stat : 31056 (java) S 31045 31048 26594 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 39556992 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302679491680 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31057] ppid=31045 vsize=10794416 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31057/stat : 31057 (java) S 31045 31048 26594 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 39556992 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302678438784 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31058] ppid=31045 vsize=10794416 memory=7532 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31058/stat : 31058 (java) S 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39556994 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302677387088 140303188027291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31059] ppid=31045 vsize=10794416 memory=844 CPUtime=1.17 cores=0,2,4,6
/proc/31048/task/31059/stat : 31059 (java) S 31045 31048 26594 0 -1 1077944384 8399 0 0 0 116 1 0 0 20 0 17 0 39556994 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302676335520 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31060] ppid=31045 vsize=10794416 memory=8296856 CPUtime=1.19 cores=0,2,4,6
/proc/31048/task/31060/stat : 31060 (java) S 31045 31048 26594 0 -1 1077944384 8833 0 0 0 118 1 0 0 20 0 17 0 39556994 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302675282720 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31061] ppid=31045 vsize=10794416 memory=4140 CPUtime=0.39 cores=0,2,4,6
/proc/31048/task/31061/stat : 31061 (java) S 31045 31048 26594 0 -1 1077944384 3729 0 0 0 39 0 0 0 20 0 17 0 39556994 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302674229632 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31062] ppid=31045 vsize=10794416 memory=13940 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31062/stat : 31062 (java) S 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39556995 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302673177312 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31063] ppid=31045 vsize=10794416 memory=1296 CPUtime=0.26 cores=0,2,4,6
/proc/31048/task/31063/stat : 31063 (java) S 31045 31048 26594 0 -1 1077944384 1093 0 0 0 18 8 0 0 20 0 17 0 39556995 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302672124592 140303188019842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31078] ppid=31045 vsize=10794416 memory=8296856 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31078/stat : 31078 (java) S 31045 31048 26594 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 39596184 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302668971408 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31079] ppid=31045 vsize=10794416 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31079/stat : 31079 (java) S 31045 31048 26594 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 39596184 11053481984 2074215 33554432000 4194304 4196468 140731025686224 140302667914640 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
Current children cumulated CPU time: 1691.29 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8296860 KiB

[startup+466.201 s]
/proc/loadavg: 4.59 4.02 3.31 6/218 31080
/proc/meminfo: memFree=11244116/32770624 swapFree=67108860/67108860
[pid=31048] ppid=31045 vsize=10794416 memory=8296864 CPUtime=1691.66 cores=0,2,4,6
/proc/31048/stat : 31048 (java) S 31045 31048 26594 0 -1 1077944320 248474 0 0 0 168378 788 0 0 20 0 17 0 39556989 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140731025668768 140303188008695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
/proc/31048/statm: 2698604 2074216 3220 1 0 2661057 0
[pid=31048/tid=31050] ppid=31045 vsize=10794416 memory=796 CPUtime=16.3 cores=0,2,4,6
/proc/31048/task/31050/stat : 31050 (java) S 31045 31048 26594 0 -1 1077944384 15002 0 0 0 1621 9 0 0 20 0 17 0 39556989 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140303192249376 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31051] ppid=31045 vsize=10794416 memory=1424 CPUtime=409.62 cores=0,2,4,6
/proc/31048/task/31051/stat : 31051 (java) S 31045 31048 26594 0 -1 1077944384 28637 0 0 0 40786 176 0 0 20 0 17 0 39556990 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302795246736 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31052] ppid=31045 vsize=10794416 memory=1200 CPUtime=409.78 cores=0,2,4,6
/proc/31048/task/31052/stat : 31052 (java) S 31045 31048 26594 0 -1 1077944384 29065 0 0 0 40788 190 0 0 20 0 17 0 39556990 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302794193936 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31053] ppid=31045 vsize=10794416 memory=15872 CPUtime=410.69 cores=0,2,4,6
/proc/31048/task/31053/stat : 31053 (java) S 31045 31048 26594 0 -1 1077944384 26976 0 0 0 40874 195 0 0 20 0 17 0 39556990 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302793141136 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31054] ppid=31045 vsize=10794416 memory=8624 CPUtime=409.47 cores=0,2,4,6
/proc/31048/task/31054/stat : 31054 (java) S 31045 31048 26594 0 -1 1077944384 44936 0 0 0 40744 203 0 0 20 0 17 0 39556990 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302792088336 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31055] ppid=31045 vsize=10794416 memory=16448 CPUtime=32.67 cores=0,2,4,6
/proc/31048/task/31055/stat : 31055 (java) R 31045 31048 26594 0 -1 4202560 80219 0 0 0 3262 5 0 0 20 0 17 0 39556991 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302680544192 140303172466326 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31056] ppid=31045 vsize=10794416 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31056/stat : 31056 (java) S 31045 31048 26594 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 39556992 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302679491680 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31057] ppid=31045 vsize=10794416 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31057/stat : 31057 (java) S 31045 31048 26594 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 39556992 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302678438784 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31058] ppid=31045 vsize=10794416 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31058/stat : 31058 (java) S 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39556994 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302677387088 140303188027291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31059] ppid=31045 vsize=10794416 memory=13573695205542171 CPUtime=1.17 cores=0,2,4,6
/proc/31048/task/31059/stat : 31059 (java) S 31045 31048 26594 0 -1 1077944384 8399 0 0 0 116 1 0 0 20 0 17 0 39556994 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302676335520 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31060] ppid=31045 vsize=10794416 memory=844 CPUtime=1.19 cores=0,2,4,6
/proc/31048/task/31060/stat : 31060 (java) S 31045 31048 26594 0 -1 1077944384 8833 0 0 0 118 1 0 0 20 0 17 0 39556994 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302675282720 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31061] ppid=31045 vsize=10794416 memory=1696 CPUtime=0.39 cores=0,2,4,6
/proc/31048/task/31061/stat : 31061 (java) S 31045 31048 26594 0 -1 1077944384 3729 0 0 0 39 0 0 0 20 0 17 0 39556994 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302674229632 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31062] ppid=31045 vsize=10794416 memory=920 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31062/stat : 31062 (java) S 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39556995 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302673177312 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31063] ppid=31045 vsize=10794416 memory=3848 CPUtime=0.26 cores=0,2,4,6
/proc/31048/task/31063/stat : 31063 (java) S 31045 31048 26594 0 -1 1077944384 1093 0 0 0 18 8 0 0 20 0 17 0 39556995 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302672124592 140303188019842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31078] ppid=31045 vsize=10794416 memory=2632 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31078/stat : 31078 (java) S 31045 31048 26594 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 39596184 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302668971408 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31079] ppid=31045 vsize=10794416 memory=2868 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31079/stat : 31079 (java) S 31045 31048 26594 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 39596184 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302667914640 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
Current children cumulated CPU time: 1691.66 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8296864 KiB

[startup+466.301 s]
/proc/loadavg: 4.59 4.02 3.31 6/218 31080
/proc/meminfo: memFree=11244116/32770624 swapFree=67108860/67108860
[pid=31048] ppid=31045 vsize=10794416 memory=8296864 CPUtime=1691.76 cores=0,2,4,6
/proc/31048/stat : 31048 (java) S 31045 31048 26594 0 -1 1077944320 248511 0 0 0 168388 788 0 0 20 0 17 0 39556989 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140731025668768 140303188008695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
/proc/31048/statm: 2698604 2074216 3220 1 0 2661057 0
[pid=31048/tid=31050] ppid=31045 vsize=10794416 memory=8296860 CPUtime=16.3 cores=0,2,4,6
/proc/31048/task/31050/stat : 31050 (java) S 31045 31048 26594 0 -1 1077944384 15002 0 0 0 1621 9 0 0 20 0 17 0 39556989 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140303192249376 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31051] ppid=31045 vsize=10794416 memory=8296860 CPUtime=409.62 cores=0,2,4,6
/proc/31048/task/31051/stat : 31051 (java) S 31045 31048 26594 0 -1 1077944384 28637 0 0 0 40786 176 0 0 20 0 17 0 39556990 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302795246736 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31052] ppid=31045 vsize=10794416 memory=8296756 CPUtime=409.78 cores=0,2,4,6
/proc/31048/task/31052/stat : 31052 (java) S 31045 31048 26594 0 -1 1077944384 29065 0 0 0 40788 190 0 0 20 0 17 0 39556990 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302794193936 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31053] ppid=31045 vsize=10794416 memory=8296856 CPUtime=410.69 cores=0,2,4,6
/proc/31048/task/31053/stat : 31053 (java) S 31045 31048 26594 0 -1 1077944384 26976 0 0 0 40874 195 0 0 20 0 17 0 39556990 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302793141136 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31054] ppid=31045 vsize=10794416 memory=280657457589136 CPUtime=409.47 cores=0,2,4,6
/proc/31048/task/31054/stat : 31054 (java) S 31045 31048 26594 0 -1 1077944384 44936 0 0 0 40744 203 0 0 20 0 17 0 39556990 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302792088336 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31055] ppid=31045 vsize=10794416 memory=8296864 CPUtime=32.77 cores=0,2,4,6
/proc/31048/task/31055/stat : 31055 (java) R 31045 31048 26594 0 -1 4202560 80255 0 0 0 3272 5 0 0 20 0 17 0 39556991 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302680544080 140303166378875 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31056] ppid=31045 vsize=10794416 memory=8296856 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31056/stat : 31056 (java) S 31045 31048 26594 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 39556992 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302679491680 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31057] ppid=31045 vsize=10794416 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31057/stat : 31057 (java) S 31045 31048 26594 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 39556992 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302678438784 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31058] ppid=31045 vsize=10794416 memory=5408 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31058/stat : 31058 (java) S 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39556994 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302677387088 140303188027291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31059] ppid=31045 vsize=10794416 memory=8296856 CPUtime=1.17 cores=0,2,4,6
/proc/31048/task/31059/stat : 31059 (java) S 31045 31048 26594 0 -1 1077944384 8399 0 0 0 116 1 0 0 20 0 17 0 39556994 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302676335520 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31060] ppid=31045 vsize=10794416 memory=8296756 CPUtime=1.19 cores=0,2,4,6
/proc/31048/task/31060/stat : 31060 (java) S 31045 31048 26594 0 -1 1077944384 8833 0 0 0 118 1 0 0 20 0 17 0 39556994 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302675282720 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31061] ppid=31045 vsize=10794416 memory=13331578489260 CPUtime=0.39 cores=0,2,4,6
/proc/31048/task/31061/stat : 31061 (java) S 31045 31048 26594 0 -1 1077944384 3729 0 0 0 39 0 0 0 20 0 17 0 39556994 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302674229632 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31062] ppid=31045 vsize=10794416 memory=3472328296227679313 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31062/stat : 31062 (java) S 31045 31048 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39556995 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302673177312 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31063] ppid=31045 vsize=10794416 memory=6791534058613427641 CPUtime=0.26 cores=0,2,4,6
/proc/31048/task/31063/stat : 31063 (java) S 31045 31048 26594 0 -1 1077944384 1093 0 0 0 18 8 0 0 20 0 17 0 39556995 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302672124592 140303188019842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31078] ppid=31045 vsize=10794416 memory=2354816 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31078/stat : 31078 (java) S 31045 31048 26594 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 39596184 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302668971408 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
[pid=31048/tid=31079] ppid=31045 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/31048/task/31079/stat : 31079 (java) S 31045 31048 26594 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 39596184 11053481984 2074216 33554432000 4194304 4196468 140731025686224 140302667914640 140303188018901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15323136 140731025687665 140731025687817 140731025687817 140731025690575 0
Current children cumulated CPU time: 1691.76 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8296864 KiB

Child status: 0
Real time (s): 466.362
CPU time (s): 1691.83
CPU user time (s): 1683.9
CPU system time (s): 7.92535
CPU usage (%): 362.771
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8296864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1683.9
system time used= 7.92535
maximum resident set size= 8296864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248608
page faults= 0
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33734
involuntary context switches= 22165


# summary of solver processes directly reported to runsolver:
#   pid: 31048
#   total CPU time (s): 1691.83
#   total CPU user time (s): 1683.9
#   total CPU system time (s): 7.92535

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.69947 second user time and 4.70176 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-22 02:38:58
IDJOB=4289863
IDBENCH=141480
IDSOLVER=2742
FILE ID=node137/4289863-1532219938
RUNJOBID= node137-1532209965-29591
PBS_JOBID= 21018930
Free space on /tmp= 56892 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j90-01-04_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289863-1532219938/watcher-4289863-1532219938 -o /tmp/evaluation-result-4289863-1532219938/solver-4289863-1532219938 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532209965-29591 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289863-1532219938.xml

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

MD5SUM BENCH= 0eb6d6735b5266ca4e96e7e1d1b2460a
RANDOM SEED=695129407

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19543708 kB
MemAvailable:   29588568 kB
Buffers:          220936 kB
Cached:         10025664 kB
SwapCached:            0 kB
Active:          3968468 kB
Inactive:        8678480 kB
Active(anon):    2403680 kB
Inactive(anon):    16948 kB
Active(file):    1564788 kB
Inactive(file):  8661532 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2332 kB
Writeback:            12 kB
AnonPages:       2407904 kB
Mapped:            46872 kB
Shmem:             17036 kB
Slab:             273940 kB
SReclaimable:     247000 kB
SUnreclaim:        26940 kB
KernelStack:        3536 kB
PageTables:         9948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4268688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2267136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 56888 MiB
End job on node137 at 2018-07-22 02:46:45