Trace number 4263699

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (problem) 1618.22 440.88199

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-11.xml
MD5SUM282e51d8db2be6465471e4014b41d3d5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark122.536
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size580
Maximum domain size675
Distribution of domain sizes[{"size":580,"count":6},{"size":581,"count":6},{"size":582,"count":4},{"size":583,"count":2},{"size":584,"count":4},{"size":585,"count":2},{"size":586,"count":2},{"size":587,"count":2},{"size":588,"count":2},{"size":590,"count":2},{"size":591,"count":8},{"size":592,"count":2},{"size":593,"count":2},{"size":594,"count":6},{"size":595,"count":2},{"size":597,"count":2},{"size":604,"count":2},{"size":605,"count":4},{"size":606,"count":2},{"size":607,"count":2},{"size":608,"count":4},{"size":609,"count":2},{"size":610,"count":8},{"size":611,"count":2},{"size":612,"count":2},"...",{"size":635,"count":2}, {"size":636,"count":2}, {"size":637,"count":2}, {"size":638,"count":2}, {"size":639,"count":6}, {"size":640,"count":4}, {"size":643,"count":4}, {"size":644,"count":2}, {"size":646,"count":4}, {"size":648,"count":6}, {"size":649,"count":2}, {"size":651,"count":2}, {"size":652,"count":2}, {"size":653,"count":2}, {"size":655,"count":2}, {"size":657,"count":2}, {"size":659,"count":4}, {"size":660,"count":2}, {"size":661,"count":2}, {"size":665,"count":6}, {"size":666,"count":2}, {"size":669,"count":2}, {"size":671,"count":4}, {"size":674,"count":2}, {"size":675,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

1284.18/353.78	Aug 13, 2017 4:37:13 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1284.18/353.78	INFO: Runtime exception
1284.18/353.78	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1284.18/353.78		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1284.18/353.78		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1284.18/353.78		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1284.18/353.78		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1284.18/353.78		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1284.18/353.78		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1284.18/353.78		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1284.18/353.78		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1284.18/353.78		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1284.18/353.78		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1284.18/353.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1284.18/353.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1284.18/353.78		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1284.18/353.78		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1284.18/353.78		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1284.18/353.78		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1284.18/353.78		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1284.18/353.78		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1284.18/353.78		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1284.18/353.78	Caused by: java.lang.reflect.InvocationTargetException
1284.18/353.78		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1284.18/353.78		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1284.18/353.78		at java.lang.reflect.Method.invoke(Method.java:498)
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1284.18/353.78		... 21 more
1284.18/353.78	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1284.18/353.78		... 25 more
1284.18/353.78	Caused by: java.lang.reflect.InvocationTargetException
1284.18/353.78		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1284.18/353.78		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1284.18/353.78		at java.lang.reflect.Method.invoke(Method.java:498)
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1284.18/353.78		... 26 more
1284.18/353.78	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1284.18/353.78		... 30 more
1284.18/353.78	Caused by: java.lang.reflect.InvocationTargetException
1284.18/353.78		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1284.18/353.78		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1284.18/353.78		at java.lang.reflect.Method.invoke(Method.java:498)
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1284.18/353.78		... 30 more
1284.18/353.78	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1284.18/353.78		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:326)
1284.18/353.78		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1284.18/353.78		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1284.18/353.78		at java.lang.reflect.Method.invoke(Method.java:498)
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1284.18/353.78		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1284.18/353.78		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1284.18/353.78		at java.lang.reflect.Method.invoke(Method.java:498)
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1284.18/353.78		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1284.18/353.78		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1284.18/353.78		at java.lang.reflect.Method.invoke(Method.java:498)
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1284.18/353.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1284.18/353.78		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1284.18/353.78		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1284.18/353.78		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1284.18/353.78		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1284.18/353.78		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1284.18/353.78		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1284.18/353.78		at org.xcsp.parser.XCallbacks$$Lambda$38/1551870003.accept(Unknown Source)
1284.18/353.78		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1284.18/353.78		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1284.18/353.78		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1284.18/353.78		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1284.18/353.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1284.18/353.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1284.18/353.78		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1284.18/353.78	
1371.46/377.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1371.46/377.07	c This is free software under the dual EPL/GNU LGPL licenses.
1371.46/377.07	c See www.sat4j.org for details.
1371.46/377.07	c That software uses the Rhino library from the Mozilla project.
1371.46/377.07	c version CUSTOM.v20170705
1371.46/377.07	c java.runtime.name	Java(TM) SE Runtime Environment
1371.46/377.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1371.46/377.07	c java.vm.version	25.131-b11
1371.46/377.07	c java.vm.vendor	Oracle Corporation
1371.46/377.07	c sun.arch.data.model	64
1371.46/377.07	c java.version		1.8.0_131
1371.46/377.07	c os.name		Linux
1371.46/377.07	c os.version		3.10.0-514.16.1.el7.x86_64
1371.46/377.07	c os.arch		amd64
1371.46/377.07	c Free memory 		499604488
1371.46/377.07	c Max memory 		7247757312
1371.46/377.07	c Total memory 		504889344
1371.46/377.07	c Number of processors 	4
1371.46/377.07	c c --- Begin Solver configuration ---
1371.46/377.07	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1371.46/377.07	c Learn all clauses as in MiniSAT
1371.46/377.07	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1371.46/377.07	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1371.46/377.07	c No reason simplification
1371.46/377.07	c Glucose 2.1 dynamic restart strategy
1371.46/377.07	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
1371.46/377.07	c timeout=2147483s
1371.46/377.07	c DB Simplification allowed=false
1371.46/377.07	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1371.46/377.07	c --- End Solver configuration ---
1405.49/386.22	c starts		: 0
1405.49/386.22	c conflicts		: 0
1405.49/386.22	c decisions		: 0
1405.49/386.22	c propagations		: 0
1405.49/386.22	c inspects		: 0
1405.49/386.22	c shortcuts		: 0
1428.77/392.19	c learnt literals	: 0
1477.68/404.61	c learnt binary clauses	: 0
1496.71/409.46	Exception in thread "Thread-1" c learnt ternary clauses	: 0
1496.71/409.46	c learnt constraints	: 0
1496.71/409.46	c ignored constraints	: 0
1496.71/409.46	c root simplifications	: 0
1496.71/409.46	c removed literals (reason simplification)	: 0
1496.71/409.46	c reason swapping (by a shorter reason)	: 0
1496.71/409.46	c Calls to reduceDB	: 0
1496.71/409.46	c Number of update (reduction) of LBD	: 0
1496.71/409.46	c Imported unit clauses	: 0
1496.71/409.46	c number of reductions to clauses (during analyze)	: 0
1496.71/409.46	c number of learned constraints concerned by reduction	: 0
1496.71/409.46	c number of learning phase by resolution	: 0
1496.71/409.46	c number of learning phase by cutting planes	: 0
1496.71/409.46	c number of rounding to 1 operations	: 0
1496.71/409.46	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1496.71/409.46	c number of reductions of the coefficients by power 2 	: 0
1496.71/409.46	c number of right shift for reduction by power 2 	: 0
1496.71/409.46	c number of reductions of the coefficients by GCD over coefficients 	: 0
1526.78/417.14	c speed (assignments/second)	: 0.0
1565.01/426.83	java.lang.OutOfMemoryError: GC overhead limit exceeded
1583.99/431.68		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1583.99/431.68		at java.util.Hashtable.keys(Hashtable.java:257)
1583.99/431.68		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1583.99/431.68		at java.util.logging.LogManager.reset(LogManager.java:1327)
1583.99/431.68		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1618.12/440.84	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1618.12/440.84		at org.sat4j.minisat.orders.VarOrderHeap.printStat(VarOrderHeap.java:236)
1618.12/440.84		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2017)
1618.12/440.84		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1618.12/440.84		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1618.12/440.84		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1618.12/440.84		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1618.12/440.84		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1618.12/440.84		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (13539 MiB free)
  memory of node 1: 16384 MiB (10163 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263699-1502635547/watcher-4263699-1502635547 -o /tmp/evaluation-result-4263699-1502635547/solver-4263699-1502635547 -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-4263699-1502635547.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
solver pid=10171, runsolver pid=10168
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 2.00 2.03 2.20 4/217 10186
/proc/meminfo: memFree=24253668/32770624 swapFree=67108860/67108860
[pid=10171] ppid=10168 vsize=10555400 memory=29652 CPUtime=0.12 cores=0,2,4,6
/proc/10171/stat : 10171 (java) S 10168 10171 4973 0 -1 1077944320 6556 0 0 0 11 1 0 0 20 0 15 0 96635663 10808729600 7413 33554432000 4194304 4196468 140726698518432 140726698500976 140687480549111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
/proc/10171/statm: 2638850 7413 2790 1 0 2627263 0
[pid=10171/tid=10173] ppid=10168 vsize=10555400 memory=-8125511277465604221 CPUtime=0.09 cores=0,2,4,6
/proc/10171/task/10173/stat : 10173 (java) R 10168 10171 4973 0 -1 4202560 4387 0 0 0 8 1 0 0 20 0 15 0 96635663 10808729600 7413 33554432000 4194304 4196468 140726698518432 140687484770960 140687464629598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10174] ppid=10168 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10174/stat : 10174 (java) S 10168 10171 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96635664 10808729600 7413 33554432000 4194304 4196468 140726698518432 140687433169680 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10175] ppid=10168 vsize=10555400 memory=140477734393472 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10175/stat : 10175 (java) S 10168 10171 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96635664 10808729600 7413 33554432000 4194304 4196468 140726698518432 140687432117136 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10176] ppid=10168 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10176/stat : 10176 (java) S 10168 10171 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96635664 10808729600 7413 33554432000 4194304 4196468 140726698518432 140687431064592 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10177] ppid=10168 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10177/stat : 10177 (java) S 10168 10171 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96635664 10808729600 7413 33554432000 4194304 4196468 140726698518432 140687430012048 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10178] ppid=10168 vsize=10555400 memory=140477734393472 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10178/stat : 10178 (java) S 10168 10171 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96635665 10808729600 7413 33554432000 4194304 4196468 140726698518432 140687039719408 140687480560258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10179] ppid=10168 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10179/stat : 10179 (java) S 10168 10171 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96635666 10808729600 7413 33554432000 4194304 4196468 140726698518432 140687038665632 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10180] ppid=10168 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10180/stat : 10180 (java) S 10168 10171 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96635666 10808729600 7413 33554432000 4194304 4196468 140726698518432 140687037613040 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10181] ppid=10168 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10181/stat : 10181 (java) S 10168 10171 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96635668 10808729600 7413 33554432000 4194304 4196468 140726698518432 140687036561616 140687480567707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10182] ppid=10168 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10182/stat : 10182 (java) S 10168 10171 4973 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 96635668 10808729600 7413 33554432000 4194304 4196468 140726698518432 140687035509232 140687480560258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10183] ppid=10168 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10183/stat : 10183 (java) S 10168 10171 4973 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 96635668 10808729600 7413 33554432000 4194304 4196468 140726698518432 140687034456688 140687480560258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10184] ppid=10168 vsize=10555400 memory=140477734393472 CPUtime=0.02 cores=0,2,4,6
/proc/10171/task/10184/stat : 10184 (java) R 10168 10171 4973 0 -1 4202560 377 0 0 0 2 0 0 0 20 0 15 0 96635668 10808729600 7413 33554432000 4194304 4196468 140726698518432 140687033404144 140687459955952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10185] ppid=10168 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10185/stat : 10185 (java) S 10168 10171 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96635668 10808729600 7413 33554432000 4194304 4196468 140726698518432 140687032351840 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10186] ppid=10168 vsize=10555400 memory=140477734393472 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10186/stat : 10186 (java) S 10168 10171 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96635669 10808729600 7413 33554432000 4194304 4196468 140726698518432 140687031298352 140687480560258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29652 KiB

[startup+0.218299 s]*
/proc/loadavg: 2.00 2.03 2.20 6/217 10186
/proc/meminfo: memFree=24244324/32770624 swapFree=67108860/67108860
[pid=10171] ppid=10168 vsize=10555400 memory=43684 CPUtime=0.36 cores=0,2,4,6
/proc/10171/stat : 10171 (java) S 10168 10171 4973 0 -1 1077944320 8518 0 0 0 34 2 0 0 20 0 15 0 96635663 10808729600 10921 33554432000 4194304 4196468 140726698518432 140726698500976 140687480549111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
/proc/10171/statm: 2638850 10921 3008 1 0 2627263 0
[pid=10171/tid=10173] ppid=10168 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/10171/task/10173/stat : 10173 (java) R 10168 10171 4973 0 -1 4202560 5035 0 0 0 19 1 0 0 20 0 15 0 96635663 10808729600 10921 33554432000 4194304 4196468 140726698518432 140687484771488 140687480571037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10174] ppid=10168 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10174/stat : 10174 (java) S 10168 10171 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96635664 10808729600 10921 33554432000 4194304 4196468 140726698518432 140687433169680 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10175] ppid=10168 vsize=10555400 memory=140477734403753 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10175/stat : 10175 (java) S 10168 10171 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96635664 10808729600 10921 33554432000 4194304 4196468 140726698518432 140687432117136 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10176] ppid=10168 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10176/stat : 10176 (java) S 10168 10171 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96635664 10808729600 10921 33554432000 4194304 4196468 140726698518432 140687431064592 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10177] ppid=10168 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10177/stat : 10177 (java) S 10168 10171 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96635664 10808729600 10921 33554432000 4194304 4196468 140726698518432 140687430012048 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10178] ppid=10168 vsize=10555400 memory=140477734393472 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10178/stat : 10178 (java) S 10168 10171 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96635665 10808729600 10921 33554432000 4194304 4196468 140726698518432 140687039719408 140687480560258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10179] ppid=10168 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10179/stat : 10179 (java) S 10168 10171 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96635666 10808729600 10921 33554432000 4194304 4196468 140726698518432 140687038665632 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10180] ppid=10168 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10180/stat : 10180 (java) S 10168 10171 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96635666 10808729600 10921 33554432000 4194304 4196468 140726698518432 140687037613040 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10181] ppid=10168 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10181/stat : 10181 (java) S 10168 10171 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96635668 10808729600 10921 33554432000 4194304 4196468 140726698518432 140687036561616 140687480567707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10182] ppid=10168 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10171/task/10182/stat : 10182 (java) R 10168 10171 4973 0 -1 4202560 473 0 0 0 2 0 0 0 20 0 15 0 96635668 10808729600 10921 33554432000 4194304 4196468 140726698518432 140687035490136 140687461248682 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10183] ppid=10168 vsize=10555400 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/10171/task/10183/stat : 10183 (java) R 10168 10171 4973 0 -1 4202560 660 0 0 0 4 0 0 0 20 0 15 0 96635668 10808729600 10921 33554432000 4194304 4196468 140726698518432 140687034448640 140687459767793 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10184] ppid=10168 vsize=10555400 memory=140477734393472 CPUtime=0.07 cores=0,2,4,6
/proc/10171/task/10184/stat : 10184 (java) S 10168 10171 4973 0 -1 1077944384 986 0 0 0 7 0 0 0 20 0 15 0 96635668 10808729600 10921 33554432000 4194304 4196468 140726698518432 140687033404144 140687480560258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10185] ppid=10168 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10185/stat : 10185 (java) S 10168 10171 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96635668 10808729600 10921 33554432000 4194304 4196468 140726698518432 140687032351840 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10186] ppid=10168 vsize=10555400 memory=140477734393472 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10186/stat : 10186 (java) S 10168 10171 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96635669 10808729600 10921 33554432000 4194304 4196468 140726698518432 140687031298352 140687480560258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 43684 KiB

[startup+0.310604 s]*
/proc/loadavg: 2.00 2.03 2.20 3/217 10186
/proc/meminfo: memFree=24233160/32770624 swapFree=67108860/67108860
[pid=10171] ppid=10168 vsize=10555476 memory=52624 CPUtime=0.62 cores=0,2,4,6
/proc/10171/stat : 10171 (java) S 10168 10171 4973 0 -1 1077944320 10388 0 0 0 59 3 0 0 20 0 15 0 96635663 10808807424 13156 33554432000 4194304 4196468 140726698518432 140726698500976 140687480549111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
/proc/10171/statm: 2638869 13156 3055 1 0 2627263 0
[pid=10171/tid=10173] ppid=10168 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/10171/task/10173/stat : 10173 (java) R 10168 10171 4973 0 -1 4202560 5607 0 0 0 28 2 0 0 20 0 15 0 96635663 10808807424 13156 33554432000 4194304 4196468 140726698518432 140687484787456 140687106513508 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10174] ppid=10168 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10174/stat : 10174 (java) S 10168 10171 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96635664 10808807424 13156 33554432000 4194304 4196468 140726698518432 140687433169680 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10175] ppid=10168 vsize=10555476 memory=14549823386097304 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10175/stat : 10175 (java) S 10168 10171 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96635664 10808807424 13156 33554432000 4194304 4196468 140726698518432 140687432117136 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10176] ppid=10168 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10176/stat : 10176 (java) S 10168 10171 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96635664 10808807424 13156 33554432000 4194304 4196468 140726698518432 140687431064592 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10177] ppid=10168 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10177/stat : 10177 (java) S 10168 10171 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96635664 10808807424 13156 33554432000 4194304 4196468 140726698518432 140687430012048 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10178] ppid=10168 vsize=10555476 memory=140477734393472 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10178/stat : 10178 (java) S 10168 10171 4973 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 96635665 10808807424 13156 33554432000 4194304 4196468 140726698518432 140687039719408 140687480560258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10179] ppid=10168 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10179/stat : 10179 (java) S 10168 10171 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96635666 10808807424 13156 33554432000 4194304 4196468 140726698518432 140687038665632 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10180] ppid=10168 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10180/stat : 10180 (java) S 10168 10171 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96635666 10808807424 13156 33554432000 4194304 4196468 140726698518432 140687037613040 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10181] ppid=10168 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10181/stat : 10181 (java) S 10168 10171 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96635668 10808807424 13156 33554432000 4194304 4196468 140726698518432 140687036561616 140687480567707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10182] ppid=10168 vsize=10555476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/10171/task/10182/stat : 10182 (java) S 10168 10171 4973 0 -1 1077944384 758 0 0 0 7 0 0 0 20 0 15 0 96635668 10808807424 13156 33554432000 4194304 4196468 140726698518432 140687035509232 140687480560258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10183] ppid=10168 vsize=10555476 memory=-1 CPUtime=0.11 cores=0,2,4,6
/proc/10171/task/10183/stat : 10183 (java) S 10168 10171 4973 0 -1 1077944384 1280 0 0 0 11 0 0 0 20 0 15 0 96635668 10808807424 13156 33554432000 4194304 4196468 140726698518432 140687034456688 140687480560258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10184] ppid=10168 vsize=10555476 memory=140477734393472 CPUtime=0.13 cores=0,2,4,6
/proc/10171/task/10184/stat : 10184 (java) R 10168 10171 4973 0 -1 4202560 1375 0 0 0 13 0 0 0 20 0 15 0 96635668 10808807424 13156 33554432000 4194304 4196468 140726698518432 140687033404144 140687464629598 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10185] ppid=10168 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10185/stat : 10185 (java) S 10168 10171 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96635668 10808807424 13156 33554432000 4194304 4196468 140726698518432 140687032351840 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10186] ppid=10168 vsize=10555476 memory=140477734393472 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10186/stat : 10186 (java) S 10168 10171 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96635669 10808807424 13156 33554432000 4194304 4196468 140726698518432 140687031298352 140687480560258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 52624 KiB

[startup+0.70526 s]
/proc/loadavg: 2.00 2.03 2.20 5/217 10186
/proc/meminfo: memFree=24187116/32770624 swapFree=67108860/67108860
[pid=10171] ppid=10168 vsize=10555476 memory=232464 CPUtime=1.9 cores=0,2,4,6
/proc/10171/stat : 10171 (java) S 10168 10171 4973 0 -1 1077944320 12728 0 0 0 180 10 0 0 20 0 15 0 96635663 10808807424 58116 33554432000 4194304 4196468 140726698518432 140726698500976 140687480549111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
/proc/10171/statm: 2638869 58116 3117 1 0 2627263 0
[pid=10171/tid=10173] ppid=10168 vsize=10555476 memory=1728 CPUtime=0.63 cores=0,2,4,6
/proc/10171/task/10173/stat : 10173 (java) R 10168 10171 4973 0 -1 4202560 5945 0 0 0 59 4 0 0 20 0 15 0 96635663 10808807424 58116 33554432000 4194304 4196468 140726698518432 140687484779968 140687109793600 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10174] ppid=10168 vsize=10555476 memory=792 CPUtime=0.03 cores=0,2,4,6
/proc/10171/task/10174/stat : 10174 (java) S 10168 10171 4973 0 -1 1077944384 39 0 0 0 2 1 0 0 20 0 15 0 96635664 10808807424 58116 33554432000 4194304 4196468 140726698518432 140687433169680 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10175] ppid=10168 vsize=10555476 memory=9992 CPUtime=0.02 cores=0,2,4,6
/proc/10171/task/10175/stat : 10175 (java) S 10168 10171 4973 0 -1 1077944384 112 0 0 0 2 0 0 0 20 0 15 0 96635664 10808807424 58116 33554432000 4194304 4196468 140726698518432 140687432117136 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10176] ppid=10168 vsize=10555476 memory=1224 CPUtime=0.02 cores=0,2,4,6
/proc/10171/task/10176/stat : 10176 (java) S 10168 10171 4973 0 -1 1077944384 115 0 0 0 2 0 0 0 20 0 15 0 96635664 10808807424 58116 33554432000 4194304 4196468 140726698518432 140687431064592 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10177] ppid=10168 vsize=10555476 memory=5716 CPUtime=0.04 cores=0,2,4,6
/proc/10171/task/10177/stat : 10177 (java) S 10168 10171 4973 0 -1 1077944384 126 0 0 0 3 1 0 0 20 0 15 0 96635664 10808807424 58116 33554432000 4194304 4196468 140726698518432 140687430012048 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10178] ppid=10168 vsize=10555476 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10178/stat : 10178 (java) S 10168 10171 4973 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96635665 10808807424 58116 33554432000 4194304 4196468 140726698518432 140687039719408 140687480560258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10179] ppid=10168 vsize=10555476 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10179/stat : 10179 (java) S 10168 10171 4973 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96635666 10808807424 58116 33554432000 4194304 4196468 140726698518432 140687038665696 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10180] ppid=10168 vsize=10555476 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10180/stat : 10180 (java) S 10168 10171 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96635666 10808807424 58116 33554432000 4194304 4196468 140726698518432 140687037613040 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10181] ppid=10168 vsize=10555476 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10181/stat : 10181 (java) S 10168 10171 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96635668 10808807424 58116 33554432000 4194304 4196468 140726698518432 140687036561616 140687480567707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10182] ppid=10168 vsize=10555476 memory=4639098309541127021 CPUtime=0.4 cores=0,2,4,6
/proc/10171/task/10182/stat : 10182 (java) R 10168 10171 4973 0 -1 4202560 1396 0 0 0 40 0 0 0 20 0 15 0 96635668 10808807424 58116 33554432000 4194304 4196468 140726698518432 140687035494224 140687464045899 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10183] ppid=10168 vsize=10555476 memory=7597685182856913236 CPUtime=0.42 cores=0,2,4,6
/proc/10171/task/10183/stat : 10183 (java) R 10168 10171 4973 0 -1 4202560 1726 0 0 0 42 0 0 0 20 0 15 0 96635668 10808807424 58116 33554432000 4194304 4196468 140726698518432 140687034438688 140687464452147 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10184] ppid=10168 vsize=10555476 memory=7236547281622689387 CPUtime=0.29 cores=0,2,4,6
/proc/10171/task/10184/stat : 10184 (java) S 10168 10171 4973 0 -1 1077944384 1825 0 0 0 28 1 0 0 20 0 15 0 96635668 10808807424 58116 33554432000 4194304 4196468 140726698518432 140687033404144 140687480560258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10185] ppid=10168 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10185/stat : 10185 (java) S 10168 10171 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96635668 10808807424 58116 33554432000 4194304 4196468 140726698518432 140687032351840 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10186] ppid=10168 vsize=10555476 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10186/stat : 10186 (java) S 10168 10171 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96635669 10808807424 58116 33554432000 4194304 4196468 140726698518432 140687031298352 140687480560258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 232464 KiB

[startup+1.5008 s]
/proc/loadavg: 2.00 2.03 2.20 3/217 10186
/proc/meminfo: memFree=24007952/32770624 swapFree=67108860/67108860
[pid=10171] ppid=10168 vsize=10555476 memory=498816 CPUtime=3.59 cores=0,2,4,6
/proc/10171/stat : 10171 (java) S 10168 10171 4973 0 -1 1077944320 13443 0 0 0 324 35 0 0 20 0 15 0 96635663 10808807424 124704 33554432000 4194304 4196468 140726698518432 140726698500976 140687480549111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
/proc/10171/statm: 2638869 124704 3125 1 0 2627263 0
[pid=10171/tid=10173] ppid=10168 vsize=10555476 memory=0 CPUtime=1.23 cores=0,2,4,6
/proc/10171/task/10173/stat : 10173 (java) R 10168 10171 4973 0 -1 4202560 6022 0 0 0 118 5 0 0 20 0 15 0 96635663 10808807424 124704 33554432000 4194304 4196468 140726698518432 140687484780512 140687110054716 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10174] ppid=10168 vsize=10555476 memory=-8754540793456063680 CPUtime=0.22 cores=0,2,4,6
/proc/10171/task/10174/stat : 10174 (java) S 10168 10171 4973 0 -1 1077944384 112 0 0 0 15 7 0 0 20 0 15 0 96635664 10808807424 124704 33554432000 4194304 4196468 140726698518432 140687433169680 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10175] ppid=10168 vsize=10555476 memory=-2843874019102283166 CPUtime=0.2 cores=0,2,4,6
/proc/10171/task/10175/stat : 10175 (java) S 10168 10171 4973 0 -1 1077944384 194 0 0 0 15 5 0 0 20 0 15 0 96635664 10808807424 124704 33554432000 4194304 4196468 140726698518432 140687432117136 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10176] ppid=10168 vsize=10555476 memory=5450919713671312938 CPUtime=0.21 cores=0,2,4,6
/proc/10171/task/10176/stat : 10176 (java) S 10168 10171 4973 0 -1 1077944384 188 0 0 0 15 6 0 0 20 0 15 0 96635664 10808807424 124704 33554432000 4194304 4196468 140726698518432 140687431064592 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10177] ppid=10168 vsize=10555476 memory=7005738693937936738 CPUtime=0.22 cores=0,2,4,6
/proc/10171/task/10177/stat : 10177 (java) S 10168 10171 4973 0 -1 1077944384 206 0 0 0 15 7 0 0 20 0 15 0 96635664 10808807424 124704 33554432000 4194304 4196468 140726698518432 140687430012048 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10178] ppid=10168 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10178/stat : 10178 (java) S 10168 10171 4973 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 96635665 10808807424 124704 33554432000 4194304 4196468 140726698518432 140687039719408 140687480560258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0

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

[startup+438.401 s]
/proc/loadavg: 7.39 5.37 3.61 9/215 10276
/proc/meminfo: memFree=12388272/32770624 swapFree=67108860/67108860
[pid=10171] ppid=10168 vsize=10690804 memory=8318776 CPUtime=1610.52 cores=0,2,4,6
/proc/10171/stat : 10171 (java) S 10168 10171 4973 0 -1 1077944320 192002 0 0 0 160274 778 0 0 20 0 16 0 96635663 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140726698500976 140687480549111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
/proc/10171/statm: 2672701 2079694 3188 1 0 2661057 0
[pid=10171/tid=10173] ppid=10168 vsize=10690804 memory=1292 CPUtime=16.08 cores=0,2,4,6
/proc/10171/task/10173/stat : 10173 (java) S 10168 10171 4973 0 -1 1077944384 17261 0 0 0 1596 12 0 0 20 0 16 0 96635663 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687484789792 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10174] ppid=10168 vsize=10690804 memory=2428 CPUtime=390.96 cores=0,2,4,6
/proc/10171/task/10174/stat : 10174 (java) R 10168 10171 4973 0 -1 4202560 24138 0 0 0 38898 198 0 0 20 0 16 0 96635664 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687433169800 140687473177319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10175] ppid=10168 vsize=10690804 memory=1728 CPUtime=392.08 cores=0,2,4,6
/proc/10171/task/10175/stat : 10175 (java) R 10168 10171 4973 0 -1 4202560 22712 0 0 0 39021 187 0 0 20 0 16 0 96635664 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687432117256 140687473177319 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10176] ppid=10168 vsize=10690804 memory=792 CPUtime=391.55 cores=0,2,4,6
/proc/10171/task/10176/stat : 10176 (java) R 10168 10171 4973 0 -1 4202560 21580 0 0 0 38964 191 0 0 20 0 16 0 96635664 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687431064792 140687465538652 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10177] ppid=10168 vsize=10690804 memory=4144 CPUtime=392.41 cores=0,2,4,6
/proc/10171/task/10177/stat : 10177 (java) R 10168 10171 4973 0 -1 4202560 21748 0 0 0 39062 179 0 0 20 0 16 0 96635664 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687430011856 140687473177319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10178] ppid=10168 vsize=10690804 memory=28096 CPUtime=25.43 cores=0,2,4,6
/proc/10171/task/10178/stat : 10178 (java) S 10168 10171 4973 0 -1 1077944384 71524 0 0 0 2539 4 0 0 20 0 16 0 96635665 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687039717952 140687480559317 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10179] ppid=10168 vsize=10690804 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10179/stat : 10179 (java) S 10168 10171 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 96635666 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687038665696 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10180] ppid=10168 vsize=10690804 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10180/stat : 10180 (java) S 10168 10171 4973 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 96635666 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687037613056 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10181] ppid=10168 vsize=10690804 memory=932 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10181/stat : 10181 (java) S 10168 10171 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687036561616 140687480567707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10182] ppid=10168 vsize=10690804 memory=1580 CPUtime=0.62 cores=0,2,4,6
/proc/10171/task/10182/stat : 10182 (java) S 10168 10171 4973 0 -1 1077944384 3095 0 0 0 62 0 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687035508992 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10183] ppid=10168 vsize=10690804 memory=9992 CPUtime=0.69 cores=0,2,4,6
/proc/10171/task/10183/stat : 10183 (java) S 10168 10171 4973 0 -1 1077944384 3050 0 0 0 69 0 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687034456736 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10184] ppid=10168 vsize=10690804 memory=1224 CPUtime=0.39 cores=0,2,4,6
/proc/10171/task/10184/stat : 10184 (java) S 10168 10171 4973 0 -1 1077944384 4417 0 0 0 38 1 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687033404192 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10185] ppid=10168 vsize=10690804 memory=5716 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10185/stat : 10185 (java) S 10168 10171 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687032351840 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10186] ppid=10168 vsize=10690804 memory=1708 CPUtime=0.21 cores=0,2,4,6
/proc/10171/task/10186/stat : 10186 (java) S 10168 10171 4973 0 -1 1077944384 686 0 0 0 11 10 0 0 20 0 16 0 96635669 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687031298352 140687480560258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10273] ppid=10168 vsize=10690804 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10273/stat : 10273 (java) S 10168 10171 4973 0 -1 1077944384 166 0 0 0 0 0 0 0 20 0 16 0 96671042 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687028145152 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
Current children cumulated CPU time: 1610.52 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8318776 KiB

[startup+440.001 s]*
/proc/loadavg: 7.39 5.37 3.61 9/215 10276
/proc/meminfo: memFree=12388272/32770624 swapFree=67108860/67108860
[pid=10171] ppid=10168 vsize=10690804 memory=8318776 CPUtime=1616.75 cores=0,2,4,6
/proc/10171/stat : 10171 (java) S 10168 10171 4973 0 -1 1077944320 192002 0 0 0 160895 780 0 0 20 0 16 0 96635663 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140726698500976 140687480549111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
/proc/10171/statm: 2672701 2079694 3188 1 0 2661057 0
[pid=10171/tid=10173] ppid=10168 vsize=10690804 memory=15872 CPUtime=16.08 cores=0,2,4,6
/proc/10171/task/10173/stat : 10173 (java) S 10168 10171 4973 0 -1 1077944384 17261 0 0 0 1596 12 0 0 20 0 16 0 96635663 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687484789792 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10174] ppid=10168 vsize=10690804 memory=4872558044660077418 CPUtime=392.5 cores=0,2,4,6
/proc/10171/task/10174/stat : 10174 (java) R 10168 10171 4973 0 -1 4202560 24138 0 0 0 39051 199 0 0 20 0 16 0 96635664 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687433169800 140687473177319 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10175] ppid=10168 vsize=10690804 memory=1224 CPUtime=393.61 cores=0,2,4,6
/proc/10171/task/10175/stat : 10175 (java) R 10168 10171 4973 0 -1 4202560 22712 0 0 0 39174 187 0 0 20 0 16 0 96635664 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687432117256 140687473177319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10176] ppid=10168 vsize=10690804 memory=5716 CPUtime=393.16 cores=0,2,4,6
/proc/10171/task/10176/stat : 10176 (java) R 10168 10171 4973 0 -1 4202560 21580 0 0 0 39125 191 0 0 20 0 16 0 96635664 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687431064792 140687462158948 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10177] ppid=10168 vsize=10690804 memory=1708 CPUtime=393.95 cores=0,2,4,6
/proc/10171/task/10177/stat : 10177 (java) R 10168 10171 4973 0 -1 4202560 21748 0 0 0 39216 179 0 0 20 0 16 0 96635664 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687430012168 140687473177319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10178] ppid=10168 vsize=10690804 memory=4612 CPUtime=25.43 cores=0,2,4,6
/proc/10171/task/10178/stat : 10178 (java) S 10168 10171 4973 0 -1 1077944384 71524 0 0 0 2539 4 0 0 20 0 16 0 96635665 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687039717952 140687480559317 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10179] ppid=10168 vsize=10690804 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10179/stat : 10179 (java) S 10168 10171 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 96635666 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687038665696 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10180] ppid=10168 vsize=10690804 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10180/stat : 10180 (java) S 10168 10171 4973 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 96635666 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687037613056 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10181] ppid=10168 vsize=10690804 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10181/stat : 10181 (java) S 10168 10171 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687036561616 140687480567707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10182] ppid=10168 vsize=10690804 memory=1424 CPUtime=0.62 cores=0,2,4,6
/proc/10171/task/10182/stat : 10182 (java) S 10168 10171 4973 0 -1 1077944384 3095 0 0 0 62 0 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687035508992 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10183] ppid=10168 vsize=10690804 memory=8318776 CPUtime=0.69 cores=0,2,4,6
/proc/10171/task/10183/stat : 10183 (java) S 10168 10171 4973 0 -1 1077944384 3050 0 0 0 69 0 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687034456736 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10184] ppid=10168 vsize=10690804 memory=28096 CPUtime=0.39 cores=0,2,4,6
/proc/10171/task/10184/stat : 10184 (java) S 10168 10171 4973 0 -1 1077944384 4417 0 0 0 38 1 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687033404192 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10185] ppid=10168 vsize=10690804 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10185/stat : 10185 (java) S 10168 10171 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687032351840 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10186] ppid=10168 vsize=10690804 memory=2428 CPUtime=0.21 cores=0,2,4,6
/proc/10171/task/10186/stat : 10186 (java) S 10168 10171 4973 0 -1 1077944384 686 0 0 0 11 10 0 0 20 0 16 0 96635669 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687031298352 140687480560258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10273] ppid=10168 vsize=10690804 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10273/stat : 10273 (java) S 10168 10171 4973 0 -1 1077944384 166 0 0 0 0 0 0 0 20 0 16 0 96671042 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687028145152 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
Current children cumulated CPU time: 1616.75 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8318776 KiB

[startup+440.401 s]
/proc/loadavg: 7.39 5.37 3.61 9/215 10276
/proc/meminfo: memFree=12388272/32770624 swapFree=67108860/67108860
[pid=10171] ppid=10168 vsize=10690804 memory=8318776 CPUtime=1617.72 cores=0,2,4,6
/proc/10171/stat : 10171 (java) S 10168 10171 4973 0 -1 1077944320 192248 0 0 0 160992 780 0 0 20 0 16 0 96635663 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140726698500976 140687480549111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
/proc/10171/statm: 2672701 2079694 3188 1 0 2661057 0
[pid=10171/tid=10173] ppid=10168 vsize=10690804 memory=3832 CPUtime=16.08 cores=0,2,4,6
/proc/10171/task/10173/stat : 10173 (java) S 10168 10171 4973 0 -1 1077944384 17261 0 0 0 1596 12 0 0 20 0 16 0 96635663 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687484789792 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10174] ppid=10168 vsize=10690804 memory=3304 CPUtime=392.69 cores=0,2,4,6
/proc/10171/task/10174/stat : 10174 (java) S 10168 10171 4973 0 -1 1077944384 24138 0 0 0 39070 199 0 0 20 0 16 0 96635664 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687433169680 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10175] ppid=10168 vsize=10690804 memory=2552 CPUtime=393.81 cores=0,2,4,6
/proc/10171/task/10175/stat : 10175 (java) S 10168 10171 4973 0 -1 1077944384 22712 0 0 0 39194 187 0 0 20 0 16 0 96635664 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687432117136 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10176] ppid=10168 vsize=10690804 memory=8318776 CPUtime=393.36 cores=0,2,4,6
/proc/10171/task/10176/stat : 10176 (java) S 10168 10171 4973 0 -1 1077944384 21580 0 0 0 39145 191 0 0 20 0 16 0 96635664 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687431064592 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10177] ppid=10168 vsize=10690804 memory=960 CPUtime=394.14 cores=0,2,4,6
/proc/10171/task/10177/stat : 10177 (java) S 10168 10171 4973 0 -1 1077944384 21748 0 0 0 39235 179 0 0 20 0 16 0 96635664 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687430012048 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10178] ppid=10168 vsize=10690804 memory=1236 CPUtime=25.62 cores=0,2,4,6
/proc/10171/task/10178/stat : 10178 (java) R 10168 10171 4973 0 -1 4202560 71770 0 0 0 2558 4 0 0 20 0 16 0 96635665 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687039717952 140687465545512 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10179] ppid=10168 vsize=10690804 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10179/stat : 10179 (java) S 10168 10171 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 96635666 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687038665696 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10180] ppid=10168 vsize=10690804 memory=932 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10180/stat : 10180 (java) S 10168 10171 4973 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 96635666 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687037613056 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10181] ppid=10168 vsize=10690804 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10181/stat : 10181 (java) S 10168 10171 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687036561616 140687480567707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10182] ppid=10168 vsize=10690804 memory=2244 CPUtime=0.62 cores=0,2,4,6
/proc/10171/task/10182/stat : 10182 (java) S 10168 10171 4973 0 -1 1077944384 3095 0 0 0 62 0 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687035508992 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10183] ppid=10168 vsize=10690804 memory=4132 CPUtime=0.69 cores=0,2,4,6
/proc/10171/task/10183/stat : 10183 (java) S 10168 10171 4973 0 -1 1077944384 3050 0 0 0 69 0 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687034456736 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10184] ppid=10168 vsize=10690804 memory=2204 CPUtime=0.39 cores=0,2,4,6
/proc/10171/task/10184/stat : 10184 (java) S 10168 10171 4973 0 -1 1077944384 4417 0 0 0 38 1 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687033404192 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10185] ppid=10168 vsize=10690804 memory=7280 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10185/stat : 10185 (java) S 10168 10171 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687032351840 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10186] ppid=10168 vsize=10690804 memory=844 CPUtime=0.21 cores=0,2,4,6
/proc/10171/task/10186/stat : 10186 (java) S 10168 10171 4973 0 -1 1077944384 686 0 0 0 11 10 0 0 20 0 16 0 96635669 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687031298352 140687480560258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10273] ppid=10168 vsize=10690804 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10273/stat : 10273 (java) S 10168 10171 4973 0 -1 1077944384 166 0 0 0 0 0 0 0 20 0 16 0 96671042 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687028145152 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
Current children cumulated CPU time: 1617.72 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8318776 KiB

[startup+440.801 s]
/proc/loadavg: 7.39 5.37 3.61 9/215 10276
/proc/meminfo: memFree=12388272/32770624 swapFree=67108860/67108860
[pid=10171] ppid=10168 vsize=10690804 memory=8318776 CPUtime=1618.12 cores=0,2,4,6
/proc/10171/stat : 10171 (java) S 10168 10171 4973 0 -1 1077944320 192248 0 0 0 161032 780 0 0 20 0 16 0 96635663 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140726698500976 140687480549111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
/proc/10171/statm: 2672701 2079694 3188 1 0 2661057 0
[pid=10171/tid=10173] ppid=10168 vsize=10690804 memory=8318776 CPUtime=16.08 cores=0,2,4,6
/proc/10171/task/10173/stat : 10173 (java) S 10168 10171 4973 0 -1 1077944384 17261 0 0 0 1596 12 0 0 20 0 16 0 96635663 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687484789792 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10174] ppid=10168 vsize=10690804 memory=28096 CPUtime=392.69 cores=0,2,4,6
/proc/10171/task/10174/stat : 10174 (java) S 10168 10171 4973 0 -1 1077944384 24138 0 0 0 39070 199 0 0 20 0 16 0 96635664 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687433169680 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10175] ppid=10168 vsize=10690804 memory=1292 CPUtime=393.81 cores=0,2,4,6
/proc/10171/task/10175/stat : 10175 (java) S 10168 10171 4973 0 -1 1077944384 22712 0 0 0 39194 187 0 0 20 0 16 0 96635664 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687432117136 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10176] ppid=10168 vsize=10690804 memory=6791534058613427641 CPUtime=393.36 cores=0,2,4,6
/proc/10171/task/10176/stat : 10176 (java) S 10168 10171 4973 0 -1 1077944384 21580 0 0 0 39145 191 0 0 20 0 16 0 96635664 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687431064592 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10177] ppid=10168 vsize=10690804 memory=6791534058613427641 CPUtime=394.14 cores=0,2,4,6
/proc/10171/task/10177/stat : 10177 (java) S 10168 10171 4973 0 -1 1077944384 21748 0 0 0 39235 179 0 0 20 0 16 0 96635664 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687430012048 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10178] ppid=10168 vsize=10690804 memory=8318832 CPUtime=26.02 cores=0,2,4,6
/proc/10171/task/10178/stat : 10178 (java) R 10168 10171 4973 0 -1 4202560 71770 0 0 0 2598 4 0 0 20 0 16 0 96635665 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687039717952 140687465006681 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10179] ppid=10168 vsize=10690804 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10179/stat : 10179 (java) S 10168 10171 4973 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 96635666 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687038665696 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10180] ppid=10168 vsize=10690804 memory=8318776 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10180/stat : 10180 (java) S 10168 10171 4973 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 96635666 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687037613056 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10181] ppid=10168 vsize=10690804 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10181/stat : 10181 (java) S 10168 10171 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687036561616 140687480567707 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10182] ppid=10168 vsize=10690804 memory=1708 CPUtime=0.62 cores=0,2,4,6
/proc/10171/task/10182/stat : 10182 (java) S 10168 10171 4973 0 -1 1077944384 3095 0 0 0 62 0 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687035508992 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10183] ppid=10168 vsize=10690804 memory=4612 CPUtime=0.69 cores=0,2,4,6
/proc/10171/task/10183/stat : 10183 (java) S 10168 10171 4973 0 -1 1077944384 3050 0 0 0 69 0 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687034456736 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10184] ppid=10168 vsize=10690804 memory=1008 CPUtime=0.39 cores=0,2,4,6
/proc/10171/task/10184/stat : 10184 (java) S 10168 10171 4973 0 -1 1077944384 4417 0 0 0 38 1 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687033404192 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10185] ppid=10168 vsize=10690804 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10185/stat : 10185 (java) S 10168 10171 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96635668 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687032351840 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10186] ppid=10168 vsize=10690804 memory=1200 CPUtime=0.21 cores=0,2,4,6
/proc/10171/task/10186/stat : 10186 (java) S 10168 10171 4973 0 -1 1077944384 686 0 0 0 11 10 0 0 20 0 16 0 96635669 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687031298352 140687480560258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
[pid=10171/tid=10273] ppid=10168 vsize=10690804 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/10171/task/10273/stat : 10273 (java) S 10168 10171 4973 0 -1 1077944384 166 0 0 0 0 0 0 0 20 0 16 0 96671042 10947383296 2079694 33554432000 4194304 4196468 140726698518432 140687028145152 140687480559317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38543360 140726698525830 140726698525983 140726698525983 140726698528719 0
Current children cumulated CPU time: 1618.12 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8318776 KiB

Child status: 0
Real time (s): 440.882
CPU time (s): 1618.22
CPU user time (s): 1610.37
CPU system time (s): 7.84097
CPU usage (%): 367.041
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8318840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1610.37
system time used= 7.84097
maximum resident set size= 8318880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192340
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25476
involuntary context switches= 31054


# summary of solver processes directly reported to runsolver:
#   pid: 10171
#   total CPU time (s): 1618.22
#   total CPU user time (s): 1610.37
#   total CPU system time (s): 7.84097

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.77563 second user time and 4.24557 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 16:31:29
IDJOB=4263699
IDBENCH=138457
IDSOLVER=2651
FILE ID=node151/4263699-1502635547
RUNJOBID= node151-1502612262-5004
PBS_JOBID= 20628306
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-11.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263699-1502635547/watcher-4263699-1502635547 -o /tmp/evaluation-result-4263699-1502635547/solver-4263699-1502635547 -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-4263699-1502635547.xml

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

MD5SUM BENCH= 282e51d8db2be6465471e4014b41d3d5
RANDOM SEED=1225033107

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:        24272860 kB
MemAvailable:   27386984 kB
Buffers:          240668 kB
Cached:          3165156 kB
SwapCached:            0 kB
Active:          5445036 kB
Inactive:        2612484 kB
Active(anon):    4654564 kB
Inactive(anon):    25044 kB
Active(file):     790472 kB
Inactive(file):  2587440 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1752 kB
Writeback:             0 kB
AnonPages:       4680552 kB
Mapped:            55600 kB
Shmem:             25224 kB
Slab:             130788 kB
SReclaimable:     104092 kB
SUnreclaim:        26696 kB
KernelStack:        3856 kB
PageTables:        14224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6077552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4542464 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= 61752 MiB
End job on node151 at 2017-08-13 16:38:50