Trace number 4263761

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? 1519.85 412.10599

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-47.xml
MD5SUMb40b46819fbd3a38fcaaee2fdd389509
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.0601
Satisfiable
(Un)Satisfiability was proved
Number of variables2209
Number of constraints16215
Number of domains1
Minimum domain size1081
Maximum domain size1081
Distribution of domain sizes[{"size":1081,"count":1081}]
Minimum variable degree0
Maximum variable degree46
Distribution of variable degrees[{"degree":0,"count":1128},{"degree":46,"count":1081}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":16215}]
Number of extensional constraints0
Number of intensional constraints16215
Distribution of constraint types[{"type":"intension","count":16215}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263761-1502641143/watcher-4263761-1502641143 -o /tmp/evaluation-result-4263761-1502641143/solver-4263761-1502641143 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21335 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263761-1502641143.xml 

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

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

solver pid=25283, runsolver pid=25280

[startup+0.100108 s]*
/proc/loadavg: 4.30 3.19 2.65 4/208 25292
/proc/meminfo: memFree=27191872/32770624 swapFree=67108860/67108860
[pid=25283] ppid=25280 vsize=10151672 memory=21060 CPUtime=0.04 cores=1,3,5,7
/proc/25283/stat : 25283 (java) S 25280 25283 8289 0 -1 1077944320 4140 0 0 0 3 1 0 0 20 0 9 0 111929526 10395312128 5265 18446744073709551615 4194304 4196468 140737259631408 140737259613952 140174530494199 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
/proc/25283/statm: 2537918 5265 2156 1 0 2527415 0
[pid=25283/tid=25285] ppid=25280 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=1,3,5,7
/proc/25283/task/25285/stat : 25285 (java) R 25280 25283 8289 0 -1 4202560 2782 0 0 0 3 0 0 0 20 0 9 0 111929532 10395312128 5265 18446744073709551615 4194304 4196468 140737259631408 140174534729592 140174523172213 0 4 1 16800970 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25286] ppid=25280 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25286/stat : 25286 (java) S 25280 25283 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 111929533 10395312128 5265 18446744073709551615 4194304 4196468 140737259631408 140174460914448 140174530504405 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25287] ppid=25280 vsize=10151672 memory=140594288912000 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25287/stat : 25287 (java) S 25280 25283 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 111929533 10395312128 5265 18446744073709551615 4194304 4196468 140737259631408 140174459861904 140174530504405 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25288] ppid=25280 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25288/stat : 25288 (java) S 25280 25283 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 111929533 10395312128 5265 18446744073709551615 4194304 4196468 140737259631408 140174458809360 140174530504405 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25289] ppid=25280 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25289/stat : 25289 (java) S 25280 25283 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 111929533 10395312128 5265 18446744073709551615 4194304 4196468 140737259631408 140174457756816 140174530504405 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25290] ppid=25280 vsize=10151672 memory=140594288912000 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25290/stat : 25290 (java) S 25280 25283 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 111929534 10395312128 5265 18446744073709551615 4194304 4196468 140737259631408 140174026536944 140174530505346 0 0 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25291] ppid=25280 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25291/stat : 25291 (java) S 25280 25283 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 111929535 10395312128 5265 18446744073709551615 4194304 4196468 140737259631408 140174025483168 140174530504405 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25292] ppid=25280 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25292/stat : 25292 (java) S 25280 25283 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 111929535 10395312128 5265 18446744073709551615 4194304 4196468 140737259631408 140174024430576 140174530504405 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21060 KiB

[startup+0.20987 s]*
/proc/loadavg: 4.30 3.19 2.65 3/214 25298
/proc/meminfo: memFree=27188892/32770624 swapFree=67108860/67108860
[pid=25283] ppid=25280 vsize=10552180 memory=27668 CPUtime=0.1 cores=1,3,5,7
/proc/25283/stat : 25283 (java) S 25280 25283 8289 0 -1 1077944320 5447 0 0 0 9 1 0 0 20 0 15 0 111929526 10805432320 6917 18446744073709551615 4194304 4196468 140737259631408 140737259613952 140174530494199 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
/proc/25283/statm: 2638045 6917 2765 1 0 2627517 0
[pid=25283/tid=25285] ppid=25280 vsize=10553140 memory=7077796292425249400 CPUtime=0.08 cores=1,3,5,7
/proc/25283/task/25285/stat : 25285 (java) R 25280 25283 8289 0 -1 4202560 3389 0 0 0 7 1 0 0 20 0 15 0 111929532 10806415360 6917 18446744073709551615 4194304 4196468 140737259631408 140174534682544 140174522784640 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25286] ppid=25280 vsize=10553140 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25286/stat : 25286 (java) S 25280 25283 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111929533 10806415360 6983 18446744073709551615 4194304 4196468 140737259631408 140174460914448 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25287] ppid=25280 vsize=10553140 memory=140594288912000 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25287/stat : 25287 (java) S 25280 25283 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111929533 10806415360 6983 18446744073709551615 4194304 4196468 140737259631408 140174459861904 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25288] ppid=25280 vsize=10553140 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25288/stat : 25288 (java) S 25280 25283 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111929533 10806415360 6983 18446744073709551615 4194304 4196468 140737259631408 140174458809360 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25289] ppid=25280 vsize=10553140 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25289/stat : 25289 (java) S 25280 25283 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111929533 10806415360 6983 18446744073709551615 4194304 4196468 140737259631408 140174457756816 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25290] ppid=25280 vsize=10553140 memory=140594288912000 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25290/stat : 25290 (java) S 25280 25283 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111929534 10806415360 6983 18446744073709551615 4194304 4196468 140737259631408 140174026536944 140174530505346 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25291] ppid=25280 vsize=10553140 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25291/stat : 25291 (java) S 25280 25283 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111929535 10806415360 6983 18446744073709551615 4194304 4196468 140737259631408 140174025483168 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25292] ppid=25280 vsize=10553140 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25292/stat : 25292 (java) S 25280 25283 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111929535 10806415360 6983 18446744073709551615 4194304 4196468 140737259631408 140174024430576 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25293] ppid=25280 vsize=10553140 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25293/stat : 25293 (java) S 25280 25283 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111929537 10806415360 6983 18446744073709551615 4194304 4196468 140737259631408 140174023379152 140174530512795 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25294] ppid=25280 vsize=10553140 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25294/stat : 25294 (java) S 25280 25283 8289 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 111929537 10806415360 6983 18446744073709551615 4194304 4196468 140737259631408 140174022326768 140174530505346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25295] ppid=25280 vsize=10553140 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25295/stat : 25295 (java) S 25280 25283 8289 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 111929537 10806415360 6983 18446744073709551615 4194304 4196468 140737259631408 140174021274224 140174530505346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25296] ppid=25280 vsize=10553140 memory=140594288912000 CPUtime=0.01 cores=1,3,5,7
/proc/25283/task/25296/stat : 25296 (java) S 25280 25283 8289 0 -1 1077944384 290 0 0 0 1 0 0 0 20 0 15 0 111929537 10806415360 6983 18446744073709551615 4194304 4196468 140737259631408 140174020221680 140174530505346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25297] ppid=25280 vsize=10553140 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25297/stat : 25297 (java) S 25280 25283 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111929537 10806415360 7049 18446744073709551615 4194304 4196468 140737259631408 140174019169376 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25298] ppid=25280 vsize=10553140 memory=140594288912000 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25298/stat : 25298 (java) S 25280 25283 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111929544 10806415360 7049 18446744073709551615 4194304 4196468 140737259631408 140174018115888 140174530505346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 27668 KiB

[startup+0.319525 s]*
/proc/loadavg: 4.30 3.19 2.65 6/214 25298
/proc/meminfo: memFree=27177868/32770624 swapFree=67108860/67108860
[pid=25283] ppid=25280 vsize=10551156 memory=38116 CPUtime=0.28 cores=1,3,5,7
/proc/25283/stat : 25283 (java) S 25280 25283 8289 0 -1 1077944320 8816 0 0 0 25 3 0 0 20 0 15 0 111929526 10804383744 9529 18446744073709551615 4194304 4196468 140737259631408 140737259613952 140174530494199 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
/proc/25283/statm: 2637789 9529 2898 1 0 2627261 0
[pid=25283/tid=25285] ppid=25280 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/25283/task/25285/stat : 25285 (java) R 25280 25283 8289 0 -1 4202560 6150 0 0 0 17 2 0 0 20 0 15 0 111929532 10804383744 9529 18446744073709551615 4194304 4196468 140737259631408 140174534732304 140174530506134 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25286] ppid=25280 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25286/stat : 25286 (java) S 25280 25283 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111929533 10804383744 9529 18446744073709551615 4194304 4196468 140737259631408 140174460914448 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25287] ppid=25280 vsize=10551156 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25287/stat : 25287 (java) S 25280 25283 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111929533 10804383744 9529 18446744073709551615 4194304 4196468 140737259631408 140174459861904 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25288] ppid=25280 vsize=10551156 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25288/stat : 25288 (java) S 25280 25283 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111929533 10804383744 9529 18446744073709551615 4194304 4196468 140737259631408 140174458809360 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25289] ppid=25280 vsize=10551156 memory=-7305533901252758645 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25289/stat : 25289 (java) S 25280 25283 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111929533 10804383744 9529 18446744073709551615 4194304 4196468 140737259631408 140174457756816 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25290] ppid=25280 vsize=10551156 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25290/stat : 25290 (java) S 25280 25283 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111929534 10804383744 9529 18446744073709551615 4194304 4196468 140737259631408 140174026536944 140174530505346 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25291] ppid=25280 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25291/stat : 25291 (java) S 25280 25283 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111929535 10804383744 9529 18446744073709551615 4194304 4196468 140737259631408 140174025483168 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25292] ppid=25280 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25292/stat : 25292 (java) S 25280 25283 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111929535 10804383744 9529 18446744073709551615 4194304 4196468 140737259631408 140174024430576 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25293] ppid=25280 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25293/stat : 25293 (java) S 25280 25283 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111929537 10804383744 9529 18446744073709551615 4194304 4196468 140737259631408 140174023379152 140174530512795 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25294] ppid=25280 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25283/task/25294/stat : 25294 (java) R 25280 25283 8289 0 -1 1077944384 387 0 0 0 1 0 0 0 20 0 15 0 111929537 10804383744 9529 18446744073709551615 4194304 4196468 140737259631408 140174022326768 140174530505346 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25295] ppid=25280 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25283/task/25295/stat : 25295 (java) R 25280 25283 8289 0 -1 4202560 302 0 0 0 1 0 0 0 20 0 15 0 111929537 10804383744 9529 18446744073709551615 4194304 4196468 140737259631408 140174021274224 140174511130211 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25296] ppid=25280 vsize=10551156 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/25283/task/25296/stat : 25296 (java) R 25280 25283 8289 0 -1 4202560 675 0 0 0 5 0 0 0 20 0 15 0 111929537 10804383744 9529 18446744073709551615 4194304 4196468 140737259631408 140174020218360 140174509435750 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25297] ppid=25280 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25297/stat : 25297 (java) S 25280 25283 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111929537 10804383744 9529 18446744073709551615 4194304 4196468 140737259631408 140174019169376 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25298] ppid=25280 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25298/stat : 25298 (java) S 25280 25283 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111929544 10804383744 9529 18446744073709551615 4194304 4196468 140737259631408 140174018115888 140174530505346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38116 KiB

[startup+0.700714 s]
/proc/loadavg: 4.30 3.19 2.65 4/214 25298
/proc/meminfo: memFree=27155136/32770624 swapFree=67108860/67108860
[pid=25283] ppid=25280 vsize=10551232 memory=106588 CPUtime=1.42 cores=1,3,5,7
/proc/25283/stat : 25283 (java) S 25280 25283 8289 0 -1 1077944320 13301 0 0 0 137 5 0 0 20 0 15 0 111929526 10804461568 26647 18446744073709551615 4194304 4196468 140737259631408 140737259613952 140174530494199 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
/proc/25283/statm: 2637808 26647 3056 1 0 2627261 0
[pid=25283/tid=25285] ppid=25280 vsize=10551232 memory=2592549635841 CPUtime=0.55 cores=1,3,5,7
/proc/25283/task/25285/stat : 25285 (java) R 25280 25283 8289 0 -1 4202560 7344 0 0 0 52 3 0 0 20 0 15 0 111929532 10804461568 26647 18446744073709551615 4194304 4196468 140737259631408 140174534730560 140174129090339 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25286] ppid=25280 vsize=10551232 memory=2618319439617 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25286/stat : 25286 (java) S 25280 25283 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111929533 10804461568 26647 18446744073709551615 4194304 4196468 140737259631408 140174460914448 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25287] ppid=25280 vsize=10551232 memory=2635499308801 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25287/stat : 25287 (java) S 25280 25283 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111929533 10804461568 26647 18446744073709551615 4194304 4196468 140737259631408 140174459861904 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25288] ppid=25280 vsize=10551232 memory=66508736 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25288/stat : 25288 (java) S 25280 25283 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111929533 10804461568 26647 18446744073709551615 4194304 4196468 140737259631408 140174458809360 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25289] ppid=25280 vsize=10551232 memory=-8556737395271162992 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25289/stat : 25289 (java) S 25280 25283 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111929533 10804461568 26647 18446744073709551615 4194304 4196468 140737259631408 140174457756816 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25290] ppid=25280 vsize=10551232 memory=6152287975781979490 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25290/stat : 25290 (java) S 25280 25283 8289 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 111929534 10804461568 26647 18446744073709551615 4194304 4196468 140737259631408 140174026536944 140174530505346 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25291] ppid=25280 vsize=10551232 memory=8025788822668141932 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25291/stat : 25291 (java) S 25280 25283 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111929535 10804461568 26647 18446744073709551615 4194304 4196468 140737259631408 140174025483168 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25292] ppid=25280 vsize=10551232 memory=281188287832800 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25292/stat : 25292 (java) S 25280 25283 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111929535 10804461568 26647 18446744073709551615 4194304 4196468 140737259631408 140174024430576 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25293] ppid=25280 vsize=10551232 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25293/stat : 25293 (java) S 25280 25283 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111929537 10804461568 26647 18446744073709551615 4194304 4196468 140737259631408 140174023379152 140174530512795 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25294] ppid=25280 vsize=10551232 memory=15825482134324680 CPUtime=0.3 cores=1,3,5,7
/proc/25283/task/25294/stat : 25294 (java) R 25280 25283 8289 0 -1 4202560 1564 0 0 0 30 0 0 0 20 0 15 0 111929537 10804461568 26647 18446744073709551615 4194304 4196468 140737259631408 140174022313296 140174512038390 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25295] ppid=25280 vsize=10551232 memory=1436 CPUtime=0.31 cores=1,3,5,7
/proc/25283/task/25295/stat : 25295 (java) R 25280 25283 8289 0 -1 4202560 1567 0 0 0 31 0 0 0 20 0 15 0 111929537 10804461568 26647 18446744073709551615 4194304 4196468 140737259631408 140174021255240 140174512037922 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25296] ppid=25280 vsize=10551232 memory=1200 CPUtime=0.23 cores=1,3,5,7
/proc/25283/task/25296/stat : 25296 (java) S 25280 25283 8289 0 -1 1077944384 1455 0 0 0 23 0 0 0 20 0 15 0 111929537 10804461568 26647 18446744073709551615 4194304 4196468 140737259631408 140174020221680 140174530505346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25297] ppid=25280 vsize=10551232 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25297/stat : 25297 (java) S 25280 25283 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111929537 10804461568 26647 18446744073709551615 4194304 4196468 140737259631408 140174019169376 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25298] ppid=25280 vsize=10551232 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25298/stat : 25298 (java) S 25280 25283 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111929544 10804461568 26647 18446744073709551615 4194304 4196468 140737259631408 140174018115888 140174530505346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 106588 KiB

[startup+1.50081 s]
/proc/loadavg: 4.30 3.19 2.65 5/214 25298
/proc/meminfo: memFree=27026428/32770624 swapFree=67108860/67108860
[pid=25283] ppid=25280 vsize=10551232 memory=687564 CPUtime=3.61 cores=1,3,5,7
/proc/25283/stat : 25283 (java) S 25280 25283 8289 0 -1 1077944320 15640 0 0 0 334 27 0 0 20 0 15 0 111929526 10804461568 171891 18446744073709551615 4194304 4196468 140737259631408 140737259613952 140174530494199 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
/proc/25283/statm: 2637808 171891 3097 1 0 2627261 0
[pid=25283/tid=25285] ppid=25280 vsize=10551232 memory=4420 CPUtime=1.17 cores=1,3,5,7
/proc/25283/task/25285/stat : 25285 (java) R 25280 25283 8289 0 -1 4202560 7870 0 0 0 108 9 0 0 20 0 15 0 111929532 10804461568 171891 18446744073709551615 4194304 4196468 140737259631408 140174534731424 140174516562324 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25286] ppid=25280 vsize=10551232 memory=6628 CPUtime=0.16 cores=1,3,5,7
/proc/25283/task/25286/stat : 25286 (java) S 25280 25283 8289 0 -1 1077944384 154 0 0 0 12 4 0 0 20 0 15 0 111929533 10804461568 171891 18446744073709551615 4194304 4196468 140737259631408 140174460914448 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25287] ppid=25280 vsize=10551232 memory=8836 CPUtime=0.14 cores=1,3,5,7
/proc/25283/task/25287/stat : 25287 (java) S 25280 25283 8289 0 -1 1077944384 162 0 0 0 11 3 0 0 20 0 15 0 111929533 10804461568 171891 18446744073709551615 4194304 4196468 140737259631408 140174459861904 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25288] ppid=25280 vsize=10551232 memory=11044 CPUtime=0.14 cores=1,3,5,7
/proc/25283/task/25288/stat : 25288 (java) S 25280 25283 8289 0 -1 1077944384 269 0 0 0 11 3 0 0 20 0 15 0 111929533 10804461568 171891 18446744073709551615 4194304 4196468 140737259631408 140174458809360 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25289] ppid=25280 vsize=10551232 memory=13252 CPUtime=0.14 cores=1,3,5,7
/proc/25283/task/25289/stat : 25289 (java) S 25280 25283 8289 0 -1 1077944384 392 0 0 0 10 4 0 0 20 0 15 0 111929533 10804461568 171891 18446744073709551615 4194304 4196468 140737259631408 140174457756816 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25290] ppid=25280 vsize=10551232 memory=101 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25290/stat : 25290 (java) S 25280 25283 8289 0 -1 1077944384 497 0 0 0 0 0 0 0 20 0 15 0 111929534 10804461568 171891 18446744073709551615 4194304 4196468 140737259631408 140174026536944 140174530505346 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25291] ppid=25280 vsize=10551232 memory=12 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25291/stat : 25291 (java) S 25280 25283 8289 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 111929535 10804461568 171891 18446744073709551615 4194304 4196468 140737259631408 140174025483232 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25292] ppid=25280 vsize=10551232 memory=9 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25292/stat : 25292 (java) S 25280 25283 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111929535 10804461568 171891 18446744073709551615 4194304 4196468 140737259631408 140174024430592 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25293] ppid=25280 vsize=10551232 memory=10 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25293/stat : 25293 (java) S 25280 25283 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111929537 10804461568 171891 18446744073709551615 4194304 4196468 140737259631408 140174023379152 140174530512795 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25294] ppid=25280 vsize=10551232 memory=10 CPUtime=0.74 cores=1,3,5,7
/proc/25283/task/25294/stat : 25294 (java) S 25280 25283 8289 0 -1 1077944384 1665 0 0 0 74 0 0 0 20 0 15 0 111929537 10804461568 171891 18446744073709551615 4194304 4196468 140737259631408 140174022326768 140174530505346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25295] ppid=25280 vsize=10551232 memory=0 CPUtime=0.72 cores=1,3,5,7
/proc/25283/task/25295/stat : 25295 (java) S 25280 25283 8289 0 -1 1077944384 1679 0 0 0 72 0 0 0 20 0 15 0 111929537 10804461568 171891 18446744073709551615 4194304 4196468 140737259631408 140174021274224 140174530505346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25296] ppid=25280 vsize=10551232 memory=144936355919567 CPUtime=0.31 cores=1,3,5,7
/proc/25283/task/25296/stat : 25296 (java) S 25280 25283 8289 0 -1 1077944384 1591 0 0 0 31 0 0 0 20 0 15 0 111929537 10804461568 171891 18446744073709551615 4194304 4196468 140737259631408 140174020221680 140174530505346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0

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

[pid=25283/tid=25285] ppid=25280 vsize=10684512 memory=164 CPUtime=15.93 cores=1,3,5,7
/proc/25283/task/25285/stat : 25285 (java) S 25280 25283 8289 0 -1 1077944384 43126 0 0 0 1557 36 0 0 20 0 17 0 111929532 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174534734880 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25286] ppid=25280 vsize=10684512 memory=2867664589641494 CPUtime=368.3 cores=1,3,5,7
/proc/25283/task/25286/stat : 25286 (java) R 25280 25283 8289 0 -1 4202560 817216 0 0 0 36694 136 0 0 20 0 17 0 111929533 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174460914256 140174523122407 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25287] ppid=25280 vsize=10684512 memory=2440 CPUtime=368.83 cores=1,3,5,7
/proc/25283/task/25287/stat : 25287 (java) R 25280 25283 8289 0 -1 4202560 748852 0 0 0 36735 148 0 0 20 0 17 0 111929533 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174459861712 140174523122407 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25288] ppid=25280 vsize=10684512 memory=1724 CPUtime=368.29 cores=1,3,5,7
/proc/25283/task/25288/stat : 25288 (java) R 25280 25283 8289 0 -1 4202560 779028 0 0 0 36680 149 0 0 20 0 17 0 111929533 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174458809560 140174515495048 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25289] ppid=25280 vsize=10684512 memory=1228 CPUtime=367.31 cores=1,3,5,7
/proc/25283/task/25289/stat : 25289 (java) R 25280 25283 8289 0 -1 4202560 641037 0 0 0 36578 153 0 0 20 0 17 0 111929533 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174457756936 140174523122407 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25290] ppid=25280 vsize=10684512 memory=14356 CPUtime=21.02 cores=1,3,5,7
/proc/25283/task/25290/stat : 25290 (java) S 25280 25283 8289 0 -1 1077944384 85564 0 0 0 2097 5 0 0 20 0 17 0 111929534 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174026535488 140174530504405 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25291] ppid=25280 vsize=10684512 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25291/stat : 25291 (java) S 25280 25283 8289 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 111929535 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174025483232 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25292] ppid=25280 vsize=10684512 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25292/stat : 25292 (java) S 25280 25283 8289 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 17 0 111929535 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174024429696 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25293] ppid=25280 vsize=10684512 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25293/stat : 25293 (java) S 25280 25283 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111929537 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174023379152 140174530512795 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25294] ppid=25280 vsize=10684512 memory=7679937539659563834 CPUtime=1.02 cores=1,3,5,7
/proc/25283/task/25294/stat : 25294 (java) S 25280 25283 8289 0 -1 1077944384 2658 0 0 0 102 0 0 0 20 0 17 0 111929537 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174022326816 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25295] ppid=25280 vsize=10684512 memory=4168 CPUtime=1.03 cores=1,3,5,7
/proc/25283/task/25295/stat : 25295 (java) S 25280 25283 8289 0 -1 1077944384 2873 0 0 0 102 1 0 0 20 0 17 0 111929537 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174021273984 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25296] ppid=25280 vsize=10684512 memory=54192 CPUtime=0.38 cores=1,3,5,7
/proc/25283/task/25296/stat : 25296 (java) S 25280 25283 8289 0 -1 1077944384 4337 0 0 0 37 1 0 0 20 0 17 0 111929537 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174020221728 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25297] ppid=25280 vsize=10684512 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25297/stat : 25297 (java) S 25280 25283 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111929537 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174019169376 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25298] ppid=25280 vsize=10684512 memory=8299196 CPUtime=0.33 cores=1,3,5,7
/proc/25283/task/25298/stat : 25298 (java) S 25280 25283 8289 0 -1 1077944384 368 0 0 0 13 20 0 0 20 0 17 0 111929544 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174018115888 140174530505346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25328] ppid=25280 vsize=10684512 memory=8299196 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25328/stat : 25328 (java) S 25280 25283 8289 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 111968432 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174017060016 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25329] ppid=25280 vsize=10684512 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25329/stat : 25329 (java) S 25280 25283 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111968432 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174016008240 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
Current children cumulated CPU time: 1512.54 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8300392 KiB

[startup+411.201 s]
/proc/loadavg: 4.18 4.23 3.33 6/219 25329
/proc/meminfo: memFree=18364224/32770624 swapFree=67108860/67108860
[pid=25283] ppid=25280 vsize=10684512 memory=8300392 CPUtime=1518.72 cores=1,3,5,7
/proc/25283/stat : 25283 (java) S 25280 25283 8289 0 -1 1077944320 3127061 0 0 0 151234 638 0 0 20 0 17 0 111929526 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140737259613952 140174530494199 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
/proc/25283/statm: 2671128 2075098 3163 1 0 2660543 0
[pid=25283/tid=25285] ppid=25280 vsize=10684512 memory=1724 CPUtime=15.93 cores=1,3,5,7
/proc/25283/task/25285/stat : 25285 (java) S 25280 25283 8289 0 -1 1077944384 43126 0 0 0 1557 36 0 0 20 0 17 0 111929532 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174534734880 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25286] ppid=25280 vsize=10684512 memory=8300392 CPUtime=369.85 cores=1,3,5,7
/proc/25283/task/25286/stat : 25286 (java) R 25280 25283 8289 0 -1 4202560 817216 0 0 0 36848 137 0 0 20 0 17 0 111929533 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174460914256 140174523122407 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25287] ppid=25280 vsize=10684512 memory=2012 CPUtime=370.37 cores=1,3,5,7
/proc/25283/task/25287/stat : 25287 (java) R 25280 25283 8289 0 -1 4202560 748852 0 0 0 36889 148 0 0 20 0 17 0 111929533 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174459861712 140174523122407 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25288] ppid=25280 vsize=10684512 memory=11136 CPUtime=369.89 cores=1,3,5,7
/proc/25283/task/25288/stat : 25288 (java) R 25280 25283 8289 0 -1 4202560 779516 0 0 0 36840 149 0 0 20 0 17 0 111929533 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174458809560 140174515483757 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25289] ppid=25280 vsize=10684512 memory=2440 CPUtime=368.82 cores=1,3,5,7
/proc/25283/task/25289/stat : 25289 (java) R 25280 25283 8289 0 -1 4202560 641037 0 0 0 36728 154 0 0 20 0 17 0 111929533 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174457756936 140174523122407 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25290] ppid=25280 vsize=10684512 memory=1724 CPUtime=21.02 cores=1,3,5,7
/proc/25283/task/25290/stat : 25290 (java) S 25280 25283 8289 0 -1 1077944384 85564 0 0 0 2097 5 0 0 20 0 17 0 111929534 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174026535488 140174530504405 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25291] ppid=25280 vsize=10684512 memory=792 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25291/stat : 25291 (java) S 25280 25283 8289 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 111929535 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174025483232 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25292] ppid=25280 vsize=10684512 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25292/stat : 25292 (java) S 25280 25283 8289 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 17 0 111929535 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174024429696 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25293] ppid=25280 vsize=10684512 memory=54192 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25293/stat : 25293 (java) S 25280 25283 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111929537 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174023379152 140174530512795 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25294] ppid=25280 vsize=10684512 memory=1296 CPUtime=1.02 cores=1,3,5,7
/proc/25283/task/25294/stat : 25294 (java) S 25280 25283 8289 0 -1 1077944384 2658 0 0 0 102 0 0 0 20 0 17 0 111929537 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174022326816 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25295] ppid=25280 vsize=10684512 memory=8300392 CPUtime=1.03 cores=1,3,5,7
/proc/25283/task/25295/stat : 25295 (java) S 25280 25283 8289 0 -1 1077944384 2873 0 0 0 102 1 0 0 20 0 17 0 111929537 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174021273984 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25296] ppid=25280 vsize=10684512 memory=1436 CPUtime=0.38 cores=1,3,5,7
/proc/25283/task/25296/stat : 25296 (java) S 25280 25283 8289 0 -1 1077944384 4337 0 0 0 37 1 0 0 20 0 17 0 111929537 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174020221728 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25297] ppid=25280 vsize=10684512 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25297/stat : 25297 (java) S 25280 25283 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111929537 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174019169376 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25298] ppid=25280 vsize=10684512 memory=1436 CPUtime=0.33 cores=1,3,5,7
/proc/25283/task/25298/stat : 25298 (java) S 25280 25283 8289 0 -1 1077944384 368 0 0 0 13 20 0 0 20 0 17 0 111929544 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174018115888 140174530505346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25328] ppid=25280 vsize=10684512 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25328/stat : 25328 (java) S 25280 25283 8289 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 111968432 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174017060016 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25329] ppid=25280 vsize=10684512 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25329/stat : 25329 (java) S 25280 25283 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111968432 10940940288 2075098 18446744073709551615 4194304 4196468 140737259631408 140174016008240 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
Current children cumulated CPU time: 1518.72 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8300392 KiB

[startup+411.601 s]
/proc/loadavg: 4.18 4.23 3.33 6/219 25329
/proc/meminfo: memFree=18364224/32770624 swapFree=67108860/67108860
[pid=25283] ppid=25280 vsize=10684512 memory=8300396 CPUtime=1519.33 cores=1,3,5,7
/proc/25283/stat : 25283 (java) S 25280 25283 8289 0 -1 1077944320 3128345 0 0 0 151295 638 0 0 20 0 17 0 111929526 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140737259613952 140174530494199 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
/proc/25283/statm: 2671128 2075099 3163 1 0 2660543 0
[pid=25283/tid=25285] ppid=25280 vsize=10684512 memory=2164 CPUtime=15.93 cores=1,3,5,7
/proc/25283/task/25285/stat : 25285 (java) S 25280 25283 8289 0 -1 1077944384 43126 0 0 0 1557 36 0 0 20 0 17 0 111929532 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140174534734880 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25286] ppid=25280 vsize=10684512 memory=-8774313645642428999 CPUtime=369.91 cores=1,3,5,7
/proc/25283/task/25286/stat : 25286 (java) S 25280 25283 8289 0 -1 1077944384 817216 0 0 0 36854 137 0 0 20 0 17 0 111929533 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140174460914448 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25287] ppid=25280 vsize=10684512 memory=1620 CPUtime=370.44 cores=1,3,5,7
/proc/25283/task/25287/stat : 25287 (java) S 25280 25283 8289 0 -1 1077944384 748852 0 0 0 36896 148 0 0 20 0 17 0 111929533 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140174459861904 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25288] ppid=25280 vsize=10684512 memory=844 CPUtime=369.96 cores=1,3,5,7
/proc/25283/task/25288/stat : 25288 (java) S 25280 25283 8289 0 -1 1077944384 779544 0 0 0 36847 149 0 0 20 0 17 0 111929533 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140174458809360 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25289] ppid=25280 vsize=10684512 memory=18484 CPUtime=368.89 cores=1,3,5,7
/proc/25283/task/25289/stat : 25289 (java) S 25280 25283 8289 0 -1 1077944384 641038 0 0 0 36735 154 0 0 20 0 17 0 111929533 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140174457756816 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25290] ppid=25280 vsize=10684512 memory=3912 CPUtime=21.35 cores=1,3,5,7
/proc/25283/task/25290/stat : 25290 (java) R 25280 25283 8289 0 -1 4202560 86819 0 0 0 2130 5 0 0 20 0 17 0 111929534 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140174026535376 140174515490566 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25291] ppid=25280 vsize=10684512 memory=3520 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25291/stat : 25291 (java) S 25280 25283 8289 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 111929535 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140174025483232 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25292] ppid=25280 vsize=10684512 memory=3028 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25292/stat : 25292 (java) S 25280 25283 8289 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 17 0 111929535 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140174024429696 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25293] ppid=25280 vsize=10684512 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25293/stat : 25293 (java) S 25280 25283 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111929537 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140174023379152 140174530512795 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25294] ppid=25280 vsize=10684512 memory=1156 CPUtime=1.02 cores=1,3,5,7
/proc/25283/task/25294/stat : 25294 (java) S 25280 25283 8289 0 -1 1077944384 2658 0 0 0 102 0 0 0 20 0 17 0 111929537 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140174022326816 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25295] ppid=25280 vsize=10684512 memory=3160 CPUtime=1.03 cores=1,3,5,7
/proc/25283/task/25295/stat : 25295 (java) S 25280 25283 8289 0 -1 1077944384 2873 0 0 0 102 1 0 0 20 0 17 0 111929537 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140174021273984 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25296] ppid=25280 vsize=10684512 memory=4705532 CPUtime=0.38 cores=1,3,5,7
/proc/25283/task/25296/stat : 25296 (java) S 25280 25283 8289 0 -1 1077944384 4337 0 0 0 37 1 0 0 20 0 17 0 111929537 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140174020221728 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25297] ppid=25280 vsize=10684512 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25297/stat : 25297 (java) S 25280 25283 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111929537 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140174019169376 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25298] ppid=25280 vsize=10684512 memory=4872558044660077418 CPUtime=0.33 cores=1,3,5,7
/proc/25283/task/25298/stat : 25298 (java) S 25280 25283 8289 0 -1 1077944384 368 0 0 0 13 20 0 0 20 0 17 0 111929544 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140174018115888 140174530505346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25328] ppid=25280 vsize=10684512 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25328/stat : 25328 (java) S 25280 25283 8289 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 111968432 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140174017060016 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25329] ppid=25280 vsize=10684512 memory=54192 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25329/stat : 25329 (java) S 25280 25283 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111968432 10940940288 2075099 18446744073709551615 4194304 4196468 140737259631408 140174016008240 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
Current children cumulated CPU time: 1519.33 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8300396 KiB

[startup+412.001 s]*
/proc/loadavg: 4.18 4.23 3.33 3/218 25329
/proc/meminfo: memFree=18365456/32770624 swapFree=67108860/67108860
[pid=25283] ppid=25280 vsize=10684512 memory=8300564 CPUtime=1519.74 cores=1,3,5,7
/proc/25283/stat : 25283 (java) S 25280 25283 8289 0 -1 1077944320 3132169 0 0 0 151336 638 0 0 20 0 16 0 111929526 10940940288 2075141 18446744073709551615 4194304 4196468 140737259631408 140737259613952 140174530494199 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
/proc/25283/statm: 2671128 2075141 3165 1 0 2660543 0
[pid=25283/tid=25285] ppid=25280 vsize=10684512 memory=-8774313645642428999 CPUtime=15.93 cores=1,3,5,7
/proc/25283/task/25285/stat : 25285 (java) S 25280 25283 8289 0 -1 1077944384 43126 0 0 0 1557 36 0 0 20 0 16 0 111929532 10940940288 2075142 18446744073709551615 4194304 4196468 140737259631408 140174534734880 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25286] ppid=25280 vsize=10684512 memory=4872558044660077418 CPUtime=369.91 cores=1,3,5,7
/proc/25283/task/25286/stat : 25286 (java) S 25280 25283 8289 0 -1 1077944384 817216 0 0 0 36854 137 0 0 20 0 16 0 111929533 10940940288 2075142 18446744073709551615 4194304 4196468 140737259631408 140174460914448 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25287] ppid=25280 vsize=10684512 memory=1724 CPUtime=370.44 cores=1,3,5,7
/proc/25283/task/25287/stat : 25287 (java) S 25280 25283 8289 0 -1 1077944384 748852 0 0 0 36896 148 0 0 20 0 16 0 111929533 10940940288 2075142 18446744073709551615 4194304 4196468 140737259631408 140174459861904 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25288] ppid=25280 vsize=10684512 memory=792 CPUtime=369.96 cores=1,3,5,7
/proc/25283/task/25288/stat : 25288 (java) S 25280 25283 8289 0 -1 1077944384 779544 0 0 0 36847 149 0 0 20 0 16 0 111929533 10940940288 2075142 18446744073709551615 4194304 4196468 140737259631408 140174458809360 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25289] ppid=25280 vsize=10684512 memory=1716 CPUtime=368.89 cores=1,3,5,7
/proc/25283/task/25289/stat : 25289 (java) S 25280 25283 8289 0 -1 1077944384 641038 0 0 0 36735 154 0 0 20 0 16 0 111929533 10940940288 2075142 18446744073709551615 4194304 4196468 140737259631408 140174457756816 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25290] ppid=25280 vsize=10684512 memory=1228 CPUtime=21.76 cores=1,3,5,7
/proc/25283/task/25290/stat : 25290 (java) S 25280 25283 8289 0 -1 1077944384 90104 0 0 0 2171 5 0 0 20 0 16 0 111929534 10940940288 2075142 18446744073709551615 4194304 4196468 140737259631408 140174026536944 140174530505346 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25291] ppid=25280 vsize=10684512 memory=14356 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25291/stat : 25291 (java) S 25280 25283 8289 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 111929535 10940940288 2075142 18446744073709551615 4194304 4196468 140737259631408 140174025483232 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25292] ppid=25280 vsize=10684512 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25292/stat : 25292 (java) S 25280 25283 8289 0 -1 1077944384 143 0 0 0 0 0 0 0 20 0 16 0 111929535 10940940288 2075142 18446744073709551615 4194304 4196468 140737259631408 140174024430592 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25293] ppid=25280 vsize=10684512 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25293/stat : 25293 (java) S 25280 25283 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111929537 10940940288 2075145 18446744073709551615 4194304 4196468 140737259631408 140174023379152 140174530512795 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25294] ppid=25280 vsize=10684512 memory=11136 CPUtime=1.02 cores=1,3,5,7
/proc/25283/task/25294/stat : 25294 (java) S 25280 25283 8289 0 -1 1077944384 2660 0 0 0 102 0 0 0 20 0 16 0 111929537 10940940288 2075145 18446744073709551615 4194304 4196468 140737259631408 140174022326768 140174530505346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25295] ppid=25280 vsize=10684512 memory=5788 CPUtime=1.03 cores=1,3,5,7
/proc/25283/task/25295/stat : 25295 (java) S 25280 25283 8289 0 -1 1077944384 2878 0 0 0 102 1 0 0 20 0 16 0 111929537 10940940288 2075145 18446744073709551615 4194304 4196468 140737259631408 140174021274224 140174530505346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25296] ppid=25280 vsize=10684512 memory=4612 CPUtime=0.38 cores=1,3,5,7
/proc/25283/task/25296/stat : 25296 (java) R 25280 25283 8289 0 -1 4202560 4481 0 0 0 37 1 0 0 20 0 16 0 111929537 10940940288 2075145 18446744073709551615 4194304 4196468 140737259631408 140174020221680 140174510461318 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25297] ppid=25280 vsize=10684512 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25297/stat : 25297 (java) S 25280 25283 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111929537 10940940288 2075145 18446744073709551615 4194304 4196468 140737259631408 140174019169376 140174530504405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25298] ppid=25280 vsize=10684512 memory=1200 CPUtime=0.33 cores=1,3,5,7
/proc/25283/task/25298/stat : 25298 (java) S 25280 25283 8289 0 -1 1077944384 368 0 0 0 13 20 0 0 20 0 16 0 111929544 10940940288 2075145 18446744073709551615 4194304 4196468 140737259631408 140174018115888 140174530505346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
[pid=25283/tid=25328] ppid=25280 vsize=10684512 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/25283/task/25328/stat : 25328 (java) R 25280 25283 8289 0 -1 4202560 498 0 0 0 0 0 0 0 20 0 16 0 111968432 10940940288 2075145 18446744073709551615 4194304 4196468 140737259631408 140174017050704 140174513887793 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140737259639184 140737259639337 140737259639337 140737259642831 0
Current children cumulated CPU time: 1519.74 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8300564 KiB

Child status: 0
Real time (s): 412.106
CPU time (s): 1519.85
CPU user time (s): 1513.37
CPU system time (s): 6.47672
CPU usage (%): 368.8
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8300564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1513.37
system time used= 6.47672
maximum resident set size= 8300668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3132505
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25002
involuntary context switches= 17189


# summary of solver processes directly reported to runsolver:
#   pid: 25283
#   total CPU time (s): 1519.85
#   total CPU user time (s): 1513.37
#   total CPU system time (s): 6.47672

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.37418 second user time and 4.34056 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 18:04:56
IDJOB=4263761
IDBENCH=140592
IDSOLVER=2651
FILE ID=node133/4263761-1502641143
RUNJOBID= node133-1502619490-21335
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-47.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263761-1502641143/watcher-4263761-1502641143 -o /tmp/evaluation-result-4263761-1502641143/solver-4263761-1502641143 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21335 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263761-1502641143.xml

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

MD5SUM BENCH= b40b46819fbd3a38fcaaee2fdd389509
RANDOM SEED=969573935

node133.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.17
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.17
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.17
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.17
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:        27204308 kB
MemAvailable:   27793324 kB
Buffers:          234852 kB
Cached:           649092 kB
SwapCached:            0 kB
Active:          4927692 kB
Inactive:         181332 kB
Active(anon):    4165660 kB
Inactive(anon):   100820 kB
Active(file):     762032 kB
Inactive(file):    80512 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2408 kB
Writeback:            16 kB
AnonPages:       4220428 kB
Mapped:            68248 kB
Shmem:             41660 kB
Slab:             151708 kB
SReclaimable:     124616 kB
SUnreclaim:        27092 kB
KernelStack:        3632 kB
PageTables:        13664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5027852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4059136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

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