Trace number 4289927

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? 1733.02 466.356

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-2-0_c18.xml
MD5SUMe037ec762e0941f9d509e6c54a7639e5
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 variables333
Number of constraints356
Number of domains3
Minimum domain size25
Maximum domain size111
Distribution of domain sizes[{"size":25,"count":111},{"size":40,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":111},{"degree":4,"count":111},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":132},{"arity":111,"count":113},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":21},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289927-1532271686/watcher-4289927-1532271686 -o /tmp/evaluation-result-4289927-1532271686/solver-4289927-1532271686 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1701 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289927-1532271686.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
Current StackSize limit: 8192 KiB

solver pid=3605, runsolver pid=3602

[startup+0.10008 s]*
/proc/loadavg: 7.39 5.61 3.77 6/217 3620
/proc/meminfo: memFree=12125636/32770624 swapFree=67108860/67108860
[pid=3605] ppid=3602 vsize=10659012 memory=30136 CPUtime=0.13 cores=1,3,5,7
/proc/3605/stat : 3605 (java) S 3602 3605 1669 0 -1 1077944320 6604 0 0 0 12 1 0 0 20 0 15 0 44731839 10914828288 7534 33554432000 4194304 4196468 140721975483568 140721975466112 140028268584695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
/proc/3605/statm: 2664753 7534 2822 1 0 2627263 0
[pid=3605/tid=3607] ppid=3602 vsize=10659012 memory=-8969307308469089472 CPUtime=0.09 cores=1,3,5,7
/proc/3605/task/3607/stat : 3607 (java) R 3602 3605 1669 0 -1 4202560 4442 0 0 0 9 0 0 0 20 0 15 0 44731840 10914828288 7534 33554432000 4194304 4196468 140721975483568 140028272798688 140028252665182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3608] ppid=3602 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3608/stat : 3608 (java) S 3602 3605 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731841 10914828288 7534 33554432000 4194304 4196468 140721975483568 140028221205008 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3609] ppid=3602 vsize=10659012 memory=140572774213248 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3609/stat : 3609 (java) S 3602 3605 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731841 10914828288 7534 33554432000 4194304 4196468 140721975483568 140028220152464 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3610] ppid=3602 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3610/stat : 3610 (java) S 3602 3605 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731841 10914828288 7534 33554432000 4194304 4196468 140721975483568 140028219099408 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3611] ppid=3602 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3611/stat : 3611 (java) S 3602 3605 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44731841 10914828288 7534 33554432000 4194304 4196468 140721975483568 140028218046864 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3612] ppid=3602 vsize=10659012 memory=140572774213248 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3612/stat : 3612 (java) S 3602 3605 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44731842 10914828288 7534 33554432000 4194304 4196468 140721975483568 140027827411696 140028268595842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3613] ppid=3602 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3613/stat : 3613 (java) S 3602 3605 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44731842 10914828288 7534 33554432000 4194304 4196468 140721975483568 140027826357920 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3614] ppid=3602 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3614/stat : 3614 (java) S 3602 3605 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44731843 10914828288 7534 33554432000 4194304 4196468 140721975483568 140027825304816 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3615] ppid=3602 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3615/stat : 3615 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731845 10914828288 7534 33554432000 4194304 4196468 140721975483568 140027824253392 140028268603291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3616] ppid=3602 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3616/stat : 3616 (java) S 3602 3605 1669 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 44731845 10914828288 7534 33554432000 4194304 4196468 140721975483568 140027823200496 140028268595842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3617] ppid=3602 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3617/stat : 3617 (java) S 3602 3605 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731845 10914828288 7534 33554432000 4194304 4196468 140721975483568 140027822147952 140028268595842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3618] ppid=3602 vsize=10659012 memory=140572774213248 CPUtime=0.02 cores=1,3,5,7
/proc/3605/task/3618/stat : 3618 (java) S 3602 3605 1669 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 44731845 10914828288 7534 33554432000 4194304 4196468 140721975483568 140027821094896 140028268595842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3619] ppid=3602 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3619/stat : 3619 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731845 10914828288 7534 33554432000 4194304 4196468 140721975483568 140027820042592 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3620] ppid=3602 vsize=10659012 memory=140572774213248 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3620/stat : 3620 (java) S 3602 3605 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731845 10914828288 7534 33554432000 4194304 4196468 140721975483568 140027818990640 140028268595842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30136 KiB

[startup+0.211722 s]*
/proc/loadavg: 7.39 5.61 3.77 7/217 3620
/proc/meminfo: memFree=12113568/32770624 swapFree=67108860/67108860
[pid=3605] ppid=3602 vsize=10659012 memory=41048 CPUtime=0.34 cores=1,3,5,7
/proc/3605/stat : 3605 (java) S 3602 3605 1669 0 -1 1077944320 7857 0 0 0 32 2 0 0 20 0 15 0 44731839 10914828288 10262 33554432000 4194304 4196468 140721975483568 140721975466112 140028268584695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
/proc/3605/statm: 2664753 10262 2994 1 0 2627263 0
[pid=3605/tid=3607] ppid=3602 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3605/task/3607/stat : 3607 (java) R 3602 3605 1669 0 -1 4202560 5037 0 0 0 19 1 0 0 20 0 15 0 44731840 10914828288 10262 33554432000 4194304 4196468 140721975483568 140028272807872 140028249958245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3608] ppid=3602 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3608/stat : 3608 (java) S 3602 3605 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731841 10914828288 10262 33554432000 4194304 4196468 140721975483568 140028221205008 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3609] ppid=3602 vsize=10659012 memory=140572774375527 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3609/stat : 3609 (java) S 3602 3605 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731841 10914828288 10262 33554432000 4194304 4196468 140721975483568 140028220152464 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3610] ppid=3602 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3610/stat : 3610 (java) S 3602 3605 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731841 10914828288 10262 33554432000 4194304 4196468 140721975483568 140028219099408 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3611] ppid=3602 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3611/stat : 3611 (java) S 3602 3605 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44731841 10914828288 10262 33554432000 4194304 4196468 140721975483568 140028218046864 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3612] ppid=3602 vsize=10659012 memory=140572774213248 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3612/stat : 3612 (java) S 3602 3605 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44731842 10914828288 10262 33554432000 4194304 4196468 140721975483568 140027827411696 140028268595842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3613] ppid=3602 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3613/stat : 3613 (java) S 3602 3605 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44731842 10914828288 10262 33554432000 4194304 4196468 140721975483568 140027826357920 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3614] ppid=3602 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3614/stat : 3614 (java) S 3602 3605 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44731843 10914828288 10262 33554432000 4194304 4196468 140721975483568 140027825304816 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3615] ppid=3602 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3615/stat : 3615 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731845 10914828288 10262 33554432000 4194304 4196468 140721975483568 140027824253392 140028268603291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3616] ppid=3602 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3605/task/3616/stat : 3616 (java) S 3602 3605 1669 0 -1 1077944384 547 0 0 0 2 0 0 0 20 0 15 0 44731845 10914828288 10262 33554432000 4194304 4196468 140721975483568 140027823200496 140028268595842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3617] ppid=3602 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3605/task/3617/stat : 3617 (java) S 3602 3605 1669 0 -1 1077944384 216 0 0 0 1 0 0 0 20 0 15 0 44731845 10914828288 10262 33554432000 4194304 4196468 140721975483568 140027822147952 140028268595842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3618] ppid=3602 vsize=10659012 memory=140572774213248 CPUtime=0.08 cores=1,3,5,7
/proc/3605/task/3618/stat : 3618 (java) R 3602 3605 1669 0 -1 4202560 697 0 0 0 8 0 0 0 20 0 15 0 44731845 10914828288 10262 33554432000 4194304 4196468 140721975483568 140027821094896 140028268606042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3619] ppid=3602 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3619/stat : 3619 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731845 10914828288 10262 33554432000 4194304 4196468 140721975483568 140027820042592 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3620] ppid=3602 vsize=10659012 memory=140572774213248 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3620/stat : 3620 (java) S 3602 3605 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731845 10914828288 10262 33554432000 4194304 4196468 140721975483568 140027818990640 140028268595842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41048 KiB

[startup+0.31263 s]*
/proc/loadavg: 7.39 5.61 3.77 9/217 3620
/proc/meminfo: memFree=12101204/32770624 swapFree=67108860/67108860
[pid=3605] ppid=3602 vsize=10659088 memory=53508 CPUtime=0.61 cores=1,3,5,7
/proc/3605/stat : 3605 (java) S 3602 3605 1669 0 -1 1077944320 9949 0 0 0 59 2 0 0 20 0 15 0 44731839 10914906112 13377 33554432000 4194304 4196468 140721975483568 140721975466112 140028268584695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
/proc/3605/statm: 2664772 13377 3071 1 0 2627263 0
[pid=3605/tid=3607] ppid=3602 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/3605/task/3607/stat : 3607 (java) R 3602 3605 1669 0 -1 4202560 5589 0 0 0 29 1 0 0 20 0 15 0 44731840 10914906112 13377 33554432000 4194304 4196468 140721975483568 140028272819648 140027896154913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3608] ppid=3602 vsize=10659088 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3608/stat : 3608 (java) S 3602 3605 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731841 10914906112 13377 33554432000 4194304 4196468 140721975483568 140028221205008 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3609] ppid=3602 vsize=10659088 memory=15121664405251736 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3609/stat : 3609 (java) S 3602 3605 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731841 10914906112 13377 33554432000 4194304 4196468 140721975483568 140028220152464 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3610] ppid=3602 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3610/stat : 3610 (java) S 3602 3605 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731841 10914906112 13377 33554432000 4194304 4196468 140721975483568 140028219099408 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3611] ppid=3602 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3611/stat : 3611 (java) S 3602 3605 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44731841 10914906112 13377 33554432000 4194304 4196468 140721975483568 140028218046864 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3612] ppid=3602 vsize=10659088 memory=140572774213248 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3612/stat : 3612 (java) S 3602 3605 1669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44731842 10914906112 13377 33554432000 4194304 4196468 140721975483568 140027827411696 140028268595842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3613] ppid=3602 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3613/stat : 3613 (java) S 3602 3605 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44731842 10914906112 13377 33554432000 4194304 4196468 140721975483568 140027826357920 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3614] ppid=3602 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3614/stat : 3614 (java) S 3602 3605 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44731843 10914906112 13377 33554432000 4194304 4196468 140721975483568 140027825304816 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3615] ppid=3602 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3615/stat : 3615 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731845 10914906112 13377 33554432000 4194304 4196468 140721975483568 140027824253392 140028268603291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3616] ppid=3602 vsize=10659088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3605/task/3616/stat : 3616 (java) R 3602 3605 1669 0 -1 4202560 1207 0 0 0 8 0 0 0 20 0 15 0 44731845 10914906112 13377 33554432000 4194304 4196468 140721975483568 140027823181512 140028249774284 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3617] ppid=3602 vsize=10659088 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3605/task/3617/stat : 3617 (java) R 3602 3605 1669 0 -1 4202560 672 0 0 0 7 0 0 0 20 0 15 0 44731845 10914906112 13377 33554432000 4194304 4196468 140721975483568 140027822133976 140028247859976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3618] ppid=3602 vsize=10659088 memory=140572774213248 CPUtime=0.13 cores=1,3,5,7
/proc/3605/task/3618/stat : 3618 (java) R 3602 3605 1669 0 -1 1077944384 1112 0 0 0 13 0 0 0 20 0 15 0 44731845 10914906112 13377 33554432000 4194304 4196468 140721975483568 140027821094896 140028268595842 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3619] ppid=3602 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3619/stat : 3619 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731845 10914906112 13377 33554432000 4194304 4196468 140721975483568 140027820042592 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3620] ppid=3602 vsize=10659088 memory=140572774213248 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3620/stat : 3620 (java) S 3602 3605 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731845 10914906112 13377 33554432000 4194304 4196468 140721975483568 140027818990640 140028268595842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53508 KiB

[startup+0.700813 s]
/proc/loadavg: 7.39 5.61 3.77 8/217 3620
/proc/meminfo: memFree=12062360/32770624 swapFree=67108860/67108860
[pid=3605] ppid=3602 vsize=10659088 memory=194024 CPUtime=1.93 cores=1,3,5,7
/proc/3605/stat : 3605 (java) S 3602 3605 1669 0 -1 1077944320 12608 0 0 0 188 5 0 0 20 0 15 0 44731839 10914906112 48506 33554432000 4194304 4196468 140721975483568 140721975466112 140028268584695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
/proc/3605/statm: 2664772 48506 3127 1 0 2627263 0
[pid=3605/tid=3607] ppid=3602 vsize=10659088 memory=1728 CPUtime=0.65 cores=1,3,5,7
/proc/3605/task/3607/stat : 3607 (java) R 3602 3605 1669 0 -1 4202560 6000 0 0 0 62 3 0 0 20 0 15 0 44731840 10914906112 48506 33554432000 4194304 4196468 140721975483568 140028272812832 140028268606621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3608] ppid=3602 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3608/stat : 3608 (java) S 3602 3605 1669 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 44731841 10914906112 48506 33554432000 4194304 4196468 140721975483568 140028221205008 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3609] ppid=3602 vsize=10659088 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3609/stat : 3609 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731841 10914906112 48506 33554432000 4194304 4196468 140721975483568 140028220152464 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3610] ppid=3602 vsize=10659088 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3610/stat : 3610 (java) S 3602 3605 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44731841 10914906112 48506 33554432000 4194304 4196468 140721975483568 140028219099408 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3611] ppid=3602 vsize=10659088 memory=792 CPUtime=0.01 cores=1,3,5,7
/proc/3605/task/3611/stat : 3611 (java) S 3602 3605 1669 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 15 0 44731841 10914906112 48506 33554432000 4194304 4196468 140721975483568 140028218046864 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3612] ppid=3602 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3612/stat : 3612 (java) S 3602 3605 1669 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44731842 10914906112 48506 33554432000 4194304 4196468 140721975483568 140027827411696 140028268595842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3613] ppid=3602 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3613/stat : 3613 (java) S 3602 3605 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44731842 10914906112 48506 33554432000 4194304 4196468 140721975483568 140027826357920 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3614] ppid=3602 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3614/stat : 3614 (java) S 3602 3605 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44731843 10914906112 48506 33554432000 4194304 4196468 140721975483568 140027825304816 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3615] ppid=3602 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3615/stat : 3615 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731845 10914906112 48506 33554432000 4194304 4196468 140721975483568 140027824253392 140028268603291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3616] ppid=3602 vsize=10659088 memory=7523641866607553108 CPUtime=0.45 cores=1,3,5,7
/proc/3605/task/3616/stat : 3616 (java) R 3602 3605 1669 0 -1 4202560 1629 0 0 0 45 0 0 0 20 0 15 0 44731845 10914906112 48506 33554432000 4194304 4196468 140721975483568 140027823191824 140028249994845 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3617] ppid=3602 vsize=10659088 memory=5789189752906409301 CPUtime=0.44 cores=1,3,5,7
/proc/3605/task/3617/stat : 3617 (java) R 3602 3605 1669 0 -1 4202560 1640 0 0 0 44 0 0 0 20 0 15 0 44731845 10914906112 48506 33554432000 4194304 4196468 140721975483568 140027822148080 140028246751176 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3618] ppid=3602 vsize=10659088 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/3605/task/3618/stat : 3618 (java) R 3602 3605 1669 0 -1 1077944384 1854 0 0 0 32 0 0 0 20 0 15 0 44731845 10914906112 48506 33554432000 4194304 4196468 140721975483568 140027821090624 140028268594901 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3619] ppid=3602 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3619/stat : 3619 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44731845 10914906112 48506 33554432000 4194304 4196468 140721975483568 140027820042592 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3620] ppid=3602 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3620/stat : 3620 (java) S 3602 3605 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44731845 10914906112 48506 33554432000 4194304 4196468 140721975483568 140027818990640 140028268595842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 194024 KiB

[startup+1.50163 s]
/proc/loadavg: 7.39 5.61 3.77 9/217 3620
/proc/meminfo: memFree=11906532/32770624 swapFree=67108860/67108860
[pid=3605] ppid=3602 vsize=10659088 memory=500760 CPUtime=4.33 cores=1,3,5,7
/proc/3605/stat : 3605 (java) S 3602 3605 1669 0 -1 1077944320 13801 0 0 0 403 30 0 0 20 0 15 0 44731839 10914906112 125190 33554432000 4194304 4196468 140721975483568 140721975466112 140028268584695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
/proc/3605/statm: 2664772 125190 3146 1 0 2627263 0
[pid=3605/tid=3607] ppid=3602 vsize=10659088 memory=8112282956445269571 CPUtime=1.23 cores=1,3,5,7
/proc/3605/task/3607/stat : 3607 (java) S 3602 3605 1669 0 -1 1077944384 6109 0 0 0 118 5 0 0 20 0 15 0 44731840 10914906112 125190 33554432000 4194304 4196468 140721975483568 140028272820896 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3608] ppid=3602 vsize=10659088 memory=1404238533841559158 CPUtime=0.21 cores=1,3,5,7
/proc/3605/task/3608/stat : 3608 (java) R 3602 3605 1669 0 -1 4202560 171 0 0 0 16 5 0 0 20 0 15 0 44731841 10914906112 125190 33554432000 4194304 4196468 140721975483568 140028221205008 140028253612569 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3609] ppid=3602 vsize=10659088 memory=6525018278055875452 CPUtime=0.2 cores=1,3,5,7
/proc/3605/task/3609/stat : 3609 (java) R 3602 3605 1669 0 -1 4202560 175 0 0 0 15 5 0 0 20 0 15 0 44731841 10914906112 125190 33554432000 4194304 4196468 140721975483568 140028220152352 140028253612114 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3610] ppid=3602 vsize=10659088 memory=3047711462688066934 CPUtime=0.2 cores=1,3,5,7
/proc/3605/task/3610/stat : 3610 (java) R 3602 3605 1669 0 -1 4202560 180 0 0 0 15 5 0 0 20 0 15 0 44731841 10914906112 125190 33554432000 4194304 4196468 140721975483568 140028219099608 140028261681396 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3611] ppid=3602 vsize=10659088 memory=7974038411334692957 CPUtime=0.21 cores=1,3,5,7
/proc/3605/task/3611/stat : 3611 (java) R 3602 3605 1669 0 -1 4202560 162 0 0 0 16 5 0 0 20 0 15 0 44731841 10914906112 125190 33554432000 4194304 4196468 140721975483568 140028218046864 140028253612569 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3612] ppid=3602 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3612/stat : 3612 (java) S 3602 3605 1669 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 44731842 10914906112 125190 33554432000 4194304 4196468 140721975483568 140027827410208 140028268594901 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0

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

[pid=3605/tid=3608] ppid=3602 vsize=10925488 memory=8436980 CPUtime=423.28 cores=1,3,5,7
/proc/3605/task/3608/stat : 3608 (java) R 3602 3605 1669 0 -1 4202560 42970 0 0 0 42101 227 0 0 20 0 17 0 44731841 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028221204816 140028261212903 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3609] ppid=3602 vsize=10925488 memory=8436980 CPUtime=424.35 cores=1,3,5,7
/proc/3605/task/3609/stat : 3609 (java) R 3602 3605 1669 0 -1 4202560 28818 0 0 0 42239 196 0 0 20 0 17 0 44731841 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028220152664 140028253581102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3610] ppid=3602 vsize=10925488 memory=8436980 CPUtime=423.91 cores=1,3,5,7
/proc/3605/task/3610/stat : 3610 (java) R 3602 3605 1669 0 -1 4202560 34921 0 0 0 42174 217 0 0 20 0 17 0 44731841 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028219099216 140028261212903 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3611] ppid=3602 vsize=10925488 memory=288230574492221466 CPUtime=423.22 cores=1,3,5,7
/proc/3605/task/3611/stat : 3611 (java) R 3602 3605 1669 0 -1 4202560 47780 0 0 0 42100 222 0 0 20 0 17 0 44731841 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028218046984 140028261212903 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3612] ppid=3602 vsize=10925488 memory=288230621803970871 CPUtime=18.67 cores=1,3,5,7
/proc/3605/task/3612/stat : 3612 (java) S 3602 3605 1669 0 -1 1077944384 89152 0 0 0 1862 5 0 0 20 0 17 0 44731842 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027827410240 140028268594901 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3613] ppid=3602 vsize=10925488 memory=15262553655740349 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3613/stat : 3613 (java) S 3602 3605 1669 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 44731842 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027826357984 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3614] ppid=3602 vsize=10925488 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3614/stat : 3614 (java) S 3602 3605 1669 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 44731843 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027825303824 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3615] ppid=3602 vsize=10925488 memory=15100 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3615/stat : 3615 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027824253392 140028268603291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3616] ppid=3602 vsize=10925488 memory=1296 CPUtime=1.92 cores=1,3,5,7
/proc/3605/task/3616/stat : 3616 (java) S 3602 3605 1669 0 -1 1077944384 12055 0 0 0 190 2 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027823200256 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3617] ppid=3602 vsize=10925488 memory=8112282956445269571 CPUtime=1.23 cores=1,3,5,7
/proc/3605/task/3617/stat : 3617 (java) S 3602 3605 1669 0 -1 1077944384 4977 0 0 0 123 0 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027822148000 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3618] ppid=3602 vsize=10925488 memory=4096 CPUtime=0.43 cores=1,3,5,7
/proc/3605/task/3618/stat : 3618 (java) S 3602 3605 1669 0 -1 1077944384 2662 0 0 0 42 1 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027821094944 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3619] ppid=3602 vsize=10925488 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3619/stat : 3619 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027820042592 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3620] ppid=3602 vsize=10925488 memory=3220 CPUtime=0.17 cores=1,3,5,7
/proc/3605/task/3620/stat : 3620 (java) S 3602 3605 1669 0 -1 1077944384 663 0 0 0 9 8 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027818990640 140028268595842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3782] ppid=3602 vsize=10925488 memory=8436980 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3782/stat : 3782 (java) S 3602 3605 1669 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 44776131 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027815837616 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3783] ppid=3602 vsize=10925488 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3783/stat : 3783 (java) S 3602 3605 1669 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 44776131 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027814785328 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
Current children cumulated CPU time: 1731.89 s
Current children cumulated vsize: 10925488 KiB
Current children cumulated memory: 8436980 KiB

[startup+466.001 s]*
/proc/loadavg: 5.11 6.07 4.80 3/218 3783
/proc/meminfo: memFree=3715416/32770624 swapFree=67108860/67108860
[pid=3605] ppid=3602 vsize=10925488 memory=8436980 CPUtime=1732.66 cores=1,3,5,7
/proc/3605/stat : 3605 (java) S 3602 3605 1669 0 -1 1077944320 278013 0 0 0 172377 889 0 0 20 0 17 0 44731839 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140721975466112 140028268584695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
/proc/3605/statm: 2731372 2109245 3223 1 0 2693825 0
[pid=3605/tid=3607] ppid=3602 vsize=10925488 memory=920 CPUtime=14.63 cores=1,3,5,7
/proc/3605/task/3607/stat : 3607 (java) S 3602 3605 1669 0 -1 1077944384 12582 0 0 0 1453 10 0 0 20 0 17 0 44731840 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028272825376 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3608] ppid=3602 vsize=10925488 memory=3852 CPUtime=423.4 cores=1,3,5,7
/proc/3605/task/3608/stat : 3608 (java) S 3602 3605 1669 0 -1 1077944384 42970 0 0 0 42113 227 0 0 20 0 17 0 44731841 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028221205008 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3609] ppid=3602 vsize=10925488 memory=4126316290023845779 CPUtime=424.47 cores=1,3,5,7
/proc/3605/task/3609/stat : 3609 (java) S 3602 3605 1669 0 -1 1077944384 28818 0 0 0 42251 196 0 0 20 0 17 0 44731841 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028220152464 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3610] ppid=3602 vsize=10925488 memory=2244 CPUtime=424.03 cores=1,3,5,7
/proc/3605/task/3610/stat : 3610 (java) S 3602 3605 1669 0 -1 1077944384 34921 0 0 0 42186 217 0 0 20 0 17 0 44731841 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028219099408 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3611] ppid=3602 vsize=10925488 memory=4124 CPUtime=423.34 cores=1,3,5,7
/proc/3605/task/3611/stat : 3611 (java) S 3602 3605 1669 0 -1 1077944384 47780 0 0 0 42112 222 0 0 20 0 17 0 44731841 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028218046864 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3612] ppid=3602 vsize=10925488 memory=2200 CPUtime=18.95 cores=1,3,5,7
/proc/3605/task/3612/stat : 3612 (java) R 3602 3605 1669 0 -1 4202560 89152 0 0 0 1890 5 0 0 20 0 17 0 44731842 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027827410240 140028253581204 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3613] ppid=3602 vsize=10925488 memory=8148 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3613/stat : 3613 (java) S 3602 3605 1669 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 44731842 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027826357984 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3614] ppid=3602 vsize=10925488 memory=848 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3614/stat : 3614 (java) S 3602 3605 1669 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 44731843 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027825303824 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3615] ppid=3602 vsize=10925488 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3615/stat : 3615 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027824253392 140028268603291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3616] ppid=3602 vsize=10925488 memory=1404 CPUtime=1.92 cores=1,3,5,7
/proc/3605/task/3616/stat : 3616 (java) S 3602 3605 1669 0 -1 1077944384 12055 0 0 0 190 2 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027823200256 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3617] ppid=3602 vsize=10925488 memory=3220 CPUtime=1.23 cores=1,3,5,7
/proc/3605/task/3617/stat : 3617 (java) S 3602 3605 1669 0 -1 1077944384 4977 0 0 0 123 0 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027822148000 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3618] ppid=3602 vsize=10925488 memory=8436980 CPUtime=0.43 cores=1,3,5,7
/proc/3605/task/3618/stat : 3618 (java) S 3602 3605 1669 0 -1 1077944384 2662 0 0 0 42 1 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027821094944 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3619] ppid=3602 vsize=10925488 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3619/stat : 3619 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027820042592 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3620] ppid=3602 vsize=10925488 memory=3080 CPUtime=0.17 cores=1,3,5,7
/proc/3605/task/3620/stat : 3620 (java) S 3602 3605 1669 0 -1 1077944384 663 0 0 0 9 8 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027818990640 140028268595842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3782] ppid=3602 vsize=10925488 memory=960 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3782/stat : 3782 (java) S 3602 3605 1669 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 44776131 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027815837616 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3783] ppid=3602 vsize=10925488 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3783/stat : 3783 (java) S 3602 3605 1669 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 44776131 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027814785328 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
Current children cumulated CPU time: 1732.66 s
Current children cumulated vsize: 10925488 KiB
Current children cumulated memory: 8436980 KiB

[startup+466.201 s]
/proc/loadavg: 5.11 6.07 4.80 3/218 3783
/proc/meminfo: memFree=3715416/32770624 swapFree=67108860/67108860
[pid=3605] ppid=3602 vsize=10925488 memory=8436980 CPUtime=1732.85 cores=1,3,5,7
/proc/3605/stat : 3605 (java) S 3602 3605 1669 0 -1 1077944320 278013 0 0 0 172396 889 0 0 20 0 17 0 44731839 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140721975466112 140028268584695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
/proc/3605/statm: 2731372 2109245 3223 1 0 2693825 0
[pid=3605/tid=3607] ppid=3602 vsize=10925488 memory=288230621803970871 CPUtime=14.63 cores=1,3,5,7
/proc/3605/task/3607/stat : 3607 (java) S 3602 3605 1669 0 -1 1077944384 12582 0 0 0 1453 10 0 0 20 0 17 0 44731840 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028272825376 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3608] ppid=3602 vsize=10925488 memory=15262553655740349 CPUtime=423.4 cores=1,3,5,7
/proc/3605/task/3608/stat : 3608 (java) S 3602 3605 1669 0 -1 1077944384 42970 0 0 0 42113 227 0 0 20 0 17 0 44731841 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028221205008 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3609] ppid=3602 vsize=10925488 memory=288230621803970871 CPUtime=424.47 cores=1,3,5,7
/proc/3605/task/3609/stat : 3609 (java) S 3602 3605 1669 0 -1 1077944384 28818 0 0 0 42251 196 0 0 20 0 17 0 44731841 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028220152464 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3610] ppid=3602 vsize=10925488 memory=2340 CPUtime=424.03 cores=1,3,5,7
/proc/3605/task/3610/stat : 3610 (java) S 3602 3605 1669 0 -1 1077944384 34921 0 0 0 42186 217 0 0 20 0 17 0 44731841 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028219099408 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3611] ppid=3602 vsize=10925488 memory=1696 CPUtime=423.34 cores=1,3,5,7
/proc/3605/task/3611/stat : 3611 (java) S 3602 3605 1669 0 -1 1077944384 47780 0 0 0 42112 222 0 0 20 0 17 0 44731841 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028218046864 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3612] ppid=3602 vsize=10925488 memory=920 CPUtime=19.14 cores=1,3,5,7
/proc/3605/task/3612/stat : 3612 (java) R 3602 3605 1669 0 -1 4202560 89152 0 0 0 1909 5 0 0 20 0 17 0 44731842 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027827410240 140028253581105 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3613] ppid=3602 vsize=10925488 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3613/stat : 3613 (java) S 3602 3605 1669 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 44731842 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027826357984 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3614] ppid=3602 vsize=10925488 memory=2896 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3614/stat : 3614 (java) S 3602 3605 1669 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 44731843 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027825303824 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3615] ppid=3602 vsize=10925488 memory=2864 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3615/stat : 3615 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027824253392 140028268603291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3616] ppid=3602 vsize=10925488 memory=928 CPUtime=1.92 cores=1,3,5,7
/proc/3605/task/3616/stat : 3616 (java) S 3602 3605 1669 0 -1 1077944384 12055 0 0 0 190 2 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027823200256 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3617] ppid=3602 vsize=10925488 memory=1572 CPUtime=1.23 cores=1,3,5,7
/proc/3605/task/3617/stat : 3617 (java) S 3602 3605 1669 0 -1 1077944384 4977 0 0 0 123 0 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027822148000 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3618] ppid=3602 vsize=10925488 memory=8436980 CPUtime=0.43 cores=1,3,5,7
/proc/3605/task/3618/stat : 3618 (java) S 3602 3605 1669 0 -1 1077944384 2662 0 0 0 42 1 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027821094944 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3619] ppid=3602 vsize=10925488 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3619/stat : 3619 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027820042592 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3620] ppid=3602 vsize=10925488 memory=848 CPUtime=0.17 cores=1,3,5,7
/proc/3605/task/3620/stat : 3620 (java) S 3602 3605 1669 0 -1 1077944384 663 0 0 0 9 8 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027818990640 140028268595842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3782] ppid=3602 vsize=10925488 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3782/stat : 3782 (java) S 3602 3605 1669 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 44776131 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027815837616 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3783] ppid=3602 vsize=10925488 memory=848 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3783/stat : 3783 (java) S 3602 3605 1669 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 44776131 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027814785328 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
Current children cumulated CPU time: 1732.85 s
Current children cumulated vsize: 10925488 KiB
Current children cumulated memory: 8436980 KiB

[startup+466.301 s]
/proc/loadavg: 5.11 6.07 4.80 3/218 3783
/proc/meminfo: memFree=3715416/32770624 swapFree=67108860/67108860
[pid=3605] ppid=3602 vsize=10925488 memory=8436980 CPUtime=1732.95 cores=1,3,5,7
/proc/3605/stat : 3605 (java) S 3602 3605 1669 0 -1 1077944320 278013 0 0 0 172406 889 0 0 20 0 17 0 44731839 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140721975466112 140028268584695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
/proc/3605/statm: 2731372 2109245 3223 1 0 2693825 0
[pid=3605/tid=3607] ppid=3602 vsize=10925488 memory=792 CPUtime=14.63 cores=1,3,5,7
/proc/3605/task/3607/stat : 3607 (java) S 3602 3605 1669 0 -1 1077944384 12582 0 0 0 1453 10 0 0 20 0 17 0 44731840 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028272825376 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3608] ppid=3602 vsize=10925488 memory=8436980 CPUtime=423.4 cores=1,3,5,7
/proc/3605/task/3608/stat : 3608 (java) S 3602 3605 1669 0 -1 1077944384 42970 0 0 0 42113 227 0 0 20 0 17 0 44731841 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028221205008 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3609] ppid=3602 vsize=10925488 memory=8436972 CPUtime=424.47 cores=1,3,5,7
/proc/3605/task/3609/stat : 3609 (java) S 3602 3605 1669 0 -1 1077944384 28818 0 0 0 42251 196 0 0 20 0 17 0 44731841 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028220152464 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3610] ppid=3602 vsize=10925488 memory=8436980 CPUtime=424.03 cores=1,3,5,7
/proc/3605/task/3610/stat : 3610 (java) S 3602 3605 1669 0 -1 1077944384 34921 0 0 0 42186 217 0 0 20 0 17 0 44731841 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028219099408 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3611] ppid=3602 vsize=10925488 memory=8436980 CPUtime=423.34 cores=1,3,5,7
/proc/3605/task/3611/stat : 3611 (java) S 3602 3605 1669 0 -1 1077944384 47780 0 0 0 42112 222 0 0 20 0 17 0 44731841 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140028218046864 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3612] ppid=3602 vsize=10925488 memory=8436980 CPUtime=19.24 cores=1,3,5,7
/proc/3605/task/3612/stat : 3612 (java) R 3602 3605 1669 0 -1 4202560 89152 0 0 0 1919 5 0 0 20 0 17 0 44731842 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027827410240 140028246954870 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3613] ppid=3602 vsize=10925488 memory=8436980 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3613/stat : 3613 (java) S 3602 3605 1669 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 44731842 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027826357984 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3614] ppid=3602 vsize=10925488 memory=8436980 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3614/stat : 3614 (java) S 3602 3605 1669 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 44731843 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027825303824 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3615] ppid=3602 vsize=10925488 memory=8436980 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3615/stat : 3615 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027824253392 140028268603291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3616] ppid=3602 vsize=10925488 memory=8436980 CPUtime=1.92 cores=1,3,5,7
/proc/3605/task/3616/stat : 3616 (java) S 3602 3605 1669 0 -1 1077944384 12055 0 0 0 190 2 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027823200256 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3617] ppid=3602 vsize=10925488 memory=8436980 CPUtime=1.23 cores=1,3,5,7
/proc/3605/task/3617/stat : 3617 (java) S 3602 3605 1669 0 -1 1077944384 4977 0 0 0 123 0 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027822148000 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3618] ppid=3602 vsize=10925488 memory=8436980 CPUtime=0.43 cores=1,3,5,7
/proc/3605/task/3618/stat : 3618 (java) S 3602 3605 1669 0 -1 1077944384 2662 0 0 0 42 1 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027821094944 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3619] ppid=3602 vsize=10925488 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3619/stat : 3619 (java) S 3602 3605 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027820042592 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3620] ppid=3602 vsize=10925488 memory=8436980 CPUtime=0.17 cores=1,3,5,7
/proc/3605/task/3620/stat : 3620 (java) S 3602 3605 1669 0 -1 1077944384 663 0 0 0 9 8 0 0 20 0 17 0 44731845 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027818990640 140028268595842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3782] ppid=3602 vsize=10925488 memory=8148 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3782/stat : 3782 (java) S 3602 3605 1669 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 44776131 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027815837616 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
[pid=3605/tid=3783] ppid=3602 vsize=10925488 memory=8436980 CPUtime=0 cores=1,3,5,7
/proc/3605/task/3783/stat : 3783 (java) S 3602 3605 1669 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 44776131 11187699712 2109245 33554432000 4194304 4196468 140721975483568 140027814785328 140028268594901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140721975489649 140721975489801 140721975489801 140721975492559 0
Current children cumulated CPU time: 1732.95 s
Current children cumulated vsize: 10925488 KiB
Current children cumulated memory: 8436980 KiB

Child status: 0
Real time (s): 466.356
CPU time (s): 1733.02
CPU user time (s): 1724.08
CPU system time (s): 8.94103
CPU usage (%): 371.609
Max. virtual memory (cumulated for all children) (KiB): 10925488
Max. memory (cumulated for all children) (KiB): 8436980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1724.08
system time used= 8.94103
maximum resident set size= 8437292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278067
page faults= 0
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37621
involuntary context switches= 39030


# summary of solver processes directly reported to runsolver:
#   pid: 3605
#   total CPU time (s): 1733.02
#   total CPU user time (s): 1724.08
#   total CPU system time (s): 8.94103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.71122 second user time and 4.7858 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 17:01:26
IDJOB=4289927
IDBENCH=141642
IDSOLVER=2742
FILE ID=node151/4289927-1532271686
RUNJOBID= node151-1532259931-1701
PBS_JOBID= 21018964
Free space on /tmp= 55068 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-2-0_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289927-1532271686/watcher-4289927-1532271686 -o /tmp/evaluation-result-4289927-1532271686/solver-4289927-1532271686 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1701 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289927-1532271686.xml

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

MD5SUM BENCH= e037ec762e0941f9d509e6c54a7639e5
RANDOM SEED=834228020

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
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.87
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.87
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.87
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:        12142640 kB
MemAvailable:   23468184 kB
Buffers:          245760 kB
Cached:         11228896 kB
SwapCached:            0 kB
Active:          9455388 kB
Inactive:       10526648 kB
Active(anon):    8510388 kB
Inactive(anon):    16936 kB
Active(file):     945000 kB
Inactive(file): 10509712 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2816 kB
Writeback:             0 kB
AnonPages:       8619468 kB
Mapped:            47772 kB
Shmem:             17032 kB
Slab:             326352 kB
SReclaimable:     299292 kB
SUnreclaim:        27060 kB
KernelStack:        3856 kB
PageTables:        21568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8645924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8316928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55068 MiB
End job on node151 at 2018-07-22 17:09:13