Trace number 4263479

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? 1753.38 477.44199

General information on the benchmark

NamePropStress/PropStress-m1-s1/
PropStress-0100.xml
MD5SUM19a1ccc0f05ea1d1bfe58729015e10bb
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 benchmark4.6307201
Satisfiable
(Un)Satisfiability was proved
Number of variables202
Number of constraints5251
Number of domains1
Minimum domain size10001
Maximum domain size10001
Distribution of domain sizes[{"size":10001,"count":202}]
Minimum variable degree2
Maximum variable degree101
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":99},{"degree":100,"count":99},{"degree":101,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5251}]
Number of extensional constraints0
Number of intensional constraints5251
Distribution of constraint types[{"type":"intension","count":5251}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263479-1502626194/watcher-4263479-1502626194 -o /tmp/evaluation-result-4263479-1502626194/solver-4263479-1502626194 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263479-1502626194.xml 

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

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

solver pid=32464, runsolver pid=32461

[startup+0.10009 s]*
/proc/loadavg: 4.79 4.60 3.64 3/209 32473
/proc/meminfo: memFree=26907056/32770624 swapFree=67108860/67108860
[pid=32464] ppid=32461 vsize=10151672 memory=20740 CPUtime=0.04 cores=0,2,4,6
/proc/32464/stat : 32464 (java) S 32461 32464 12395 0 -1 1077944320 4063 0 0 0 4 0 0 0 20 0 9 0 104530684 10395312128 5185 18446744073709551615 4194304 4196468 140734113100704 140734113083248 140609691561719 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
/proc/32464/statm: 2537918 5185 2155 1 0 2527415 0
[pid=32464/tid=32466] ppid=32461 vsize=10151672 memory=-6297838138940297574 CPUtime=0.03 cores=0,2,4,6
/proc/32464/task/32466/stat : 32466 (java) R 32461 32464 12395 0 -1 4202560 2703 0 0 0 3 0 0 0 20 0 9 0 104530690 10395312128 5185 18446744073709551615 4194304 4196468 140734113100704 140609695797112 140609684239733 0 4 1 16800970 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32467] ppid=32461 vsize=10151672 memory=5767617029343431049 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32467/stat : 32467 (java) S 32461 32464 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104530691 10395312128 5185 18446744073709551615 4194304 4196468 140734113100704 140609648528528 140609691571925 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32468] ppid=32461 vsize=10151672 memory=140639044900480 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32468/stat : 32468 (java) S 32461 32464 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104530691 10395312128 5185 18446744073709551615 4194304 4196468 140734113100704 140609647475728 140609691571925 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32469] ppid=32461 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32469/stat : 32469 (java) S 32461 32464 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104530691 10395312128 5185 18446744073709551615 4194304 4196468 140734113100704 140609300650896 140609691571925 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32470] ppid=32461 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32470/stat : 32470 (java) S 32461 32464 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 104530691 10395312128 5185 18446744073709551615 4194304 4196468 140734113100704 140609299598096 140609691571925 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32471] ppid=32461 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32471/stat : 32471 (java) S 32461 32464 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 104530692 10395312128 5185 18446744073709551615 4194304 4196468 140734113100704 140609255696752 140609691572866 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32472] ppid=32461 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32472/stat : 32472 (java) S 32461 32464 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 104530693 10395312128 5185 18446744073709551615 4194304 4196468 140734113100704 140609254642720 140609691571925 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32473] ppid=32461 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32473/stat : 32473 (java) S 32461 32464 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 104530693 10395312128 5185 18446744073709551615 4194304 4196468 140734113100704 140609253589872 140609691571925 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20740 KiB

[startup+0.21035 s]*
/proc/loadavg: 4.79 4.60 3.64 3/215 32479
/proc/meminfo: memFree=26906328/32770624 swapFree=67108860/67108860
[pid=32464] ppid=32461 vsize=10551156 memory=25544 CPUtime=0.07 cores=0,2,4,6
/proc/32464/stat : 32464 (java) S 32461 32464 12395 0 -1 1077944320 4836 0 0 0 7 0 0 0 20 0 15 0 104530684 10804383744 6386 18446744073709551615 4194304 4196468 140734113100704 140734113083248 140609691561719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
/proc/32464/statm: 2637789 6386 2643 1 0 2627261 0
[pid=32464/tid=32466] ppid=32461 vsize=10551156 memory=7968728597817892253 CPUtime=0.06 cores=0,2,4,6
/proc/32464/task/32466/stat : 32466 (java) R 32461 32464 12395 0 -1 4202560 2940 0 0 0 6 0 0 0 20 0 15 0 104530690 10804383744 6386 18446744073709551615 4194304 4196468 140734113100704 140609695792464 140609691583645 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32467] ppid=32461 vsize=10551156 memory=732370777382353893 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32467/stat : 32467 (java) S 32461 32464 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104530691 10804383744 6386 18446744073709551615 4194304 4196468 140734113100704 140609648528528 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32468] ppid=32461 vsize=10551156 memory=140639044900480 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32468/stat : 32468 (java) S 32461 32464 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104530691 10804383744 6386 18446744073709551615 4194304 4196468 140734113100704 140609647475728 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32469] ppid=32461 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32469/stat : 32469 (java) S 32461 32464 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104530691 10804383744 6386 18446744073709551615 4194304 4196468 140734113100704 140609300650896 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32470] ppid=32461 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32470/stat : 32470 (java) S 32461 32464 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104530691 10804383744 6452 18446744073709551615 4194304 4196468 140734113100704 140609299598096 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32471] ppid=32461 vsize=10551156 memory=140639044900480 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32471/stat : 32471 (java) S 32461 32464 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104530692 10804383744 6452 18446744073709551615 4194304 4196468 140734113100704 140609255696752 140609691572866 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32472] ppid=32461 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32472/stat : 32472 (java) S 32461 32464 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104530693 10804383744 6452 18446744073709551615 4194304 4196468 140734113100704 140609254642720 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32473] ppid=32461 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32473/stat : 32473 (java) S 32461 32464 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104530693 10804383744 6452 18446744073709551615 4194304 4196468 140734113100704 140609253589872 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32474] ppid=32461 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32474/stat : 32474 (java) S 32461 32464 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104530695 10804383744 6452 18446744073709551615 4194304 4196468 140734113100704 140609252538192 140609691580315 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32475] ppid=32461 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32475/stat : 32475 (java) R 32461 32464 12395 0 -1 4202560 366 0 0 0 0 0 0 0 20 0 15 0 104530695 10804383744 6452 18446744073709551615 4194304 4196468 140734113100704 140609251486576 140609672279264 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32476] ppid=32461 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32476/stat : 32476 (java) S 32461 32464 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104530695 10804383744 6452 18446744073709551615 4194304 4196468 140734113100704 140609250433776 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32477] ppid=32461 vsize=10551156 memory=140639044900480 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32477/stat : 32477 (java) S 32461 32464 12395 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 15 0 104530695 10804383744 6452 18446744073709551615 4194304 4196468 140734113100704 140609249380976 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32478] ppid=32461 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32478/stat : 32478 (java) S 32461 32464 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104530695 10804383744 6452 18446744073709551615 4194304 4196468 140734113100704 140609248328416 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32479] ppid=32461 vsize=10551156 memory=140639044900480 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32479/stat : 32479 (java) S 32461 32464 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104530704 10804383744 6452 18446744073709551615 4194304 4196468 140734113100704 140609247275696 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 25544 KiB

[startup+0.310919 s]*
/proc/loadavg: 4.79 4.60 3.64 3/215 32479
/proc/meminfo: memFree=26894032/32770624 swapFree=67108860/67108860
[pid=32464] ppid=32461 vsize=10551156 memory=36228 CPUtime=0.23 cores=0,2,4,6
/proc/32464/stat : 32464 (java) S 32461 32464 12395 0 -1 1077944320 8288 0 0 0 21 2 0 0 20 0 15 0 104530684 10804383744 9057 18446744073709551615 4194304 4196468 140734113100704 140734113083248 140609691561719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
/proc/32464/statm: 2637789 9057 2876 1 0 2627261 0
[pid=32464/tid=32466] ppid=32461 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/32464/task/32466/stat : 32466 (java) R 32461 32464 12395 0 -1 4202560 5947 0 0 0 14 2 0 0 20 0 15 0 104530690 10804383744 9057 18446744073709551615 4194304 4196468 140734113100704 140609695798592 140609675642206 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32467] ppid=32461 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32467/stat : 32467 (java) S 32461 32464 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104530691 10804383744 9057 18446744073709551615 4194304 4196468 140734113100704 140609648528528 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32468] ppid=32461 vsize=10551156 memory=8514726395715218844 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32468/stat : 32468 (java) S 32461 32464 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104530691 10804383744 9057 18446744073709551615 4194304 4196468 140734113100704 140609647475728 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32469] ppid=32461 vsize=10551156 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32469/stat : 32469 (java) S 32461 32464 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104530691 10804383744 9057 18446744073709551615 4194304 4196468 140734113100704 140609300650896 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32470] ppid=32461 vsize=10551156 memory=-7305533901252758645 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32470/stat : 32470 (java) S 32461 32464 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104530691 10804383744 9057 18446744073709551615 4194304 4196468 140734113100704 140609299598096 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32471] ppid=32461 vsize=10551156 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32471/stat : 32471 (java) S 32461 32464 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104530692 10804383744 9057 18446744073709551615 4194304 4196468 140734113100704 140609255696752 140609691572866 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32472] ppid=32461 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32472/stat : 32472 (java) S 32461 32464 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104530693 10804383744 9057 18446744073709551615 4194304 4196468 140734113100704 140609254642720 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32473] ppid=32461 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32473/stat : 32473 (java) S 32461 32464 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104530693 10804383744 9057 18446744073709551615 4194304 4196468 140734113100704 140609253589872 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32474] ppid=32461 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32474/stat : 32474 (java) S 32461 32464 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104530695 10804383744 9057 18446744073709551615 4194304 4196468 140734113100704 140609252538192 140609691580315 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32475] ppid=32461 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32464/task/32475/stat : 32475 (java) S 32461 32464 12395 0 -1 1077944384 470 0 0 0 1 0 0 0 20 0 15 0 104530695 10804383744 9057 18446744073709551615 4194304 4196468 140734113100704 140609251486576 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32476] ppid=32461 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32464/task/32476/stat : 32476 (java) S 32461 32464 12395 0 -1 1077944384 80 0 0 0 1 0 0 0 20 0 15 0 104530695 10804383744 9057 18446744073709551615 4194304 4196468 140734113100704 140609250433776 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32477] ppid=32461 vsize=10551156 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/32464/task/32477/stat : 32477 (java) S 32461 32464 12395 0 -1 1077944384 427 0 0 0 3 0 0 0 20 0 15 0 104530695 10804383744 9057 18446744073709551615 4194304 4196468 140734113100704 140609249380976 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32478] ppid=32461 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32478/stat : 32478 (java) S 32461 32464 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104530695 10804383744 9057 18446744073709551615 4194304 4196468 140734113100704 140609248328416 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32479] ppid=32461 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32479/stat : 32479 (java) S 32461 32464 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104530704 10804383744 9057 18446744073709551615 4194304 4196468 140734113100704 140609247275696 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36228 KiB

[startup+0.701725 s]
/proc/loadavg: 4.79 4.60 3.64 5/215 32479
/proc/meminfo: memFree=26877300/32770624 swapFree=67108860/67108860
[pid=32464] ppid=32461 vsize=10551232 memory=90896 CPUtime=1.39 cores=0,2,4,6
/proc/32464/stat : 32464 (java) S 32461 32464 12395 0 -1 1077944320 13401 0 0 0 135 4 0 0 20 0 15 0 104530684 10804461568 22724 18446744073709551615 4194304 4196468 140734113100704 140734113083248 140609691561719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
/proc/32464/statm: 2637808 22724 3058 1 0 2627261 0
[pid=32464/tid=32466] ppid=32461 vsize=10551232 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/32464/task/32466/stat : 32466 (java) R 32461 32464 12395 0 -1 4202560 7380 0 0 0 51 3 0 0 20 0 15 0 104530690 10804461568 22724 18446744073709551615 4194304 4196468 140734113100704 140609695800080 140609327233791 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32467] ppid=32461 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32467/stat : 32467 (java) S 32461 32464 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104530691 10804461568 22724 18446744073709551615 4194304 4196468 140734113100704 140609648528528 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32468] ppid=32461 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32468/stat : 32468 (java) S 32461 32464 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104530691 10804461568 22724 18446744073709551615 4194304 4196468 140734113100704 140609647475728 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32469] ppid=32461 vsize=10551232 memory=13 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32469/stat : 32469 (java) S 32461 32464 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104530691 10804461568 22724 18446744073709551615 4194304 4196468 140734113100704 140609300650896 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32470] ppid=32461 vsize=10551232 memory=2 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32470/stat : 32470 (java) S 32461 32464 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104530691 10804461568 22724 18446744073709551615 4194304 4196468 140734113100704 140609299598096 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32471] ppid=32461 vsize=10551232 memory=8320808402719682870 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32471/stat : 32471 (java) S 32461 32464 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104530692 10804461568 22724 18446744073709551615 4194304 4196468 140734113100704 140609255696752 140609691572866 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32472] ppid=32461 vsize=10551232 memory=7079767815503434600 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32472/stat : 32472 (java) S 32461 32464 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104530693 10804461568 22724 18446744073709551615 4194304 4196468 140734113100704 140609254642720 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32473] ppid=32461 vsize=10551232 memory=6440526044203406950 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32473/stat : 32473 (java) S 32461 32464 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104530693 10804461568 22724 18446744073709551615 4194304 4196468 140734113100704 140609253589872 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32474] ppid=32461 vsize=10551232 memory=6940152923233595434 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32474/stat : 32474 (java) S 32461 32464 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104530695 10804461568 22724 18446744073709551615 4194304 4196468 140734113100704 140609252538192 140609691580315 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32475] ppid=32461 vsize=10551232 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/32464/task/32475/stat : 32475 (java) R 32461 32464 12395 0 -1 4202560 1782 0 0 0 29 0 0 0 20 0 15 0 104530695 10804461568 22724 18446744073709551615 4194304 4196468 140734113100704 140609251476368 140609673083119 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32476] ppid=32461 vsize=10551232 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/32464/task/32476/stat : 32476 (java) R 32461 32464 12395 0 -1 4202560 1225 0 0 0 29 0 0 0 20 0 15 0 104530695 10804461568 22724 18446744073709551615 4194304 4196468 140734113100704 140609250419800 140609676479080 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32477] ppid=32461 vsize=10551232 memory=4132 CPUtime=0.25 cores=0,2,4,6
/proc/32464/task/32477/stat : 32477 (java) S 32461 32464 12395 0 -1 1077944384 1644 0 0 0 25 0 0 0 20 0 15 0 104530695 10804461568 22724 18446744073709551615 4194304 4196468 140734113100704 140609249380976 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32478] ppid=32461 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32478/stat : 32478 (java) S 32461 32464 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104530695 10804461568 22724 18446744073709551615 4194304 4196468 140734113100704 140609248328416 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32479] ppid=32461 vsize=10551232 memory=3690332766144306224 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32479/stat : 32479 (java) S 32461 32464 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104530704 10804461568 22724 18446744073709551615 4194304 4196468 140734113100704 140609247275696 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 90896 KiB

[startup+1.50172 s]
/proc/loadavg: 4.79 4.60 3.64 3/215 32479
/proc/meminfo: memFree=26584444/32770624 swapFree=67108860/67108860
[pid=32464] ppid=32461 vsize=10551232 memory=879672 CPUtime=3.67 cores=0,2,4,6
/proc/32464/stat : 32464 (java) S 32461 32464 12395 0 -1 1077944320 17068 0 0 0 320 47 0 0 20 0 15 0 104530684 10804461568 219918 18446744073709551615 4194304 4196468 140734113100704 140734113083248 140609691561719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
/proc/32464/statm: 2637808 219918 3090 1 0 2627261 0
[pid=32464/tid=32466] ppid=32461 vsize=10551232 memory=281277811015040 CPUtime=0.92 cores=0,2,4,6
/proc/32464/task/32466/stat : 32466 (java) S 32461 32464 12395 0 -1 1077944384 7837 0 0 0 83 9 0 0 20 0 15 0 104530690 10804461568 219918 18446744073709551615 4194304 4196468 140734113100704 140609695798656 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32467] ppid=32461 vsize=10551232 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/32464/task/32467/stat : 32467 (java) R 32461 32464 12395 0 -1 4202560 829 0 0 0 31 9 0 0 20 0 15 0 104530691 10804461568 219918 18446744073709551615 4194304 4196468 140734113100704 140609648528728 140609676259358 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32468] ppid=32461 vsize=10551232 memory=288230583166042426 CPUtime=0.4 cores=0,2,4,6
/proc/32464/task/32468/stat : 32468 (java) R 32461 32464 12395 0 -1 4202560 702 0 0 0 32 8 0 0 20 0 15 0 104530691 10804461568 219918 18446744073709551615 4194304 4196468 140734113100704 140609647475728 140609676513191 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32469] ppid=32461 vsize=10551232 memory=14695184197749125 CPUtime=0.4 cores=0,2,4,6
/proc/32464/task/32469/stat : 32469 (java) R 32461 32464 12395 0 -1 4202560 281 0 0 0 31 9 0 0 20 0 15 0 104530691 10804461568 219918 18446744073709551615 4194304 4196468 140734113100704 140609300650896 140609676015612 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32470] ppid=32461 vsize=10551232 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/32464/task/32470/stat : 32470 (java) R 32461 32464 12395 0 -1 4202560 768 0 0 0 31 9 0 0 20 0 15 0 104530691 10804461568 219918 18446744073709551615 4194304 4196468 140734113100704 140609299598096 140609676513191 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32471] ppid=32461 vsize=10551232 memory=281277810942912 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32471/stat : 32471 (java) S 32461 32464 12395 0 -1 1077944384 552 0 0 0 0 0 0 0 20 0 15 0 104530692 10804461568 219918 18446744073709551615 4194304 4196468 140734113100704 140609255695072 140609691571925 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32472] ppid=32461 vsize=10551232 memory=140638905577136 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32472/stat : 32472 (java) S 32461 32464 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104530693 10804461568 219918 18446744073709551615 4194304 4196468 140734113100704 140609254642784 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32473] ppid=32461 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32473/stat : 32473 (java) S 32461 32464 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104530693 10804461568 219918 18446744073709551615 4194304 4196468 140734113100704 140609253589872 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32474] ppid=32461 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32474/stat : 32474 (java) S 32461 32464 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104530695 10804461568 219918 18446744073709551615 4194304 4196468 140734113100704 140609252538192 140609691580315 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32475] ppid=32461 vsize=10551232 memory=6944656575208382560 CPUtime=0.41 cores=0,2,4,6
/proc/32464/task/32475/stat : 32475 (java) S 32461 32464 12395 0 -1 1077944384 1817 0 0 0 41 0 0 0 20 0 15 0 104530695 10804461568 219918 18446744073709551615 4194304 4196468 140734113100704 140609251486576 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32476] ppid=32461 vsize=10551232 memory=6944656592387989600 CPUtime=0.39 cores=0,2,4,6
/proc/32464/task/32476/stat : 32476 (java) S 32461 32464 12395 0 -1 1077944384 1256 0 0 0 39 0 0 0 20 0 15 0 104530695 10804461568 219918 18446744073709551615 4194304 4196468 140734113100704 140609250433776 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32477] ppid=32461 vsize=10551232 memory=6944656592387989600 CPUtime=0.27 cores=0,2,4,6
/proc/32464/task/32477/stat : 32477 (java) S 32461 32464 12395 0 -1 1077944384 1670 0 0 0 26 1 0 0 20 0 15 0 104530695 10804461568 219918 18446744073709551615 4194304 4196468 140734113100704 140609249380976 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0

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

/proc/32464/task/32466/stat : 32466 (java) S 32461 32464 12395 0 -1 1077944384 31937 0 0 0 1512 17 0 0 20 0 16 0 104530690 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609695802400 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32467] ppid=32461 vsize=10684512 memory=8369872 CPUtime=423.48 cores=0,2,4,6
/proc/32464/task/32467/stat : 32467 (java) R 32461 32464 12395 0 -1 4202560 281731 0 0 0 42135 213 0 0 20 0 16 0 104530691 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609648528648 140609684189927 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32468] ppid=32461 vsize=10684512 memory=8369872 CPUtime=424.63 cores=0,2,4,6
/proc/32464/task/32468/stat : 32468 (java) R 32461 32464 12395 0 -1 4202560 225947 0 0 0 42288 175 0 0 20 0 16 0 104530691 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609647475928 140609676262435 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32469] ppid=32461 vsize=10684512 memory=8369872 CPUtime=425.02 cores=0,2,4,6
/proc/32464/task/32469/stat : 32469 (java) R 32461 32464 12395 0 -1 4202560 294739 0 0 0 42300 202 0 0 20 0 16 0 104530691 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609300651016 140609684189927 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32470] ppid=32461 vsize=10684512 memory=8369872 CPUtime=424.27 cores=0,2,4,6
/proc/32464/task/32470/stat : 32470 (java) R 32461 32464 12395 0 -1 4202560 253355 0 0 0 42214 213 0 0 20 0 16 0 104530691 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609299597904 140609684189927 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32471] ppid=32461 vsize=10684512 memory=5784 CPUtime=26.2 cores=0,2,4,6
/proc/32464/task/32471/stat : 32471 (java) S 32461 32464 12395 0 -1 1077944384 87083 0 0 0 2614 6 0 0 20 0 16 0 104530692 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609255695296 140609691571925 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32472] ppid=32461 vsize=10684512 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32472/stat : 32472 (java) S 32461 32464 12395 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 104530693 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609254642784 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32473] ppid=32461 vsize=10684512 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32473/stat : 32473 (java) S 32461 32464 12395 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 16 0 104530693 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609253589888 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32474] ppid=32461 vsize=10684512 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32474/stat : 32474 (java) S 32461 32464 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609252538192 140609691580315 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32475] ppid=32461 vsize=10684512 memory=2460 CPUtime=0.57 cores=0,2,4,6
/proc/32464/task/32475/stat : 32475 (java) S 32461 32464 12395 0 -1 1077944384 1987 0 0 0 57 0 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609251486624 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32476] ppid=32461 vsize=10684512 memory=1728 CPUtime=0.53 cores=0,2,4,6
/proc/32464/task/32476/stat : 32476 (java) S 32461 32464 12395 0 -1 1077944384 1503 0 0 0 53 0 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609250433536 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32477] ppid=32461 vsize=10684512 memory=1296 CPUtime=0.32 cores=0,2,4,6
/proc/32464/task/32477/stat : 32477 (java) S 32461 32464 12395 0 -1 1077944384 2244 0 0 0 31 1 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609249381024 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32478] ppid=32461 vsize=10684512 memory=2460 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32478/stat : 32478 (java) S 32461 32464 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609248328416 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32479] ppid=32461 vsize=10684512 memory=1728 CPUtime=0.27 cores=0,2,4,6
/proc/32464/task/32479/stat : 32479 (java) S 32461 32464 12395 0 -1 1077944384 647 0 0 0 16 11 0 0 20 0 16 0 104530704 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609247275696 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32534] ppid=32461 vsize=10684512 memory=8369872 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32534/stat : 32534 (java) S 32461 32464 12395 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 104569815 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609246219888 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
Current children cumulated CPU time: 1740.67 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8369872 KiB

[startup+475.201 s]
/proc/loadavg: 4.70 4.66 4.02 6/216 32537
/proc/meminfo: memFree=18163304/32770624 swapFree=67108860/67108860
[pid=32464] ppid=32461 vsize=10684512 memory=8369872 CPUtime=1746.86 cores=0,2,4,6
/proc/32464/stat : 32464 (java) S 32461 32464 12395 0 -1 1077944320 1182904 0 0 0 173852 834 0 0 20 0 16 0 104530684 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140734113083248 140609691561719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
/proc/32464/statm: 2671128 2092468 3153 1 0 2660543 0
[pid=32464/tid=32466] ppid=32461 vsize=10684512 memory=12132 CPUtime=15.29 cores=0,2,4,6
/proc/32464/task/32466/stat : 32466 (java) S 32461 32464 12395 0 -1 1077944384 31937 0 0 0 1512 17 0 0 20 0 16 0 104530690 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609695802400 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32467] ppid=32461 vsize=10684512 memory=796 CPUtime=425.02 cores=0,2,4,6
/proc/32464/task/32467/stat : 32467 (java) R 32461 32464 12395 0 -1 4202560 281731 0 0 0 42289 213 0 0 20 0 16 0 104530691 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609648528336 140609684189927 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32468] ppid=32461 vsize=10684512 memory=5784 CPUtime=426.23 cores=0,2,4,6
/proc/32464/task/32468/stat : 32468 (java) R 32461 32464 12395 0 -1 4202560 226026 0 0 0 42448 175 0 0 20 0 16 0 104530691 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609647475928 140609684664728 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32469] ppid=32461 vsize=10684512 memory=-8774313645642428999 CPUtime=426.53 cores=0,2,4,6
/proc/32464/task/32469/stat : 32469 (java) R 32461 32464 12395 0 -1 4202560 294739 0 0 0 42450 203 0 0 20 0 16 0 104530691 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609300651016 140609684189927 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32470] ppid=32461 vsize=10684512 memory=1728 CPUtime=425.81 cores=0,2,4,6
/proc/32464/task/32470/stat : 32470 (java) S 32461 32464 12395 0 -1 1077944384 253355 0 0 0 42368 213 0 0 20 0 16 0 104530691 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609299597904 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32471] ppid=32461 vsize=10684512 memory=1012 CPUtime=26.2 cores=0,2,4,6
/proc/32464/task/32471/stat : 32471 (java) S 32461 32464 12395 0 -1 1077944384 87083 0 0 0 2614 6 0 0 20 0 16 0 104530692 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609255695296 140609691571925 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32472] ppid=32461 vsize=10684512 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32472/stat : 32472 (java) S 32461 32464 12395 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 104530693 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609254642784 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32473] ppid=32461 vsize=10684512 memory=8369872 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32473/stat : 32473 (java) S 32461 32464 12395 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 16 0 104530693 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609253589888 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32474] ppid=32461 vsize=10684512 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32474/stat : 32474 (java) S 32461 32464 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609252538192 140609691580315 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32475] ppid=32461 vsize=10684512 memory=51372 CPUtime=0.57 cores=0,2,4,6
/proc/32464/task/32475/stat : 32475 (java) S 32461 32464 12395 0 -1 1077944384 1987 0 0 0 57 0 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609251486624 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32476] ppid=32461 vsize=10684512 memory=1296 CPUtime=0.53 cores=0,2,4,6
/proc/32464/task/32476/stat : 32476 (java) S 32461 32464 12395 0 -1 1077944384 1503 0 0 0 53 0 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609250433536 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32477] ppid=32461 vsize=10684512 memory=1196 CPUtime=0.32 cores=0,2,4,6
/proc/32464/task/32477/stat : 32477 (java) S 32461 32464 12395 0 -1 1077944384 2244 0 0 0 31 1 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609249381024 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32478] ppid=32461 vsize=10684512 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32478/stat : 32478 (java) S 32461 32464 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609248328416 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32479] ppid=32461 vsize=10684512 memory=4048 CPUtime=0.27 cores=0,2,4,6
/proc/32464/task/32479/stat : 32479 (java) S 32461 32464 12395 0 -1 1077944384 647 0 0 0 16 11 0 0 20 0 16 0 104530704 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609247275696 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32534] ppid=32461 vsize=10684512 memory=29764 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32534/stat : 32534 (java) S 32461 32464 12395 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 104569815 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609246219888 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
Current children cumulated CPU time: 1746.86 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8369872 KiB

[startup+476.801 s]
/proc/loadavg: 4.70 4.66 4.02 6/216 32537
/proc/meminfo: memFree=18163304/32770624 swapFree=67108860/67108860
[pid=32464] ppid=32461 vsize=10684512 memory=8369872 CPUtime=1752.74 cores=0,2,4,6
/proc/32464/stat : 32464 (java) S 32461 32464 12395 0 -1 1077944320 1183275 0 0 0 174438 836 0 0 20 0 16 0 104530684 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140734113083248 140609691561719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
/proc/32464/statm: 2671128 2092468 3153 1 0 2660543 0
[pid=32464/tid=32466] ppid=32461 vsize=10684512 memory=8369872 CPUtime=15.29 cores=0,2,4,6
/proc/32464/task/32466/stat : 32466 (java) S 32461 32464 12395 0 -1 1077944384 31937 0 0 0 1512 17 0 0 20 0 16 0 104530690 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609695802400 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32467] ppid=32461 vsize=10684512 memory=8369872 CPUtime=426.45 cores=0,2,4,6
/proc/32464/task/32467/stat : 32467 (java) S 32461 32464 12395 0 -1 1077944384 281731 0 0 0 42432 213 0 0 20 0 16 0 104530691 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609648528528 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32468] ppid=32461 vsize=10684512 memory=1236 CPUtime=427.71 cores=0,2,4,6
/proc/32464/task/32468/stat : 32468 (java) S 32461 32464 12395 0 -1 1077944384 226397 0 0 0 42596 175 0 0 20 0 16 0 104530691 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609647475728 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32469] ppid=32461 vsize=10684512 memory=8369872 CPUtime=427.95 cores=0,2,4,6
/proc/32464/task/32469/stat : 32469 (java) S 32461 32464 12395 0 -1 1077944384 294739 0 0 0 42591 204 0 0 20 0 16 0 104530691 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609300650896 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32470] ppid=32461 vsize=10684512 memory=4544576 CPUtime=427.24 cores=0,2,4,6
/proc/32464/task/32470/stat : 32470 (java) S 32461 32464 12395 0 -1 1077944384 253355 0 0 0 42510 214 0 0 20 0 16 0 104530691 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609299598096 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32471] ppid=32461 vsize=10684512 memory=1152 CPUtime=26.31 cores=0,2,4,6
/proc/32464/task/32471/stat : 32471 (java) R 32461 32464 12395 0 -1 4202560 87083 0 0 0 2625 6 0 0 20 0 16 0 104530692 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609255695296 140609676019310 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32472] ppid=32461 vsize=10684512 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32472/stat : 32472 (java) S 32461 32464 12395 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 104530693 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609254642784 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32473] ppid=32461 vsize=10684512 memory=12132 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32473/stat : 32473 (java) S 32461 32464 12395 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 16 0 104530693 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609253589888 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32474] ppid=32461 vsize=10684512 memory=796 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32474/stat : 32474 (java) S 32461 32464 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609252538192 140609691580315 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32475] ppid=32461 vsize=10684512 memory=-8774313645642428999 CPUtime=0.57 cores=0,2,4,6
/proc/32464/task/32475/stat : 32475 (java) S 32461 32464 12395 0 -1 1077944384 1987 0 0 0 57 0 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609251486624 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32476] ppid=32461 vsize=10684512 memory=6944656425123094137 CPUtime=0.53 cores=0,2,4,6
/proc/32464/task/32476/stat : 32476 (java) S 32461 32464 12395 0 -1 1077944384 1503 0 0 0 53 0 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609250433536 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32477] ppid=32461 vsize=10684512 memory=8186646361124467522 CPUtime=0.32 cores=0,2,4,6
/proc/32464/task/32477/stat : 32477 (java) S 32461 32464 12395 0 -1 1077944384 2244 0 0 0 31 1 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609249381024 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32478] ppid=32461 vsize=10684512 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32478/stat : 32478 (java) S 32461 32464 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609248328416 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32479] ppid=32461 vsize=10684512 memory=2460 CPUtime=0.27 cores=0,2,4,6
/proc/32464/task/32479/stat : 32479 (java) S 32461 32464 12395 0 -1 1077944384 647 0 0 0 16 11 0 0 20 0 16 0 104530704 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609247275696 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32534] ppid=32461 vsize=10684512 memory=8369872 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32534/stat : 32534 (java) S 32461 32464 12395 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 104569815 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609246219888 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
Current children cumulated CPU time: 1752.74 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8369872 KiB

[startup+477.201 s]
/proc/loadavg: 4.70 4.66 4.02 3/216 32537
/proc/meminfo: memFree=18163304/32770624 swapFree=67108860/67108860
[pid=32464] ppid=32461 vsize=10684512 memory=8369872 CPUtime=1753.14 cores=0,2,4,6
/proc/32464/stat : 32464 (java) S 32461 32464 12395 0 -1 1077944320 1183275 0 0 0 174478 836 0 0 20 0 16 0 104530684 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140734113083248 140609691561719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
/proc/32464/statm: 2671128 2092468 3153 1 0 2660543 0
[pid=32464/tid=32466] ppid=32461 vsize=10684512 memory=-8774313645642428999 CPUtime=15.29 cores=0,2,4,6
/proc/32464/task/32466/stat : 32466 (java) S 32461 32464 12395 0 -1 1077944384 31937 0 0 0 1512 17 0 0 20 0 16 0 104530690 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609695802400 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32467] ppid=32461 vsize=10684512 memory=1608 CPUtime=426.45 cores=0,2,4,6
/proc/32464/task/32467/stat : 32467 (java) S 32461 32464 12395 0 -1 1077944384 281731 0 0 0 42432 213 0 0 20 0 16 0 104530691 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609648528528 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32468] ppid=32461 vsize=10684512 memory=840 CPUtime=427.71 cores=0,2,4,6
/proc/32464/task/32468/stat : 32468 (java) S 32461 32464 12395 0 -1 1077944384 226397 0 0 0 42596 175 0 0 20 0 16 0 104530691 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609647475728 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32469] ppid=32461 vsize=10684512 memory=3904 CPUtime=427.95 cores=0,2,4,6
/proc/32464/task/32469/stat : 32469 (java) S 32461 32464 12395 0 -1 1077944384 294739 0 0 0 42591 204 0 0 20 0 16 0 104530691 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609300650896 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32470] ppid=32461 vsize=10684512 memory=4060 CPUtime=427.24 cores=0,2,4,6
/proc/32464/task/32470/stat : 32470 (java) S 32461 32464 12395 0 -1 1077944384 253355 0 0 0 42510 214 0 0 20 0 16 0 104530691 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609299598096 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32471] ppid=32461 vsize=10684512 memory=2876 CPUtime=26.71 cores=0,2,4,6
/proc/32464/task/32471/stat : 32471 (java) R 32461 32464 12395 0 -1 4202560 87083 0 0 0 2665 6 0 0 20 0 16 0 104530692 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609255695184 140609676558120 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32472] ppid=32461 vsize=10684512 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32472/stat : 32472 (java) S 32461 32464 12395 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 104530693 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609254642784 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32473] ppid=32461 vsize=10684512 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32473/stat : 32473 (java) S 32461 32464 12395 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 16 0 104530693 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609253589888 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32474] ppid=32461 vsize=10684512 memory=3156 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32474/stat : 32474 (java) S 32461 32464 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609252538192 140609691580315 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32475] ppid=32461 vsize=10684512 memory=1228 CPUtime=0.57 cores=0,2,4,6
/proc/32464/task/32475/stat : 32475 (java) S 32461 32464 12395 0 -1 1077944384 1987 0 0 0 57 0 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609251486624 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32476] ppid=32461 vsize=10684512 memory=1992 CPUtime=0.53 cores=0,2,4,6
/proc/32464/task/32476/stat : 32476 (java) S 32461 32464 12395 0 -1 1077944384 1503 0 0 0 53 0 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609250433536 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32477] ppid=32461 vsize=10684512 memory=12132 CPUtime=0.32 cores=0,2,4,6
/proc/32464/task/32477/stat : 32477 (java) S 32461 32464 12395 0 -1 1077944384 2244 0 0 0 31 1 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609249381024 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32478] ppid=32461 vsize=10684512 memory=796 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32478/stat : 32478 (java) S 32461 32464 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104530695 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609248328416 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32479] ppid=32461 vsize=10684512 memory=5784 CPUtime=0.27 cores=0,2,4,6
/proc/32464/task/32479/stat : 32479 (java) S 32461 32464 12395 0 -1 1077944384 647 0 0 0 16 11 0 0 20 0 16 0 104530704 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609247275696 140609691572866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
[pid=32464/tid=32534] ppid=32461 vsize=10684512 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/32464/task/32534/stat : 32534 (java) S 32461 32464 12395 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 104569815 10940940288 2092468 18446744073709551615 4194304 4196468 140734113100704 140609246219888 140609691571925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16625664 140734113108368 140734113108521 140734113108521 140734113112015 0
Current children cumulated CPU time: 1753.14 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8369872 KiB

[startup+477.401 s]*
/proc/loadavg: 4.49 4.61 4.01 3/202 32537
/proc/meminfo: memFree=18892592/32770624 swapFree=67108860/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): 477.442
CPU time (s): 1753.38
CPU user time (s): 1744.96
CPU system time (s): 8.4184
CPU usage (%): 367.245
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8369932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1744.96
system time used= 8.4184
maximum resident set size= 8370128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1183877
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36358
involuntary context switches= 17860


# summary of solver processes directly reported to runsolver:
#   pid: 32464
#   total CPU time (s): 1753.38
#   total CPU user time (s): 1744.96
#   total CPU system time (s): 8.4184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.2084 second user time and 4.60631 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 13:56:00
IDJOB=4263479
IDBENCH=126841
IDSOLVER=2651
FILE ID=node135/4263479-1502626194
RUNJOBID= node135-1502623989-31951
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PropStress/PropStress-m1-s1/PropStress-0100.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263479-1502626194/watcher-4263479-1502626194 -o /tmp/evaluation-result-4263479-1502626194/solver-4263479-1502626194 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263479-1502626194.xml

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

MD5SUM BENCH= 19a1ccc0f05ea1d1bfe58729015e10bb
RANDOM SEED=806796286

node135.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.21
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.21
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.21
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.21
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:        26918236 kB
MemAvailable:   27811716 kB
Buffers:          311636 kB
Cached:           879760 kB
SwapCached:            0 kB
Active:          4845536 kB
Inactive:         554860 kB
Active(anon):    4209576 kB
Inactive(anon):    41324 kB
Active(file):     635960 kB
Inactive(file):   513536 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1880 kB
Writeback:             4 kB
AnonPages:       4209280 kB
Mapped:            66632 kB
Shmem:             41656 kB
Slab:             147448 kB
SReclaimable:     119640 kB
SUnreclaim:        27808 kB
KernelStack:        3504 kB
PageTables:        13104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5085584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3969024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-13 14:03:58