Trace number 4289928

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? 1643.89 442.075

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-2-2_c18.xml
MD5SUM958436d0187c4d1fb288b1710d20458f
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 size37
Maximum domain size111
Distribution of domain sizes[{"size":37,"count":111},{"size":41,"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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289928-1532271480/watcher-4289928-1532271480 -o /tmp/evaluation-result-4289928-1532271480/solver-4289928-1532271480 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532259870-1810 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289928-1532271480.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=3684, runsolver pid=3681

[startup+0.100142 s]*
/proc/loadavg: 4.77 4.13 3.05 3/216 3699
/proc/meminfo: memFree=16791704/32770624 swapFree=67108860/67108860
[pid=3684] ppid=3681 vsize=10659012 memory=31304 CPUtime=0.13 cores=1,3,5,7
/proc/3684/stat : 3684 (java) S 3681 3684 1778 0 -1 1077944320 6375 0 0 0 11 2 0 0 20 0 15 0 44711162 10914828288 7826 33554432000 4194304 4196468 140723875426848 140723875409392 140523235725047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
/proc/3684/statm: 2664753 7826 2820 1 0 2627263 0
[pid=3684/tid=3686] ppid=3681 vsize=10659012 memory=-8682200628905997504 CPUtime=0.09 cores=1,3,5,7
/proc/3684/task/3686/stat : 3686 (java) R 3681 3684 1778 0 -1 4202560 4221 0 0 0 8 1 0 0 20 0 15 0 44711162 10914828288 7826 33554432000 4194304 4196468 140723875426848 140523239947632 140523235746973 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3687] ppid=3681 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3687/stat : 3687 (java) S 3681 3684 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44711163 10914828288 7826 33554432000 4194304 4196468 140723875426848 140523161799312 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3688] ppid=3681 vsize=10659012 memory=139844079933056 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3688/stat : 3688 (java) S 3681 3684 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44711163 10914828288 7826 33554432000 4194304 4196468 140723875426848 140523160746512 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3689] ppid=3681 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3689/stat : 3689 (java) S 3681 3684 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44711163 10914828288 7826 33554432000 4194304 4196468 140723875426848 140523159693712 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3690] ppid=3681 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3690/stat : 3690 (java) S 3681 3684 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44711163 10914828288 7826 33554432000 4194304 4196468 140723875426848 140523158640912 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3691] ppid=3681 vsize=10659012 memory=139844079933056 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3691/stat : 3691 (java) S 3681 3684 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44711164 10914828288 7826 33554432000 4194304 4196468 140723875426848 140522270223216 140523235736194 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3692] ppid=3681 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3692/stat : 3692 (java) S 3681 3684 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44711165 10914828288 7826 33554432000 4194304 4196468 140723875426848 140522269169184 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3693] ppid=3681 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3693/stat : 3693 (java) S 3681 3684 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44711165 10914828288 7826 33554432000 4194304 4196468 140723875426848 140522268116336 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3694] ppid=3681 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3694/stat : 3694 (java) S 3681 3684 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44711167 10914828288 7826 33554432000 4194304 4196468 140723875426848 140522267064656 140523235743643 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3695] ppid=3681 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3695/stat : 3695 (java) S 3681 3684 1778 0 -1 1077944384 445 0 0 0 0 0 0 0 20 0 15 0 44711167 10914828288 7826 33554432000 4194304 4196468 140723875426848 140522266012016 140523235736194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3696] ppid=3681 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3696/stat : 3696 (java) S 3681 3684 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44711167 10914828288 7826 33554432000 4194304 4196468 140723875426848 140522264959216 140523235736194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3697] ppid=3681 vsize=10659012 memory=139844079933056 CPUtime=0.02 cores=1,3,5,7
/proc/3684/task/3697/stat : 3697 (java) S 3681 3684 1778 0 -1 1077944384 344 0 0 0 2 0 0 0 20 0 15 0 44711167 10914828288 7826 33554432000 4194304 4196468 140723875426848 140522263906416 140523235736194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3698] ppid=3681 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3698/stat : 3698 (java) S 3681 3684 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44711167 10914828288 7826 33554432000 4194304 4196468 140723875426848 140522262853856 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3699] ppid=3681 vsize=10659012 memory=139844079933056 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3699/stat : 3699 (java) S 3681 3684 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44711167 10914828288 7826 33554432000 4194304 4196468 140723875426848 140522261802160 140523235736194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31304 KiB

[startup+0.21053 s]*
/proc/loadavg: 4.77 4.13 3.05 4/216 3699
/proc/meminfo: memFree=16779484/32770624 swapFree=67108860/67108860
[pid=3684] ppid=3681 vsize=10659012 memory=42288 CPUtime=0.34 cores=1,3,5,7
/proc/3684/stat : 3684 (java) S 3681 3684 1778 0 -1 1077944320 7630 0 0 0 31 3 0 0 20 0 15 0 44711162 10914828288 10572 33554432000 4194304 4196468 140723875426848 140723875409392 140523235725047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
/proc/3684/statm: 2664753 10572 3016 1 0 2627263 0
[pid=3684/tid=3686] ppid=3681 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3684/task/3686/stat : 3686 (java) R 3681 3684 1778 0 -1 4202560 4566 0 0 0 19 1 0 0 20 0 15 0 44711162 10914828288 10572 33554432000 4194304 4196468 140723875426848 140523239959296 140523221091766 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3687] ppid=3681 vsize=10659012 memory=345 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3687/stat : 3687 (java) S 3681 3684 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44711163 10914828288 10572 33554432000 4194304 4196468 140723875426848 140523161799312 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3688] ppid=3681 vsize=10659012 memory=288370220231644800 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3688/stat : 3688 (java) S 3681 3684 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44711163 10914828288 10572 33554432000 4194304 4196468 140723875426848 140523160746512 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3689] ppid=3681 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3689/stat : 3689 (java) S 3681 3684 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44711163 10914828288 10572 33554432000 4194304 4196468 140723875426848 140523159693712 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3690] ppid=3681 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3690/stat : 3690 (java) S 3681 3684 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44711163 10914828288 10572 33554432000 4194304 4196468 140723875426848 140523158640912 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3691] ppid=3681 vsize=10659012 memory=139844079933056 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3691/stat : 3691 (java) S 3681 3684 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44711164 10914828288 10572 33554432000 4194304 4196468 140723875426848 140522270223216 140523235736194 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3692] ppid=3681 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3692/stat : 3692 (java) S 3681 3684 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44711165 10914828288 10572 33554432000 4194304 4196468 140723875426848 140522269169184 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3693] ppid=3681 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3693/stat : 3693 (java) S 3681 3684 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44711165 10914828288 10572 33554432000 4194304 4196468 140723875426848 140522268116336 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3694] ppid=3681 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3694/stat : 3694 (java) S 3681 3684 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44711167 10914828288 10572 33554432000 4194304 4196468 140723875426848 140522267064656 140523235743643 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3695] ppid=3681 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3684/task/3695/stat : 3695 (java) S 3681 3684 1778 0 -1 1077944384 730 0 0 0 2 0 0 0 20 0 15 0 44711167 10914828288 10572 33554432000 4194304 4196468 140723875426848 140522266012016 140523235736194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3696] ppid=3681 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3684/task/3696/stat : 3696 (java) S 3681 3684 1778 0 -1 1077944384 337 0 0 0 2 0 0 0 20 0 15 0 44711167 10914828288 10572 33554432000 4194304 4196468 140723875426848 140522264959216 140523235736194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3697] ppid=3681 vsize=10659012 memory=139844079933056 CPUtime=0.07 cores=1,3,5,7
/proc/3684/task/3697/stat : 3697 (java) R 3681 3684 1778 0 -1 4202560 639 0 0 0 7 0 0 0 20 0 15 0 44711167 10914828288 10572 33554432000 4194304 4196468 140723875426848 140522263906416 140523235746394 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3698] ppid=3681 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3698/stat : 3698 (java) S 3681 3684 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44711167 10914828288 10572 33554432000 4194304 4196468 140723875426848 140522262853856 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3699] ppid=3681 vsize=10659012 memory=139844079933056 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3699/stat : 3699 (java) S 3681 3684 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44711167 10914828288 10572 33554432000 4194304 4196468 140723875426848 140522261802160 140523235736194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42288 KiB

[startup+0.311041 s]*
/proc/loadavg: 4.77 4.13 3.05 6/216 3699
/proc/meminfo: memFree=16768196/32770624 swapFree=67108860/67108860
[pid=3684] ppid=3681 vsize=10659088 memory=53792 CPUtime=0.61 cores=1,3,5,7
/proc/3684/stat : 3684 (java) S 3681 3684 1778 0 -1 1077944320 9461 0 0 0 58 3 0 0 20 0 15 0 44711162 10914906112 13448 33554432000 4194304 4196468 140723875426848 140723875409392 140523235725047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
/proc/3684/statm: 2664772 13448 3072 1 0 2627263 0
[pid=3684/tid=3686] ppid=3681 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/3684/task/3686/stat : 3686 (java) R 3681 3684 1778 0 -1 4202560 5122 0 0 0 28 2 0 0 20 0 15 0 44711162 10914906112 13448 33554432000 4194304 4196468 140723875426848 140523239959968 140522823971532 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3687] ppid=3681 vsize=10659088 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3687/stat : 3687 (java) S 3681 3684 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44711163 10914906112 13448 33554432000 4194304 4196468 140723875426848 140523161799312 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3688] ppid=3681 vsize=10659088 memory=288370220231644800 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3688/stat : 3688 (java) S 3681 3684 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44711163 10914906112 13448 33554432000 4194304 4196468 140723875426848 140523160746512 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3689] ppid=3681 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3689/stat : 3689 (java) S 3681 3684 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44711163 10914906112 13448 33554432000 4194304 4196468 140723875426848 140523159693712 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3690] ppid=3681 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3690/stat : 3690 (java) S 3681 3684 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44711163 10914906112 13448 33554432000 4194304 4196468 140723875426848 140523158640912 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3691] ppid=3681 vsize=10659088 memory=139844079933056 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3691/stat : 3691 (java) S 3681 3684 1778 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44711164 10914906112 13448 33554432000 4194304 4196468 140723875426848 140522270223216 140523235736194 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3692] ppid=3681 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3692/stat : 3692 (java) S 3681 3684 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44711165 10914906112 13448 33554432000 4194304 4196468 140723875426848 140522269169184 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3693] ppid=3681 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3693/stat : 3693 (java) S 3681 3684 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44711165 10914906112 13448 33554432000 4194304 4196468 140723875426848 140522268116336 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3694] ppid=3681 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3694/stat : 3694 (java) S 3681 3684 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44711167 10914906112 13448 33554432000 4194304 4196468 140723875426848 140522267064656 140523235743643 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3695] ppid=3681 vsize=10659088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3684/task/3695/stat : 3695 (java) R 3681 3684 1778 0 -1 4202560 1061 0 0 0 8 0 0 0 20 0 15 0 44711167 10914906112 13448 33554432000 4194304 4196468 140723875426848 140522266005208 140523217269678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3696] ppid=3681 vsize=10659088 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3684/task/3696/stat : 3696 (java) R 3681 3684 1778 0 -1 4202560 957 0 0 0 8 0 0 0 20 0 15 0 44711167 10914906112 13448 33554432000 4194304 4196468 140723875426848 140522264940232 140523218937264 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3697] ppid=3681 vsize=10659088 memory=139844079933056 CPUtime=0.13 cores=1,3,5,7
/proc/3684/task/3697/stat : 3697 (java) R 3681 3684 1778 0 -1 1077944384 952 0 0 0 13 0 0 0 20 0 15 0 44711167 10914906112 13448 33554432000 4194304 4196468 140723875426848 140522263905600 140523235735253 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3698] ppid=3681 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3698/stat : 3698 (java) S 3681 3684 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44711167 10914906112 13448 33554432000 4194304 4196468 140723875426848 140522262853856 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3699] ppid=3681 vsize=10659088 memory=139844079933056 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3699/stat : 3699 (java) S 3681 3684 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44711167 10914906112 13448 33554432000 4194304 4196468 140723875426848 140522261802160 140523235736194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53792 KiB

[startup+0.700657 s]
/proc/loadavg: 4.77 4.13 3.05 5/216 3699
/proc/meminfo: memFree=16726436/32770624 swapFree=67108860/67108860
[pid=3684] ppid=3681 vsize=10659088 memory=195212 CPUtime=1.94 cores=1,3,5,7
/proc/3684/stat : 3684 (java) S 3681 3684 1778 0 -1 1077944320 12407 0 0 0 186 8 0 0 20 0 15 0 44711162 10914906112 48803 33554432000 4194304 4196468 140723875426848 140723875409392 140523235725047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
/proc/3684/statm: 2664772 48803 3136 1 0 2627263 0
[pid=3684/tid=3686] ppid=3681 vsize=10659088 memory=16436 CPUtime=0.66 cores=1,3,5,7
/proc/3684/task/3686/stat : 3686 (java) R 3681 3684 1778 0 -1 4202560 5584 0 0 0 62 4 0 0 20 0 15 0 44711162 10914906112 48803 33554432000 4194304 4196468 140723875426848 140523239943648 140523235736982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3687] ppid=3681 vsize=10659088 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3687/stat : 3687 (java) S 3681 3684 1778 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 44711163 10914906112 48803 33554432000 4194304 4196468 140723875426848 140523161799312 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3688] ppid=3681 vsize=10659088 memory=640 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3688/stat : 3688 (java) S 3681 3684 1778 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 44711163 10914906112 48803 33554432000 4194304 4196468 140723875426848 140523160746512 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3689] ppid=3681 vsize=10659088 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3689/stat : 3689 (java) S 3681 3684 1778 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 44711163 10914906112 48803 33554432000 4194304 4196468 140723875426848 140523159693712 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3690] ppid=3681 vsize=10659088 memory=960 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3690/stat : 3690 (java) S 3681 3684 1778 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 44711163 10914906112 48803 33554432000 4194304 4196468 140723875426848 140523158640912 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3691] ppid=3681 vsize=10659088 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3691/stat : 3691 (java) S 3681 3684 1778 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44711164 10914906112 48803 33554432000 4194304 4196468 140723875426848 140522270223216 140523235736194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3692] ppid=3681 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3692/stat : 3692 (java) S 3681 3684 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44711165 10914906112 48803 33554432000 4194304 4196468 140723875426848 140522269169184 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3693] ppid=3681 vsize=10659088 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3693/stat : 3693 (java) S 3681 3684 1778 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 44711165 10914906112 48803 33554432000 4194304 4196468 140723875426848 140522268116336 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3694] ppid=3681 vsize=10659088 memory=7157735280297596770 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3694/stat : 3694 (java) S 3681 3684 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44711167 10914906112 48803 33554432000 4194304 4196468 140723875426848 140522267064656 140523235743643 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3695] ppid=3681 vsize=10659088 memory=7668621184521169506 CPUtime=0.43 cores=1,3,5,7
/proc/3684/task/3695/stat : 3695 (java) R 3681 3684 1778 0 -1 4202560 2224 0 0 0 43 0 0 0 20 0 15 0 44711167 10914906112 48803 33554432000 4194304 4196468 140723875426848 140522265998800 140523221153347 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3696] ppid=3681 vsize=10659088 memory=7307489957951066475 CPUtime=0.43 cores=1,3,5,7
/proc/3684/task/3696/stat : 3696 (java) R 3681 3684 1778 0 -1 4202560 1395 0 0 0 43 0 0 0 20 0 15 0 44711167 10914906112 48803 33554432000 4194304 4196468 140723875426848 140522264959216 140523216425344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3697] ppid=3681 vsize=10659088 memory=7666348541231060838 CPUtime=0.35 cores=1,3,5,7
/proc/3684/task/3697/stat : 3697 (java) R 3681 3684 1778 0 -1 1077944384 1706 0 0 0 35 0 0 0 20 0 15 0 44711167 10914906112 48803 33554432000 4194304 4196468 140723875426848 140522263906416 140523235736194 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3698] ppid=3681 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3698/stat : 3698 (java) S 3681 3684 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44711167 10914906112 48803 33554432000 4194304 4196468 140723875426848 140522262853856 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3699] ppid=3681 vsize=10659088 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3699/stat : 3699 (java) S 3681 3684 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44711167 10914906112 48803 33554432000 4194304 4196468 140723875426848 140522261802160 140523235736194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 195212 KiB

[startup+1.50083 s]
/proc/loadavg: 4.77 4.13 3.05 3/216 3699
/proc/meminfo: memFree=16564588/32770624 swapFree=67108860/67108860
[pid=3684] ppid=3681 vsize=10659088 memory=517760 CPUtime=4.25 cores=1,3,5,7
/proc/3684/stat : 3684 (java) S 3681 3684 1778 0 -1 1077944320 13524 0 0 0 392 33 0 0 20 0 15 0 44711162 10914906112 129440 33554432000 4194304 4196468 140723875426848 140723875409392 140523235725047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
/proc/3684/statm: 2664772 129440 3152 1 0 2627263 0
[pid=3684/tid=3686] ppid=3681 vsize=10659088 memory=384008 CPUtime=1.21 cores=1,3,5,7
/proc/3684/task/3686/stat : 3686 (java) R 3681 3684 1778 0 -1 4202560 5652 0 0 0 115 6 0 0 20 0 15 0 44711162 10914906112 129440 33554432000 4194304 4196468 140723875426848 140523239961120 140522828440882 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3687] ppid=3681 vsize=10659088 memory=8112282956445269571 CPUtime=0.25 cores=1,3,5,7
/proc/3684/task/3687/stat : 3687 (java) S 3681 3684 1778 0 -1 1077944384 192 0 0 0 19 6 0 0 20 0 15 0 44711163 10914906112 129440 33554432000 4194304 4196468 140723875426848 140523161799312 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3688] ppid=3681 vsize=10659088 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/3684/task/3688/stat : 3688 (java) S 3681 3684 1778 0 -1 1077944384 180 0 0 0 17 5 0 0 20 0 15 0 44711163 10914906112 129440 33554432000 4194304 4196468 140723875426848 140523160746512 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3689] ppid=3681 vsize=10659088 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/3684/task/3689/stat : 3689 (java) S 3681 3684 1778 0 -1 1077944384 224 0 0 0 19 6 0 0 20 0 15 0 44711163 10914906112 129440 33554432000 4194304 4196468 140723875426848 140523159693712 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3690] ppid=3681 vsize=10659088 memory=6943526294502006880 CPUtime=0.21 cores=1,3,5,7
/proc/3684/task/3690/stat : 3690 (java) S 3681 3684 1778 0 -1 1077944384 105 0 0 0 16 5 0 0 20 0 15 0 44711163 10914906112 129440 33554432000 4194304 4196468 140723875426848 140523158640912 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3691] ppid=3681 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3691/stat : 3691 (java) S 3681 3684 1778 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 44711164 10914906112 129440 33554432000 4194304 4196468 140723875426848 140522270223216 140523235736194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0

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

[pid=3684/tid=3687] ppid=3681 vsize=10794416 memory=1200 CPUtime=400.69 cores=1,3,5,7
/proc/3684/task/3687/stat : 3687 (java) R 3681 3684 1778 0 -1 4202560 51711 0 0 0 39859 210 0 0 20 0 17 0 44711163 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523161798896 140523228353255 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3688] ppid=3681 vsize=10794416 memory=8462456 CPUtime=399.81 cores=1,3,5,7
/proc/3684/task/3688/stat : 3688 (java) R 3681 3684 1778 0 -1 4202560 29641 0 0 0 39786 195 0 0 20 0 17 0 44711163 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523160746712 140523220676103 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3689] ppid=3681 vsize=10794416 memory=4126316290023845779 CPUtime=399.52 cores=1,3,5,7
/proc/3684/task/3689/stat : 3689 (java) R 3681 3684 1778 0 -1 4202560 41149 0 0 0 39751 201 0 0 20 0 17 0 44711163 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523159693912 140523217320887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3690] ppid=3681 vsize=10794416 memory=4140 CPUtime=400.69 cores=1,3,5,7
/proc/3684/task/3690/stat : 3690 (java) R 3681 3684 1778 0 -1 4202560 47124 0 0 0 39869 200 0 0 20 0 17 0 44711163 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523158640808 140523228353255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3691] ppid=3681 vsize=10794416 memory=15096 CPUtime=16.98 cores=1,3,5,7
/proc/3684/task/3691/stat : 3691 (java) S 3681 3684 1778 0 -1 1077944384 74609 0 0 0 1693 5 0 0 20 0 17 0 44711164 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522270221536 140523235735253 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3692] ppid=3681 vsize=10794416 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3692/stat : 3692 (java) S 3681 3684 1778 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 44711165 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522269169248 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3693] ppid=3681 vsize=10794416 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3693/stat : 3693 (java) S 3681 3684 1778 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 44711165 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522268116352 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3694] ppid=3681 vsize=10794416 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3694/stat : 3694 (java) S 3681 3684 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522267064656 140523235743643 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3695] ppid=3681 vsize=10794416 memory=792 CPUtime=1.6 cores=1,3,5,7
/proc/3684/task/3695/stat : 3695 (java) S 3681 3684 1778 0 -1 1077944384 13086 0 0 0 158 2 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522266012064 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3696] ppid=3681 vsize=10794416 memory=1960 CPUtime=1.22 cores=1,3,5,7
/proc/3684/task/3696/stat : 3696 (java) S 3681 3684 1778 0 -1 1077944384 5343 0 0 0 121 1 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522264958976 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3697] ppid=3681 vsize=10794416 memory=5380 CPUtime=0.41 cores=1,3,5,7
/proc/3684/task/3697/stat : 3697 (java) S 3681 3684 1778 0 -1 1077944384 2218 0 0 0 41 0 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522263906464 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3698] ppid=3681 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3698/stat : 3698 (java) S 3681 3684 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522262853856 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3699] ppid=3681 vsize=10794416 memory=640 CPUtime=0.21 cores=1,3,5,7
/proc/3684/task/3699/stat : 3699 (java) S 3681 3684 1778 0 -1 1077944384 744 0 0 0 12 9 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522261802160 140523235736194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3819] ppid=3681 vsize=10794416 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3819/stat : 3819 (java) S 3681 3684 1778 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 44752275 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522258649200 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3820] ppid=3681 vsize=10794416 memory=960 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3820/stat : 3820 (java) S 3681 3684 1778 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 44752275 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522257596640 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
Current children cumulated CPU time: 1635.94 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8462456 KiB

[startup+440.801 s]
/proc/loadavg: 5.04 4.68 3.68 6/218 3820
/proc/meminfo: memFree=4583104/32770624 swapFree=67108860/67108860
[pid=3684] ppid=3681 vsize=10794416 memory=8462456 CPUtime=1639.06 cores=1,3,5,7
/proc/3684/stat : 3684 (java) S 3681 3684 1778 0 -1 1077944320 281876 0 0 0 163070 836 0 0 20 0 17 0 44711162 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140723875409392 140523235725047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
/proc/3684/statm: 2698604 2115614 3225 1 0 2661057 0
[pid=3684/tid=3686] ppid=3681 vsize=10794416 memory=1792 CPUtime=14.72 cores=1,3,5,7
/proc/3684/task/3686/stat : 3686 (java) S 3681 3684 1778 0 -1 1077944384 14757 0 0 0 1459 13 0 0 20 0 17 0 44711162 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523239965728 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3687] ppid=3681 vsize=10794416 memory=8112282956445269571 CPUtime=401.46 cores=1,3,5,7
/proc/3684/task/3687/stat : 3687 (java) R 3681 3684 1778 0 -1 4202560 51711 0 0 0 39936 210 0 0 20 0 17 0 44711163 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523161799200 140523220721683 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3688] ppid=3681 vsize=10794416 memory=792 CPUtime=400.59 cores=1,3,5,7
/proc/3684/task/3688/stat : 3688 (java) R 3681 3684 1778 0 -1 4202560 29641 0 0 0 39864 195 0 0 20 0 17 0 44711163 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523160746712 140523220721683 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3689] ppid=3681 vsize=10794416 memory=1960 CPUtime=400.31 cores=1,3,5,7
/proc/3684/task/3689/stat : 3689 (java) R 3681 3684 1778 0 -1 4202560 41149 0 0 0 39830 201 0 0 20 0 17 0 44711163 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523159693912 140523220721454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3690] ppid=3681 vsize=10794416 memory=5380 CPUtime=401.46 cores=1,3,5,7
/proc/3684/task/3690/stat : 3690 (java) R 3681 3684 1778 0 -1 4202560 47124 0 0 0 39945 201 0 0 20 0 17 0 44711163 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523158641112 140523220721709 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3691] ppid=3681 vsize=10794416 memory=8462456 CPUtime=16.99 cores=1,3,5,7
/proc/3684/task/3691/stat : 3691 (java) S 3681 3684 1778 0 -1 1077944384 74610 0 0 0 1694 5 0 0 20 0 17 0 44711164 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522270221760 140523235735253 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3692] ppid=3681 vsize=10794416 memory=8462456 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3692/stat : 3692 (java) S 3681 3684 1778 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 44711165 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522269169248 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3693] ppid=3681 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3693/stat : 3693 (java) S 3681 3684 1778 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 44711165 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522268116352 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3694] ppid=3681 vsize=10794416 memory=15096 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3694/stat : 3694 (java) S 3681 3684 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522267064656 140523235743643 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3695] ppid=3681 vsize=10794416 memory=1296 CPUtime=1.6 cores=1,3,5,7
/proc/3684/task/3695/stat : 3695 (java) S 3681 3684 1778 0 -1 1077944384 13086 0 0 0 158 2 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522266012064 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3696] ppid=3681 vsize=10794416 memory=2412 CPUtime=1.22 cores=1,3,5,7
/proc/3684/task/3696/stat : 3696 (java) S 3681 3684 1778 0 -1 1077944384 5343 0 0 0 121 1 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522264958976 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3697] ppid=3681 vsize=10794416 memory=1836 CPUtime=0.41 cores=1,3,5,7
/proc/3684/task/3697/stat : 3697 (java) S 3681 3684 1778 0 -1 1077944384 2218 0 0 0 41 0 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522263906464 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3698] ppid=3681 vsize=10794416 memory=792 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3698/stat : 3698 (java) S 3681 3684 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522262853856 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3699] ppid=3681 vsize=10794416 memory=1960 CPUtime=0.21 cores=1,3,5,7
/proc/3684/task/3699/stat : 3699 (java) S 3681 3684 1778 0 -1 1077944384 744 0 0 0 12 9 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522261802160 140523235736194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3819] ppid=3681 vsize=10794416 memory=5380 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3819/stat : 3819 (java) S 3681 3684 1778 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 44752275 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522258649200 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3820] ppid=3681 vsize=10794416 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3820/stat : 3820 (java) S 3681 3684 1778 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 44752275 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522257596640 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
Current children cumulated CPU time: 1639.06 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8462456 KiB

[startup+441.601 s]
/proc/loadavg: 5.04 4.68 3.68 6/218 3820
/proc/meminfo: memFree=4583104/32770624 swapFree=67108860/67108860
[pid=3684] ppid=3681 vsize=10794416 memory=8462456 CPUtime=1642.24 cores=1,3,5,7
/proc/3684/stat : 3684 (java) S 3681 3684 1778 0 -1 1077944320 282656 0 0 0 163388 836 0 0 20 0 17 0 44711162 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140723875409392 140523235725047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
/proc/3684/statm: 2698604 2115614 3225 1 0 2661057 0
[pid=3684/tid=3686] ppid=3681 vsize=10794416 memory=8384 CPUtime=14.72 cores=1,3,5,7
/proc/3684/task/3686/stat : 3686 (java) S 3681 3684 1778 0 -1 1077944384 14757 0 0 0 1459 13 0 0 20 0 17 0 44711162 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523239965728 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3687] ppid=3681 vsize=10794416 memory=11964 CPUtime=402.26 cores=1,3,5,7
/proc/3684/task/3687/stat : 3687 (java) R 3681 3684 1778 0 -1 4202560 51711 0 0 0 40016 210 0 0 20 0 17 0 44711163 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523161799200 140523220721726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3688] ppid=3681 vsize=10794416 memory=1708 CPUtime=401.37 cores=1,3,5,7
/proc/3684/task/3688/stat : 3688 (java) R 3681 3684 1778 0 -1 4202560 29668 0 0 0 39942 195 0 0 20 0 17 0 44711163 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523160746712 140523220721428 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3689] ppid=3681 vsize=10794416 memory=8384 CPUtime=401.11 cores=1,3,5,7
/proc/3684/task/3689/stat : 3689 (java) R 3681 3684 1778 0 -1 4202560 41230 0 0 0 39910 201 0 0 20 0 17 0 44711163 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523159693912 140523220423777 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3690] ppid=3681 vsize=10794416 memory=8462456 CPUtime=402.26 cores=1,3,5,7
/proc/3684/task/3690/stat : 3690 (java) R 3681 3684 1778 0 -1 4202560 47796 0 0 0 40025 201 0 0 20 0 17 0 44711163 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523158641112 140523220721454 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3691] ppid=3681 vsize=10794416 memory=1792 CPUtime=16.99 cores=1,3,5,7
/proc/3684/task/3691/stat : 3691 (java) S 3681 3684 1778 0 -1 1077944384 74610 0 0 0 1694 5 0 0 20 0 17 0 44711164 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522270221760 140523235735253 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3692] ppid=3681 vsize=10794416 memory=960 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3692/stat : 3692 (java) S 3681 3684 1778 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 44711165 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522269169248 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3693] ppid=3681 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3693/stat : 3693 (java) S 3681 3684 1778 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 44711165 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522268116352 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3694] ppid=3681 vsize=10794416 memory=6944656425122832000 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3694/stat : 3694 (java) S 3681 3684 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522267064656 140523235743643 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3695] ppid=3681 vsize=10794416 memory=6944613755328037015 CPUtime=1.6 cores=1,3,5,7
/proc/3684/task/3695/stat : 3695 (java) S 3681 3684 1778 0 -1 1077944384 13086 0 0 0 158 2 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522266012064 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3696] ppid=3681 vsize=10794416 memory=5380 CPUtime=1.22 cores=1,3,5,7
/proc/3684/task/3696/stat : 3696 (java) S 3681 3684 1778 0 -1 1077944384 5343 0 0 0 121 1 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522264958976 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3697] ppid=3681 vsize=10794416 memory=4616 CPUtime=0.41 cores=1,3,5,7
/proc/3684/task/3697/stat : 3697 (java) S 3681 3684 1778 0 -1 1077944384 2218 0 0 0 41 0 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522263906464 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3698] ppid=3681 vsize=10794416 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3698/stat : 3698 (java) S 3681 3684 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522262853856 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3699] ppid=3681 vsize=10794416 memory=11964 CPUtime=0.22 cores=1,3,5,7
/proc/3684/task/3699/stat : 3699 (java) S 3681 3684 1778 0 -1 1077944384 744 0 0 0 12 10 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522261802160 140523235736194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3819] ppid=3681 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3819/stat : 3819 (java) S 3681 3684 1778 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 44752275 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522258649200 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3820] ppid=3681 vsize=10794416 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3820/stat : 3820 (java) S 3681 3684 1778 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 44752275 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522257596640 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
Current children cumulated CPU time: 1642.24 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8462456 KiB

[startup+442.001 s]*
/proc/loadavg: 5.04 4.68 3.68 3/218 3820
/proc/meminfo: memFree=4583104/32770624 swapFree=67108860/67108860
[pid=3684] ppid=3681 vsize=10794416 memory=8462456 CPUtime=1643.81 cores=1,3,5,7
/proc/3684/stat : 3684 (java) S 3681 3684 1778 0 -1 1077944320 282656 0 0 0 163545 836 0 0 20 0 17 0 44711162 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140723875409392 140523235725047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
/proc/3684/statm: 2698604 2115614 3225 1 0 2661057 0
[pid=3684/tid=3686] ppid=3681 vsize=10794416 memory=8112282956445269571 CPUtime=14.72 cores=1,3,5,7
/proc/3684/task/3686/stat : 3686 (java) S 3681 3684 1778 0 -1 1077944384 14757 0 0 0 1459 13 0 0 20 0 17 0 44711162 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523239965728 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3687] ppid=3681 vsize=10794416 memory=4126316290023845779 CPUtime=402.64 cores=1,3,5,7
/proc/3684/task/3687/stat : 3687 (java) S 3681 3684 1778 0 -1 1077944384 51711 0 0 0 40054 210 0 0 20 0 17 0 44711163 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523161799312 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3688] ppid=3681 vsize=10794416 memory=1404 CPUtime=401.76 cores=1,3,5,7
/proc/3684/task/3688/stat : 3688 (java) S 3681 3684 1778 0 -1 1077944384 29668 0 0 0 39981 195 0 0 20 0 17 0 44711163 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523160746512 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3689] ppid=3681 vsize=10794416 memory=3228 CPUtime=401.5 cores=1,3,5,7
/proc/3684/task/3689/stat : 3689 (java) S 3681 3684 1778 0 -1 1077944384 41230 0 0 0 39949 201 0 0 20 0 17 0 44711163 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523159693712 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3690] ppid=3681 vsize=10794416 memory=8462456 CPUtime=402.66 cores=1,3,5,7
/proc/3684/task/3690/stat : 3690 (java) S 3681 3684 1778 0 -1 1077944384 47796 0 0 0 40065 201 0 0 20 0 17 0 44711163 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140523158640912 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3691] ppid=3681 vsize=10794416 memory=1408 CPUtime=17.01 cores=1,3,5,7
/proc/3684/task/3691/stat : 3691 (java) R 3681 3684 1778 0 -1 4202560 74610 0 0 0 1696 5 0 0 20 0 17 0 44711164 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522270221760 140523214095227 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3692] ppid=3681 vsize=10794416 memory=3008 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3692/stat : 3692 (java) S 3681 3684 1778 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 44711165 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522269169248 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3693] ppid=3681 vsize=10794416 memory=8417480 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3693/stat : 3693 (java) S 3681 3684 1778 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 44711165 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522268116352 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3694] ppid=3681 vsize=10794416 memory=792 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3694/stat : 3694 (java) S 3681 3684 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522267064656 140523235743643 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3695] ppid=3681 vsize=10794416 memory=1960 CPUtime=1.6 cores=1,3,5,7
/proc/3684/task/3695/stat : 3695 (java) S 3681 3684 1778 0 -1 1077944384 13086 0 0 0 158 2 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522266012064 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3696] ppid=3681 vsize=10794416 memory=5380 CPUtime=1.22 cores=1,3,5,7
/proc/3684/task/3696/stat : 3696 (java) S 3681 3684 1778 0 -1 1077944384 5343 0 0 0 121 1 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522264958976 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3697] ppid=3681 vsize=10794416 memory=4616 CPUtime=0.41 cores=1,3,5,7
/proc/3684/task/3697/stat : 3697 (java) S 3681 3684 1778 0 -1 1077944384 2218 0 0 0 41 0 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522263906464 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3698] ppid=3681 vsize=10794416 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3698/stat : 3698 (java) S 3681 3684 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522262853856 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3699] ppid=3681 vsize=10794416 memory=11964 CPUtime=0.22 cores=1,3,5,7
/proc/3684/task/3699/stat : 3699 (java) S 3681 3684 1778 0 -1 1077944384 744 0 0 0 12 10 0 0 20 0 17 0 44711167 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522261802160 140523235736194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3819] ppid=3681 vsize=10794416 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3819/stat : 3819 (java) S 3681 3684 1778 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 44752275 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522258649200 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
[pid=3684/tid=3820] ppid=3681 vsize=10794416 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/3684/task/3820/stat : 3820 (java) S 3681 3684 1778 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 44752275 11053481984 2115614 33554432000 4194304 4196468 140723875426848 140522257596640 140523235735253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30339072 140723875431537 140723875431689 140723875431689 140723875434447 0
Current children cumulated CPU time: 1643.81 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8462456 KiB

Child status: 0
Real time (s): 442.075
CPU time (s): 1643.89
CPU user time (s): 1635.48
CPU system time (s): 8.40219
CPU usage (%): 371.857
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8462456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1635.48
system time used= 8.40219
maximum resident set size= 8462764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282758
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35653
involuntary context switches= 21068


# summary of solver processes directly reported to runsolver:
#   pid: 3684
#   total CPU time (s): 1643.89
#   total CPU user time (s): 1635.48
#   total CPU system time (s): 8.40219

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.78346 second user time and 4.44078 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 16:58:00
IDJOB=4289928
IDBENCH=141639
IDSOLVER=2742
FILE ID=node104/4289928-1532271480
RUNJOBID= node104-1532259870-1810
PBS_JOBID= 21018962
Free space on /tmp= 57240 MiB

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

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

MD5SUM BENCH= 958436d0187c4d1fb288b1710d20458f
RANDOM SEED=1344793629

node104.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.11
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.11
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.11
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.11
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:        16810096 kB
MemAvailable:   27278844 kB
Buffers:          240424 kB
Cached:         10436888 kB
SwapCached:            0 kB
Active:          6472576 kB
Inactive:        8910400 kB
Active(anon):    4708456 kB
Inactive(anon):    17088 kB
Active(file):    1764120 kB
Inactive(file):  8893312 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2760 kB
Writeback:             0 kB
AnonPages:       4768132 kB
Mapped:            47596 kB
Shmem:             17036 kB
Slab:             267920 kB
SReclaimable:     239776 kB
SUnreclaim:        28144 kB
KernelStack:        3856 kB
PageTables:        14184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5963340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4622336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57240 MiB
End job on node104 at 2018-07-22 17:05:22