Trace number 4262881

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1598.96 431.798

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t13-1.xml
MD5SUM9acff8c1638c47395189d2d1cc8c1f0d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark63
Best CPU time to get the best result obtained on this benchmark0.60796601
Satisfiable
(Un)Satisfiability was proved
Number of variables869
Number of constraints91
Number of domains7
Minimum domain size2
Maximum domain size23
Distribution of domain sizes[{"size":2,"count":237},{"size":5,"count":79},{"size":6,"count":158},{"size":11,"count":79},{"size":18,"count":158},{"size":19,"count":79},{"size":23,"count":79}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":869}]
Minimum constraint arity11
Maximum constraint arity790
Distribution of constraint arities[{"arity":11,"count":79},{"arity":79,"count":11},{"arity":790,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":89}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262881-1502623473/watcher-4262881-1502623473 -o /tmp/evaluation-result-4262881-1502623473/solver-4262881-1502623473 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262881-1502623473.xml 

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

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

solver pid=22906, runsolver pid=22903

[startup+0.100491 s]*
/proc/loadavg: 4.78 4.03 3.16 3/212 22915
/proc/meminfo: memFree=31217188/32770624 swapFree=67108776/67108860
[pid=22906] ppid=22903 vsize=10151672 memory=21060 CPUtime=0.03 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22903 22906 7084 0 -1 1077944320 4144 0 0 0 3 0 0 0 20 0 9 0 162000069 10395312128 5265 18446744073709551615 4194304 4196468 140723936422688 140723936405232 140172011527927 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
/proc/22906/statm: 2537918 5265 2112 1 0 2527415 0
[pid=22906/tid=22908] ppid=22903 vsize=10151672 memory=7077796292425249400 CPUtime=0.02 cores=0,2,4,6
/proc/22906/task/22908/stat : 22908 (java) R 22903 22906 7084 0 -1 4202560 2784 0 0 0 2 0 0 0 20 0 9 0 162000076 10395312128 5265 18446744073709551615 4194304 4196468 140723936422688 140172015763688 140172011549853 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22909] ppid=22903 vsize=10151672 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22909/stat : 22909 (java) S 22903 22906 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 162000077 10395312128 5265 18446744073709551615 4194304 4196468 140723936422688 140171968494480 140172011538133 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22910] ppid=22903 vsize=10151672 memory=140604903003776 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22910/stat : 22910 (java) S 22903 22906 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 162000077 10395312128 5265 18446744073709551615 4194304 4196468 140723936422688 140171967441680 140172011538133 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22911] ppid=22903 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22911/stat : 22911 (java) S 22903 22906 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 162000077 10395312128 5265 18446744073709551615 4194304 4196468 140723936422688 140171966389392 140172011538133 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22912] ppid=22903 vsize=10151672 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22912/stat : 22912 (java) S 22903 22906 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 162000077 10395312128 5265 18446744073709551615 4194304 4196468 140723936422688 140171965336592 140172011538133 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22913] ppid=22903 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22913/stat : 22913 (java) S 22903 22906 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 162000078 10395312128 5265 18446744073709551615 4194304 4196468 140723936422688 140171591575664 140172011539074 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22914] ppid=22903 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22914/stat : 22914 (java) S 22903 22906 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 162000079 10395312128 5265 18446744073709551615 4194304 4196468 140723936422688 140171590521632 140172011538133 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22915] ppid=22903 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22915/stat : 22915 (java) S 22903 22906 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 162000079 10395312128 5265 18446744073709551615 4194304 4196468 140723936422688 140171589469360 140172011538133 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21060 KiB

[startup+0.210304 s]*
/proc/loadavg: 4.78 4.03 3.16 3/218 22921
/proc/meminfo: memFree=31209976/32770624 swapFree=67108776/67108860
[pid=22906] ppid=22903 vsize=10551156 memory=30144 CPUtime=0.12 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22903 22906 7084 0 -1 1077944320 7654 0 0 0 10 2 0 0 20 0 15 0 162000069 10804383744 7536 18446744073709551615 4194304 4196468 140723936422688 140723936405232 140172011527927 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
/proc/22906/statm: 2637789 7536 2789 1 0 2627261 0
[pid=22906/tid=22908] ppid=22903 vsize=10551156 memory=8316850467074736180 CPUtime=0.09 cores=0,2,4,6
/proc/22906/task/22908/stat : 22908 (java) R 22903 22906 7084 0 -1 4202560 5572 0 0 0 8 1 0 0 20 0 15 0 162000076 10804383744 7536 18446744073709551615 4194304 4196468 140723936422688 140172015716272 140171995608414 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22909] ppid=22903 vsize=10551156 memory=8333 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22909/stat : 22909 (java) S 22903 22906 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162000077 10804383744 7536 18446744073709551615 4194304 4196468 140723936422688 140171968494480 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22910] ppid=22903 vsize=10551156 memory=3833606798134220448 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22910/stat : 22910 (java) S 22903 22906 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162000077 10804383744 7536 18446744073709551615 4194304 4196468 140723936422688 140171967441680 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22911] ppid=22903 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22911/stat : 22911 (java) S 22903 22906 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162000077 10804383744 7536 18446744073709551615 4194304 4196468 140723936422688 140171966389392 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22912] ppid=22903 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22912/stat : 22912 (java) S 22903 22906 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162000077 10804383744 7536 18446744073709551615 4194304 4196468 140723936422688 140171965336592 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22913] ppid=22903 vsize=10551156 memory=140604903003776 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22913/stat : 22913 (java) S 22903 22906 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162000078 10804383744 7536 18446744073709551615 4194304 4196468 140723936422688 140171591575664 140172011539074 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22914] ppid=22903 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22914/stat : 22914 (java) S 22903 22906 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162000079 10804383744 7536 18446744073709551615 4194304 4196468 140723936422688 140171590521632 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22915] ppid=22903 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22915/stat : 22915 (java) S 22903 22906 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162000079 10804383744 7536 18446744073709551615 4194304 4196468 140723936422688 140171589469296 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22916] ppid=22903 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22916/stat : 22916 (java) S 22903 22906 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162000081 10804383744 7602 18446744073709551615 4194304 4196468 140723936422688 140171588417616 140172011546523 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22917] ppid=22903 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22917/stat : 22917 (java) S 22903 22906 7084 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 162000081 10804383744 7602 18446744073709551615 4194304 4196468 140723936422688 140171587365488 140172011539074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22918] ppid=22903 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22918/stat : 22918 (java) S 22903 22906 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162000081 10804383744 7602 18446744073709551615 4194304 4196468 140723936422688 140171586312688 140172011539074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22919] ppid=22903 vsize=10551156 memory=140604903003776 CPUtime=0.01 cores=0,2,4,6
/proc/22906/task/22919/stat : 22919 (java) R 22903 22906 7084 0 -1 4202560 339 0 0 0 1 0 0 0 20 0 15 0 162000081 10804383744 7602 18446744073709551615 4194304 4196468 140723936422688 140171585256344 140172003765054 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22920] ppid=22903 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22920/stat : 22920 (java) S 22903 22906 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162000081 10804383744 7602 18446744073709551615 4194304 4196468 140723936422688 140171584207840 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22921] ppid=22903 vsize=10551156 memory=140604903003776 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22921/stat : 22921 (java) S 22903 22906 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162000086 10804383744 7602 18446744073709551615 4194304 4196468 140723936422688 140171583154608 140172011539074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30144 KiB

[startup+0.313044 s]*
/proc/loadavg: 4.78 4.03 3.16 4/218 22921
/proc/meminfo: memFree=31200808/32770624 swapFree=67108776/67108860
[pid=22906] ppid=22903 vsize=10551156 memory=38744 CPUtime=0.28 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22903 22906 7084 0 -1 1077944320 8986 0 0 0 26 2 0 0 20 0 15 0 162000069 10804383744 9686 18446744073709551615 4194304 4196468 140723936422688 140723936405232 140172011527927 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
/proc/22906/statm: 2637789 9686 2874 1 0 2627261 0
[pid=22906/tid=22908] ppid=22903 vsize=10551156 memory=8316850467074736180 CPUtime=0.19 cores=0,2,4,6
/proc/22906/task/22908/stat : 22908 (java) R 22903 22906 7084 0 -1 4202560 6184 0 0 0 17 2 0 0 20 0 15 0 162000076 10804383744 9686 18446744073709551615 4194304 4196468 140723936422688 140172015766344 140172011549853 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22909] ppid=22903 vsize=10551156 memory=8333 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22909/stat : 22909 (java) S 22903 22906 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162000077 10804383744 9686 18446744073709551615 4194304 4196468 140723936422688 140171968494480 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22910] ppid=22903 vsize=10551156 memory=3833606798134220448 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22910/stat : 22910 (java) S 22903 22906 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162000077 10804383744 9686 18446744073709551615 4194304 4196468 140723936422688 140171967441680 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22911] ppid=22903 vsize=10551156 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22911/stat : 22911 (java) S 22903 22906 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162000077 10804383744 9686 18446744073709551615 4194304 4196468 140723936422688 140171966389392 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22912] ppid=22903 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22912/stat : 22912 (java) S 22903 22906 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162000077 10804383744 9686 18446744073709551615 4194304 4196468 140723936422688 140171965336592 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22913] ppid=22903 vsize=10551156 memory=3184238524978972336 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22913/stat : 22913 (java) S 22903 22906 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162000078 10804383744 9686 18446744073709551615 4194304 4196468 140723936422688 140171591575664 140172011539074 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22914] ppid=22903 vsize=10551156 memory=734704906123424008 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22914/stat : 22914 (java) S 22903 22906 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162000079 10804383744 9686 18446744073709551615 4194304 4196468 140723936422688 140171590521632 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22915] ppid=22903 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22915/stat : 22915 (java) S 22903 22906 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162000079 10804383744 9686 18446744073709551615 4194304 4196468 140723936422688 140171589469296 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22916] ppid=22903 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22916/stat : 22916 (java) S 22903 22906 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162000081 10804383744 9686 18446744073709551615 4194304 4196468 140723936422688 140171588417616 140172011546523 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22917] ppid=22903 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22906/task/22917/stat : 22917 (java) S 22903 22906 7084 0 -1 1077944384 526 0 0 0 1 0 0 0 20 0 15 0 162000081 10804383744 9686 18446744073709551615 4194304 4196468 140723936422688 140171587365488 140172011539074 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22918] ppid=22903 vsize=10551156 memory=3472328296227418159 CPUtime=0.01 cores=0,2,4,6
/proc/22906/task/22918/stat : 22918 (java) S 22903 22906 7084 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 15 0 162000081 10804383744 9686 18446744073709551615 4194304 4196468 140723936422688 140171586312688 140172011539074 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22919] ppid=22903 vsize=10551156 memory=7599810354927143651 CPUtime=0.05 cores=0,2,4,6
/proc/22906/task/22919/stat : 22919 (java) R 22903 22906 7084 0 -1 4202560 818 0 0 0 5 0 0 0 20 0 15 0 162000081 10804383744 9686 18446744073709551615 4194304 4196468 140723936422688 140171585256768 140171990480392 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22920] ppid=22903 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22920/stat : 22920 (java) S 22903 22906 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162000081 10804383744 9686 18446744073709551615 4194304 4196468 140723936422688 140171584207840 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22921] ppid=22903 vsize=10551156 memory=140604903003776 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22921/stat : 22921 (java) S 22903 22906 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162000086 10804383744 9686 18446744073709551615 4194304 4196468 140723936422688 140171583154608 140172011539074 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38744 KiB

[startup+0.708086 s]
/proc/loadavg: 4.78 4.03 3.16 6/218 22921
/proc/meminfo: memFree=31130424/32770624 swapFree=67108776/67108860
[pid=22906] ppid=22903 vsize=10551232 memory=207752 CPUtime=1.37 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22903 22906 7084 0 -1 1077944320 12595 0 0 0 129 8 0 0 20 0 15 0 162000069 10804461568 51938 18446744073709551615 4194304 4196468 140723936422688 140723936405232 140172011527927 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
/proc/22906/statm: 2637808 51938 3076 1 0 2627261 0
[pid=22906/tid=22908] ppid=22903 vsize=10551232 memory=1236 CPUtime=0.53 cores=0,2,4,6
/proc/22906/task/22908/stat : 22908 (java) R 22903 22906 7084 0 -1 4202560 7507 0 0 0 49 4 0 0 20 0 15 0 162000076 10804461568 51938 18446744073709551615 4194304 4196468 140723936422688 140172015717824 140171645971191 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22909] ppid=22903 vsize=10551232 memory=2240 CPUtime=0.03 cores=0,2,4,6
/proc/22906/task/22909/stat : 22909 (java) S 22903 22906 7084 0 -1 1077944384 34 0 0 0 3 0 0 0 20 0 15 0 162000077 10804461568 51938 18446744073709551615 4194304 4196468 140723936422688 140171968494480 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22910] ppid=22903 vsize=10551232 memory=4288 CPUtime=0.02 cores=0,2,4,6
/proc/22906/task/22910/stat : 22910 (java) S 22903 22906 7084 0 -1 1077944384 16 0 0 0 2 0 0 0 20 0 15 0 162000077 10804461568 51938 18446744073709551615 4194304 4196468 140723936422688 140171967441680 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22911] ppid=22903 vsize=10551232 memory=2160 CPUtime=0.02 cores=0,2,4,6
/proc/22906/task/22911/stat : 22911 (java) S 22903 22906 7084 0 -1 1077944384 16 0 0 0 2 0 0 0 20 0 15 0 162000077 10804461568 51938 18446744073709551615 4194304 4196468 140723936422688 140171966389392 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22912] ppid=22903 vsize=10551232 memory=932 CPUtime=0.03 cores=0,2,4,6
/proc/22906/task/22912/stat : 22912 (java) S 22903 22906 7084 0 -1 1077944384 34 0 0 0 3 0 0 0 20 0 15 0 162000077 10804461568 51938 18446744073709551615 4194304 4196468 140723936422688 140171965336592 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22913] ppid=22903 vsize=10551232 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22913/stat : 22913 (java) S 22903 22906 7084 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 162000078 10804461568 51938 18446744073709551615 4194304 4196468 140723936422688 140171591575664 140172011539074 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22914] ppid=22903 vsize=10551232 memory=3472328279047811153 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22914/stat : 22914 (java) S 22903 22906 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162000079 10804461568 51938 18446744073709551615 4194304 4196468 140723936422688 140171590521632 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22915] ppid=22903 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22915/stat : 22915 (java) S 22903 22906 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 162000079 10804461568 51938 18446744073709551615 4194304 4196468 140723936422688 140171589469296 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22916] ppid=22903 vsize=10551232 memory=737 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22916/stat : 22916 (java) S 22903 22906 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162000081 10804461568 51938 18446744073709551615 4194304 4196468 140723936422688 140171588417616 140172011546523 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22917] ppid=22903 vsize=10551232 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/22906/task/22917/stat : 22917 (java) R 22903 22906 7084 0 -1 4202560 1335 0 0 0 22 0 0 0 20 0 15 0 162000081 10804461568 51938 18446744073709551615 4194304 4196468 140723936422688 140171587344624 140171996635841 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22918] ppid=22903 vsize=10551232 memory=836 CPUtime=0.23 cores=0,2,4,6
/proc/22906/task/22918/stat : 22918 (java) R 22903 22906 7084 0 -1 4202560 1010 0 0 0 23 0 0 0 20 0 15 0 162000081 10804461568 51938 18446744073709551615 4194304 4196468 140723936422688 140171586294256 140171994914719 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22919] ppid=22903 vsize=10551232 memory=3908 CPUtime=0.2 cores=0,2,4,6
/proc/22906/task/22919/stat : 22919 (java) S 22903 22906 7084 0 -1 1077944384 1199 0 0 0 20 0 0 0 20 0 15 0 162000081 10804461568 51938 18446744073709551615 4194304 4196468 140723936422688 140171585260400 140172011539074 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22920] ppid=22903 vsize=10551232 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22920/stat : 22920 (java) S 22903 22906 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162000081 10804461568 51938 18446744073709551615 4194304 4196468 140723936422688 140171584207840 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22921] ppid=22903 vsize=10551232 memory=3036 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22921/stat : 22921 (java) S 22903 22906 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162000086 10804461568 51938 18446744073709551615 4194304 4196468 140723936422688 140171583154608 140172011539074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 207752 KiB

[startup+1.50704 s]
/proc/loadavg: 4.78 4.03 3.16 6/218 22921
/proc/meminfo: memFree=30935296/32770624 swapFree=67108776/67108860
[pid=22906] ppid=22903 vsize=10551232 memory=600284 CPUtime=3.6 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22903 22906 7084 0 -1 1077944320 15060 0 0 0 320 40 0 0 20 0 15 0 162000069 10804461568 150071 18446744073709551615 4194304 4196468 140723936422688 140723936405232 140172011527927 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
/proc/22906/statm: 2637808 150071 3097 1 0 2627261 0
[pid=22906/tid=22908] ppid=22903 vsize=10551232 memory=2257 CPUtime=1 cores=0,2,4,6
/proc/22906/task/22908/stat : 22908 (java) S 22903 22906 7084 0 -1 1077944384 7572 0 0 0 94 6 0 0 20 0 15 0 162000076 10804461568 150071 18446744073709551615 4194304 4196468 140723936422688 140172015751008 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22909] ppid=22903 vsize=10551232 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/22906/task/22909/stat : 22909 (java) R 22903 22906 7084 0 -1 4202560 461 0 0 0 28 7 0 0 20 0 15 0 162000077 10804461568 150071 18446744073709551615 4194304 4196468 140723936422688 140171968494480 140171996478532 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22910] ppid=22903 vsize=10551232 memory=-7522837582236181595 CPUtime=0.35 cores=0,2,4,6
/proc/22906/task/22910/stat : 22910 (java) R 22903 22906 7084 0 -1 4202560 239 0 0 0 28 7 0 0 20 0 15 0 162000077 10804461568 150071 18446744073709551615 4194304 4196468 140723936422688 140171967441880 140171996479402 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22911] ppid=22903 vsize=10551232 memory=247408 CPUtime=0.35 cores=0,2,4,6
/proc/22906/task/22911/stat : 22911 (java) R 22903 22906 7084 0 -1 4202560 243 0 0 0 27 8 0 0 20 0 15 0 162000077 10804461568 150071 18446744073709551615 4194304 4196468 140723936422688 140171966389592 140171996225679 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22912] ppid=22903 vsize=10551232 memory=3908 CPUtime=0.35 cores=0,2,4,6
/proc/22906/task/22912/stat : 22912 (java) R 22903 22906 7084 0 -1 4202560 259 0 0 0 27 8 0 0 20 0 15 0 162000077 10804461568 150071 18446744073709551615 4194304 4196468 140723936422688 140171965336592 140171996479060 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22913] ppid=22903 vsize=10551232 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22913/stat : 22913 (java) S 22903 22906 7084 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 162000078 10804461568 150071 18446744073709551615 4194304 4196468 140723936422688 140171591573984 140172011538133 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22914] ppid=22903 vsize=10551232 memory=3036 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22914/stat : 22914 (java) S 22903 22906 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162000079 10804461568 150071 18446744073709551615 4194304 4196468 140723936422688 140171590521632 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22915] ppid=22903 vsize=10551232 memory=281209494286944 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22915/stat : 22915 (java) S 22903 22906 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 162000079 10804461568 150071 18446744073709551615 4194304 4196468 140723936422688 140171589469296 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22916] ppid=22903 vsize=10551232 memory=7594028189667453799 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22916/stat : 22916 (java) S 22903 22906 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162000081 10804461568 150071 18446744073709551615 4194304 4196468 140723936422688 140171588417616 140172011546523 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22917] ppid=22903 vsize=10551232 memory=7594028189667453799 CPUtime=0.46 cores=0,2,4,6
/proc/22906/task/22917/stat : 22917 (java) S 22903 22906 7084 0 -1 1077944384 2191 0 0 0 46 0 0 0 20 0 15 0 162000081 10804461568 150071 18446744073709551615 4194304 4196468 140723936422688 140171587365488 140172011539074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22918] ppid=22903 vsize=10551232 memory=7594028189667453799 CPUtime=0.46 cores=0,2,4,6
/proc/22906/task/22918/stat : 22918 (java) S 22903 22906 7084 0 -1 1077944384 1290 0 0 0 46 0 0 0 20 0 15 0 162000081 10804461568 150071 18446744073709551615 4194304 4196468 140723936422688 140171586312688 140172011539074 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22919] ppid=22903 vsize=10551232 memory=7594028189667453799 CPUtime=0.22 cores=0,2,4,6
/proc/22906/task/22919/stat : 22919 (java) S 22903 22906 7084 0 -1 1077944384 1230 0 0 0 22 0 0 0 20 0 15 0 162000081 10804461568 150071 18446744073709551615 4194304 4196468 140723936422688 140171585260400 140172011539074 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0

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

[pid=22906/tid=22909] ppid=22903 vsize=10686560 memory=988 CPUtime=391.4 cores=0,2,4,6
/proc/22906/task/22909/stat : 22909 (java) R 22903 22906 7084 0 -1 4202560 159122 0 0 0 38924 216 0 0 20 0 17 0 162000077 10943037440 2064975 18446744073709551615 4194304 4196468 140723936422688 140171968494288 140172004156135 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22910] ppid=22903 vsize=10686560 memory=12320 CPUtime=389.37 cores=0,2,4,6
/proc/22906/task/22910/stat : 22910 (java) R 22903 22906 7084 0 -1 4202560 214734 0 0 0 38701 236 0 0 20 0 17 0 162000077 10943037440 2064975 18446744073709551615 4194304 4196468 140723936422688 140171967441880 140171996517523 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22911] ppid=22903 vsize=10686560 memory=1196 CPUtime=391.06 cores=0,2,4,6
/proc/22906/task/22911/stat : 22911 (java) R 22903 22906 7084 0 -1 4202560 261354 0 0 0 38894 212 0 0 20 0 17 0 162000077 10943037440 2064975 18446744073709551615 4194304 4196468 140723936422688 140171966389200 140172004156135 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22912] ppid=22903 vsize=10686560 memory=11364 CPUtime=389.7 cores=0,2,4,6
/proc/22906/task/22912/stat : 22912 (java) R 22903 22906 7084 0 -1 4202560 218716 0 0 0 38743 227 0 0 20 0 17 0 162000077 10943037440 2064975 18446744073709551615 4194304 4196468 140723936422688 140171965336712 140172004156135 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22913] ppid=22903 vsize=10686560 memory=1224 CPUtime=19.44 cores=0,2,4,6
/proc/22906/task/22913/stat : 22913 (java) S 22903 22906 7084 0 -1 1077944384 80341 0 0 0 1939 5 0 0 20 0 17 0 162000078 10943037440 2064975 18446744073709551615 4194304 4196468 140723936422688 140171591574208 140172011538133 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22914] ppid=22903 vsize=10686560 memory=4600 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22914/stat : 22914 (java) S 22903 22906 7084 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 162000079 10943037440 2064975 18446744073709551615 4194304 4196468 140723936422688 140171590521696 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22915] ppid=22903 vsize=10686560 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22915/stat : 22915 (java) S 22903 22906 7084 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 162000079 10943037440 2064975 18446744073709551615 4194304 4196468 140723936422688 140171589468624 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22916] ppid=22903 vsize=10686560 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22916/stat : 22916 (java) S 22903 22906 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162000081 10943037440 2064975 18446744073709551615 4194304 4196468 140723936422688 140171588417616 140172011546523 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22917] ppid=22903 vsize=10686560 memory=4872558044660077418 CPUtime=0.54 cores=0,2,4,6
/proc/22906/task/22917/stat : 22917 (java) S 22903 22906 7084 0 -1 1077944384 2833 0 0 0 54 0 0 0 20 0 17 0 162000081 10943037440 2064975 18446744073709551615 4194304 4196468 140723936422688 140171587365248 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22918] ppid=22903 vsize=10686560 memory=2240 CPUtime=0.53 cores=0,2,4,6
/proc/22906/task/22918/stat : 22918 (java) S 22903 22906 7084 0 -1 1077944384 1955 0 0 0 53 0 0 0 20 0 17 0 162000081 10943037440 2064975 18446744073709551615 4194304 4196468 140723936422688 140171586312736 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22919] ppid=22903 vsize=10686560 memory=4288 CPUtime=0.28 cores=0,2,4,6
/proc/22906/task/22919/stat : 22919 (java) S 22903 22906 7084 0 -1 1077944384 3029 0 0 0 28 0 0 0 20 0 17 0 162000081 10943037440 2064975 18446744073709551615 4194304 4196468 140723936422688 140171585256272 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22920] ppid=22903 vsize=10686560 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22920/stat : 22920 (java) S 22903 22906 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162000081 10943037440 2064975 18446744073709551615 4194304 4196468 140723936422688 140171584207840 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22921] ppid=22903 vsize=10686560 memory=3136 CPUtime=0.23 cores=0,2,4,6
/proc/22906/task/22921/stat : 22921 (java) S 22903 22906 7084 0 -1 1077944384 671 0 0 0 13 10 0 0 20 0 17 0 162000086 10943037440 2064975 18446744073709551615 4194304 4196468 140723936422688 140171583154608 140172011539074 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22936] ppid=22903 vsize=10686560 memory=8259672 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22936/stat : 22936 (java) S 22903 22906 7084 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 162040903 10943037440 2064975 18446744073709551615 4194304 4196468 140723936422688 140171580001328 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22937] ppid=22903 vsize=10686560 memory=988 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22937/stat : 22937 (java) S 22903 22906 7084 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 162040903 10943037440 2064975 18446744073709551615 4194304 4196468 140723936422688 140171578949808 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
Current children cumulated CPU time: 1595.86 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8259900 KiB

[startup+431.201 s]
/proc/loadavg: 4.82 4.58 3.71 3/216 22939
/proc/meminfo: memFree=22977456/32770624 swapFree=67108776/67108860
[pid=22906] ppid=22903 vsize=10686560 memory=8259904 CPUtime=1598.35 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22903 22906 7084 0 -1 1077944320 962466 0 0 0 158921 914 0 0 20 0 17 0 162000069 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140723936405232 140172011527927 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
/proc/22906/statm: 2671640 2064976 3159 1 0 2661055 0
[pid=22906/tid=22908] ppid=22903 vsize=10686560 memory=1796 CPUtime=13.22 cores=0,2,4,6
/proc/22906/task/22908/stat : 22908 (java) S 22903 22906 7084 0 -1 1077944384 17903 0 0 0 1311 11 0 0 20 0 17 0 162000076 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140172015768608 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22909] ppid=22903 vsize=10686560 memory=4156 CPUtime=391.96 cores=0,2,4,6
/proc/22906/task/22909/stat : 22909 (java) S 22903 22906 7084 0 -1 1077944384 159122 0 0 0 38980 216 0 0 20 0 17 0 162000077 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171968494480 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22910] ppid=22903 vsize=10686560 memory=68184 CPUtime=389.96 cores=0,2,4,6
/proc/22906/task/22910/stat : 22910 (java) S 22903 22906 7084 0 -1 1077944384 214734 0 0 0 38760 236 0 0 20 0 17 0 162000077 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171967441680 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22911] ppid=22903 vsize=10686560 memory=1296 CPUtime=391.62 cores=0,2,4,6
/proc/22906/task/22911/stat : 22911 (java) S 22903 22906 7084 0 -1 1077944384 261354 0 0 0 38950 212 0 0 20 0 17 0 162000077 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171966389392 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22912] ppid=22903 vsize=10686560 memory=-8774313645642428999 CPUtime=390.26 cores=0,2,4,6
/proc/22906/task/22912/stat : 22912 (java) S 22903 22906 7084 0 -1 1077944384 218716 0 0 0 38799 227 0 0 20 0 17 0 162000077 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171965336592 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22913] ppid=22903 vsize=10686560 memory=8259900 CPUtime=19.66 cores=0,2,4,6
/proc/22906/task/22913/stat : 22913 (java) R 22903 22906 7084 0 -1 4202560 80570 0 0 0 1961 5 0 0 20 0 17 0 162000078 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171591574096 140171996524331 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22914] ppid=22903 vsize=10686560 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22914/stat : 22914 (java) S 22903 22906 7084 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 162000079 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171590521696 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22915] ppid=22903 vsize=10686560 memory=15884 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22915/stat : 22915 (java) S 22903 22906 7084 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 162000079 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171589468624 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22916] ppid=22903 vsize=10686560 memory=8259900 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22916/stat : 22916 (java) S 22903 22906 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162000081 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171588417616 140172011546523 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22917] ppid=22903 vsize=10686560 memory=39356 CPUtime=0.54 cores=0,2,4,6
/proc/22906/task/22917/stat : 22917 (java) S 22903 22906 7084 0 -1 1077944384 2833 0 0 0 54 0 0 0 20 0 17 0 162000081 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171587365248 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22918] ppid=22903 vsize=10686560 memory=-8774313645642428999 CPUtime=0.53 cores=0,2,4,6
/proc/22906/task/22918/stat : 22918 (java) S 22903 22906 7084 0 -1 1077944384 1955 0 0 0 53 0 0 0 20 0 17 0 162000081 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171586312736 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22919] ppid=22903 vsize=10686560 memory=4600 CPUtime=0.28 cores=0,2,4,6
/proc/22906/task/22919/stat : 22919 (java) S 22903 22906 7084 0 -1 1077944384 3029 0 0 0 28 0 0 0 20 0 17 0 162000081 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171585256272 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22920] ppid=22903 vsize=10686560 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22920/stat : 22920 (java) S 22903 22906 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162000081 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171584207840 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22921] ppid=22903 vsize=10686560 memory=1724 CPUtime=0.23 cores=0,2,4,6
/proc/22906/task/22921/stat : 22921 (java) S 22903 22906 7084 0 -1 1077944384 671 0 0 0 13 10 0 0 20 0 17 0 162000086 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171583154608 140172011539074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22936] ppid=22903 vsize=10686560 memory=988 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22936/stat : 22936 (java) S 22903 22906 7084 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 162040903 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171580001328 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22937] ppid=22903 vsize=10686560 memory=12320 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22937/stat : 22937 (java) S 22903 22906 7084 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 162040903 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171578949808 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
Current children cumulated CPU time: 1598.35 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8259904 KiB

[startup+431.601 s]
/proc/loadavg: 4.82 4.58 3.71 3/216 22939
/proc/meminfo: memFree=22977456/32770624 swapFree=67108776/67108860
[pid=22906] ppid=22903 vsize=10686560 memory=8259904 CPUtime=1598.75 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22903 22906 7084 0 -1 1077944320 962466 0 0 0 158961 914 0 0 20 0 17 0 162000069 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140723936405232 140172011527927 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
/proc/22906/statm: 2671640 2064976 3159 1 0 2661055 0
[pid=22906/tid=22908] ppid=22903 vsize=10686560 memory=1608 CPUtime=13.22 cores=0,2,4,6
/proc/22906/task/22908/stat : 22908 (java) S 22903 22906 7084 0 -1 1077944384 17903 0 0 0 1311 11 0 0 20 0 17 0 162000076 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140172015768608 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22909] ppid=22903 vsize=10686560 memory=836 CPUtime=391.96 cores=0,2,4,6
/proc/22906/task/22909/stat : 22909 (java) S 22903 22906 7084 0 -1 1077944384 159122 0 0 0 38980 216 0 0 20 0 17 0 162000077 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171968494480 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22910] ppid=22903 vsize=10686560 memory=-8774313645642428999 CPUtime=389.96 cores=0,2,4,6
/proc/22906/task/22910/stat : 22910 (java) S 22903 22906 7084 0 -1 1077944384 214734 0 0 0 38760 236 0 0 20 0 17 0 162000077 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171967441680 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22911] ppid=22903 vsize=10686560 memory=1196 CPUtime=391.62 cores=0,2,4,6
/proc/22906/task/22911/stat : 22911 (java) S 22903 22906 7084 0 -1 1077944384 261354 0 0 0 38950 212 0 0 20 0 17 0 162000077 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171966389392 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22912] ppid=22903 vsize=10686560 memory=15884 CPUtime=390.26 cores=0,2,4,6
/proc/22906/task/22912/stat : 22912 (java) S 22903 22906 7084 0 -1 1077944384 218716 0 0 0 38799 227 0 0 20 0 17 0 162000077 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171965336592 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22913] ppid=22903 vsize=10686560 memory=4044 CPUtime=20.06 cores=0,2,4,6
/proc/22906/task/22913/stat : 22913 (java) R 22903 22906 7084 0 -1 4202560 80570 0 0 0 2001 5 0 0 20 0 17 0 162000078 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171591574096 140171995985497 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22914] ppid=22903 vsize=10686560 memory=39356 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22914/stat : 22914 (java) S 22903 22906 7084 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 162000079 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171590521696 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22915] ppid=22903 vsize=10686560 memory=636 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22915/stat : 22915 (java) S 22903 22906 7084 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 162000079 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171589468624 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22916] ppid=22903 vsize=10686560 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22916/stat : 22916 (java) S 22903 22906 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162000081 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171588417616 140172011546523 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22917] ppid=22903 vsize=10686560 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/22906/task/22917/stat : 22917 (java) S 22903 22906 7084 0 -1 1077944384 2833 0 0 0 54 0 0 0 20 0 17 0 162000081 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171587365248 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22918] ppid=22903 vsize=10686560 memory=18594 CPUtime=0.53 cores=0,2,4,6
/proc/22906/task/22918/stat : 22918 (java) S 22903 22906 7084 0 -1 1077944384 1955 0 0 0 53 0 0 0 20 0 17 0 162000081 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171586312736 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22919] ppid=22903 vsize=10686560 memory=67109561 CPUtime=0.28 cores=0,2,4,6
/proc/22906/task/22919/stat : 22919 (java) S 22903 22906 7084 0 -1 1077944384 3029 0 0 0 28 0 0 0 20 0 17 0 162000081 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171585256272 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22920] ppid=22903 vsize=10686560 memory=576574510189602056 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22920/stat : 22920 (java) S 22903 22906 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162000081 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171584207840 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22921] ppid=22903 vsize=10686560 memory=251 CPUtime=0.23 cores=0,2,4,6
/proc/22906/task/22921/stat : 22921 (java) S 22903 22906 7084 0 -1 1077944384 671 0 0 0 13 10 0 0 20 0 17 0 162000086 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171583154608 140172011539074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22936] ppid=22903 vsize=10686560 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22936/stat : 22936 (java) S 22903 22906 7084 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 162040903 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171580001328 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22937] ppid=22903 vsize=10686560 memory=576574510189602056 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22937/stat : 22937 (java) S 22903 22906 7084 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 162040903 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171578949808 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
Current children cumulated CPU time: 1598.75 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8259904 KiB

[startup+431.701 s]
/proc/loadavg: 4.82 4.58 3.71 3/216 22939
/proc/meminfo: memFree=22977456/32770624 swapFree=67108776/67108860
[pid=22906] ppid=22903 vsize=10686560 memory=8259904 CPUtime=1598.85 cores=0,2,4,6
/proc/22906/stat : 22906 (java) S 22903 22906 7084 0 -1 1077944320 962466 0 0 0 158971 914 0 0 20 0 17 0 162000069 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140723936405232 140172011527927 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
/proc/22906/statm: 2671640 2064976 3159 1 0 2661055 0
[pid=22906/tid=22908] ppid=22903 vsize=10686560 memory=8259900 CPUtime=13.22 cores=0,2,4,6
/proc/22906/task/22908/stat : 22908 (java) S 22903 22906 7084 0 -1 1077944384 17903 0 0 0 1311 11 0 0 20 0 17 0 162000076 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140172015768608 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22909] ppid=22903 vsize=10686560 memory=0 CPUtime=391.96 cores=0,2,4,6
/proc/22906/task/22909/stat : 22909 (java) S 22903 22906 7084 0 -1 1077944384 159122 0 0 0 38980 216 0 0 20 0 17 0 162000077 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171968494480 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22910] ppid=22903 vsize=10686560 memory=8259904 CPUtime=389.96 cores=0,2,4,6
/proc/22906/task/22910/stat : 22910 (java) S 22903 22906 7084 0 -1 1077944384 214734 0 0 0 38760 236 0 0 20 0 17 0 162000077 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171967441680 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22911] ppid=22903 vsize=10686560 memory=8258804 CPUtime=391.62 cores=0,2,4,6
/proc/22906/task/22911/stat : 22911 (java) S 22903 22906 7084 0 -1 1077944384 261354 0 0 0 38950 212 0 0 20 0 17 0 162000077 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171966389392 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22912] ppid=22903 vsize=10686560 memory=18594 CPUtime=390.26 cores=0,2,4,6
/proc/22906/task/22912/stat : 22912 (java) S 22903 22906 7084 0 -1 1077944384 218716 0 0 0 38799 227 0 0 20 0 17 0 162000077 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171965336592 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22913] ppid=22903 vsize=10686560 memory=8259900 CPUtime=20.16 cores=0,2,4,6
/proc/22906/task/22913/stat : 22913 (java) R 22903 22906 7084 0 -1 4202560 80570 0 0 0 2011 5 0 0 20 0 17 0 162000078 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171591574096 140171989898107 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22914] ppid=22903 vsize=10686560 memory=8259900 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22914/stat : 22914 (java) S 22903 22906 7084 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 162000079 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171590521696 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22915] ppid=22903 vsize=10686560 memory=8259900 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22915/stat : 22915 (java) S 22903 22906 7084 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 162000079 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171589468624 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22916] ppid=22903 vsize=10686560 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22916/stat : 22916 (java) S 22903 22906 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162000081 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171588417616 140172011546523 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22917] ppid=22903 vsize=10686560 memory=2460 CPUtime=0.54 cores=0,2,4,6
/proc/22906/task/22917/stat : 22917 (java) S 22903 22906 7084 0 -1 1077944384 2833 0 0 0 54 0 0 0 20 0 17 0 162000081 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171587365248 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22918] ppid=22903 vsize=10686560 memory=1836 CPUtime=0.53 cores=0,2,4,6
/proc/22906/task/22918/stat : 22918 (java) S 22903 22906 7084 0 -1 1077944384 1955 0 0 0 53 0 0 0 20 0 17 0 162000081 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171586312736 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22919] ppid=22903 vsize=10686560 memory=8259900 CPUtime=0.28 cores=0,2,4,6
/proc/22906/task/22919/stat : 22919 (java) S 22903 22906 7084 0 -1 1077944384 3029 0 0 0 28 0 0 0 20 0 17 0 162000081 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171585256272 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22920] ppid=22903 vsize=10686560 memory=8259900 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22920/stat : 22920 (java) S 22903 22906 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162000081 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171584207840 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22921] ppid=22903 vsize=10686560 memory=8259900 CPUtime=0.23 cores=0,2,4,6
/proc/22906/task/22921/stat : 22921 (java) S 22903 22906 7084 0 -1 1077944384 671 0 0 0 13 10 0 0 20 0 17 0 162000086 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171583154608 140172011539074 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22936] ppid=22903 vsize=10686560 memory=8259900 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22936/stat : 22936 (java) S 22903 22906 7084 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 162040903 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171580001328 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
[pid=22906/tid=22937] ppid=22903 vsize=10686560 memory=8259900 CPUtime=0 cores=0,2,4,6
/proc/22906/task/22937/stat : 22937 (java) S 22903 22906 7084 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 162040903 10943037440 2064976 18446744073709551615 4194304 4196468 140723936422688 140171578949808 140172011538133 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12783616 140723936428432 140723936428585 140723936428585 140723936432079 0
Current children cumulated CPU time: 1598.85 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8259904 KiB

Child status: 0
Real time (s): 431.798
CPU time (s): 1598.96
CPU user time (s): 1589.75
CPU system time (s): 9.2057
CPU usage (%): 370.303
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8259904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1589.75
system time used= 9.2057
maximum resident set size= 8259924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 962613
page faults= 0
swaps= 0
block input operations= 0
block output operations= 720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35219
involuntary context switches= 20401


# summary of solver processes directly reported to runsolver:
#   pid: 22906
#   total CPU time (s): 1598.96
#   total CPU user time (s): 1589.75
#   total CPU system time (s): 9.2057

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.66213 second user time and 4.28784 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 13:10:08
IDJOB=4262881
IDBENCH=124209
IDSOLVER=2651
FILE ID=node132/4262881-1502623473
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t13-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262881-1502623473/watcher-4262881-1502623473 -o /tmp/evaluation-result-4262881-1502623473/solver-4262881-1502623473 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262881-1502623473.xml

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

MD5SUM BENCH= 9acff8c1638c47395189d2d1cc8c1f0d
RANDOM SEED=1773681268

node132.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.74
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.74
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.74
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.74
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:        31227584 kB
MemAvailable:   31455404 kB
Buffers:          224752 kB
Cached:           327484 kB
SwapCached:           84 kB
Active:           984860 kB
Inactive:         152244 kB
Active(anon):     532536 kB
Inactive(anon):   101972 kB
Active(file):     452324 kB
Inactive(file):    50272 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1776 kB
Writeback:             4 kB
AnonPages:        584664 kB
Mapped:            77176 kB
Shmem:             49768 kB
Slab:             108716 kB
SReclaimable:      82120 kB
SUnreclaim:        26596 kB
KernelStack:        3568 kB
PageTables:         7052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1133732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    503808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 13:17:20