Trace number 4289958

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 2018-07-11? 1670.43 453.375

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-magazine_c18.xml
MD5SUM22697061c475ce526fb64da13536656d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5100
Number of constraints2701
Number of domains27
Minimum domain size2
Maximum domain size445
Distribution of domain sizes[{"size":2,"count":50},{"size":41,"count":2500},{"size":55,"count":50},{"size":58,"count":50},{"size":60,"count":50},{"size":66,"count":50},{"size":93,"count":50},{"size":99,"count":50},{"size":110,"count":100},{"size":115,"count":50},{"size":121,"count":50},{"size":150,"count":50},{"size":154,"count":150},{"size":165,"count":400},{"size":184,"count":50},{"size":187,"count":100},{"size":214,"count":100},{"size":220,"count":150},{"size":231,"count":100},{"size":247,"count":50},{"size":253,"count":150},{"size":275,"count":400},{"size":291,"count":50},{"size":297,"count":100},{"size":406,"count":50},{"size":412,"count":100},{"size":445,"count":50}]
Minimum variable degree2
Maximum variable degree52
Distribution of variable degrees[{"degree":2,"count":4950},{"degree":3,"count":100},{"degree":52,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":2500},{"arity":50,"count":101}]
Number of extensional constraints0
Number of intensional constraints2600
Distribution of constraint types[{"type":"intension","count":2600},{"type":"ordered","count":1},{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1360.77/372.60	Jul 22, 2018 1:56:15 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1360.77/372.60	INFO: Runtime exception
1360.77/372.60	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1360.77/372.60		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:98)
1360.77/372.60		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:53)
1360.77/372.60		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:586)
1360.77/372.60		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:383)
1360.77/372.60		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:188)
1360.77/372.60		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1360.77/372.60		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1360.77/372.60		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1360.77/372.60		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1360.77/372.60		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1360.77/372.60		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1360.77/372.60		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1360.77/372.60		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1360.77/372.60		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1360.77/372.60		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1360.77/372.60		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1360.77/372.60		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1360.77/372.60		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1360.77/372.60		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1360.77/372.60		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1360.77/372.60	Caused by: java.lang.reflect.InvocationTargetException
1360.77/372.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1360.77/372.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1360.77/372.60		at java.lang.reflect.Method.invoke(Method.java:498)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1360.77/372.60		... 22 more
1360.77/372.60	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1360.77/372.60		... 26 more
1360.77/372.60	Caused by: java.lang.reflect.InvocationTargetException
1360.77/372.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1360.77/372.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1360.77/372.60		at java.lang.reflect.Method.invoke(Method.java:498)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1360.77/372.60		... 27 more
1360.77/372.60	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1360.77/372.60		... 31 more
1360.77/372.60	Caused by: java.lang.reflect.InvocationTargetException
1360.77/372.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1360.77/372.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1360.77/372.60		at java.lang.reflect.Method.invoke(Method.java:498)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1360.77/372.60		... 32 more
1360.77/372.60	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1360.77/372.60		... 36 more
1360.77/372.60	Caused by: java.lang.reflect.InvocationTargetException
1360.77/372.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1360.77/372.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1360.77/372.60		at java.lang.reflect.Method.invoke(Method.java:498)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1360.77/372.60		... 37 more
1360.77/372.60	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1360.77/372.60		... 41 more
1360.77/372.60	Caused by: java.lang.reflect.InvocationTargetException
1360.77/372.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1360.77/372.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1360.77/372.60		at java.lang.reflect.Method.invoke(Method.java:498)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1360.77/372.60		... 42 more
1360.77/372.60	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1360.77/372.60		... 46 more
1360.77/372.60	Caused by: java.lang.reflect.InvocationTargetException
1360.77/372.60		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1360.77/372.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1360.77/372.60		at java.lang.reflect.Method.invoke(Method.java:498)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1360.77/372.60		... 46 more
1360.77/372.60	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1360.77/372.60		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1360.77/372.60		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1360.77/372.60		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1360.77/372.60		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1360.77/372.60		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1360.77/372.60		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1360.77/372.60		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1360.77/372.60		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1360.77/372.60		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1360.77/372.60		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:159)
1360.77/372.60		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1360.77/372.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1360.77/372.60		at java.lang.reflect.Method.invoke(Method.java:498)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1360.77/372.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1360.77/372.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1360.77/372.60		at java.lang.reflect.Method.invoke(Method.java:498)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1360.77/372.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1360.77/372.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1360.77/372.60		at java.lang.reflect.Method.invoke(Method.java:498)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1360.77/372.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1360.77/372.60		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1360.77/372.60		at java.lang.reflect.Method.invoke(Method.java:498)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1360.77/372.60		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1360.77/372.60		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1360.77/372.60	
1489.95/406.72	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1489.95/406.72	c This is free software under the dual EPL/GNU LGPL licenses.
1489.95/406.72	c See www.sat4j.org for details.
1489.95/406.72	c That software uses the Rhino library from the Mozilla project.
1489.95/406.72	c version 2.3.6-SNAPSHOT
1489.95/406.72	c java.runtime.name	Java(TM) SE Runtime Environment
1489.95/406.72	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1489.95/406.72	c java.vm.version	25.131-b11
1489.95/406.72	c java.vm.vendor	Oracle Corporation
1489.95/406.72	c sun.arch.data.model	64
1489.95/406.72	c java.version		1.8.0_131
1489.95/406.72	c os.name		Linux
1489.95/406.72	c os.version		3.10.0-514.16.1.el7.x86_64
1489.95/406.72	c os.arch		amd64
1489.95/406.72	c Free memory 		499604488
1489.95/406.72	c Max memory 		7247757312
1489.95/406.72	c Total memory 		504889344
1489.95/406.72	c Number of processors 	4
1489.95/406.72	c c --- Begin Solver configuration ---
1489.95/406.72	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1489.95/406.72	c Learn all clauses as in MiniSAT
1489.95/406.72	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1489.95/406.72	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1489.95/406.72	c No reason simplification
1489.95/406.72	c Glucose 2.1 dynamic restart strategy
1489.95/406.72	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
1489.95/406.72	c timeout=2147483s
1489.95/406.72	c DB Simplification allowed=false
1489.95/406.72	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1489.95/406.72	c --- End Solver configuration ---
1573.41/428.53	c starts		: 0
1573.41/428.53	c conflicts		: 0
1601.15/435.67	c decisions		: 0
1601.15/435.67	Exception in thread "Thread-1" c propagations		: 0
1601.15/435.67	c inspects		: 0
1601.15/435.67	c shortcuts		: 0
1601.15/435.67	c learnt literals	: 0
1601.15/435.67	c learnt binary clauses	: 0
1601.15/435.67	c learnt ternary clauses	: 0
1601.15/435.67	c learnt constraints	: 0
1601.15/435.67	c ignored constraints	: 0
1601.15/435.67	c root simplifications	: 0
1601.15/435.67	c removed literals (reason simplification)	: 0
1601.15/435.67	c reason swapping (by a shorter reason)	: 0
1601.15/435.67	c Calls to reduceDB	: 0
1601.15/435.67	c Number of update (reduction) of LBD	: 0
1601.15/435.67	c Imported unit clauses	: 0
1601.15/435.67	c number of reductions to clauses (during analyze)	: 0
1601.15/435.67	c number of learned constraints concerned by reduction	: 0
1601.15/435.67	c number of learning phase by resolution	: 0
1601.15/435.67	c number of learning phase by cutting planes	: 0
1601.15/435.67	c number of rounding to 1 operations	: 0
1601.15/435.67	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1621.58/440.85	c number of reductions of the coefficients by power 2 	: 0
1642.04/446.05	c number of right shift for reduction by power 2 	: 0
1642.04/446.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
1642.04/446.05	java.lang.OutOfMemoryError: GC overhead limit exceededc number of ending skipping 	: 0
1670.09/453.29	c number of internal skipping 	: 0
1670.09/453.29	
1670.09/453.29	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-1"
1670.09/453.29	c number of derivation steps 	: 0
1670.09/453.29	c number of skipped derivation steps 	: 0
1670.09/453.29	c number of remaining unassigned 	: 0
1670.09/453.29	c number of remaining assigned 	: 0
1670.09/453.29	c speed (assignments/second)	: 0.0
1670.09/453.29	c non guided choices	: 0
1670.09/453.29	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 (1038 MiB free)
  memory of node 1: 16384 MiB (12764 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289958-1532217011/watcher-4289958-1532217011 -o /tmp/evaluation-result-4289958-1532217011/solver-4289958-1532217011 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25928 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289958-1532217011.xml 

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

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


[startup+0.100092 s]*
/proc/loadavg: 5.10 3.22 2.60 6/215 27075
/proc/meminfo: memFree=14115360/32770624 swapFree=67108860/67108860
[pid=27060] ppid=27057 vsize=10659012 memory=30108 CPUtime=0.13 cores=1,3,5,7
/proc/27060/stat : 27060 (java) S 27057 27060 23392 0 -1 1077944320 6602 0 0 0 12 1 0 0 20 0 15 0 39264226 10914828288 7527 33554432000 4194304 4196468 140733209893488 140733209876032 140315224760055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
/proc/27060/statm: 2664753 7527 2824 1 0 2627263 0
[pid=27060/tid=27062] ppid=27057 vsize=10659012 memory=-8773748148830246018 CPUtime=0.09 cores=1,3,5,7
/proc/27060/task/27062/stat : 27062 (java) R 27057 27060 23392 0 -1 4202560 4433 0 0 0 8 1 0 0 20 0 15 0 39264226 10914828288 7527 33554432000 4194304 4196468 140733209893488 140315228981824 140315224771990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27063] ppid=27057 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27063/stat : 27063 (java) S 27057 27060 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39264227 10914828288 7527 33554432000 4194304 4196468 140733209893488 140315177380496 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27064] ppid=27057 vsize=10659012 memory=139666814609024 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27064/stat : 27064 (java) S 27057 27060 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39264227 10914828288 7527 33554432000 4194304 4196468 140733209893488 140315176327696 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27065] ppid=27057 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27065/stat : 27065 (java) S 27057 27060 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39264227 10914828288 7527 33554432000 4194304 4196468 140733209893488 140315175274896 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27066] ppid=27057 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27066/stat : 27066 (java) S 27057 27060 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39264227 10914828288 7527 33554432000 4194304 4196468 140733209893488 140315174222096 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27067] ppid=27057 vsize=10659012 memory=139666814609024 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27067/stat : 27067 (java) S 27057 27060 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39264228 10914828288 7527 33554432000 4194304 4196468 140733209893488 140314784590704 140315224771202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27068] ppid=27057 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27068/stat : 27068 (java) S 27057 27060 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39264229 10914828288 7527 33554432000 4194304 4196468 140733209893488 140314783536672 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27069] ppid=27057 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27069/stat : 27069 (java) S 27057 27060 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39264229 10914828288 7527 33554432000 4194304 4196468 140733209893488 140314782483824 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27070] ppid=27057 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27070/stat : 27070 (java) S 27057 27060 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39264231 10914828288 7527 33554432000 4194304 4196468 140733209893488 140314781432144 140315224778651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27071] ppid=27057 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27071/stat : 27071 (java) S 27057 27060 23392 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 39264231 10914828288 7527 33554432000 4194304 4196468 140733209893488 140314780379504 140315224771202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27072] ppid=27057 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27072/stat : 27072 (java) R 27057 27060 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39264231 10914828288 7527 33554432000 4194304 4196468 140733209893488 140314779326704 140315224771202 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27073] ppid=27057 vsize=10659012 memory=139666814609024 CPUtime=0.02 cores=1,3,5,7
/proc/27060/task/27073/stat : 27073 (java) S 27057 27060 23392 0 -1 1077944384 365 0 0 0 2 0 0 0 20 0 15 0 39264231 10914828288 7527 33554432000 4194304 4196468 140733209893488 140314778273904 140315224771202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27074] ppid=27057 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27074/stat : 27074 (java) S 27057 27060 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39264231 10914828288 7527 33554432000 4194304 4196468 140733209893488 140314777221344 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27075] ppid=27057 vsize=10659012 memory=139666814609024 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27075/stat : 27075 (java) S 27057 27060 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39264232 10914828288 7527 33554432000 4194304 4196468 140733209893488 140314776169648 140315224771202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30108 KiB

[startup+0.210613 s]*
/proc/loadavg: 5.10 3.22 2.60 7/215 27075
/proc/meminfo: memFree=14106292/32770624 swapFree=67108860/67108860
[pid=27060] ppid=27057 vsize=10659012 memory=41812 CPUtime=0.34 cores=1,3,5,7
/proc/27060/stat : 27060 (java) S 27057 27060 23392 0 -1 1077944320 8092 0 0 0 32 2 0 0 20 0 15 0 39264226 10914828288 10453 33554432000 4194304 4196468 140733209893488 140733209876032 140315224760055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
/proc/27060/statm: 2664753 10453 3005 1 0 2627263 0
[pid=27060/tid=27062] ppid=27057 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27060/task/27062/stat : 27062 (java) R 27057 27060 23392 0 -1 4202560 5022 0 0 0 19 1 0 0 20 0 15 0 39264226 10914828288 10453 33554432000 4194304 4196468 140733209893488 140315228995024 140315208840542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27063] ppid=27057 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27063/stat : 27063 (java) S 27057 27060 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39264227 10914828288 10453 33554432000 4194304 4196468 140733209893488 140315177380496 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27064] ppid=27057 vsize=10659012 memory=4120990728935646880 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27064/stat : 27064 (java) S 27057 27060 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39264227 10914828288 10453 33554432000 4194304 4196468 140733209893488 140315176327696 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27065] ppid=27057 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27065/stat : 27065 (java) S 27057 27060 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39264227 10914828288 10453 33554432000 4194304 4196468 140733209893488 140315175274896 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27066] ppid=27057 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27066/stat : 27066 (java) S 27057 27060 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39264227 10914828288 10453 33554432000 4194304 4196468 140733209893488 140315174222096 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27067] ppid=27057 vsize=10659012 memory=139666814609024 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27067/stat : 27067 (java) S 27057 27060 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39264228 10914828288 10453 33554432000 4194304 4196468 140733209893488 140314784590704 140315224771202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27068] ppid=27057 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27068/stat : 27068 (java) S 27057 27060 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39264229 10914828288 10453 33554432000 4194304 4196468 140733209893488 140314783536672 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27069] ppid=27057 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27069/stat : 27069 (java) S 27057 27060 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39264229 10914828288 10453 33554432000 4194304 4196468 140733209893488 140314782483824 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27070] ppid=27057 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27070/stat : 27070 (java) S 27057 27060 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39264231 10914828288 10453 33554432000 4194304 4196468 140733209893488 140314781432144 140315224778651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27071] ppid=27057 vsize=10659012 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27060/task/27071/stat : 27071 (java) S 27057 27060 23392 0 -1 1077944384 648 0 0 0 1 0 0 0 20 0 15 0 39264231 10914828288 10453 33554432000 4194304 4196468 140733209893488 140314780379504 140315224771202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27072] ppid=27057 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27060/task/27072/stat : 27072 (java) S 27057 27060 23392 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 15 0 39264231 10914828288 10453 33554432000 4194304 4196468 140733209893488 140314779326704 140315224771202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27073] ppid=27057 vsize=10659012 memory=139666814609024 CPUtime=0.07 cores=1,3,5,7
/proc/27060/task/27073/stat : 27073 (java) R 27057 27060 23392 0 -1 4202560 703 0 0 0 7 0 0 0 20 0 15 0 39264231 10914828288 10453 33554432000 4194304 4196468 140733209893488 140314778273904 140315208840542 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27074] ppid=27057 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27074/stat : 27074 (java) S 27057 27060 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39264231 10914828288 10453 33554432000 4194304 4196468 140733209893488 140314777221344 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27075] ppid=27057 vsize=10659012 memory=139666814609024 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27075/stat : 27075 (java) S 27057 27060 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39264232 10914828288 10453 33554432000 4194304 4196468 140733209893488 140314776169648 140315224771202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41812 KiB

[startup+0.310435 s]*
/proc/loadavg: 5.10 3.22 2.60 8/215 27075
/proc/meminfo: memFree=14093328/32770624 swapFree=67108860/67108860
[pid=27060] ppid=27057 vsize=10659088 memory=53484 CPUtime=0.6 cores=1,3,5,7
/proc/27060/stat : 27060 (java) S 27057 27060 23392 0 -1 1077944320 9895 0 0 0 58 2 0 0 20 0 15 0 39264226 10914906112 13371 33554432000 4194304 4196468 140733209893488 140733209876032 140315224760055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
/proc/27060/statm: 2664772 13371 3071 1 0 2627263 0
[pid=27060/tid=27062] ppid=27057 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/27060/task/27062/stat : 27062 (java) R 27057 27060 23392 0 -1 4202560 5566 0 0 0 29 1 0 0 20 0 15 0 39264226 10914906112 13371 33554432000 4194304 4196468 140733209893488 140315228996448 140315208803685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27063] ppid=27057 vsize=10659088 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27063/stat : 27063 (java) S 27057 27060 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39264227 10914906112 13371 33554432000 4194304 4196468 140733209893488 140315177380496 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27064] ppid=27057 vsize=10659088 memory=3688648458947995296 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27064/stat : 27064 (java) S 27057 27060 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39264227 10914906112 13371 33554432000 4194304 4196468 140733209893488 140315176327696 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27065] ppid=27057 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27065/stat : 27065 (java) S 27057 27060 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39264227 10914906112 13371 33554432000 4194304 4196468 140733209893488 140315175274896 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27066] ppid=27057 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27066/stat : 27066 (java) S 27057 27060 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39264227 10914906112 13371 33554432000 4194304 4196468 140733209893488 140315174222096 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27067] ppid=27057 vsize=10659088 memory=139666814609024 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27067/stat : 27067 (java) S 27057 27060 23392 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39264228 10914906112 13371 33554432000 4194304 4196468 140733209893488 140314784590704 140315224771202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27068] ppid=27057 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27068/stat : 27068 (java) S 27057 27060 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39264229 10914906112 13371 33554432000 4194304 4196468 140733209893488 140314783536672 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27069] ppid=27057 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27069/stat : 27069 (java) S 27057 27060 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39264229 10914906112 13371 33554432000 4194304 4196468 140733209893488 140314782483824 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27070] ppid=27057 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27070/stat : 27070 (java) S 27057 27060 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39264231 10914906112 13371 33554432000 4194304 4196468 140733209893488 140314781432144 140315224778651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27071] ppid=27057 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/27060/task/27071/stat : 27071 (java) R 27057 27060 23392 0 -1 4202560 970 0 0 0 6 0 0 0 20 0 15 0 39264231 10914906112 13371 33554432000 4194304 4196468 140733209893488 140314780364400 140315209544058 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27072] ppid=27057 vsize=10659088 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27060/task/27072/stat : 27072 (java) R 27057 27060 23392 0 -1 4202560 932 0 0 0 8 0 0 0 20 0 15 0 39264231 10914906112 13371 33554432000 4194304 4196468 140733209893488 140314779318376 140315208246077 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27073] ppid=27057 vsize=10659088 memory=139666814609024 CPUtime=0.13 cores=1,3,5,7
/proc/27060/task/27073/stat : 27073 (java) R 27057 27060 23392 0 -1 1077944384 1059 0 0 0 13 0 0 0 20 0 15 0 39264231 10914906112 13371 33554432000 4194304 4196468 140733209893488 140314778273904 140315224771202 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27074] ppid=27057 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27074/stat : 27074 (java) S 27057 27060 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39264231 10914906112 13371 33554432000 4194304 4196468 140733209893488 140314777221344 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27075] ppid=27057 vsize=10659088 memory=139666814609024 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27075/stat : 27075 (java) S 27057 27060 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39264232 10914906112 13371 33554432000 4194304 4196468 140733209893488 140314776169648 140315224771202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53484 KiB

[startup+0.700822 s]
/proc/loadavg: 5.10 3.22 2.60 6/215 27075
/proc/meminfo: memFree=14056844/32770624 swapFree=67108860/67108860
[pid=27060] ppid=27057 vsize=10659088 memory=204816 CPUtime=1.95 cores=1,3,5,7
/proc/27060/stat : 27060 (java) S 27057 27060 23392 0 -1 1077944320 12789 0 0 0 189 6 0 0 20 0 15 0 39264226 10914906112 51204 33554432000 4194304 4196468 140733209893488 140733209876032 140315224760055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
/proc/27060/statm: 2664772 51204 3122 1 0 2627263 0
[pid=27060/tid=27062] ppid=27057 vsize=10659088 memory=255918579154202 CPUtime=0.65 cores=1,3,5,7
/proc/27060/task/27062/stat : 27062 (java) S 27057 27060 23392 0 -1 1077944384 5995 0 0 0 62 3 0 0 20 0 15 0 39264226 10914906112 51204 33554432000 4194304 4196468 140733209893488 140315228996880 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27063] ppid=27057 vsize=10659088 memory=120106 CPUtime=0.01 cores=1,3,5,7
/proc/27060/task/27063/stat : 27063 (java) R 27057 27060 23392 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 15 0 39264227 10914906112 51204 33554432000 4194304 4196468 140733209893488 140315177380496 140315209248976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27064] ppid=27057 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27064/stat : 27064 (java) R 27057 27060 23392 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 15 0 39264227 10914906112 51204 33554432000 4194304 4196468 140733209893488 140315176327696 140315209787474 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27065] ppid=27057 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27065/stat : 27065 (java) R 27057 27060 23392 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 15 0 39264227 10914906112 51204 33554432000 4194304 4196468 140733209893488 140315175274896 140315209208022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27066] ppid=27057 vsize=10659088 memory=7809523229951467574 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27066/stat : 27066 (java) R 27057 27060 23392 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 39264227 10914906112 51204 33554432000 4194304 4196468 140733209893488 140315174222096 140315224770261 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27067] ppid=27057 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27067/stat : 27067 (java) S 27057 27060 23392 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39264228 10914906112 51204 33554432000 4194304 4196468 140733209893488 140314784589216 140315224770261 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27068] ppid=27057 vsize=10659088 memory=-3535359994705171299 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27068/stat : 27068 (java) S 27057 27060 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39264229 10914906112 51204 33554432000 4194304 4196468 140733209893488 140314783536672 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27069] ppid=27057 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27069/stat : 27069 (java) S 27057 27060 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39264229 10914906112 51204 33554432000 4194304 4196468 140733209893488 140314782483824 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27070] ppid=27057 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27070/stat : 27070 (java) S 27057 27060 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39264231 10914906112 51204 33554432000 4194304 4196468 140733209893488 140314781432144 140315224778651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27071] ppid=27057 vsize=10659088 memory=6656426216303648864 CPUtime=0.43 cores=1,3,5,7
/proc/27060/task/27071/stat : 27071 (java) S 27057 27060 23392 0 -1 1077944384 1969 0 0 0 43 0 0 0 20 0 15 0 39264231 10914906112 51204 33554432000 4194304 4196468 140733209893488 140314780370784 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27072] ppid=27057 vsize=10659088 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/27060/task/27072/stat : 27072 (java) R 27057 27060 23392 0 -1 4202560 1430 0 0 0 45 0 0 0 20 0 15 0 39264231 10914906112 51204 33554432000 4194304 4196468 140733209893488 140314779312728 140315209879273 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27073] ppid=27057 vsize=10659088 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/27060/task/27073/stat : 27073 (java) S 27057 27060 23392 0 -1 1077944384 1878 0 0 0 33 0 0 0 20 0 15 0 39264231 10914906112 51204 33554432000 4194304 4196468 140733209893488 140314778273904 140315224771202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27074] ppid=27057 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27074/stat : 27074 (java) S 27057 27060 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39264231 10914906112 51204 33554432000 4194304 4196468 140733209893488 140314777221344 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27075] ppid=27057 vsize=10659088 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27075/stat : 27075 (java) S 27057 27060 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39264232 10914906112 51204 33554432000 4194304 4196468 140733209893488 140314776169648 140315224771202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
Current children cumulated CPU time: 1.95 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 204816 KiB

[startup+1.50082 s]
/proc/loadavg: 5.10 3.22 2.60 4/215 27075
/proc/meminfo: memFree=13532500/32770624 swapFree=67108860/67108860
[pid=27060] ppid=27057 vsize=10659088 memory=1194588 CPUtime=3.48 cores=1,3,5,7
/proc/27060/stat : 27060 (java) S 27057 27060 23392 0 -1 1077944320 14562 0 0 0 307 41 0 0 20 0 15 0 39264226 10914906112 298647 33554432000 4194304 4196468 140733209893488 140733209876032 140315224760055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
/proc/27060/statm: 2664772 298647 3140 1 0 2627263 0
[pid=27060/tid=27062] ppid=27057 vsize=10659088 memory=10755 CPUtime=1.3 cores=1,3,5,7
/proc/27060/task/27062/stat : 27062 (java) R 27057 27060 23392 0 -1 4202560 6405 0 0 0 114 16 0 0 20 0 15 0 39264226 10914906112 298647 33554432000 4194304 4196468 140733209893488 140315228997616 140315210828180 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27063] ppid=27057 vsize=10659088 memory=6791534058613427641 CPUtime=0.15 cores=1,3,5,7
/proc/27060/task/27063/stat : 27063 (java) S 27057 27060 23392 0 -1 1077944384 117 0 0 0 10 5 0 0 20 0 15 0 39264227 10914906112 298647 33554432000 4194304 4196468 140733209893488 140315177380496 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27064] ppid=27057 vsize=10659088 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/27060/task/27064/stat : 27064 (java) S 27057 27060 23392 0 -1 1077944384 106 0 0 0 9 5 0 0 20 0 15 0 39264227 10914906112 298647 33554432000 4194304 4196468 140733209893488 140315176327696 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27065] ppid=27057 vsize=10659088 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/27060/task/27065/stat : 27065 (java) S 27057 27060 23392 0 -1 1077944384 105 0 0 0 9 5 0 0 20 0 15 0 39264227 10914906112 298647 33554432000 4194304 4196468 140733209893488 140315175274896 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27066] ppid=27057 vsize=10659088 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/27060/task/27066/stat : 27066 (java) S 27057 27060 23392 0 -1 1077944384 112 0 0 0 9 5 0 0 20 0 15 0 39264227 10914906112 298647 33554432000 4194304 4196468 140733209893488 140315174222096 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27067] ppid=27057 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27067/stat : 27067 (java) S 27057 27060 23392 0 -1 1077944384 987 0 0 0 0 0 0 0 20 0 15 0 39264228 10914906112 298647 33554432000 4194304 4196468 140733209893488 140314784590704 140315224771202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0

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

/proc/27060/task/27066/stat : 27066 (java) R 27057 27060 23392 0 -1 4202560 592182 0 0 0 40405 183 0 0 20 0 17 0 39264227 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140315174221992 140315217388263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27067] ppid=27057 vsize=10794416 memory=2436 CPUtime=20.71 cores=1,3,5,7
/proc/27060/task/27067/stat : 27067 (java) S 27057 27060 23392 0 -1 1077944384 104533 0 0 0 2065 6 0 0 20 0 17 0 39264228 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314784589024 140315224770261 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27068] ppid=27057 vsize=10794416 memory=8292648 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27068/stat : 27068 (java) S 27057 27060 23392 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 39264229 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314783536736 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27069] ppid=27057 vsize=10794416 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27069/stat : 27069 (java) S 27057 27060 23392 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 39264229 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314782483824 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27070] ppid=27057 vsize=10794416 memory=12976 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27070/stat : 27070 (java) S 27057 27060 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314781432144 140315224778651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27071] ppid=27057 vsize=10794416 memory=6791534058613427641 CPUtime=1.28 cores=1,3,5,7
/proc/27060/task/27071/stat : 27071 (java) S 27057 27060 23392 0 -1 1077944384 6216 0 0 0 127 1 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314780379264 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27072] ppid=27057 vsize=10794416 memory=13916 CPUtime=1.08 cores=1,3,5,7
/proc/27060/task/27072/stat : 27072 (java) S 27057 27060 23392 0 -1 1077944384 3638 0 0 0 108 0 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314779326752 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27073] ppid=27057 vsize=10794416 memory=2436 CPUtime=0.42 cores=1,3,5,7
/proc/27060/task/27073/stat : 27073 (java) S 27057 27060 23392 0 -1 1077944384 3269 0 0 0 42 0 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314778270096 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27074] ppid=27057 vsize=10794416 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27074/stat : 27074 (java) S 27057 27060 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314777221344 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27075] ppid=27057 vsize=10794416 memory=288230574492221466 CPUtime=0.22 cores=1,3,5,7
/proc/27060/task/27075/stat : 27075 (java) S 27057 27060 23392 0 -1 1077944384 359 0 0 0 13 9 0 0 20 0 17 0 39264232 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314776169648 140315224771202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27239] ppid=27057 vsize=10794416 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27239/stat : 27239 (java) S 27057 27060 23392 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 39301486 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314773015776 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27240] ppid=27057 vsize=10794416 memory=15535236834396114 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27240/stat : 27240 (java) S 27057 27060 23392 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 39301486 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314771962992 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
Current children cumulated CPU time: 1662.21 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8292648 KiB

[startup+452.001 s]*
/proc/loadavg: 5.36 5.42 4.04 6/219 27242
/proc/meminfo: memFree=10886488/32770624 swapFree=67108860/67108860
[pid=27060] ppid=27057 vsize=10794416 memory=8292648 CPUtime=1665.4 cores=1,3,5,7
/proc/27060/stat : 27060 (java) S 27057 27060 23392 0 -1 1077944320 2999541 0 0 0 165726 814 0 0 20 0 17 0 39264226 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140733209876032 140315224760055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
/proc/27060/statm: 2698604 2073162 3211 1 0 2661057 0
[pid=27060/tid=27062] ppid=27057 vsize=10794416 memory=6791534058613427641 CPUtime=17.16 cores=1,3,5,7
/proc/27060/task/27062/stat : 27062 (java) S 27057 27060 23392 0 -1 1077944384 24043 0 0 0 1678 38 0 0 20 0 17 0 39264226 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140315229000736 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27063] ppid=27057 vsize=10794416 memory=288230613214036277 CPUtime=407.51 cores=1,3,5,7
/proc/27060/task/27063/stat : 27063 (java) R 27057 27060 23392 0 -1 4202560 1037555 0 0 0 40567 184 0 0 20 0 17 0 39264227 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140315177380696 140315206369664 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27064] ppid=27057 vsize=10794416 memory=15535236834396114 CPUtime=404.29 cores=1,3,5,7
/proc/27060/task/27064/stat : 27064 (java) R 27057 27060 23392 0 -1 4202560 647554 0 0 0 40217 212 0 0 20 0 17 0 39264227 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140315176327696 140315209756564 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27065] ppid=27057 vsize=10794416 memory=3156 CPUtime=405.92 cores=1,3,5,7
/proc/27060/task/27065/stat : 27065 (java) R 27057 27060 23392 0 -1 4202560 544691 0 0 0 40412 180 0 0 20 0 17 0 39264227 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140315175275096 140315206369838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27066] ppid=27057 vsize=10794416 memory=2930508 CPUtime=406.69 cores=1,3,5,7
/proc/27060/task/27066/stat : 27066 (java) R 27057 27060 23392 0 -1 4202560 626062 0 0 0 40484 185 0 0 20 0 17 0 39264227 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140315174222096 140315209756734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27067] ppid=27057 vsize=10794416 memory=6791534058613427641 CPUtime=20.71 cores=1,3,5,7
/proc/27060/task/27067/stat : 27067 (java) S 27057 27060 23392 0 -1 1077944384 104544 0 0 0 2065 6 0 0 20 0 17 0 39264228 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314784589248 140315224770261 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27068] ppid=27057 vsize=10794416 memory=8712 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27068/stat : 27068 (java) S 27057 27060 23392 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 39264229 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314783536736 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27069] ppid=27057 vsize=10794416 memory=8292544 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27069/stat : 27069 (java) S 27057 27060 23392 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 39264229 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314782483824 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27070] ppid=27057 vsize=10794416 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27070/stat : 27070 (java) S 27057 27060 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314781432144 140315224778651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27071] ppid=27057 vsize=10794416 memory=288230574492221466 CPUtime=1.28 cores=1,3,5,7
/proc/27060/task/27071/stat : 27071 (java) S 27057 27060 23392 0 -1 1077944384 6216 0 0 0 127 1 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314780379264 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27072] ppid=27057 vsize=10794416 memory=302867312002990389 CPUtime=1.08 cores=1,3,5,7
/proc/27060/task/27072/stat : 27072 (java) S 27057 27060 23392 0 -1 1077944384 3638 0 0 0 108 0 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314779326752 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27073] ppid=27057 vsize=10794416 memory=15535236834396114 CPUtime=0.42 cores=1,3,5,7
/proc/27060/task/27073/stat : 27073 (java) S 27057 27060 23392 0 -1 1077944384 3269 0 0 0 42 0 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314778270096 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27074] ppid=27057 vsize=10794416 memory=7450479232865035374 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27074/stat : 27074 (java) S 27057 27060 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314777221344 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27075] ppid=27057 vsize=10794416 memory=6369337141963547751 CPUtime=0.22 cores=1,3,5,7
/proc/27060/task/27075/stat : 27075 (java) S 27057 27060 23392 0 -1 1077944384 359 0 0 0 13 9 0 0 20 0 17 0 39264232 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314776169648 140315224771202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27239] ppid=27057 vsize=10794416 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27239/stat : 27239 (java) S 27057 27060 23392 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 39301486 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314773015776 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27240] ppid=27057 vsize=10794416 memory=5861545340282957924 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27240/stat : 27240 (java) S 27057 27060 23392 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 39301486 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314771962992 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
Current children cumulated CPU time: 1665.4 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8292648 KiB

[startup+452.801 s]
/proc/loadavg: 5.36 5.42 4.04 6/219 27242
/proc/meminfo: memFree=10886488/32770624 swapFree=67108860/67108860
[pid=27060] ppid=27057 vsize=10794416 memory=8292648 CPUtime=1668.55 cores=1,3,5,7
/proc/27060/stat : 27060 (java) S 27057 27060 23392 0 -1 1077944320 2999541 0 0 0 166041 814 0 0 20 0 17 0 39264226 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140733209876032 140315224760055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
/proc/27060/statm: 2698604 2073162 3211 1 0 2661057 0
[pid=27060/tid=27062] ppid=27057 vsize=10794416 memory=8292648 CPUtime=17.16 cores=1,3,5,7
/proc/27060/task/27062/stat : 27062 (java) S 27057 27060 23392 0 -1 1077944384 24043 0 0 0 1678 38 0 0 20 0 17 0 39264226 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140315229000736 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27063] ppid=27057 vsize=10794416 memory=13916 CPUtime=408.29 cores=1,3,5,7
/proc/27060/task/27063/stat : 27063 (java) R 27057 27060 23392 0 -1 4202560 1037555 0 0 0 40645 184 0 0 20 0 17 0 39264227 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140315177380696 140315209458752 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27064] ppid=27057 vsize=10794416 memory=2436 CPUtime=405.08 cores=1,3,5,7
/proc/27060/task/27064/stat : 27064 (java) R 27057 27060 23392 0 -1 4202560 647554 0 0 0 40296 212 0 0 20 0 17 0 39264227 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140315176327504 140315217388263 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27065] ppid=27057 vsize=10794416 memory=8292648 CPUtime=406.71 cores=1,3,5,7
/proc/27060/task/27065/stat : 27065 (java) R 27057 27060 23392 0 -1 4202560 544691 0 0 0 40491 180 0 0 20 0 17 0 39264227 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140315175275096 140315209217688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27066] ppid=27057 vsize=10794416 memory=6791534058613427641 CPUtime=407.48 cores=1,3,5,7
/proc/27060/task/27066/stat : 27066 (java) R 27057 27060 23392 0 -1 4202560 626062 0 0 0 40563 185 0 0 20 0 17 0 39264227 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140315174222096 140315209756422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27067] ppid=27057 vsize=10794416 memory=1728 CPUtime=20.71 cores=1,3,5,7
/proc/27060/task/27067/stat : 27067 (java) S 27057 27060 23392 0 -1 1077944384 104544 0 0 0 2065 6 0 0 20 0 17 0 39264228 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314784589248 140315224770261 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27068] ppid=27057 vsize=10794416 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27068/stat : 27068 (java) S 27057 27060 23392 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 39264229 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314783536736 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27069] ppid=27057 vsize=10794416 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27069/stat : 27069 (java) S 27057 27060 23392 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 39264229 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314782483824 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27070] ppid=27057 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27070/stat : 27070 (java) S 27057 27060 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314781432144 140315224778651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27071] ppid=27057 vsize=10794416 memory=1576 CPUtime=1.28 cores=1,3,5,7
/proc/27060/task/27071/stat : 27071 (java) S 27057 27060 23392 0 -1 1077944384 6216 0 0 0 127 1 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314780379264 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27072] ppid=27057 vsize=10794416 memory=928 CPUtime=1.08 cores=1,3,5,7
/proc/27060/task/27072/stat : 27072 (java) S 27057 27060 23392 0 -1 1077944384 3638 0 0 0 108 0 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314779326752 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27073] ppid=27057 vsize=10794416 memory=2240 CPUtime=0.42 cores=1,3,5,7
/proc/27060/task/27073/stat : 27073 (java) S 27057 27060 23392 0 -1 1077944384 3269 0 0 0 42 0 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314778270096 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27074] ppid=27057 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27074/stat : 27074 (java) S 27057 27060 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314777221344 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27075] ppid=27057 vsize=10794416 memory=1232 CPUtime=0.22 cores=1,3,5,7
/proc/27060/task/27075/stat : 27075 (java) S 27057 27060 23392 0 -1 1077944384 359 0 0 0 13 9 0 0 20 0 17 0 39264232 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314776169648 140315224771202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27239] ppid=27057 vsize=10794416 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27239/stat : 27239 (java) S 27057 27060 23392 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 39301486 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314773015776 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27240] ppid=27057 vsize=10794416 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27240/stat : 27240 (java) S 27057 27060 23392 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 39301486 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314771962992 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
Current children cumulated CPU time: 1668.55 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8292648 KiB

[startup+453.201 s]
/proc/loadavg: 5.36 5.42 4.04 6/219 27242
/proc/meminfo: memFree=10886480/32770624 swapFree=67108860/67108860
[pid=27060] ppid=27057 vsize=10794416 memory=8292648 CPUtime=1670.09 cores=1,3,5,7
/proc/27060/stat : 27060 (java) S 27057 27060 23392 0 -1 1077944320 2999541 0 0 0 166195 814 0 0 20 0 17 0 39264226 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140733209876032 140315224760055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
/proc/27060/statm: 2698604 2073162 3211 1 0 2661057 0
[pid=27060/tid=27062] ppid=27057 vsize=10794416 memory=6791534058613427641 CPUtime=17.16 cores=1,3,5,7
/proc/27060/task/27062/stat : 27062 (java) S 27057 27060 23392 0 -1 1077944384 24043 0 0 0 1678 38 0 0 20 0 17 0 39264226 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140315229000736 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27063] ppid=27057 vsize=10794416 memory=288230613214036277 CPUtime=408.67 cores=1,3,5,7
/proc/27060/task/27063/stat : 27063 (java) R 27057 27060 23392 0 -1 4202560 1037555 0 0 0 40683 184 0 0 20 0 17 0 39264227 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140315177380616 140315217388263 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27064] ppid=27057 vsize=10794416 memory=15535236834396114 CPUtime=405.47 cores=1,3,5,7
/proc/27060/task/27064/stat : 27064 (java) R 27057 27060 23392 0 -1 4202560 647554 0 0 0 40335 212 0 0 20 0 17 0 39264227 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140315176327504 140315217388263 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27065] ppid=27057 vsize=10794416 memory=1404 CPUtime=407.11 cores=1,3,5,7
/proc/27060/task/27065/stat : 27065 (java) R 27057 27060 23392 0 -1 4202560 544691 0 0 0 40531 180 0 0 20 0 17 0 39264227 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140315175275096 140315209217646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27066] ppid=27057 vsize=10794416 memory=3156 CPUtime=407.87 cores=1,3,5,7
/proc/27060/task/27066/stat : 27066 (java) R 27057 27060 23392 0 -1 4202560 626062 0 0 0 40602 185 0 0 20 0 17 0 39264227 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140315174221904 140315217388263 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27067] ppid=27057 vsize=10794416 memory=2930508 CPUtime=20.71 cores=1,3,5,7
/proc/27060/task/27067/stat : 27067 (java) S 27057 27060 23392 0 -1 1077944384 104544 0 0 0 2065 6 0 0 20 0 17 0 39264228 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314784589248 140315224770261 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27068] ppid=27057 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27068/stat : 27068 (java) S 27057 27060 23392 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 39264229 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314783536736 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27069] ppid=27057 vsize=10794416 memory=928 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27069/stat : 27069 (java) S 27057 27060 23392 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 39264229 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314782483824 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27070] ppid=27057 vsize=10794416 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27070/stat : 27070 (java) S 27057 27060 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314781432144 140315224778651 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27071] ppid=27057 vsize=10794416 memory=4124 CPUtime=1.28 cores=1,3,5,7
/proc/27060/task/27071/stat : 27071 (java) S 27057 27060 23392 0 -1 1077944384 6216 0 0 0 127 1 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314780379264 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27072] ppid=27057 vsize=10794416 memory=2200 CPUtime=1.08 cores=1,3,5,7
/proc/27060/task/27072/stat : 27072 (java) S 27057 27060 23392 0 -1 1077944384 3638 0 0 0 108 0 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314779326752 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27073] ppid=27057 vsize=10794416 memory=7528 CPUtime=0.42 cores=1,3,5,7
/proc/27060/task/27073/stat : 27073 (java) S 27057 27060 23392 0 -1 1077944384 3269 0 0 0 42 0 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314778270096 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27074] ppid=27057 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27074/stat : 27074 (java) S 27057 27060 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39264231 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314777221344 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27075] ppid=27057 vsize=10794416 memory=8292648 CPUtime=0.22 cores=1,3,5,7
/proc/27060/task/27075/stat : 27075 (java) S 27057 27060 23392 0 -1 1077944384 359 0 0 0 13 9 0 0 20 0 17 0 39264232 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314776169648 140315224771202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27239] ppid=27057 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27239/stat : 27239 (java) S 27057 27060 23392 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 39301486 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314773015776 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
[pid=27060/tid=27240] ppid=27057 vsize=10794416 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/27060/task/27240/stat : 27240 (java) S 27057 27060 23392 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 39301486 11053481984 2073162 33554432000 4194304 4196468 140733209893488 140314771962992 140315224770261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12750848 140733209896049 140733209896201 140733209896201 140733209898959 0
Current children cumulated CPU time: 1670.09 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8292648 KiB

[startup+453.301 s]*
/proc/loadavg: 5.36 5.42 4.04 3/204 27242
/proc/meminfo: memFree=11487572/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): 453.375
CPU time (s): 1670.43
CPU user time (s): 1662.21
CPU system time (s): 8.22387
CPU usage (%): 368.444
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8292648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1662.21
system time used= 8.22387
maximum resident set size= 8292648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2999644
page faults= 0
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39555
involuntary context switches= 37446


# summary of solver processes directly reported to runsolver:
#   pid: 27060
#   total CPU time (s): 1670.43
#   total CPU user time (s): 1662.21
#   total CPU system time (s): 8.22387

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.70626 second user time and 4.66235 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 01:50:11
IDJOB=4289958
IDBENCH=141361
IDSOLVER=2742
FILE ID=node136/4289958-1532217011
RUNJOBID= node136-1532209747-25928
PBS_JOBID= 21018931
Free space on /tmp= 57112 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-magazine_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289958-1532217011/watcher-4289958-1532217011 -o /tmp/evaluation-result-4289958-1532217011/solver-4289958-1532217011 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25928 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289958-1532217011.xml

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

MD5SUM BENCH= 22697061c475ce526fb64da13536656d
RANDOM SEED=2100117534

node136.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.50
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.50
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.50
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.50
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:        14134196 kB
MemAvailable:   23967868 kB
Buffers:          225412 kB
Cached:          9816688 kB
SwapCached:            0 kB
Active:          9015704 kB
Inactive:        9040320 kB
Active(anon):    8016392 kB
Inactive(anon):    16920 kB
Active(file):     999312 kB
Inactive(file):  9023400 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2420 kB
Writeback:             0 kB
AnonPages:       8073668 kB
Mapped:            46968 kB
Shmem:             17036 kB
Slab:             266400 kB
SReclaimable:     239420 kB
SUnreclaim:        26980 kB
KernelStack:        3840 kB
PageTables:        20736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8642200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7809024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57112 MiB
End job on node136 at 2018-07-22 01:57:44