Trace number 4243776

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
R1: sat4j-CSP 2017-07-05? 1664.45 282.218

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000b-int.xml
MD5SUMfdcb353b2918313db809b139313e7b9f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1998000
Number of domains1
Minimum domain size999
Maximum domain size999
Distribution of domain sizes[{"size":999,"count":1000}]
Minimum variable degree3996
Maximum variable degree3996
Distribution of variable degrees[{"degree":3996,"count":1000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1998000}]
Number of extensional constraints0
Number of intensional constraints1998000
Distribution of constraint types[{"type":"intension","count":1998000}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243776-1500675866/watcher-4243776-1500675866 -o /tmp/evaluation-result-4243776-1500675866/solver-4243776-1500675866 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500669895-12709 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243776-1500675866.xml 

pid=14609
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 14.32 10.60 6.12 9/261 14612
/proc/meminfo: memFree=23667700/32770624 swapFree=5928/218976
[pid=14612] ppid=14609 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/stat : 14612 (java) S 14609 14612 9830 0 -1 1077944320 1992 0 0 0 0 0 0 0 20 0 2 0 2851626 8550137856 2263 33554432000 4194304 4196468 140734797836576 140734797819120 140486957551351 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
/proc/14612/statm: 2087436 2263 1197 1 0 2076347 0
[pid=14612/tid=14613] ppid=14609 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14613/stat : 14613 (java) R 14609 14612 9830 0 -1 4202560 787 0 0 0 0 0 0 0 20 0 2 0 2851626 8550137856 2329 33554432000 4194304 4196468 140734797836576 140486961793440 140486949840800 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0

[startup+0.100162 s]
/proc/loadavg: 14.32 10.60 6.12 9/261 14612
/proc/meminfo: memFree=23667700/32770624 swapFree=5928/218976
[pid=14612] ppid=14609 vsize=10434508 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/14612/stat : 14612 (java) S 14609 14612 9830 0 -1 1077944320 3954 0 0 0 3 1 0 0 20 0 13 0 2851626 10684936192 5149 33554432000 4194304 4196468 140734797836576 140734797819120 140486957551351 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
/proc/14612/statm: 2608627 5149 2135 1 0 2597065 0
[pid=14612/tid=14613] ppid=14609 vsize=10434508 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14613/stat : 14613 (java) D 14609 14612 9830 0 -1 1077944384 2577 0 0 0 2 1 0 0 20 0 13 0 2851626 10684936192 5149 33554432000 4194304 4196468 140734797836576 140486961789296 140486950230573 0 4 0 16784584 18446744072101690916 0 0 -1 8 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10434508

[startup+0.200373 s]
/proc/loadavg: 14.32 10.60 6.12 9/261 14612
/proc/meminfo: memFree=23667700/32770624 swapFree=5928/218976
[pid=14612] ppid=14609 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/14612/stat : 14612 (java) S 14609 14612 9830 0 -1 1077944320 6982 0 0 0 15 2 0 0 20 0 20 0 2851626 11162169344 7779 33554432000 4194304 4196468 140734797836576 140734797819120 140486957551351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
/proc/14612/statm: 2725139 7779 2883 1 0 2713552 0
[pid=14612/tid=14613] ppid=14609 vsize=10900556 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14613/stat : 14613 (java) R 14609 14612 9830 0 -1 4202560 4584 0 0 0 10 1 0 0 20 0 20 0 2851626 11162169344 7779 33554432000 4194304 4196468 140734797836576 140486961783952 140486957573277 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10900556

[startup+0.300274 s]
/proc/loadavg: 14.32 10.60 6.12 9/261 14612
/proc/meminfo: memFree=23667700/32770624 swapFree=5928/218976
[pid=14612] ppid=14609 vsize=10900556 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/14612/stat : 14612 (java) S 14609 14612 9830 0 -1 1077944320 9019 0 0 0 39 3 0 0 20 0 20 0 2851626 11162169344 11344 33554432000 4194304 4196468 140734797836576 140734797819120 140486957551351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
/proc/14612/statm: 2725139 11344 2999 1 0 2713552 0
[pid=14612/tid=14613] ppid=14609 vsize=10900556 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14613/stat : 14613 (java) R 14609 14612 9830 0 -1 4202560 5042 0 0 0 20 2 0 0 20 0 20 0 2851626 11162169344 11344 33554432000 4194304 4196468 140734797836576 140486961789168 140486957572698 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 10900556

[startup+0.700231 s]
/proc/loadavg: 14.32 10.60 6.12 9/261 14612
/proc/meminfo: memFree=23667700/32770624 swapFree=5928/218976
[pid=14612] ppid=14609 vsize=10900556 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/14612/stat : 14612 (java) S 14609 14612 9830 0 -1 1077944320 11167 0 0 0 135 52 0 0 20 0 20 0 2851626 11162169344 63745 33554432000 4194304 4196468 140734797836576 140734797819120 140486957551351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
/proc/14612/statm: 2725139 63745 3030 1 0 2713552 0
[pid=14612/tid=14613] ppid=14609 vsize=10900556 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14613/stat : 14613 (java) S 14609 14612 9830 0 -1 1077944384 5104 0 0 0 49 4 0 0 20 0 20 0 2851626 11162169344 63745 33554432000 4194304 4196468 140734797836576 140486961790496 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10900556

[startup+1.50101 s]
/proc/loadavg: 14.32 10.60 6.12 17/281 14632
/proc/meminfo: memFree=23294888/32770624 swapFree=5928/219048
[pid=14612] ppid=14609 vsize=10900556 CPUtime=6.41 cores=0,2,4,6,8,10,12,14
/proc/14612/stat : 14612 (java) S 14609 14612 9830 0 -1 1077944320 12936 0 0 0 472 169 0 0 20 0 20 0 2851626 11162169344 121175 33554432000 4194304 4196468 140734797836576 140734797819120 140486957551351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
/proc/14612/statm: 2725139 121175 3066 1 0 2713552 0
[pid=14612/tid=14613] ppid=14609 vsize=10900556 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14613/stat : 14613 (java) S 14609 14612 9830 0 -1 1077944384 5106 0 0 0 73 5 0 0 20 0 20 0 2851626 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486961790384 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14615] ppid=14609 vsize=10900556 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14615/stat : 14615 (java) R 14609 14612 9830 0 -1 4202560 274 0 0 0 42 20 0 0 20 0 20 0 2851627 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486910171912 140486942252013 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14616] ppid=14609 vsize=10900556 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14616/stat : 14616 (java) R 14609 14612 9830 0 -1 4202560 254 0 0 0 41 20 0 0 20 0 20 0 2851627 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486909119112 140486942252039 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14617] ppid=14609 vsize=10900556 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14617/stat : 14617 (java) R 14609 14612 9830 0 -1 4202560 220 0 0 0 42 20 0 0 20 0 20 0 2851627 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486908066312 140486950654993 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14618] ppid=14609 vsize=10900556 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14618/stat : 14618 (java) R 14609 14612 9830 0 -1 4202560 324 0 0 0 42 20 0 0 20 0 20 0 2851627 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486907013512 140486942252079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14619] ppid=14609 vsize=10900556 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14619/stat : 14619 (java) R 14609 14612 9830 0 -1 4202560 199 0 0 0 42 20 0 0 20 0 20 0 2851627 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486905961736 140486942252023 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14620] ppid=14609 vsize=10900556 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14620/stat : 14620 (java) R 14609 14612 9830 0 -1 4202560 280 0 0 0 40 19 0 0 20 0 20 0 2851627 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486904908936 140486942251831 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14621] ppid=14609 vsize=10900556 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14621/stat : 14621 (java) R 14609 14612 9830 0 -1 4202560 295 0 0 0 42 20 0 0 20 0 20 0 2851627 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486558538760 140486942251360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14622] ppid=14609 vsize=10900556 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14622/stat : 14622 (java) R 14609 14612 9830 0 -1 4202560 191 0 0 0 41 20 0 0 20 0 20 0 2851627 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486557485960 140486942252013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14623] ppid=14609 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14623/stat : 14623 (java) S 14609 14612 9830 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 2851629 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486433035200 140486957561557 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14624] ppid=14609 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14624/stat : 14624 (java) S 14609 14612 9830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2851629 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486431982624 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14625] ppid=14609 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14625/stat : 14625 (java) S 14609 14612 9830 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2851629 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486430929776 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14626] ppid=14609 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14626/stat : 14626 (java) S 14609 14612 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2851638 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486429878096 140486957569947 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14627] ppid=14609 vsize=10900556 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14627/stat : 14627 (java) S 14609 14612 9830 0 -1 1077944384 1440 0 0 0 16 0 0 0 20 0 20 0 2851638 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486428826480 140486957562498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14628] ppid=14609 vsize=10900556 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14628/stat : 14628 (java) S 14609 14612 9830 0 -1 1077944384 637 0 0 0 14 0 0 0 20 0 20 0 2851638 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486427773680 140486957562498 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14629] ppid=14609 vsize=10900556 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14629/stat : 14629 (java) S 14609 14612 9830 0 -1 1077944384 1050 0 0 0 20 0 0 0 20 0 20 0 2851638 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486426720880 140486957562498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14630] ppid=14609 vsize=10900556 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14630/stat : 14630 (java) S 14609 14612 9830 0 -1 1077944384 1209 0 0 0 11 0 0 0 20 0 20 0 2851638 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486425668080 140486957562498 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14631] ppid=14609 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14631/stat : 14631 (java) S 14609 14612 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2851638 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486424615520 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14632] ppid=14609 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14632/stat : 14632 (java) S 14609 14612 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2851638 11162169344 121175 33554432000 4194304 4196468 140734797836576 140486423562800 140486957562498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 10900556

[startup+3.10094 s]
/proc/loadavg: 14.32 10.60 6.12 18/281 14632
/proc/meminfo: memFree=22982188/32770624 swapFree=5928/219048
[pid=14612] ppid=14609 vsize=10900556 CPUtime=14.98 cores=0,2,4,6,8,10,12,14
/proc/14612/stat : 14612 (java) S 14609 14612 9830 0 -1 1077944320 15661 0 0 0 1167 331 0 0 20 0 20 0 2851626 11162169344 221509 33554432000 4194304 4196468 140734797836576 140734797819120 140486957551351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
/proc/14612/statm: 2725139 221509 3075 1 0 2713552 0
[pid=14612/tid=14613] ppid=14609 vsize=10900556 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14613/stat : 14613 (java) R 14609 14612 9830 0 -1 4202560 5190 0 0 0 128 7 0 0 20 0 20 0 2851626 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486961783024 140486957573277 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14615] ppid=14609 vsize=10900556 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14615/stat : 14615 (java) S 14609 14612 9830 0 -1 1077944384 428 0 0 0 121 40 0 0 20 0 20 0 2851627 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486910171792 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14616] ppid=14609 vsize=10900556 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14616/stat : 14616 (java) S 14609 14612 9830 0 -1 1077944384 491 0 0 0 122 40 0 0 20 0 20 0 2851627 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486909118992 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14617] ppid=14609 vsize=10900556 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14617/stat : 14617 (java) S 14609 14612 9830 0 -1 1077944384 384 0 0 0 121 40 0 0 20 0 20 0 2851627 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486908066192 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14618] ppid=14609 vsize=10900556 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14618/stat : 14618 (java) S 14609 14612 9830 0 -1 1077944384 560 0 0 0 121 41 0 0 20 0 20 0 2851627 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486907013392 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14619] ppid=14609 vsize=10900556 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14619/stat : 14619 (java) S 14609 14612 9830 0 -1 1077944384 375 0 0 0 122 40 0 0 20 0 20 0 2851627 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486905961616 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14620] ppid=14609 vsize=10900556 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14620/stat : 14620 (java) S 14609 14612 9830 0 -1 1077944384 496 0 0 0 119 37 0 0 20 0 20 0 2851627 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486904908816 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14621] ppid=14609 vsize=10900556 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14621/stat : 14621 (java) S 14609 14612 9830 0 -1 1077944384 496 0 0 0 121 41 0 0 20 0 20 0 2851627 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486558538640 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14622] ppid=14609 vsize=10900556 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14622/stat : 14622 (java) S 14609 14612 9830 0 -1 1077944384 405 0 0 0 122 39 0 0 20 0 20 0 2851627 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486557485840 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14623] ppid=14609 vsize=10900556 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14623/stat : 14623 (java) S 14609 14612 9830 0 -1 1077944384 1131 0 0 0 1 0 0 0 20 0 20 0 2851629 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486433036656 140486957562498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14624] ppid=14609 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14624/stat : 14624 (java) S 14609 14612 9830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2851629 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486431982624 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14625] ppid=14609 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14625/stat : 14625 (java) S 14609 14612 9830 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2851629 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486430929776 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14626] ppid=14609 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14626/stat : 14626 (java) S 14609 14612 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2851638 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486429878096 140486957569947 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14627] ppid=14609 vsize=10900556 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14627/stat : 14627 (java) S 14609 14612 9830 0 -1 1077944384 1440 0 0 0 16 0 0 0 20 0 20 0 2851638 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486428826480 140486957562498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14628] ppid=14609 vsize=10900556 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14628/stat : 14628 (java) S 14609 14612 9830 0 -1 1077944384 639 0 0 0 15 0 0 0 20 0 20 0 2851638 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486427773680 140486957562498 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14629] ppid=14609 vsize=10900556 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14629/stat : 14629 (java) S 14609 14612 9830 0 -1 1077944384 1051 0 0 0 21 0 0 0 20 0 20 0 2851638 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486426720880 140486957562498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14630] ppid=14609 vsize=10900556 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14630/stat : 14630 (java) S 14609 14612 9830 0 -1 1077944384 1209 0 0 0 11 0 0 0 20 0 20 0 2851638 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486425668080 140486957562498 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14631] ppid=14609 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14631/stat : 14631 (java) S 14609 14612 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2851638 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486424615520 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14632] ppid=14609 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14632/stat : 14632 (java) S 14609 14612 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2851638 11162169344 221509 33554432000 4194304 4196468 140734797836576 140486423562800 140486957562498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
Current children cumulated CPU time (s) 14.98
Current children cumulated vsize (KiB) 10900556

[startup+6.30192 s]
/proc/loadavg: 13.97 10.59 6.14 10/281 14632
/proc/meminfo: memFree=22231736/32770624 swapFree=5928/219052
[pid=14612] ppid=14609 vsize=10900632 CPUtime=24.92 cores=0,2,4,6,8,10,12,14
/proc/14612/stat : 14612 (java) S 14609 14612 9830 0 -1 1077944320 33645 0 0 0 1880 612 0 0 20 0 20 0 2851626 11162247168 444124 33554432000 4194304 4196468 140734797836576 140734797819120 140486957551351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
/proc/14612/statm: 2725158 444124 3130 1 0 2713552 0
[pid=14612/tid=14613] ppid=14609 vsize=10900632 CPUtime=3.66 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14613/stat : 14613 (java) R 14609 14612 9830 0 -1 4202560 8250 0 0 0 353 13 0 0 20 0 20 0 2851626 11162247168 444124 33554432000 4194304 4196468 140734797836576 140486961788656 140486588334609 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14615] ppid=14609 vsize=10900632 CPUtime=2.31 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14615/stat : 14615 (java) S 14609 14612 9830 0 -1 1077944384 778 0 0 0 156 75 0 0 20 0 20 0 2851627 11162247168 444124 33554432000 4194304 4196468 140734797836576 140486910171792 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14616] ppid=14609 vsize=10900632 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14616/stat : 14616 (java) S 14609 14612 9830 0 -1 1077944384 1168 0 0 0 158 71 0 0 20 0 20 0 2851627 11162247168 444124 33554432000 4194304 4196468 140734797836576 140486909118992 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14617] ppid=14609 vsize=10900632 CPUtime=2.35 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14617/stat : 14617 (java) S 14609 14612 9830 0 -1 1077944384 979 0 0 0 160 75 0 0 20 0 20 0 2851627 11162247168 444124 33554432000 4194304 4196468 140734797836576 140486908066192 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14618] ppid=14609 vsize=10900632 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14618/stat : 14618 (java) S 14609 14612 9830 0 -1 1077944384 1082 0 0 0 158 75 0 0 20 0 20 0 2851627 11162247168 444124 33554432000 4194304 4196468 140734797836576 140486907013392 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14619] ppid=14609 vsize=10900632 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14619/stat : 14619 (java) S 14609 14612 9830 0 -1 1077944384 895 0 0 0 160 73 0 0 20 0 20 0 2851627 11162247168 444124 33554432000 4194304 4196468 140734797836576 140486905961616 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14620] ppid=14609 vsize=10900632 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14620/stat : 14620 (java) S 14609 14612 9830 0 -1 1077944384 917 0 0 0 157 71 0 0 20 0 20 0 2851627 11162247168 444124 33554432000 4194304 4196468 140734797836576 140486904908816 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14621] ppid=14609 vsize=10900632 CPUtime=2.34 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14621/stat : 14621 (java) S 14609 14612 9830 0 -1 1077944384 844 0 0 0 159 75 0 0 20 0 20 0 2851627 11162247168 444124 33554432000 4194304 4196468 140734797836576 140486558538640 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14622] ppid=14609 vsize=10900632 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14622/stat : 14622 (java) S 14609 14612 9830 0 -1 1077944384 967 0 0 0 156 76 0 0 20 0 20 0 2851627 11162247168 444124 33554432000 4194304 4196468 140734797836576 140486557485840 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14623] ppid=14609 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14623/stat : 14623 (java) S 14609 14612 9830 0 -1 1077944384 1691 0 0 0 2 0 0 0 20 0 20 0 2851629 11162247168 444124 33554432000 4194304 4196468 140734797836576 140486433036656 140486957562498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14624] ppid=14609 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14624/stat : 14624 (java) S 14609 14612 9830 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 2851629 11162247168 444124 33554432000 4194304 4196468 140734797836576 140486431982688 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14625] ppid=14609 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14625/stat : 14625 (java) S 14609 14612 9830 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 2851629 11162247168 444124 33554432000 4194304 4196468 140734797836576 140486430929776 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14626] ppid=14609 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

/proc/14612/task/14817/stat : 14817 (java) S 14609 14612 9830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 2878942 11300823040 2080313 33554432000 4194304 4196468 140734797836576 140486419357760 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
Current children cumulated CPU time (s) 1640.31
Current children cumulated vsize (KiB) 11035960

[startup+280.001 s]
/proc/loadavg: 10.62 11.34 7.63 10/284 14817
/proc/meminfo: memFree=23354012/32770624 swapFree=5928/220284
[pid=14612] ppid=14609 vsize=11035960 CPUtime=1652.89 cores=0,2,4,6,8,10,12,14
/proc/14612/stat : 14612 (java) S 14609 14612 9830 0 -1 1077944320 207353 0 2 0 161925 3364 0 0 20 0 22 0 2851626 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140734797819120 140486957551351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
/proc/14612/statm: 2758990 2080316 3206 1 0 2747346 0
[pid=14612/tid=14613] ppid=14609 vsize=11035960 CPUtime=55.97 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14613/stat : 14613 (java) S 14609 14612 9830 0 -1 1077944384 20456 0 2 0 5580 17 0 0 20 0 22 0 2851626 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486961792032 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 1 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14615] ppid=14609 vsize=11035960 CPUtime=195.81 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14615/stat : 14615 (java) R 14609 14612 9830 0 -1 4202560 13711 0 0 0 19147 434 0 0 20 0 22 0 2851627 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486910171992 140486942547707 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14616] ppid=14609 vsize=11035960 CPUtime=195.92 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14616/stat : 14616 (java) R 14609 14612 9830 0 -1 4202560 13774 0 0 0 19218 374 0 0 20 0 22 0 2851627 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486909119192 140486942541031 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14617] ppid=14609 vsize=11035960 CPUtime=195 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14617/stat : 14617 (java) R 14609 14612 9830 0 -1 4202560 9682 0 0 0 19060 440 0 0 20 0 22 0 2851627 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486908066392 140486942252067 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14618] ppid=14609 vsize=11035960 CPUtime=196.09 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14618/stat : 14618 (java) R 14609 14612 9830 0 -1 4202560 10402 0 0 0 19188 421 0 0 20 0 22 0 2851627 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486907013592 140486942541056 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14619] ppid=14609 vsize=11035960 CPUtime=195.93 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14619/stat : 14619 (java) R 14609 14612 9830 0 -1 4202560 11937 0 0 0 19171 422 0 0 20 0 22 0 2851627 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486905961816 140486942251247 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14620] ppid=14609 vsize=11035960 CPUtime=195.48 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14620/stat : 14620 (java) R 14609 14612 9830 0 -1 4202560 13969 0 0 0 19124 424 0 0 20 0 22 0 2851627 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486904909016 140486942008971 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14621] ppid=14609 vsize=11035960 CPUtime=195.56 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14621/stat : 14621 (java) R 14609 14612 9830 0 -1 4202560 11776 0 0 0 19121 435 0 0 20 0 22 0 2851627 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486558538528 140486942549292 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14622] ppid=14609 vsize=11035960 CPUtime=196.01 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14622/stat : 14622 (java) R 14609 14612 9830 0 -1 4202560 12866 0 0 0 19221 380 0 0 20 0 22 0 2851627 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486557486040 140486939161196 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14623] ppid=14609 vsize=11035960 CPUtime=24.55 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14623/stat : 14623 (java) S 14609 14612 9830 0 -1 1077944384 60406 0 0 0 2452 3 0 0 20 0 22 0 2851629 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486433035200 140486957561557 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14624] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14624/stat : 14624 (java) S 14609 14612 9830 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 22 0 2851629 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486431982688 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14625] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14625/stat : 14625 (java) S 14609 14612 9830 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 22 0 2851629 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486430929792 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14626] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14626/stat : 14626 (java) S 14609 14612 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 2851638 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486429878096 140486957569947 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14627] ppid=14609 vsize=11035960 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14627/stat : 14627 (java) S 14609 14612 9830 0 -1 1077944384 7190 0 0 0 203 0 0 0 20 0 22 0 2851638 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486428826528 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14628] ppid=14609 vsize=11035960 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14628/stat : 14628 (java) S 14609 14612 9830 0 -1 1077944384 7137 0 0 0 176 1 0 0 20 0 22 0 2851638 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486427773440 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14629] ppid=14609 vsize=11035960 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14629/stat : 14629 (java) S 14609 14612 9830 0 -1 1077944384 8675 0 0 0 201 1 0 0 20 0 22 0 2851638 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486426720928 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14630] ppid=14609 vsize=11035960 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14630/stat : 14630 (java) S 14609 14612 9830 0 -1 1077944384 3613 0 0 0 50 1 0 0 20 0 22 0 2851638 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486425668128 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14631] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14631/stat : 14631 (java) S 14609 14612 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2851638 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486424615520 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14632] ppid=14609 vsize=11035960 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14632/stat : 14632 (java) S 14609 14612 9830 0 -1 1077944384 280 0 0 0 6 5 0 0 20 0 22 0 2851638 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486423562800 140486957562498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14816] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14816/stat : 14816 (java) S 14609 14612 9830 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 22 0 2878942 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486420411104 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14817] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14817/stat : 14817 (java) S 14609 14612 9830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 2878942 11300823040 2080316 33554432000 4194304 4196468 140734797836576 140486419357760 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
Current children cumulated CPU time (s) 1652.89
Current children cumulated vsize (KiB) 11035960

[startup+281.601 s]
/proc/loadavg: 10.49 11.30 7.64 3/284 14817
/proc/meminfo: memFree=23354012/32770624 swapFree=5928/220284
[pid=14612] ppid=14609 vsize=11035960 CPUtime=1663.86 cores=0,2,4,6,8,10,12,14
/proc/14612/stat : 14612 (java) S 14609 14612 9830 0 -1 1077944320 207688 0 2 0 163021 3365 0 0 20 0 22 0 2851626 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140734797819120 140486957551351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
/proc/14612/statm: 2758990 2080317 3206 1 0 2747346 0
[pid=14612/tid=14613] ppid=14609 vsize=11035960 CPUtime=55.97 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14613/stat : 14613 (java) S 14609 14612 9830 0 -1 1077944384 20456 0 2 0 5580 17 0 0 20 0 22 0 2851626 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486961792032 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 1 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14615] ppid=14609 vsize=11035960 CPUtime=197.15 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14615/stat : 14615 (java) S 14609 14612 9830 0 -1 1077944384 13712 0 0 0 19281 434 0 0 20 0 22 0 2851627 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486910171792 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14616] ppid=14609 vsize=11035960 CPUtime=197.26 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14616/stat : 14616 (java) S 14609 14612 9830 0 -1 1077944384 13782 0 0 0 19352 374 0 0 20 0 22 0 2851627 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486909118992 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14617] ppid=14609 vsize=11035960 CPUtime=196.31 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14617/stat : 14617 (java) S 14609 14612 9830 0 -1 1077944384 9691 0 0 0 19191 440 0 0 20 0 22 0 2851627 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486908066192 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14618] ppid=14609 vsize=11035960 CPUtime=197.43 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14618/stat : 14618 (java) S 14609 14612 9830 0 -1 1077944384 10416 0 0 0 19322 421 0 0 20 0 22 0 2851627 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486907013392 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14619] ppid=14609 vsize=11035960 CPUtime=197.27 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14619/stat : 14619 (java) S 14609 14612 9830 0 -1 1077944384 12153 0 0 0 19305 422 0 0 20 0 22 0 2851627 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486905961616 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14620] ppid=14609 vsize=11035960 CPUtime=196.82 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14620/stat : 14620 (java) S 14609 14612 9830 0 -1 1077944384 13969 0 0 0 19258 424 0 0 20 0 22 0 2851627 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486904908816 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14621] ppid=14609 vsize=11035960 CPUtime=196.9 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14621/stat : 14621 (java) S 14609 14612 9830 0 -1 1077944384 11788 0 0 0 19255 435 0 0 20 0 22 0 2851627 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486558538640 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14622] ppid=14609 vsize=11035960 CPUtime=197.35 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14622/stat : 14622 (java) S 14609 14612 9830 0 -1 1077944384 12870 0 0 0 19355 380 0 0 20 0 22 0 2851627 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486557485840 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14623] ppid=14609 vsize=11035960 CPUtime=24.82 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14623/stat : 14623 (java) R 14609 14612 9830 0 -1 4202560 60477 0 0 0 2479 3 0 0 20 0 22 0 2851629 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486433035088 140486942547758 0 0 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14624] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14624/stat : 14624 (java) S 14609 14612 9830 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 22 0 2851629 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486431982688 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14625] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14625/stat : 14625 (java) S 14609 14612 9830 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 22 0 2851629 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486430929792 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14626] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14626/stat : 14626 (java) S 14609 14612 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 2851638 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486429878096 140486957569947 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14627] ppid=14609 vsize=11035960 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14627/stat : 14627 (java) S 14609 14612 9830 0 -1 1077944384 7190 0 0 0 203 0 0 0 20 0 22 0 2851638 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486428826528 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14628] ppid=14609 vsize=11035960 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14628/stat : 14628 (java) S 14609 14612 9830 0 -1 1077944384 7137 0 0 0 176 1 0 0 20 0 22 0 2851638 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486427773440 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14629] ppid=14609 vsize=11035960 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14629/stat : 14629 (java) S 14609 14612 9830 0 -1 1077944384 8675 0 0 0 201 1 0 0 20 0 22 0 2851638 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486426720928 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14630] ppid=14609 vsize=11035960 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14630/stat : 14630 (java) S 14609 14612 9830 0 -1 1077944384 3613 0 0 0 50 1 0 0 20 0 22 0 2851638 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486425668128 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14631] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14631/stat : 14631 (java) S 14609 14612 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2851638 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486424615520 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14632] ppid=14609 vsize=11035960 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14632/stat : 14632 (java) S 14609 14612 9830 0 -1 1077944384 280 0 0 0 6 5 0 0 20 0 22 0 2851638 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486423562800 140486957562498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14816] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14816/stat : 14816 (java) S 14609 14612 9830 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 22 0 2878942 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486420411104 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14817] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14817/stat : 14817 (java) S 14609 14612 9830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 2878942 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486419357760 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
Current children cumulated CPU time (s) 1663.86
Current children cumulated vsize (KiB) 11035960

[startup+282.001 s]
/proc/loadavg: 10.49 11.30 7.64 3/284 14817
/proc/meminfo: memFree=23354012/32770624 swapFree=5928/220284
[pid=14612] ppid=14609 vsize=11035960 CPUtime=1664.25 cores=0,2,4,6,8,10,12,14
/proc/14612/stat : 14612 (java) S 14609 14612 9830 0 -1 1077944320 207688 0 2 0 163060 3365 0 0 20 0 22 0 2851626 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140734797819120 140486957551351 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
/proc/14612/statm: 2758990 2080317 3206 1 0 2747346 0
[pid=14612/tid=14613] ppid=14609 vsize=11035960 CPUtime=55.97 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14613/stat : 14613 (java) S 14609 14612 9830 0 -1 1077944384 20456 0 2 0 5580 17 0 0 20 0 22 0 2851626 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486961792032 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 1 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14615] ppid=14609 vsize=11035960 CPUtime=197.15 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14615/stat : 14615 (java) S 14609 14612 9830 0 -1 1077944384 13712 0 0 0 19281 434 0 0 20 0 22 0 2851627 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486910171792 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14616] ppid=14609 vsize=11035960 CPUtime=197.26 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14616/stat : 14616 (java) S 14609 14612 9830 0 -1 1077944384 13782 0 0 0 19352 374 0 0 20 0 22 0 2851627 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486909118992 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14617] ppid=14609 vsize=11035960 CPUtime=196.31 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14617/stat : 14617 (java) S 14609 14612 9830 0 -1 1077944384 9691 0 0 0 19191 440 0 0 20 0 22 0 2851627 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486908066192 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14618] ppid=14609 vsize=11035960 CPUtime=197.43 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14618/stat : 14618 (java) S 14609 14612 9830 0 -1 1077944384 10416 0 0 0 19322 421 0 0 20 0 22 0 2851627 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486907013392 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14619] ppid=14609 vsize=11035960 CPUtime=197.27 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14619/stat : 14619 (java) S 14609 14612 9830 0 -1 1077944384 12153 0 0 0 19305 422 0 0 20 0 22 0 2851627 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486905961616 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14620] ppid=14609 vsize=11035960 CPUtime=196.82 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14620/stat : 14620 (java) S 14609 14612 9830 0 -1 1077944384 13969 0 0 0 19258 424 0 0 20 0 22 0 2851627 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486904908816 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14621] ppid=14609 vsize=11035960 CPUtime=196.9 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14621/stat : 14621 (java) S 14609 14612 9830 0 -1 1077944384 11788 0 0 0 19255 435 0 0 20 0 22 0 2851627 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486558538640 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14622] ppid=14609 vsize=11035960 CPUtime=197.35 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14622/stat : 14622 (java) S 14609 14612 9830 0 -1 1077944384 12870 0 0 0 19355 380 0 0 20 0 22 0 2851627 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486557485840 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14623] ppid=14609 vsize=11035960 CPUtime=25.21 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14623/stat : 14623 (java) R 14609 14612 9830 0 -1 4202560 60477 0 0 0 2518 3 0 0 20 0 22 0 2851629 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486433035088 140486942547758 0 0 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14624] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14624/stat : 14624 (java) S 14609 14612 9830 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 22 0 2851629 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486431982688 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14625] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14625/stat : 14625 (java) S 14609 14612 9830 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 22 0 2851629 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486430929792 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14626] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14626/stat : 14626 (java) S 14609 14612 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 2851638 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486429878096 140486957569947 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14627] ppid=14609 vsize=11035960 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14627/stat : 14627 (java) S 14609 14612 9830 0 -1 1077944384 7190 0 0 0 203 0 0 0 20 0 22 0 2851638 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486428826528 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14628] ppid=14609 vsize=11035960 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14628/stat : 14628 (java) S 14609 14612 9830 0 -1 1077944384 7137 0 0 0 176 1 0 0 20 0 22 0 2851638 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486427773440 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14629] ppid=14609 vsize=11035960 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14629/stat : 14629 (java) S 14609 14612 9830 0 -1 1077944384 8675 0 0 0 201 1 0 0 20 0 22 0 2851638 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486426720928 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14630] ppid=14609 vsize=11035960 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14630/stat : 14630 (java) S 14609 14612 9830 0 -1 1077944384 3613 0 0 0 50 1 0 0 20 0 22 0 2851638 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486425668128 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14631] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14631/stat : 14631 (java) S 14609 14612 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2851638 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486424615520 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14632] ppid=14609 vsize=11035960 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14632/stat : 14632 (java) S 14609 14612 9830 0 -1 1077944384 280 0 0 0 6 5 0 0 20 0 22 0 2851638 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486423562800 140486957562498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14816] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14816/stat : 14816 (java) S 14609 14612 9830 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 22 0 2878942 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486420411104 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
[pid=14612/tid=14817] ppid=14609 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14817/stat : 14817 (java) S 14609 14612 9830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 2878942 11300823040 2080317 33554432000 4194304 4196468 140734797836576 140486419357760 140486957561557 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33677312 140734797841579 140734797841732 140734797841732 140734797844431 0
Current children cumulated CPU time (s) 1664.25
Current children cumulated vsize (KiB) 11035960

[startup+282.201 s]
/proc/loadavg: 10.49 11.30 7.64 3/284 14817
/proc/meminfo: memFree=23354012/32770624 swapFree=5928/220284
[pid=14612] ppid=14609 vsize=0 CPUtime=1664.42 cores=0,2,4,6,8,10,12,14
/proc/14612/stat : 14612 (java) Z 14609 14612 9830 0 -1 4227084 207771 0 2 0 163074 3368 0 0 20 0 2 0 2851626 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/14612/statm: 0 0 0 0 0 0 0
[pid=14612/tid=14630] ppid=14609 vsize=0 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/14612/task/14630/stat : 14630 (java) R 14609 14612 9830 0 -1 4203588 3628 0 0 0 50 4 0 0 20 0 2 0 2851638 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.42
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 282.218
CPU time (s): 1664.45
CPU user time (s): 1630.74
CPU system time (s): 33.7011
CPU usage (%): 589.773
Max. virtual memory (cumulated for all children) (KiB): 11035960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1630.74
system time used= 33.7011
maximum resident set size= 8321676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207771
page faults= 2
swaps= 0
block input operations= 1888
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32270
involuntary context switches= 137355

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.52188 second user time and 2.66385 second system time

The end

Launcher Data

Begin job on node151 at 2017-07-22 00:24:28
IDJOB=4243776
IDBENCH=126900
IDSOLVER=2623
FILE ID=node151/4243776-1500675866
RUNJOBID= node151-1500669895-12709
PBS_JOBID= 20623270
Free space on /tmp= 61944 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000b-int.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243776-1500675866/watcher-4243776-1500675866 -o /tmp/evaluation-result-4243776-1500675866/solver-4243776-1500675866 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500669895-12709 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243776-1500675866.xml

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

MD5SUM BENCH= fdcb353b2918313db809b139313e7b9f
RANDOM SEED=1811427696

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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	: 8
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.49
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	: 8
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	: 5342.81
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.49
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	: 8
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	: 5342.81
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.49
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	: 8
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	: 5342.81
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.49
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	: 8
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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23668312 kB
MemAvailable:   23777600 kB
Buffers:           45240 kB
Cached:           372544 kB
SwapCached:            0 kB
Active:          8480872 kB
Inactive:         227652 kB
Active(anon):    8293708 kB
Inactive(anon):     8676 kB
Active(file):     187164 kB
Inactive(file):   218976 kB
Unevictable:        5928 kB
Mlocked:            5960 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             30484 kB
Writeback:             0 kB
AnonPages:       8296952 kB
Mapped:            42128 kB
Shmem:              8848 kB
Slab:              70756 kB
SReclaimable:      37964 kB
SUnreclaim:        32792 kB
KernelStack:        4496 kB
PageTables:        21524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8640940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8073216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61940 MiB
End job on node151 at 2017-07-22 00:29:10