Trace number 4263317

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 430.19299 133.979

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-42.xml
MD5SUM577152cdcea6c8cfe7178c788ad80cb4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark26.2085
Satisfiable
(Un)Satisfiability was proved
Number of variables1764
Number of constraints36203
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":1764}]
Minimum variable degree41
Maximum variable degree42
Distribution of variable degrees[{"degree":41,"count":1682},{"degree":42,"count":82}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":36203}]
Number of extensional constraints0
Number of intensional constraints36203
Distribution of constraint types[{"type":"intension","count":36203}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263317-1502626351/watcher-4263317-1502626351 -o /tmp/evaluation-result-4263317-1502626351/solver-4263317-1502626351 -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-4263317-1502626351.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
solver pid=24240, runsolver pid=24237
Current StackSize limit: 8192 KiB


[startup+0.100194 s]*
/proc/loadavg: 3.53 4.12 4.05 4/207 24249
/proc/meminfo: memFree=28651752/32770624 swapFree=67108776/67108860
[pid=24240] ppid=24237 vsize=10151672 memory=21716 CPUtime=0.04 cores=0,2,4,6
/proc/24240/stat : 24240 (java) S 24237 24240 7084 0 -1 1077944320 4301 0 0 0 3 1 0 0 20 0 9 0 162287816 10395312128 5429 18446744073709551615 4194304 4196468 140731309985808 140731309968352 140481439563511 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
/proc/24240/statm: 2537918 5429 2156 1 0 2527415 0
[pid=24240/tid=24242] ppid=24237 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=0,2,4,6
/proc/24240/task/24242/stat : 24242 (java) R 24237 24240 7084 0 -1 4202560 2940 0 0 0 3 0 0 0 20 0 9 0 162287822 10395312128 5429 18446744073709551615 4194304 4196468 140731309985808 140481443798904 140481439585437 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24243] ppid=24237 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24243/stat : 24243 (java) S 24237 24240 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 162287823 10395312128 5429 18446744073709551615 4194304 4196468 140731309985808 140481402670224 140481439573717 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24244] ppid=24237 vsize=10151672 memory=140121802462848 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24244/stat : 24244 (java) S 24237 24240 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 162287823 10395312128 5429 18446744073709551615 4194304 4196468 140731309985808 140481049472016 140481439573717 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24245] ppid=24237 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24245/stat : 24245 (java) S 24237 24240 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 162287823 10395312128 5429 18446744073709551615 4194304 4196468 140731309985808 140481048419216 140481439573717 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24246] ppid=24237 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24246/stat : 24246 (java) S 24237 24240 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 162287823 10395312128 5429 18446744073709551615 4194304 4196468 140731309985808 140481047366416 140481439573717 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24247] ppid=24237 vsize=10151672 memory=140121802462848 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24247/stat : 24247 (java) S 24237 24240 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 162287824 10395312128 5429 18446744073709551615 4194304 4196468 140731309985808 140481003465072 140481439574658 0 0 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24248] ppid=24237 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24248/stat : 24248 (java) S 24237 24240 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 162287825 10395312128 5429 18446744073709551615 4194304 4196468 140731309985808 140481002411040 140481439573717 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24249] ppid=24237 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24249/stat : 24249 (java) S 24237 24240 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 162287825 10395312128 5429 18446744073709551615 4194304 4196468 140731309985808 140481001358192 140481439573717 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21716 KiB

[startup+0.210187 s]*
/proc/loadavg: 3.53 4.12 4.05 2/212 24254
/proc/meminfo: memFree=28651380/32770624 swapFree=67108776/67108860
[pid=24240] ppid=24237 vsize=10551156 memory=24100 CPUtime=0.06 cores=0,2,4,6
/proc/24240/stat : 24240 (java) S 24237 24240 7084 0 -1 1077944320 4969 0 0 0 5 1 0 0 20 0 15 0 162287816 10804383744 6025 18446744073709551615 4194304 4196468 140731309985808 140731309968352 140481439563511 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
/proc/24240/statm: 2637789 6025 2606 1 0 2627261 0
[pid=24240/tid=24242] ppid=24237 vsize=10551156 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/24240/task/24242/stat : 24242 (java) R 24237 24240 7084 0 -1 4202560 3092 0 0 0 4 0 0 0 20 0 15 0 162287822 10804383744 6025 18446744073709551615 4194304 4196468 140731309985808 140481443805632 140481423643998 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24243] ppid=24237 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24243/stat : 24243 (java) S 24237 24240 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162287823 10804383744 6025 18446744073709551615 4194304 4196468 140731309985808 140481402670224 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24244] ppid=24237 vsize=10551156 memory=3546223662346983072 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24244/stat : 24244 (java) S 24237 24240 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162287823 10804383744 6025 18446744073709551615 4194304 4196468 140731309985808 140481049472016 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24245] ppid=24237 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24245/stat : 24245 (java) S 24237 24240 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162287823 10804383744 6025 18446744073709551615 4194304 4196468 140731309985808 140481048419216 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24246] ppid=24237 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24246/stat : 24246 (java) S 24237 24240 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162287823 10804383744 6025 18446744073709551615 4194304 4196468 140731309985808 140481047366416 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24247] ppid=24237 vsize=10551156 memory=140121802462848 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24247/stat : 24247 (java) S 24237 24240 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162287824 10804383744 6025 18446744073709551615 4194304 4196468 140731309985808 140481003465072 140481439574658 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24248] ppid=24237 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24248/stat : 24248 (java) S 24237 24240 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162287825 10804383744 6025 18446744073709551615 4194304 4196468 140731309985808 140481002411040 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24249] ppid=24237 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24249/stat : 24249 (java) S 24237 24240 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162287825 10804383744 6025 18446744073709551615 4194304 4196468 140731309985808 140481001358192 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24250] ppid=24237 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24250/stat : 24250 (java) S 24237 24240 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162287827 10804383744 6025 18446744073709551615 4194304 4196468 140731309985808 140481000306512 140481439582107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24251] ppid=24237 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24251/stat : 24251 (java) S 24237 24240 7084 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 162287827 10804383744 6025 18446744073709551615 4194304 4196468 140731309985808 140480931162992 140481439574658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24252] ppid=24237 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24252/stat : 24252 (java) S 24237 24240 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162287827 10804383744 6025 18446744073709551615 4194304 4196468 140731309985808 140480930110192 140481439574658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24253] ppid=24237 vsize=10551156 memory=140121802462848 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24253/stat : 24253 (java) S 24237 24240 7084 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 162287827 10804383744 6025 18446744073709551615 4194304 4196468 140731309985808 140480929057392 140481439574658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24254] ppid=24237 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24254/stat : 24254 (java) S 24237 24240 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162287827 10804383744 6025 18446744073709551615 4194304 4196468 140731309985808 140480928004832 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24255] ppid=24237 vsize=10551156 memory=140121802462848 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24255/stat : 24255 (java) S 24237 24240 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162287837 10804383744 6025 18446744073709551615 4194304 4196468 140731309985808 140480926952112 140481439574658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 24100 KiB

[startup+0.309928 s]*
/proc/loadavg: 3.53 4.12 4.05 3/213 24255
/proc/meminfo: memFree=28640080/32770624 swapFree=67108776/67108860
[pid=24240] ppid=24237 vsize=10551156 memory=36024 CPUtime=0.21 cores=0,2,4,6
/proc/24240/stat : 24240 (java) S 24237 24240 7084 0 -1 1077944320 8237 0 0 0 18 3 0 0 20 0 15 0 162287816 10804383744 9006 18446744073709551615 4194304 4196468 140731309985808 140731309968352 140481439563511 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
/proc/24240/statm: 2637789 9006 2879 1 0 2627261 0
[pid=24240/tid=24242] ppid=24237 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/24240/task/24242/stat : 24242 (java) R 24237 24240 7084 0 -1 4202560 5934 0 0 0 13 2 0 0 20 0 15 0 162287822 10804383744 9006 18446744073709551615 4194304 4196468 140731309985808 140481443802000 140481417827233 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24243] ppid=24237 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24243/stat : 24243 (java) S 24237 24240 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162287823 10804383744 9006 18446744073709551615 4194304 4196468 140731309985808 140481402670224 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24244] ppid=24237 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24244/stat : 24244 (java) S 24237 24240 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162287823 10804383744 9006 18446744073709551615 4194304 4196468 140731309985808 140481049472016 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24245] ppid=24237 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24245/stat : 24245 (java) S 24237 24240 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162287823 10804383744 9006 18446744073709551615 4194304 4196468 140731309985808 140481048419216 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24246] ppid=24237 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24246/stat : 24246 (java) S 24237 24240 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162287823 10804383744 9006 18446744073709551615 4194304 4196468 140731309985808 140481047366416 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24247] ppid=24237 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24247/stat : 24247 (java) S 24237 24240 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162287824 10804383744 9006 18446744073709551615 4194304 4196468 140731309985808 140481003465072 140481439574658 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24248] ppid=24237 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24248/stat : 24248 (java) S 24237 24240 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162287825 10804383744 9006 18446744073709551615 4194304 4196468 140731309985808 140481002411040 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24249] ppid=24237 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24249/stat : 24249 (java) S 24237 24240 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162287825 10804383744 9006 18446744073709551615 4194304 4196468 140731309985808 140481001358192 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24250] ppid=24237 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24250/stat : 24250 (java) S 24237 24240 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162287827 10804383744 9006 18446744073709551615 4194304 4196468 140731309985808 140481000306512 140481439582107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24251] ppid=24237 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24251/stat : 24251 (java) R 24237 24240 7084 0 -1 1077944384 472 0 0 0 0 0 0 0 20 0 15 0 162287827 10804383744 9006 18446744073709551615 4194304 4196468 140731309985808 140480931162992 140481439574658 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24252] ppid=24237 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24252/stat : 24252 (java) S 24237 24240 7084 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 162287827 10804383744 9006 18446744073709551615 4194304 4196468 140731309985808 140480930110192 140481439574658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24253] ppid=24237 vsize=10551156 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/24240/task/24253/stat : 24253 (java) R 24237 24240 7084 0 -1 4202560 387 0 0 0 3 0 0 0 20 0 15 0 162287827 10804383744 9006 18446744073709551615 4194304 4196468 140731309985808 140480929057392 140481439584858 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24254] ppid=24237 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24254/stat : 24254 (java) S 24237 24240 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162287827 10804383744 9006 18446744073709551615 4194304 4196468 140731309985808 140480928004832 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24255] ppid=24237 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24255/stat : 24255 (java) S 24237 24240 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162287837 10804383744 9006 18446744073709551615 4194304 4196468 140731309985808 140480926952112 140481439574658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36024 KiB

[startup+0.701321 s]
/proc/loadavg: 3.53 4.12 4.05 7/213 24255
/proc/meminfo: memFree=28614264/32770624 swapFree=67108776/67108860
[pid=24240] ppid=24237 vsize=10551232 memory=75676 CPUtime=1.34 cores=0,2,4,6
/proc/24240/stat : 24240 (java) S 24237 24240 7084 0 -1 1077944320 12630 0 0 0 129 5 0 0 20 0 15 0 162287816 10804461568 18919 18446744073709551615 4194304 4196468 140731309985808 140731309968352 140481439563511 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
/proc/24240/statm: 2637808 18919 3044 1 0 2627261 0
[pid=24240/tid=24242] ppid=24237 vsize=10551232 memory=1836 CPUtime=0.52 cores=0,2,4,6
/proc/24240/task/24242/stat : 24242 (java) R 24237 24240 7084 0 -1 4202560 7365 0 0 0 49 3 0 0 20 0 15 0 162287822 10804461568 18919 18446744073709551615 4194304 4196468 140731309985808 140481443797976 140481083183550 0 4 1 16800974 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24243] ppid=24237 vsize=10551232 memory=796 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24243/stat : 24243 (java) S 24237 24240 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162287823 10804461568 18919 18446744073709551615 4194304 4196468 140731309985808 140481402670224 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24244] ppid=24237 vsize=10551232 memory=2 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24244/stat : 24244 (java) S 24237 24240 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162287823 10804461568 18919 18446744073709551615 4194304 4196468 140731309985808 140481049472016 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24245] ppid=24237 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24245/stat : 24245 (java) S 24237 24240 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162287823 10804461568 18919 18446744073709551615 4194304 4196468 140731309985808 140481048419216 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24246] ppid=24237 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24246/stat : 24246 (java) S 24237 24240 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162287823 10804461568 18919 18446744073709551615 4194304 4196468 140731309985808 140481047366416 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24247] ppid=24237 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24247/stat : 24247 (java) S 24237 24240 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 162287824 10804461568 18919 18446744073709551615 4194304 4196468 140731309985808 140481003465072 140481439574658 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24248] ppid=24237 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24248/stat : 24248 (java) S 24237 24240 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162287825 10804461568 18919 18446744073709551615 4194304 4196468 140731309985808 140481002411040 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24249] ppid=24237 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24249/stat : 24249 (java) S 24237 24240 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162287825 10804461568 18919 18446744073709551615 4194304 4196468 140731309985808 140481001358192 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24250] ppid=24237 vsize=10551232 memory=40 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24250/stat : 24250 (java) S 24237 24240 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162287827 10804461568 18919 18446744073709551615 4194304 4196468 140731309985808 140481000306512 140481439582107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24251] ppid=24237 vsize=10551232 memory=208 CPUtime=0.26 cores=0,2,4,6
/proc/24240/task/24251/stat : 24251 (java) R 24237 24240 7084 0 -1 4202560 1711 0 0 0 26 0 0 0 20 0 15 0 162287827 10804461568 18919 18446744073709551615 4194304 4196468 140731309985808 140480931151664 140481439575446 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24252] ppid=24237 vsize=10551232 memory=140121697565729 CPUtime=0.28 cores=0,2,4,6
/proc/24240/task/24252/stat : 24252 (java) R 24237 24240 7084 0 -1 4202560 803 0 0 0 28 0 0 0 20 0 15 0 162287827 10804461568 18919 18446744073709551615 4194304 4196468 140731309985808 140480930089888 140481439584858 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24253] ppid=24237 vsize=10551232 memory=288230600329142066 CPUtime=0.24 cores=0,2,4,6
/proc/24240/task/24253/stat : 24253 (java) S 24237 24240 7084 0 -1 1077944384 1380 0 0 0 24 0 0 0 20 0 15 0 162287827 10804461568 18919 18446744073709551615 4194304 4196468 140731309985808 140480929057392 140481439574658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24254] ppid=24237 vsize=10551232 memory=13849655444265308 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24254/stat : 24254 (java) S 24237 24240 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162287827 10804461568 18919 18446744073709551615 4194304 4196468 140731309985808 140480928004832 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24255] ppid=24237 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24255/stat : 24255 (java) S 24237 24240 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162287837 10804461568 18919 18446744073709551615 4194304 4196468 140731309985808 140480926952112 140481439574658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 75676 KiB

[startup+1.50632 s]
/proc/loadavg: 3.53 4.12 4.05 8/213 24255
/proc/meminfo: memFree=28368140/32770624 swapFree=67108776/67108860
[pid=24240] ppid=24237 vsize=10551232 memory=612812 CPUtime=3.83 cores=0,2,4,6
/proc/24240/stat : 24240 (java) S 24237 24240 7084 0 -1 1077944320 15339 0 0 0 361 22 0 0 20 0 15 0 162287816 10804461568 153203 18446744073709551615 4194304 4196468 140731309985808 140731309968352 140481439563511 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
/proc/24240/statm: 2637808 153203 3102 1 0 2627261 0
[pid=24240/tid=24242] ppid=24237 vsize=10551232 memory=68292 CPUtime=1.22 cores=0,2,4,6
/proc/24240/task/24242/stat : 24242 (java) S 24237 24240 7084 0 -1 1077944384 7901 0 0 0 112 10 0 0 20 0 15 0 162287822 10804461568 153203 18446744073709551615 4194304 4196468 140731309985808 140481443800864 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24243] ppid=24237 vsize=10551232 memory=345908 CPUtime=0.09 cores=0,2,4,6
/proc/24240/task/24243/stat : 24243 (java) R 24237 24240 7084 0 -1 4202560 263 0 0 0 6 3 0 0 20 0 15 0 162287823 10804461568 153203 18446744073709551615 4194304 4196468 140731309985808 140481402670224 140481424585606 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24244] ppid=24237 vsize=10551232 memory=140121697539745 CPUtime=0.04 cores=0,2,4,6
/proc/24240/task/24244/stat : 24244 (java) R 24237 24240 7084 0 -1 4202560 95 0 0 0 3 1 0 0 20 0 15 0 162287823 10804461568 153203 18446744073709551615 4194304 4196468 140731309985808 140481049472016 140481432667098 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24245] ppid=24237 vsize=10551232 memory=6872598998417432672 CPUtime=0.07 cores=0,2,4,6
/proc/24240/task/24245/stat : 24245 (java) R 24237 24240 7084 0 -1 4202560 247 0 0 0 5 2 0 0 20 0 15 0 162287823 10804461568 153203 18446744073709551615 4194304 4196468 140731309985808 140481048419216 140481418759819 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24246] ppid=24237 vsize=10551232 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24240/task/24246/stat : 24246 (java) R 24237 24240 7084 0 -1 4202560 202 0 0 0 5 2 0 0 20 0 15 0 162287823 10804461568 153203 18446744073709551615 4194304 4196468 140731309985808 140481047366616 140481424587566 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24247] ppid=24237 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24247/stat : 24247 (java) S 24237 24240 7084 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 162287824 10804461568 153203 18446744073709551615 4194304 4196468 140731309985808 140481003463584 140481439573717 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24248] ppid=24237 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24248/stat : 24248 (java) S 24237 24240 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162287825 10804461568 153203 18446744073709551615 4194304 4196468 140731309985808 140481002411104 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24249] ppid=24237 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24249/stat : 24249 (java) S 24237 24240 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162287825 10804461568 153203 18446744073709551615 4194304 4196468 140731309985808 140481001358208 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24250] ppid=24237 vsize=10551232 memory=164 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24250/stat : 24250 (java) S 24237 24240 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162287827 10804461568 153203 18446744073709551615 4194304 4196468 140731309985808 140481000306512 140481439582107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24251] ppid=24237 vsize=10551232 memory=0 CPUtime=0.95 cores=0,2,4,6
/proc/24240/task/24251/stat : 24251 (java) S 24237 24240 7084 0 -1 1077944384 1906 0 0 0 95 0 0 0 20 0 15 0 162287827 10804461568 153203 18446744073709551615 4194304 4196468 140731309985808 140480931162992 140481439574658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24252] ppid=24237 vsize=10551232 memory=0 CPUtime=0.99 cores=0,2,4,6
/proc/24240/task/24252/stat : 24252 (java) S 24237 24240 7084 0 -1 1077944384 1625 0 0 0 98 1 0 0 20 0 15 0 162287827 10804461568 153203 18446744073709551615 4194304 4196468 140731309985808 140480930090336 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24253] ppid=24237 vsize=10551232 memory=8772 CPUtime=0.33 cores=0,2,4,6
/proc/24240/task/24253/stat : 24253 (java) S 24237 24240 7084 0 -1 1077944384 1528 0 0 0 33 0 0 0 20 0 15 0 162287827 10804461568 153203 18446744073709551615 4194304 4196468 140731309985808 140480929057392 140481439574658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0

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

[startup+132.801 s]
/proc/loadavg: 4.87 4.39 4.15 6/219 24277
/proc/meminfo: memFree=14986072/32770624 swapFree=67108776/67108860
[pid=24240] ppid=24237 vsize=10686560 memory=8342448 CPUtime=427.64 cores=0,2,4,6
/proc/24240/stat : 24240 (java) S 24237 24240 7084 0 -1 1077944320 468874 0 0 0 42064 700 0 0 20 0 16 0 162287816 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140731309968352 140481439563511 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
/proc/24240/statm: 2671640 2085612 3186 1 0 2661055 0
[pid=24240/tid=24242] ppid=24237 vsize=10686560 memory=8342448 CPUtime=14.39 cores=0,2,4,6
/proc/24240/task/24242/stat : 24242 (java) S 24237 24240 7084 0 -1 1077944384 30574 0 0 0 1422 17 0 0 20 0 16 0 162287822 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481443804192 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24243] ppid=24237 vsize=10686560 memory=68308 CPUtime=97 cores=0,2,4,6
/proc/24240/task/24243/stat : 24243 (java) R 24237 24240 7084 0 -1 4202560 99139 0 0 0 9533 167 0 0 20 0 16 0 162287823 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481402670424 140481421173126 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24244] ppid=24237 vsize=10686560 memory=-8774313645642428999 CPUtime=96.83 cores=0,2,4,6
/proc/24240/task/24244/stat : 24244 (java) R 24237 24240 7084 0 -1 4202560 80484 0 0 0 9510 173 0 0 20 0 16 0 162287823 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481049471904 140481424559915 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24245] ppid=24237 vsize=10686560 memory=16444 CPUtime=97.8 cores=0,2,4,6
/proc/24240/task/24245/stat : 24245 (java) R 24237 24240 7084 0 -1 4202560 112252 0 0 0 9614 166 0 0 20 0 16 0 162287823 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481048419336 140481421173343 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24246] ppid=24237 vsize=10686560 memory=2860 CPUtime=96.58 cores=0,2,4,6
/proc/24240/task/24246/stat : 24246 (java) R 24237 24240 7084 0 -1 4202560 88210 0 0 0 9496 162 0 0 20 0 16 0 162287823 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481047366616 140481432667148 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24247] ppid=24237 vsize=10686560 memory=3036 CPUtime=19.55 cores=0,2,4,6
/proc/24240/task/24247/stat : 24247 (java) S 24237 24240 7084 0 -1 1077944384 31513 0 0 0 1949 6 0 0 20 0 16 0 162287824 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481003463616 140481439573717 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24248] ppid=24237 vsize=10686560 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24248/stat : 24248 (java) S 24237 24240 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 162287825 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481002411104 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24249] ppid=24237 vsize=10686560 memory=8341448 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24249/stat : 24249 (java) S 24237 24240 7084 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 162287825 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481001358208 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24250] ppid=24237 vsize=10686560 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24250/stat : 24250 (java) S 24237 24240 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481000306512 140481439582107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24251] ppid=24237 vsize=10686560 memory=303993220499767607 CPUtime=2.62 cores=0,2,4,6
/proc/24240/task/24251/stat : 24251 (java) S 24237 24240 7084 0 -1 1077944384 13112 0 0 0 261 1 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480931162752 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24252] ppid=24237 vsize=10686560 memory=13563786715989427 CPUtime=2.17 cores=0,2,4,6
/proc/24240/task/24252/stat : 24252 (java) S 24237 24240 7084 0 -1 1077944384 7730 0 0 0 216 1 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480930110240 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24253] ppid=24237 vsize=10686560 memory=3777783858619430688 CPUtime=0.55 cores=0,2,4,6
/proc/24240/task/24253/stat : 24253 (java) S 24237 24240 7084 0 -1 1077944384 4099 0 0 0 54 1 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480929057440 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24254] ppid=24237 vsize=10686560 memory=7884202502745647977 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24254/stat : 24254 (java) S 24237 24240 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480928004832 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24255] ppid=24237 vsize=10686560 memory=7884202502745647977 CPUtime=0.05 cores=0,2,4,6
/proc/24240/task/24255/stat : 24255 (java) S 24237 24240 7084 0 -1 1077944384 225 0 0 0 2 3 0 0 20 0 16 0 162287837 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480926952112 140481439574658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24276] ppid=24237 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24276/stat : 24276 (java) S 24237 24240 7084 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 162300443 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480923798096 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
Current children cumulated CPU time: 427.64 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8342448 KiB

[startup+133.601 s]
/proc/loadavg: 4.87 4.39 4.15 6/219 24277
/proc/meminfo: memFree=14986196/32770624 swapFree=67108776/67108860
[pid=24240] ppid=24237 vsize=10686560 memory=8342448 CPUtime=429.81 cores=0,2,4,6
/proc/24240/stat : 24240 (java) S 24237 24240 7084 0 -1 1077944320 469144 0 0 0 42281 700 0 0 20 0 16 0 162287816 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140731309968352 140481439563511 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
/proc/24240/statm: 2671640 2085612 3186 1 0 2661055 0
[pid=24240/tid=24242] ppid=24237 vsize=10686560 memory=8341452 CPUtime=14.39 cores=0,2,4,6
/proc/24240/task/24242/stat : 24242 (java) S 24237 24240 7084 0 -1 1077944384 30574 0 0 0 1422 17 0 0 20 0 16 0 162287822 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481443804192 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24243] ppid=24237 vsize=10686560 memory=8341452 CPUtime=97.47 cores=0,2,4,6
/proc/24240/task/24243/stat : 24243 (java) S 24237 24240 7084 0 -1 1077944384 99143 0 0 0 9580 167 0 0 20 0 16 0 162287823 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481402670224 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24244] ppid=24237 vsize=10686560 memory=8342444 CPUtime=97.28 cores=0,2,4,6
/proc/24240/task/24244/stat : 24244 (java) S 24237 24240 7084 0 -1 1077944384 80485 0 0 0 9555 173 0 0 20 0 16 0 162287823 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481049472016 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24245] ppid=24237 vsize=10686560 memory=-8774313645642428999 CPUtime=98.26 cores=0,2,4,6
/proc/24240/task/24245/stat : 24245 (java) S 24237 24240 7084 0 -1 1077944384 112257 0 0 0 9660 166 0 0 20 0 16 0 162287823 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481048419216 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24246] ppid=24237 vsize=10686560 memory=1608 CPUtime=97.04 cores=0,2,4,6
/proc/24240/task/24246/stat : 24246 (java) S 24237 24240 7084 0 -1 1077944384 88219 0 0 0 9542 162 0 0 20 0 16 0 162287823 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481047366416 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24247] ppid=24237 vsize=10686560 memory=836 CPUtime=19.88 cores=0,2,4,6
/proc/24240/task/24247/stat : 24247 (java) R 24237 24240 7084 0 -1 4202560 31764 0 0 0 1982 6 0 0 20 0 16 0 162287824 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481003463504 140481424559921 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24248] ppid=24237 vsize=10686560 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24248/stat : 24248 (java) S 24237 24240 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 162287825 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481002411104 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24249] ppid=24237 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24249/stat : 24249 (java) S 24237 24240 7084 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 162287825 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481001358208 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24250] ppid=24237 vsize=10686560 memory=7380108333032695657 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24250/stat : 24250 (java) S 24237 24240 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481000306512 140481439582107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24251] ppid=24237 vsize=10686560 memory=7594875922158342247 CPUtime=2.62 cores=0,2,4,6
/proc/24240/task/24251/stat : 24251 (java) S 24237 24240 7084 0 -1 1077944384 13112 0 0 0 261 1 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480931162752 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24252] ppid=24237 vsize=10686560 memory=-7595718316223324558 CPUtime=2.17 cores=0,2,4,6
/proc/24240/task/24252/stat : 24252 (java) S 24237 24240 7084 0 -1 1077944384 7730 0 0 0 216 1 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480930110240 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24253] ppid=24237 vsize=10686560 memory=-6861001314482542224 CPUtime=0.55 cores=0,2,4,6
/proc/24240/task/24253/stat : 24253 (java) S 24237 24240 7084 0 -1 1077944384 4099 0 0 0 54 1 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480929057440 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24254] ppid=24237 vsize=10686560 memory=-7812193691855986592 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24254/stat : 24254 (java) S 24237 24240 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480928004832 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24255] ppid=24237 vsize=10686560 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/24240/task/24255/stat : 24255 (java) S 24237 24240 7084 0 -1 1077944384 225 0 0 0 2 3 0 0 20 0 16 0 162287837 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480926952112 140481439574658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24276] ppid=24237 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24276/stat : 24276 (java) S 24237 24240 7084 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 162300443 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480923798096 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
Current children cumulated CPU time: 429.81 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8342448 KiB

[startup+133.801 s]
/proc/loadavg: 4.87 4.39 4.15 6/219 24277
/proc/meminfo: memFree=14986196/32770624 swapFree=67108776/67108860
[pid=24240] ppid=24237 vsize=10686560 memory=8342448 CPUtime=430.01 cores=0,2,4,6
/proc/24240/stat : 24240 (java) S 24237 24240 7084 0 -1 1077944320 469144 0 0 0 42301 700 0 0 20 0 16 0 162287816 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140731309968352 140481439563511 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
/proc/24240/statm: 2671640 2085612 3186 1 0 2661055 0
[pid=24240/tid=24242] ppid=24237 vsize=10686560 memory=8316196 CPUtime=14.39 cores=0,2,4,6
/proc/24240/task/24242/stat : 24242 (java) S 24237 24240 7084 0 -1 1077944384 30574 0 0 0 1422 17 0 0 20 0 16 0 162287822 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481443804192 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24243] ppid=24237 vsize=10686560 memory=1152 CPUtime=97.47 cores=0,2,4,6
/proc/24240/task/24243/stat : 24243 (java) S 24237 24240 7084 0 -1 1077944384 99143 0 0 0 9580 167 0 0 20 0 16 0 162287823 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481402670224 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24244] ppid=24237 vsize=10686560 memory=2888 CPUtime=97.28 cores=0,2,4,6
/proc/24240/task/24244/stat : 24244 (java) S 24237 24240 7084 0 -1 1077944384 80485 0 0 0 9555 173 0 0 20 0 16 0 162287823 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481049472016 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24245] ppid=24237 vsize=10686560 memory=8342444 CPUtime=98.26 cores=0,2,4,6
/proc/24240/task/24245/stat : 24245 (java) S 24237 24240 7084 0 -1 1077944384 112257 0 0 0 9660 166 0 0 20 0 16 0 162287823 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481048419216 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24246] ppid=24237 vsize=10686560 memory=4116 CPUtime=97.04 cores=0,2,4,6
/proc/24240/task/24246/stat : 24246 (java) S 24237 24240 7084 0 -1 1077944384 88219 0 0 0 9542 162 0 0 20 0 16 0 162287823 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481047366416 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24247] ppid=24237 vsize=10686560 memory=4080 CPUtime=20.08 cores=0,2,4,6
/proc/24240/task/24247/stat : 24247 (java) R 24237 24240 7084 0 -1 4202560 31764 0 0 0 2002 6 0 0 20 0 16 0 162287824 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481003463504 140481424559918 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24248] ppid=24237 vsize=10686560 memory=4588 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24248/stat : 24248 (java) S 24237 24240 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 162287825 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481002411104 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24249] ppid=24237 vsize=10686560 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24249/stat : 24249 (java) S 24237 24240 7084 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 162287825 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481001358208 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24250] ppid=24237 vsize=10686560 memory=68308 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24250/stat : 24250 (java) S 24237 24240 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481000306512 140481439582107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24251] ppid=24237 vsize=10686560 memory=1296 CPUtime=2.62 cores=0,2,4,6
/proc/24240/task/24251/stat : 24251 (java) S 24237 24240 7084 0 -1 1077944384 13112 0 0 0 261 1 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480931162752 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24252] ppid=24237 vsize=10686560 memory=2460 CPUtime=2.17 cores=0,2,4,6
/proc/24240/task/24252/stat : 24252 (java) S 24237 24240 7084 0 -1 1077944384 7730 0 0 0 216 1 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480930110240 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24253] ppid=24237 vsize=10686560 memory=1836 CPUtime=0.55 cores=0,2,4,6
/proc/24240/task/24253/stat : 24253 (java) S 24237 24240 7084 0 -1 1077944384 4099 0 0 0 54 1 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480929057440 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24254] ppid=24237 vsize=10686560 memory=796 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24254/stat : 24254 (java) S 24237 24240 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480928004832 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24255] ppid=24237 vsize=10686560 memory=5768 CPUtime=0.05 cores=0,2,4,6
/proc/24240/task/24255/stat : 24255 (java) S 24237 24240 7084 0 -1 1077944384 225 0 0 0 2 3 0 0 20 0 16 0 162287837 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480926952112 140481439574658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24276] ppid=24237 vsize=10686560 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24276/stat : 24276 (java) S 24237 24240 7084 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 162300443 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480923798096 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
Current children cumulated CPU time: 430.01 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8342448 KiB

[startup+133.901 s]
/proc/loadavg: 4.87 4.39 4.15 6/219 24277
/proc/meminfo: memFree=14986196/32770624 swapFree=67108776/67108860
[pid=24240] ppid=24237 vsize=10686560 memory=8342448 CPUtime=430.11 cores=0,2,4,6
/proc/24240/stat : 24240 (java) S 24237 24240 7084 0 -1 1077944320 469144 0 0 0 42311 700 0 0 20 0 16 0 162287816 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140731309968352 140481439563511 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
/proc/24240/statm: 2671640 2085612 3186 1 0 2661055 0
[pid=24240/tid=24242] ppid=24237 vsize=10686560 memory=8342448 CPUtime=14.39 cores=0,2,4,6
/proc/24240/task/24242/stat : 24242 (java) S 24237 24240 7084 0 -1 1077944384 30574 0 0 0 1422 17 0 0 20 0 16 0 162287822 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481443804192 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24243] ppid=24237 vsize=10686560 memory=5768 CPUtime=97.47 cores=0,2,4,6
/proc/24240/task/24243/stat : 24243 (java) S 24237 24240 7084 0 -1 1077944384 99143 0 0 0 9580 167 0 0 20 0 16 0 162287823 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481402670224 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24244] ppid=24237 vsize=10686560 memory=2008 CPUtime=97.28 cores=0,2,4,6
/proc/24240/task/24244/stat : 24244 (java) S 24237 24240 7084 0 -1 1077944384 80485 0 0 0 9555 173 0 0 20 0 16 0 162287823 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481049472016 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24245] ppid=24237 vsize=10686560 memory=302022848351043610 CPUtime=98.26 cores=0,2,4,6
/proc/24240/task/24245/stat : 24245 (java) S 24237 24240 7084 0 -1 1077944384 112257 0 0 0 9660 166 0 0 20 0 16 0 162287823 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481048419216 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24246] ppid=24237 vsize=10686560 memory=288230621803970871 CPUtime=97.04 cores=0,2,4,6
/proc/24240/task/24246/stat : 24246 (java) S 24237 24240 7084 0 -1 1077944384 88219 0 0 0 9542 162 0 0 20 0 16 0 162287823 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481047366416 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24247] ppid=24237 vsize=10686560 memory=280243395611552 CPUtime=20.18 cores=0,2,4,6
/proc/24240/task/24247/stat : 24247 (java) R 24237 24240 7084 0 -1 4202560 31764 0 0 0 2012 6 0 0 20 0 16 0 162287824 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481003463504 140481417933691 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24248] ppid=24237 vsize=10686560 memory=8387223549236478041 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24248/stat : 24248 (java) S 24237 24240 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 162287825 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481002411104 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24249] ppid=24237 vsize=10686560 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24249/stat : 24249 (java) S 24237 24240 7084 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 162287825 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481001358208 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24250] ppid=24237 vsize=10686560 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24250/stat : 24250 (java) S 24237 24240 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140481000306512 140481439582107 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24251] ppid=24237 vsize=10686560 memory=8342448 CPUtime=2.62 cores=0,2,4,6
/proc/24240/task/24251/stat : 24251 (java) S 24237 24240 7084 0 -1 1077944384 13112 0 0 0 261 1 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480931162752 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24252] ppid=24237 vsize=10686560 memory=8342448 CPUtime=2.17 cores=0,2,4,6
/proc/24240/task/24252/stat : 24252 (java) S 24237 24240 7084 0 -1 1077944384 7730 0 0 0 216 1 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480930110240 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24253] ppid=24237 vsize=10686560 memory=7235147594880805952 CPUtime=0.55 cores=0,2,4,6
/proc/24240/task/24253/stat : 24253 (java) S 24237 24240 7084 0 -1 1077944384 4099 0 0 0 54 1 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480929057440 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24254] ppid=24237 vsize=10686560 memory=8342444 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24254/stat : 24254 (java) S 24237 24240 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162287827 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480928004832 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24255] ppid=24237 vsize=10686560 memory=288230621803970871 CPUtime=0.05 cores=0,2,4,6
/proc/24240/task/24255/stat : 24255 (java) S 24237 24240 7084 0 -1 1077944384 225 0 0 0 2 3 0 0 20 0 16 0 162287837 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480926952112 140481439574658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
[pid=24240/tid=24276] ppid=24237 vsize=10686560 memory=13563786715989427 CPUtime=0 cores=0,2,4,6
/proc/24240/task/24276/stat : 24276 (java) S 24237 24240 7084 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 162300443 10943037440 2085612 18446744073709551615 4194304 4196468 140731309985808 140480923798096 140481439573717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17010688 140731309994384 140731309994537 140731309994537 140731309998031 0
Current children cumulated CPU time: 430.11 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8342448 KiB

Child status: 0
Real time (s): 133.979
CPU time (s): 430.193
CPU user time (s): 423.131
CPU system time (s): 7.06198
CPU usage (%): 321.091
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8342448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 423.131
system time used= 7.06198
maximum resident set size= 8342668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469294
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10016
involuntary context switches= 10509


# summary of solver processes directly reported to runsolver:
#   pid: 24240
#   total CPU time (s): 430.193
#   total CPU user time (s): 423.131
#   total CPU system time (s): 7.06198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.796998 second user time and 1.35785 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 13:58:05
IDJOB=4263317
IDBENCH=126934
IDSOLVER=2651
FILE ID=node132/4263317-1502626351
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 61948 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-42.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263317-1502626351/watcher-4263317-1502626351 -o /tmp/evaluation-result-4263317-1502626351/solver-4263317-1502626351 -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-4263317-1502626351.xml

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

MD5SUM BENCH= 577152cdcea6c8cfe7178c788ad80cb4
RANDOM SEED=1608404443

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:        28663512 kB
MemAvailable:   28987384 kB
Buffers:          225552 kB
Cached:           423152 kB
SwapCached:           84 kB
Active:          3532180 kB
Inactive:         164040 kB
Active(anon):    2995588 kB
Inactive(anon):   101972 kB
Active(file):     536592 kB
Inactive(file):    62068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              3360 kB
Writeback:             0 kB
AnonPages:       3047612 kB
Mapped:            76008 kB
Shmem:             49768 kB
Slab:             109364 kB
SReclaimable:      82096 kB
SUnreclaim:        27268 kB
KernelStack:        3504 kB
PageTables:        11000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4331252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2940928 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= 61944 MiB
End job on node132 at 2017-08-13 14:00:20