Trace number 4263762

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 NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1471.0601 400.07101

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-49.xml
MD5SUMf189c1eeae9c695eff92bc09b1867153
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.1299
Satisfiable
(Un)Satisfiability was proved
Number of variables2401
Number of constraints18424
Number of domains1
Minimum domain size1176
Maximum domain size1176
Distribution of domain sizes[{"size":1176,"count":1176}]
Minimum variable degree0
Maximum variable degree48
Distribution of variable degrees[{"degree":0,"count":1225},{"degree":48,"count":1176}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":18424}]
Number of extensional constraints0
Number of intensional constraints18424
Distribution of constraint types[{"type":"intension","count":18424}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263762-1502641188/watcher-4263762-1502641188 -o /tmp/evaluation-result-4263762-1502641188/solver-4263762-1502641188 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263762-1502641188.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
Current StackSize limit: 8192 KiB

solver pid=30397, runsolver pid=30394

[startup+0.100551 s]*
/proc/loadavg: 4.06 3.83 3.14 3/198 30399
/proc/meminfo: memFree=29458196/32770624 swapFree=67105588/67108860
[pid=30397] ppid=30394 vsize=9934352 memory=9376 CPUtime=0 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 12560 0 -1 1077944320 2653 0 0 0 0 0 0 0 20 0 6 0 66314169 10172776448 2344 18446744073709551615 4194304 4196468 140731769154224 140731769136768 139828665638647 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
/proc/30397/statm: 2483588 2344 1326 1 0 2473558 0
[pid=30397/tid=30399] ppid=30394 vsize=9934352 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30399/stat : 30399 (java) R 30394 30397 12560 0 -1 4202560 1355 0 0 0 0 0 0 0 20 0 6 0 66314179 10172776448 2344 18446744073709551615 4194304 4196468 140731769154224 139828669879640 139828651706640 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30400] ppid=30394 vsize=9934352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30400/stat : 30400 (java) S 30394 30397 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66314180 10172776448 2344 18446744073709551615 4194304 4196468 140731769154224 139828277099024 139828665648853 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30401] ppid=30394 vsize=9934352 memory=140410662758016 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30401/stat : 30401 (java) S 30394 30397 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66314180 10172776448 2344 18446744073709551615 4194304 4196468 140731769154224 139828276046480 139828665648853 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30402] ppid=30394 vsize=9934352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30402/stat : 30402 (java) S 30394 30397 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 66314180 10172776448 2344 18446744073709551615 4194304 4196468 140731769154224 139828274993424 139828665648853 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30403] ppid=30394 vsize=9934352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30403/stat : 30403 (java) S 30394 30397 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66314180 10172776448 2344 18446744073709551615 4194304 4196468 140731769154224 139828273940880 139828665648853 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 9376 KiB

[startup+0.209782 s]*
/proc/loadavg: 4.06 3.83 3.14 3/211 30412
/proc/meminfo: memFree=29446372/32770624 swapFree=67105588/67108860
[pid=30397] ppid=30394 vsize=10551156 memory=23512 CPUtime=0.07 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 12560 0 -1 1077944320 4888 0 0 0 6 1 0 0 20 0 15 0 66314169 10804383744 5878 18446744073709551615 4194304 4196468 140731769154224 140731769136768 139828665638647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
/proc/30397/statm: 2637789 5878 2604 1 0 2627261 0
[pid=30397/tid=30399] ppid=30394 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=1,3,5,7
/proc/30397/task/30399/stat : 30399 (java) R 30394 30397 12560 0 -1 1077944384 2996 0 0 0 5 0 0 0 20 0 15 0 66314179 10804383744 5878 18446744073709551615 4194304 4196468 140731769154224 139828669864336 139828665662525 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30400] ppid=30394 vsize=10551156 memory=328 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30400/stat : 30400 (java) S 30394 30397 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66314180 10804383744 5878 18446744073709551615 4194304 4196468 140731769154224 139828277099024 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30401] ppid=30394 vsize=10551156 memory=288370786814469760 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30401/stat : 30401 (java) S 30394 30397 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66314180 10804383744 5878 18446744073709551615 4194304 4196468 140731769154224 139828276046480 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30402] ppid=30394 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30402/stat : 30402 (java) S 30394 30397 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66314180 10804383744 5878 18446744073709551615 4194304 4196468 140731769154224 139828274993424 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30403] ppid=30394 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30403/stat : 30403 (java) S 30394 30397 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66314180 10804383744 5878 18446744073709551615 4194304 4196468 140731769154224 139828273940880 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30404] ppid=30394 vsize=10551156 memory=140410662758016 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30404/stat : 30404 (java) S 30394 30397 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66314181 10804383744 5878 18446744073709551615 4194304 4196468 140731769154224 139828162190064 139828665649794 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30405] ppid=30394 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30405/stat : 30405 (java) S 30394 30397 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66314181 10804383744 5878 18446744073709551615 4194304 4196468 140731769154224 139828161136288 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30406] ppid=30394 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30406/stat : 30406 (java) S 30394 30397 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66314182 10804383744 5878 18446744073709551615 4194304 4196468 140731769154224 139828160083184 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30407] ppid=30394 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30407/stat : 30407 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66314184 10804383744 5878 18446744073709551615 4194304 4196468 140731769154224 139828159031760 139828665657243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30408] ppid=30394 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30408/stat : 30408 (java) S 30394 30397 12560 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 15 0 66314184 10804383744 5878 18446744073709551615 4194304 4196468 140731769154224 139828157978864 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30409] ppid=30394 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30409/stat : 30409 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66314184 10804383744 5878 18446744073709551615 4194304 4196468 140731769154224 139828156926320 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30410] ppid=30394 vsize=10551156 memory=140410662758016 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30410/stat : 30410 (java) S 30394 30397 12560 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 15 0 66314184 10804383744 5878 18446744073709551615 4194304 4196468 140731769154224 139828155873264 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30411] ppid=30394 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30411/stat : 30411 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66314184 10804383744 5878 18446744073709551615 4194304 4196468 140731769154224 139828154820960 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30412] ppid=30394 vsize=10551156 memory=140410662758016 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30412/stat : 30412 (java) S 30394 30397 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66314190 10804383744 5878 18446744073709551615 4194304 4196468 140731769154224 139828153769008 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 23512 KiB

[startup+0.31019 s]*
/proc/loadavg: 4.06 3.83 3.14 3/211 30412
/proc/meminfo: memFree=29433576/32770624 swapFree=67105588/67108860
[pid=30397] ppid=30394 vsize=10551156 memory=35692 CPUtime=0.22 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 12560 0 -1 1077944320 8227 0 0 0 20 2 0 0 20 0 15 0 66314169 10804383744 8923 18446744073709551615 4194304 4196468 140731769154224 140731769136768 139828665638647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
/proc/30397/statm: 2637789 8923 2854 1 0 2627261 0
[pid=30397/tid=30399] ppid=30394 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/30397/task/30399/stat : 30399 (java) R 30394 30397 12560 0 -1 4202560 5906 0 0 0 14 1 0 0 20 0 15 0 66314179 10804383744 8923 18446744073709551615 4194304 4196468 140731769154224 139828669850864 139828649719134 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30400] ppid=30394 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30400/stat : 30400 (java) S 30394 30397 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66314180 10804383744 8923 18446744073709551615 4194304 4196468 140731769154224 139828277099024 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30401] ppid=30394 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30401/stat : 30401 (java) S 30394 30397 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66314180 10804383744 8923 18446744073709551615 4194304 4196468 140731769154224 139828276046480 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30402] ppid=30394 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30402/stat : 30402 (java) S 30394 30397 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66314180 10804383744 8923 18446744073709551615 4194304 4196468 140731769154224 139828274993424 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30403] ppid=30394 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30403/stat : 30403 (java) S 30394 30397 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66314180 10804383744 8923 18446744073709551615 4194304 4196468 140731769154224 139828273940880 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30404] ppid=30394 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30404/stat : 30404 (java) S 30394 30397 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66314181 10804383744 8923 18446744073709551615 4194304 4196468 140731769154224 139828162190064 139828665649794 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30405] ppid=30394 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30405/stat : 30405 (java) S 30394 30397 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66314181 10804383744 8923 18446744073709551615 4194304 4196468 140731769154224 139828161136288 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30406] ppid=30394 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30406/stat : 30406 (java) S 30394 30397 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66314182 10804383744 8923 18446744073709551615 4194304 4196468 140731769154224 139828160083184 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30407] ppid=30394 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30407/stat : 30407 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66314184 10804383744 8923 18446744073709551615 4194304 4196468 140731769154224 139828159031760 139828665657243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30408] ppid=30394 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30397/task/30408/stat : 30408 (java) S 30394 30397 12560 0 -1 1077944384 445 0 0 0 1 0 0 0 20 0 15 0 66314184 10804383744 8923 18446744073709551615 4194304 4196468 140731769154224 139828157978864 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30409] ppid=30394 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30397/task/30409/stat : 30409 (java) S 30394 30397 12560 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 15 0 66314184 10804383744 8923 18446744073709551615 4194304 4196468 140731769154224 139828156926320 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30410] ppid=30394 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/30397/task/30410/stat : 30410 (java) S 30394 30397 12560 0 -1 1077944384 404 0 0 0 4 0 0 0 20 0 15 0 66314184 10804383744 8923 18446744073709551615 4194304 4196468 140731769154224 139828155873264 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30411] ppid=30394 vsize=10551156 memory=140410662758016 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30411/stat : 30411 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66314184 10804383744 8923 18446744073709551615 4194304 4196468 140731769154224 139828154820960 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30412] ppid=30394 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30412/stat : 30412 (java) S 30394 30397 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66314190 10804383744 8923 18446744073709551615 4194304 4196468 140731769154224 139828153769008 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35692 KiB

[startup+0.702495 s]
/proc/loadavg: 4.06 3.83 3.14 4/211 30412
/proc/meminfo: memFree=29410704/32770624 swapFree=67105588/67108860
[pid=30397] ppid=30394 vsize=10551232 memory=92364 CPUtime=1.36 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 12560 0 -1 1077944320 12744 0 0 0 132 4 0 0 20 0 15 0 66314169 10804461568 23091 18446744073709551615 4194304 4196468 140731769154224 140731769136768 139828665638647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
/proc/30397/statm: 2637808 23091 3050 1 0 2627261 0
[pid=30397/tid=30399] ppid=30394 vsize=10551232 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/30397/task/30399/stat : 30399 (java) R 30394 30397 12560 0 -1 4202560 7384 0 0 0 51 3 0 0 20 0 15 0 66314179 10804461568 23091 18446744073709551615 4194304 4196468 140731769154224 139828669872888 139828310679553 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30400] ppid=30394 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30400/stat : 30400 (java) S 30394 30397 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66314180 10804461568 23091 18446744073709551615 4194304 4196468 140731769154224 139828277099024 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30401] ppid=30394 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30401/stat : 30401 (java) S 30394 30397 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66314180 10804461568 23091 18446744073709551615 4194304 4196468 140731769154224 139828276046480 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30402] ppid=30394 vsize=10551232 memory=973 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30402/stat : 30402 (java) S 30394 30397 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66314180 10804461568 23091 18446744073709551615 4194304 4196468 140731769154224 139828274993424 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30403] ppid=30394 vsize=10551232 memory=4529 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30403/stat : 30403 (java) S 30394 30397 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66314180 10804461568 23091 18446744073709551615 4194304 4196468 140731769154224 139828273940880 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30404] ppid=30394 vsize=10551232 memory=3184238330610223984 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30404/stat : 30404 (java) S 30394 30397 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 66314181 10804461568 23091 18446744073709551615 4194304 4196468 140731769154224 139828162190064 139828665649794 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30405] ppid=30394 vsize=10551232 memory=3472468689581912896 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30405/stat : 30405 (java) S 30394 30397 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66314181 10804461568 23091 18446744073709551615 4194304 4196468 140731769154224 139828161136288 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30406] ppid=30394 vsize=10551232 memory=57 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30406/stat : 30406 (java) S 30394 30397 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66314182 10804461568 23091 18446744073709551615 4194304 4196468 140731769154224 139828160083184 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30407] ppid=30394 vsize=10551232 memory=224 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30407/stat : 30407 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66314184 10804461568 23091 18446744073709551615 4194304 4196468 140731769154224 139828159031760 139828665657243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30408] ppid=30394 vsize=10551232 memory=432 CPUtime=0.3 cores=1,3,5,7
/proc/30397/task/30408/stat : 30408 (java) R 30394 30397 12560 0 -1 4202560 1487 0 0 0 30 0 0 0 20 0 15 0 66314184 10804461568 23091 18446744073709551615 4194304 4196468 140731769154224 139828157964792 139828643655659 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30409] ppid=30394 vsize=10551232 memory=303 CPUtime=0.27 cores=1,3,5,7
/proc/30397/task/30409/stat : 30409 (java) R 30394 30397 12560 0 -1 4202560 1120 0 0 0 27 0 0 0 20 0 15 0 66314184 10804461568 23091 18446744073709551615 4194304 4196468 140731769154224 139828156918240 139828649544652 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30410] ppid=30394 vsize=10551232 memory=108 CPUtime=0.23 cores=1,3,5,7
/proc/30397/task/30410/stat : 30410 (java) S 30394 30397 12560 0 -1 1077944384 1397 0 0 0 23 0 0 0 20 0 15 0 66314184 10804461568 23091 18446744073709551615 4194304 4196468 140731769154224 139828155873264 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30411] ppid=30394 vsize=10551232 memory=2243 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30411/stat : 30411 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66314184 10804461568 23091 18446744073709551615 4194304 4196468 140731769154224 139828154820960 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30412] ppid=30394 vsize=10551232 memory=251 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30412/stat : 30412 (java) S 30394 30397 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66314190 10804461568 23091 18446744073709551615 4194304 4196468 140731769154224 139828153769008 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 92364 KiB

[startup+1.50154 s]
/proc/loadavg: 4.05 3.83 3.14 6/211 30412
/proc/meminfo: memFree=29276536/32770624 swapFree=67105588/67108860
[pid=30397] ppid=30394 vsize=10551232 memory=692648 CPUtime=3.62 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 12560 0 -1 1077944320 15975 0 0 0 331 31 0 0 20 0 15 0 66314169 10804461568 173162 18446744073709551615 4194304 4196468 140731769154224 140731769136768 139828665638647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
/proc/30397/statm: 2637808 173162 3095 1 0 2627261 0
[pid=30397/tid=30399] ppid=30394 vsize=10551232 memory=319 CPUtime=1.15 cores=1,3,5,7
/proc/30397/task/30399/stat : 30399 (java) R 30394 30397 12560 0 -1 4202560 7918 0 0 0 107 8 0 0 20 0 15 0 66314179 10804461568 173162 18446744073709551615 4194304 4196468 140731769154224 139828669875920 139828651706752 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30400] ppid=30394 vsize=10551232 memory=102 CPUtime=0.16 cores=1,3,5,7
/proc/30397/task/30400/stat : 30400 (java) S 30394 30397 12560 0 -1 1077944384 389 0 0 0 11 5 0 0 20 0 15 0 66314180 10804461568 173162 18446744073709551615 4194304 4196468 140731769154224 139828277099024 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30401] ppid=30394 vsize=10551232 memory=8 CPUtime=0.16 cores=1,3,5,7
/proc/30397/task/30401/stat : 30401 (java) S 30394 30397 12560 0 -1 1077944384 397 0 0 0 12 4 0 0 20 0 15 0 66314180 10804461568 173162 18446744073709551615 4194304 4196468 140731769154224 139828276046480 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30402] ppid=30394 vsize=10551232 memory=9 CPUtime=0.16 cores=1,3,5,7
/proc/30397/task/30402/stat : 30402 (java) S 30394 30397 12560 0 -1 1077944384 211 0 0 0 12 4 0 0 20 0 15 0 66314180 10804461568 173162 18446744073709551615 4194304 4196468 140731769154224 139828274993424 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30403] ppid=30394 vsize=10551232 memory=57 CPUtime=0.17 cores=1,3,5,7
/proc/30397/task/30403/stat : 30403 (java) S 30394 30397 12560 0 -1 1077944384 255 0 0 0 12 5 0 0 20 0 15 0 66314180 10804461568 173162 18446744073709551615 4194304 4196468 140731769154224 139828273940880 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30404] ppid=30394 vsize=10551232 memory=224 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30404/stat : 30404 (java) S 30394 30397 12560 0 -1 1077944384 499 0 0 0 0 0 0 0 20 0 15 0 66314181 10804461568 173162 18446744073709551615 4194304 4196468 140731769154224 139828162190064 139828665649794 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30405] ppid=30394 vsize=10551232 memory=432 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30405/stat : 30405 (java) S 30394 30397 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66314181 10804461568 173162 18446744073709551615 4194304 4196468 140731769154224 139828161136352 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30406] ppid=30394 vsize=10551232 memory=303 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30406/stat : 30406 (java) S 30394 30397 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66314182 10804461568 173162 18446744073709551615 4194304 4196468 140731769154224 139828160083184 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30407] ppid=30394 vsize=10551232 memory=108 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30407/stat : 30407 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66314184 10804461568 173162 18446744073709551615 4194304 4196468 140731769154224 139828159031760 139828665657243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30408] ppid=30394 vsize=10551232 memory=2243 CPUtime=0.74 cores=1,3,5,7
/proc/30397/task/30408/stat : 30408 (java) S 30394 30397 12560 0 -1 1077944384 1874 0 0 0 74 0 0 0 20 0 15 0 66314184 10804461568 173162 18446744073709551615 4194304 4196468 140731769154224 139828157978864 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30409] ppid=30394 vsize=10551232 memory=251 CPUtime=0.69 cores=1,3,5,7
/proc/30397/task/30409/stat : 30409 (java) S 30394 30397 12560 0 -1 1077944384 1571 0 0 0 69 0 0 0 20 0 15 0 66314184 10804461568 173162 18446744073709551615 4194304 4196468 140731769154224 139828156926320 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30410] ppid=30394 vsize=10551232 memory=19031000092388 CPUtime=0.3 cores=1,3,5,7
/proc/30397/task/30410/stat : 30410 (java) S 30394 30397 12560 0 -1 1077944384 1501 0 0 0 30 0 0 0 20 0 15 0 66314184 10804461568 173162 18446744073709551615 4194304 4196468 140731769154224 139828155873264 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30411] ppid=30394 vsize=10551232 memory=3054156605267021953 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30411/stat : 30411 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66314184 10804461568 173162 18446744073709551615 4194304 4196468 140731769154224 139828154820960 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30412] ppid=30394 vsize=10551232 memory=-9106937485548952949 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30412/stat : 30412 (java) S 30394 30397 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66314190 10804461568 173162 18446744073709551615 4194304 4196468 140731769154224 139828153769008 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
Current children cumulated CPU time: 3.62 s
Current children cumulated vsize: 10551232 KiB

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

/proc/30397/task/30403/stat : 30403 (java) R 30394 30397 12560 0 -1 4202560 697319 0 0 0 35365 178 0 0 20 0 17 0 66314180 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828273940688 139828658266855 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30404] ppid=30394 vsize=10684512 memory=8312168 CPUtime=20.58 cores=1,3,5,7
/proc/30397/task/30404/stat : 30404 (java) S 30394 30397 12560 0 -1 1077944384 71889 0 0 0 2053 5 0 0 20 0 17 0 66314181 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828162188608 139828665648853 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30405] ppid=30394 vsize=10684512 memory=8312168 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30405/stat : 30405 (java) S 30394 30397 12560 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 66314181 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828161136352 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30406] ppid=30394 vsize=10684512 memory=1688 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30406/stat : 30406 (java) S 30394 30397 12560 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 17 0 66314182 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828160082512 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30407] ppid=30394 vsize=10684512 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30407/stat : 30407 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66314184 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828159031760 139828665657243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30408] ppid=30394 vsize=10684512 memory=8312152 CPUtime=0.98 cores=1,3,5,7
/proc/30397/task/30408/stat : 30408 (java) S 30394 30397 12560 0 -1 1077944384 3882 0 0 0 98 0 0 0 20 0 17 0 66314184 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828157978960 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30409] ppid=30394 vsize=10684512 memory=1688 CPUtime=0.9 cores=1,3,5,7
/proc/30397/task/30409/stat : 30409 (java) S 30394 30397 12560 0 -1 1077944384 3169 0 0 0 90 0 0 0 20 0 17 0 66314184 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828156926080 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30410] ppid=30394 vsize=10684512 memory=5808 CPUtime=0.38 cores=1,3,5,7
/proc/30397/task/30410/stat : 30410 (java) S 30394 30397 12560 0 -1 1077944384 3808 0 0 0 37 1 0 0 20 0 17 0 66314184 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828155868032 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30411] ppid=30394 vsize=10684512 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30411/stat : 30411 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66314184 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828154820960 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30412] ppid=30394 vsize=10684512 memory=8312168 CPUtime=0.28 cores=1,3,5,7
/proc/30397/task/30412/stat : 30412 (java) S 30394 30397 12560 0 -1 1077944384 500 0 0 0 11 17 0 0 20 0 17 0 66314190 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828153769008 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30490] ppid=30394 vsize=10684512 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30490/stat : 30490 (java) S 30394 30397 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 66351517 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828152713136 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30491] ppid=30394 vsize=10684512 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30491/stat : 30491 (java) S 30394 30397 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66351517 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828151661424 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
Current children cumulated CPU time: 1460.8 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8312168 KiB

[startup+398.401 s]
/proc/loadavg: 4.04 4.25 3.57 5/190 30492
/proc/meminfo: memFree=23391796/32770624 swapFree=67105588/67108860
[pid=30397] ppid=30394 vsize=10684512 memory=8312168 CPUtime=1467 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 12560 0 -1 1077944320 3154184 0 0 0 145915 785 0 0 20 0 17 0 66314169 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 140731769136768 139828665638647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
/proc/30397/statm: 2671128 2078042 3163 1 0 2660543 0
[pid=30397/tid=30399] ppid=30394 vsize=10684512 memory=-8774313645642428999 CPUtime=16 cores=1,3,5,7
/proc/30397/task/30399/stat : 30399 (java) S 30394 30397 12560 0 -1 1077944384 28358 0 0 0 1567 33 0 0 20 0 17 0 66314179 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828669879328 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30400] ppid=30394 vsize=10684512 memory=796 CPUtime=356.71 cores=1,3,5,7
/proc/30397/task/30400/stat : 30400 (java) R 30394 30397 12560 0 -1 4202560 680918 0 0 0 35483 188 0 0 20 0 17 0 66314180 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828277098912 139828650628327 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30401] ppid=30394 vsize=10684512 memory=1228 CPUtime=357.31 cores=1,3,5,7
/proc/30397/task/30401/stat : 30401 (java) R 30394 30397 12560 0 -1 4202560 707003 0 0 0 35554 177 0 0 20 0 17 0 66314180 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828276046288 139828658266855 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30402] ppid=30394 vsize=10684512 memory=-8774313645642428999 CPUtime=356.8 cores=1,3,5,7
/proc/30397/task/30402/stat : 30402 (java) R 30394 30397 12560 0 -1 4202560 955811 0 0 0 35485 195 0 0 20 0 17 0 66314180 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828274993544 139828658266855 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30403] ppid=30394 vsize=10684512 memory=3032 CPUtime=356.98 cores=1,3,5,7
/proc/30397/task/30403/stat : 30403 (java) R 30394 30397 12560 0 -1 4202560 697319 0 0 0 35519 179 0 0 20 0 17 0 66314180 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828273940688 139828658266855 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30404] ppid=30394 vsize=10684512 memory=8312168 CPUtime=20.58 cores=1,3,5,7
/proc/30397/task/30404/stat : 30404 (java) S 30394 30397 12560 0 -1 1077944384 71889 0 0 0 2053 5 0 0 20 0 17 0 66314181 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828162188608 139828665648853 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30405] ppid=30394 vsize=10684512 memory=1744 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30405/stat : 30405 (java) S 30394 30397 12560 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 66314181 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828161136352 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30406] ppid=30394 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30406/stat : 30406 (java) S 30394 30397 12560 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 17 0 66314182 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828160082512 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30407] ppid=30394 vsize=10684512 memory=1744 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30407/stat : 30407 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66314184 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828159031760 139828665657243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30408] ppid=30394 vsize=10684512 memory=956 CPUtime=0.98 cores=1,3,5,7
/proc/30397/task/30408/stat : 30408 (java) S 30394 30397 12560 0 -1 1077944384 3882 0 0 0 98 0 0 0 20 0 17 0 66314184 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828157978960 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30409] ppid=30394 vsize=10684512 memory=1232 CPUtime=0.9 cores=1,3,5,7
/proc/30397/task/30409/stat : 30409 (java) S 30394 30397 12560 0 -1 1077944384 3169 0 0 0 90 0 0 0 20 0 17 0 66314184 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828156926080 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30410] ppid=30394 vsize=10684512 memory=2160 CPUtime=0.38 cores=1,3,5,7
/proc/30397/task/30410/stat : 30410 (java) S 30394 30397 12560 0 -1 1077944384 3808 0 0 0 37 1 0 0 20 0 17 0 66314184 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828155868032 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30411] ppid=30394 vsize=10684512 memory=832 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30411/stat : 30411 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66314184 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828154820960 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30412] ppid=30394 vsize=10684512 memory=16448 CPUtime=0.28 cores=1,3,5,7
/proc/30397/task/30412/stat : 30412 (java) S 30394 30397 12560 0 -1 1077944384 500 0 0 0 11 17 0 0 20 0 17 0 66314190 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828153769008 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30490] ppid=30394 vsize=10684512 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30490/stat : 30490 (java) S 30394 30397 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 66351517 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828152713136 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30491] ppid=30394 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30491/stat : 30491 (java) S 30394 30397 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66351517 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828151661424 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
Current children cumulated CPU time: 1467 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8312168 KiB

[startup+399.201 s]
/proc/loadavg: 4.04 4.25 3.57 5/190 30492
/proc/meminfo: memFree=23391796/32770624 swapFree=67105588/67108860
[pid=30397] ppid=30394 vsize=10684512 memory=8312168 CPUtime=1470.09 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 12560 0 -1 1077944320 3154362 0 0 0 146223 786 0 0 20 0 17 0 66314169 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 140731769136768 139828665638647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
/proc/30397/statm: 2671128 2078042 3163 1 0 2660543 0
[pid=30397/tid=30399] ppid=30394 vsize=10684512 memory=1292 CPUtime=16 cores=1,3,5,7
/proc/30397/task/30399/stat : 30399 (java) S 30394 30397 12560 0 -1 1077944384 28358 0 0 0 1567 33 0 0 20 0 17 0 66314179 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828669879328 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30400] ppid=30394 vsize=10684512 memory=2384 CPUtime=357.51 cores=1,3,5,7
/proc/30397/task/30400/stat : 30400 (java) R 30394 30397 12560 0 -1 4202560 681096 0 0 0 35563 188 0 0 20 0 17 0 66314180 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828277098912 139828658742289 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30401] ppid=30394 vsize=10684512 memory=-8774313645642428999 CPUtime=358.07 cores=1,3,5,7
/proc/30397/task/30401/stat : 30401 (java) R 30394 30397 12560 0 -1 4202560 707003 0 0 0 35630 177 0 0 20 0 17 0 66314180 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828276046288 139828658266855 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30402] ppid=30394 vsize=10684512 memory=4064 CPUtime=357.56 cores=1,3,5,7
/proc/30397/task/30402/stat : 30402 (java) R 30394 30397 12560 0 -1 4202560 955811 0 0 0 35561 195 0 0 20 0 17 0 66314180 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828274993544 139828658266855 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30403] ppid=30394 vsize=10684512 memory=1152 CPUtime=357.75 cores=1,3,5,7
/proc/30397/task/30403/stat : 30403 (java) R 30394 30397 12560 0 -1 4202560 697319 0 0 0 35596 179 0 0 20 0 17 0 66314180 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828273940688 139828658266855 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30404] ppid=30394 vsize=10684512 memory=3012 CPUtime=20.58 cores=1,3,5,7
/proc/30397/task/30404/stat : 30404 (java) S 30394 30397 12560 0 -1 1077944384 71889 0 0 0 2053 5 0 0 20 0 17 0 66314181 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828162188608 139828665648853 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30405] ppid=30394 vsize=10684512 memory=8312168 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30405/stat : 30405 (java) S 30394 30397 12560 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 66314181 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828161136352 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30406] ppid=30394 vsize=10684512 memory=1688 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30406/stat : 30406 (java) S 30394 30397 12560 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 17 0 66314182 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828160082512 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30407] ppid=30394 vsize=10684512 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30407/stat : 30407 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66314184 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828159031760 139828665657243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30408] ppid=30394 vsize=10684512 memory=4612 CPUtime=0.98 cores=1,3,5,7
/proc/30397/task/30408/stat : 30408 (java) S 30394 30397 12560 0 -1 1077944384 3882 0 0 0 98 0 0 0 20 0 17 0 66314184 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828157978960 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30409] ppid=30394 vsize=10684512 memory=1004 CPUtime=0.9 cores=1,3,5,7
/proc/30397/task/30409/stat : 30409 (java) S 30394 30397 12560 0 -1 1077944384 3169 0 0 0 90 0 0 0 20 0 17 0 66314184 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828156926080 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30410] ppid=30394 vsize=10684512 memory=2016 CPUtime=0.38 cores=1,3,5,7
/proc/30397/task/30410/stat : 30410 (java) S 30394 30397 12560 0 -1 1077944384 3808 0 0 0 37 1 0 0 20 0 17 0 66314184 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828155868032 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30411] ppid=30394 vsize=10684512 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30411/stat : 30411 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66314184 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828154820960 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30412] ppid=30394 vsize=10684512 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/30397/task/30412/stat : 30412 (java) S 30394 30397 12560 0 -1 1077944384 500 0 0 0 11 17 0 0 20 0 17 0 66314190 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828153769008 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30490] ppid=30394 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30490/stat : 30490 (java) S 30394 30397 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 66351517 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828152713136 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30491] ppid=30394 vsize=10684512 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30491/stat : 30491 (java) S 30394 30397 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66351517 10940940288 2078042 18446744073709551615 4194304 4196468 140731769154224 139828151661424 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
Current children cumulated CPU time: 1470.09 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8312168 KiB

[startup+399.601 s]
/proc/loadavg: 4.04 4.25 3.57 5/190 30492
/proc/meminfo: memFree=23391796/32770624 swapFree=67105588/67108860
[pid=30397] ppid=30394 vsize=10684512 memory=8312172 CPUtime=1470.58 cores=1,3,5,7
/proc/30397/stat : 30397 (java) S 30394 30397 12560 0 -1 1077944320 3155624 0 0 0 146272 786 0 0 20 0 17 0 66314169 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 140731769136768 139828665638647 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
/proc/30397/statm: 2671128 2078043 3163 1 0 2660543 0
[pid=30397/tid=30399] ppid=30394 vsize=10684512 memory=644 CPUtime=16 cores=1,3,5,7
/proc/30397/task/30399/stat : 30399 (java) S 30394 30397 12560 0 -1 1077944384 28358 0 0 0 1567 33 0 0 20 0 17 0 66314179 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 139828669879328 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30400] ppid=30394 vsize=10684512 memory=1744 CPUtime=357.54 cores=1,3,5,7
/proc/30397/task/30400/stat : 30400 (java) S 30394 30397 12560 0 -1 1077944384 681115 0 0 0 35566 188 0 0 20 0 17 0 66314180 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 139828277099024 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30401] ppid=30394 vsize=10684512 memory=956 CPUtime=358.1 cores=1,3,5,7
/proc/30397/task/30401/stat : 30401 (java) S 30394 30397 12560 0 -1 1077944384 707003 0 0 0 35633 177 0 0 20 0 17 0 66314180 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 139828276046480 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30402] ppid=30394 vsize=10684512 memory=1232 CPUtime=357.59 cores=1,3,5,7
/proc/30397/task/30402/stat : 30402 (java) S 30394 30397 12560 0 -1 1077944384 955811 0 0 0 35564 195 0 0 20 0 17 0 66314180 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 139828274993424 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30403] ppid=30394 vsize=10684512 memory=8312168 CPUtime=357.77 cores=1,3,5,7
/proc/30397/task/30403/stat : 30403 (java) S 30394 30397 12560 0 -1 1077944384 697319 0 0 0 35598 179 0 0 20 0 17 0 66314180 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 139828273940880 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30404] ppid=30394 vsize=10684512 memory=37712 CPUtime=20.95 cores=1,3,5,7
/proc/30397/task/30404/stat : 30404 (java) R 30394 30397 12560 0 -1 4202560 73132 0 0 0 2090 5 0 0 20 0 17 0 66314181 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 139828162188608 139828650096217 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30405] ppid=30394 vsize=10684512 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30405/stat : 30405 (java) S 30394 30397 12560 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 66314181 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 139828161136352 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30406] ppid=30394 vsize=10684512 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30406/stat : 30406 (java) S 30394 30397 12560 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 17 0 66314182 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 139828160082512 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30407] ppid=30394 vsize=10684512 memory=1688 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30407/stat : 30407 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66314184 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 139828159031760 139828665657243 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30408] ppid=30394 vsize=10684512 memory=5808 CPUtime=0.98 cores=1,3,5,7
/proc/30397/task/30408/stat : 30408 (java) S 30394 30397 12560 0 -1 1077944384 3882 0 0 0 98 0 0 0 20 0 17 0 66314184 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 139828157978960 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30409] ppid=30394 vsize=10684512 memory=4612 CPUtime=0.9 cores=1,3,5,7
/proc/30397/task/30409/stat : 30409 (java) S 30394 30397 12560 0 -1 1077944384 3169 0 0 0 90 0 0 0 20 0 17 0 66314184 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 139828156926080 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30410] ppid=30394 vsize=10684512 memory=2240 CPUtime=0.38 cores=1,3,5,7
/proc/30397/task/30410/stat : 30410 (java) S 30394 30397 12560 0 -1 1077944384 3808 0 0 0 37 1 0 0 20 0 17 0 66314184 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 139828155868032 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30411] ppid=30394 vsize=10684512 memory=4088 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30411/stat : 30411 (java) S 30394 30397 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66314184 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 139828154820960 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30412] ppid=30394 vsize=10684512 memory=1620 CPUtime=0.28 cores=1,3,5,7
/proc/30397/task/30412/stat : 30412 (java) S 30394 30397 12560 0 -1 1077944384 500 0 0 0 11 17 0 0 20 0 17 0 66314190 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 139828153769008 139828665649794 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30490] ppid=30394 vsize=10684512 memory=920 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30490/stat : 30490 (java) S 30394 30397 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 66351517 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 139828152713136 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
[pid=30397/tid=30491] ppid=30394 vsize=10684512 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/30397/task/30491/stat : 30491 (java) S 30394 30397 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 66351517 10940940288 2078043 18446744073709551615 4194304 4196468 140731769154224 139828151661424 139828665648853 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32690176 140731769155984 140731769156137 140731769156137 140731769159631 0
Current children cumulated CPU time: 1470.58 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8312172 KiB

[startup+400.001 s]*
/proc/loadavg: 4.04 4.25 3.57 2/175 30492
/proc/meminfo: memFree=24379472/32770624 swapFree=67105588/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): 400.071
CPU time (s): 1471.06
CPU user time (s): 1463.09
CPU system time (s): 7.96642
CPU usage (%): 367.7
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8312172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1463.09
system time used= 7.96642
maximum resident set size= 8312348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3158894
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26475
involuntary context switches= 15656


# summary of solver processes directly reported to runsolver:
#   pid: 30397
#   total CPU time (s): 1471.06
#   total CPU user time (s): 1463.09
#   total CPU system time (s): 7.96642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.33499 second user time and 4.01083 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 18:05:46
IDJOB=4263762
IDBENCH=140594
IDSOLVER=2651
FILE ID=node126/4263762-1502641188
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-49.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263762-1502641188/watcher-4263762-1502641188 -o /tmp/evaluation-result-4263762-1502641188/solver-4263762-1502641188 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263762-1502641188.xml

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

MD5SUM BENCH= f189c1eeae9c695eff92bc09b1867153
RANDOM SEED=1979735148

node126.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.81
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.81
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.81
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.81
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:        29459252 kB
MemAvailable:   29721144 kB
Buffers:          269508 kB
Cached:           262868 kB
SwapCached:          524 kB
Active:          2665748 kB
Inactive:         164608 kB
Active(anon):    2245740 kB
Inactive(anon):    85544 kB
Active(file):     420008 kB
Inactive(file):    79064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              2444 kB
Writeback:             4 kB
AnonPages:       2297248 kB
Mapped:            58316 kB
Shmem:             33440 kB
Slab:             183080 kB
SReclaimable:     157312 kB
SUnreclaim:        25768 kB
KernelStack:        3504 kB
PageTables:         9128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4302524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2195456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 18:12:26