Trace number 4263319

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1601.76 433.97198

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-45.xml
MD5SUMf20f2034744f8df857f4af789a6cf941
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark31.6138
Satisfiable
(Un)Satisfiability was proved
Number of variables2025
Number of constraints44594
Number of domains1
Minimum domain size45
Maximum domain size45
Distribution of domain sizes[{"size":45,"count":2025}]
Minimum variable degree44
Maximum variable degree45
Distribution of variable degrees[{"degree":44,"count":1937},{"degree":45,"count":88}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":44594}]
Number of extensional constraints0
Number of intensional constraints44594
Distribution of constraint types[{"type":"intension","count":44594}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (11356 MiB free)
  memory of node 1: 16384 MiB (15575 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263319-1502626350/watcher-4263319-1502626350 -o /tmp/evaluation-result-4263319-1502626350/solver-4263319-1502626350 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263319-1502626350.xml 

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

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


[startup+0.100164 s]*
/proc/loadavg: 4.54 4.51 3.81 3/205 16330
/proc/meminfo: memFree=27568108/32770624 swapFree=67108764/67108860
[pid=16324] ppid=16321 vsize=10085108 memory=19320 CPUtime=0.02 cores=1,3,5,7
/proc/16324/stat : 16324 (java) S 16321 16324 4674 0 -1 1077944320 3667 0 0 0 1 1 0 0 20 0 8 0 110141441 10327150592 4830 18446744073709551615 4194304 4196468 140733282420960 140733282403504 139817568558839 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
/proc/16324/statm: 2521277 4830 2054 1 0 2510774 0
[pid=16324/tid=16326] ppid=16321 vsize=10085108 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/16324/task/16326/stat : 16326 (java) R 16321 16324 4674 0 -1 4202560 2333 0 0 0 1 0 0 0 20 0 8 0 110141450 10327150592 4830 18446744073709551615 4194304 4196468 140733282420960 139817572791976 139817552639326 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16327] ppid=16321 vsize=10085108 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16327/stat : 16327 (java) S 16321 16324 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 110141450 10327150592 4830 18446744073709551615 4194304 4196468 140733282420960 139817498978960 139817568569045 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16328] ppid=16321 vsize=10085108 memory=140157213386368 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16328/stat : 16328 (java) S 16321 16324 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 110141450 10327150592 4830 18446744073709551615 4194304 4196468 140733282420960 139817497926160 139817568569045 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16329] ppid=16321 vsize=10085108 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16329/stat : 16329 (java) S 16321 16324 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 110141450 10327150592 4830 18446744073709551615 4194304 4196468 140733282420960 139817496873360 139817568569045 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16330] ppid=16321 vsize=10085108 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16330/stat : 16330 (java) S 16321 16324 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 110141450 10327150592 4830 18446744073709551615 4194304 4196468 140733282420960 139817495820560 139817568569045 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16331] ppid=16321 vsize=10085108 memory=140157213386368 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16331/stat : 16331 (java) S 16321 16324 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 110141452 10327150592 4830 18446744073709551615 4194304 4196468 140733282420960 139817064164208 139817568569986 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16332] ppid=16321 vsize=10085108 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16332/stat : 16332 (java) R 16321 16324 4674 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 110141452 10327150592 4830 18446744073709551615 4194304 4196468 140733282420960 139817063109072 139817568569045 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10085108 KiB
Current children cumulated memory: 19320 KiB

[startup+0.210022 s]*
/proc/loadavg: 4.54 4.51 3.81 3/214 16339
/proc/meminfo: memFree=27562208/32770624 swapFree=67108764/67108860
[pid=16324] ppid=16321 vsize=10551156 memory=28052 CPUtime=0.09 cores=1,3,5,7
/proc/16324/stat : 16324 (java) S 16321 16324 4674 0 -1 1077944320 4937 0 0 0 8 1 0 0 20 0 15 0 110141441 10804383744 7013 18446744073709551615 4194304 4196468 140733282420960 140733282403504 139817568558839 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
/proc/16324/statm: 2637789 7013 2784 1 0 2627261 0
[pid=16324/tid=16326] ppid=16321 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/16324/task/16326/stat : 16326 (java) R 16321 16324 4674 0 -1 4202560 2862 0 0 0 6 1 0 0 20 0 15 0 110141450 10804383744 7013 18446744073709551615 4194304 4196468 140733282420960 139817572794304 139817560795966 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16327] ppid=16321 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16327/stat : 16327 (java) S 16321 16324 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141450 10804383744 7013 18446744073709551615 4194304 4196468 140733282420960 139817498978960 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16328] ppid=16321 vsize=10551156 memory=3617435784517166752 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16328/stat : 16328 (java) S 16321 16324 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141450 10804383744 7013 18446744073709551615 4194304 4196468 140733282420960 139817497926160 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16329] ppid=16321 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16329/stat : 16329 (java) S 16321 16324 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141450 10804383744 7013 18446744073709551615 4194304 4196468 140733282420960 139817496873360 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16330] ppid=16321 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16330/stat : 16330 (java) S 16321 16324 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110141450 10804383744 7013 18446744073709551615 4194304 4196468 140733282420960 139817495820560 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16331] ppid=16321 vsize=10551156 memory=140157213386368 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16331/stat : 16331 (java) S 16321 16324 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110141452 10804383744 7013 18446744073709551615 4194304 4196468 140733282420960 139817064164208 139817568569986 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16332] ppid=16321 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16332/stat : 16332 (java) S 16321 16324 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110141452 10804383744 7013 18446744073709551615 4194304 4196468 140733282420960 139817063110176 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16333] ppid=16321 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16333/stat : 16333 (java) S 16321 16324 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110141452 10804383744 7013 18446744073709551615 4194304 4196468 140733282420960 139817062057328 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16334] ppid=16321 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16334/stat : 16334 (java) S 16321 16324 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110141455 10804383744 7013 18446744073709551615 4194304 4196468 140733282420960 139817061005648 139817568577435 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16335] ppid=16321 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16335/stat : 16335 (java) S 16321 16324 4674 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 110141455 10804383744 7013 18446744073709551615 4194304 4196468 140733282420960 139817059953008 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16336] ppid=16321 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16336/stat : 16336 (java) S 16321 16324 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110141455 10804383744 7013 18446744073709551615 4194304 4196468 140733282420960 139817058900208 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16337] ppid=16321 vsize=10551156 memory=140157213386368 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16337/stat : 16337 (java) R 16321 16324 4674 0 -1 4202560 287 0 0 0 0 0 0 0 20 0 15 0 110141455 10804383744 7013 18446744073709551615 4194304 4196468 140733282420960 139817057847408 139817568580186 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16338] ppid=16321 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16338/stat : 16338 (java) S 16321 16324 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110141455 10804383744 7013 18446744073709551615 4194304 4196468 140733282420960 139817056794848 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16339] ppid=16321 vsize=10551156 memory=140157213386368 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16339/stat : 16339 (java) S 16321 16324 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141460 10804383744 7013 18446744073709551615 4194304 4196468 140733282420960 139817055743152 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 28052 KiB

[startup+0.310263 s]*
/proc/loadavg: 4.54 4.51 3.81 3/214 16339
/proc/meminfo: memFree=27552532/32770624 swapFree=67108764/67108860
[pid=16324] ppid=16321 vsize=10551156 memory=36788 CPUtime=0.24 cores=1,3,5,7
/proc/16324/stat : 16324 (java) S 16321 16324 4674 0 -1 1077944320 7967 0 0 0 22 2 0 0 20 0 15 0 110141441 10804383744 9197 18446744073709551615 4194304 4196468 140733282420960 140733282403504 139817568558839 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
/proc/16324/statm: 2637789 9197 2868 1 0 2627261 0
[pid=16324/tid=16326] ppid=16321 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/16324/task/16326/stat : 16326 (java) R 16321 16324 4674 0 -1 4202560 5627 0 0 0 15 2 0 0 20 0 15 0 110141450 10804383744 9197 18446744073709551615 4194304 4196468 140733282420960 139817572792864 139817552639326 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16327] ppid=16321 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16327/stat : 16327 (java) S 16321 16324 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141450 10804383744 9197 18446744073709551615 4194304 4196468 140733282420960 139817498978960 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16328] ppid=16321 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16328/stat : 16328 (java) S 16321 16324 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141450 10804383744 9197 18446744073709551615 4194304 4196468 140733282420960 139817497926160 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16329] ppid=16321 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16329/stat : 16329 (java) S 16321 16324 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141450 10804383744 9197 18446744073709551615 4194304 4196468 140733282420960 139817496873360 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16330] ppid=16321 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16330/stat : 16330 (java) S 16321 16324 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110141450 10804383744 9197 18446744073709551615 4194304 4196468 140733282420960 139817495820560 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16331] ppid=16321 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16331/stat : 16331 (java) S 16321 16324 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110141452 10804383744 9197 18446744073709551615 4194304 4196468 140733282420960 139817064164208 139817568569986 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16332] ppid=16321 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16332/stat : 16332 (java) S 16321 16324 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110141452 10804383744 9197 18446744073709551615 4194304 4196468 140733282420960 139817063110176 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16333] ppid=16321 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16333/stat : 16333 (java) S 16321 16324 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110141452 10804383744 9197 18446744073709551615 4194304 4196468 140733282420960 139817062057328 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16334] ppid=16321 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16334/stat : 16334 (java) S 16321 16324 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110141455 10804383744 9197 18446744073709551615 4194304 4196468 140733282420960 139817061005648 139817568577435 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16335] ppid=16321 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16324/task/16335/stat : 16335 (java) S 16321 16324 4674 0 -1 1077944384 496 0 0 0 1 0 0 0 20 0 15 0 110141455 10804383744 9197 18446744073709551615 4194304 4196468 140733282420960 139817059953008 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16336] ppid=16321 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16324/task/16336/stat : 16336 (java) S 16321 16324 4674 0 -1 1077944384 85 0 0 0 1 0 0 0 20 0 15 0 110141455 10804383744 9197 18446744073709551615 4194304 4196468 140733282420960 139817058900208 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16337] ppid=16321 vsize=10551156 memory=140157213386368 CPUtime=0.04 cores=1,3,5,7
/proc/16324/task/16337/stat : 16337 (java) S 16321 16324 4674 0 -1 1077944384 393 0 0 0 4 0 0 0 20 0 15 0 110141455 10804383744 9197 18446744073709551615 4194304 4196468 140733282420960 139817057847408 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16338] ppid=16321 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16338/stat : 16338 (java) S 16321 16324 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110141455 10804383744 9197 18446744073709551615 4194304 4196468 140733282420960 139817056794848 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16339] ppid=16321 vsize=10551156 memory=140157213386368 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16339/stat : 16339 (java) S 16321 16324 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141460 10804383744 9197 18446744073709551615 4194304 4196468 140733282420960 139817055743152 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36788 KiB

[startup+0.700887 s]
/proc/loadavg: 4.54 4.51 3.81 6/214 16339
/proc/meminfo: memFree=27522692/32770624 swapFree=67108764/67108860
[pid=16324] ppid=16321 vsize=10551232 memory=85408 CPUtime=1.47 cores=1,3,5,7
/proc/16324/stat : 16324 (java) S 16321 16324 4674 0 -1 1077944320 12524 0 0 0 142 5 0 0 20 0 15 0 110141441 10804461568 21352 18446744073709551615 4194304 4196468 140733282420960 140733282403504 139817568558839 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
/proc/16324/statm: 2637808 21352 3047 1 0 2627261 0
[pid=16324/tid=16326] ppid=16321 vsize=10551232 memory=788 CPUtime=0.55 cores=1,3,5,7
/proc/16324/task/16326/stat : 16326 (java) R 16321 16324 4674 0 -1 4202560 6825 0 0 0 52 3 0 0 20 0 15 0 110141450 10804461568 21352 18446744073709551615 4194304 4196468 140733282420960 139817572792976 139817177175771 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16327] ppid=16321 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16327/stat : 16327 (java) S 16321 16324 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141450 10804461568 21352 18446744073709551615 4194304 4196468 140733282420960 139817498978960 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16328] ppid=16321 vsize=10551232 memory=119 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16328/stat : 16328 (java) S 16321 16324 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141450 10804461568 21352 18446744073709551615 4194304 4196468 140733282420960 139817497926160 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16329] ppid=16321 vsize=10551232 memory=280314127585008 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16329/stat : 16329 (java) S 16321 16324 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141450 10804461568 21352 18446744073709551615 4194304 4196468 140733282420960 139817496873360 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16330] ppid=16321 vsize=10551232 memory=2550606595841 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16330/stat : 16330 (java) S 16321 16324 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110141450 10804461568 21352 18446744073709551615 4194304 4196468 140733282420960 139817495820560 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16331] ppid=16321 vsize=10551232 memory=2576376399617 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16331/stat : 16331 (java) S 16321 16324 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 110141452 10804461568 21352 18446744073709551615 4194304 4196468 140733282420960 139817064164208 139817568569986 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16332] ppid=16321 vsize=10551232 memory=2619326072577 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16332/stat : 16332 (java) S 16321 16324 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110141452 10804461568 21352 18446744073709551615 4194304 4196468 140733282420960 139817063110176 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16333] ppid=16321 vsize=10551232 memory=2730995222273 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16333/stat : 16333 (java) S 16321 16324 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110141452 10804461568 21352 18446744073709551615 4194304 4196468 140733282420960 139817062057328 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16334] ppid=16321 vsize=10551232 memory=2855549273601 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16334/stat : 16334 (java) S 16321 16324 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110141455 10804461568 21352 18446744073709551615 4194304 4196468 140733282420960 139817061005648 139817568577435 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16335] ppid=16321 vsize=10551232 memory=3886341424641 CPUtime=0.31 cores=1,3,5,7
/proc/16324/task/16335/stat : 16335 (java) R 16321 16324 4674 0 -1 4202560 1629 0 0 0 31 0 0 0 20 0 15 0 110141455 10804461568 21352 18446744073709551615 4194304 4196468 140733282420960 139817059941680 139817550103023 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16336] ppid=16321 vsize=10551232 memory=6498285520082 CPUtime=0.32 cores=1,3,5,7
/proc/16324/task/16336/stat : 16336 (java) R 16321 16324 4674 0 -1 4202560 1216 0 0 0 32 0 0 0 20 0 15 0 110141455 10804461568 21352 18446744073709551615 4194304 4196468 140733282420960 139817058893400 139817552053006 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16337] ppid=16321 vsize=10551232 memory=288230617509003574 CPUtime=0.24 cores=1,3,5,7
/proc/16324/task/16337/stat : 16337 (java) S 16321 16324 4674 0 -1 1077944384 1483 0 0 0 24 0 0 0 20 0 15 0 110141455 10804461568 21352 18446744073709551615 4194304 4196468 140733282420960 139817057847408 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16338] ppid=16321 vsize=10551232 memory=13564886244395551 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16338/stat : 16338 (java) S 16321 16324 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110141455 10804461568 21352 18446744073709551615 4194304 4196468 140733282420960 139817056794848 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16339] ppid=16321 vsize=10551232 memory=31824 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16339/stat : 16339 (java) S 16321 16324 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110141460 10804461568 21352 18446744073709551615 4194304 4196468 140733282420960 139817055743152 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 85408 KiB

[startup+1.50089 s]
/proc/loadavg: 4.49 4.50 3.81 5/214 16339
/proc/meminfo: memFree=27389764/32770624 swapFree=67108764/67108860
[pid=16324] ppid=16321 vsize=10551232 memory=504560 CPUtime=3.98 cores=1,3,5,7
/proc/16324/stat : 16324 (java) S 16321 16324 4674 0 -1 1077944320 14909 0 0 0 379 19 0 0 20 0 15 0 110141441 10804461568 126140 18446744073709551615 4194304 4196468 140733282420960 140733282403504 139817568558839 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
/proc/16324/statm: 2637808 126140 3105 1 0 2627261 0
[pid=16324/tid=16326] ppid=16321 vsize=10551232 memory=140157063910488 CPUtime=1.25 cores=1,3,5,7
/proc/16324/task/16326/stat : 16326 (java) R 16321 16324 4674 0 -1 4202560 7309 0 0 0 118 7 0 0 20 0 15 0 110141450 10804461568 126140 18446744073709551615 4194304 4196468 140733282420960 139817572795280 139817554626958 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16327] ppid=16321 vsize=10551232 memory=148 CPUtime=0.08 cores=1,3,5,7
/proc/16324/task/16327/stat : 16327 (java) S 16321 16324 4674 0 -1 1077944384 213 0 0 0 6 2 0 0 20 0 15 0 110141450 10804461568 126140 18446744073709551615 4194304 4196468 140733282420960 139817498978960 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16328] ppid=16321 vsize=10551232 memory=12874 CPUtime=0.07 cores=1,3,5,7
/proc/16324/task/16328/stat : 16328 (java) S 16321 16324 4674 0 -1 1077944384 214 0 0 0 5 2 0 0 20 0 15 0 110141450 10804461568 126140 18446744073709551615 4194304 4196468 140733282420960 139817497926160 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16329] ppid=16321 vsize=10551232 memory=21491 CPUtime=0.07 cores=1,3,5,7
/proc/16324/task/16329/stat : 16329 (java) S 16321 16324 4674 0 -1 1077944384 191 0 0 0 5 2 0 0 20 0 15 0 110141450 10804461568 126140 18446744073709551615 4194304 4196468 140733282420960 139817496873360 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16330] ppid=16321 vsize=10551232 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16324/task/16330/stat : 16330 (java) S 16321 16324 4674 0 -1 1077944384 225 0 0 0 5 2 0 0 20 0 15 0 110141450 10804461568 126140 18446744073709551615 4194304 4196468 140733282420960 139817495820560 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16331] ppid=16321 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16331/stat : 16331 (java) S 16321 16324 4674 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 110141452 10804461568 126140 18446744073709551615 4194304 4196468 140733282420960 139817064164208 139817568569986 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16332] ppid=16321 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16332/stat : 16332 (java) S 16321 16324 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110141452 10804461568 126140 18446744073709551615 4194304 4196468 140733282420960 139817063110240 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16333] ppid=16321 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16333/stat : 16333 (java) S 16321 16324 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110141452 10804461568 126652 18446744073709551615 4194304 4196468 140733282420960 139817062057328 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16334] ppid=16321 vsize=10551232 memory=-7100423569113718720 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16334/stat : 16334 (java) S 16321 16324 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110141455 10804461568 126652 18446744073709551615 4194304 4196468 140733282420960 139817061005648 139817568577435 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16335] ppid=16321 vsize=10551232 memory=4638778398332698722 CPUtime=1.02 cores=1,3,5,7
/proc/16324/task/16335/stat : 16335 (java) R 16321 16324 4674 0 -1 4202560 1902 0 0 0 102 0 0 0 20 0 15 0 110141455 10804461568 126652 18446744073709551615 4194304 4196468 140733282420960 139817059953304 139817552847854 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16336] ppid=16321 vsize=10551232 memory=4132668566627442752 CPUtime=0.99 cores=1,3,5,7
/proc/16324/task/16336/stat : 16336 (java) S 16321 16324 4674 0 -1 1077944384 1611 0 0 0 99 0 0 0 20 0 15 0 110141455 10804461568 126652 18446744073709551615 4194304 4196468 140733282420960 139817058900208 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16337] ppid=16321 vsize=10551232 memory=4640767346415259728 CPUtime=0.34 cores=1,3,5,7
/proc/16324/task/16337/stat : 16337 (java) S 16321 16324 4674 0 -1 1077944384 1673 0 0 0 34 0 0 0 20 0 15 0 110141455 10804461568 126652 18446744073709551615 4194304 4196468 140733282420960 139817057847408 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16338] ppid=16321 vsize=10551232 memory=-9123011406873206402 CPUtime=0 cores=1,3,5,7

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

/proc/16324/task/16326/stat : 16326 (java) S 16321 16324 4674 0 -1 1077944384 23834 0 0 0 1307 23 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817572799520 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16327] ppid=16321 vsize=10686560 memory=15880 CPUtime=389.65 cores=1,3,5,7
/proc/16324/task/16327/stat : 16327 (java) R 16321 16324 4674 0 -1 4202560 492643 0 0 0 38783 182 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817498979080 139817561187047 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16328] ppid=16321 vsize=10686560 memory=4148 CPUtime=389.15 cores=1,3,5,7
/proc/16324/task/16328/stat : 16328 (java) S 16321 16324 4674 0 -1 1077944384 627369 0 0 0 38717 198 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817497925968 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16329] ppid=16321 vsize=10686560 memory=53392 CPUtime=387.75 cores=1,3,5,7
/proc/16324/task/16329/stat : 16329 (java) S 16321 16324 4674 0 -1 1077944384 360035 0 0 0 38575 200 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817496873168 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16330] ppid=16321 vsize=10686560 memory=4872558044660077418 CPUtime=389.53 cores=1,3,5,7
/proc/16324/task/16330/stat : 16330 (java) R 16321 16324 4674 0 -1 4202560 420519 0 0 0 38759 194 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817495820760 139817550168454 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16331] ppid=16321 vsize=10686560 memory=796 CPUtime=22.15 cores=1,3,5,7
/proc/16324/task/16331/stat : 16331 (java) S 16321 16324 4674 0 -1 1077944384 70299 0 0 0 2211 4 0 0 20 0 16 0 110141452 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817064162752 139817568569045 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16332] ppid=16321 vsize=10686560 memory=8277224 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16332/stat : 16332 (java) S 16321 16324 4674 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 110141452 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817063110240 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16333] ppid=16321 vsize=10686560 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16333/stat : 16333 (java) S 16321 16324 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110141452 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817062057328 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16334] ppid=16321 vsize=10686560 memory=4572 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16334/stat : 16334 (java) S 16321 16324 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817061005648 139817568577435 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16335] ppid=16321 vsize=10686560 memory=8277224 CPUtime=2.22 cores=1,3,5,7
/proc/16324/task/16335/stat : 16335 (java) S 16321 16324 4674 0 -1 1077944384 10323 0 0 0 221 1 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817059953056 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16336] ppid=16321 vsize=10686560 memory=984 CPUtime=1.57 cores=1,3,5,7
/proc/16324/task/16336/stat : 16336 (java) S 16321 16324 4674 0 -1 1077944384 5985 0 0 0 156 1 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817058899968 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16337] ppid=16321 vsize=10686560 memory=-8774313645642428999 CPUtime=0.56 cores=1,3,5,7
/proc/16324/task/16337/stat : 16337 (java) S 16321 16324 4674 0 -1 1077944384 3372 0 0 0 55 1 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817057847456 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16338] ppid=16321 vsize=10686560 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16338/stat : 16338 (java) S 16321 16324 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817056794848 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16339] ppid=16321 vsize=10686560 memory=4288 CPUtime=0.25 cores=1,3,5,7
/proc/16324/task/16339/stat : 16339 (java) S 16321 16324 4674 0 -1 1077944384 659 0 0 0 16 9 0 0 20 0 16 0 110141460 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817055743152 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16394] ppid=16321 vsize=10686560 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16394/stat : 16394 (java) S 16321 16324 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110183672 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817052589872 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
Current children cumulated CPU time: 1596.22 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8277224 KiB

[startup+432.801 s]
/proc/loadavg: 5.00 4.71 4.12 6/216 16396
/proc/meminfo: memFree=19145552/32770624 swapFree=67108764/67108860
[pid=16324] ppid=16321 vsize=10686560 memory=8277224 CPUtime=1599.29 cores=1,3,5,7
/proc/16324/stat : 16324 (java) S 16321 16324 4674 0 -1 1077944320 2016445 0 0 0 159118 811 0 0 20 0 16 0 110141441 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 140733282403504 139817568558839 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
/proc/16324/statm: 2671640 2069306 3182 1 0 2661055 0
[pid=16324/tid=16326] ppid=16321 vsize=10686560 memory=2164 CPUtime=13.3 cores=1,3,5,7
/proc/16324/task/16326/stat : 16326 (java) S 16321 16324 4674 0 -1 1077944384 23834 0 0 0 1307 23 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817572799520 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16327] ppid=16321 vsize=10686560 memory=844 CPUtime=390.4 cores=1,3,5,7
/proc/16324/task/16327/stat : 16327 (java) R 16321 16324 4674 0 -1 4202560 492643 0 0 0 38858 182 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817498979080 139817561187047 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16328] ppid=16321 vsize=10686560 memory=-8774313645642428999 CPUtime=389.91 cores=1,3,5,7
/proc/16324/task/16328/stat : 16328 (java) R 16321 16324 4674 0 -1 4202560 627369 0 0 0 38793 198 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817497925968 139817561187047 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16329] ppid=16321 vsize=10686560 memory=53392 CPUtime=388.51 cores=1,3,5,7
/proc/16324/task/16329/stat : 16329 (java) R 16321 16324 4674 0 -1 4202560 360035 0 0 0 38651 200 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817496873168 139817561187047 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16330] ppid=16321 vsize=10686560 memory=1296 CPUtime=390.32 cores=1,3,5,7
/proc/16324/task/16330/stat : 16330 (java) R 16321 16324 4674 0 -1 4202560 420519 0 0 0 38838 194 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817495820760 139817550168676 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16331] ppid=16321 vsize=10686560 memory=2320 CPUtime=22.15 cores=1,3,5,7
/proc/16324/task/16331/stat : 16331 (java) S 16321 16324 4674 0 -1 1077944384 70299 0 0 0 2211 4 0 0 20 0 16 0 110141452 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817064162752 139817568569045 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16332] ppid=16321 vsize=10686560 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16332/stat : 16332 (java) S 16321 16324 4674 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 110141452 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817063110240 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16333] ppid=16321 vsize=10686560 memory=8277224 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16333/stat : 16333 (java) S 16321 16324 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110141452 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817062057328 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16334] ppid=16321 vsize=10686560 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16334/stat : 16334 (java) S 16321 16324 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817061005648 139817568577435 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16335] ppid=16321 vsize=10686560 memory=844 CPUtime=2.22 cores=1,3,5,7
/proc/16324/task/16335/stat : 16335 (java) S 16321 16324 4674 0 -1 1077944384 10323 0 0 0 221 1 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817059953056 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16336] ppid=16321 vsize=10686560 memory=16436 CPUtime=1.57 cores=1,3,5,7
/proc/16324/task/16336/stat : 16336 (java) S 16321 16324 4674 0 -1 1077944384 5985 0 0 0 156 1 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817058899968 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16337] ppid=16321 vsize=10686560 memory=3908 CPUtime=0.56 cores=1,3,5,7
/proc/16324/task/16337/stat : 16337 (java) S 16321 16324 4674 0 -1 1077944384 3372 0 0 0 55 1 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817057847456 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16338] ppid=16321 vsize=10686560 memory=8277224 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16338/stat : 16338 (java) S 16321 16324 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817056794848 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16339] ppid=16321 vsize=10686560 memory=8276404 CPUtime=0.25 cores=1,3,5,7
/proc/16324/task/16339/stat : 16339 (java) S 16321 16324 4674 0 -1 1077944384 659 0 0 0 16 9 0 0 20 0 16 0 110141460 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817055743152 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16394] ppid=16321 vsize=10686560 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16394/stat : 16394 (java) S 16321 16324 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110183672 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817052589872 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
Current children cumulated CPU time: 1599.29 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8277224 KiB

[startup+433.601 s]
/proc/loadavg: 5.00 4.71 4.12 5/216 16396
/proc/meminfo: memFree=19145552/32770624 swapFree=67108764/67108860
[pid=16324] ppid=16321 vsize=10686560 memory=8277224 CPUtime=1601.38 cores=1,3,5,7
/proc/16324/stat : 16324 (java) S 16321 16324 4674 0 -1 1077944320 2016464 0 0 0 159326 812 0 0 20 0 16 0 110141441 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 140733282403504 139817568558839 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
/proc/16324/statm: 2671640 2069306 3182 1 0 2661055 0
[pid=16324/tid=16326] ppid=16321 vsize=10686560 memory=3908 CPUtime=13.3 cores=1,3,5,7
/proc/16324/task/16326/stat : 16326 (java) S 16321 16324 4674 0 -1 1077944384 23834 0 0 0 1307 23 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817572799520 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16327] ppid=16321 vsize=10686560 memory=3036 CPUtime=390.82 cores=1,3,5,7
/proc/16324/task/16327/stat : 16327 (java) S 16321 16324 4674 0 -1 1077944384 492643 0 0 0 38900 182 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817498978960 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16328] ppid=16321 vsize=10686560 memory=8277224 CPUtime=390.35 cores=1,3,5,7
/proc/16324/task/16328/stat : 16328 (java) S 16321 16324 4674 0 -1 1077944384 627369 0 0 0 38836 199 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817497926160 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16329] ppid=16321 vsize=10686560 memory=1152 CPUtime=388.95 cores=1,3,5,7
/proc/16324/task/16329/stat : 16329 (java) S 16321 16324 4674 0 -1 1077944384 360035 0 0 0 38694 201 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817496873360 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16330] ppid=16321 vsize=10686560 memory=-8774313645642428999 CPUtime=390.77 cores=1,3,5,7
/proc/16324/task/16330/stat : 16330 (java) S 16321 16324 4674 0 -1 1077944384 420538 0 0 0 38883 194 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817495820560 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16331] ppid=16321 vsize=10686560 memory=11020 CPUtime=22.5 cores=1,3,5,7
/proc/16324/task/16331/stat : 16331 (java) R 16321 16324 4674 0 -1 4202560 70299 0 0 0 2246 4 0 0 20 0 16 0 110141452 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817064162752 139817553555191 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16332] ppid=16321 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16332/stat : 16332 (java) S 16321 16324 4674 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 110141452 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817063110240 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16333] ppid=16321 vsize=10686560 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16333/stat : 16333 (java) S 16321 16324 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110141452 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817062057328 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16334] ppid=16321 vsize=10686560 memory=796 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16334/stat : 16334 (java) S 16321 16324 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817061005648 139817568577435 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16335] ppid=16321 vsize=10686560 memory=956 CPUtime=2.22 cores=1,3,5,7
/proc/16324/task/16335/stat : 16335 (java) S 16321 16324 4674 0 -1 1077944384 10323 0 0 0 221 1 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817059953056 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16336] ppid=16321 vsize=10686560 memory=2244 CPUtime=1.57 cores=1,3,5,7
/proc/16324/task/16336/stat : 16336 (java) S 16321 16324 4674 0 -1 1077944384 5985 0 0 0 156 1 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817058899968 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16337] ppid=16321 vsize=10686560 memory=1296 CPUtime=0.56 cores=1,3,5,7
/proc/16324/task/16337/stat : 16337 (java) S 16321 16324 4674 0 -1 1077944384 3372 0 0 0 55 1 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817057847456 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16338] ppid=16321 vsize=10686560 memory=2320 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16338/stat : 16338 (java) S 16321 16324 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817056794848 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16339] ppid=16321 vsize=10686560 memory=1724 CPUtime=0.25 cores=1,3,5,7
/proc/16324/task/16339/stat : 16339 (java) S 16321 16324 4674 0 -1 1077944384 659 0 0 0 16 9 0 0 20 0 16 0 110141460 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817055743152 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16394] ppid=16321 vsize=10686560 memory=4148 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16394/stat : 16394 (java) S 16321 16324 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110183672 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817052589872 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
Current children cumulated CPU time: 1601.38 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8277224 KiB

[startup+433.801 s]
/proc/loadavg: 5.00 4.71 4.12 5/216 16396
/proc/meminfo: memFree=19145552/32770624 swapFree=67108764/67108860
[pid=16324] ppid=16321 vsize=10686560 memory=8277224 CPUtime=1601.58 cores=1,3,5,7
/proc/16324/stat : 16324 (java) S 16321 16324 4674 0 -1 1077944320 2016466 0 0 0 159346 812 0 0 20 0 16 0 110141441 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 140733282403504 139817568558839 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
/proc/16324/statm: 2671640 2069306 3182 1 0 2661055 0
[pid=16324/tid=16326] ppid=16321 vsize=10686560 memory=1296 CPUtime=13.3 cores=1,3,5,7
/proc/16324/task/16326/stat : 16326 (java) S 16321 16324 4674 0 -1 1077944384 23834 0 0 0 1307 23 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817572799520 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16327] ppid=16321 vsize=10686560 memory=2320 CPUtime=390.82 cores=1,3,5,7
/proc/16324/task/16327/stat : 16327 (java) S 16321 16324 4674 0 -1 1077944384 492643 0 0 0 38900 182 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817498978960 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16328] ppid=16321 vsize=10686560 memory=1724 CPUtime=390.35 cores=1,3,5,7
/proc/16324/task/16328/stat : 16328 (java) S 16321 16324 4674 0 -1 1077944384 627369 0 0 0 38836 199 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817497926160 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16329] ppid=16321 vsize=10686560 memory=2012 CPUtime=388.95 cores=1,3,5,7
/proc/16324/task/16329/stat : 16329 (java) S 16321 16324 4674 0 -1 1077944384 360035 0 0 0 38694 201 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817496873360 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16330] ppid=16321 vsize=10686560 memory=8277224 CPUtime=390.77 cores=1,3,5,7
/proc/16324/task/16330/stat : 16330 (java) S 16321 16324 4674 0 -1 1077944384 420538 0 0 0 38883 194 0 0 20 0 16 0 110141450 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817495820560 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16331] ppid=16321 vsize=10686560 memory=1152 CPUtime=22.7 cores=1,3,5,7
/proc/16324/task/16331/stat : 16331 (java) R 16321 16324 4674 0 -1 4202560 70299 0 0 0 2266 4 0 0 20 0 16 0 110141452 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817064162640 139817553555243 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16332] ppid=16321 vsize=10686560 memory=3160 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16332/stat : 16332 (java) S 16321 16324 4674 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 110141452 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817063110240 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16333] ppid=16321 vsize=10686560 memory=8277224 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16333/stat : 16333 (java) S 16321 16324 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110141452 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817062057328 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16334] ppid=16321 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16334/stat : 16334 (java) S 16321 16324 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817061005648 139817568577435 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16335] ppid=16321 vsize=10686560 memory=4872558044660077418 CPUtime=2.22 cores=1,3,5,7
/proc/16324/task/16335/stat : 16335 (java) S 16321 16324 4674 0 -1 1077944384 10323 0 0 0 221 1 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817059953056 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16336] ppid=16321 vsize=10686560 memory=8277224 CPUtime=1.57 cores=1,3,5,7
/proc/16324/task/16336/stat : 16336 (java) S 16321 16324 4674 0 -1 1077944384 5985 0 0 0 156 1 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817058899968 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16337] ppid=16321 vsize=10686560 memory=-8774313645642428999 CPUtime=0.56 cores=1,3,5,7
/proc/16324/task/16337/stat : 16337 (java) S 16321 16324 4674 0 -1 1077944384 3372 0 0 0 55 1 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817057847456 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16338] ppid=16321 vsize=10686560 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16338/stat : 16338 (java) S 16321 16324 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110141455 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817056794848 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16339] ppid=16321 vsize=10686560 memory=4572 CPUtime=0.25 cores=1,3,5,7
/proc/16324/task/16339/stat : 16339 (java) S 16321 16324 4674 0 -1 1077944384 661 0 0 0 16 9 0 0 20 0 16 0 110141460 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817055743152 139817568569986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
[pid=16324/tid=16394] ppid=16321 vsize=10686560 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/16324/task/16394/stat : 16394 (java) S 16321 16324 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110183672 10943037440 2069306 18446744073709551615 4194304 4196468 140733282420960 139817052589872 139817568569045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6717440 140733282427280 140733282427433 140733282427433 140733282430927 0
Current children cumulated CPU time: 1601.58 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8277224 KiB

[startup+433.901 s]*
/proc/loadavg: 5.00 4.71 4.12 3/202 16396
/proc/meminfo: memFree=19580636/32770624 swapFree=67108764/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 433.972
CPU time (s): 1601.76
CPU user time (s): 1593.56
CPU system time (s): 8.20195
CPU usage (%): 369.094
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8277224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1593.56
system time used= 8.20195
maximum resident set size= 8277500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2016876
page faults= 0
swaps= 0
block input operations= 8
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34157
involuntary context switches= 18679


# summary of solver processes directly reported to runsolver:
#   pid: 16324
#   total CPU time (s): 1601.76
#   total CPU user time (s): 1593.56
#   total CPU system time (s): 8.20195

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.48462 second user time and 4.50857 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 13:58:36
IDJOB=4263319
IDBENCH=126928
IDSOLVER=2651
FILE ID=node134/4263319-1502626350
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-45.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263319-1502626350/watcher-4263319-1502626350 -o /tmp/evaluation-result-4263319-1502626350/solver-4263319-1502626350 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263319-1502626350.xml

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

MD5SUM BENCH= f20f2034744f8df857f4af789a6cf941
RANDOM SEED=494410762

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27578360 kB
MemAvailable:   27789916 kB
Buffers:          222800 kB
Cached:           282684 kB
SwapCached:            4 kB
Active:          4525332 kB
Inactive:         206776 kB
Active(anon):    4174000 kB
Inactive(anon):    94440 kB
Active(file):     351332 kB
Inactive(file):   112336 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              3740 kB
Writeback:             4 kB
AnonPages:       4226660 kB
Mapped:            67568 kB
Shmem:             41564 kB
Slab:             154072 kB
SReclaimable:     127448 kB
SUnreclaim:        26624 kB
KernelStack:        3520 kB
PageTables:        12992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6006336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4077568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62024 MiB
End job on node134 at 2017-08-13 14:05:50