Trace number 4262956

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? 1498.05 430.18799

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-wap01a.xml
MD5SUM1f75bed7d5113015eb943bda0c7ab47c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark2401.06
Satisfiable
(Un)Satisfiability was proved
Number of variables2368
Number of constraints110871
Number of domains1
Minimum domain size2368
Maximum domain size2368
Distribution of domain sizes[{"size":2368,"count":2368}]
Minimum variable degree15
Maximum variable degree289
Distribution of variable degrees[{"degree":15,"count":1},{"degree":19,"count":4},{"degree":20,"count":8},{"degree":21,"count":2},{"degree":25,"count":4},{"degree":26,"count":15},{"degree":27,"count":2},{"degree":28,"count":7},{"degree":30,"count":9},{"degree":32,"count":9},{"degree":33,"count":4},{"degree":34,"count":7},{"degree":35,"count":4},{"degree":36,"count":4},{"degree":37,"count":5},{"degree":38,"count":113},{"degree":39,"count":59},{"degree":40,"count":326},{"degree":42,"count":4},{"degree":43,"count":5},{"degree":45,"count":5},{"degree":46,"count":1},{"degree":47,"count":2},{"degree":49,"count":2},{"degree":50,"count":2},"...",{"degree":202,"count":5}, {"degree":203,"count":10}, {"degree":204,"count":3}, {"degree":205,"count":5}, {"degree":206,"count":2}, {"degree":207,"count":1}, {"degree":208,"count":3}, {"degree":209,"count":3}, {"degree":210,"count":4}, {"degree":211,"count":2}, {"degree":216,"count":1}, {"degree":217,"count":2}, {"degree":220,"count":2}, {"degree":223,"count":1}, {"degree":226,"count":1}, {"degree":227,"count":1}, {"degree":228,"count":1}, {"degree":231,"count":1}, {"degree":232,"count":1}, {"degree":244,"count":1}, {"degree":249,"count":1}, {"degree":254,"count":1}, {"degree":258,"count":1}, {"degree":268,"count":1}, {"degree":289,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":110871}]
Number of extensional constraints0
Number of intensional constraints110871
Distribution of constraint types[{"type":"intension","count":110871}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262956-1502613519/watcher-4262956-1502613519 -o /tmp/evaluation-result-4262956-1502613519/solver-4262956-1502613519 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262956-1502613519.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=5292, runsolver pid=5289

[startup+0.100083 s]*
/proc/loadavg: 5.40 4.70 2.80 7/216 5307
/proc/meminfo: memFree=20585428/32770624 swapFree=67108860/67108860
[pid=5292] ppid=5289 vsize=10555400 memory=29656 CPUtime=0.12 cores=0,2,4,6
/proc/5292/stat : 5292 (java) S 5289 5292 4973 0 -1 1077944320 6551 0 0 0 11 1 0 0 20 0 15 0 94432857 10808729600 7414 33554432000 4194304 4196468 140725295549840 140725295532384 139928088223479 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
/proc/5292/statm: 2638850 7414 2792 1 0 2627263 0
[pid=5292/tid=5294] ppid=5289 vsize=10555400 memory=-8536674733068743872 CPUtime=0.09 cores=0,2,4,6
/proc/5292/task/5294/stat : 5294 (java) R 5289 5292 4973 0 -1 4202560 4383 0 0 0 9 0 0 0 20 0 15 0 94432857 10808729600 7414 33554432000 4194304 4196468 140725295549840 139928092411824 139927702601800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5295] ppid=5289 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5295/stat : 5295 (java) S 5289 5292 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94432858 10808729600 7414 33554432000 4194304 4196468 140725295549840 139928024914576 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5296] ppid=5289 vsize=10555400 memory=140312412382848 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5296/stat : 5296 (java) S 5289 5292 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94432858 10808729600 7414 33554432000 4194304 4196468 140725295549840 139928023861776 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5297] ppid=5289 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5297/stat : 5297 (java) S 5289 5292 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94432858 10808729600 7414 33554432000 4194304 4196468 140725295549840 139928022808976 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5298] ppid=5289 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5298/stat : 5298 (java) S 5289 5292 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94432858 10808729600 7414 33554432000 4194304 4196468 140725295549840 139927691847952 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5299] ppid=5289 vsize=10555400 memory=140312412382848 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5299/stat : 5299 (java) S 5289 5292 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94432860 10808729600 7414 33554432000 4194304 4196468 140725295549840 139927124450160 139928088234626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5300] ppid=5289 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5300/stat : 5300 (java) S 5289 5292 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94432860 10808729600 7414 33554432000 4194304 4196468 140725295549840 139927123396128 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5301] ppid=5289 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5301/stat : 5301 (java) S 5289 5292 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94432860 10808729600 7414 33554432000 4194304 4196468 140725295549840 139927122343280 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5302] ppid=5289 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5302/stat : 5302 (java) S 5289 5292 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94432863 10808729600 7414 33554432000 4194304 4196468 140725295549840 139927121291600 139928088242075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5303] ppid=5289 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5303/stat : 5303 (java) S 5289 5292 4973 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 94432863 10808729600 7414 33554432000 4194304 4196468 140725295549840 139927120238960 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5304] ppid=5289 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5304/stat : 5304 (java) S 5289 5292 4973 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 94432863 10808729600 7414 33554432000 4194304 4196468 140725295549840 139927119186160 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5305] ppid=5289 vsize=10555400 memory=140312412382848 CPUtime=0.01 cores=0,2,4,6
/proc/5292/task/5305/stat : 5305 (java) R 5289 5292 4973 0 -1 4202560 385 0 0 0 1 0 0 0 20 0 15 0 94432863 10808729600 7414 33554432000 4194304 4196468 140725295549840 139927118133360 139928088235414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5306] ppid=5289 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5306/stat : 5306 (java) S 5289 5292 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94432863 10808729600 7414 33554432000 4194304 4196468 140725295549840 139927117080800 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5307] ppid=5289 vsize=10555400 memory=140312412382848 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5307/stat : 5307 (java) S 5289 5292 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94432863 10808729600 7414 33554432000 4194304 4196468 140725295549840 139927116029104 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29656 KiB

[startup+0.211869 s]*
/proc/loadavg: 5.40 4.70 2.80 8/216 5307
/proc/meminfo: memFree=20576024/32770624 swapFree=67108860/67108860
[pid=5292] ppid=5289 vsize=10555400 memory=39524 CPUtime=0.31 cores=0,2,4,6
/proc/5292/stat : 5292 (java) S 5289 5292 4973 0 -1 1077944320 8144 0 0 0 30 1 0 0 20 0 15 0 94432857 10808729600 9881 33554432000 4194304 4196468 140725295549840 140725295532384 139928088223479 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
/proc/5292/statm: 2638850 9881 2994 1 0 2627263 0
[pid=5292/tid=5294] ppid=5289 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5292/task/5294/stat : 5294 (java) R 5289 5292 4973 0 -1 4202560 5128 0 0 0 19 1 0 0 20 0 15 0 94432857 10808729600 9881 33554432000 4194304 4196468 140725295549840 139928092450784 139927702621188 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5295] ppid=5289 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5295/stat : 5295 (java) S 5289 5292 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94432858 10808729600 9881 33554432000 4194304 4196468 140725295549840 139928024914576 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5296] ppid=5289 vsize=10555400 memory=140312412391687 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5296/stat : 5296 (java) S 5289 5292 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94432858 10808729600 9881 33554432000 4194304 4196468 140725295549840 139928023861776 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5297] ppid=5289 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5297/stat : 5297 (java) S 5289 5292 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94432858 10808729600 9881 33554432000 4194304 4196468 140725295549840 139928022808976 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5298] ppid=5289 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5298/stat : 5298 (java) S 5289 5292 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94432858 10808729600 9881 33554432000 4194304 4196468 140725295549840 139927691847952 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5299] ppid=5289 vsize=10555400 memory=140312412382848 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5299/stat : 5299 (java) S 5289 5292 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94432860 10808729600 9881 33554432000 4194304 4196468 140725295549840 139927124450160 139928088234626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5300] ppid=5289 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5300/stat : 5300 (java) S 5289 5292 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94432860 10808729600 9881 33554432000 4194304 4196468 140725295549840 139927123396128 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5301] ppid=5289 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5301/stat : 5301 (java) S 5289 5292 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94432860 10808729600 9881 33554432000 4194304 4196468 140725295549840 139927122343280 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5302] ppid=5289 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5302/stat : 5302 (java) S 5289 5292 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94432863 10808729600 9881 33554432000 4194304 4196468 140725295549840 139927121291600 139928088242075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5303] ppid=5289 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5292/task/5303/stat : 5303 (java) R 5289 5292 4973 0 -1 4202560 462 0 0 0 2 0 0 0 20 0 15 0 94432863 10808729600 9881 33554432000 4194304 4196468 140725295549840 139927120238960 139928072126576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5304] ppid=5289 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5292/task/5304/stat : 5304 (java) R 5289 5292 4973 0 -1 4202560 330 0 0 0 2 0 0 0 20 0 15 0 94432863 10808729600 9881 33554432000 4194304 4196468 140725295549840 139927119186160 139928067673277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5305] ppid=5289 vsize=10555400 memory=140312412382848 CPUtime=0.05 cores=0,2,4,6
/proc/5292/task/5305/stat : 5305 (java) R 5289 5292 4973 0 -1 4202560 858 0 0 0 5 0 0 0 20 0 15 0 94432863 10808729600 9881 33554432000 4194304 4196468 140725295549840 139927118130296 139928066904784 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5306] ppid=5289 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5306/stat : 5306 (java) S 5289 5292 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94432863 10808729600 9881 33554432000 4194304 4196468 140725295549840 139927117080800 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5307] ppid=5289 vsize=10555400 memory=140312412382848 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5307/stat : 5307 (java) S 5289 5292 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94432863 10808729600 9881 33554432000 4194304 4196468 140725295549840 139927116029104 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39524 KiB

[startup+0.312981 s]*
/proc/loadavg: 5.44 4.73 2.82 8/216 5307
/proc/meminfo: memFree=20559088/32770624 swapFree=67108860/67108860
[pid=5292] ppid=5289 vsize=10555400 memory=58924 CPUtime=0.65 cores=0,2,4,6
/proc/5292/stat : 5292 (java) S 5289 5292 4973 0 -1 1077944320 9888 0 0 0 63 2 0 0 20 0 15 0 94432857 10808729600 14731 33554432000 4194304 4196468 140725295549840 140725295532384 139928088223479 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
/proc/5292/statm: 2638850 14731 3018 1 0 2627263 0
[pid=5292/tid=5294] ppid=5289 vsize=10555400 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/5292/task/5294/stat : 5294 (java) R 5289 5292 4973 0 -1 4202560 5137 0 0 0 29 1 0 0 20 0 15 0 94432857 10808729600 14731 33554432000 4194304 4196468 140725295549840 139928092459808 139928088245405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5295] ppid=5289 vsize=10555400 memory=304556153373982743 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5295/stat : 5295 (java) S 5289 5292 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94432858 10808729600 14731 33554432000 4194304 4196468 140725295549840 139928024914576 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5296] ppid=5289 vsize=10555400 memory=14276949048518296 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5296/stat : 5296 (java) S 5289 5292 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94432858 10808729600 14731 33554432000 4194304 4196468 140725295549840 139928023861776 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5297] ppid=5289 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5297/stat : 5297 (java) S 5289 5292 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94432858 10808729600 14731 33554432000 4194304 4196468 140725295549840 139928022808976 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5298] ppid=5289 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5298/stat : 5298 (java) S 5289 5292 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94432858 10808729600 14731 33554432000 4194304 4196468 140725295549840 139927691847952 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5299] ppid=5289 vsize=10555400 memory=140312412382848 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5299/stat : 5299 (java) S 5289 5292 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94432860 10808729600 14731 33554432000 4194304 4196468 140725295549840 139927124450160 139928088234626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5300] ppid=5289 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5300/stat : 5300 (java) S 5289 5292 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94432860 10808729600 14731 33554432000 4194304 4196468 140725295549840 139927123396128 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5301] ppid=5289 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5301/stat : 5301 (java) S 5289 5292 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94432860 10808729600 14731 33554432000 4194304 4196468 140725295549840 139927122343280 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5302] ppid=5289 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5302/stat : 5302 (java) S 5289 5292 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94432863 10808729600 14731 33554432000 4194304 4196468 140725295549840 139927121291600 139928088242075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5303] ppid=5289 vsize=10555400 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5292/task/5303/stat : 5303 (java) R 5289 5292 4973 0 -1 4202560 1036 0 0 0 12 0 0 0 20 0 15 0 94432863 10808729600 14731 33554432000 4194304 4196468 140725295549840 139927120227440 139928065447632 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5304] ppid=5289 vsize=10555400 memory=-1 CPUtime=0.12 cores=0,2,4,6
/proc/5292/task/5304/stat : 5304 (java) R 5289 5292 4973 0 -1 4202560 1195 0 0 0 12 0 0 0 20 0 15 0 94432863 10808729600 14731 33554432000 4194304 4196468 140725295549840 139927119179184 139928071723571 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5305] ppid=5289 vsize=10555400 memory=140312412382848 CPUtime=0.09 cores=0,2,4,6
/proc/5292/task/5305/stat : 5305 (java) S 5289 5292 4973 0 -1 1077944384 1153 0 0 0 9 0 0 0 20 0 15 0 94432863 10808729600 14731 33554432000 4194304 4196468 140725295549840 139927118133360 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5306] ppid=5289 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5306/stat : 5306 (java) S 5289 5292 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94432863 10808729600 14731 33554432000 4194304 4196468 140725295549840 139927117080800 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5307] ppid=5289 vsize=10555400 memory=140312412382848 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5307/stat : 5307 (java) S 5289 5292 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94432863 10808729600 14731 33554432000 4194304 4196468 140725295549840 139927116029104 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 58924 KiB

[startup+0.700707 s]
/proc/loadavg: 5.44 4.73 2.82 7/216 5307
/proc/meminfo: memFree=20518008/32770624 swapFree=67108860/67108860
[pid=5292] ppid=5289 vsize=10555476 memory=130432 CPUtime=1.69 cores=0,2,4,6
/proc/5292/stat : 5292 (java) S 5289 5292 4973 0 -1 1077944320 11368 0 0 0 165 4 0 0 20 0 15 0 94432857 10808807424 32608 33554432000 4194304 4196468 140725295549840 140725295532384 139928088223479 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
/proc/5292/statm: 2638869 32608 3073 1 0 2627263 0
[pid=5292/tid=5294] ppid=5289 vsize=10555476 memory=1728 CPUtime=0.68 cores=0,2,4,6
/proc/5292/task/5294/stat : 5294 (java) R 5289 5292 4973 0 -1 4202560 5695 0 0 0 65 3 0 0 20 0 15 0 94432857 10808807424 32608 33554432000 4194304 4196468 140725295549840 139928092457328 139927705529663 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5295] ppid=5289 vsize=10555476 memory=792 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5295/stat : 5295 (java) S 5289 5292 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94432858 10808807424 32608 33554432000 4194304 4196468 140725295549840 139928024914576 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5296] ppid=5289 vsize=10555476 memory=9992 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5296/stat : 5296 (java) S 5289 5292 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94432858 10808807424 32608 33554432000 4194304 4196468 140725295549840 139928023861776 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5297] ppid=5289 vsize=10555476 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5297/stat : 5297 (java) S 5289 5292 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94432858 10808807424 32608 33554432000 4194304 4196468 140725295549840 139928022808976 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5298] ppid=5289 vsize=10555476 memory=5716 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5298/stat : 5298 (java) S 5289 5292 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94432858 10808807424 32608 33554432000 4194304 4196468 140725295549840 139927691847952 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5299] ppid=5289 vsize=10555476 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5299/stat : 5299 (java) S 5289 5292 4973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94432860 10808807424 32608 33554432000 4194304 4196468 140725295549840 139927124450160 139928088234626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5300] ppid=5289 vsize=10555476 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5300/stat : 5300 (java) S 5289 5292 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94432860 10808807424 32608 33554432000 4194304 4196468 140725295549840 139927123396128 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5301] ppid=5289 vsize=10555476 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5301/stat : 5301 (java) S 5289 5292 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94432860 10808807424 32608 33554432000 4194304 4196468 140725295549840 139927122343280 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5302] ppid=5289 vsize=10555476 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5302/stat : 5302 (java) S 5289 5292 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94432863 10808807424 32608 33554432000 4194304 4196468 140725295549840 139927121291600 139928088242075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5303] ppid=5289 vsize=10555476 memory=4639098309541127021 CPUtime=0.36 cores=0,2,4,6
/proc/5292/task/5303/stat : 5303 (java) R 5289 5292 4973 0 -1 4202560 1503 0 0 0 36 0 0 0 20 0 15 0 94432863 10808807424 32608 33554432000 4194304 4196468 140725295549840 139927120225744 139928067916583 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5304] ppid=5289 vsize=10555476 memory=7597685182856913236 CPUtime=0.38 cores=0,2,4,6
/proc/5292/task/5304/stat : 5304 (java) R 5289 5292 4973 0 -1 4202560 1282 0 0 0 38 0 0 0 20 0 15 0 94432863 10808807424 32608 33554432000 4194304 4196468 140725295549840 139927119176544 139928069748316 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5305] ppid=5289 vsize=10555476 memory=7236547281622689387 CPUtime=0.24 cores=0,2,4,6
/proc/5292/task/5305/stat : 5305 (java) S 5289 5292 4973 0 -1 1077944384 1518 0 0 0 24 0 0 0 20 0 15 0 94432863 10808807424 32608 33554432000 4194304 4196468 140725295549840 139927118133360 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5306] ppid=5289 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5306/stat : 5306 (java) S 5289 5292 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94432863 10808807424 32608 33554432000 4194304 4196468 140725295549840 139927117080800 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5307] ppid=5289 vsize=10555476 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5307/stat : 5307 (java) S 5289 5292 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94432863 10808807424 32608 33554432000 4194304 4196468 140725295549840 139927116029104 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 130432 KiB

[startup+1.50186 s]
/proc/loadavg: 5.44 4.73 2.82 8/216 5307
/proc/meminfo: memFree=20382292/32770624 swapFree=67108860/67108860
[pid=5292] ppid=5289 vsize=10555476 memory=399936 CPUtime=4.12 cores=0,2,4,6
/proc/5292/stat : 5292 (java) S 5289 5292 4973 0 -1 1077944320 15694 0 0 0 396 16 0 0 20 0 15 0 94432857 10808807424 99984 33554432000 4194304 4196468 140725295549840 140725295532384 139928088223479 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
/proc/5292/statm: 2638869 99984 3127 1 0 2627263 0
[pid=5292/tid=5294] ppid=5289 vsize=10555476 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/5292/task/5294/stat : 5294 (java) R 5289 5292 4973 0 -1 4202560 5858 0 0 0 132 5 0 0 20 0 15 0 94432857 10808807424 99984 33554432000 4194304 4196468 140725295549840 139928092459640 139927702563535 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5295] ppid=5289 vsize=10555476 memory=8390361644446492005 CPUtime=0.09 cores=0,2,4,6
/proc/5292/task/5295/stat : 5295 (java) S 5289 5292 4973 0 -1 1077944384 136 0 0 0 7 2 0 0 20 0 15 0 94432858 10808807424 99984 33554432000 4194304 4196468 140725295549840 139928024914576 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5296] ppid=5289 vsize=10555476 memory=-6352177166831615190 CPUtime=0.07 cores=0,2,4,6
/proc/5292/task/5296/stat : 5296 (java) S 5289 5292 4973 0 -1 1077944384 179 0 0 0 5 2 0 0 20 0 15 0 94432858 10808807424 99984 33554432000 4194304 4196468 140725295549840 139928023861776 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5297] ppid=5289 vsize=10555476 memory=8514701219931451533 CPUtime=0.06 cores=0,2,4,6
/proc/5292/task/5297/stat : 5297 (java) S 5289 5292 4973 0 -1 1077944384 98 0 0 0 5 1 0 0 20 0 15 0 94432858 10808807424 99984 33554432000 4194304 4196468 140725295549840 139928022808976 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5298] ppid=5289 vsize=10555476 memory=7005738693937936738 CPUtime=0.09 cores=0,2,4,6
/proc/5292/task/5298/stat : 5298 (java) S 5289 5292 4973 0 -1 1077944384 220 0 0 0 7 2 0 0 20 0 15 0 94432858 10808807424 99984 33554432000 4194304 4196468 140725295549840 139927691847952 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5299] ppid=5289 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5299/stat : 5299 (java) S 5289 5292 4973 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 94432860 10808807424 99984 33554432000 4194304 4196468 140725295549840 139927124450160 139928088234626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0

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

Current children cumulated CPU time: 1489.44 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8334668 KiB

[startup+428.801 s]
/proc/loadavg: 7.34 6.46 4.28 9/218 5557
/proc/meminfo: memFree=12264176/32770624 swapFree=67108860/67108860
[pid=5292] ppid=5289 vsize=10555476 memory=8334668 CPUtime=1495.82 cores=0,2,4,6
/proc/5292/stat : 5292 (java) S 5289 5292 4973 0 -1 1077944320 1729632 0 0 0 148799 783 0 0 20 0 15 0 94432857 10808807424 2083667 33554432000 4194304 4196468 140725295549840 140725295532384 139928088223479 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
/proc/5292/statm: 2638869 2083667 3145 1 0 2627263 0
[pid=5292/tid=5294] ppid=5289 vsize=10555476 memory=4144 CPUtime=29.69 cores=0,2,4,6
/proc/5292/task/5294/stat : 5294 (java) S 5289 5292 4973 0 -1 1077944384 42660 0 0 0 2938 31 0 0 20 0 15 0 94432857 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139928092462096 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5295] ppid=5289 vsize=10555476 memory=27476 CPUtime=355.74 cores=0,2,4,6
/proc/5292/task/5295/stat : 5295 (java) R 5289 5292 4973 0 -1 4202560 554443 0 0 0 35375 199 0 0 20 0 15 0 94432858 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139928024914776 139928072924195 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5296] ppid=5289 vsize=10555476 memory=2344 CPUtime=356.42 cores=0,2,4,6
/proc/5292/task/5296/stat : 5296 (java) R 5289 5292 4973 0 -1 4202560 285305 0 0 0 35463 179 0 0 20 0 15 0 94432858 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139928023861976 139928073219846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5297] ppid=5289 vsize=10555476 memory=932 CPUtime=357.29 cores=0,2,4,6
/proc/5292/task/5297/stat : 5297 (java) R 5289 5292 4973 0 -1 4202560 338384 0 0 0 35559 170 0 0 20 0 15 0 94432858 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139928022808864 139928069833255 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5298] ppid=5289 vsize=10555476 memory=1580 CPUtime=355.86 cores=0,2,4,6
/proc/5292/task/5298/stat : 5298 (java) R 5289 5292 4973 0 -1 4202560 419539 0 0 0 35393 193 0 0 20 0 15 0 94432858 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927691848152 139928081326458 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5299] ppid=5289 vsize=10555476 memory=8112282956445269571 CPUtime=37.67 cores=0,2,4,6
/proc/5292/task/5299/stat : 5299 (java) S 5289 5292 4973 0 -1 1077944384 73438 0 0 0 3764 3 0 0 20 0 15 0 94432860 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927124448704 139928088233685 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5300] ppid=5289 vsize=10555476 memory=8334668 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5300/stat : 5300 (java) S 5289 5292 4973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 94432860 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927123396192 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5301] ppid=5289 vsize=10555476 memory=18472 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5301/stat : 5301 (java) S 5289 5292 4973 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 94432860 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927122343296 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5302] ppid=5289 vsize=10555476 memory=640 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5302/stat : 5302 (java) S 5289 5292 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94432863 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927121291600 139928088242075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5303] ppid=5289 vsize=10555476 memory=33 CPUtime=1.23 cores=0,2,4,6
/proc/5292/task/5303/stat : 5303 (java) S 5289 5292 4973 0 -1 1077944384 4204 0 0 0 122 1 0 0 20 0 15 0 94432863 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927120239008 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5304] ppid=5289 vsize=10555476 memory=7019467087956423477 CPUtime=1.32 cores=0,2,4,6
/proc/5292/task/5304/stat : 5304 (java) S 5289 5292 4973 0 -1 1077944384 5496 0 0 0 132 0 0 0 20 0 15 0 94432863 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927119185920 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5305] ppid=5289 vsize=10555476 memory=7019467087973200693 CPUtime=0.35 cores=0,2,4,6
/proc/5292/task/5305/stat : 5305 (java) S 5289 5292 4973 0 -1 1077944384 3715 0 0 0 34 1 0 0 20 0 15 0 94432863 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927118130560 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5306] ppid=5289 vsize=10555476 memory=7019467087989977909 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5306/stat : 5306 (java) S 5289 5292 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94432863 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927117080800 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5307] ppid=5289 vsize=10555476 memory=16404 CPUtime=0.16 cores=0,2,4,6
/proc/5292/task/5307/stat : 5307 (java) S 5289 5292 4973 0 -1 1077944384 991 0 0 0 11 5 0 0 20 0 15 0 94432863 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927116029104 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
Current children cumulated CPU time: 1495.82 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8334668 KiB

[startup+429.601 s]
/proc/loadavg: 7.34 6.46 4.28 9/218 5557
/proc/meminfo: memFree=12264176/32770624 swapFree=67108860/67108860
[pid=5292] ppid=5289 vsize=10555476 memory=8334668 CPUtime=1497.64 cores=0,2,4,6
/proc/5292/stat : 5292 (java) S 5289 5292 4973 0 -1 1077944320 1729758 0 0 0 148981 783 0 0 20 0 15 0 94432857 10808807424 2083667 33554432000 4194304 4196468 140725295549840 140725295532384 139928088223479 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
/proc/5292/statm: 2638869 2083667 3145 1 0 2627263 0
[pid=5292/tid=5294] ppid=5289 vsize=10555476 memory=1728 CPUtime=29.69 cores=0,2,4,6
/proc/5292/task/5294/stat : 5294 (java) S 5289 5292 4973 0 -1 1077944384 42660 0 0 0 2938 31 0 0 20 0 15 0 94432857 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139928092462096 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5295] ppid=5289 vsize=10555476 memory=8334668 CPUtime=356.07 cores=0,2,4,6
/proc/5292/task/5295/stat : 5295 (java) S 5289 5292 4973 0 -1 1077944384 554460 0 0 0 35408 199 0 0 20 0 15 0 94432858 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139928024914576 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5296] ppid=5289 vsize=10555476 memory=288230596050944315 CPUtime=356.76 cores=0,2,4,6
/proc/5292/task/5296/stat : 5296 (java) S 5289 5292 4973 0 -1 1077944384 285334 0 0 0 35497 179 0 0 20 0 15 0 94432858 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139928023861776 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5297] ppid=5289 vsize=10555476 memory=15816716106074518 CPUtime=357.64 cores=0,2,4,6
/proc/5292/task/5297/stat : 5297 (java) S 5289 5292 4973 0 -1 1077944384 338422 0 0 0 35594 170 0 0 20 0 15 0 94432858 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139928022808976 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5298] ppid=5289 vsize=10555476 memory=16404 CPUtime=356.21 cores=0,2,4,6
/proc/5292/task/5298/stat : 5298 (java) S 5289 5292 4973 0 -1 1077944384 419581 0 0 0 35428 193 0 0 20 0 15 0 94432858 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927691847952 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5299] ppid=5289 vsize=10555476 memory=18472 CPUtime=38.13 cores=0,2,4,6
/proc/5292/task/5299/stat : 5299 (java) R 5289 5292 4973 0 -1 4202560 73438 0 0 0 3810 3 0 0 20 0 15 0 94432860 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927124448592 139928072681070 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5300] ppid=5289 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5300/stat : 5300 (java) S 5289 5292 4973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 94432860 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927123396192 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5301] ppid=5289 vsize=10555476 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5301/stat : 5301 (java) S 5289 5292 4973 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 94432860 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927122343296 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5302] ppid=5289 vsize=10555476 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5302/stat : 5302 (java) S 5289 5292 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94432863 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927121291600 139928088242075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5303] ppid=5289 vsize=10555476 memory=1200 CPUtime=1.23 cores=0,2,4,6
/proc/5292/task/5303/stat : 5303 (java) S 5289 5292 4973 0 -1 1077944384 4204 0 0 0 122 1 0 0 20 0 15 0 94432863 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927120239008 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5304] ppid=5289 vsize=10555476 memory=1424 CPUtime=1.32 cores=0,2,4,6
/proc/5292/task/5304/stat : 5304 (java) S 5289 5292 4973 0 -1 1077944384 5496 0 0 0 132 0 0 0 20 0 15 0 94432863 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927119185920 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5305] ppid=5289 vsize=10555476 memory=792 CPUtime=0.35 cores=0,2,4,6
/proc/5292/task/5305/stat : 5305 (java) S 5289 5292 4973 0 -1 1077944384 3715 0 0 0 34 1 0 0 20 0 15 0 94432863 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927118130560 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5306] ppid=5289 vsize=10555476 memory=9992 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5306/stat : 5306 (java) S 5289 5292 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94432863 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927117080800 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5307] ppid=5289 vsize=10555476 memory=1224 CPUtime=0.16 cores=0,2,4,6
/proc/5292/task/5307/stat : 5307 (java) S 5289 5292 4973 0 -1 1077944384 991 0 0 0 11 5 0 0 20 0 15 0 94432863 10808807424 2083667 33554432000 4194304 4196468 140725295549840 139927116029104 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
Current children cumulated CPU time: 1497.64 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8334668 KiB

[startup+430.001 s]*
/proc/loadavg: 7.34 6.46 4.28 5/219 5559
/proc/meminfo: memFree=12264176/32770624 swapFree=67108860/67108860
[pid=5292] ppid=5289 vsize=10688756 memory=8335548 CPUtime=1497.97 cores=0,2,4,6
/proc/5292/stat : 5292 (java) S 5289 5292 4973 0 -1 1077944320 1730538 0 0 0 149014 783 0 0 20 0 16 0 94432857 10945286144 2083887 33554432000 4194304 4196468 140725295549840 140725295532384 139928088223479 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
/proc/5292/statm: 2672189 2083887 3189 1 0 2660545 0
[pid=5292/tid=5294] ppid=5289 vsize=10688756 memory=8112282956445269571 CPUtime=29.71 cores=0,2,4,6
/proc/5292/task/5294/stat : 5294 (java) S 5289 5292 4973 0 -1 1077944384 43067 0 0 0 2940 31 0 0 20 0 16 0 94432857 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139928092464160 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5295] ppid=5289 vsize=10688756 memory=4872558044660077418 CPUtime=356.07 cores=0,2,4,6
/proc/5292/task/5295/stat : 5295 (java) S 5289 5292 4973 0 -1 1077944384 554460 0 0 0 35408 199 0 0 20 0 16 0 94432858 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139928024914576 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5296] ppid=5289 vsize=10688756 memory=15816716106074518 CPUtime=356.76 cores=0,2,4,6
/proc/5292/task/5296/stat : 5296 (java) S 5289 5292 4973 0 -1 1077944384 285334 0 0 0 35497 179 0 0 20 0 16 0 94432858 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139928023861776 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5297] ppid=5289 vsize=10688756 memory=1292 CPUtime=357.64 cores=0,2,4,6
/proc/5292/task/5297/stat : 5297 (java) S 5289 5292 4973 0 -1 1077944384 338422 0 0 0 35594 170 0 0 20 0 16 0 94432858 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139928022808976 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5298] ppid=5289 vsize=10688756 memory=2428 CPUtime=356.21 cores=0,2,4,6
/proc/5292/task/5298/stat : 5298 (java) S 5289 5292 4973 0 -1 1077944384 419581 0 0 0 35428 193 0 0 20 0 16 0 94432858 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927691847952 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5299] ppid=5289 vsize=10688756 memory=1728 CPUtime=38.42 cores=0,2,4,6
/proc/5292/task/5299/stat : 5299 (java) S 5289 5292 4973 0 -1 1077944384 73440 0 0 0 3839 3 0 0 20 0 16 0 94432860 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927124450160 139928088234626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5300] ppid=5289 vsize=10688756 memory=792 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5300/stat : 5300 (java) S 5289 5292 4973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 94432860 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927123396192 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5301] ppid=5289 vsize=10688756 memory=9992 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5301/stat : 5301 (java) S 5289 5292 4973 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 16 0 94432860 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927122343296 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5302] ppid=5289 vsize=10688756 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5302/stat : 5302 (java) S 5289 5292 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94432863 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927121291600 139928088242075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5303] ppid=5289 vsize=10688756 memory=5716 CPUtime=1.23 cores=0,2,4,6
/proc/5292/task/5303/stat : 5303 (java) S 5289 5292 4973 0 -1 1077944384 4204 0 0 0 122 1 0 0 20 0 16 0 94432863 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927120238960 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5304] ppid=5289 vsize=10688756 memory=1708 CPUtime=1.32 cores=0,2,4,6
/proc/5292/task/5304/stat : 5304 (java) S 5289 5292 4973 0 -1 1077944384 5598 0 0 0 132 0 0 0 20 0 16 0 94432863 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927119186160 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5305] ppid=5289 vsize=10688756 memory=4612 CPUtime=0.36 cores=0,2,4,6
/proc/5292/task/5305/stat : 5305 (java) S 5289 5292 4973 0 -1 1077944384 3937 0 0 0 35 1 0 0 20 0 16 0 94432863 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927118133360 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5306] ppid=5289 vsize=10688756 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5306/stat : 5306 (java) S 5289 5292 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94432863 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927117080800 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5307] ppid=5289 vsize=10688756 memory=1944 CPUtime=0.16 cores=0,2,4,6
/proc/5292/task/5307/stat : 5307 (java) S 5289 5292 4973 0 -1 1077944384 991 0 0 0 11 5 0 0 20 0 16 0 94432863 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927116029104 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5558] ppid=5289 vsize=10688756 memory=8334668 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5558/stat : 5558 (java) S 5289 5292 4973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 94475849 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927114974864 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
Current children cumulated CPU time: 1497.97 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8335548 KiB

[startup+430.11 s]
/proc/loadavg: 7.34 6.46 4.28 5/219 5559
/proc/meminfo: memFree=12264176/32770624 swapFree=67108860/67108860
[pid=5292] ppid=5289 vsize=10688756 memory=8335548 CPUtime=1497.97 cores=0,2,4,6
/proc/5292/stat : 5292 (java) S 5289 5292 4973 0 -1 1077944320 1730538 0 0 0 149014 783 0 0 20 0 16 0 94432857 10945286144 2083887 33554432000 4194304 4196468 140725295549840 140725295532384 139928088223479 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
/proc/5292/statm: 2672189 2083887 3189 1 0 2660545 0
[pid=5292/tid=5294] ppid=5289 vsize=10688756 memory=8334668 CPUtime=29.71 cores=0,2,4,6
/proc/5292/task/5294/stat : 5294 (java) S 5289 5292 4973 0 -1 1077944384 43067 0 0 0 2940 31 0 0 20 0 16 0 94432857 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139928092464160 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5295] ppid=5289 vsize=10688756 memory=0 CPUtime=356.07 cores=0,2,4,6
/proc/5292/task/5295/stat : 5295 (java) S 5289 5292 4973 0 -1 1077944384 554460 0 0 0 35408 199 0 0 20 0 16 0 94432858 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139928024914576 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5296] ppid=5289 vsize=10688756 memory=8334668 CPUtime=356.76 cores=0,2,4,6
/proc/5292/task/5296/stat : 5296 (java) S 5289 5292 4973 0 -1 1077944384 285334 0 0 0 35497 179 0 0 20 0 16 0 94432858 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139928023861776 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5297] ppid=5289 vsize=10688756 memory=146020 CPUtime=357.64 cores=0,2,4,6
/proc/5292/task/5297/stat : 5297 (java) S 5289 5292 4973 0 -1 1077944384 338422 0 0 0 35594 170 0 0 20 0 16 0 94432858 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139928022808976 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5298] ppid=5289 vsize=10688756 memory=8334668 CPUtime=356.21 cores=0,2,4,6
/proc/5292/task/5298/stat : 5298 (java) S 5289 5292 4973 0 -1 1077944384 419581 0 0 0 35428 193 0 0 20 0 16 0 94432858 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927691847952 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5299] ppid=5289 vsize=10688756 memory=8334668 CPUtime=38.42 cores=0,2,4,6
/proc/5292/task/5299/stat : 5299 (java) S 5289 5292 4973 0 -1 1077944384 73440 0 0 0 3839 3 0 0 20 0 16 0 94432860 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927124450160 139928088234626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5300] ppid=5289 vsize=10688756 memory=8334668 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5300/stat : 5300 (java) S 5289 5292 4973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 94432860 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927123396192 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5301] ppid=5289 vsize=10688756 memory=8334728 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5301/stat : 5301 (java) S 5289 5292 4973 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 16 0 94432860 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927122343296 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5302] ppid=5289 vsize=10688756 memory=8334660 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5302/stat : 5302 (java) S 5289 5292 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94432863 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927121291600 139928088242075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5303] ppid=5289 vsize=10688756 memory=0 CPUtime=1.23 cores=0,2,4,6
/proc/5292/task/5303/stat : 5303 (java) S 5289 5292 4973 0 -1 1077944384 4204 0 0 0 122 1 0 0 20 0 16 0 94432863 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927120238960 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5304] ppid=5289 vsize=10688756 memory=8334668 CPUtime=1.32 cores=0,2,4,6
/proc/5292/task/5304/stat : 5304 (java) S 5289 5292 4973 0 -1 1077944384 5598 0 0 0 132 0 0 0 20 0 16 0 94432863 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927119186160 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5305] ppid=5289 vsize=10688756 memory=8334668 CPUtime=0.36 cores=0,2,4,6
/proc/5292/task/5305/stat : 5305 (java) S 5289 5292 4973 0 -1 1077944384 3937 0 0 0 35 1 0 0 20 0 16 0 94432863 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927118133360 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5306] ppid=5289 vsize=10688756 memory=27476 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5306/stat : 5306 (java) S 5289 5292 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94432863 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927117080800 139928088233685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5307] ppid=5289 vsize=10688756 memory=1292 CPUtime=0.16 cores=0,2,4,6
/proc/5292/task/5307/stat : 5307 (java) S 5289 5292 4973 0 -1 1077944384 991 0 0 0 11 5 0 0 20 0 16 0 94432863 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927116029104 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
[pid=5292/tid=5558] ppid=5289 vsize=10688756 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/5292/task/5558/stat : 5558 (java) S 5289 5292 4973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 94475849 10945286144 2083887 33554432000 4194304 4196468 140725295549840 139927114974864 139928088234626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34676736 140725295555718 140725295555871 140725295555871 140725295558607 0
Current children cumulated CPU time: 1497.97 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8335548 KiB

Child status: 0
Real time (s): 430.188
CPU time (s): 1498.05
CPU user time (s): 1490.15
CPU system time (s): 7.89778
CPU usage (%): 348.231
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8335548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1490.15
system time used= 7.89778
maximum resident set size= 8335780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1730631
page faults= 0
swaps= 0
block input operations= 0
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28066
involuntary context switches= 35988


# summary of solver processes directly reported to runsolver:
#   pid: 5292
#   total CPU time (s): 1498.05
#   total CPU user time (s): 1490.15
#   total CPU system time (s): 7.89778

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.59613 second user time and 4.18596 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 10:24:21
IDJOB=4262956
IDBENCH=120625
IDSOLVER=2651
FILE ID=node151/4262956-1502613519
RUNJOBID= node151-1502612262-5004
PBS_JOBID= 20628306
Free space on /tmp= 61752 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-wap01a.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262956-1502613519/watcher-4262956-1502613519 -o /tmp/evaluation-result-4262956-1502613519/solver-4262956-1502613519 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262956-1502613519.xml

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

MD5SUM BENCH= 1f75bed7d5113015eb943bda0c7ab47c
RANDOM SEED=1836573458

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        20603244 kB
MemAvailable:   23690316 kB
Buffers:          223576 kB
Cached:          3155604 kB
SwapCached:            0 kB
Active:          9135320 kB
Inactive:        2586468 kB
Active(anon):    8345196 kB
Inactive(anon):    25044 kB
Active(file):     790124 kB
Inactive(file):  2561424 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5404 kB
Writeback:             0 kB
AnonPages:       8404260 kB
Mapped:            55228 kB
Shmem:             25224 kB
Slab:             129124 kB
SReclaimable:     102720 kB
SUnreclaim:        26404 kB
KernelStack:        3840 kB
PageTables:        21592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8651404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8138752 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= 61748 MiB
End job on node151 at 2017-08-13 10:31:31