Trace number 4262938

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? 1295.03 356.41699

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-24-a4.xml
MD5SUM703fa8ddaec9a7a194d23a6d05243a88
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark599
Best CPU time to get the best result obtained on this benchmark2520.1101
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints35928
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":24}]
Minimum variable degree5820
Maximum variable degree5821
Distribution of variable degrees[{"degree":5820,"count":22},{"degree":5821,"count":2}]
Minimum constraint arity1
Maximum constraint arity24
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":4048},{"arity":4,"count":31878},{"arity":24,"count":1}]
Number of extensional constraints0
Number of intensional constraints35927
Distribution of constraint types[{"type":"intension","count":35927},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262938-1502625583/watcher-4262938-1502625583 -o /tmp/evaluation-result-4262938-1502625583/solver-4262938-1502625583 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262938-1502625583.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
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
solver pid=23887, runsolver pid=23884
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 4.45 4.30 3.92 2/202 23889
/proc/meminfo: memFree=25186324/32770624 swapFree=67108776/67108860
[pid=23887] ppid=23884 vsize=9936560 memory=16944 CPUtime=0 cores=1,3,5,7
/proc/23887/stat : 23887 (java) S 23884 23887 7084 0 -1 1077944320 3059 0 0 0 0 0 0 0 20 0 6 0 162211093 10175037440 4236 18446744073709551615 4194304 4196468 140725169119216 140725169101760 140195070349047 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
/proc/23887/statm: 2484140 4236 1653 1 0 2473637 0
[pid=23887/tid=23889] ppid=23884 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23889/stat : 23889 (java) R 23884 23887 7084 0 -1 4202560 1846 0 0 0 0 0 0 0 20 0 6 0 162211103 10175037440 4368 18446744073709551615 4194304 4196468 140725169119216 140195074585168 140195031329765 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23890] ppid=23884 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23890/stat : 23890 (java) S 23884 23887 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162211103 10175037440 4368 18446744073709551615 4194304 4196468 140725169119216 140195000768784 140195070359253 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23891] ppid=23884 vsize=9936560 memory=140445106472576 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23891/stat : 23891 (java) S 23884 23887 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162211103 10175037440 4368 18446744073709551615 4194304 4196468 140725169119216 140194999716240 140195070359253 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23892] ppid=23884 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23892/stat : 23892 (java) S 23884 23887 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 162211103 10175037440 4368 18446744073709551615 4194304 4196468 140725169119216 140194998663696 140195070359253 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23893] ppid=23884 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23893/stat : 23893 (java) S 23884 23887 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 162211103 10175037440 4368 18446744073709551615 4194304 4196468 140725169119216 140194997611152 140195070359253 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16944 KiB

[startup+0.212483 s]*
/proc/loadavg: 4.45 4.30 3.92 3/215 23902
/proc/meminfo: memFree=25173636/32770624 swapFree=67108776/67108860
[pid=23887] ppid=23884 vsize=10551156 memory=27528 CPUtime=0.09 cores=1,3,5,7
/proc/23887/stat : 23887 (java) S 23884 23887 7084 0 -1 1077944320 4887 0 0 0 8 1 0 0 20 0 15 0 162211093 10804383744 6882 18446744073709551615 4194304 4196468 140725169119216 140725169101760 140195070349047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
/proc/23887/statm: 2637789 6882 2742 1 0 2627261 0
[pid=23887/tid=23889] ppid=23884 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/23887/task/23889/stat : 23889 (java) R 23884 23887 7084 0 -1 4202560 2854 0 0 0 7 0 0 0 20 0 15 0 162211103 10804383744 6882 18446744073709551615 4194304 4196468 140725169119216 140195074571776 140195054429534 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23890] ppid=23884 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23890/stat : 23890 (java) S 23884 23887 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162211103 10804383744 6882 18446744073709551615 4194304 4196468 140725169119216 140195000768784 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23891] ppid=23884 vsize=10551156 memory=3546223985650992800 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23891/stat : 23891 (java) S 23884 23887 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162211103 10804383744 6947 18446744073709551615 4194304 4196468 140725169119216 140194999716240 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23892] ppid=23884 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23892/stat : 23892 (java) S 23884 23887 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162211103 10804383744 6947 18446744073709551615 4194304 4196468 140725169119216 140194998663696 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23893] ppid=23884 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23893/stat : 23893 (java) S 23884 23887 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162211103 10804383744 6947 18446744073709551615 4194304 4196468 140725169119216 140194997611152 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23894] ppid=23884 vsize=10551156 memory=140445106472576 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23894/stat : 23894 (java) S 23884 23887 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162211105 10804383744 6947 18446744073709551615 4194304 4196468 140725169119216 140194567113200 140195070360194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23895] ppid=23884 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23895/stat : 23895 (java) S 23884 23887 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162211105 10804383744 6947 18446744073709551615 4194304 4196468 140725169119216 140194566059424 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23896] ppid=23884 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23896/stat : 23896 (java) S 23884 23887 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162211105 10804383744 6947 18446744073709551615 4194304 4196468 140725169119216 140194565006832 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23897] ppid=23884 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23897/stat : 23897 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162211108 10804383744 6947 18446744073709551615 4194304 4196468 140725169119216 140194563955408 140195070367643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23898] ppid=23884 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23898/stat : 23898 (java) S 23884 23887 7084 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 162211108 10804383744 6947 18446744073709551615 4194304 4196468 140725169119216 140194562902000 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23899] ppid=23884 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23899/stat : 23899 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162211108 10804383744 6947 18446744073709551615 4194304 4196468 140725169119216 140194561849456 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23900] ppid=23884 vsize=10551156 memory=140445106472576 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23900/stat : 23900 (java) S 23884 23887 7084 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 15 0 162211108 10804383744 6947 18446744073709551615 4194304 4196468 140725169119216 140194560796912 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23901] ppid=23884 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23901/stat : 23901 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162211108 10804383744 6947 18446744073709551615 4194304 4196468 140725169119216 140194559744608 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23902] ppid=23884 vsize=10551156 memory=140445106472576 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23902/stat : 23902 (java) S 23884 23887 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162211113 10804383744 6947 18446744073709551615 4194304 4196468 140725169119216 140194558692144 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27528 KiB

[startup+0.310729 s]*
/proc/loadavg: 4.45 4.30 3.92 3/215 23902
/proc/meminfo: memFree=25163536/32770624 swapFree=67108776/67108860
[pid=23887] ppid=23884 vsize=10551156 memory=36516 CPUtime=0.23 cores=1,3,5,7
/proc/23887/stat : 23887 (java) S 23884 23887 7084 0 -1 1077944320 8438 0 0 0 21 2 0 0 20 0 15 0 162211093 10804383744 9129 18446744073709551615 4194304 4196468 140725169119216 140725169101760 140195070349047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
/proc/23887/statm: 2637789 9129 2830 1 0 2627261 0
[pid=23887/tid=23889] ppid=23884 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/23887/task/23889/stat : 23889 (java) R 23884 23887 7084 0 -1 4202560 6106 0 0 0 15 2 0 0 20 0 15 0 162211103 10804383744 9129 18446744073709551615 4194304 4196468 140725169119216 140195074582592 140195070370973 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23890] ppid=23884 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23890/stat : 23890 (java) S 23884 23887 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162211103 10804383744 9193 18446744073709551615 4194304 4196468 140725169119216 140195000768784 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23891] ppid=23884 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23891/stat : 23891 (java) S 23884 23887 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162211103 10804383744 9193 18446744073709551615 4194304 4196468 140725169119216 140194999716240 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23892] ppid=23884 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23892/stat : 23892 (java) S 23884 23887 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162211103 10804383744 9193 18446744073709551615 4194304 4196468 140725169119216 140194998663696 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23893] ppid=23884 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23893/stat : 23893 (java) S 23884 23887 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162211103 10804383744 9193 18446744073709551615 4194304 4196468 140725169119216 140194997611152 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23894] ppid=23884 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23894/stat : 23894 (java) S 23884 23887 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162211105 10804383744 9193 18446744073709551615 4194304 4196468 140725169119216 140194567113200 140195070360194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23895] ppid=23884 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23895/stat : 23895 (java) S 23884 23887 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162211105 10804383744 9193 18446744073709551615 4194304 4196468 140725169119216 140194566059424 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23896] ppid=23884 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23896/stat : 23896 (java) S 23884 23887 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162211105 10804383744 9193 18446744073709551615 4194304 4196468 140725169119216 140194565006832 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23897] ppid=23884 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23897/stat : 23897 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162211108 10804383744 9193 18446744073709551615 4194304 4196468 140725169119216 140194563955408 140195070367643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23898] ppid=23884 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23887/task/23898/stat : 23898 (java) S 23884 23887 7084 0 -1 1077944384 502 0 0 0 1 0 0 0 20 0 15 0 162211108 10804383744 9193 18446744073709551615 4194304 4196468 140725169119216 140194562902000 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23899] ppid=23884 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23899/stat : 23899 (java) S 23884 23887 7084 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 162211108 10804383744 9193 18446744073709551615 4194304 4196468 140725169119216 140194561849456 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23900] ppid=23884 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/23887/task/23900/stat : 23900 (java) S 23884 23887 7084 0 -1 1077944384 397 0 0 0 4 0 0 0 20 0 15 0 162211108 10804383744 9193 18446744073709551615 4194304 4196468 140725169119216 140194560796912 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23901] ppid=23884 vsize=10551156 memory=140445106472576 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23901/stat : 23901 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162211108 10804383744 9193 18446744073709551615 4194304 4196468 140725169119216 140194559744608 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23902] ppid=23884 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23902/stat : 23902 (java) S 23884 23887 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162211113 10804383744 9193 18446744073709551615 4194304 4196468 140725169119216 140194558692144 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36516 KiB

[startup+0.700689 s]
/proc/loadavg: 4.45 4.30 3.92 6/215 23902
/proc/meminfo: memFree=25137444/32770624 swapFree=67108776/67108860
[pid=23887] ppid=23884 vsize=10551232 memory=83536 CPUtime=1.39 cores=1,3,5,7
/proc/23887/stat : 23887 (java) S 23884 23887 7084 0 -1 1077944320 11935 0 0 0 134 5 0 0 20 0 15 0 162211093 10804461568 20884 18446744073709551615 4194304 4196468 140725169119216 140725169101760 140195070349047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
/proc/23887/statm: 2637808 20884 3041 1 0 2627261 0
[pid=23887/tid=23889] ppid=23884 vsize=10551232 memory=280889921770936 CPUtime=0.54 cores=1,3,5,7
/proc/23887/task/23889/stat : 23889 (java) R 23884 23887 7084 0 -1 4202560 6687 0 0 0 51 3 0 0 20 0 15 0 162211103 10804461568 20884 18446744073709551615 4194304 4196468 140725169119216 140195074582768 140194664226568 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23890] ppid=23884 vsize=10551232 memory=2404711925249 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23890/stat : 23890 (java) S 23884 23887 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162211103 10804461568 20884 18446744073709551615 4194304 4196468 140725169119216 140195000768784 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23891] ppid=23884 vsize=10551232 memory=2110795568208692 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23891/stat : 23891 (java) S 23884 23887 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162211103 10804461568 20884 18446744073709551615 4194304 4196468 140725169119216 140194999716240 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23892] ppid=23884 vsize=10551232 memory=6157 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23892/stat : 23892 (java) S 23884 23887 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162211103 10804461568 20884 18446744073709551615 4194304 4196468 140725169119216 140194998663696 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23893] ppid=23884 vsize=10551232 memory=56 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23893/stat : 23893 (java) S 23884 23887 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162211103 10804461568 20884 18446744073709551615 4194304 4196468 140725169119216 140194997611152 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23894] ppid=23884 vsize=10551232 memory=495 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23894/stat : 23894 (java) S 23884 23887 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 162211105 10804461568 20884 18446744073709551615 4194304 4196468 140725169119216 140194567113200 140195070360194 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23895] ppid=23884 vsize=10551232 memory=1040 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23895/stat : 23895 (java) S 23884 23887 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162211105 10804461568 20884 18446744073709551615 4194304 4196468 140725169119216 140194566059424 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23896] ppid=23884 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23896/stat : 23896 (java) S 23884 23887 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162211105 10804461568 20884 18446744073709551615 4194304 4196468 140725169119216 140194565006832 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23897] ppid=23884 vsize=10551232 memory=717 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23897/stat : 23897 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162211108 10804461568 20884 18446744073709551615 4194304 4196468 140725169119216 140194563955408 140195070367643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23898] ppid=23884 vsize=10551232 memory=110 CPUtime=0.29 cores=1,3,5,7
/proc/23887/task/23898/stat : 23898 (java) R 23884 23887 7084 0 -1 4202560 1620 0 0 0 29 0 0 0 20 0 15 0 162211108 10804461568 20884 18446744073709551615 4194304 4196468 140725169119216 140194562888544 140195050984475 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23899] ppid=23884 vsize=10551232 memory=280889921720032 CPUtime=0.29 cores=1,3,5,7
/proc/23887/task/23899/stat : 23899 (java) R 23884 23887 7084 0 -1 4202560 700 0 0 0 29 0 0 0 20 0 15 0 162211108 10804461568 20884 18446744073709551615 4194304 4196468 140725169119216 140194561849456 140195050202608 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23900] ppid=23884 vsize=10551232 memory=288230621803970871 CPUtime=0.23 cores=1,3,5,7
/proc/23887/task/23900/stat : 23900 (java) S 23884 23887 7084 0 -1 1077944384 1556 0 0 0 23 0 0 0 20 0 15 0 162211108 10804461568 20884 18446744073709551615 4194304 4196468 140725169119216 140194560796912 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23901] ppid=23884 vsize=10551232 memory=13563786715989427 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23901/stat : 23901 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162211108 10804461568 20884 18446744073709551615 4194304 4196468 140725169119216 140194559744608 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23902] ppid=23884 vsize=10551232 memory=39400 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23902/stat : 23902 (java) S 23884 23887 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162211113 10804461568 20884 18446744073709551615 4194304 4196468 140725169119216 140194558692144 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 83536 KiB

[startup+1.50069 s]
/proc/loadavg: 4.45 4.30 3.92 3/215 23902
/proc/meminfo: memFree=25003212/32770624 swapFree=67108776/67108860
[pid=23887] ppid=23884 vsize=10551232 memory=258908 CPUtime=3.74 cores=1,3,5,7
/proc/23887/stat : 23887 (java) S 23884 23887 7084 0 -1 1077944320 13722 0 0 0 362 12 0 0 20 0 15 0 162211093 10804461568 64727 18446744073709551615 4194304 4196468 140725169119216 140725169101760 140195070349047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
/proc/23887/statm: 2637808 64727 3099 1 0 2627261 0
[pid=23887/tid=23889] ppid=23884 vsize=10551232 memory=10966672671 CPUtime=1.29 cores=1,3,5,7
/proc/23887/task/23889/stat : 23889 (java) R 23884 23887 7084 0 -1 4202560 7017 0 0 0 124 5 0 0 20 0 15 0 162211103 10804461568 64727 18446744073709551615 4194304 4196468 140725169119216 140195074578768 140194665798395 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23890] ppid=23884 vsize=10551232 memory=10966672673 CPUtime=0.01 cores=1,3,5,7
/proc/23887/task/23890/stat : 23890 (java) S 23884 23887 7084 0 -1 1077944384 189 0 0 0 1 0 0 0 20 0 15 0 162211103 10804461568 64727 18446744073709551615 4194304 4196468 140725169119216 140195000768784 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23891] ppid=23884 vsize=10551232 memory=7661613902582099604 CPUtime=0.01 cores=1,3,5,7
/proc/23887/task/23891/stat : 23891 (java) S 23884 23887 7084 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 15 0 162211103 10804461568 64727 18446744073709551615 4194304 4196468 140725169119216 140194999716240 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23892] ppid=23884 vsize=10551232 memory=133052514 CPUtime=0.03 cores=1,3,5,7
/proc/23887/task/23892/stat : 23892 (java) S 23884 23887 7084 0 -1 1077944384 91 0 0 0 2 1 0 0 20 0 15 0 162211103 10804461568 64727 18446744073709551615 4194304 4196468 140725169119216 140194998663696 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23893] ppid=23884 vsize=10551232 memory=2372 CPUtime=0.01 cores=1,3,5,7
/proc/23887/task/23893/stat : 23893 (java) S 23884 23887 7084 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 15 0 162211103 10804461568 64727 18446744073709551615 4194304 4196468 140725169119216 140194997611152 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23894] ppid=23884 vsize=10551232 memory=116 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23894/stat : 23894 (java) S 23884 23887 7084 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 162211105 10804461568 64727 18446744073709551615 4194304 4196468 140725169119216 140194567113200 140195070360194 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23895] ppid=23884 vsize=10551232 memory=8251 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23895/stat : 23895 (java) S 23884 23887 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162211105 10804461568 64727 18446744073709551615 4194304 4196468 140725169119216 140194566059488 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23896] ppid=23884 vsize=10551232 memory=18568 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23896/stat : 23896 (java) S 23884 23887 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162211105 10804461568 64727 18446744073709551615 4194304 4196468 140725169119216 140194565006848 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23897] ppid=23884 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23897/stat : 23897 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162211108 10804461568 64727 18446744073709551615 4194304 4196468 140725169119216 140194563955408 140195070367643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23898] ppid=23884 vsize=10551232 memory=0 CPUtime=0.98 cores=1,3,5,7
/proc/23887/task/23898/stat : 23898 (java) S 23884 23887 7084 0 -1 1077944384 1762 0 0 0 98 0 0 0 20 0 15 0 162211108 10804461568 64727 18446744073709551615 4194304 4196468 140725169119216 140194562902000 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23899] ppid=23884 vsize=10551232 memory=0 CPUtime=0.98 cores=1,3,5,7
/proc/23887/task/23899/stat : 23899 (java) S 23884 23887 7084 0 -1 1077944384 1341 0 0 0 98 0 0 0 20 0 15 0 162211108 10804461568 64727 18446744073709551615 4194304 4196468 140725169119216 140194561849456 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23900] ppid=23884 vsize=10551232 memory=-6661322557206403782 CPUtime=0.31 cores=1,3,5,7
/proc/23887/task/23900/stat : 23900 (java) S 23884 23887 7084 0 -1 1077944384 1698 0 0 0 31 0 0 0 20 0 15 0 162211108 10804461568 64727 18446744073709551615 4194304 4196468 140725169119216 140194560796912 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23901] ppid=23884 vsize=10551232 memory=7451012492079752545 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23901/stat : 23901 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162211108 10804461568 64727 18446744073709551615 4194304 4196468 140725169119216 140194559744608 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23902] ppid=23884 vsize=10551232 memory=4499534292658986628 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23902/stat : 23902 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162211113 10804461568 64727 18446744073709551615 4194304 4196468 140725169119216 140194558692144 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
Current children cumulated CPU time: 3.74 s
Current children cumulated vsize: 10551232 KiB

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

/proc/23887/task/23889/stat : 23889 (java) S 23884 23887 7084 0 -1 1077944384 18237 0 0 0 1499 12 0 0 20 0 16 0 162211103 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140195074589728 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23890] ppid=23884 vsize=10686560 memory=988 CPUtime=309.97 cores=1,3,5,7
/proc/23887/task/23890/stat : 23890 (java) R 23884 23887 7084 0 -1 4202560 23043 0 0 0 30835 162 0 0 20 0 16 0 162211103 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140195000768904 140195053732089 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23891] ppid=23884 vsize=10686560 memory=12320 CPUtime=309.52 cores=1,3,5,7
/proc/23887/task/23891/stat : 23891 (java) R 23884 23887 7084 0 -1 4202560 26321 0 0 0 30782 170 0 0 20 0 16 0 162211103 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194999716360 140195062977255 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23892] ppid=23884 vsize=10686560 memory=4872558044660077418 CPUtime=308.6 cores=1,3,5,7
/proc/23887/task/23892/stat : 23892 (java) R 23884 23887 7084 0 -1 4202560 25708 0 0 0 30700 160 0 0 20 0 16 0 162211103 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194998663896 140195054806680 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23893] ppid=23884 vsize=10686560 memory=796 CPUtime=309.67 cores=1,3,5,7
/proc/23887/task/23893/stat : 23893 (java) R 23884 23887 7084 0 -1 4202560 19307 0 0 0 30799 168 0 0 20 0 16 0 162211103 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194997610960 140195062977255 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23894] ppid=23884 vsize=10686560 memory=5768 CPUtime=24.31 cores=1,3,5,7
/proc/23887/task/23894/stat : 23894 (java) S 23884 23887 7084 0 -1 1077944384 60608 0 0 0 2428 3 0 0 20 0 16 0 162211105 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194567111744 140195070359253 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23895] ppid=23884 vsize=10686560 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23895/stat : 23895 (java) S 23884 23887 7084 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 162211105 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194566059488 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23896] ppid=23884 vsize=10686560 memory=11364 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23896/stat : 23896 (java) S 23884 23887 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 162211105 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194565006848 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23897] ppid=23884 vsize=10686560 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23897/stat : 23897 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162211108 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194563955408 140195070367643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23898] ppid=23884 vsize=10686560 memory=4600 CPUtime=1.2 cores=1,3,5,7
/proc/23887/task/23898/stat : 23898 (java) S 23884 23887 7084 0 -1 1077944384 3235 0 0 0 119 1 0 0 20 0 16 0 162211108 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194562902048 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23899] ppid=23884 vsize=10686560 memory=1440 CPUtime=1.16 cores=1,3,5,7
/proc/23887/task/23899/stat : 23899 (java) S 23884 23887 7084 0 -1 1077944384 2773 0 0 0 115 1 0 0 20 0 16 0 162211108 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194561849216 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23900] ppid=23884 vsize=10686560 memory=1724 CPUtime=0.36 cores=1,3,5,7
/proc/23887/task/23900/stat : 23900 (java) S 23884 23887 7084 0 -1 1077944384 3588 0 0 0 36 0 0 0 20 0 16 0 162211108 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194560796960 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23901] ppid=23884 vsize=10686560 memory=988 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23901/stat : 23901 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162211108 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194559744608 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23902] ppid=23884 vsize=10686560 memory=12320 CPUtime=0.31 cores=1,3,5,7
/proc/23887/task/23902/stat : 23902 (java) S 23884 23887 7084 0 -1 1077944384 294 0 0 0 14 17 0 0 20 0 16 0 162211113 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194558692144 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23929] ppid=23884 vsize=10686560 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23929/stat : 23929 (java) S 23884 23887 7084 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 162245355 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194555539120 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
Current children cumulated CPU time: 1280.3 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8348140 KiB

[startup+353.601 s]
/proc/loadavg: 4.49 4.34 4.03 6/219 23930
/proc/meminfo: memFree=16805716/32770624 swapFree=67108776/67108860
[pid=23887] ppid=23884 vsize=10686560 memory=8348140 CPUtime=1286.47 cores=1,3,5,7
/proc/23887/stat : 23887 (java) S 23884 23887 7084 0 -1 1077944320 184552 0 0 0 127961 686 0 0 20 0 16 0 162211093 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140725169101760 140195070349047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
/proc/23887/statm: 2671640 2087035 3162 1 0 2661055 0
[pid=23887/tid=23889] ppid=23884 vsize=10686560 memory=4600 CPUtime=15.11 cores=1,3,5,7
/proc/23887/task/23889/stat : 23889 (java) S 23884 23887 7084 0 -1 1077944384 18237 0 0 0 1499 12 0 0 20 0 16 0 162211103 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140195074589728 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23890] ppid=23884 vsize=10686560 memory=1440 CPUtime=311.51 cores=1,3,5,7
/proc/23887/task/23890/stat : 23890 (java) R 23884 23887 7084 0 -1 4202560 23043 0 0 0 30988 163 0 0 20 0 16 0 162211103 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140195000768592 140195062977255 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23891] ppid=23884 vsize=10686560 memory=-8774313645642428999 CPUtime=311.04 cores=1,3,5,7
/proc/23887/task/23891/stat : 23891 (java) R 23884 23887 7084 0 -1 4202560 26321 0 0 0 30933 171 0 0 20 0 16 0 162211103 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194999716360 140195062977255 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23892] ppid=23884 vsize=10686560 memory=68280 CPUtime=310.19 cores=1,3,5,7
/proc/23887/task/23892/stat : 23892 (java) R 23884 23887 7084 0 -1 4202560 25731 0 0 0 30859 160 0 0 20 0 16 0 162211103 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194998663896 140195051958830 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23893] ppid=23884 vsize=10686560 memory=1296 CPUtime=311.21 cores=1,3,5,7
/proc/23887/task/23893/stat : 23893 (java) R 23884 23887 7084 0 -1 4202560 19308 0 0 0 30952 169 0 0 20 0 16 0 162211103 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194997611272 140195062977255 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23894] ppid=23884 vsize=10686560 memory=2460 CPUtime=24.31 cores=1,3,5,7
/proc/23887/task/23894/stat : 23894 (java) S 23884 23887 7084 0 -1 1077944384 60608 0 0 0 2428 3 0 0 20 0 16 0 162211105 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194567111744 140195070359253 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23895] ppid=23884 vsize=10686560 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23895/stat : 23895 (java) S 23884 23887 7084 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 162211105 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194566059488 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23896] ppid=23884 vsize=10686560 memory=796 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23896/stat : 23896 (java) S 23884 23887 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 162211105 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194565006848 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23897] ppid=23884 vsize=10686560 memory=8348140 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23897/stat : 23897 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162211108 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194563955408 140195070367643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23898] ppid=23884 vsize=10686560 memory=1724 CPUtime=1.2 cores=1,3,5,7
/proc/23887/task/23898/stat : 23898 (java) S 23884 23887 7084 0 -1 1077944384 3235 0 0 0 119 1 0 0 20 0 16 0 162211108 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194562902048 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23899] ppid=23884 vsize=10686560 memory=988 CPUtime=1.16 cores=1,3,5,7
/proc/23887/task/23899/stat : 23899 (java) S 23884 23887 7084 0 -1 1077944384 2773 0 0 0 115 1 0 0 20 0 16 0 162211108 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194561849216 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23900] ppid=23884 vsize=10686560 memory=12320 CPUtime=0.36 cores=1,3,5,7
/proc/23887/task/23900/stat : 23900 (java) S 23884 23887 7084 0 -1 1077944384 3588 0 0 0 36 0 0 0 20 0 16 0 162211108 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194560796960 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23901] ppid=23884 vsize=10686560 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23901/stat : 23901 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162211108 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194559744608 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23902] ppid=23884 vsize=10686560 memory=15884 CPUtime=0.31 cores=1,3,5,7
/proc/23887/task/23902/stat : 23902 (java) S 23884 23887 7084 0 -1 1077944384 294 0 0 0 14 17 0 0 20 0 16 0 162211113 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194558692144 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23929] ppid=23884 vsize=10686560 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23929/stat : 23929 (java) S 23884 23887 7084 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 162245355 10943037440 2087035 18446744073709551615 4194304 4196468 140725169119216 140194555539120 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
Current children cumulated CPU time: 1286.47 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8348140 KiB

[startup+355.201 s]
/proc/loadavg: 4.53 4.35 4.03 6/219 23930
/proc/meminfo: memFree=16805716/32770624 swapFree=67108776/67108860
[pid=23887] ppid=23884 vsize=10686560 memory=8348144 CPUtime=1292.67 cores=1,3,5,7
/proc/23887/stat : 23887 (java) S 23884 23887 7084 0 -1 1077944320 184791 0 0 0 128579 688 0 0 20 0 16 0 162211093 10943037440 2087036 18446744073709551615 4194304 4196468 140725169119216 140725169101760 140195070349047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
/proc/23887/statm: 2671640 2087036 3162 1 0 2661055 0
[pid=23887/tid=23889] ppid=23884 vsize=10686560 memory=4156 CPUtime=15.11 cores=1,3,5,7
/proc/23887/task/23889/stat : 23889 (java) S 23884 23887 7084 0 -1 1077944384 18237 0 0 0 1499 12 0 0 20 0 16 0 162211103 10943037440 2087036 18446744073709551615 4194304 4196468 140725169119216 140195074589728 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23890] ppid=23884 vsize=10686560 memory=68280 CPUtime=313.05 cores=1,3,5,7
/proc/23887/task/23890/stat : 23890 (java) R 23884 23887 7084 0 -1 4202560 23053 0 0 0 31141 164 0 0 20 0 16 0 162211103 10943037440 2087036 18446744073709551615 4194304 4196468 140725169119216 140195000768592 140195062977255 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23891] ppid=23884 vsize=10686560 memory=1296 CPUtime=312.55 cores=1,3,5,7
/proc/23887/task/23891/stat : 23891 (java) R 23884 23887 7084 0 -1 4202560 26333 0 0 0 31083 172 0 0 20 0 16 0 162211103 10943037440 2087036 18446744073709551615 4194304 4196468 140725169119216 140194999716360 140195062977255 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23892] ppid=23884 vsize=10686560 memory=8348140 CPUtime=311.79 cores=1,3,5,7
/proc/23887/task/23892/stat : 23892 (java) R 23884 23887 7084 0 -1 4202560 25922 0 0 0 31019 160 0 0 20 0 16 0 162211103 10943037440 2087036 18446744073709551615 4194304 4196468 140725169119216 140194998663896 140195055338709 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23893] ppid=23884 vsize=10686560 memory=8348136 CPUtime=312.74 cores=1,3,5,7
/proc/23887/task/23893/stat : 23893 (java) S 23884 23887 7084 0 -1 1077944384 19318 0 0 0 31105 169 0 0 20 0 16 0 162211103 10943037440 2087036 18446744073709551615 4194304 4196468 140725169119216 140194997610960 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23894] ppid=23884 vsize=10686560 memory=4156 CPUtime=24.31 cores=1,3,5,7
/proc/23887/task/23894/stat : 23894 (java) S 23884 23887 7084 0 -1 1077944384 60608 0 0 0 2428 3 0 0 20 0 16 0 162211105 10943037440 2087036 18446744073709551615 4194304 4196468 140725169119216 140194567111744 140195070359253 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23895] ppid=23884 vsize=10686560 memory=4156 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23895/stat : 23895 (java) S 23884 23887 7084 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 162211105 10943037440 2087036 18446744073709551615 4194304 4196468 140725169119216 140194566059488 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23896] ppid=23884 vsize=10686560 memory=68280 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23896/stat : 23896 (java) S 23884 23887 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 162211105 10943037440 2087036 18446744073709551615 4194304 4196468 140725169119216 140194565006848 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23897] ppid=23884 vsize=10686560 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23897/stat : 23897 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162211108 10943037440 2087036 18446744073709551615 4194304 4196468 140725169119216 140194563955408 140195070367643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23898] ppid=23884 vsize=10686560 memory=2460 CPUtime=1.2 cores=1,3,5,7
/proc/23887/task/23898/stat : 23898 (java) S 23884 23887 7084 0 -1 1077944384 3235 0 0 0 119 1 0 0 20 0 16 0 162211108 10943037440 2087036 18446744073709551615 4194304 4196468 140725169119216 140194562902048 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23899] ppid=23884 vsize=10686560 memory=1836 CPUtime=1.16 cores=1,3,5,7
/proc/23887/task/23899/stat : 23899 (java) S 23884 23887 7084 0 -1 1077944384 2773 0 0 0 115 1 0 0 20 0 16 0 162211108 10943037440 2087036 18446744073709551615 4194304 4196468 140725169119216 140194561849216 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23900] ppid=23884 vsize=10686560 memory=8348144 CPUtime=0.36 cores=1,3,5,7
/proc/23887/task/23900/stat : 23900 (java) S 23884 23887 7084 0 -1 1077944384 3588 0 0 0 36 0 0 0 20 0 16 0 162211108 10943037440 2087036 18446744073709551615 4194304 4196468 140725169119216 140194560796960 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23901] ppid=23884 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23901/stat : 23901 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162211108 10943037440 2087036 18446744073709551615 4194304 4196468 140725169119216 140194559744608 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23902] ppid=23884 vsize=10686560 memory=5768 CPUtime=0.31 cores=1,3,5,7
/proc/23887/task/23902/stat : 23902 (java) S 23884 23887 7084 0 -1 1077944384 310 0 0 0 14 17 0 0 20 0 16 0 162211113 10943037440 2087036 18446744073709551615 4194304 4196468 140725169119216 140194558692144 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23929] ppid=23884 vsize=10686560 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23929/stat : 23929 (java) S 23884 23887 7084 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 162245355 10943037440 2087036 18446744073709551615 4194304 4196468 140725169119216 140194555539120 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
Current children cumulated CPU time: 1292.67 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8348144 KiB

[startup+356.001 s]*
/proc/loadavg: 4.53 4.35 4.03 3/219 23930
/proc/meminfo: memFree=16805716/32770624 swapFree=67108776/67108860
[pid=23887] ppid=23884 vsize=10686560 memory=8348152 CPUtime=1294.6 cores=1,3,5,7
/proc/23887/stat : 23887 (java) S 23884 23887 7084 0 -1 1077944320 186539 0 0 0 128772 688 0 0 20 0 16 0 162211093 10943037440 2087038 18446744073709551615 4194304 4196468 140725169119216 140725169101760 140195070349047 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
/proc/23887/statm: 2671640 2087038 3163 1 0 2661055 0
[pid=23887/tid=23889] ppid=23884 vsize=10686560 memory=-8195925453750481479 CPUtime=15.11 cores=1,3,5,7
/proc/23887/task/23889/stat : 23889 (java) S 23884 23887 7084 0 -1 1077944384 18237 0 0 0 1499 12 0 0 20 0 16 0 162211103 10943037440 2087038 18446744073709551615 4194304 4196468 140725169119216 140195074589728 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23890] ppid=23884 vsize=10686560 memory=4872558044660077418 CPUtime=313.43 cores=1,3,5,7
/proc/23887/task/23890/stat : 23890 (java) S 23884 23887 7084 0 -1 1077944384 23053 0 0 0 31179 164 0 0 20 0 16 0 162211103 10943037440 2087038 18446744073709551615 4194304 4196468 140725169119216 140195000768784 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23891] ppid=23884 vsize=10686560 memory=3054156605268465310 CPUtime=312.93 cores=1,3,5,7
/proc/23887/task/23891/stat : 23891 (java) S 23884 23887 7084 0 -1 1077944384 26333 0 0 0 31121 172 0 0 20 0 16 0 162211103 10943037440 2087038 18446744073709551615 4194304 4196468 140725169119216 140194999716240 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23892] ppid=23884 vsize=10686560 memory=8514726395714825349 CPUtime=312.18 cores=1,3,5,7
/proc/23887/task/23892/stat : 23892 (java) S 23884 23887 7084 0 -1 1077944384 26040 0 0 0 31058 160 0 0 20 0 16 0 162211103 10943037440 2087038 18446744073709551615 4194304 4196468 140725169119216 140194998663696 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23893] ppid=23884 vsize=10686560 memory=-8341965534556230502 CPUtime=313.12 cores=1,3,5,7
/proc/23887/task/23893/stat : 23893 (java) S 23884 23887 7084 0 -1 1077944384 19318 0 0 0 31143 169 0 0 20 0 16 0 162211103 10943037440 2087038 18446744073709551615 4194304 4196468 140725169119216 140194997611152 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23894] ppid=23884 vsize=10686560 memory=-6520471753822164382 CPUtime=24.72 cores=1,3,5,7
/proc/23887/task/23894/stat : 23894 (java) R 23884 23887 7084 0 -1 4202560 62238 0 0 0 2469 3 0 0 20 0 16 0 162211105 10943037440 2087038 18446744073709551615 4194304 4196468 140725169119216 140194567111632 140195055345600 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23895] ppid=23884 vsize=10686560 memory=8514701219730522529 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23895/stat : 23895 (java) S 23884 23887 7084 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 162211105 10943037440 2087038 18446744073709551615 4194304 4196468 140725169119216 140194566059488 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23896] ppid=23884 vsize=10686560 memory=4715433313220523562 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23896/stat : 23896 (java) S 23884 23887 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 162211105 10943037440 2087038 18446744073709551615 4194304 4196468 140725169119216 140194565006848 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23897] ppid=23884 vsize=10686560 memory=9047017150487036571 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23897/stat : 23897 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162211108 10943037440 2087038 18446744073709551615 4194304 4196468 140725169119216 140194563955408 140195070367643 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23898] ppid=23884 vsize=10686560 memory=1196 CPUtime=1.2 cores=1,3,5,7
/proc/23887/task/23898/stat : 23898 (java) S 23884 23887 7084 0 -1 1077944384 3235 0 0 0 119 1 0 0 20 0 16 0 162211108 10943037440 2087038 18446744073709551615 4194304 4196468 140725169119216 140194562902048 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23899] ppid=23884 vsize=10686560 memory=290763849282617370 CPUtime=1.16 cores=1,3,5,7
/proc/23887/task/23899/stat : 23899 (java) S 23884 23887 7084 0 -1 1077944384 2773 0 0 0 115 1 0 0 20 0 16 0 162211108 10943037440 2087038 18446744073709551615 4194304 4196468 140725169119216 140194561849216 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23900] ppid=23884 vsize=10686560 memory=302867320592924983 CPUtime=0.36 cores=1,3,5,7
/proc/23887/task/23900/stat : 23900 (java) S 23884 23887 7084 0 -1 1077944384 3588 0 0 0 36 0 0 0 20 0 16 0 162211108 10943037440 2087038 18446744073709551615 4194304 4196468 140725169119216 140194560796960 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23901] ppid=23884 vsize=10686560 memory=8348140 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23901/stat : 23901 (java) S 23884 23887 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162211108 10943037440 2087038 18446744073709551615 4194304 4196468 140725169119216 140194559744608 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23902] ppid=23884 vsize=10686560 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/23887/task/23902/stat : 23902 (java) S 23884 23887 7084 0 -1 1077944384 310 0 0 0 14 17 0 0 20 0 16 0 162211113 10943037440 2087038 18446744073709551615 4194304 4196468 140725169119216 140194558692144 140195070360194 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
[pid=23887/tid=23929] ppid=23884 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23887/task/23929/stat : 23929 (java) S 23884 23887 7084 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 162245355 10943037440 2087038 18446744073709551615 4194304 4196468 140725169119216 140194555539120 140195070359253 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34598912 140725169123728 140725169123881 140725169123881 140725169127375 0
Current children cumulated CPU time: 1294.6 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8348152 KiB

[startup+356.401 s]*
/proc/loadavg: 4.53 4.35 4.03 3/205 23930
/proc/meminfo: memFree=23032296/32770624 swapFree=67108776/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): 356.417
CPU time (s): 1295.03
CPU user time (s): 1288.1
CPU system time (s): 6.9283
CPU usage (%): 363.345
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8348152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1288.1
system time used= 6.9283
maximum resident set size= 8348440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191792
page faults= 0
swaps= 0
block input operations= 8
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16056
involuntary context switches= 12749


# summary of solver processes directly reported to runsolver:
#   pid: 23887
#   total CPU time (s): 1295.03
#   total CPU user time (s): 1288.1
#   total CPU system time (s): 6.9283

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.27847 second user time and 3.5118 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 13:45:18
IDJOB=4262938
IDBENCH=126230
IDSOLVER=2651
FILE ID=node132/4262938-1502625583
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-24-a4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262938-1502625583/watcher-4262938-1502625583 -o /tmp/evaluation-result-4262938-1502625583/solver-4262938-1502625583 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262938-1502625583.xml

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

MD5SUM BENCH= 703fa8ddaec9a7a194d23a6d05243a88
RANDOM SEED=1719301167

node132.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.74
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.74
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.74
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.74
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:        25189732 kB
MemAvailable:   25421824 kB
Buffers:          225360 kB
Cached:           331528 kB
SwapCached:           84 kB
Active:          7008928 kB
Inactive:         154808 kB
Active(anon):    6554888 kB
Inactive(anon):   101972 kB
Active(file):     454040 kB
Inactive(file):    52836 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              3144 kB
Writeback:             0 kB
AnonPages:       6606752 kB
Mapped:            76060 kB
Shmem:             49768 kB
Slab:             109120 kB
SReclaimable:      82104 kB
SUnreclaim:        27016 kB
KernelStack:        3488 kB
PageTables:        17920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8052172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6377472 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= 62024 MiB
End job on node132 at 2017-08-13 13:51:15