Trace number 4263720

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? 1305.72 357.44901

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-15-17.xml
MD5SUM5342dff7930c7d1c2bbf0c6436545580
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.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables255
Number of constraints14281
Number of domains1
Minimum domain size255
Maximum domain size255
Distribution of domain sizes[{"size":255,"count":255}]
Minimum variable degree226
Maximum variable degree226
Distribution of variable degrees[{"degree":226,"count":255}]
Minimum constraint arity4
Maximum constraint arity255
Distribution of constraint arities[{"arity":4,"count":14280},{"arity":255,"count":1}]
Number of extensional constraints0
Number of intensional constraints14280
Distribution of constraint types[{"type":"intension","count":14280},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263720-1502637980/watcher-4263720-1502637980 -o /tmp/evaluation-result-4263720-1502637980/solver-4263720-1502637980 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263720-1502637980.xml 

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

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

solver pid=26842, runsolver pid=26839

[startup+0.101226 s]*
/proc/loadavg: 7.10 5.72 4.19 6/206 26848
/proc/meminfo: memFree=23456240/32770624 swapFree=67108776/67108860
[pid=26842] ppid=26839 vsize=9936560 memory=19200 CPUtime=0.01 cores=0,2,4,6
/proc/26842/stat : 26842 (java) S 26839 26842 7084 0 -1 1077944320 3581 0 0 0 1 0 0 0 20 0 6 0 163450706 10175037440 4800 18446744073709551615 4194304 4196468 140729873584464 140729873567008 139722031689463 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
/proc/26842/statm: 2484140 4800 1923 1 0 2473637 0
[pid=26842/tid=26844] ppid=26839 vsize=9936560 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/26842/task/26844/stat : 26844 (java) R 26839 26842 7084 0 -1 4202560 2273 0 0 0 1 0 0 0 20 0 6 0 163450715 10175037440 4800 18446744073709551615 4194304 4196468 140729873584464 139722035925584 139722031711389 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26845] ppid=26839 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26845/stat : 26845 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 6 0 163450716 10175037440 4800 18446744073709551615 4194304 4196468 140729873584464 139721643289488 139722031699669 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26846] ppid=26839 vsize=9936560 memory=140480544466560 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26846/stat : 26846 (java) S 26839 26842 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 163450716 10175037440 4800 18446744073709551615 4194304 4196468 140729873584464 139721642236688 139722031699669 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26847] ppid=26839 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26847/stat : 26847 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 6 0 163450716 10175037440 4800 18446744073709551615 4194304 4196468 140729873584464 139721641184400 139722031699669 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26848] ppid=26839 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26848/stat : 26848 (java) S 26839 26842 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 163450716 10175037440 4800 18446744073709551615 4194304 4196468 140729873584464 139721640131600 139722031699669 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 19200 KiB

[startup+0.21006 s]*
/proc/loadavg: 7.10 5.72 4.19 6/215 26857
/proc/meminfo: memFree=23451420/32770624 swapFree=67108776/67108860
[pid=26842] ppid=26839 vsize=10551156 memory=26228 CPUtime=0.09 cores=0,2,4,6
/proc/26842/stat : 26842 (java) S 26839 26842 7084 0 -1 1077944320 5063 0 0 0 8 1 0 0 20 0 15 0 163450706 10804383744 6557 18446744073709551615 4194304 4196468 140729873584464 140729873567008 139722031689463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
/proc/26842/statm: 2637789 6557 2743 1 0 2627261 0
[pid=26842/tid=26844] ppid=26839 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/26842/task/26844/stat : 26844 (java) R 26839 26842 7084 0 -1 4202560 3019 0 0 0 6 0 0 0 20 0 15 0 163450715 10804383744 6557 18446744073709551615 4194304 4196468 140729873584464 139722035913248 139722031711389 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26845] ppid=26839 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26845/stat : 26845 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163450716 10804383744 6557 18446744073709551615 4194304 4196468 140729873584464 139721643289488 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26846] ppid=26839 vsize=10551156 memory=3905945747085289120 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26846/stat : 26846 (java) S 26839 26842 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163450716 10804383744 6557 18446744073709551615 4194304 4196468 140729873584464 139721642236688 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26847] ppid=26839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26847/stat : 26847 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163450716 10804383744 6557 18446744073709551615 4194304 4196468 140729873584464 139721641184400 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26848] ppid=26839 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26848/stat : 26848 (java) S 26839 26842 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163450716 10804383744 6557 18446744073709551615 4194304 4196468 140729873584464 139721640131600 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26849] ppid=26839 vsize=10551156 memory=140480544466560 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26849/stat : 26849 (java) S 26839 26842 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163450717 10804383744 6557 18446744073709551615 4194304 4196468 140729873584464 139721595857008 139722031700610 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26850] ppid=26839 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26850/stat : 26850 (java) S 26839 26842 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163450718 10804383744 6557 18446744073709551615 4194304 4196468 140729873584464 139721527255840 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26851] ppid=26839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26851/stat : 26851 (java) S 26839 26842 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163450718 10804383744 6557 18446744073709551615 4194304 4196468 140729873584464 139721526203504 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26852] ppid=26839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26852/stat : 26852 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163450721 10804383744 6557 18446744073709551615 4194304 4196468 140729873584464 139721525151824 139722031708059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26853] ppid=26839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26853/stat : 26853 (java) S 26839 26842 7084 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 163450721 10804383744 6557 18446744073709551615 4194304 4196468 140729873584464 139721524099696 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26854] ppid=26839 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26854/stat : 26854 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163450721 10804383744 6557 18446744073709551615 4194304 4196468 140729873584464 139721523046896 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26855] ppid=26839 vsize=10551156 memory=140480544466560 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26855/stat : 26855 (java) R 26839 26842 7084 0 -1 4202560 247 0 0 0 0 0 0 0 20 0 15 0 163450721 10804383744 6557 18446744073709551615 4194304 4196468 140729873584464 139721521994608 139722015769950 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26856] ppid=26839 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26856/stat : 26856 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163450721 10804383744 6557 18446744073709551615 4194304 4196468 140729873584464 139721520942048 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26857] ppid=26839 vsize=10551156 memory=140480544466560 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26857/stat : 26857 (java) S 26839 26842 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163450726 10804383744 6557 18446744073709551615 4194304 4196468 140729873584464 139721519888816 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26228 KiB

[startup+0.311257 s]*
/proc/loadavg: 7.10 5.72 4.19 6/215 26857
/proc/meminfo: memFree=23438600/32770624 swapFree=67108776/67108860
[pid=26842] ppid=26839 vsize=10551156 memory=36168 CPUtime=0.24 cores=0,2,4,6
/proc/26842/stat : 26842 (java) S 26839 26842 7084 0 -1 1077944320 8312 0 0 0 21 3 0 0 20 0 15 0 163450706 10804383744 9042 18446744073709551615 4194304 4196468 140729873584464 140729873567008 139722031689463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
/proc/26842/statm: 2637789 9042 2865 1 0 2627261 0
[pid=26842/tid=26844] ppid=26839 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/26842/task/26844/stat : 26844 (java) R 26839 26842 7084 0 -1 4202560 5973 0 0 0 14 2 0 0 20 0 15 0 163450715 10804383744 9042 18446744073709551615 4194304 4196468 140729873584464 139722035923552 139722015769950 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26845] ppid=26839 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26845/stat : 26845 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163450716 10804383744 9042 18446744073709551615 4194304 4196468 140729873584464 139721643289488 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26846] ppid=26839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26846/stat : 26846 (java) S 26839 26842 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163450716 10804383744 9042 18446744073709551615 4194304 4196468 140729873584464 139721642236688 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26847] ppid=26839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26847/stat : 26847 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163450716 10804383744 9042 18446744073709551615 4194304 4196468 140729873584464 139721641184400 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26848] ppid=26839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26848/stat : 26848 (java) S 26839 26842 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163450716 10804383744 9042 18446744073709551615 4194304 4196468 140729873584464 139721640131600 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26849] ppid=26839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26849/stat : 26849 (java) S 26839 26842 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163450717 10804383744 9042 18446744073709551615 4194304 4196468 140729873584464 139721595857008 139722031700610 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26850] ppid=26839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26850/stat : 26850 (java) S 26839 26842 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163450718 10804383744 9042 18446744073709551615 4194304 4196468 140729873584464 139721527255840 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26851] ppid=26839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26851/stat : 26851 (java) S 26839 26842 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163450718 10804383744 9042 18446744073709551615 4194304 4196468 140729873584464 139721526203504 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26852] ppid=26839 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26852/stat : 26852 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163450721 10804383744 9042 18446744073709551615 4194304 4196468 140729873584464 139721525151824 139722031708059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26853] ppid=26839 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26842/task/26853/stat : 26853 (java) S 26839 26842 7084 0 -1 1077944384 480 0 0 0 1 0 0 0 20 0 15 0 163450721 10804383744 9042 18446744073709551615 4194304 4196468 140729873584464 139721524099696 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26854] ppid=26839 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26842/task/26854/stat : 26854 (java) S 26839 26842 7084 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 15 0 163450721 10804383744 9042 18446744073709551615 4194304 4196468 140729873584464 139721523046896 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26855] ppid=26839 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/26842/task/26855/stat : 26855 (java) S 26839 26842 7084 0 -1 1077944384 392 0 0 0 4 0 0 0 20 0 15 0 163450721 10804383744 9042 18446744073709551615 4194304 4196468 140729873584464 139721521994608 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26856] ppid=26839 vsize=10551156 memory=140480544466560 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26856/stat : 26856 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163450721 10804383744 9042 18446744073709551615 4194304 4196468 140729873584464 139721520942048 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26857] ppid=26839 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26857/stat : 26857 (java) S 26839 26842 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163450726 10804383744 9042 18446744073709551615 4194304 4196468 140729873584464 139721519888816 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36168 KiB

[startup+0.701304 s]
/proc/loadavg: 7.10 5.72 4.19 7/215 26857
/proc/meminfo: memFree=23419116/32770624 swapFree=67108776/67108860
[pid=26842] ppid=26839 vsize=10551232 memory=99512 CPUtime=1.39 cores=0,2,4,6
/proc/26842/stat : 26842 (java) S 26839 26842 7084 0 -1 1077944320 13000 0 0 0 134 5 0 0 20 0 15 0 163450706 10804461568 24878 18446744073709551615 4194304 4196468 140729873584464 140729873567008 139722031689463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
/proc/26842/statm: 2637808 24878 3055 1 0 2627261 0
[pid=26842/tid=26844] ppid=26839 vsize=10551232 memory=280960788725800 CPUtime=0.55 cores=0,2,4,6
/proc/26842/task/26844/stat : 26844 (java) R 26839 26842 7084 0 -1 4202560 7368 0 0 0 51 4 0 0 20 0 15 0 163450715 10804461568 24878 18446744073709551615 4194304 4196468 140729873584464 139722035926216 139721676867855 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26845] ppid=26839 vsize=10551232 memory=280960788861008 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26845/stat : 26845 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163450716 10804461568 24878 18446744073709551615 4194304 4196468 140729873584464 139721643289488 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26846] ppid=26839 vsize=10551232 memory=280960788731048 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26846/stat : 26846 (java) S 26839 26842 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163450716 10804461568 24878 18446744073709551615 4194304 4196468 140729873584464 139721642236688 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26847] ppid=26839 vsize=10551232 memory=280960788680480 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26847/stat : 26847 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163450716 10804461568 24878 18446744073709551615 4194304 4196468 140729873584464 139721641184400 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26848] ppid=26839 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26848/stat : 26848 (java) S 26839 26842 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163450716 10804461568 24878 18446744073709551615 4194304 4196468 140729873584464 139721640131600 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26849] ppid=26839 vsize=10551232 memory=13563786715989427 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26849/stat : 26849 (java) S 26839 26842 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 163450717 10804461568 24878 18446744073709551615 4194304 4196468 140729873584464 139721595857008 139722031700610 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26850] ppid=26839 vsize=10551232 memory=39756 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26850/stat : 26850 (java) S 26839 26842 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163450718 10804461568 24878 18446744073709551615 4194304 4196468 140729873584464 139721527255840 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26851] ppid=26839 vsize=10551232 memory=636 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26851/stat : 26851 (java) S 26839 26842 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163450718 10804461568 24878 18446744073709551615 4194304 4196468 140729873584464 139721526203504 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26852] ppid=26839 vsize=10551232 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26852/stat : 26852 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163450721 10804461568 24878 18446744073709551615 4194304 4196468 140729873584464 139721525151824 139722031708059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26853] ppid=26839 vsize=10551232 memory=960 CPUtime=0.28 cores=0,2,4,6
/proc/26842/task/26853/stat : 26853 (java) R 26839 26842 7084 0 -1 4202560 1628 0 0 0 28 0 0 0 20 0 15 0 163450721 10804461568 24878 18446744073709551615 4194304 4196468 140729873584464 139721524085576 139722013234970 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26854] ppid=26839 vsize=10551232 memory=1236 CPUtime=0.31 cores=0,2,4,6
/proc/26842/task/26854/stat : 26854 (java) R 26839 26842 7084 0 -1 4202560 1302 0 0 0 31 0 0 0 20 0 15 0 163450721 10804461568 24878 18446744073709551615 4194304 4196468 140729873584464 139721523033920 139722009551025 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26855] ppid=26839 vsize=10551232 memory=2240 CPUtime=0.23 cores=0,2,4,6
/proc/26842/task/26855/stat : 26855 (java) S 26839 26842 7084 0 -1 1077944384 1327 0 0 0 23 0 0 0 20 0 15 0 163450721 10804461568 24878 18446744073709551615 4194304 4196468 140729873584464 139721521994608 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26856] ppid=26839 vsize=10551232 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26856/stat : 26856 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163450721 10804461568 24878 18446744073709551615 4194304 4196468 140729873584464 139721520942048 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26857] ppid=26839 vsize=10551232 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26857/stat : 26857 (java) S 26839 26842 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163450726 10804461568 24878 18446744073709551615 4194304 4196468 140729873584464 139721519888816 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 99512 KiB

[startup+1.50127 s]
/proc/loadavg: 7.10 5.72 4.19 8/215 26857
/proc/meminfo: memFree=23288300/32770624 swapFree=67108776/67108860
[pid=26842] ppid=26839 vsize=10551232 memory=348932 CPUtime=3.64 cores=0,2,4,6
/proc/26842/stat : 26842 (java) S 26839 26842 7084 0 -1 1077944320 14609 0 0 0 351 13 0 0 20 0 15 0 163450706 10804461568 87233 18446744073709551615 4194304 4196468 140729873584464 140729873567008 139722031689463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
/proc/26842/statm: 2637808 87233 3105 1 0 2627261 0
[pid=26842/tid=26844] ppid=26839 vsize=10551232 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/26842/task/26844/stat : 26844 (java) S 26839 26842 7084 0 -1 1077944384 7651 0 0 0 122 6 0 0 20 0 15 0 163450715 10804461568 87233 18446744073709551615 4194304 4196468 140729873584464 139722035924672 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26845] ppid=26839 vsize=10551232 memory=7649399397150111282 CPUtime=0.01 cores=0,2,4,6
/proc/26842/task/26845/stat : 26845 (java) R 26839 26842 7084 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 15 0 163450716 10804461568 87233 18446744073709551615 4194304 4196468 140729873584464 139721643289488 139722016716882 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26846] ppid=26839 vsize=10551232 memory=7300704776819335744 CPUtime=0.01 cores=0,2,4,6
/proc/26842/task/26846/stat : 26846 (java) R 26839 26842 7084 0 -1 4202560 107 0 0 0 1 0 0 0 20 0 15 0 163450716 10804461568 87233 18446744073709551615 4194304 4196468 140729873584464 139721642236688 139722013315541 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26847] ppid=26839 vsize=10551232 memory=217220 CPUtime=0.04 cores=0,2,4,6
/proc/26842/task/26847/stat : 26847 (java) R 26839 26842 7084 0 -1 4202560 170 0 0 0 3 1 0 0 20 0 15 0 163450716 10804461568 87233 18446744073709551615 4194304 4196468 140729873584464 139721641184288 139722016717523 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26848] ppid=26839 vsize=10551232 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26842/task/26848/stat : 26848 (java) R 26839 26842 7084 0 -1 4202560 139 0 0 0 2 1 0 0 20 0 15 0 163450716 10804461568 87233 18446744073709551615 4194304 4196468 140729873584464 139721640131600 139722016178384 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26849] ppid=26839 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26849/stat : 26849 (java) S 26839 26842 7084 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 163450717 10804461568 87233 18446744073709551615 4194304 4196468 140729873584464 139721595855520 139722031699669 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26850] ppid=26839 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26850/stat : 26850 (java) S 26839 26842 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163450718 10804461568 87233 18446744073709551615 4194304 4196468 140729873584464 139721527255904 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26851] ppid=26839 vsize=10551232 memory=6502580487379 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26851/stat : 26851 (java) S 26839 26842 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 163450718 10804461568 87233 18446744073709551615 4194304 4196468 140729873584464 139721526203520 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26852] ppid=26839 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26852/stat : 26852 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163450721 10804461568 87233 18446744073709551615 4194304 4196468 140729873584464 139721525151824 139722031708059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26853] ppid=26839 vsize=10551232 memory=13563786715989427 CPUtime=0.92 cores=0,2,4,6
/proc/26842/task/26853/stat : 26853 (java) S 26839 26842 7084 0 -1 1077944384 2024 0 0 0 92 0 0 0 20 0 15 0 163450721 10804461568 87233 18446744073709551615 4194304 4196468 140729873584464 139721524099696 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26854] ppid=26839 vsize=10551232 memory=4044 CPUtime=0.94 cores=0,2,4,6
/proc/26842/task/26854/stat : 26854 (java) S 26839 26842 7084 0 -1 1077944384 1516 0 0 0 94 0 0 0 20 0 15 0 163450721 10804461568 87233 18446744073709551615 4194304 4196468 140729873584464 139721523046896 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26855] ppid=26839 vsize=10551232 memory=2241 CPUtime=0.33 cores=0,2,4,6
/proc/26842/task/26855/stat : 26855 (java) S 26839 26842 7084 0 -1 1077944384 1530 0 0 0 33 0 0 0 20 0 15 0 163450721 10804461568 87233 18446744073709551615 4194304 4196468 140729873584464 139721521994608 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26856] ppid=26839 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26856/stat : 26856 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163450721 10804461568 87233 18446744073709551615 4194304 4196468 140729873584464 139721520942048 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26857] ppid=26839 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26857/stat : 26857 (java) S 26839 26842 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163450726 10804461568 87233 18446744073709551615 4194304 4196468 140729873584464 139721519888816 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
Current children cumulated CPU time: 3.64 s
Current children cumulated vsize: 10551232 KiB

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

[startup+355.201 s]
/proc/loadavg: 5.18 5.93 4.85 5/215 26948
/proc/meminfo: memFree=20709176/32770624 swapFree=67108776/67108860
[pid=26842] ppid=26839 vsize=10686560 memory=8331012 CPUtime=1299.27 cores=0,2,4,6
/proc/26842/stat : 26842 (java) S 26839 26842 7084 0 -1 1077944320 172779 0 0 0 129252 675 0 0 20 0 17 0 163450706 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 140729873567008 139722031689463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
/proc/26842/statm: 2671640 2082753 3173 1 0 2661055 0
[pid=26842/tid=26844] ppid=26839 vsize=10686560 memory=2460 CPUtime=13.01 cores=0,2,4,6
/proc/26842/task/26844/stat : 26844 (java) S 26839 26842 7084 0 -1 1077944384 18217 0 0 0 1289 12 0 0 20 0 17 0 163450715 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 139722035930144 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26845] ppid=26839 vsize=10686560 memory=8331012 CPUtime=314.09 cores=0,2,4,6
/proc/26842/task/26845/stat : 26845 (java) R 26839 26842 7084 0 -1 4202560 18549 0 0 0 31232 177 0 0 20 0 17 0 163450716 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 139721643289608 139722024317671 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26846] ppid=26839 vsize=10686560 memory=4156 CPUtime=315.55 cores=0,2,4,6
/proc/26842/task/26846/stat : 26846 (java) R 26839 26842 7084 0 -1 4202560 18643 0 0 0 31411 144 0 0 20 0 17 0 163450716 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 139721642236496 139722024317671 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26847] ppid=26839 vsize=10686560 memory=8331012 CPUtime=314.55 cores=0,2,4,6
/proc/26842/task/26847/stat : 26847 (java) R 26839 26842 7084 0 -1 4202560 20062 0 0 0 31277 178 0 0 20 0 17 0 163450716 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 139721641184600 139722016389253 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26848] ppid=26839 vsize=10686560 memory=8331012 CPUtime=314.54 cores=0,2,4,6
/proc/26842/task/26848/stat : 26848 (java) R 26839 26842 7084 0 -1 4202560 12699 0 0 0 31302 152 0 0 20 0 17 0 163450716 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 139721640131408 139722024317671 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26849] ppid=26839 vsize=10686560 memory=8331012 CPUtime=24.29 cores=0,2,4,6
/proc/26842/task/26849/stat : 26849 (java) S 26839 26842 7084 0 -1 1077944384 65161 0 0 0 2426 3 0 0 20 0 17 0 163450717 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 139721595855552 139722031699669 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26850] ppid=26839 vsize=10686560 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26850/stat : 26850 (java) S 26839 26842 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 163450718 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 139721527255904 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26851] ppid=26839 vsize=10686560 memory=3040 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26851/stat : 26851 (java) S 26839 26842 7084 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 163450718 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 139721526203520 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26852] ppid=26839 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26852/stat : 26852 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163450721 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 139721525151824 139722031708059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26853] ppid=26839 vsize=10686560 memory=1836 CPUtime=1.06 cores=0,2,4,6
/proc/26842/task/26853/stat : 26853 (java) S 26839 26842 7084 0 -1 1077944384 3891 0 0 0 105 1 0 0 20 0 17 0 163450721 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 139721524099744 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26854] ppid=26839 vsize=10686560 memory=796 CPUtime=1.43 cores=0,2,4,6
/proc/26842/task/26854/stat : 26854 (java) S 26839 26842 7084 0 -1 1077944384 8114 0 0 0 142 1 0 0 20 0 17 0 163450721 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 139721523046656 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26855] ppid=26839 vsize=10686560 memory=5768 CPUtime=0.46 cores=0,2,4,6
/proc/26842/task/26855/stat : 26855 (java) S 26839 26842 7084 0 -1 1077944384 4996 0 0 0 45 1 0 0 20 0 17 0 163450721 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 139721521989376 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26856] ppid=26839 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26856/stat : 26856 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163450721 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 139721520942048 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26857] ppid=26839 vsize=10686560 memory=1224 CPUtime=0.18 cores=0,2,4,6
/proc/26842/task/26857/stat : 26857 (java) S 26839 26842 7084 0 -1 1077944384 718 0 0 0 12 6 0 0 20 0 17 0 163450726 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 139721519888816 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26947] ppid=26839 vsize=10686560 memory=4600 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26947/stat : 26947 (java) S 26839 26842 7084 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 17 0 163483545 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 139721516725088 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26948] ppid=26839 vsize=10686560 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26948/stat : 26948 (java) S 26839 26842 7084 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 17 0 163483545 10943037440 2082753 18446744073709551615 4194304 4196468 140729873584464 139721515683984 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
Current children cumulated CPU time: 1299.27 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8331012 KiB

[startup+356.801 s]
/proc/loadavg: 5.18 5.93 4.85 6/215 26949
/proc/meminfo: memFree=20709176/32770624 swapFree=67108776/67108860
[pid=26842] ppid=26839 vsize=10686560 memory=8331016 CPUtime=1305.07 cores=0,2,4,6
/proc/26842/stat : 26842 (java) S 26839 26842 7084 0 -1 1077944320 173044 0 0 0 129830 677 0 0 20 0 17 0 163450706 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 140729873567008 139722031689463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
/proc/26842/statm: 2671640 2082754 3173 1 0 2661055 0
[pid=26842/tid=26844] ppid=26839 vsize=10686560 memory=-8774313645642428999 CPUtime=13.01 cores=0,2,4,6
/proc/26842/task/26844/stat : 26844 (java) S 26839 26842 7084 0 -1 1077944384 18217 0 0 0 1289 12 0 0 20 0 17 0 163450715 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139722035930144 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26845] ppid=26839 vsize=10686560 memory=8331012 CPUtime=315.5 cores=0,2,4,6
/proc/26842/task/26845/stat : 26845 (java) S 26839 26842 7084 0 -1 1077944384 18549 0 0 0 31372 178 0 0 20 0 17 0 163450716 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721643289488 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26846] ppid=26839 vsize=10686560 memory=932 CPUtime=316.95 cores=0,2,4,6
/proc/26842/task/26846/stat : 26846 (java) S 26839 26842 7084 0 -1 1077944384 18643 0 0 0 31551 144 0 0 20 0 17 0 163450716 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721642236688 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26847] ppid=26839 vsize=10686560 memory=1608 CPUtime=316.01 cores=0,2,4,6
/proc/26842/task/26847/stat : 26847 (java) S 26839 26842 7084 0 -1 1077944384 20062 0 0 0 31423 178 0 0 20 0 17 0 163450716 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721641184400 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26848] ppid=26839 vsize=10686560 memory=836 CPUtime=315.93 cores=0,2,4,6
/proc/26842/task/26848/stat : 26848 (java) S 26839 26842 7084 0 -1 1077944384 12699 0 0 0 31440 153 0 0 20 0 17 0 163450716 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721640131600 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26849] ppid=26839 vsize=10686560 memory=-8774313645642428999 CPUtime=24.43 cores=0,2,4,6
/proc/26842/task/26849/stat : 26849 (java) R 26839 26842 7084 0 -1 4202560 65426 0 0 0 2440 3 0 0 20 0 17 0 163450717 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721595855552 139722016147054 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26850] ppid=26839 vsize=10686560 memory=68948 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26850/stat : 26850 (java) S 26839 26842 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 163450718 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721527255904 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26851] ppid=26839 vsize=10686560 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26851/stat : 26851 (java) S 26839 26842 7084 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 163450718 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721526203520 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26852] ppid=26839 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26852/stat : 26852 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163450721 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721525151824 139722031708059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26853] ppid=26839 vsize=10686560 memory=8331012 CPUtime=1.06 cores=0,2,4,6
/proc/26842/task/26853/stat : 26853 (java) S 26839 26842 7084 0 -1 1077944384 3891 0 0 0 105 1 0 0 20 0 17 0 163450721 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721524099744 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26854] ppid=26839 vsize=10686560 memory=796 CPUtime=1.43 cores=0,2,4,6
/proc/26842/task/26854/stat : 26854 (java) S 26839 26842 7084 0 -1 1077944384 8114 0 0 0 142 1 0 0 20 0 17 0 163450721 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721523046656 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26855] ppid=26839 vsize=10686560 memory=5768 CPUtime=0.46 cores=0,2,4,6
/proc/26842/task/26855/stat : 26855 (java) S 26839 26842 7084 0 -1 1077944384 4996 0 0 0 45 1 0 0 20 0 17 0 163450721 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721521989376 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26856] ppid=26839 vsize=10686560 memory=8331012 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26856/stat : 26856 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163450721 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721520942048 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26857] ppid=26839 vsize=10686560 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/26842/task/26857/stat : 26857 (java) S 26839 26842 7084 0 -1 1077944384 718 0 0 0 12 6 0 0 20 0 17 0 163450726 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721519888816 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26947] ppid=26839 vsize=10686560 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26947/stat : 26947 (java) S 26839 26842 7084 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 17 0 163483545 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721516725088 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26948] ppid=26839 vsize=10686560 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26948/stat : 26948 (java) S 26839 26842 7084 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 17 0 163483545 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721515683984 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
Current children cumulated CPU time: 1305.07 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8331016 KiB

[startup+357.201 s]
/proc/loadavg: 5.18 5.93 4.85 3/215 26949
/proc/meminfo: memFree=20709176/32770624 swapFree=67108776/67108860
[pid=26842] ppid=26839 vsize=10686560 memory=8331016 CPUtime=1305.47 cores=0,2,4,6
/proc/26842/stat : 26842 (java) S 26839 26842 7084 0 -1 1077944320 173044 0 0 0 129870 677 0 0 20 0 17 0 163450706 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 140729873567008 139722031689463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
/proc/26842/statm: 2671640 2082754 3173 1 0 2661055 0
[pid=26842/tid=26844] ppid=26839 vsize=10686560 memory=68948 CPUtime=13.01 cores=0,2,4,6
/proc/26842/task/26844/stat : 26844 (java) S 26839 26842 7084 0 -1 1077944384 18217 0 0 0 1289 12 0 0 20 0 17 0 163450715 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139722035930144 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26845] ppid=26839 vsize=10686560 memory=1296 CPUtime=315.5 cores=0,2,4,6
/proc/26842/task/26845/stat : 26845 (java) S 26839 26842 7084 0 -1 1077944384 18549 0 0 0 31372 178 0 0 20 0 17 0 163450716 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721643289488 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26846] ppid=26839 vsize=10686560 memory=2460 CPUtime=316.95 cores=0,2,4,6
/proc/26842/task/26846/stat : 26846 (java) S 26839 26842 7084 0 -1 1077944384 18643 0 0 0 31551 144 0 0 20 0 17 0 163450716 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721642236688 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26847] ppid=26839 vsize=10686560 memory=1836 CPUtime=316.01 cores=0,2,4,6
/proc/26842/task/26847/stat : 26847 (java) S 26839 26842 7084 0 -1 1077944384 20062 0 0 0 31423 178 0 0 20 0 17 0 163450716 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721641184400 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26848] ppid=26839 vsize=10686560 memory=796 CPUtime=315.93 cores=0,2,4,6
/proc/26842/task/26848/stat : 26848 (java) S 26839 26842 7084 0 -1 1077944384 12699 0 0 0 31440 153 0 0 20 0 17 0 163450716 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721640131600 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26849] ppid=26839 vsize=10686560 memory=5768 CPUtime=24.83 cores=0,2,4,6
/proc/26842/task/26849/stat : 26849 (java) R 26839 26842 7084 0 -1 4202560 65426 0 0 0 2480 3 0 0 20 0 17 0 163450717 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721595855440 139722016147066 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26850] ppid=26839 vsize=10686560 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26850/stat : 26850 (java) S 26839 26842 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 163450718 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721527255904 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26851] ppid=26839 vsize=10686560 memory=11368 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26851/stat : 26851 (java) S 26839 26842 7084 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 163450718 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721526203520 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26852] ppid=26839 vsize=10686560 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26852/stat : 26852 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163450721 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721525151824 139722031708059 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26853] ppid=26839 vsize=10686560 memory=4600 CPUtime=1.06 cores=0,2,4,6
/proc/26842/task/26853/stat : 26853 (java) S 26839 26842 7084 0 -1 1077944384 3891 0 0 0 105 1 0 0 20 0 17 0 163450721 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721524099744 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26854] ppid=26839 vsize=10686560 memory=1440 CPUtime=1.43 cores=0,2,4,6
/proc/26842/task/26854/stat : 26854 (java) S 26839 26842 7084 0 -1 1077944384 8114 0 0 0 142 1 0 0 20 0 17 0 163450721 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721523046656 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26855] ppid=26839 vsize=10686560 memory=1724 CPUtime=0.46 cores=0,2,4,6
/proc/26842/task/26855/stat : 26855 (java) S 26839 26842 7084 0 -1 1077944384 4996 0 0 0 45 1 0 0 20 0 17 0 163450721 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721521989376 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26856] ppid=26839 vsize=10686560 memory=988 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26856/stat : 26856 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163450721 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721520942048 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26857] ppid=26839 vsize=10686560 memory=12320 CPUtime=0.18 cores=0,2,4,6
/proc/26842/task/26857/stat : 26857 (java) S 26839 26842 7084 0 -1 1077944384 718 0 0 0 12 6 0 0 20 0 17 0 163450726 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721519888816 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26947] ppid=26839 vsize=10686560 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26947/stat : 26947 (java) S 26839 26842 7084 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 17 0 163483545 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721516725088 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26948] ppid=26839 vsize=10686560 memory=15884 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26948/stat : 26948 (java) S 26839 26842 7084 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 17 0 163483545 10943037440 2082754 18446744073709551615 4194304 4196468 140729873584464 139721515683984 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
Current children cumulated CPU time: 1305.47 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8331016 KiB

[startup+357.401 s]
/proc/loadavg: 5.18 5.93 4.85 3/215 26949
/proc/meminfo: memFree=20709176/32770624 swapFree=67108776/67108860
[pid=26842] ppid=26839 vsize=10686560 memory=8330996 CPUtime=1305.67 cores=0,2,4,6
/proc/26842/stat : 26842 (java) S 26839 26842 7084 0 -1 1077944320 173311 0 0 0 129890 677 0 0 20 0 14 0 163450706 10943037440 2082749 18446744073709551615 4194304 4196468 140729873584464 140729873567008 139722031689463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
/proc/26842/statm: 2671640 2082749 3174 1 0 2661055 0
[pid=26842/tid=26844] ppid=26839 vsize=10686560 memory=303993220499767607 CPUtime=13.01 cores=0,2,4,6
/proc/26842/task/26844/stat : 26844 (java) S 26839 26842 7084 0 -1 1077944384 18238 0 0 0 1289 12 0 0 20 0 13 0 163450715 10943037440 2082749 18446744073709551615 4194304 4196468 140729873584464 139722035932304 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26845] ppid=26839 vsize=10686560 memory=13563786715989427 CPUtime=315.5 cores=0,2,4,6
/proc/26842/task/26845/stat : 26845 (java) S 26839 26842 7084 0 -1 1077944384 18549 0 0 0 31372 178 0 0 20 0 13 0 163450716 10943037440 2082749 18446744073709551615 4194304 4196468 140729873584464 139721643289488 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26846] ppid=26839 vsize=10686560 memory=8242832241811678803 CPUtime=316.95 cores=0,2,4,6
/proc/26842/task/26846/stat : 26846 (java) S 26839 26842 7084 0 -1 1077944384 18643 0 0 0 31551 144 0 0 20 0 13 0 163450716 10943037440 2082749 18446744073709551615 4194304 4196468 140729873584464 139721642236688 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26847] ppid=26839 vsize=10686560 memory=7454130749351154278 CPUtime=316.01 cores=0,2,4,6
/proc/26842/task/26847/stat : 26847 (java) S 26839 26842 7084 0 -1 1077944384 20062 0 0 0 31423 178 0 0 20 0 13 0 163450716 10943037440 2082749 18446744073709551615 4194304 4196468 140729873584464 139721641184400 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26848] ppid=26839 vsize=10686560 memory=7236229500900889449 CPUtime=315.93 cores=0,2,4,6
/proc/26842/task/26848/stat : 26848 (java) S 26839 26842 7084 0 -1 1077944384 12699 0 0 0 31440 153 0 0 20 0 13 0 163450716 10943037440 2082749 18446744073709551615 4194304 4196468 140729873584464 139721640131600 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26849] ppid=26839 vsize=10686560 memory=7236229500900889449 CPUtime=25.03 cores=0,2,4,6
/proc/26842/task/26849/stat : 26849 (java) S 26839 26842 7084 0 -1 1077944384 65426 0 0 0 2500 3 0 0 20 0 13 0 163450717 10943037440 2082749 18446744073709551615 4194304 4196468 140729873584464 139721595857216 139722031700610 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26850] ppid=26839 vsize=10686560 memory=7236229500900889449 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26850/stat : 26850 (java) S 26839 26842 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 13 0 163450718 10943037440 2082749 18446744073709551615 4194304 4196468 140729873584464 139721527255904 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26851] ppid=26839 vsize=10686560 memory=7236229500900889449 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26851/stat : 26851 (java) S 26839 26842 7084 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 13 0 163450718 10943037440 2082749 18446744073709551615 4194304 4196468 140729873584464 139721526203520 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26853] ppid=26839 vsize=10686560 memory=8099000727737231463 CPUtime=1.06 cores=0,2,4,6
/proc/26842/task/26853/stat : 26853 (java) S 26839 26842 7084 0 -1 1077944384 3891 0 0 0 105 1 0 0 20 0 13 0 163450721 10943037440 2082749 18446744073709551615 4194304 4196468 140729873584464 139721524099696 139722031700610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26854] ppid=26839 vsize=10686560 memory=8099000727737231463 CPUtime=1.43 cores=0,2,4,6
/proc/26842/task/26854/stat : 26854 (java) S 26839 26842 7084 0 -1 1077944384 8220 0 0 0 142 1 0 0 20 0 13 0 163450721 10943037440 2082749 18446744073709551615 4194304 4196468 140729873584464 139721523026448 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26855] ppid=26839 vsize=10686560 memory=7669741689613084776 CPUtime=0.46 cores=0,2,4,6
/proc/26842/task/26855/stat : 26855 (java) R 26839 26842 7084 0 -1 4202560 5085 0 0 0 45 1 0 0 20 0 13 0 163450721 10943037440 2082749 18446744073709551615 4194304 4196468 140729873584464 139721521992568 139722010646553 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
[pid=26842/tid=26856] ppid=26839 vsize=10686560 memory=7741804760422507607 CPUtime=0 cores=0,2,4,6
/proc/26842/task/26856/stat : 26856 (java) S 26839 26842 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 163450721 10943037440 2082749 18446744073709551615 4194304 4196468 140729873584464 139721520942048 139722031699669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8376320 140729873592720 140729873592873 140729873592873 140729873596367 0
Current children cumulated CPU time: 1305.67 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8330996 KiB

Child status: 0
Real time (s): 357.449
CPU time (s): 1305.72
CPU user time (s): 1298.91
CPU system time (s): 6.81476
CPU usage (%): 365.289
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8331016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.91
system time used= 6.81476
maximum resident set size= 8331064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173360
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17234
involuntary context switches= 20451


# summary of solver processes directly reported to runsolver:
#   pid: 26842
#   total CPU time (s): 1305.72
#   total CPU user time (s): 1298.91
#   total CPU system time (s): 6.81476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.13668 second user time and 3.56902 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 17:11:54
IDJOB=4263720
IDBENCH=139752
IDSOLVER=2651
FILE ID=node132/4263720-1502637980
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-15-17.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263720-1502637980/watcher-4263720-1502637980 -o /tmp/evaluation-result-4263720-1502637980/solver-4263720-1502637980 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263720-1502637980.xml

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

MD5SUM BENCH= 5342dff7930c7d1c2bbf0c6436545580
RANDOM SEED=830668081

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:        23463804 kB
MemAvailable:   23712296 kB
Buffers:          229076 kB
Cached:           343756 kB
SwapCached:           84 kB
Active:          8718116 kB
Inactive:         167428 kB
Active(anon):    8260304 kB
Inactive(anon):   101948 kB
Active(file):     457812 kB
Inactive(file):    65480 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              2444 kB
Writeback:             4 kB
AnonPages:       8312528 kB
Mapped:            76400 kB
Shmem:             49768 kB
Slab:             108980 kB
SReclaimable:      82068 kB
SUnreclaim:        26912 kB
KernelStack:        3568 kB
PageTables:        21624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8650548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8155136 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= 62028 MiB
End job on node132 at 2017-08-13 17:17:52