Trace number 4263321

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? 1619.9 439.293

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-47.xml
MD5SUM7369afcf21a37adaf077467c3ae68d85
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 benchmark37.237202
Satisfiable
(Un)Satisfiability was proved
Number of variables2209
Number of constraints50853
Number of domains1
Minimum domain size47
Maximum domain size47
Distribution of domain sizes[{"size":47,"count":2209}]
Minimum variable degree46
Maximum variable degree47
Distribution of variable degrees[{"degree":46,"count":2117},{"degree":47,"count":92}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":50853}]
Number of extensional constraints0
Number of intensional constraints50853
Distribution of constraint types[{"type":"intension","count":50853}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263321-1502626356/watcher-4263321-1502626356 -o /tmp/evaluation-result-4263321-1502626356/solver-4263321-1502626356 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263321-1502626356.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=8788, runsolver pid=8785
Current StackSize limit: 8192 KiB


[startup+0.100084 s]*
/proc/loadavg: 1.98 2.01 2.11 7/217 8804
/proc/meminfo: memFree=28216320/32770624 swapFree=67108860/67108860
[pid=8788] ppid=8785 vsize=10555400 memory=30512 CPUtime=0.12 cores=1,3,5,7
/proc/8788/stat : 8788 (java) S 8785 8788 4973 0 -1 1077944320 6678 0 0 0 11 1 0 0 20 0 15 0 95716540 10808729600 7628 33554432000 4194304 4196468 140735282673520 140735282656064 140465235635959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
/proc/8788/statm: 2638850 7628 2816 1 0 2627263 0
[pid=8788/tid=8790] ppid=8785 vsize=10555400 memory=-8826032147276854464 CPUtime=0.09 cores=1,3,5,7
/proc/8788/task/8790/stat : 8790 (java) R 8785 8788 4973 0 -1 4202560 4529 0 0 0 8 1 0 0 20 0 15 0 95716541 10808729600 7628 33554432000 4194304 4196468 140735282673520 140465239857088 140465235657885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8791] ppid=8785 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8791/stat : 8791 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716541 10808729600 7628 33554432000 4194304 4196468 140735282673520 140465161710224 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8792] ppid=8785 vsize=10555400 memory=139822110058112 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8792/stat : 8792 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716542 10808729600 7628 33554432000 4194304 4196468 140735282673520 140464841812496 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8793] ppid=8785 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8793/stat : 8793 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716542 10808729600 7628 33554432000 4194304 4196468 140735282673520 140464840759696 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8794] ppid=8785 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8794/stat : 8794 (java) S 8785 8788 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716542 10808729600 7628 33554432000 4194304 4196468 140735282673520 140464839706896 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8795] ppid=8785 vsize=10555400 memory=139822110058112 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8795/stat : 8795 (java) S 8785 8788 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716543 10808729600 7628 33554432000 4194304 4196468 140735282673520 140464272051056 140465235647106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8796] ppid=8785 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8796/stat : 8796 (java) S 8785 8788 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95716543 10808729600 7628 33554432000 4194304 4196468 140735282673520 140464270997024 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8797] ppid=8785 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8797/stat : 8797 (java) S 8785 8788 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95716544 10808729600 7628 33554432000 4194304 4196468 140735282673520 140464269944176 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8798] ppid=8785 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8798/stat : 8798 (java) S 8785 8788 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716546 10808729600 7628 33554432000 4194304 4196468 140735282673520 140464268892496 140465235654555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8799] ppid=8785 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8799/stat : 8799 (java) R 8785 8788 4973 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 95716546 10808729600 7628 33554432000 4194304 4196468 140735282673520 140464267839856 140465235647106 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8800] ppid=8785 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8800/stat : 8800 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716546 10808729600 7628 33554432000 4194304 4196468 140735282673520 140464266787056 140465235647106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8801] ppid=8785 vsize=10555400 memory=139822110058112 CPUtime=0.02 cores=1,3,5,7
/proc/8788/task/8801/stat : 8801 (java) R 8785 8788 4973 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 95716546 10808729600 7628 33554432000 4194304 4196468 140735282673520 140464265734256 140465235647894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8802] ppid=8785 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8802/stat : 8802 (java) S 8785 8788 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716546 10808729600 7628 33554432000 4194304 4196468 140735282673520 140464264681696 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8803] ppid=8785 vsize=10555400 memory=139822110058112 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8803/stat : 8803 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716546 10808729600 7628 33554432000 4194304 4196468 140735282673520 140464263630000 140465235647106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30512 KiB

[startup+0.214426 s]*
/proc/loadavg: 1.98 2.01 2.11 5/217 8806
/proc/meminfo: memFree=28221432/32770624 swapFree=67108860/67108860
[pid=8788] ppid=8785 vsize=10555400 memory=41700 CPUtime=0.34 cores=1,3,5,7
/proc/8788/stat : 8788 (java) S 8785 8788 4973 0 -1 1077944320 8004 0 0 0 32 2 0 0 20 0 15 0 95716540 10808729600 10425 33554432000 4194304 4196468 140735282673520 140735282656064 140465235635959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
/proc/8788/statm: 2638850 10425 2969 1 0 2627263 0
[pid=8788/tid=8790] ppid=8785 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/8788/task/8790/stat : 8790 (java) R 8785 8788 4973 0 -1 4202560 5018 0 0 0 19 1 0 0 20 0 15 0 95716541 10808729600 10425 33554432000 4194304 4196468 140735282673520 140465239872112 140465235657885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8791] ppid=8785 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8791/stat : 8791 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716541 10808729600 10425 33554432000 4194304 4196468 140735282673520 140465161710224 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8792] ppid=8785 vsize=10555400 memory=139822110067154 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8792/stat : 8792 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716542 10808729600 10425 33554432000 4194304 4196468 140735282673520 140464841812496 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8793] ppid=8785 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8793/stat : 8793 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716542 10808729600 10425 33554432000 4194304 4196468 140735282673520 140464840759696 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8794] ppid=8785 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8794/stat : 8794 (java) S 8785 8788 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716542 10808729600 10425 33554432000 4194304 4196468 140735282673520 140464839706896 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8795] ppid=8785 vsize=10555400 memory=139822110058112 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8795/stat : 8795 (java) S 8785 8788 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716543 10808729600 10425 33554432000 4194304 4196468 140735282673520 140464272051056 140465235647106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8796] ppid=8785 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8796/stat : 8796 (java) S 8785 8788 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95716543 10808729600 10425 33554432000 4194304 4196468 140735282673520 140464270997024 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8797] ppid=8785 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8797/stat : 8797 (java) S 8785 8788 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95716544 10808729600 10425 33554432000 4194304 4196468 140735282673520 140464269944176 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8798] ppid=8785 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8798/stat : 8798 (java) S 8785 8788 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716546 10808729600 10425 33554432000 4194304 4196468 140735282673520 140464268892496 140465235654555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8799] ppid=8785 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8788/task/8799/stat : 8799 (java) R 8785 8788 4973 0 -1 4202560 635 0 0 0 3 0 0 0 20 0 15 0 95716546 10808729600 10425 33554432000 4194304 4196468 140735282673520 140464267829648 140465220023200 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8800] ppid=8785 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8788/task/8800/stat : 8800 (java) R 8785 8788 4973 0 -1 1077944384 188 0 0 0 2 0 0 0 20 0 15 0 95716546 10808729600 10425 33554432000 4194304 4196468 140735282673520 140464266775536 140465235646165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8801] ppid=8785 vsize=10555400 memory=139822110058112 CPUtime=0.07 cores=1,3,5,7
/proc/8788/task/8801/stat : 8801 (java) R 8785 8788 4973 0 -1 4202560 797 0 0 0 7 0 0 0 20 0 15 0 95716546 10808729600 10425 33554432000 4194304 4196468 140735282673520 140464265729984 140465227873086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8802] ppid=8785 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8802/stat : 8802 (java) S 8785 8788 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716546 10808729600 10425 33554432000 4194304 4196468 140735282673520 140464264681696 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8803] ppid=8785 vsize=10555400 memory=139822110058112 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8803/stat : 8803 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716546 10808729600 10425 33554432000 4194304 4196468 140735282673520 140464263630000 140465235647106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41700 KiB

[startup+0.315379 s]*
/proc/loadavg: 1.98 2.01 2.11 4/217 8806
/proc/meminfo: memFree=28200596/32770624 swapFree=67108860/67108860
[pid=8788] ppid=8785 vsize=10555400 memory=64152 CPUtime=0.66 cores=1,3,5,7
/proc/8788/stat : 8788 (java) S 8785 8788 4973 0 -1 1077944320 9623 0 0 0 64 2 0 0 20 0 15 0 95716540 10808729600 16038 33554432000 4194304 4196468 140735282673520 140735282656064 140465235635959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
/proc/8788/statm: 2638850 16038 3019 1 0 2627263 0
[pid=8788/tid=8790] ppid=8785 vsize=10555400 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/8788/task/8790/stat : 8790 (java) R 8785 8788 4973 0 -1 4202560 5037 0 0 0 29 1 0 0 20 0 15 0 95716541 10808729600 16038 33554432000 4194304 4196468 140735282673520 140465239866320 140465235657885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8791] ppid=8785 vsize=10555400 memory=304556153373982743 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8791/stat : 8791 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716541 10808729600 16038 33554432000 4194304 4196468 140735282673520 140465161710224 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8792] ppid=8785 vsize=10555400 memory=13989490556642968 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8792/stat : 8792 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716542 10808729600 16038 33554432000 4194304 4196468 140735282673520 140464841812496 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8793] ppid=8785 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8793/stat : 8793 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716542 10808729600 16038 33554432000 4194304 4196468 140735282673520 140464840759696 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8794] ppid=8785 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8794/stat : 8794 (java) S 8785 8788 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716542 10808729600 16038 33554432000 4194304 4196468 140735282673520 140464839706896 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8795] ppid=8785 vsize=10555400 memory=139822110058112 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8795/stat : 8795 (java) S 8785 8788 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716543 10808729600 16038 33554432000 4194304 4196468 140735282673520 140464272051056 140465235647106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8796] ppid=8785 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8796/stat : 8796 (java) S 8785 8788 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95716543 10808729600 16038 33554432000 4194304 4196468 140735282673520 140464270997024 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8797] ppid=8785 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8797/stat : 8797 (java) S 8785 8788 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95716544 10808729600 16038 33554432000 4194304 4196468 140735282673520 140464269944176 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8798] ppid=8785 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8798/stat : 8798 (java) S 8785 8788 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716546 10808729600 16038 33554432000 4194304 4196468 140735282673520 140464268892496 140465235654555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8799] ppid=8785 vsize=10555400 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/8788/task/8799/stat : 8799 (java) R 8785 8788 4973 0 -1 4202560 1185 0 0 0 13 0 0 0 20 0 15 0 95716546 10808729600 16038 33554432000 4194304 4196468 140735282673520 140464267829648 140465216271552 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8800] ppid=8785 vsize=10555400 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/8788/task/8800/stat : 8800 (java) R 8785 8788 4973 0 -1 4202560 980 0 0 0 11 0 0 0 20 0 15 0 95716546 10808729600 16038 33554432000 4194304 4196468 140735282673520 140464266773872 140465214825409 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8801] ppid=8785 vsize=10555400 memory=139822110058112 CPUtime=0.09 cores=1,3,5,7
/proc/8788/task/8801/stat : 8801 (java) S 8785 8788 4973 0 -1 1077944384 1054 0 0 0 9 0 0 0 20 0 15 0 95716546 10808729600 16038 33554432000 4194304 4196468 140735282673520 140464265734256 140465235647106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8802] ppid=8785 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8802/stat : 8802 (java) S 8785 8788 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716546 10808729600 16038 33554432000 4194304 4196468 140735282673520 140464264681696 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8803] ppid=8785 vsize=10555400 memory=139822110058112 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8803/stat : 8803 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716546 10808729600 16038 33554432000 4194304 4196468 140735282673520 140464263630000 140465235647106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 64152 KiB

[startup+0.701388 s]
/proc/loadavg: 1.98 2.01 2.11 5/214 8835
/proc/meminfo: memFree=28804760/32770624 swapFree=67108860/67108860
[pid=8788] ppid=8785 vsize=10555476 memory=140600 CPUtime=1.85 cores=1,3,5,7
/proc/8788/stat : 8788 (java) S 8785 8788 4973 0 -1 1077944320 11913 0 0 0 180 5 0 0 20 0 15 0 95716540 10808807424 35150 33554432000 4194304 4196468 140735282673520 140735282656064 140465235635959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
/proc/8788/statm: 2638869 35150 3084 1 0 2627263 0
[pid=8788/tid=8790] ppid=8785 vsize=10555476 memory=-3535470213243961690 CPUtime=0.68 cores=1,3,5,7
/proc/8788/task/8790/stat : 8790 (java) R 8785 8788 4973 0 -1 4202560 5763 0 0 0 65 3 0 0 20 0 15 0 95716541 10808807424 35150 33554432000 4194304 4196468 140735282673520 140465239872448 140464845280226 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8791] ppid=8785 vsize=10555476 memory=-6800859132029471843 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8791/stat : 8791 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716541 10808807424 35150 33554432000 4194304 4196468 140735282673520 140465161710224 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8792] ppid=8785 vsize=10555476 memory=-1189914978686163229 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8792/stat : 8792 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716542 10808807424 35150 33554432000 4194304 4196468 140735282673520 140464841812496 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8793] ppid=8785 vsize=10555476 memory=9126232286719478932 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8793/stat : 8793 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716542 10808807424 35150 33554432000 4194304 4196468 140735282673520 140464840759696 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8794] ppid=8785 vsize=10555476 memory=-7751062316387021378 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8794/stat : 8794 (java) S 8785 8788 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95716542 10808807424 35150 33554432000 4194304 4196468 140735282673520 140464839706896 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8795] ppid=8785 vsize=10555476 memory=9126232286719478932 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8795/stat : 8795 (java) S 8785 8788 4973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95716543 10808807424 35150 33554432000 4194304 4196468 140735282673520 140464272051056 140465235647106 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8796] ppid=8785 vsize=10555476 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8796/stat : 8796 (java) S 8785 8788 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95716543 10808807424 35150 33554432000 4194304 4196468 140735282673520 140464270997024 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8797] ppid=8785 vsize=10555476 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8797/stat : 8797 (java) S 8785 8788 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95716544 10808807424 35150 33554432000 4194304 4196468 140735282673520 140464269944176 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8798] ppid=8785 vsize=10555476 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8798/stat : 8798 (java) S 8785 8788 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716546 10808807424 35150 33554432000 4194304 4196468 140735282673520 140464268892496 140465235654555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8799] ppid=8785 vsize=10555476 memory=24612 CPUtime=0.46 cores=1,3,5,7
/proc/8788/task/8799/stat : 8799 (java) R 8785 8788 4973 0 -1 4202560 1931 0 0 0 46 0 0 0 20 0 15 0 95716546 10808807424 35150 33554432000 4194304 4196468 140735282673520 140464267826320 140465219022853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8800] ppid=8785 vsize=10555476 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/8788/task/8800/stat : 8800 (java) R 8785 8788 4973 0 -1 4202560 1457 0 0 0 43 0 0 0 20 0 15 0 95716546 10808807424 35150 33554432000 4194304 4196468 140735282673520 140464266773080 140465215138806 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8801] ppid=8785 vsize=10555476 memory=1140 CPUtime=0.25 cores=1,3,5,7
/proc/8788/task/8801/stat : 8801 (java) S 8785 8788 4973 0 -1 1077944384 1392 0 0 0 25 0 0 0 20 0 15 0 95716546 10808807424 35150 33554432000 4194304 4196468 140735282673520 140464265734256 140465235647106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8802] ppid=8785 vsize=10555476 memory=26052 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8802/stat : 8802 (java) S 8785 8788 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95716546 10808807424 35150 33554432000 4194304 4196468 140735282673520 140464264681696 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8803] ppid=8785 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8803/stat : 8803 (java) S 8785 8788 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95716546 10808807424 35150 33554432000 4194304 4196468 140735282673520 140464263630000 140465235647106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 140600 KiB

[startup+1.50088 s]
/proc/loadavg: 1.90 1.99 2.11 4/195 8852
/proc/meminfo: memFree=28669204/32770624 swapFree=67108860/67108860
[pid=8788] ppid=8785 vsize=10555476 memory=637484 CPUtime=4.24 cores=1,3,5,7
/proc/8788/stat : 8788 (java) S 8785 8788 4973 0 -1 1077944320 14254 0 0 0 401 23 0 0 20 0 15 0 95716540 10808807424 159371 33554432000 4194304 4196468 140735282673520 140735282656064 140465235635959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
/proc/8788/statm: 2638869 159371 3127 1 0 2627263 0
[pid=8788/tid=8790] ppid=8785 vsize=10555476 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/8788/task/8790/stat : 8790 (java) R 8785 8788 4973 0 -1 4202560 6274 0 0 0 126 8 0 0 20 0 15 0 95716541 10808807424 159371 33554432000 4194304 4196468 140735282673520 140465239873568 140465221704084 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8791] ppid=8785 vsize=10555476 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8788/task/8791/stat : 8791 (java) S 8785 8788 4973 0 -1 1077944384 269 0 0 0 6 3 0 0 20 0 15 0 95716541 10808807424 159371 33554432000 4194304 4196468 140735282673520 140465161710224 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8792] ppid=8785 vsize=10555476 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8788/task/8792/stat : 8792 (java) S 8785 8788 4973 0 -1 1077944384 222 0 0 0 8 3 0 0 20 0 15 0 95716542 10808807424 159371 33554432000 4194304 4196468 140735282673520 140464841812496 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8793] ppid=8785 vsize=10555476 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8788/task/8793/stat : 8793 (java) S 8785 8788 4973 0 -1 1077944384 238 0 0 0 5 2 0 0 20 0 15 0 95716542 10808807424 159371 33554432000 4194304 4196468 140735282673520 140464840759696 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8794] ppid=8785 vsize=10555476 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8788/task/8794/stat : 8794 (java) S 8785 8788 4973 0 -1 1077944384 258 0 0 0 7 3 0 0 20 0 15 0 95716542 10808807424 159371 33554432000 4194304 4196468 140735282673520 140464839706896 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8795] ppid=8785 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8795/stat : 8795 (java) S 8785 8788 4973 0 -1 1077944384 470 0 0 0 0 0 0 0 20 0 15 0 95716543 10808807424 159371 33554432000 4194304 4196468 140735282673520 140464272051056 140465235647106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0

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

[startup+436.801 s]
/proc/loadavg: 7.31 6.33 4.15 6/218 8997
/proc/meminfo: memFree=17738112/32770624 swapFree=67108860/67108860
[pid=8788] ppid=8785 vsize=10690804 memory=8270436 CPUtime=1612.19 cores=1,3,5,7
/proc/8788/stat : 8788 (java) S 8785 8788 4973 0 -1 1077944320 344435 0 0 0 160498 721 0 0 20 0 16 0 95716540 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140735282656064 140465235635959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
/proc/8788/statm: 2672701 2067609 3210 1 0 2661057 0
[pid=8788/tid=8790] ppid=8785 vsize=10690804 memory=8270436 CPUtime=13.22 cores=1,3,5,7
/proc/8788/task/8790/stat : 8790 (java) S 8785 8788 4973 0 -1 1077944384 23557 0 0 0 1298 24 0 0 20 0 16 0 95716541 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140465239876640 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8791] ppid=8785 vsize=10690804 memory=1160 CPUtime=393.49 cores=1,3,5,7
/proc/8788/task/8791/stat : 8791 (java) R 8785 8788 4973 0 -1 4202560 56663 0 0 0 39187 162 0 0 20 0 16 0 95716541 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140465161710032 140465228264167 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8792] ppid=8785 vsize=10690804 memory=279643980448192 CPUtime=393.08 cores=1,3,5,7
/proc/8788/task/8792/stat : 8792 (java) R 8785 8788 4973 0 -1 4202560 64839 0 0 0 39127 181 0 0 20 0 16 0 95716542 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464841812384 140465217245742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8793] ppid=8785 vsize=10690804 memory=7883388864140890968 CPUtime=392.21 cores=1,3,5,7
/proc/8788/task/8793/stat : 8793 (java) R 8785 8788 4973 0 -1 4202560 52034 0 0 0 39045 176 0 0 20 0 16 0 95716542 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464840759504 140465228264167 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8794] ppid=8785 vsize=10690804 memory=288230574492221466 CPUtime=392.17 cores=1,3,5,7
/proc/8788/task/8794/stat : 8794 (java) R 8785 8788 4973 0 -1 4202560 41934 0 0 0 39052 165 0 0 20 0 16 0 95716542 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464839707016 140465228264167 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8795] ppid=8785 vsize=10690804 memory=288230596050944315 CPUtime=23.64 cores=1,3,5,7
/proc/8788/task/8795/stat : 8795 (java) S 8785 8788 4973 0 -1 1077944384 86478 0 0 0 2360 4 0 0 20 0 16 0 95716543 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464272049600 140465235646165 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8796] ppid=8785 vsize=10690804 memory=14979957709343143 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8796/stat : 8796 (java) S 8785 8788 4973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 95716543 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464270997088 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8797] ppid=8785 vsize=10690804 memory=16564 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8797/stat : 8797 (java) S 8785 8788 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95716544 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464269944192 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8798] ppid=8785 vsize=10690804 memory=8270436 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8798/stat : 8798 (java) S 8785 8788 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716546 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464268892496 140465235654555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8799] ppid=8785 vsize=10690804 memory=8270436 CPUtime=1.92 cores=1,3,5,7
/proc/8788/task/8799/stat : 8799 (java) S 8785 8788 4973 0 -1 1077944384 8359 0 0 0 191 1 0 0 20 0 16 0 95716546 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464267839904 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8800] ppid=8785 vsize=10690804 memory=8112282956445269571 CPUtime=1.67 cores=1,3,5,7
/proc/8788/task/8800/stat : 8800 (java) S 8785 8788 4973 0 -1 1077944384 6261 0 0 0 166 1 0 0 20 0 16 0 95716546 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464266786816 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8801] ppid=8785 vsize=10690804 memory=916 CPUtime=0.51 cores=1,3,5,7
/proc/8788/task/8801/stat : 8801 (java) S 8785 8788 4973 0 -1 1077944384 2563 0 0 0 51 0 0 0 20 0 16 0 95716546 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464265734304 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8802] ppid=8785 vsize=10690804 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8802/stat : 8802 (java) S 8785 8788 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716546 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464264681696 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8803] ppid=8785 vsize=10690804 memory=3288 CPUtime=0.16 cores=1,3,5,7
/proc/8788/task/8803/stat : 8803 (java) S 8785 8788 4973 0 -1 1077944384 334 0 0 0 9 7 0 0 20 0 16 0 95716546 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464263630000 140465235647106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8996] ppid=8785 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8996/stat : 8996 (java) S 8785 8788 4973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 95759004 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464260476720 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
Current children cumulated CPU time: 1612.19 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8270436 KiB

[startup+438.401 s]
/proc/loadavg: 7.12 6.31 4.16 6/218 8997
/proc/meminfo: memFree=17738112/32770624 swapFree=67108860/67108860
[pid=8788] ppid=8785 vsize=10690804 memory=8270436 CPUtime=1618.39 cores=1,3,5,7
/proc/8788/stat : 8788 (java) S 8785 8788 4973 0 -1 1077944320 344435 0 0 0 161115 724 0 0 20 0 16 0 95716540 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140735282656064 140465235635959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
/proc/8788/statm: 2672701 2067609 3210 1 0 2661057 0
[pid=8788/tid=8790] ppid=8785 vsize=10690804 memory=0 CPUtime=13.22 cores=1,3,5,7
/proc/8788/task/8790/stat : 8790 (java) S 8785 8788 4973 0 -1 1077944384 23557 0 0 0 1298 24 0 0 20 0 16 0 95716541 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140465239876640 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8791] ppid=8785 vsize=10690804 memory=3837738925722589287 CPUtime=395.02 cores=1,3,5,7
/proc/8788/task/8791/stat : 8791 (java) R 8785 8788 4973 0 -1 4202560 56663 0 0 0 39340 162 0 0 20 0 16 0 95716541 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140465161710032 140465228264167 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8792] ppid=8785 vsize=10690804 memory=9992 CPUtime=394.68 cores=1,3,5,7
/proc/8788/task/8792/stat : 8792 (java) R 8785 8788 4973 0 -1 4202560 64839 0 0 0 39287 181 0 0 20 0 16 0 95716542 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464841812384 140465220336544 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8793] ppid=8785 vsize=10690804 memory=1224 CPUtime=393.76 cores=1,3,5,7
/proc/8788/task/8793/stat : 8793 (java) R 8785 8788 4973 0 -1 4202560 52034 0 0 0 39199 177 0 0 20 0 16 0 95716542 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464840759504 140465228264167 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8794] ppid=8785 vsize=10690804 memory=5716 CPUtime=393.69 cores=1,3,5,7
/proc/8788/task/8794/stat : 8794 (java) R 8785 8788 4973 0 -1 4202560 41934 0 0 0 39203 166 0 0 20 0 16 0 95716542 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464839707016 140465228264167 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8795] ppid=8785 vsize=10690804 memory=1708 CPUtime=23.64 cores=1,3,5,7
/proc/8788/task/8795/stat : 8795 (java) S 8785 8788 4973 0 -1 1077944384 86478 0 0 0 2360 4 0 0 20 0 16 0 95716543 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464272049600 140465235646165 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8796] ppid=8785 vsize=10690804 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8796/stat : 8796 (java) S 8785 8788 4973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 95716543 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464270997088 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8797] ppid=8785 vsize=10690804 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8797/stat : 8797 (java) S 8785 8788 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95716544 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464269944192 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8798] ppid=8785 vsize=10690804 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8798/stat : 8798 (java) S 8785 8788 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716546 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464268892496 140465235654555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8799] ppid=8785 vsize=10690804 memory=1200 CPUtime=1.92 cores=1,3,5,7
/proc/8788/task/8799/stat : 8799 (java) S 8785 8788 4973 0 -1 1077944384 8359 0 0 0 191 1 0 0 20 0 16 0 95716546 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464267839904 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8800] ppid=8785 vsize=10690804 memory=1424 CPUtime=1.67 cores=1,3,5,7
/proc/8788/task/8800/stat : 8800 (java) S 8785 8788 4973 0 -1 1077944384 6261 0 0 0 166 1 0 0 20 0 16 0 95716546 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464266786816 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8801] ppid=8785 vsize=10690804 memory=2428 CPUtime=0.51 cores=1,3,5,7
/proc/8788/task/8801/stat : 8801 (java) S 8785 8788 4973 0 -1 1077944384 2563 0 0 0 51 0 0 0 20 0 16 0 95716546 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464265734304 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8802] ppid=8785 vsize=10690804 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8802/stat : 8802 (java) S 8785 8788 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716546 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464264681696 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8803] ppid=8785 vsize=10690804 memory=792 CPUtime=0.17 cores=1,3,5,7
/proc/8788/task/8803/stat : 8803 (java) S 8785 8788 4973 0 -1 1077944384 334 0 0 0 10 7 0 0 20 0 16 0 95716546 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464263630000 140465235647106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8996] ppid=8785 vsize=10690804 memory=8552 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8996/stat : 8996 (java) S 8785 8788 4973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 95759004 10947383296 2067609 33554432000 4194304 4196468 140735282673520 140464260476720 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
Current children cumulated CPU time: 1618.39 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8270436 KiB

[startup+438.801 s]
/proc/loadavg: 7.12 6.31 4.16 6/218 8997
/proc/meminfo: memFree=17738112/32770624 swapFree=67108860/67108860
[pid=8788] ppid=8785 vsize=10690804 memory=8270444 CPUtime=1619.39 cores=1,3,5,7
/proc/8788/stat : 8788 (java) S 8785 8788 4973 0 -1 1077944320 344817 0 0 0 161215 724 0 0 20 0 16 0 95716540 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140735282656064 140465235635959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
/proc/8788/statm: 2672701 2067611 3210 1 0 2661057 0
[pid=8788/tid=8790] ppid=8785 vsize=10690804 memory=4132 CPUtime=13.22 cores=1,3,5,7
/proc/8788/task/8790/stat : 8790 (java) S 8785 8788 4973 0 -1 1077944384 23557 0 0 0 1298 24 0 0 20 0 16 0 95716541 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140465239876640 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8791] ppid=8785 vsize=10690804 memory=2204 CPUtime=395.23 cores=1,3,5,7
/proc/8788/task/8791/stat : 8791 (java) S 8785 8788 4973 0 -1 1077944384 56663 0 0 0 39361 162 0 0 20 0 16 0 95716541 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140465161710224 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8792] ppid=8785 vsize=10690804 memory=8112282956445269571 CPUtime=394.89 cores=1,3,5,7
/proc/8788/task/8792/stat : 8792 (java) S 8785 8788 4973 0 -1 1077944384 64839 0 0 0 39308 181 0 0 20 0 16 0 95716542 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464841812496 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8793] ppid=8785 vsize=10690804 memory=18472 CPUtime=393.96 cores=1,3,5,7
/proc/8788/task/8793/stat : 8793 (java) S 8785 8788 4973 0 -1 1077944384 52034 0 0 0 39219 177 0 0 20 0 16 0 95716542 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464840759696 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8794] ppid=8785 vsize=10690804 memory=640 CPUtime=393.88 cores=1,3,5,7
/proc/8788/task/8794/stat : 8794 (java) S 8785 8788 4973 0 -1 1077944384 41934 0 0 0 39222 166 0 0 20 0 16 0 95716542 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464839706896 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8795] ppid=8785 vsize=10690804 memory=1796 CPUtime=23.83 cores=1,3,5,7
/proc/8788/task/8795/stat : 8795 (java) R 8785 8788 4973 0 -1 4202560 86860 0 0 0 2379 4 0 0 20 0 16 0 95716543 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464272049488 140465220632326 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8796] ppid=8785 vsize=10690804 memory=960 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8796/stat : 8796 (java) S 8785 8788 4973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 95716543 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464270997088 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8797] ppid=8785 vsize=10690804 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8797/stat : 8797 (java) S 8785 8788 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95716544 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464269944192 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8798] ppid=8785 vsize=10690804 memory=2656 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8798/stat : 8798 (java) S 8785 8788 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716546 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464268892496 140465235654555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8799] ppid=8785 vsize=10690804 memory=4104 CPUtime=1.92 cores=1,3,5,7
/proc/8788/task/8799/stat : 8799 (java) S 8785 8788 4973 0 -1 1077944384 8359 0 0 0 191 1 0 0 20 0 16 0 95716546 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464267839904 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8800] ppid=8785 vsize=10690804 memory=1156 CPUtime=1.67 cores=1,3,5,7
/proc/8788/task/8800/stat : 8800 (java) S 8785 8788 4973 0 -1 1077944384 6261 0 0 0 166 1 0 0 20 0 16 0 95716546 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464266786816 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8801] ppid=8785 vsize=10690804 memory=3192 CPUtime=0.51 cores=1,3,5,7
/proc/8788/task/8801/stat : 8801 (java) S 8785 8788 4973 0 -1 1077944384 2563 0 0 0 51 0 0 0 20 0 16 0 95716546 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464265734304 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8802] ppid=8785 vsize=10690804 memory=8269432 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8802/stat : 8802 (java) S 8785 8788 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716546 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464264681696 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8803] ppid=8785 vsize=10690804 memory=3192 CPUtime=0.17 cores=1,3,5,7
/proc/8788/task/8803/stat : 8803 (java) S 8785 8788 4973 0 -1 1077944384 334 0 0 0 10 7 0 0 20 0 16 0 95716546 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464263630000 140465235647106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8996] ppid=8785 vsize=10690804 memory=8269540 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8996/stat : 8996 (java) S 8785 8788 4973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 95759004 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464260476720 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
Current children cumulated CPU time: 1619.39 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8270444 KiB

[startup+439.201 s]
/proc/loadavg: 7.12 6.31 4.16 3/218 8997
/proc/meminfo: memFree=17738112/32770624 swapFree=67108860/67108860
[pid=8788] ppid=8785 vsize=10690804 memory=8270444 CPUtime=1619.79 cores=1,3,5,7
/proc/8788/stat : 8788 (java) S 8785 8788 4973 0 -1 1077944320 344817 0 0 0 161255 724 0 0 20 0 16 0 95716540 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140735282656064 140465235635959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
/proc/8788/statm: 2672701 2067611 3210 1 0 2661057 0
[pid=8788/tid=8790] ppid=8785 vsize=10690804 memory=4052 CPUtime=13.22 cores=1,3,5,7
/proc/8788/task/8790/stat : 8790 (java) S 8785 8788 4973 0 -1 1077944384 23557 0 0 0 1298 24 0 0 20 0 16 0 95716541 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140465239876640 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8791] ppid=8785 vsize=10690804 memory=8112282956445269571 CPUtime=395.23 cores=1,3,5,7
/proc/8788/task/8791/stat : 8791 (java) S 8785 8788 4973 0 -1 1077944384 56663 0 0 0 39361 162 0 0 20 0 16 0 95716541 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140465161710224 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8792] ppid=8785 vsize=10690804 memory=932 CPUtime=394.89 cores=1,3,5,7
/proc/8788/task/8792/stat : 8792 (java) S 8785 8788 4973 0 -1 1077944384 64839 0 0 0 39308 181 0 0 20 0 16 0 95716542 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464841812496 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8793] ppid=8785 vsize=10690804 memory=1580 CPUtime=393.96 cores=1,3,5,7
/proc/8788/task/8793/stat : 8793 (java) S 8785 8788 4973 0 -1 1077944384 52034 0 0 0 39219 177 0 0 20 0 16 0 95716542 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464840759696 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8794] ppid=8785 vsize=10690804 memory=2244 CPUtime=393.88 cores=1,3,5,7
/proc/8788/task/8794/stat : 8794 (java) S 8785 8788 4973 0 -1 1077944384 41934 0 0 0 39222 166 0 0 20 0 16 0 95716542 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464839706896 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8795] ppid=8785 vsize=10690804 memory=8112282956445269571 CPUtime=24.23 cores=1,3,5,7
/proc/8788/task/8795/stat : 8795 (java) R 8785 8788 4973 0 -1 4202560 86860 0 0 0 2419 4 0 0 20 0 16 0 95716543 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464272049488 140465220093590 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8796] ppid=8785 vsize=10690804 memory=18472 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8796/stat : 8796 (java) S 8785 8788 4973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 95716543 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464270997088 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8797] ppid=8785 vsize=10690804 memory=640 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8797/stat : 8797 (java) S 8785 8788 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95716544 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464269944192 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8798] ppid=8785 vsize=10690804 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8798/stat : 8798 (java) S 8785 8788 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716546 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464268892496 140465235654555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8799] ppid=8785 vsize=10690804 memory=960 CPUtime=1.92 cores=1,3,5,7
/proc/8788/task/8799/stat : 8799 (java) S 8785 8788 4973 0 -1 1077944384 8359 0 0 0 191 1 0 0 20 0 16 0 95716546 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464267839904 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8800] ppid=8785 vsize=10690804 memory=4612 CPUtime=1.67 cores=1,3,5,7
/proc/8788/task/8800/stat : 8800 (java) S 8785 8788 4973 0 -1 1077944384 6261 0 0 0 166 1 0 0 20 0 16 0 95716546 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464266786816 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8801] ppid=8785 vsize=10690804 memory=4144 CPUtime=0.51 cores=1,3,5,7
/proc/8788/task/8801/stat : 8801 (java) S 8785 8788 4973 0 -1 1077944384 2563 0 0 0 51 0 0 0 20 0 16 0 95716546 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464265734304 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8802] ppid=8785 vsize=10690804 memory=27800 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8802/stat : 8802 (java) S 8785 8788 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95716546 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464264681696 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8803] ppid=8785 vsize=10690804 memory=1292 CPUtime=0.17 cores=1,3,5,7
/proc/8788/task/8803/stat : 8803 (java) S 8785 8788 4973 0 -1 1077944384 334 0 0 0 10 7 0 0 20 0 16 0 95716546 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464263630000 140465235647106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
[pid=8788/tid=8996] ppid=8785 vsize=10690804 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/8788/task/8996/stat : 8996 (java) S 8785 8788 4973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 95759004 10947383296 2067611 33554432000 4194304 4196468 140735282673520 140464260476720 140465235646165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32575488 140735282680966 140735282681119 140735282681119 140735282683855 0
Current children cumulated CPU time: 1619.79 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8270444 KiB

Child status: 0
Real time (s): 439.293
CPU time (s): 1619.9
CPU user time (s): 1612.61
CPU system time (s): 7.28111
CPU usage (%): 368.75
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8270444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1612.61
system time used= 7.28111
maximum resident set size= 8270728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344922
page faults= 0
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32473
involuntary context switches= 44402


# summary of solver processes directly reported to runsolver:
#   pid: 8788
#   total CPU time (s): 1619.9
#   total CPU user time (s): 1612.61
#   total CPU system time (s): 7.28111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.53354 second user time and 4.45385 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 13:58:18
IDJOB=4263321
IDBENCH=126959
IDSOLVER=2651
FILE ID=node151/4263321-1502626356
RUNJOBID= node151-1502612262-5005
PBS_JOBID= 20628306
Free space on /tmp= 61752 MiB

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

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

MD5SUM BENCH= 7369afcf21a37adaf077467c3ae68d85
RANDOM SEED=621425688

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        28236152 kB
MemAvailable:   31342164 kB
Buffers:          234060 kB
Cached:          3163980 kB
SwapCached:            0 kB
Active:          1496544 kB
Inactive:        2603852 kB
Active(anon):     705480 kB
Inactive(anon):    25044 kB
Active(file):     791064 kB
Inactive(file):  2578808 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4156 kB
Writeback:             0 kB
AnonPages:        762448 kB
Mapped:            55336 kB
Shmem:             25224 kB
Slab:             130696 kB
SReclaimable:     103948 kB
SUnreclaim:        26748 kB
KernelStack:        3808 kB
PageTables:         6280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1247272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    690176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 14:05:37